Ajaxian wrote a nice article about jsFiddle

Volenti non fit injuria.
Ajaxian wrote a nice article about jsFiddle

I present mooShell – a tool which is helping with writing html, css and javascript.
Just load the page, edit relevant fields and load the result into an iframe. It does allow to save results for further usage, like I did with this example: http://www.mooshell.net/wzRDj/. The tool is still in an early stage of development and definitely lacks some features. Plans are to implement logging, choice of javascript libraries (currently works with MooTools 1.2.3 only), and more.
I've done it! Old hobby reactivated after about 10 years (not including a 25l fishtank made for my daughter). I just realised how I missed looking at an underwater life.
My photo was found on Flickr and placed in Schmap's Edinburgh Panorama. It's on Camera obscura (Photos 3 of 5) 19th in a row :)
It's a very easy to achieve, but beautiful effect. All images and objects with class .appear_randomly will appear in slightly random order.
Enough to do is to load appropriate library (Prototype/Scriptaculous or jQuery), create a site wide loaded Javascript file (in example generic.js) and put this simple code inside:
In the last A List Apart article there were some good advices how to split life and work area. As it is quite hard in London due to the high property prices I tented to work at night, or… when my Tosia sleeps. That sling saved already few minor deadlines.


My client wanted to make a transition between pages. I thought it would be difficult to do, but with help of Scriptaculous effects and Prototype's $$() function it turned out to be pretty simple.
The method I used is easy to use, unobtrusive and needs only one element which usually is already in the code – main div surrounding all page content.
It's a bash program to backup all needed databases on my system. It uses thy MySQL database to get information what and when to backup. It is calling the mysqlbackup command so it's not very good for large databases.
Post is split this post in two parts: Installation in 4 steps and Description.
A new website is borne – Biofeedback London. „Neurofeedback is an efficient, safe and non-intrusive method of training, by which the brain learns how to be more effective.“
To create it I used my „still not ready to publish“ framework. After my experience with the impressive Symfony I know the errors which needs to be fixed before giving my code to someone.