by Clay, September 28th •  Designer •  Developer •  Informative •  Techniques •  Web Development • 
5

CSS Order Priority Tips and Tricks

40 high quality adobe fireworks tutorials resources and files  CSS Order Priority Tips and Tricks

In CSS, we often declare more than what we required, overwriting other styles definition. However, in CSS there are certain rules that we must obey for us to properly overwrite the rule that we want as well. In this article, you will find all the CSS order priority tips that can benefit you in writing effective and efficient CSS definition.

by Clay, September 26th •  How-to •  Open Source • 
Comments Off

Guarantee Make Wordpress Flash Uploader Work

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

by Clay, September 25th •  How-to •  Open Source •  Others • 
5

Wordpress Text Formatting Problem – Solved!

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

by Clay, September 24th •  Informative •  Wordpress Plugin • 
2

Wordpress Plugin: Hungred Smart Quotes

organize file folders  Wordpress Plugin: Hungred Smart Quotes

This is a small plugin that replace the smart quotes function in Wordpress that format/encode the code in Wordpress. Hence, most symbols will be formatted/encoded by Wordpress texturize function.
Example,
'&' (ampersand) becomes '&amp'
'"' (double quote) becomes '&quot'
''' (single quote) becomes '''
'< ' (less than) becomes '&lt'
'>' (greater than) becomes '&gt'

The plugin will help solve the above problem

by Clay, September 23rd •  Developer •  Informative •  Others •  Techniques •  Web Development • 
6

Wordpress Plugin Development Tips And Tricks

photoshop tree cartoon design  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.

by Clay, September 21st •  Developer •  How-to •  Informative •  JavaScript •  Open Source •  Techniques •  Web Development • 
1

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 keyboard  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.

by Clay, September 20th •  How-to •  Others • 
Comments Off

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 programming mootools yui prototype mail  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.

by Clay, September 19th •  How-to •  Open Source • 
8

Tutorial: How to change plugin table structure in Wordpress

every great photoshop lighting tutorial ever  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.