Tutorial Filter

Category Filter: Language Filter: Platform Filter:

Mimic a mobile device browser by spoofing user agent

Mimic a mobile device browser by spoofing user agent

Project Category: Productivity

Languages Used: N/A

Platform: Web Browser

Introduction

Ever wanted to see how a website renders for mobile devices such as the IPhone or IPad? Well using Firefox or another web kit browser along with the user agent switcher extension, you can do just that. ..Read More

XHTML compliant reCaptcha

XHTML compliant reCaptcha

Project Category: Compliance

Languages Used: HTML

Platform: Web Browser

Introduction

Though I wrote my own captcha script a while back, I've wanted to deploy reCaptcha on my site for a while. The service is free and many major sites use it, including twitter. So, I signed up and downloaded the PHP library (in the plugin section, recaptchalib.php) and had a working version in a few minutes. If you want to deploy the service on your site, just sign up and follow the instructions on the website...Read More

Defending Against SQL Injection (Database Level Exploit)

Defending Against SQL Injection (Database Level Exploit)

Project Category: Security

Languages Used: PHP

Platform: Web Browser

Introduction

When working with technologies such MySQL, developers should aim to correctly sanitize input, as such systems can be easily exploited. This guide is not thorough and I expect the reader to have prior knowledge of both PHP and MySQL...Read More