SQL injection is a serious concern for webmasters, as an experienced attacker can use this hacking technique to gain access to sensitive data and/or potentially cripple your database. If you haven’t secured your applications, we implore you to get yourself familiar with the following method and grind it into your coding routine. One unsafe query [...]
This site walks you through the process of requesting information that the FBI may have collected on you. While you’re at it, check out the links to learn what the other agencies (NSA, CIA, etc) may know about you!
Link: Get My FBI File
Tags: Security
In this post for programmers and “webmasters” we try to teach how to cache and gzip your CSS and javascript content, to speed up the download time of your site. Your Web application can use this files if: - You can use .htaccess - You have CSS only and JS only folders to apply to [...]
Tags: CSS, Development, Java, Javascript, PHP