/* Plugin Name: Auto-Hide Posts Version: 1.0 Plugin URI: http://wiki.wordpress.org/Auto%20shutoff%20comments Description: Auto-close Posts after a cutoff date. This is a modification of the Auto-Close Comments plugin by Scott Hanson. Author: David Ky and whoo Author URI: http://scrabbledabble.com/blog/ */ function autoclose_posts() { global $wpdb; // Set $age_cutoff to the age at which a post should become stale $age_cutoff = '3000 DAY'; $cutoff_date = $wpdb->get_var ("SELECT DATE_ADD(DATE_SUB(CURDATE(), INTERVAL $age_cutoff), INTERVAL 1 DAY)"); // Set post_status to your liking $close_type = 'private'; $wpdb->query ("UPDATE $wpdb->posts SET post_status = '$close_type' WHERE post_date < '$cutoff_date' AND post_status = 'publish' AND post_type = 'post'"); } add_action('publish_post', 'autoclose_posts', 7); add_action('edit_post', 'autoclose_posts', 7); add_action('delete_post', 'autoclose_posts', 7); add_action('comment_post', 'autoclose_posts', 7); add_action('trackback_post', 'autoclose_posts', 7); add_action('pingback_post', 'autoclose_posts', 7); add_action('edit_comment', 'autoclose_posts', 7); add_action('delete_comment', 'autoclose_posts', 7); add_action('template_save', 'autoclose_posts', 7); ?> Junior Web Developer - Jobs from BlogStorm Jobs

Junior Web Developer

Posted : January 22nd, 2010
  • Company Name : Value Comparison Ltd
  • Location : Leeds
  • Salary : £15-£20K
Contact InformationJob Description

Junior Web Developer – PHP, MySQL, XHTML, CSS, AJAX, JavaScript, PhotoShop

We are a small internet company with big ambitions and an aspiration to build a business whose people:

• are a genuine team,
• do not put up with politics or time wasting,
• have the necessary work ethic, desire and passion to succeed,
• are valued and encouraged to express themselves and develop whilst hopefully having some fun!

We are looking to add two talented junior web developers to our team.

This exciting opportunity will suit an enthusiastic all round web developer who has a minimum of 1 years’ commercial experience in developing websites using PHP, MySQL, XHTML and CSS. You will have a sound operating knowledge of coding best practices, database management and query optimisation. The ability to create professional web graphics in Photoshop or Fireworks as well as developing with client-side technologies such as JavaScript and AJAX is essential.

Any understanding of the Affiliate market and associated technical landscape will be advantageous.

What we offer: £15,000 to £20,000 depending on experience and qualifications. We also offer training as well as an attractive career path in a rapidly growing company.

Applicants must live within commutable distance from Leeds City Centre.

Please email your cv to jane.charleton@valuecomparison.co.uk