Zend Framework has an impressive library for pagination. Anyone can easily create pagination with some simple lines of code. Lets jumps to the tutorial to create pagination.
1. Model Code:
<?phpclass Users extends Zend_Db_Table{ //set the current table name protected $_name = ‘users’; //set the default primary key of that table protected $_primary = ‘id’; /** * [...]
Browsers are most essential part of modern internet technology. Lots of browsers are available in current web world. Internet Explorer by Microsoft, Mozila Firefox by Linux, Safari by Mac etc. Among this Mozila firefox is most favorite to the web developers for its features.
Google Chrome is a new browser which is running under beta [...]
Smashing Magazine site is one of my favorite site for latest news on IT technology. Today i read the magazine and found really a interesting JavaScript library about date functionality. It do some amazing thing on the fly and the functions are very much user friendly. you can easily understand and remember those function name [...]
In my recent project I have to do something like that:
Enter a TAG, inside a text box
Search in Flickr using the tag.
Show the search result inside my page.
Search in YouTube using the same tag.
Show the search result inside my page.
Play the video in my page without redirecting to the YouTube original site.
To do the following [...]
smashing Magazine is one of the best site that i ever find in the internet. i just heard about this. It published several articles on different aspect of programming. You can easily increase your technical knowledge from this. This site always updated with latest article, tutorial etc. It includes article and tutorial on
CSS, AJAX, PHP, [...]