<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Dev Bros &#187; Browsers</title>
	<atom:link href="http://www.webdevbros.net/category/browsers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdevbros.net</link>
	<description>hot talk about web development</description>
	<lastBuildDate>Thu, 20 Jan 2011 19:55:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Query your Firefox cookies with SQL</title>
		<link>http://www.webdevbros.net/2008/07/31/query-your-firefox-cookies-with-sql/</link>
		<comments>http://www.webdevbros.net/2008/07/31/query-your-firefox-cookies-with-sql/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 03:53:16 +0000</pubDate>
		<dc:creator>Michal</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.webdevbros.net/?p=197</guid>
		<description><![CDATA[Did you ever wanted to take a look at cookies or even tweak them? Having access to your cookies as a developer is crucial but even as a user it might be useful to take a look sometimes. But what about querying them with sql queries? Picture this: Show me all cookies from localhost and [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.webdevbros.net/wp-content/uploads/2008/07/selectfromcookie.png" alt="" title="selectfromcookie" width="150" height="104" class="alignleft size-full wp-image-198" />Did you ever wanted to take a look at cookies or even tweak them? Having access to your cookies as a developer is crucial but even as a user it might be useful to take a look sometimes.</p>
<p>But what about querying them with sql queries? Picture this: Show me all cookies from <code>localhost</code> and order them by expirydate. No problem, I&#8217;ll show you how&#8230;<span id="more-197"></span></p>
<p>The procedure is simple. We are lucky that Firefox stores its cookies in an <a href="http://www.sqlite.org">Sqlite Database</a>. Therefore we can simply access it with any database client which supports sqlite. Voilá! Our best candidate is the <a href="http://code.google.com/p/sqlite-manager/">Firefox extension Sqlite-manager</a>. This brilliant tool offers us a nice interface to access our beloved cookies. </p>
<p><strong>1.</strong> Install <a href="http://code.google.com/p/sqlite-manager/">Firefox extension Sqlite-manager</a><br />
<strong>2.</strong> Launch it from Firefox (Extras > SQLite Manager)</p>
<p>It loads the <code>cookies.sqlite</code> database by default. Thats great because its exactly what we need. There is a table called <code>moz_cookies</code> which contains our cookies. Now its up to you .. query em&#8217;!</p>
<p><img src="http://www.webdevbros.net/wp-content/uploads/2008/07/sqlitemanager.png" alt="" title="sqlitemanager" width="380" height="442" class="aligncenter size-full wp-image-199" /></p>
<div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http://www.webdevbros.net/2008/07/31/query-your-firefox-cookies-with-sql/&amp;t=Query+your+Firefox+cookies+with+SQL&amp;s=normal' height='80' width='52' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http://www.webdevbros.net/2008/07/31/query-your-firefox-cookies-with-sql/&amp;title=Query+your+Firefox+cookies+with+SQL&amp;t=2 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http://www.webdevbros.net/2008/07/31/query-your-firefox-cookies-with-sql/&amp;title=Query+your+Firefox+cookies+with+SQL&amp;t=1 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Query+your+Firefox+cookies+with+SQL;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=square></script></td> <td><script type="text/javascript">tweetmeme_url='http://www.webdevbros.net/2008/07/31/query-your-firefox-cookies-with-sql/'; tweetmeme_style = 'normal';; </script><script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js" ></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://www.webdevbros.net/2008/07/31/query-your-firefox-cookies-with-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Powerfull online bookmark service</title>
		<link>http://www.webdevbros.net/2007/05/05/powerfull-online-bookmark-service/</link>
		<comments>http://www.webdevbros.net/2007/05/05/powerfull-online-bookmark-service/#comments</comments>
		<pubDate>Sat, 05 May 2007 14:32:57 +0000</pubDate>
		<dc:creator>fab</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[tools]]></category>

		<guid isPermaLink="false">http://www.webdevbros.net/2007/05/05/powerfull-online-bookmark-service/</guid>
		<description><![CDATA[With the web 2.0 a lot of online boomark services came up, the most prominent might be del.icio.us. I really like the idea of having all my bookmarks online so i can access them from wherever I want and I don&#8217;t need to backup them by myself etc. I tried del.icio.us and some others but [...]]]></description>
			<content:encoded><![CDATA[<p>With the web 2.0 a lot of online boomark services came up, the most prominent might be <a href="http://del.icio.us/">del.icio.us</a>. I really like the idea of having all my bookmarks online so i can access them from wherever I want and I don&#8217;t need to backup them by myself etc. I tried del.icio.us and some others but never was really satisfied because every service missed some feature i&#8217;d like to have in such a service.</p>
<p><b>Must have features:</b></p>
<ul>
<li>Possibility to group bookmarks in folders</li>
<li>Possibility to <a href="http://en.wikipedia.org/wiki/Tag_%28metadata%29">tag bookmarks</a></li>
<li>search through them</li>
<li>make them public or private</li>
<li>plugin to access the bookmarks in FF or IE</li>
<li>Import/Export your bookmarks</li>
</ul>
<p>
<b>Nice to have features:</b></p>
<ul>
<li>share them with friends</li>
<li>random bookmarks</li>
<li>recommended bookmarks</li>
</ul>
<p>Finally I found the free GPL&#8217;d online bookmark service called <a href="http://chipmark.com">Chipmark</a>, which actually has all the features mentioned above. I can highly recommend it since I use it every day, in IE and FF. They also started to provide a <a href="https://www.chipmark.com/Main?target=api">public webservice API</a> that you can use in your own applications. By now you can login and the get all your folders and links. This might be really usefull for some people.</p>
<p>Wow, that was finally my first article here :-) I hope it is usefull for somebody.</p>
<div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http://www.webdevbros.net/2007/05/05/powerfull-online-bookmark-service/&amp;t=Powerfull+online+bookmark+service&amp;s=normal' height='80' width='52' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http://www.webdevbros.net/2007/05/05/powerfull-online-bookmark-service/&amp;title=Powerfull+online+bookmark+service&amp;t=2 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http://www.webdevbros.net/2007/05/05/powerfull-online-bookmark-service/&amp;title=Powerfull+online+bookmark+service&amp;t=1 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=Powerfull+online+bookmark+service;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=square></script></td> <td><script type="text/javascript">tweetmeme_url='http://www.webdevbros.net/2007/05/05/powerfull-online-bookmark-service/'; tweetmeme_style = 'normal';; </script><script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js" ></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://www.webdevbros.net/2007/05/05/powerfull-online-bookmark-service/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>IE7 Bug: Blank page (white screen) after some refresh&#8217;s</title>
		<link>http://www.webdevbros.net/2006/11/26/ie7-bug-blank-page-white-screen-after-some-refreshs/</link>
		<comments>http://www.webdevbros.net/2006/11/26/ie7-bug-blank-page-white-screen-after-some-refreshs/#comments</comments>
		<pubDate>Sat, 25 Nov 2006 23:00:16 +0000</pubDate>
		<dc:creator>Michal</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[classic ASP (VBScript)]]></category>

		<guid isPermaLink="false">http://fabiankoehler.de/wdb/?p=23</guid>
		<description><![CDATA[While I was testing my web apps in the new Internet Explorer 7 I discovered that sometimes a page is not rendered properly after a refresh. After some testing I realized that somehow the browser is randomly showing a blank (white) page when I hit the reload button a couple of times. The interesting thing [...]]]></description>
			<content:encoded><![CDATA[<p>While I was testing my web apps in the new Internet Explorer 7 I discovered that sometimes a page is not rendered properly after a refresh. After some testing I realized that somehow the browser is randomly showing a blank (white) page when I hit the reload button a couple of times. The interesting thing was that when I viewed the sourcecode everything was there but the page wasn't displayed at all. I did some research and found the reasons/solutions for it. <span id="more-23"></span></p>
<p><strong>Problem:</strong> IE7 displays a blank page after doing some refresh's.<br />
<strong>Environment:</strong> classic ASP application, WIN XP Pro, IIS 5.1<br />
<strong>Reproduction:</strong> create the following page and refresh it a couple times:</p>
<div class="igBar"><span id="lasp-2"><a href="#" onclick="javascript:showCodeTxt('asp-2'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">ASP:</span>
<div id="asp-2">
<div class="asp">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF; font-weight:bold;">&lt;%</span> <span style="color:#990099; font-weight:bold;">response</span>.<span style="color:#330066;">buffer</span> = <span style="color:#0000FF; font-weight:bold;">true</span> <span style="color:#0000FF; font-weight:bold;">%&gt;</span></div>
</li>
<li style="font-weight: bold;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&lt;html&gt;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &lt;head&gt;&lt;/head&gt;</div>
</li>
<li style="font-weight: bold;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &lt;body&gt;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &lt;script src=<span style="color:#CC0000;">"somescript.js"</span>/&gt;</div>
</li>
<li style="font-weight: bold;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color:#330066;">test</span>, <span style="color:#330066;">test</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &lt;/body&gt;</div>
</li>
<li style="font-weight: bold;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&lt;/html&gt;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#767676;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color:#0000FF; font-weight:bold;">&lt;%</span> <span style="color:#990099; font-weight:bold;">response</span>.<span style="color:#330066;">flush</span><span style="color:#006600; font-weight:bold;">&#40;</span><span style="color:#006600; font-weight:bold;">&#41;</span> <span style="color:#0000FF; font-weight:bold;">%&gt;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Solution: There are two points I've found out...</p>
<ul>
<li>check if you have any scripts (script src=".."/> loaded within the -tag. If yes then you'll have to move them to the body and everything should work. As far as I remember the W3C says "This element may appear any number of times in the HEAD or BODY of an HTML document." [<a href="http://www.w3.org/TR/html4/interact/scripts.html#h-18.2.1" target="_blank">W3C Script element</a>]  Anyway</li>
<li>if you are using classic ASP you also need to assure that you don't flush the response at the end of your page. Remove the response.flush() line and your apps should work fine. </li>
</ul>
<p>Okay now lets move on to the details. I was searching the web and there are hardly any resources for this bug yet. I found a post about it in the MSDN forums (<a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=867126&#038;SiteID=1" target="_blank">IE 7 display blank page on refresh when viewing session enabled PHP pages served from IIS 6!!</a>) where a guy experienced the same in his PHP apps and I've found a post by a guy called Kerry D. Wong who blogged about a similar issue (<a href="http://www.kerrywong.com/PermaLink,guid,5e1b7c4a-f891-427a-8a73-1a8783f992d2.aspx" target="_blank">Meta Refresh Bug in IE7?</a>) but in my case it did not solved the problem but i came closer.</p>
<p>I have a dozen of apps written in classic ASP and all of them display a blank page from time to time now. Moving the javascript references to the body (solution of the PHP problem above) did not solved the problem in my case but when I removed them completely then everything worked fine. So the bahavior is similar somehow. I played around and finally discovered that it has to do with the response.flush(). When I got rid of that line everything was fine and like in the old days... buuut MS should pay for the time I have spent on this.</p>
<p>Ahm, where should I send the invoice?  </p>
<p>As there aren't almost any resources about this bug on the web yet I cannot really tell you the detailed reasons for it but I am sure they will pop up soon. I guess it has something to do with the keep-alive requests. There is a remark about the <a href="http://msdn2.microsoft.com/en-us/library/ms525560.aspx" target="_blank">response.flush() method</a> in the MSDN documentation which says: "If the Flush method is called on an ASP page, the server does not honor Keep-Alive requests for that page.".</p>
<div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http://www.webdevbros.net/2006/11/26/ie7-bug-blank-page-white-screen-after-some-refreshs/&amp;t=IE7+Bug%3A+Blank+page+%28white+screen%29+after+some+refresh%27s&amp;s=normal' height='80' width='52' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http://www.webdevbros.net/2006/11/26/ie7-bug-blank-page-white-screen-after-some-refreshs/&amp;title=IE7+Bug%3A+Blank+page+%28white+screen%29+after+some+refresh%27s&amp;t=2 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http://www.webdevbros.net/2006/11/26/ie7-bug-blank-page-white-screen-after-some-refreshs/&amp;title=IE7+Bug%3A+Blank+page+%28white+screen%29+after+some+refresh%27s&amp;t=1 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=IE7+Bug%3A+Blank+page+%28white+screen%29+after+some+refresh%27s;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=square></script></td> <td><script type="text/javascript">tweetmeme_url='http://www.webdevbros.net/2006/11/26/ie7-bug-blank-page-white-screen-after-some-refreshs/'; tweetmeme_style = 'normal';; </script><script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js" ></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://www.webdevbros.net/2006/11/26/ie7-bug-blank-page-white-screen-after-some-refreshs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>IE7 important known bugs for web developers</title>
		<link>http://www.webdevbros.net/2006/11/25/ie7-important-known-bugs-for-web-developers/</link>
		<comments>http://www.webdevbros.net/2006/11/25/ie7-important-known-bugs-for-web-developers/#comments</comments>
		<pubDate>Fri, 24 Nov 2006 23:00:03 +0000</pubDate>
		<dc:creator>Michal</dc:creator>
				<category><![CDATA[Browsers]]></category>

		<guid isPermaLink="false">http://fabiankoehler.de/wdb/?p=18</guid>
		<description><![CDATA[I know I am a little late because the new Internet Explorer has been already released some weeks ago. However yesterday I had the time to download this new thing and have a try on the new surf experience. Ive just used it for one day now but its awesome till now. On my notebook [...]]]></description>
			<content:encoded><![CDATA[<p>I know I am a little late because the new Internet Explorer has been already released some weeks ago. However yesterday I had the time to download this new thing and have a try on the new surf experience. Ive just used it for one day now but its awesome till now. On my notebook (old sony vaio) it is much faster than the new Firefox 2.0.<span id="more-18"></span></p>
<p>Anyway to get the point I was searching the web for already known bugs especially for web devs. Cause I am sure the next weeks will be full of minor bugfixes in already existing web apps. Here are two lists ive found:</p>
<p><a target="_blank" href="http://channel9.msdn.com/wiki/default.aspx/Channel9.InternetExplorerProgrammingBugs">List from Channel 9 on MSDN</a><br />
<a target="_blank" href="http://www.gtalbot.org/BrowserBugsSection/MSIE7Bugs/">Gtalbot.org</a></p>
<p>Funny that just after the release we already have a "wish" list available which allows us to improve the new "improved" browser</p>
<p><a target="_blank" href="http://www.webstandards.org/2006/11/04/you-can-improve-ie-next/">IE.next</a></p>
<div><table> <td><iframe src='http://digg.com/api/diggthis.php?w=new&amp;u=http://www.webdevbros.net/2006/11/25/ie7-important-known-bugs-for-web-developers/&amp;t=IE7+important+known+bugs+for+web+developers&amp;s=normal' height='80' width='52' frameborder='0' scrolling='no'></iframe></td> <td><iframe src='http://www.reddit.com/button_content?newwindow=1&amp;url=http://www.webdevbros.net/2006/11/25/ie7-important-known-bugs-for-web-developers/&amp;title=IE7+important+known+bugs+for+web+developers&amp;t=2 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><iframe src='http://widgets.dzone.com/links/widgets/zoneit.html?url=http://www.webdevbros.net/2006/11/25/ie7-important-known-bugs-for-web-developers/&amp;title=IE7+important+known+bugs+for+web+developers&amp;t=1 ' height='80' width='52' scrolling='no' frameborder='0' ></iframe></td> <td><script type="text/javascript"><!--yahooBuzzArticleHeadline=IE7+important+known+bugs+for+web+developers;//--></script><script type="text/javascript" src="http://d.yimg.com/ds/badge2.js" badgetype=square></script></td> <td><script type="text/javascript">tweetmeme_url='http://www.webdevbros.net/2006/11/25/ie7-important-known-bugs-for-web-developers/'; tweetmeme_style = 'normal';; </script><script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js" ></script></td></table></div><!-- This is a HTML comment, it will not display in any page. Feel free to remove this comment if it cause any inconvenient to you.
	Thanks for using digg digg, please visit http://www.mkyong.com/blog/digg-digg-wordpress-plugin for any comments and ideas, 
	
    Author : Yong Mook Kim
    Website : http://www.mkyong.com
	-->]]></content:encoded>
			<wfw:commentRss>http://www.webdevbros.net/2006/11/25/ie7-important-known-bugs-for-web-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

