Category Archives: coding & scripting

Regex Designer

I’ve recently discovered the wonderful world of regular expressions. Alas, regex syntax isn’t always the most intuitive thing out there. I found a nice freeware app that helps with the testing of your regex syntax. RegexDesigner.net* is for any windows machine running the .net framework.
(* is ‘.net’ not the dumbest product name for an [...]

Kode Search

Koders is a search engine for source code. It searches open source code in a variety of languages.

MNteractive Wants You

If you’re interested in exercising your PHP or visual design powers, MNteractive wants you. We’ve got some projects in need of some focused attention (new calendar, a wiki, to name a couple).
If you’re interested, drop me a line, and I’ll send you the info.

Resolution Dependant Layout

The Man In Blue offers an interesting approach to liquid based page layout. The never-ending debate over fixed vs. liquid tends to revolve around graphic designer’s wanting control vs. the end user wanting control.
The oft-used argument from the graphic designer is the debate over line lengths. Some agree with this, some don’t, but Blue’s [...]

Interesting Skip-Link implementation

Philippe has introduced an interesting implementation for ’skip-to’ navigation on his blog at emps.l-c-n.com. He uses the familiar (and accepted) method of positioning the skip-to links off screen via CSS (setting them to diplay: none, while oft-documented, will actually render them invisible to many screen readers). This ensures that screen readers and text browser will [...]

Interesting Skip-Link implementation

Philippe has introduced an interesting implementation for ’skip-to’ navigation on his blog at emps.l-c-n.com. He uses the familiar (and accepted) method of positioning the skip-to links off screen via CSS (setting them to diplay: none, while oft-documented, will actually render them invisible to many screen readers). This ensures that screen readers and text browser will [...]