If you want to make your navigation menu or any other box stick to top on scroll then let me tell you, you are at the right place Yes, you can make your navigation menu or any other box like ‘ad box’ sticky easily with just few line of easy code. You just need to  [ Read More ]

7t-filemanager is simple to use file manager for joomla with code editor to edit files. Create new files and folders. You can also upload, download, copy, delete multiple files.

7t-filemanager is simple to use file manager for wordpress with code editor to edit files. Create new files and folders. You can also upload, download, copy, delete multiple files.

In my previous post i had posted how you can make a zip file in Php. But i know many of you are also looking to unzip a zip file in php. So here i am back with the solution. The class i am going to provide you has been taken from the Phpmyadmin code.  [ Read More ]

For my recent work i was searching for a PHP class through which i can easily zip any number of files and folder into one single zip file. I search all around the web and finally found it inside the Phpmyadmin. They are using a really easy Php class through which any one can make  [ Read More ]

Still many of you don’t know how to use Ajax, some of you who know how to use it are using it by the old XMLHttpRequest() object. Do you know jQuery makes it really easy to make a Ajax request. Here we will first make a jQuery Ajax post request and display the response from  [ Read More ]

Many of you wanted to use the WordPress login in your wordpress plugin or theme. WordPress made it really easy so that user can login to wordpress by using your wordpress plugin or theme. How to do it? Just be with me till the end of this post Few things you should know:- get_site_url() :-  [ Read More ]

Many times you install a theme which either do not support a custom wordpress menu or have only one wordpress custom menu and you wish to add a custom wordpress drop down menu to the theme but you don’t know how. Don’t worry i am here to assist you on this problem. Here i am  [ Read More ]

Here i am going to tell you all the important queries used in Microsoft SQL Server. Just go through this page and you will become master in Microsoft SQL Server because all the queries used in daily programming are briefly explained here. To create own database create database demostart To view the database details sp_helpdb  [ Read More ]

If you have searched many websites to learn Regular expressions but still searching for a better tutorial than you are at the right place. Regular Expression also known as Regex are a little difficult to write but actually once you have learn how to use few symbols and modifiers you can create your own javascript  [ Read More ]