Secnet used to be a secured irc network. Now it is my playground.

.playground

Tinkerings and gadgets

On this page I maintain a little list of my hobby-like tinkerings. Im sure most programmers have a directory somewhere with little scripts and things they played around with. Im sure most of it is useless for you, but some are nice to see.

On the other hand, there -are- some usefull little things in here as well. I.e. my snipplet library and tinyPHP. Both are available for grabs through svn.

.snippets

Random scripts and snipplets

Language(s): [JS][CSS]

Fancy sliding menu with fading backgrounds.

[view] | [download]

Language(s): [JS][CSS]

Sliding blueprint viewer.

[view] | [download]

Language(s): [JS][CSS]

Button with dropdown menu. Closes with delay.

[view] | [download]

.projects

Things that take weeks/months/years to finish

TinyPHP-MVC is a php mvc framework with worlds smallest footprint (although I have no proof of that). At the moment the framework (Tiny.php) boasts a whoppin' 15kb.

This MVC framework will take control of your application and will redirect all requests to appropriate controllers. Which in turn will invoke appropriate models and views.

Basically, 15kb of code gives you a well-structured project. The site you are looking at is actually build with it.

You can get the latest version of TinyPHP-MVC from:

HTTP:
http://tinyphpmvc.googlecode.com

SVN:
Checkout: http://tinyphpmvc.googlecode.com/svn/trunk/