Search in PHP and PHP frameworks
Subscribe
7 Areas Of PHP You Might Want To Optimize
2010-02-03 05:05:10
1 Comments
PHP is undoubtedly one of the preferred development methods chosen by many to create dynamic web pages. As contents get bigger, there is a real need to manage our PHP codes so that it runs faster. Unfortunately for many beginners, designers and enthusiasts,...
3 Ways to Speed up Your Site with PHP
2009-07-22 12:05:19
2 Comments
These days, with broadband connections the norm, we don’t need to worry as much about internet speeds or the filesize of our pages. However, that’s not to say that we still shouldn’t do so. If you wish to reduce the load times on your...
Kohana: The Swift PHP Framework
2009-07-09 12:09:34
1 Comments
Kohana is a PHP 5 framework that uses the Model View Controller (MVC) architectural pattern. There are several reasons why you should choose Kohana but the main ones are security, weightlessness and simplicity. In this tutorial, I’ll introduce...
Make an iPhone App Using the Envato API
2009-06-23 10:05:28
1 Comments
With the release of the new Envato Marketplace API, third-party developers now have access to a wealth of information to create all kinds of useful applications. This tutorial will teach you how to make your very own iPhone app using data from the new...
Add Power to Your PHP With Multi-Tiered Applications
2009-06-23 10:05:09
1 Comments
As PHP applications become more and more complex, it can be easy to end up with a tangled mess of code that makes maintenance nearly impossible. Applying the concept of tiered applications can help to alleviate some of the difficulty in maintaining complex...