News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

Job Posting:
Eventures Seeks CTO & Development Director (London, UK)
July 10, 2008 @ 12:09:13

Company Eventures
Location London, UK (near Angel)
Title Start-up CTO and Development Director
Summary

We are looking for an equity partner to join two directors on a web start up. We have completed the application designs and are looking for someone to build it.

Responsibilities

  • Everything IT
  • Provide technical specification for system designs
  • Architectural platform design
  • Design, build and test applications
  • System administration and maintenance
  • Building a development team
  • Clear documentation
  • Manage development budget and projected IT spend
  • Manage the business IT infrastructure - communications, computers, software, hardware

Required experience

  • Architecting, building and deploying large multi-tiered consumer web applications
  • Building scalable, flexible, robust and secure architecture for high-traffic applications
  • Proven track record in implementing open source system development, maintenance and administration
  • Technical team management experience

Useful but not essential experience:

  • Designing, building and testing mobile applications
  • Developing SMS delivery functionality/integration

The ideal candidate will also be a passionate user of social media and be able to help develop and deliver a strategy across appropriate platforms.

Contact Joey on 07846 431 352 or djoeyb@gmail.com for more information

0 comments voice your opinion now!
eventures london job post cto development director uk



DevShed:
Developing a Form Director Class
October 18, 2006 @ 15:13:00

DevShed is continuing on with their look at using Builder objects (part 1, part 2) with the third and final part of the series - Developing a Form Director Class.

In this article I'll complete the builder pattern, since I'll demonstrate how to define and use a form director class, in this way putting the final strokes on the example that you learned in the previous tutorial.

The tutorial goes back over a few of the concepts and code from the previous part of the series before getting into the form generation with these handy objects. They also show the FormBuilder class (creative name, eh?) that will generate the form's elements as created previously. They wrap it all up with the only new functionality - the Builder object Director class, creating a simple contact form.

0 comments voice your opinion now!
tutorial form director class builder object tutorial form director class builder object


DevShed:
Introducing Builder Objects in PHP 5
October 04, 2006 @ 15:03:57

DevShed kicks off another three-parts series today with part one of a look at working with builder objects in PHP5.

In this article, the first of a three-part series, you will be introduced to the basics of creating directors and builder objects with PHP 5. As usual, there will be copious examples to help you quickly start using the builder pattern in your own PHP projects.

Well, to put things in a simple perspective, when the builder pattern is applied, two objects are put into action to create a third one. First, these two objects create a director; as its name suggests, the director controls all aspects of the creation process and determines what pieces and modifications will be introduced into the target object. Finally, a builder is tasked with constructing the third object in question, in accordance with particular specifications. Sounds fairly simple, doesn't it?

They start with a look at starting with the Builder pattern, building a basic XML document to provide the structure for the target object. From that information, they show how to create the object and give a simple class to help direct that object along.

0 comments voice your opinion now!
builder prattern object xml creation director class builder prattern object xml creation director class



Community Events











Don't see your event here?
Let us know!


developer example job zendframework package PHP5 book mysql security ajax application cakephp database conference zend releases release PEAR code framework

All content copyright, 2008 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework