RSS (Real Simple Syndication) feeds can be found everywhere on the internet. News and information are delivered using it and discussions forums, blogging sites enable…
3 CommentsTutorials / Programming tips Posts
CodeIgniter has lot of Useful helper functions and libraries , Classes. Here we are going to Develop a Multilingual Site Using CodeIniger Language Class and…
3 CommentsThe HTTP_X_REQUESTED_WITH header is sent by all recent browsers that support AJAX requests. if (isset($_SERVER[‘HTTP_X_REQUESTED_WITH’]) && !empty($_SERVER[‘HTTP_X_REQUESTED_WITH’]) && strtolower($_SERVER[‘HTTP_X_REQUESTED_WITH’]) == ‘xmlhttprequest’ ) { // something…
Leave a CommentOne of my new Project, I need to Display Latest Updates of last 3 days. With MySQL’s date_add we can achieve result, see the below…
Leave a Commenthttp://www.youtube.com/watch?v=QOldVDVYnAE
Leave a CommentThis is very simple and common task, But many PHP newbies(beginners) don’t know about it. To see the Structure of PHP array , you have…
2 CommentsData retrieving is vital in Web Applications, so in this post i am going to write about Data Retrieving function in PHP From MySQL Database.…
Leave a CommentBelow is a list of some CSS generators that will help make your life as a web designer much easier. 1. CSS3 Generator My favorite,…
1 CommentWhen you link to a file like an image or a PDF-document it will be displayed within the browser normally. The download-attribute in links prevents…
Leave a CommentIn this post, I would like to show you how to enable WordPress post thumbnails on your WordPress theme. Post thumbnails are pretty useful and…
Leave a CommentI often Use Image Data URIs for large-scale applications depending on client requirement(not supported in IE7 and below). Data URI: The data URI scheme is…
Leave a CommentWe can set or change front page or home page of YII Driven web Application with simple Changes, we can do this with changing a…
1 CommentIn this post, we are going to discuss alphabet navigation, before that do you know How to generate alphabets in a loop with PHP built-in…
Leave a CommentThis Tutorial takes you through How to make a PHP Image Uploading Script, rather than uploading images to a database this tutorial shows you how…
Leave a Comment