Search in PHP and PHP frameworks
Subscribe
7AMP – Creating a Development Environment
2010-02-03 05:30:58
1 Comments
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 back and forth between a browser and a server is really the only way to truly understand what is happening...
6 CodeIgniter Hacks for the Masters
2010-02-03 05:30:53
1 Comments
CodeIgniter is a simple and powerful open source web application framework for PHP. Today, we’ll do some core “hacks” to this framework to change and improve its functionality. In the process, you’ll gain a better understanding...
Add Caching to a Data Access Layer
2010-02-03 05:30:27
1 Comments
Dynamic web pages are great; you can adapt the resulting page to your user, show other user’s activity, offer different products to your customers based on their navigation history, and so on. But the more dynamic a website is, the more database...
Extremely Simple Way To Display Delicious Counts For Wordpress Users
2010-02-03 05:05:22
1 Comments
Delicious is the most popular social bookmarking service. If you pay attention on WDB, then you may notice that most of WDB’s articles are being saved more than 100 times by Delicious users. There are a lot of ways for you to display your Delicious...
12 Free And Open Source PHP Forum Scripts
2010-02-03 05:05:21
1 Comments
Forum is a great place where people can have discussions and postings. Generally, a forum is a community with lots of user inputs and needs moderators to moderate the posts. If you want to setup your own forum, you can go for either open source forum...