How to Create Your Own WordPress Shortcodes
WordPress normally not allowing you to add Php codes to pages and posts, It's where shortcodes comes in. when a shortcode is encountered within post text then any custom php codes can be executed.
how to see if checkbox checked using jquery
It's a common task that you need to check if your single checkboxÂ
is checked or not before doing something with that.
how to add styles in wordpress plugin
Adding scripts and styles in wordpress is different fromÂ
what we do in a normal php sites of course.
how to make a contact form in wordpress
Making a contact form is very popular in wordpress.Â
Following code shows how i made a contact form.
How to keep your sql safe
If You want to become a good web developer,Â
you have to learn to write secure code perfectly.Â
How to use php arrays
A php array is called a special variable, which is able to holdÂ
more than one value at a time.
What is json and how to parse json data
JSON is JavaScript Object NotationÂ
how to show website under facebook and set canvas url
showing sites under facebook is common.This post shows how to show website under facebook
and deal with setting canvas urls
how to create facebook application
very common for business/personal purposes.This post shows how to create application -
Calendar coding in Php
Here is the simple coding on how to code do calendar programming using php..