Web development tutorials.
-
Create New HTML Elements With jQuery
With jQuery, it’s not so hard to create HTML elements. All that is needed is to use the dollar sign function $() to initialize the […]
-
Make WP Custom Columns Sortable
Next good and useful thing to do after adding a new custom column to the Posts Manage Page of the WordPress Admin Page is to […]
-
Add New Columns To WP Posts Manage Page
WordPress Post Manage Page is the page where posts are being managed. This page list all post that can be group into Published, Draft, and […]
-
Get WP Post Meta Value Of A Given Meta Key
Get the post meta_value of a given meta_key in WordPress. You can also use this to get the value of a custom meta field of […]
-
Create Your Own WP Post Views Counter
Create your own post views counter in WordPress with no plugin needed. Use the post meta field to store count views of a particular post, […]
-
Create Amazon EC2 Instance
Amazon EC2 Instance is a virtual computing environment, or simply a virtual server in the Amazon Web Services (AWS) Cloud provided by Amazon Elastic Compute […]