Category Archives: How-to
Integrate Paypal Express Checkout Solution
A simple explanation on Paypal Express Checkout integration that can really assist you during your paypal development Continue reading
Using WordPress dbDelta Function
Many of us who develop Wordpress plugin might have come across dbDelta function. dbDelta function is usually used when one wish to create table for your Wordpress plugin. However, this function might not be that easy to deal with since it is not an official function in Wordpress. Nonetheless it is a powerful function that majority of us would want to utilize. In this article, we will talk about dbDelta function and how we can ensure that it perform what it is made to do. Continue reading
Use PHP To Check Whether Remote URL, Email Or Image Link Exist
In this article we present different ways to check whether a particular url, email or image link can be verified through PHP. Continue reading
Guarantee Make WordPress Flash Uploader Work
This article will guarantee to make Wordpress flash uploader work for you again. If it doesn't slap my face (or not). Continue reading
WordPress Text Formatting Problem – Solved!
Due to Wordpress smart quote functionality, users who write code for the public faces a problem of their text being formatted automatically that caused it difficult to read. This problem occurred due to external plugin used in Wordpress other than using the default pre tag for coding purposes. In this article, we present different ways to solve this headache. Continue reading
WordPress Plugin Development Tips And Tricks
A list of useful tips and tricks for people who developed Wordpress plugin to improve your Wordpress performance and security. These Tips and Tricks will help you better developed your plugin. Continue reading
The Predefined Prototype Object In JavaScript
In this article, we discuss in depth on JavaScript predefined prototype object. Never heard of it or wanted to know more about it. I bet this is something you need to read about. Continue reading
Tutorial: How to check whether a particular field exist on SQL table
Wondering how efficient and quick can you get just to check out whether a particular field exist on the table? In this article, we will see how fast and efficient this can be done. Continue reading

