Technology Pioneers And Revolutionaries We Lost In 2011

Technology Pioneers And Revolutionaries We Lost In 2011

Technology Pioneers And Revolutionaries We Lost In 2011
Arfa Karim: Youngest MCP In Critical Condition, Pray For Her

Arfa Karim: Youngest MCP In Critical Condition, Please Pray For Her!

Arfa Karim: Youngest MCP In Critical Condition, Please Pray For Her!
Small Summary Of iOS 5 And Android 4 Ice Cream Sandwich Issues

Small Summary Of iOS 5 And Android 4 Ice Cream Sandwich Issues

Small Summary Of iOS 5 And Android 4 Ice Cream Sandwich Issues
Search Engine To Car Engine: Google Patents Driverless Cars

Search Engine To Car Engine: Google Patents Driverless Cars

Search Engine To Car Engine: Google Patents Driverless Cars
14 Google Search Features You Might Not Know Of

14 Google Search Features You Might Not Know Of

14 Google Search Features You Might Not Know Of
PreviousNext

Browsing articles in "Web Development"

Dec
15
2011

How To Recover From A WordPress Plugin Crash…

Wordpress Logo

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 »
Oct
11
2011

Dart – Google’s Proposed Replacement For Javascript

Google Dart

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 »
Sep
23
2011

Simple Trick To Validate An Integer In Javascript

JS_code_formatting

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 »
Sep
19
2011

Codecademy

Codecademy introduction

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 »
Sep
18
2011

Managing Heavy Database Load In Web Applications Using Design Patterns

pattern-bring-together

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 »
Sep
18
2011

How To Enable cURL In XAMPP And WAMPServer

wamp-xampp

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 »
Apr
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 »
Mar
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 »

FOLLOW US ON FACEBOOK