Posts Tagged ‘Web Development’

xmlHttpReq.overrideMimeType() in IE7

This is just a little note for anyone doing xmlHttp work. I just encountered this situation this morning. As most web developers know IE7 introduces support for the native scriptable XMLHttpRequest object. The big advantage here is that ActiveX is no longer necessary to use ajax applications on IE. One thing [...]

IE7 Testing

I complained a while back about how unlike Firefox or Opera, it’s hard it is to support multiple versions of IE. Microsoft apparently did listen to developer complaints, and came out with a solution.
You can now download a time crippled VirtualPC Image and running IE6 in VirtualPC. It’s available free of [...]

SafePasswd.com Update 11/19

I updated SafePasswd.com tonight. Updates include better generation of memorable passwords, easier to handle length selector, and better quality bar. Most of the changes were to algorithms, rather than major features. Hopefully the quality of passwords generated is now slightly improved. It’s not always about the big things, sometimes it’s the [...]

Some Changes

I just made some changes around here, cleaning up some of the older code. Most notable changes:

Comments - New lighter ajax comment script in place, this should make the pages load a little faster (actually quite a bit if your on 56k). Could use a little help testing so feel free to leave [...]

Optimizing Page Load

An awesome article on Optimizing Page Load Time from Aaron Hopkins (who works for Google). While his suggestions aren’t quite revolutionary he’s got a lot of data and experience to back up his statements, which is really great when your looking to improve performance. To summarize the best point: high object counts hurt [...]

raccettura’s Picks

I use a few extensions on a routine basis, so I thought I’d spend a moment just listing what I use, briefly explain them for anyone curious. I do quite a bit of web related work (hence the developer slant) as well as some Firefox/Thunderbird and extension hacking. For now I’ll just stick [...]

Hardened Defenses

This weekend my Contact page got spammed. It’s now rewritten and using a few blacklists (including Akismet) among other techniques to eliminate spam. Should be much better now. I also think the handling of attachments should be better.
The spam appeared to be from a botnet, based on the fact that no 2 [...]

SafePasswd.com Update

So it’s been about 10 days since I launched SafePasswd.com, and so far the response has been extremely positive. I made a few small changes to the system to improve the quality of “memorable” passwords, and I have now made the default length of passwords a minimum of 10, up from 8 (it’s actually [...]

The Need For Browser Testing

Ok, I’ve done a fair amount of work over the years in browser compatibility. From web development work, to writing the reporter tool. I’m well acquainted with the stress of testing your beautiful site against a dozen different browsers/versions/platforms. I just recently did so with SafePasswd.com which I launched the other day. [...]

Introducing SafePasswd.com

I don’t think I’ll ever get tired of tinkering. Way back when, I wrote a script to help me generate cool random passwords. I thought people wouldn’t mind one that didn’t suck… so recently I got to work on that.
The site is still in beta, and quite a few things aren’t quite done [...]