Great Site for some cool CSS ideas.
Much rounded edge goodness for your next Web 2.0 project.
Our Web Engineer Reports:
In Javascript you round like so:
Var num = “11.925”
Num.toFixed(2) will give you 11.93
In PHP you round like so:
echo round(num, 2) will give you 11.93
In VB.NET you round like so:
Dim num as Decimal = 11.925
Math.Round(num, 2) will give you 11.92….
WTF?
All microsoft’s built in round functions do “Bankers Rounding” it rounds to the nearest even number
Math.Round(11.925, 2) = 11.92
Math.Round(11.935,2) = 11.93
WTF !?!
Why is this important? Well when you're writing a quoting system or something that integrates with oh, say an accounting package, the rounding of MONEY is imporatant and should be accurate.
Bankers Rounding eh? So this is where my money is going at the bank.
Sheesh.
Technorati Tags: VB.NET, Rounding Numbers, WTF, Microsoft
Other intersting links on this rounding technique:
This MS Blog: Fabulous Adventures in Coding
Wikipedia: The round-to-even rounding rule
Always looking for an easy to use Color picker. This one ranks right up there.
Color Tool @ color.sharewonders.com is well worth bookmarking.
Not only a color picker but the site let's to drag color swatches over to a couple squares and play with color schemes.
Very, very nice.
Technorati Tags: Color, Color Picker, AJAX
If only it worked for me…
Finally, finally… The fine folks behind WordPress have added Spelling to the WYSIWYG editor. While I don't always use that, having spell check in there would certainly rock. Especially since the Spellbound plugin for Firefox seems to be dead in the water.

Seeing that it was added to the trunk I quickly grabbed the latest and it's running here and on a couple other test sites. Like I said, we live on the edge.
Too bad it doesn't work.

Actually there's some bad ajax/javascript m0j0 going on… A lot of the TinyMCE stuff is broken in this build.
Technorati Tags: WordPress, blogging, changes, fun
More “innovation” from Microsoft.
This time their innovation is a search page(ripped off from google) where you can search on the web, images, local, or news, (google ripoff) or rss (technorati).
You can also customize a home page (google ripoff) and check your email, sorry, hotmail only (yes, that would be google again)
They do use a lot of Ajax (ripped off from, well, everyone!) but they probably call it ajax.net.
scored against the web 2.0 standard it does very poorly
Someone wake me up when Microsoft introduces something new and/or interesting.
Wow, this would be a sweet thing to have. It would potentialy put a lot of little mail server companies behind the 8 ball.
Google is apparently thinking about (or about to beta) a product to let you provide their service as mail for your server/domain/service.
Nice if done properly and end sites don’t necessarily know it’s Google at fist look and can easily ban your users or prohibit them from registering with your email addresses.
Too many companies now have added gmail to the same list as yahoo, and hotmail accounts to the list of free accounts they won’t accept.
But I welcome the opportunity to shift my mail burdens of end users off to them. Provided of course I can still manage them and drop deadbeat users. The beta page shows a control panel and the same 2 gigs we’re used to. I welcome the spam filtering, etc, etc.
This is huge for some of us, but the general public won’t care.
Technorati Tags: GMail, IT, Free Mail, hosted, tech