PhotoshopFreebies.com - Find everything about photoshop Place Your Ads Here Place Your Ads Here
PSDList.com - Free PSD Files, Free Photoshop Files, Best PSD Files Showcase Place Your Ads Here Place Your Ads Here
Lowongan CPNS Banking/Financial Services Corporate Finance/Investment Food Tech. Human Resources Marketing Protective/Security Services Science/Tech
Accounting Beauty/Fitness Creative/Graphics Logistics/Supply Chain Industrial Eng. Mechanical Eng. Public Relations Secretarial
Actuarial/stats Biotechnology Customer Services General Work IT/Computer Merchandising Publishing Social Services
Advertising Chemical Eng Education Geology/Geophysics Journalist/Editor Miscellaneous Eng. Purchasing/Material Mgmt Tech/Helpdesk Support
Agriculture Chemistry Electrical Engineer Health Care Law/Legal Services Oil/Gas Eng QC/QA Top Management
Architecture Civil/Construction Electronics Engineer Healthy/Safety Eng Maintenance Process Control Quantity Survey Training
Aviation Clerical/Admin Entertainment Hotel/Food Manufacturing Property/Real Estate Sales Lain-lain

Site widget

Would you like to display our latest jobs on your site?

Insert one of the following snippets in your page's HTML code, in the position where the ads should appear:

  1. Get latest 5 jobs from all categories and all types, posted in the past 7 days, in random order:
    <script src="http://localhost/jobber/api/api.php?action=getJobs
    &type=0&category=0&count=5&random=1&days_behind=7&response=js" type="text/javascript"></script>

    <script type="text/javascript">showJobs('jobber-container', 'jobber-list');</script>
  2. Get last 10 full-time jobs for programmers, posted in the past 15 days, ordered by publish date (newest on top):
    <script src="http://localhost/jobber/api/api.php?action=getJobs
    &type=fulltime&category=programmers&count=10&random=0&days_behind=15&response=js"
    type="text/javascript"></script>

    <script type="text/javascript">showJobs('jobber-container', 'jobber-list');</script>
  3. Get latest jobs published by a company (e.g. Google):
    <script src="http://localhost/jobber/api/api.php?action=getJobsByCompany
    &company=google&count=10&response=js" type="text/javascript"></script>

    <script type="text/javascript">showJobs('jobber-container', 'jobber-list');</script>

The parameters you can use when calling the API, are:

Use CSS to style the list:

ul.jobber-list {
list-style-type: none;
margin: 0;
padding: 0;
}
ul.jobber-list li {
margin-bottom: 5px;
}