Dive into the archives.
- Digg to release its own version of duggmirror? (pure speculation)
Yesterday afternoon I noticed a few hits on this blog from “diggstage01.digg.com”. The visitor characteristics make me think it could be a content scraper bot.
There were 4 consecutive hits that happened over 1 minute period. The visitor also had javascript disabled. Both are common charecteristics of a bot. It could very […]
- Regular Expression for validating US Currency
While writing some code for a shopping cart, I found myself with the need to validate a text input field as US currency. Greenbacks. Dolla Dolla bills y’all. $$$
Any of the following inputs from the user should be valid:
1.00 || 0 || 0.01 || .20 […]

