I’ve been doing a lot of testing lately as my daily work is mostly connected with front-end development, and testing in all the versions of IE is a pain. But maybe we have a solution now called IETester.
IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 beta 1, IE7, IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process. Congrats for this great idea.
category: Web browsers, posted date: 03.06.2008, CommentOpera announced their first release of developer tools suite called Dragonfly.
The current features are:It looks promising to me, even my CPU usage stuck at 100% with it, but yet this is alpha release.
category: Web browsers, posted date: 08.05.2008, CommentSaveTheDevelopers.org started one campaign that strives to make the web a better place.
Help Web developers with upgrading your Internet Explorer 6 web browser or help with joining the movement.

If you already don't know and you find Alexa useful, then go and try the new toolbar for FireFox. I installed it and Sparky looks good to me. There is a Sparkline ( A very small condensed traffic history graph ) that gives you a quick view to show whether the site is moving up or down. Also you see and Alexa Rank, that shows the traffic rank of the site. There are and other stuffs on the toolbar...
I’ve been working on a project in which I needed to use cookies for storing data. This sounds like a pretty easy thing - what problem this can be?!? But the cookies were much more then the usual case as a number, maybe about 30. Yes, I know when having so much data it is better to store it in database, but that wasn't my case. I know this may sound ridiculous, but I did not have another choice.
Guess what? I found that there is some problem with IE6 and IE7 - not all of my cookies were stored but just some part of them. Mozilla Firefox and Opera were fine and working as they have to.
So after big wondering where is my mistake I found in a web blog and thanks to Dave there was the great problem decision... Here are some facts for cookies...
Most of the documentation suggests that web browsers must support a minimum of:
But IE has maximum limit of 20 cookies per domain. If you set a 21st cookie for a given domain, then the 1st cookie is forgotten - so only the most recently-created 20 cookies are kept.
The real problem, however, comes when you try and set cookies with a large size. The standards state that a browser must support a minimum of 4096 bytes per cookie. IE6 doesn’t do this. Instead, it seems to have a maximum size of 4096 bytes for all cookies from a domain. And, even worse, once this maximum is exceeded, you can’t read or write any further cookies for that domain. The only solution is for the user to “Delete cookies…” from Tools > Internet Options > General, and start again.
So have this in mind if you plan to use many many cookies as me for you work!!
What is this blog about? - A blog about sharing wisdoms mostly connected with web development.
I truly hope that you will find something useful here. Cheers, Raya.