Pages Menu
TwitterRssFacebook
Categories Menu

Posted by on 26th February, 2004

Keeping track of programming tasks

When writing code, there is a lot a programmer needs to keep track of: variables, functions, parameters and their integration with other modules and pages. And as your coding away, you are reminded of other things that you have to do when you are done with the line you are writing. Most of the times the only place where this information resides is in my brain and it will take me a good time to pick up where I left off just a few days ago. I know that there is sophisticated project management software that will keep track of all tasks, but I have found this very simple to-do-list application that will do exactly what I need. Keep track of my programming to do list for a particular project in a simple manner. The data is stored in an XML file, so you could have it online and have oher developers access it as well. No installation required, just a standalone executable. Anyways, you can find it here:...

Read More

Posted by on 2nd February, 2004

Animation with only HTML and CSS

Think it is not possible? Think again….this site shows how to make a box rotate smoothly with only HTML and CSS. Quite clever. It includes a page on how it was done. Check it out:...

Read More