|
|
|
Douglas Crockford: Web Forward
Yahoo! JavaScript Architect Douglas Crockford argues that to take the web forward we need to look back — to the days of the great browser wars when inn...
|
|
|
|
|
Simple Sql Injection
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
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
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
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...
|
|
|
Processing Forms
Example of an html form processed by a PHP script on server side.
|
|
|
Php Includes
Without understanding much about the details of PHP, you can save yourself a great deal of time with the use of the PHP include function. The include function takes a file name and simply inserts that file's contents into the script that calls used the include function
|
|
|
Basic PHP
Here we would like to show the very basics of PHP in a short, simple tutorial. This text only deals with dynamic web page creation with PHP, though PHP is not only capable of creating web pages
|
|