var jobs = [{"id":"4986","type_id":"1","category_id":"2","category_name":"Designeri","company":"Webfix","url":"http:\/\/www.webfix.ro","title":"Web Designer cu experienta","url_title":"web-designer-cu-experienta-la-webfix","location":"Bucure\u015fti","location_outside_ro":"","is_location_anywhere":false,"description":"Cautam un Web Designer cu experienta, organizat si bun cunoscator al limbii engleze, care sa aibe cunostinte solide de HTML, DHTML, CSS, JavaScript, AJAX, Adobe Photoshop. \r\nPHP si MySQL poate fi un plus. \r\n\r\nSuntem o companie la inceput cu capital strain care incepe formarea unei echipe in Romania. \r\nSalariul 1000$\/luna, fara perioada de proba. \r\n\r\nIti multumim pentru timpul acordat parcurgerii acestui anunt si asteptam cv-ul tau la adresa alin@webfix.ro ","created_on":"29-07-2010","closed_on":"2010-08-28 15:01:13","apply":"","views_count":"9","city_id":"13","mysql_date":"2010-07-29 15:01:13","apply_online":"1","is_active":"1","days_old":"0","is_spotlight":null,"type_name":"Full-time","type_var_name":"fulltime"},{"id":"4982","type_id":"1","category_id":"2","category_name":"Designeri","company":"Sparktech Software","url":"http:\/\/www.sparktechsoft.com","title":"Senior UI designer","url_title":"senior-ui-designer-la-sparktech-software","location":"Bucure\u015fti","location_outside_ro":"","is_location_anywhere":false,"description":"*Who we are*\r\n\r\nWe are an international software company with offices in Los Angeles, California and Bucharest, Romania.\r\nWe design and implement high performance, user-friendly Web applications using Ruby on Rails.\r\n\r\n*What we're looking for*\r\n\r\nWe're actively searching for a Senior UI designer. You will be responsible for the user\u2019s experience of our web apps and sites (concepting, designing and building usable, accessible interfaces on large, complex projects).\r\n\r\n*What you're going to do*\r\n\r\nCreating highly usable web application and website interfaces.\r\nDeveloping wireframes and interactive prototypes, site maps and workflows.\r\nWorking closely with Product Management and Engineering staff to plan, develop, to meet critical project deadlines and complete requested projects.\r\nThinking of creative solutions to complex problems and proactively proposing improvements to the existing products.\r\nBe highly organized and ability to balance multiple simultaneous projects in a rapidly expanding environment.\r\nExtreme attention to detail and consistency of work.\r\nSolid understanding of working with\u2013and designing for\u2013web applications.\r\nTranslate brands into a successful online experience.\r\nRemain current on new media and traditional design skill.\r\n\r\n\r\n*What we require from you*\r\n\r\nAt least 3+ years of Web Design experience.\r\nAn online portfolio demonstrating a strong visual and conceptual design sense and a superior understanding of current coding practices, typography, color, and layout.\r\nComprehensive knowledge of CSS\/HTML\/XHTML and the ability to produce slick, optimized cross-platform code, is a must.\r\nSuperior understanding of current web standards, usability and accessibility.\r\nExperience with Photoshop.\r\nGood communication skills.\r\nMust be team-oriented, possess a positive attitude and work well with others.\r\nMust be flexible and able to work accurately in a fast-paced environment.\r\nAbility to work independently with little supervision.\r\nMust have good organization skills and have the ability to prioritize multiple tasks.\r\nPassionate about web design.\r\nProficient in English\r\n\r\n\r\n*Do you think you have what it takes?*\r\n\r\nPlease send CV\/resume and portfolio to jobs at sparktechsoft dot com\r\n\r\nFor more details about us visit http:\/\/www.sparktechsoft.com","created_on":"28-07-2010","closed_on":"2010-08-27 15:15:01","apply":"","views_count":"45","city_id":"13","mysql_date":"2010-07-28 15:15:01","apply_online":"1","is_active":"1","days_old":"1","is_spotlight":null,"type_name":"Full-time","type_var_name":"fulltime"},{"id":"4980","type_id":"1","category_id":"1","category_name":"Programatori","company":"FirstBeatMedia","url":"http:\/\/www.firstbeatmedia.com\/","title":"Senior PHP developer","url_title":"senior-php-developer-la-firstbeatmedia","location":"","location_outside_ro":"","is_location_anywhere":true,"description":"We are a fast growing internet marketing company looking to hire some senior or advanced php developers to join our growing development teams.\r\n\r\nThis position is *remote based*. We are not looking to have you relocate. \r\n\r\n*Requirements:*\r\n\r\n* Comfortable with both object oriented and procedural programming methodologies.\r\n* Looking for Long Term employment with a fast growing internet company\r\n* Modifying existing code with new features available in current and future deployments of PHP\/MySQL\r\n* Efficiently handles tasks in a reasonable amount of time\r\n* Creative mind to develop innovative and unique solutions to complex problems on high traffic websites\r\n\r\n*Skills\/Qualifications:*\r\n\r\n* PHP - 3+ years experience, advanced level. Preferably PHP5 Knowledge.\r\n* MySQL - 3+ years experience, advanced level. Preferably MySQL5 Knowledge.\r\n* Linux - 3+ years experience, advanced level\r\n* Comfortable with both object oriented and procedural programming methodologies.\r\n* Extremely detail oriented and organized and able to meet deadlines\r\n* Able to solve complex problems and create optimized code for high traffic websites\r\n* Advanced AJAX Experience a plus\r\n\r\nPlease, apply using the form: \"http:\/\/www.firstbeatmedia.com\/jobs\/view\/7\":http:\/\/www.firstbeatmedia.com\/jobs\/view\/7","created_on":"28-07-2010","closed_on":"2010-08-27 11:56:37","apply":"","views_count":"26","city_id":null,"mysql_date":"2010-07-28 11:56:37","apply_online":"1","is_active":"1","days_old":"1","is_spotlight":null,"type_name":"Full-time","type_var_name":"fulltime"}];
		function showJobs(html_container, css_class)
		{
			var html = "<ul class=\"" + css_class + "\">";
			for (j = 0; j < jobs.length; j++)
			{
				//html += "<li><a target=\"_blank\" href=\"http://www.jobber.ro/job/" + jobs[j].id + "/" + jobs[j].url_title + "//\">" + jobs[j].title + " la " + jobs[j].company + "</a></li>";
				html += "<li><a target=\"_blank\" href=\"http://www.jobber.ro/job/" + jobs[j].id + "/" + jobs[j].url_title + "//\">" + jobs[j].title + " (" + jobs[j].location + ")</a></li>";
			}
			html += "</ul>";
			
			if (document.getElementById(html_container))
			{
				document.getElementById(html_container).innerHTML = html;	
			}
			else
			{
				document.write("<div id=\"" + html_container + "\">" + html + "</div>");
			}
		}