|
|
Automated Web Application Testing with Selenium
Category: Languages > Testing
Posted: 04 Feb 09
Selenium is a test tool that allows you to write automated web application tests in many programming languages. The test uses any mainstream browser with JavaScript support and can target arbitrary websites. Erik Doernenburg from ThoughtWorks started his talk with a quick demo of creating automated t...
|
|
|
|
|
|
|
|
|
|
Simple Sql Injection
Category: Database > General
Posted: 22 May 07
A SQL injection screencast. Provides a detailed step by step view of how hacker can exploit SQL Injection vulnerability
|
|
diff/LCS screencast: How difference engines work
Category: Web Development > Coldfusion
Posted: 22 May 07
For those of you with a spare 12 minutes to learn something new today, I’ve made a quick screencast on how the Longest Common Subsequence problem works, how it is applied to finding differences between text documents, and how it can be implemented and optimized in ColdFusion. Admittedly, there...
|
|
Java2Script Desktop and Web GUIs
Category: Languages > Java
Posted: 06 May 07
Steven Devijver introduces the fantastic Java2Script tool which lets you write a GUI in Java and then converts the code into JavaScript so it runs in a...
|
|
PHP Pagination
Category: Web Development > PHP
Posted: 05 May 07
You wanted it, so here it is - Pagination with PHP and MySQL! Pagination, as described in the video, is the process of breaking a bunch of results, from a MySQL Query, up into specific pages, which themselves list a set number of items each. This process can be viewed on almost any reputable site tha...
|
|
|