 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
Richard Heyes' Blog: Reading a specific line in a file
by Chris Cornutt 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.
voice your opinion now!
reading specific file line example code class
Job Posting: Fav.or.it Seeks Talented Web Developer (Reading, UK)
by Chris Cornutt 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 |
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)
by Chris Cornutt 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 |
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)
by Chris Cornutt 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:
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 |
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
by Chris Cornutt 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.
voice your opinion now!
tutorial reading writing creating files part1 permissions tutorial reading writing creating files part1 permissions
IBM developerWorks: Recommended PHP reading list
by Chris Cornutt 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]
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
by Chris Cornutt 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...
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!
|