projects
rss.app
An rss reader that mimics the interface of the NYTimes Chrome app ( https://chrome.google.com/webstore/detail/ecmphppfkcfflgglcokcbdkofpfegoel ).
My version is here:
PHP SQL Query Builder
An open source, project written in PHP for creating SQL queries using OOP instead of writing sql out by hand.
The plan is to have it handle multiple database types (postgres, mysql, sqlite), and allow the programmer to write his code without having to worry about compatibility.
The project is also being written using tdd.
Find it on github: https://github.com/SeanJA/query-builder
Halifax Garbage Maps
LoanScroll
A website built to let you more easily find a person to lend money to on kiva.org. It uses an older version of ShoestringPHP for the backend, and jQuery and the kiva api for the front end.
Website: http://seanja.com/demos/loanscroll
valums file-uploader
A javascript uploader that supports drag and drop, and can submit the file via xhr or hidden iframes (depending on the browser’s capabilities). I contributed php classes to this project.
Code: http://github.com/SeanJA/file-uploader
articulate comments
A Wordpress Plugin allows visitors to draw comments on your posts, rather than type them. Drawing tools include colour and brush size selection. Uses jQuery, php, and Raphaël.js
Code: http://code.google.com/p/articulate-comments-for-wordpress/
Beta Demo: http://seanja.com/demos/graffiti2/
jBSOD
A jQuery plugin built to mimic the blue screen of death (and various other death screens) in your browser. It uses os detection and it also employs link sniffing to see if it can ‘blame’ a site for the crash.
Writeup: http://blog.seanja.com/2009/03/jquery-bsod-plugin/
Demo: http://seanja.com/demos/bsod
jSimpletip
A simple jQuery tooltip plugin.
Code: http://code.google.com/p/jsimpletip/
Demo: http://seanja.com/demos/simple_tip/
Compost
A webapp that lets you build comps for your clients, add comments to them, and rate them before you get to the point where you need to build them. Built with CodeIgniter (php), and jQuery.
Website: http://compo.st
Code: http://code.google.com/p/compost-rtraction/
ShoestringPHP
A small flexible php framework built to better understand the MVC pattern and learn more about PHP. Migrated to github so that I could also use it to learn git.
Code: http://github.com/SeanJA/ShoestringPHP
