WordPress Plugin Development Tips And Tricks

 wordpress themes design photo art 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

Posted in Developer, Informative, Others, Techniques, Web Development | Tagged | 6 Comments

The Predefined Prototype Object In JavaScript

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype xml ip tcp 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

Posted in Developer, How-to, Informative, JavaScript, Open Source, Techniques, Web Development | Tagged , | 1 Comment

Tutorial: How to check whether a particular field exist on SQL table

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure web programming 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

Posted in How-to, Others | Tagged | Comments Off

Tutorial: How to change plugin table structure in WordPress

work in progress 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

Posted in How-to, Open Source | Tagged | 8 Comments

WordPress Plugin: Hungred Image Fit

touch up image 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

Posted in Informative, Wordpress Plugin | Tagged , | 51 Comments

Various Ways To Fix Container Height To Float Element In CSS

css 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

Posted in CSS, How-to | Tagged | 1 Comment

Web File And Folder Permission – Security

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype xml ip tcp letters 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

Posted in Developer, How-to, Informative, Others, Web Development | Tagged | 3 Comments

Tutorial: How To Sort An Array In JavaScript

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype barcode 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

Posted in How-to, JavaScript | Tagged , | 4 Comments