Profile
Achievement
josephknight's Recent Snippets
- All /
« Prev 1 Next »
From: http://www.webdesignerwall.com/tutorials/cross-browser-css-gradient/
3
1081
posted 14 years ago by josephknight
If your WordPress blog is outdated even by a few days and there's a security hole in your old version you could be seriously compromised without even knowing it. Trust me. This has happened to two of my clients and the fix is not easy. Usually, once...
0
791
posted 14 years ago by josephknight
Replace "mysite" with your own and this will block access to sites attempting to link to your images. Note, it's not necessarily always a bad thing for people to link to your images. If you run a blog, portfolio, or sales gallery, etc, you may actual...
2
907
posted 14 years ago by josephknight
The problem
As a WordPress user, you probably know how important the wp-config.php file is. This file contains all of the information required to access your precious database: username, password, server name and so on. Protecting the wp-config.php...
0
771
posted 14 years ago by josephknight
The problem
Protecting dynamic websites is especially important. Most developers always protect their GET and POST requests, but sometimes this is not enough. We should also protect our blog against script injections and any attempt to modify the PH...
3
928
posted 14 years ago by josephknight