Tag Archives | code

10 Recommended PHP Coding Tips To Enhance Your Daily Coding Skills

Some say code is beauty, some say code is poetry and it is up to you (the developers) who writes such poetry and make it a beauty. Beautiful written code prevents coding hazards, took less time to understand by any other developers. So, no matter if you are a novice developer or an advanced developer, [...]

Read full story Comments { 7 }

$_SERVER['REMOTE_ADDR'] Does Not Work Always, How To Get Visitor's Real IP Address In PHP?

When you are connected to internet from the inter buy viagra net connection, it is not always directly connected to internet gateway. It may be connected to host computer which will be controlling most of the clients computers and so on. In this architecture of network, visitors IP address is not the actual IP address [...]

Read full story Comments { 4 }
Optimize JavaScript Code With Closure Compiler

Optimize JavaScript Code With Closure Compiler

The easiest way to get familiar with the Closure Compiler service is by optimizing a few simple functions in the service’s web UI. (http://code.google.com/closure/compiler/docs/gettingstarted_ui.html)

Read full story Comments { 0 }