Tools/Downloads
Sometimes in the process of developing, I come across a task repeated so many times that I feel the need to create an tool to automate and simplify the process. Below is a list of tools I have built for myself. Feel free to download and use them.
PHP Gallery
Simply place this PHP script in an empty directory and it becomes a full-featured image gallery manager. Upload, view, and delete images and thumbnails through an easy-to-use graphical interface, then copy and paste a single line of code to display the gallery anywhere on your web site. go >>
phpLiteAdmin
phpLiteAdmin (previously known as SQLite3Admin) is a lightweight, web-based solution for managing SQLite databases on the web. Browse, add, edit, and delete table records; add, edit, and delete table columns; add, empty, and drop tables, and much more including a free-form SQL query editor. phpLiteAdmin does for SQLite what phpMyAdmin does for MySQL. This tool has become so popular that it has been moved to Google Code as an open source project maintained by several developers. It receives numerous downloads per day and new versions are released frequently. go >>
PowerAuth
PowerAuth is a robust PHP script used to password-protect web pages. It goes beyond simple protection and includes brute-force lockout, lockout time countdown, lockout time incrementation, and more. The best part is that it is so easy to implement. go >>