Web Development

Project managment software for the rest of us

A really awesome find this evening. I've always been on the lookout for good project management tool. I've wanted something that was web-based (so that I could access it from anywhere), open-source (so that I had full control over the code if needed), easy to use, and able to cope with both my personal projects along with any consulting work I pick up along the way.

Tags: 

TIP: IIS looses touch with ColdFusion

This evening I was trying to install PHP on our Windows/IIS web server and had some unusual problems develop. It seems that first off a partially installed IIS rewrite engine decided to start causing problems, so I uninstalled it. At this point someone mentioned that our ColdFusion sites were failing so panic set it. After some fiddling I got IIS to at least try using ColdFusion for CFM files, but started to get this error message:

Either the Macromedia application server is unreachable or it does not have a mapping to process this request.

Tags: 

TIP: Fixed positioning in IE 6

A little tip if you're trying to get fixed positioning to work in IE6. One problem with IE6 and older is that they ignore the perfectly valid position:fixed; style, which is often used along with either top:0px; or bottom:0px; to have a static header or footer respectively. Luckily someone else has spent a vast quantity of time fiddling with Javascript to get this to work, so you and I don't have to. Enjoy.

Tags: 

Pages

Subscribe to Web Development