Browsing articles in "Web Development"
15
2011
How To Recover From A WordPress Plugin Crash…
One thing you have to keep in mind while updating any aspect of your WordPress installation, be it a plugin, a theme or anything else, is not to forget about backing up your database. It is a very important thing to do, as I recently learned. I found a plugin online whose compatibility with[.....]
Continue Reading »11
2011
Dart – Google’s Proposed Replacement For Javascript
Google is all set with a new programming language ‘Dart’ for structured web programming, initially called Dash. Dart intends to replace JavaScript which has some basic flaws that according to Google engineers cannot be resolved by just evolving the language.
Continue Reading »23
2011
Simple Trick To Validate An Integer In Javascript
What is the simplest way to validate an integer? Without using Regular Expressions, that is. They usually give me a big headache! I needed to do perform this for a project and while searching on google, I came upon the following technique. It’s so simple that it blew my mind and here I will[.....]
Continue Reading »19
2011
Codecademy
New to programming? Have difficulties understand programming concepts? Fear no more. A new site called Codecademy has been launched to enable people who want to learn programming to grasp the concepts in an easy and interactive way. And not just that. Codecademy adds a social touch to this. You can compete with your friends[.....]
Continue Reading »18
2011
Managing Heavy Database Load In Web Applications Using Design Patterns
Web Applications: Web applications are software applications stored on a server and delivered to users over the internet. Web applications usually consist of a service layer, a logic layer and a database layer. All clients access the web servers, which in turn accesses the common database. Popular web applications usually have a huge amount[.....]
Continue Reading »18
2011
How To Enable cURL In XAMPP And WAMPServer
cURL stands for ‘Client for URLs‘. It is a command line tool for transferring files using URL syntax and supports many internet transfer protocols. It uses a portable library called ‘libcurl’ which is compatible with many platforms. PHP provides native support for ‘libcurl’ and many functions were added to PHP 4.0.2 for this purpose.[.....]
Continue Reading »12
2009
Conficker Is Up And Kicking!
The fourth variant of the Conficker worm, Conficker.D, failed to show up on April 1 putting a stop to the speculation that April Fool’s Day would prove to be some sort of Cyber Doomsday. However, 7 days later on April 8, another variant Conficker.E has risen. The Conficker worm started updating via p2p between[.....]
Continue Reading »24
2009
IP Address of Remote Computer Using PHP
PHP provides a built-in facility to detect the IP address of the visitor using the $_SERVER superglobal array. Using the ‘REMOTE_ADDR’ element as an index value for this array, you can easily get the IP address as: $_SERVER['REMOTE_ADDR'] You can either print it, or treat it as a variable. Heck, store it in another[.....]
Continue Reading »






An article by






