Archive for January 8th, 2008

Job Posting: Buildersite.co.uk Seeks PHP Programmer/Web Developer (Central London)

Company Buildersite.co.uk
Location Central London, UK
Title PHP Programmer/Web Developer
Summary

Join an exciting internet start-up in the early stages and help us build a fantastic business. Buildersite.co.uk is a marketplace for construction and home improvement projects, bringing homeowners and tradesmen together. The company was founded by an American stonemason after his frustration with the poor state of builders’ reputations in the UK. Buildersite was a winner at Seedcamp, the Europe-wide funding competition for Internet Start-ups.

We are looking for an outstanding PHP programmer to come on board and work with our technical director to improve www.buildersite.co.uk and its associated systems.

Some key goals for our developers is to ensure that any code they create is easy to maintain and scaleable. To help you acheive this, we make use of modern object orientated techniques and the symfony framework. If you came on board you would be a key member of staff and the lead developer of the application.

This is a full time office based position in London for a start up. You should be prepared to work hard to help us get the system ready.

Required skills/experience

  • Excellent PHP (Ideally 3+ years commercial experience building medium to large web applications)
  • Good knowledge and experience of the symfony framework (Unfortunately we really need someone who has used symfony)
  • Good javascript (We use javascript and ajax where appropriate)
  • Good XHTML/HTML (The ability to hand code them)
  • A good understanding of SQL and Databases (in particular PostgresSQL & MySQL)
  • Good written and oral communication skills (In english, additional languages are an advantage)
  • A drive to learn new things and improve your technical skills
  • Good problem solving skills without requiring direction

Desired skills/experience

  • Computer Science Degree (Although not essential, having a CS degree will put you ahead)
  • Design and Usability (You don’t need to be able to design but it is a big plus if you can)
  • An understanding of the construction industry
  • Knowledge of apache, debian and systems administration
  • A good understanding of natural SEO

We are offering a competitive salary which will be based on your level of experience and value we think you will bring to the business.

A share options scheme is also currently being set up and a number of options may be included in your package.

If you would like to apply for this job please send an email with a copy of your CV, a covering letter to info@buildersite.co.uk.

Please note we will only consider you if you have the right to work in the UK.

Link More Information

Continue Reading · Add comment

Job Posting: Bridgepoint Education Seeks Senior Software Developer (San Diego, CA)

Company Bridgepoint Education, Inc.
Location San Diego, CA
Title Senior Software Developer (PHP/MySQL/LAMP)
Summary

Bridgepoint Education, Inc. the #1 fastest growing company in San Diego, CA., is developing cutting-edge applications and is seeking an experienced Senior PHP Developer to join our team. As part of the team you will be applying your leadership experience, problem solving abilities, and coding skills to build world-class software. Your software will be used by thousands of customers. We are seeking the very best talent and if you are passionate about coding and welcome new challenges, we want to meet you.

Duties

  • Full time, in-house position based in San Diego, CA.
  • Full-cycle software system design, development, validation and deployment.
  • Lead project implementation
  • Heavily involved in programming, high-level software architecture and design, focused primarily on development of enterprise software - web applications, middle-ware, and automated systems.
  • Update job knowledge by studying state-of-the-art development tools, programming languages and techniques and computing technologies.

Development Skills

  • Strong PHP 5 experience
  • 8+ years of experience in a technical role
  • Solid understanding of object oriented design is required
  • Experience with HTML, CSS, and JavaScript.
  • Database design and SQL
  • Experience with OS X, Linux or other Unix and Windows environments
  • Experience with Web Services and Service Oriented Architecture (SOA) is a plus

Bridgepoint Education, Inc. offers a competitive salary and benefits package, along with a fun and positive work environment, Gym on site, monthly Employee Appreciation event, and tuition remission plan. Small relocation package may be offered for those living outside the San Diego area.

To apply online, please visit: https://home.eease.com/recruit/?id=27499

Link More Information

Continue Reading · Add comment

Samisa Abeysinghe’s Blog: Tracing SOAP Messages (and Installing via PECL)

On his blog today, Samisa Abeysinghe points out a library that can be used to trace the SOAP messages going back and forth between your client and server - the WSO2 Web services framework for PHP.

The Web services client class, WSClient has two methods for this, getLastRequest() and getLastResponse(). After calling the request() method of the client instance, you can call any of those methods to gain access to the messages.

Simple example code is included showing how to grab that information from the client object. If you’re looking for a way to get the WSF/PHP functionality installed on your system, check out this step-by-step tutorial on using the PECL tool to create and install the packages to your PHP setup.

Continue Reading · Add comment

Helgi’s Blog: New features and changes in pear.php.net

Helgi has posted about the updates that have recently been made to the PEAR website (pear.php.net) to help correct some issues and bring in some new features.

I just did a new release of pear.php.net which has a bunch of new features and bug fixes, most of which you can see here.

Some of the updates include:

  • One column design instead of the 2 column design
  • Usage of the YUI CSS reset + fonts
  • The package list on http://pear.php.net/packages.php doesn’t highlight deprecated packages anymore
  • Now developers can see bug reports by unconfirmed accounts
  • The RSS feeds now contain new line breaks!
  • Patch uploading during ticket creation now works

He also specifically mentions some of the feedback he’s gotten on certain things (like the new layout, the CSS of the site and the DES passwords) and explains some of the rationale behind their update/use.

Continue Reading · Add comment

DevShed: Using Yahoo! Web Services with PHP 5

On DevShed a new series has started (a six-part one) with This new tutorial posted today talking about the use of the Yahoo! web services in a PHP5 application.

It’s not my intention to provide you here with a fully-featured guide on how to use Yahoo!’s Web services with PHP 5, because the best place to go is simply the aforementioned Developer Network. Instead, I’ll offer to you a bunch of code samples that hopefully will assist you in the development of PHP 5 applications that will utilize some of these useful web services.

You’ll need to get an Application ID to work with before you get started (go here to sign up, you’ll also need a Yahoo! ID), but the rest of the code is provided. They make a search request to the Yahoo! backend for “madonna” and show the XML formatting of the results.

They also include examples of querying two other services offered by the company’s backend API - video search and an image search.

Continue Reading · Add comment