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
Tutorial: How to change plugin table structure in WordPress
this article explain the mistake of most Wordpress plugin developer that caused maintenance of the plugin table difficult and resort in different way to solve this issue. Continue reading
WordPress Plugin: Hungred Image Fit
This is a very small and lightweight plugin that automatically adjust your images on your post with a maximum width. This is to eliminate the problem where your images are too large and overlap other parts of your website layout.
Any image that are greater than the maximum width is being adjust according to its ratio aspect. Those images that are smaller than the maximum width is being ignored
On the other hand, resized images also have its tag enhanced to have 'title' and 'alt' attributes for better SEO. Continue reading
Various Ways To Fix Container Height To Float Element In CSS
Float element often gets out of container where the floating elements doesn't stay within the four corners of the container block! This is frustrating but easy to tackle! In this article we provides a few methods to overcome this situation. Continue reading
Web File And Folder Permission – Security
File and folder permission are basic knowledge that all network administrator would have. However, in term of security, every web related users should have knowledge on this topic to better protect and secure their web environment. In this article, i will discuss on file and folder permission and the danger of neglecting it. Continue reading
Tutorial: How To Sort An Array In JavaScript
In this article we will discuss in detail, the correct way of sorting an array in JavaScript using the defined method sort(). Continue reading

