PHP 5.3.1 is finally here!
A stable version of PHP 5.3.1 is finally here! Download link and links to view the release announcement, key changes and the full changelog within.
Tweet 0 CommentsSave Tags: news, open source, php
Loads of Essential PHP Tools & Resources For Web Developers
In this article I have compiled an extensive list of tools and resources that any php developer should be aware of and which will make their life... more »
Tweet 0 CommentsSave Tags: php, tools
5 Tips to Keep Your Code Clean
Often times someone will ask me to view some code that they are written and it turns out that it’s a total mess. Here’s a few tips to keep your code... more »
Tweet 0 CommentsSave Tags: how-to, opinion, php
Doctrine 2 and Zend Framework first date
This morning I have tried for the first time to use Doctrine 2 in a Zend Framework application. I used the latest release, 2.0.0 alpha3, for this... more »
Tweet 0 CommentsSave Tags: frameworks, how-to, open source, php
RedBean: On The Fly ORM For PHP
RedBean is an easy, lightweight ORM for PHP that doesn’t require any configuration and works out of the box. The only requirement is a database... more »
Tweet 2 CommentsSave Tags: database, frameworks, php
The future of PHP
PHP's next edition, V6, includes new features and syntax improvements that will make it easier to use from an object-oriented standpoint. Other... more »
Tweet 1 CommentsSave Tags: php, reviews
PHP tokens and opcodes : 3 useful extensions for understanding the working of Zend Engine
“PHP tokens and opcodes” – When a PHP script is executed it goes through a number of processes, before the final result is displayed. These processes... more »
Tweet 0 CommentsSave Tags: how-to, php, research
Managing Multiple Build Environments Using Ant
One of the challenges of Web development is managing multiple build environments. Most applications pass through several environments before they are... more »
PHP in Arabic
The use of Arabic in Web sites has been growing in a significant way in the latest years. This is an idiom that requires special care due to the... more »
Tweet 0 CommentsSave Tags: frameworks, open source, php
44 Marvelous Sites Powerd by Drupal
In today’s post we are going to indulge your eyes to some amazing and eye catching Drupal designs that will change the way you look and perceive... more »
Tweet 2 CommentsSave Tags: css-html, php, web 2.0, web design
Simple Single Sign-On for PHP
I’ve written a simple single sign-on solution (400 lines of code) in PHP, which works by linking sessions. This solutions works for normal websites as... more »
Tweet 0 CommentsSave Tags: ajax, how-to, php, web services
Facebook Style Wall Post Application with jQuery and Ajax.
Are you looking for Facebook style wall post application. It contains update, comment and delete with jquery animation effect. In this post I had... more »
Tweet 0 CommentsSave Tags: ajax, javascript, php, web design
PHP Founder Quits Yahoo
Back in July, a tweet from Rasmus Lerdorf, the creator of PHP, foreshadowed his departure from Yahoo. This week he announced, via another tweet, that... more »
Tweet 0 CommentsSave Tags: news, php
Three simple php caching tehniques
Three simple examples of caching techniques in php
Tweet 0 CommentsSave Tags: php
7AMP – Creating a Development Environment
Running a local development web server is one of the best ways of learning AJAX; reading up on it is one thing, but being able to pass the raw data... more »
Tweet 0 CommentsSave Tags: frameworks, php, reviews
PHPanywhere: Online PHP Editor for Coding On the Go
PHPanywhere is a free web based PHP IDE which enables you to develop and maintain your PHP applications online. It provides you with all the code... more »
Tweet 1 CommentsSave Tags: php, reviews, tools, web services
10 WordPress hacks to make more money online
In this article, I’m going to show you 10 powerful and easy to implement WordPress hacks to make more money online.
Tweet 1 CommentsSave Tags: open source, php
Setting up continuous integration for PHP using Hudson and Phing
In this post Dave Gardner is going to write about the benefits of Unit Testing and how Continuous Integration (CI) can be used to get the best out of... more »
Tweet 0 CommentsSave Tags: how-to, php, tools
Best way to log details. Database or file log?
This is a decision on whether file based logging or database logging is better. Looking at different points and debating your personal preference.
Tweet 0 CommentsSave Tags: methodology, opinion, php
Content Management Systems Without The Need Of A Database
Yesterday, there was a post in my favorite forum, asking for a very simple cms that needed no database to operate and to be able to run on a very old... more »
Google Closure Compiler with PHP
Today Google released their new Closure Compiler, you can use it to optimize and minify your javascripts. Now i show you how to use the new Google... more »
Tweet 5 CommentsSave Tags: javascript, php, tools
12 Reasons To Use Zend Framework
What's so good about the Zend Framework? Every framework has ups and downs. Want to convince your boss to use ZF?
Tweet 0 CommentsSave Tags: open source, php
10 Examples To Inspire You To Use PHP Interactive Shell
Don't miss out the PHP CLI Interactive mode. You can invoke PHP interactive shell from the terminal
Tweet 0 CommentsSave Tags: php, unix-linux
10 great Alternatives to phpMyAdmin
Most people in the web development world are under the impression that phpMyAdmin is the only MySQL client out there for websites. Going a step... more »
Tweet 0 CommentsSave Tags: php, reviews