Home Forum Search Contact Us Advertise
Tutorials by Void (Profile icon profile)

More submitted by this member:
Tutorials | Files | Articles | Web Templates

Introduction to AJAX

Thumbnail

by Void | in Javascript | posted December 09, 2006

Rating starRating starRating starRating starDefault star (1 vote) | 2258 views

What is AJAX, what it is not, how it works. What are AJAX frameworks. The XMLHttpRequest object. Short introduction to AJAX with a basic example.

Basic PHP Script Security

Thumbnail

by Void | in PHP | posted December 06, 2006

Rating starRating starRating starRating starRating star (2 votes) | 33844 views

Basic PHP script security covers issues like prevention of SQL injections, XSS and CSRF attacks, variable tampering, etc.

Website Localizations and Multi-language Support

Thumbnail

by Void | in PHP | posted October 25, 2006

Rating starRating starRating starRating starRating star (1 vote) | 3446 views

Some techniques of using custom language "packs" and language markers in database to provide automatic different translations of the website.

A Solution to Group Limit Problem, PHP/MySQL

Thumbnail

by Void | in PHP | posted October 19, 2006

Rating starRating starRating starRating starRating star (1 vote) | 1339 views

Using relational summary table to track posts per category simulating a group limit clause in MySQL.