Recently Popular Tutorials for November 13th, 2006
Nov 13
Create a torn edges effect on your photos
This tutorial will show you how to use your image editing program to create a realistic torn photo effect. This is for Photoshop, but you will probably be able to do it in any image editing program.
Nov 13
Writing Secure PHP - Part 3
Writing Secure PHP - Part 1, and Writing Secure PHP - Part 2 covered many of the basic mistakes PHP developers make, and how to avoid common security problems. It is time to get a little deeper into security though, and begin to tackle some more advanced issues.
Nov 13
Writing Secure PHP - Part 2
Writing Secure PHP - Part 1 covered a few of the most common security holes in websites. It's time to move on, though, to a few more advanced techniques for securing a website. As techniques for 'breaking into' a site or crashing a site become more advanced, so must the methods used to stop those [...]
Nov 13
Writing Secure PHP - Part 1
PHP is a very easy language to learn, and many people without any sort of background in programming learn it as a way to add interactivity to their web sites. Unfortunately, that often means PHP programmers, especially those newer to web development, are unaware of the potential security risks their web applications can contain. Here [...]