Web Development

Free website analysis and profiling

I got an email today to say that Quest Software was renewing support for their two free website analsysis products. Funnel Web Analyzer will scan your website logs to generate traffic reports while Funnel Web Profiler scans your site itself to generate lists of content statistics - word usage, code errors, etc, etc - very useful stuff indeed. The profiler is written in Java so it might run on OSX or Linux, but the analyzer is available in separate downloads for Windows, Linux, OSX and Solaris.

Tags: 

Easy round corners in CSS

There have been many attempts to create boxes with round corners over the years, some using tables, some using Javascript, others with images. This is the first, and possibly only, that uses only CSS and HTML to do so, and it seems to work rather well. While not as awe-inspiringly flexible as some options, its simplicity and code-length (or lack there of) make it stand out.

Tags: 

Dramatically improve test-driven development

Test-driven development is one of the best benefits that Ruby on Rails brings to modern web development, but it can be a bit tricky, and laborious, constantly tweaking test code, running the tests, then making required changes. Enter autotest, part of a suite called ZenTest, which makes life dramatically easier for you.

Tags: 

Keep track of Ruby on Rails changes

Here's an easy way to keep track of the on-going changes to Ruby on Rails. The Rails team use the system Trac to manage their development and it includes a page to list all of the recent changes. While nice in theory, the fact that by default it shows changes to the development website too makes it a little confusing at first glance, so instead you can use/bookmark this link to see what is going on in the code itself:

Tags: 

Pages

Subscribe to Web Development