Published News » Tips & Tricks


Tips & Tricks »

Blog comments and forum posts are traditionally the worst place to post code, but unfortunately are the frequent hosts of code for developers like us. Many developers choose to post links to more dev-friendly environments like GitHub instead, but there's a certain disconnect that comes with posting an external resource for something that would be much more useful in an internal capacity. Using so Read More
Posted by girish.r 113 days ago (http://davidwalsh.name)
Discuss  | Read MoreBury | Tweet This | Tagged: gist shortcode embed
Add To 

Tips & Tricks »

80% of the end-user response time is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, stylesheets, scripts, Flash, etc. Reducing the number of components in turn reduces the number of HTTP requests required to render the page. This is the key to faster pages. One way to reduce the number of components in the page is to simplify the page’s Read More
Posted by girish.r 113 days ago (http://www.phpfresher.com)
Discuss  | Read MoreBury | Tweet This | Tagged: make site faster http
Add To 

Tips & Tricks »

Data driven web sites are da bomb, in my not-so-humble opinion. The ability to drive information through a slim passage and have that information display, in various ways, is without a doubt amazing. Anything can be manipulated, altered, structured, added, removed and decided before it even hits the screen. Systems like WordPress, Joomla, Drupal have had their day in the sun. On the horizon are e Read More
Posted by girish.r 243 days ago (http://www.developerdrive.com)
Discuss  | Read MoreBury | Tweet This | Tagged: php static html fly
Add To 

Tips & Tricks »

1.They’re escape sequences. n is a newline and r is a carriage return. In Windows most text editors have a newline as rn and on unix it’s n. 2.r is the carriage return n is the newline These are available in many other languages aside from PHP. 3.They’re “carriage return” and “line feed” respectively. Typically on Windows, you need both together to represent a line terminator: “rn” whereas on mos Read More
Posted by girish.r 247 days ago (http://www.phpfresher.com)
Discuss  | Read MoreBury | Tweet This | Tagged: what r n meaning php
Add To 

Tips & Tricks »

Many developers use md5 or rand() function to generate the unique id in php, Which is actually not a good practice under some senario. The best technique is to use the pre given php function whic is uniqid() Read More
Posted by girish.r 247 days ago (http://www.phpfresher.com)
Discuss  | Read MoreBury | Tweet This | Tagged: how generate unique id php simple useful
Add To 

Tips & Tricks »

Currently PHP is one of the most popular programming languages for the web. But like other scripting languages, PHP also has few security holes that can make our application insecure. In this tutorial, we will take a look at useful tips to help you avoid some common PHP security problems. Read More
Posted by girish.r 273 days ago (http://advancedphptutorial.blogspot.in)
Discuss  | Read MoreBury | Tweet This | Tagged: useful tips creating secure php applications
Add To 

Tips & Tricks »

Every web developer should keep useful code snippets in a personal library for future reference. Today, I have compiled the most interesting and useful PHP code snippets I have added to my personal snippet library the last 3 months. Read More
Posted by girish.r 273 days ago (http://www.catswhocode.com)
Discuss  | Read MoreBury | Tweet This | Tagged: useful php code snippets functions
Add To 

Tips & Tricks »

Yesterday an ex colleague tweeted something that captured my attention. Read More
Posted by girish.r 274 days ago (http://emanueleminotto.wordpress.com)
Discuss  | Read MoreBury | Tweet This | Tagged: php tweet code golfing
Add To 

Tips & Tricks »

If you are running multi-authored wordpress blog, and you are having issues with sharing Admin privilege with your editors and wordpress theme designers, then you must disable theme change in wordpress blog. Sometimes it happens that your blog designers, without consulting you changes your blog design by changing the wordpress theme. Read More
Posted by girish.r 274 days ago (http://www.designskew.com)
Discuss  | Read MoreBury | Tweet This | Tagged: disable wordpress theme change
Add To 

Tips & Tricks »

There seems to be a widespread misconception in the PHP community about the performance characteristics of single quotes vs. double quotes in string literals. I always thought this meme has long since been proven codswallop, but today I ran into a guy in ##php who was convinced there was a significant difference. Read More
Posted by girish.r 281 days ago (http://charlie.bz)
Discuss  | Read MoreBury | Tweet This | Tagged: string performance quot php single quotes double quotes
Add To 

Tips & Tricks »

MODx Revolution support very easy and flexible configuration of system from admin panel.Article is about to set up other resource as frontpage rather than existing one. Read More
Posted by girish.r 303 days ago (http://creativedev.in)
Discuss  | Read MoreBury | Tweet This | Tagged: modx revolution
Add To 

Tips & Tricks »

If you have been developing facebook applications recently then you probably know what facebook query language (FQL) is. For newbies, FQL is facebook version of sql for extracting data from facebook database about users. Read More
Posted by girish.r 303 days ago (http://www.techgigs.in)
Discuss  | Read MoreBury | Tweet This | Tagged: facebook query language
Add To 

Tips & Tricks »

This article will show you the trick to set your Gravatar as your Favicon. Read More
Posted by girish.r 496 days ago (http://www.xpertdeveloper.com)
Discuss  | Read MoreBury | Tweet This | Tagged: use gravatar favicon
Add To 

Tips & Tricks »

Calling a soap service with php, and building and then passing an XML document as a parameter. Read More
Posted by girish.r 497 days ago (http://www.print-clearly.co.uk)
Discuss  | Read MoreBury | Tweet This | Tagged: php soap service xml
Add To 

Tips & Tricks »

Here is the quick article which shows the difference between two PHP functions which are isset() and array_key_exists(). Read More
Posted by girish.r 497 days ago (http://www.xpertdeveloper.com)
Discuss  | Read MoreBury | Tweet This | Tagged: isset array_key_exists php
Add To 

If you're having problems with server load due to high volume of traffic you can try getting fast cheap web hosting for your sites. Although web hosting is part of the solution you also need to consider other bandwidth heavy website applications.