Top jQuery Tips & Tricks for Programmers
Following are few very useful jQuery Tips and Tricks for all jQuery developers. I am sharing these as I think they will be very useful to you. Disclaimer: I have not written all of the below code but...
View ArticleValidate HTML CheckboxList using jQuery
HTML checkbox list is slightly different. The main problem is that it can’t be accessed using ID because every checkbox will have different ID. But they share one common attribute which is “name“. So...
View ArticleMigrate your Articles to Joomla 2.5 with J2XML
Follow along as I migrate a site from Joomla 1.5 to Joomla 2.5. Although there is no all-in-one solution to migrate your site (and rightfully so, as Joomla 1.5 and 2.5 are completely different...
View ArticleValidate HTML Checkbox And Radio using jQuery
CheckBox HTML checkbox list is slightly different. The main problem is that it can’t be accessed using ID because every checkbox will have different ID. But they share one common attribute which is...
View ArticleIncrease Alexa Rank of your Website
Alexa rank plays a major role in your blogging career, specially if you are a professional blogger. You must have spent sleepless nights asking yourself “ How to increase my alexa rank to attract...
View ArticlePHP Arrays and Type
An array is a data structure that stores one or more similar type of values in a single value. Arrays can be used in many ways to store and organize data quickly and efficiently. It is one of the more...
View ArticleTooltip using jQuery UI library
Tooltips can be attached to any element. To display tooltips, one need to add title attribute to input elements and title attribute value will be used as tooltip. When you hover the element with your...
View ArticleTweaks to Improve WordPress Posts and Pages
We love WordPress – but not all of us are ready to settle with all its default settings and displays – particularly how posts are displayed. As we’re taught that uniqueness does matter to a website’s...
View ArticleCreate Database and Tables in PHP MySQL
As We know database holds one or multiple tables. Here in this post you will learn how create database tables in Mysql Create a Database We use the CREATE DATABASE statement to create a database in...
View ArticlePHP Security
When it comes to PHP, some 99% of amateur sites and 60-70% of all sites use the professional scripting language called PHP. But is it safe to use PHP? Does the implementation of the language not have...
View Article