News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
feed this:

Richard Heyes' Blog:
Reading a specific line in a file
April 07, 2008 @ 12:56:08

Richard Heyes has thrown together some code for a simple thing that he's seen developers request over and over again - moving to/reading from a specific line in a file.

After reading something on the php-general list I decided that a) I'm bored, and b) I'll write something which handles it. So here it is.

His code is simple - looping through the lines of the file until it locates your desired target (with some error checking along the way). Plus, if it's already fetched, it keeps it in a cached array for future retrieval.

1 comment voice your opinion now!
reading specific file line example code class



Job Posting:
Fav.or.it Seeks Talented Web Developer (Reading, UK)
January 02, 2008 @ 12:33:00

Company fav.or.it
Location Reading, UK
Title Talented Web Developer
Summary

It is the new year and we are looking for talented web developers to join our development team working on fav.or.it. We are preferably looking for PHP 5 developers but will cross-train from Perl/Ruby/Python. We are looking for pure programming skills first and foremost so if your not an uber-geek who can do hex calculations in your head then don't bother applying. The winner gets all the monitors they desire, the best development tools and a great start-up environment.

This a fantastic opportunity to get involved with an exciting project and make a real difference to the landscape of blogosphere.

Essential skills

  • Triple 'A' Programming skills in any of the following (PHP, Ruby, Perl)

Desirable skills

  • PHP 5 (OO)
  • Experience with one of the following PHP Frameworks
  • CakePHP
  • Zend Framework
  • Symphony
  • XHTML, CSS, JavaScript, DHTML/AJAX, XML
  • MySQL relational DB design
  • Linux, Apache, MySql administration
  • XML-RPC
  • Code versioning tools (Subversion, CVS)

Role Involves

  • Development, maintenance and support of new functionalities
  • Analysis of business and user requirements and production of functional specifications;
  • Project implementation from inception through development and support;
  • Testing of web functionality;
  • Resolving problems on specific platforms.

Location: Reading (UK)

Salary based upon experience

Send CV's + Sample of code to recruitment [at] this domain

Link More Information
0 comments voice your opinion now!
job post reading favorit web developer uk job post reading favorit web developer uk


Job Posting:
Assembleron Ltd Seeks Administration Guru (Reading, UK)
October 29, 2007 @ 10:21:00

As posted on Nick Halstead's blog:

Company fav.or.it
Location Reading, UK
Title Administration Guru
Summary

We are on the recruitment trail again! We are looking for an administration guru who hopefully has some good core programming skills as well. As fav.or.it expands we need someone who can look after all the server infrastructure and keep things running smoothly. This is a fantastic opportunity to get involved in a company that is using cutting edge web technologies and is expanding rapidly.

Essential Skills

  • Linux Systems administration
  • Apache Administration
  • MySQL Administration

Desired skills

  • Knowledge of VMware Server and other VMware technologies
  • Experience in any of the following MRTG, PRTG, Cacti
  • Perl/PHP/Ruby Scripting
  • Windows Server 2003 administration

Location: Reading

Salary based upon experience.

To apply for this role send your CV to jobs [at] this domain. Agencies need not apply unless they enjoy abuse.

Link More Information
0 comments voice your opinion now!
assembleron administration guru reading uk job post assembleron administration guru reading uk job post


Job Posting:
Assembleron Ltd Seeks PHP 5/MySQL/Ajax Developers (Reading, UK)
June 08, 2007 @ 13:10:34

Company Assembleron Ltd
Location Reading, UK
Title PHP 5 / MySQL / Ajax Developers
Summary

Want to work with the latest technologies? PHP developers required for an exciting new development company based on Reading University campus.

The ideal candidate should be capable of thinking the big picture when it comes to development, and able to code creatively. You are currently either a strong middleweight developer who wants to extend your skill set, or you are a senior developer in a small team who has loads of great ideas that you want to unleash.

Location:

  • Reading University Enterprise Hub (UK)

Responsibilities:

  • Work closely with the Development Director.
  • Work within the coding requirements & guidelines.
  • Participation in refining & maintaining documentation.
  • Keep up to date on product and industry knowledge.
  • Accurately estimating development time.

Technical Requirements:

  • PHP 5
  • MySQL
  • HTML/CSS

Optional Skills:

  • Ajax
  • JavaScript
  • DHTML
  • Knowledge of PHP frameworks (CakePHP, Zend Framework)

Compensation Package:

  • Salary £25,000-£30,000 based upon experience.
  • Expanding company with room for significant growth.

Please submit resume, salary requirements, and coding samples to recruitment@assembleron.com

Link More Information
0 comments voice your opinion now!
reading ajax php5 developer mysql job post reading ajax php5 developer mysql job post


DevShed:
Reading, Writing and Creating Files in PHP
August 23, 2006 @ 08:59:30

DevShed has a new tutorial posted today with a look at one of the more common tasks performed with PHP (second to generating web pages, of course) - working with files. It can be a little tricky for a budding PHP programmer, but they've got the info you need to get started.

Reading and writing to files can be useful if you do not require the storing of important data, such as a web counter. I must warn you though, that this method of storage should not be used to store passwords and other critical information, as it is not safe. Here we will discuss how to handle files and directories in PHP, specifically, how to create, read and write them.

They start off with a look at file permissions on both Unix and Windows systems ot give you an idea of what problems they could cause. Then, it's on to the actual files themselves - for this part, though, they only look at reading them in and working with their contents.

0 comments voice your opinion now!
tutorial reading writing creating files part1 permissions tutorial reading writing creating files part1 permissions


Ben Ramsey's Blog:
OPML Reading List
May 05, 2006 @ 06:46:31

Ben Ramsey has a new note today mentioning Scott Johnson's OPML reading list as well as a note about his own list.

The other day, I came across Scott Johnson's PHP OPML Reading List. Offering an OPML reading list for others to download is a great idea, and, since I've not yet blogged about it, I wanted to point out that I've been doing this for a long while now. On my home page, under the "syndicate" heading, is a link to my OPML blogroll. Feel free to import my OPML into your feed reader; that's what it's there for. (Please also note that I use SimpleXML to generate the blogroll on my home page from this list.)

You can check out Ben's blogroll OPML listing here for some more quality PHP-related reading material.

1 comment voice your opinion now!
php opml reading list blogroll simplexml php opml reading list blogroll simplexml


IBM developerWorks:
Recommended PHP reading list
March 17, 2006 @ 07:46:34

The IBM developerWorks site has created a huge "recommended reading list" of artcles/tutorials/packages/etc for PHP developers of all skill levels to check out.

This list of recommended reading material on PHP is compiled from a variety of online sources by Web application developers in IBM's Global Production Services organization. These resources have been selected with the intention of introducing IT specialists and architects to PHP, providing specific information about development and maintenance, and helping to integrate the technology with IBM products.

They have the list broken up onto sections like "Development", "Community and News", and "Migration" with several sub-sections under each. Obviously, there are many more resources out there than just what's on this list, but it's a great start for anyone that really wants a crash course in all things PHP.

[digg it]

0 comments voice your opinion now!
php recommended reading list migration development community news php recommended reading list migration development community news


IBM developerWorks:
Reading and writing the XML DOM with PHP
December 08, 2005 @ 08:18:57

On the IBM developerWorks page today, there's this new tutorial dealing with reading and writing XML with the DOM functionality in PHP.

Myriad techniques are available for reading and writing XML in PHP. This article presents three methods for reading XML: using the DOM library, using the SAX parser, and using regular expressions. Writing XML using DOM and PHP text templating will also be covered.

They look at what XML is, how to read it into PHP (with examples of DOM, SAX parsers, and regular expression methods), and writing out XML. The DOM functionality that they use for the examples is the newer, PHP5-compatable methods...

0 comments voice your opinion now!
php xml reading writing dom php5 php xml reading writing dom php5



Community Events











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


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

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