CSS Tips and Tricks Collection

css matches fire CSS Tips and Tricks Collection

We see different CSS tips and tricks articles almost in every popular website. However, different articles have their own CSS tips and tricks. This makes me wondering that it will be great to have one single CSS tips and tricks collection. A collection that gather all great tips and tricks that has been found since the beginning popular demand of CSS. Well, this might as well be a selfish article that i would like to have for my own collection. Hence, in this article you might just find all of the great CSS tips and tricks that might satisfy your CSS work demand! (This article does not include techniques) Continue reading

Posted in Designer, Developer, Informative, Techniques, Tips And Tricks, Web Development | Tagged | 5 Comments

PHP Secure Login Tips And Tricks

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype present PHP Secure Login Tips And Tricks

when it comes to login pages where our most sensitive data are being held. Hence, there is a need to better understand how well your login page has been implemented to be considered as really secure. In this article, you will get a list of PHP secure login tips and tricks that will definitely help you decide on your secure rating of your login page. Continue reading

Posted in Developer, Informative, Techniques, Tips And Tricks, Web Development | Tagged , | 17 Comments

Better Hashing Password in PHP

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype space Better Hashing Password in PHP

Most of us will know that the Reddit suffer from inside job attack where all their username and password were compromised as their password wasn't hashed and stored as plain text. We won't want this to happen to us right? Therefore, in this article you will get to know some ways to better hash your password in PHP and some ways to improve your security. Continue reading

Posted in Developer, Informative, Techniques, Tips And Tricks, Web Development | Tagged , | 11 Comments

Use PHP To Check Whether Remote URL, Email Or Image Link Exist

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

Posted in How-to, PHP | Tagged | 2 Comments

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. Continue reading

Posted in Designer, Developer, Informative, Techniques, Web Development | Tagged | 5 Comments

Guarantee Make WordPress Flash Uploader Work

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

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

WordPress Text Formatting Problem – Solved!

photoshop text effect tutorials wanted 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

Posted in How-to, Open Source, Others | Tagged | 5 Comments

WordPress Plugin: Hungred Smart Quotes

 car photoshop design 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
Continue reading

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