by Clay, October 23rd •  Developer •  Informative •  SQL •  Tips And Tricks •  Web Development • 
4

10 Ways To Destroy A SQL Database

 10 Ways To Destroy A SQL Database

This article is practically showing you how to destroy your own database by doing all the opposite things that should be done correctly. Check out whether you are doing so by reading it.

by Clay, October 19th •  Developer •  Informative •  Techniques •  Tips And Tricks •  Web Development • 
23

10 PHP Micro Optimization Tips

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype doctor learn  10 PHP Micro Optimization Tips

Ever wonder how fast each functions or methods run on PHP? Want to find out the real benchmark of these result? In this article, you will not only get some optimization tips but also the opportunity to look at each benchmark yourself!

by Clay, October 15th •  How-to •  Others •  PHP • 
2

Integrate Paypal Express Checkout Solution

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming programs  Integrate Paypal Express Checkout Solution

A simple explanation on Paypal Express Checkout integration that can really assist you during your paypal development

by Clay, October 12th •  Developer •  Informative •  Techniques •  Web Development • 
Comments Off

Enhance Security Hash Function For Web Development

html javascript php jquery code coding codes binary ajax script dhtml xhtml sql mysql security secure programming mootools yui prototype  Enhance Security Hash Function For Web Development

detail hash function question and improvement any developer can make to further secure their website. You will get a better understanding on security hash function and apply it on your web development once this is over.

by Clay, October 9th •  How-to •  Open Source • 
3

Using Wordpress dbDelta Function

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

by Clay, October 8th •  Designer •  Developer •  Informative •  Techniques •  Tips And Tricks •  Web Development • 
5

CSS Tips and Tricks Collection

css  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)

by Clay, October 6th •  Developer •  Informative •  Techniques •  Tips And Tricks •  Web Development • 
17

PHP Secure Login Tips And Tricks

safe secure security key  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.

by Clay, October 2nd •  Developer •  Informative •  Techniques •  Tips And Tricks •  Web Development • 
11

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 xml ip tcp letters  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.