2008
mozdev.org - sqlitemanager: index
A very lightweight firefox extension (originally) to manage all your sqlite databases.
2007
Perfect PHP Pagination [PHP & MySQL Tutorials]
This tutorial is an attempt to further abstract a class for managing result pagination, thereby removing its dependencies on database connections and SQL queries. The approach I'll discuss provides a measure of flexibility, allowing the developer to create his or her very own page layouts, and simply register them with the class through the use of an object oriented design pattern known as the Strategy Design Pattern.
PHP Classes - Class: HTML SQL
(via)This class can be used to parse and extract information from HTML documents using a query language similar to SQL to define the information to be extracted.
The class can open HTML documents stored as local files or as remote pages using the Snoopy class.
The class can execute a query with a syntax similar to SQL SELECT statements to search an find certain tags in the opened document with attributes that match query condition.
The occurrences that it find are returned as result set rows that may contain a given list of attributes of the matched tags.
2006
What's the best MySQL admin tool? - snook.ca
usable, functional MySQL admin tool
2005
Introduction to Developing a Relational Database - snook.ca
Creating database tables and fields can be a fairly straightforward process and even intuitive with a few key steps.
1
(9 marks)