php5
Tag details
Welcome to the 'php5' tag page at Technorati. This page features content from the farthest reaches of the Blogosphere that authors have "tagged" with 'php5'.
Look up
"php5"
at The Free Dictionary
Latest blogosphere posts tagged “php5”
-
Exceptional PHP: Introduction to Exceptions
BrandonSavage.net —
Authority: 521
A great feature of PHP is the ability to throw and catch exceptions . This feature was introduced in PHP 5, and has been around for years in other languages like Python. Exceptions make it easy to interrupt program flow in the event that something goes wrong. They allow you to customize how a program handles errors, ...8 hours ago -
title
Script For All —
Authority: 124
Tetris fte its 25 years – Actualits – ZDNet. Fr Plays vidé O of Noë L Activetechpros id=”; down”; >; Copyright &Copy; 2009 Interactive CBS. All Rights Reserved. [...]1 day ago -
Adapt and install in my a IRT open proyect by portalatleta
Pro Freelance Projects —
Authority: 177
I would like to instal in my server: Estimation of an Examinee’s Ability in the Web-Based Computerized Adaptive Testing Program IRT-CAT http://www.ncbi.nlm.nih.gov/pmc/articles/PMC2631187/ This proyect is made with php 5, javascript and postgreSQL… (Budget: $250-750, Jobs: Apache, Javascript, PHP)Go to ...1 day ago -
Uppgrade From Php4-php5 +perma
Get a Freelance Job —
Authority: 180
I need to update a script that i have on two domains from php4 to php5 since they are not secure. I need a secure version of the script. I also like to have made permalinks for better SEO on my two sites (same script) Also if you can make a ping and RSS for every new sign up would be good. Give me your suggestions ...1 week ago -
Q&A: Answering Some Questions About Object-Oriented Programming
BrandonSavage.net —
Authority: 521
Last week I wrote about five tips to improve object-oriented code. This generated a number of important questions, which I will attempt to answer for those who asked them. “Often times when a developer gives each object only one responsibility, they tightly couple objects together.” Can you explain? There are ...1 week ago -
Need A PHP Developer? Why You Should Hire Me
BrandonSavage.net —
Authority: 521
There seem to be lots and lots of PHP folks out there looking to hire good PHP developers. Finding the right developer can be a challenge, as can finding the right job. I’ve been looking for a couple weeks now, and I wanted to put together a short blurb on why you should consider hiring me to be on your PHP ...1 week ago -
Project 2010 ambitionne to make the project management more accessible
Script For All —
Authority: 124
Technology – As the other products Office, Project 2010 will take again the graphical interface bases donglets. To make the diffrence with its competitors, Microsoft put on lintgration with its software, of which SharePoint for the collaboratif one. Produced range Office, Microsoft Project 2010, for the moment in ...2 weeks ago -
XML-RPC in PHP :: FoXRate Currency Exchange API
VistaArc —
Authority: 91
Today my friend Sakib was looking for a Currency Exchange API to implement it on one of his projects. So, I decided to write this small PHP code snippet for him. I hope this will help him and also other developers. Because, XML-RPC section of the PHP Manual is still incomplete . array( method ...2 weeks ago -
Understanding PHP Exception Handling
ulyssesonline.com —
Authority: 417
PHP 5 has an exception handling model similar to that of other programming languages. Exception handling is used primarily to modify the control of a program by using the “try” and “catch” method. Throwing and catching exceptions allow programmers to handle errors gracefully. Let’s say you have a function ...3 weeks ago -
Installing Apache2 W/ PHP5 & MySQL Support On OpenSUSE 11.1
Linux/Unix News - motd.ambians.com —
Authority: 461
LAMP is short for Linux, Apache, MySQL, PHP. This tutorial shows how you can install an Apache2 webserver on an OpenSUSE 11.1 server with PHP5 support (mod_php) and MySQL support.3 weeks ago -
How To Set Up Apache2 With mod_fcgid And PHP5 On Fedora 11
Linux/Unix News - motd.ambians.com —
Authority: 461
This tutorial describes how you can install Apache2 with mod_fcgid and PHP5 on Fedora 11. mod_fcgid is a compatible alternative to the older mod_fastcgi. It lets you execute PHP scripts with the permissions of their owners instead of the Apache user.3 weeks ago -
RSS and SimplePie makes for PHP developer heaven
Technology you can trust here... —
Authority: 154
Filed under: Developer , Open Source This is definitely one for the developers amongst you, but if you’re developing an application in PHP and need to handle the reading of RSS feeds, SimplePie is a god-send. Some folks will point you in the direction of PHP5’s built-in SimpleXML module, however it’s ...4 weeks ago -
Jobs/ Recruitment Portal
Pro Freelance Projects —
Authority: 177
i am looking for job portal script developed and in php 5 and ajax. the details should be similar to the www.jobstreet.com (please review including the employer and admin workflow):some of the features are :1) Ability of upload profiles including multiple past career details2) ability to upload certificates for ...4 weeks ago -
Chris Jones Blog: PHP OCI8 1.4.0 Alpha is now available
Computer & Internet - computer-internet.marc8.com —
Authority: 461
Chris Jones has officially launched the latest OCI8 (Oracle) drivers for PHP - version 1.4.0 Alpha: read more4 weeks ago -
PHP OCI8 1.4.0 Alpha is now available - Christopher Jones
Computer & Internet - computer-internet.marc8.com —
Authority: 461
I just released an Alpha version of PECL OCI8 1.4 on http://pecl.php.net/package/oci8 The code is also merged to what will eventually be the PHP 5.3.2 and PHP 6.0 releases. Documentation will appear on http://www.php.net/manual/en/ref.oci8.php in the next few days, if...4 weeks ago -
What Interfaces Are For
BrandonSavage.net —
Authority: 521
A little while ago, I wrote an article discussing why interfaces rock and the way that interfaces work. However, a couple of comments made me realize that I didn’t discuss one of the key elements about interfaces : why you would use them. One key rule about interfaces is that all methods must be defined as ...4 weeks ago -
Recompiling PHP 5.3 On Snow Leopard With Freetype Support
Gen X Design | Ian Selby —
Authority: 103
OK, so this article probably doesn’t have a ton of mass appeal, but since upgrading to Snow Leopard I’ve run into a major issue with the way PHP is compiled in this distribution. Overall, I’m incredibly satisfied with the way everything’s set up by default in Snow Leopard (PHP 5.3 with bundled GD, mysqlnd, ...4 weeks ago -
PHP 5.3 + MySQL 5.1: Der Einstieg in die Programmierung dynamischer Websites von Florence Maurice
Free Your Mind All Free Download —
Authority: 161
PHP 5.3 MySQL 5.1 Der Einstieg in die Programmierung dynamischer Websites | Addison Wesley | 09-2009 | ISBN-10: 3827327237 | 8 MB | PDF | Retail | 449 Seiten | german Mit diesem Buch steigen Sie fast ohne Vorwissen tief in die Programmierung PHP & MySQL-basierter Webseiten ein. Die IT-Trainerin und -Autorin ...5 weeks ago -
Accessing Databases with PDO: A Primer
BrandonSavage.net —
Authority: 521
With the introduction of PHP 5, the PHP Data Object was introduced as core functionality. PHP 5.1 turned on a minimum level of support for SQLite , by default, and PDO supports most of the major database engines. PDO offers a number of enhancements and improvements over the various database libraries (e.g. mysql_* ...5 weeks ago -
Snow Leopard and PostgreSQL: installation help links
Technology News and Happenings - Techpresso.org —
Authority: 454
A few reports of issues have been raised on the mailing lists around upgrading to Snow Leopard. There have been some good tutorials and hints posted on blogs that aren’t in the planet.postgresql.org roll, so here are a few things that might help you out: Installing PostgreSQL on Snow Leopard 10.6 Snow Leopard wipes ...5 weeks ago