Archive: April, 2011

Post Pic

PHP Magic Functions: Best Part of Object Oriented PHP – Part 1

There are some reserved function names  in PHP class starting with __ ( double underscore ). These are __construct, __destruct, __isset, __unset, __call, __callStatic, __sleep, __wakeup, __get, __set, __toString, __set_state, __invoke and __clone. You cannot use these functions to serve your logical purpose but these are meant to be used for providing magic functionality. Lets start [...]

Post Pic

25 Incredible jQuery Plugins for Design Enhancements

There are a lot of readymade jQuery plugins from helpful developers and designers who put excellent effects and functionality in their code to help your website. Here are 25 jQuery plugins to perk up your site. You can just download the scripts and add them to the jQuery framework, and it will enhance your web [...]

Post Pic

Version Controlling And Its Exclusive Usability Benefits

A Brief about Version Control Version Control Software (VCS) is one of the tools used in Software Development to track and thus manage the process of making alterations to the project’s files. Also known as Revision Control Software(RCS), it is an amalgamation of practices and technologies wherein changes are made particularly in documentation, source code, [...]

Post Pic

How To Protect Your WordPress Blog From Getting Hacked

Setting up your blog is pretty straightforward. First, you need a domain and WordPress-friendly web hosting. If you’re not sure which host to sign up for, try to find a WordPress hosting review online. Once you have the hosting solution set, install WordPress, which can be pretty simple if your host utilizes a tool like [...]

Post Pic

Fundamental for creating interactive maps using J-Query

JQuery is enhanced Java Script libraries that run on client’s side in client server based environment over internet, client side means web browsers. JQuery is used to bring interactive ness, robustness and dynamicity to web page. There are whole lots of things that you can do using J-Query. All major website that operate globally have [...]

Post Pic

HTML 5′s Almost Forgotten Canvas Element

Three of the most talked about elements in HTML 5 are the audio, video, and canvas elements. Much has been written about the audio and video elements, since they are so easily implemented into a web document. However, the canvas element hasn’t experienced the same notoriety as its two counterparts. To correct this oversight, this [...]

Post Pic

5 top evergreen drupal themes for your website

The word Drupal originated from Dutch word which means tiny drop of water. Drupal is a content management system that was created by Dries Buytaert in 2001. It was released under GNU/GPL with hundred of contributors who worked continuously to improve it from that very point. Drupal has been programmed in PHP and it have [...]

Page 1 of 11