Category Archives: Web Development

CSS Developer Tools

Aug 14, 2013

Here in the post we are going to see some useful CSS Developers tools 1.Sencha Animator : Sencha Animator is a fantastic tool which create..

Read more

How to check weather a extension is

Aug 14, 2013

Here in the post we going to see How to check weather a extension is loaded or not in your PHP    //gd represented GD..

Read more

Re-indexing an array in PHP

Aug 07, 2013

Sometimes you need to re-index a numerically indexed array after removing elements from it.  Actually if you remove one or more elements from the middle..

Read more

Adding and Removing Array Elements in PHP

Jul 10, 2013

Sometimes working with arrays, we need to add few extra elements to the array or needs to remove element from array. PHP has some built-in..

Read more

How to Detect Visitor Browser Type

Jul 04, 2013

Modernizr is useful for feature detection of the browsers, so that we are able to patch the functionalities that are not supported. We can also..

Read more

Java MySQL JSON Display Records using Jquery

Jul 01, 2013

Hi in this post we are going to see how to convert records data into JSON data format and display JSON data feed using Jquery..

Read more