<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5779670998797621058</id><updated>2012-01-03T23:07:27.993-08:00</updated><category term='FilteringTable'/><category term='AJAX'/><category term='Dojo'/><category term='Web Development'/><category term='At work'/><category term='Firefox'/><category term='Extensions'/><category term='CSS'/><category term='Web 2.0'/><category term='Test'/><title type='text'>Stylish Scripts</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://indiscripts.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5779670998797621058/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://indiscripts.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Mithun</name><uri>http://www.blogger.com/profile/15196591707002425847</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5779670998797621058.post-6540193490295842727</id><published>2008-06-30T23:42:00.000-07:00</published><updated>2008-06-30T23:43:44.938-07:00</updated><title type='text'>Blog moved</title><content type='html'>Blog moved...&lt;br /&gt;&lt;br /&gt;Finally moving all my blogs to my own domain &lt;a href="http://mithun.co.in/"&gt;mithun.co.in&lt;/a&gt;&lt;br /&gt;I have moved all the posts and comments to &lt;a href="http://blogs.mithun.co.in/"&gt;blogs.mithun.co.in&lt;/a&gt;&lt;br /&gt;See you all there..&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5779670998797621058-6540193490295842727?l=indiscripts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://indiscripts.blogspot.com/feeds/6540193490295842727/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5779670998797621058&amp;postID=6540193490295842727&amp;isPopup=true' title='3 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5779670998797621058/posts/default/6540193490295842727'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5779670998797621058/posts/default/6540193490295842727'/><link rel='alternate' type='text/html' href='http://indiscripts.blogspot.com/2008/06/blog-moved.html' title='Blog moved'/><author><name>Mithun</name><uri>http://www.blogger.com/profile/15196591707002425847</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>3</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5779670998797621058.post-4515798124398055929</id><published>2007-08-12T01:13:00.000-07:00</published><updated>2007-09-22T04:06:36.308-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='FilteringTable'/><category scheme='http://www.blogger.com/atom/ns#' term='At work'/><category scheme='http://www.blogger.com/atom/ns#' term='AJAX'/><category scheme='http://www.blogger.com/atom/ns#' term='Web Development'/><category scheme='http://www.blogger.com/atom/ns#' term='Dojo'/><category scheme='http://www.blogger.com/atom/ns#' term='CSS'/><category scheme='http://www.blogger.com/atom/ns#' term='Web 2.0'/><title type='text'>Table Styles</title><content type='html'>&lt;p&gt;I'm still using dojo 0.4.3 version and not upgraded to 0.9 vesion simply because 0.4 vesion has the filtering table widget and it is is not yet ported to 0.9 relase.&lt;/p&gt;This CSS style is dedicted to all those love dojo 0.4.x Filtering Table.&lt;br /&gt;&lt;p&gt;Although this code is written to use with the filtering table, it woks fine with all tables.&lt;/p&gt;What to do is just include the below CSS in your page and add the class="xxx" to your html table/filtering table.&lt;br /&gt;&lt;br /&gt;&lt;div id="tablesContainer"&gt;&lt;a href="http://dojotoolkit.org/book/dojo-porting-guide-0-4-x-0-9/widgets/filteringtable"&gt;http://dojotoolkit.org/book/dojo-porting-guide-0-4-x-0-9/widgets/filteringtable&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;style type="text/css"&gt;/** * @author mithun */ table { margin: auto; border-collapse:collapse; color:#000; font-family:Lucida Grande, Verdana; font-size:8px; text-align: center; width:95%;}table td,table th{ padding:2px; font-weight:normal; padding: 2px;}table th{ font-weight:bold;}table.aquamarine{ border: 1px solid #050;}table.aquamarine tr th,table.aquamarine tr td{ border: 1px dotted #050;}table.aquamarine tr th{ background-color: #48a474; color: #ccffcc;}table.aquamarine tr td{ background-color: #ded;}table.aquamarine tr.alt td{ background-color: #b8dcc1;}table.aquamarine tr:hover td{ background-color: #7fc08f; color: #cfc;}table.blue{ border: 1px solid #94beff;}table.blue tr th,table.blue tr td{ border: 1px dotted #94beff;}table.blue td, table th { background-color: #94beff; background-image:url(../images/bg-head.gif); background-repeat:no-repeat; background-position:top right;}table.blue td.selectedUp, table th.selectedUp { background-image:url(../images/bg-headup.gif);}table.blue td.selectedDown, table th.selectedDown { background-image:url(../images/bg-headdown.gif);} table.blue tr td{ background: #fff;}table.blue tr.alt td{ background: #e3edfa;}table.blue tr.selected td{ background: yellow;}table.blue tr:hover td{ background: #a6c2e7;}table.blue tr.selected:hover td{ background:#ff9;}table.cool{ border: 1px solid #6BB12B;}table.cool tr th,table.cool tr td{ border: 1px dotted #91d552;}table.cool tr th{ background-color: #91d552; color: #000;}table.cool tr td{ background-color: #d5f7b5;}table.cool tr.alt td{ background-color: #e7fad5;}table.cool tr:hover td{ background-color: #b1f075; color: #333;}table.cyan{ border: 1px solid #2b8383;}table.cyan tr th,table.cyan tr td{ border: 1px dotted #2b8383;}table.cyan tr th{ background-color: #099; color: #cfc;}table.cyan tr td{ background-color: #e5f5f5;}table.cyan tr.alt td{ background-color: #d1f0f0;}table.cyan tr:hover td{ background-color: #a5e1e0; color: #366;}table.green{ border: 1px solid #00B366;}table.green tr th,table.green tr td{ border: 1px dotted #00B366;}table.green tr th{ background-color: #167a61; color: #ccffcc;}table.green tr td{ background-color: #569591;}table.green tr.alt td{ background-color: #63a8a8;}table.green tr:hover td{ background-color: #167a61; color: #ccffcc;}table.nature{ border: 1px solid #4b6c15; color: #040;}table.nature tr th,table.nature tr td{ border: 1px dotted #4b6c15;}table.nature tr th{ background-color: #4b6c15; color: #fff;}table.nature tr td{ background-color: #d9e8af;}table.nature tr.alt td{ background-color: #bcd671;}table.nature tr:hover td{ background: #73a800;}table.orange{ color: #400; border: 1px solid #f93;}table.orange tr th,table.orange tr td{ border: 1px dotted #f93;}table.orange tr th{ background-color: #fc0;}table.orange tr td{ background-color: #feb;}table.orange tr.alt td{ background-color: #fe9;}table.orange tr.selected td{ background-color: #fc9;}table.orange tr:hover td{ background: #fd8;}table.orange tr.selected:hover td{ background:#fcb;}table.orange tr th.selectedUp{ background: url('arrow_up.png') no-repeat right;}table.orange tr th.selectedDown{ background: url('arrow_down.png') no-repeat right;}table.olive{ border: 1px solid #090; color: #040;}table.olive tr th,table.olive tr td{ border: 1px dotted #090;}table.olive tr th{ background-color: #4B6C15; color: #fff;}table.olive tr td{ background-color: #dfd;}table.olive tr.alt td{ background-color: #dfe;}table.olive tr.selected td{ background-color: #9dc;}table.olive tr:hover td{ background: #bfb;}table.olive tr.selected:hover td{ background:#9ca;}table.pink{ border: 1px solid #faa; color: #400;}table.pink tr th,table.pink tr td{ border: 1px dotted #faa;}table.pink tr th{ background-color: #f99;}table.pink tr td{ background-color: #fee;}table.pink tr.alt td{ background-color: #fdd;}table.pink tr.selected td{ background-color: #fcd;}table.pink tr:hover td{ background: #fbb;}table.pink tr.selected:hover td{ background:#ebc;}table.pink tr th.selectedUp{ background-color: #f99;}table.pink tr th.selectedDown{ background-color: #f99;}table.violet{ border: 1px solid #81218a;}table.violet tr th,table.violet tr td{ border: 1px dotted #81218a;}table.violet tr th{ background-color: #81218a; color: #fff;}table.violet tr td{ background-color: #f7f8f9;}table.violet tr.alt td{ background-color: #e8f1f7;}table.violet tr:hover td{ background-color: #c4cae2; color: #333;}div.codeBox{ padding: 10px;}div.cssBox{ margin: auto; border: 2px solid #f93; width: 90%;}div.cssTitle{ background-color: #fc0; color: #000; font-weight: bold; padding: 2px 5px;}div.cssCode{ background-color: #fff; color:#000; padding: 10px; height: 200px; overflow: scroll;}span.code{ padding: 2px 5px 2px 5px; background-color: #efefef; border: 1px dotted #9ab; color:#000;}span.tag{ color: #a00;}span.attribute{ color: #f00;}span.value,span.angle{ color: #00f;}&lt;/style&gt;&lt;div class="codeBox"&gt; &lt;div class="cssBox"&gt;  &lt;div class="cssTitle"&gt;   CSS Code  &lt;/div&gt;  &lt;div class="cssCode"&gt;   &lt;pre&gt;&lt;br /&gt;&lt;br /&gt;/** * @author mithun */&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;table{ margin: auto;&lt;br /&gt;&lt;br /&gt;border-collapse:collapse;&lt;br /&gt;&lt;br /&gt;font-family:Lucida Grande, Verdana;&lt;br /&gt;&lt;br /&gt;font-size:16px;&lt;br /&gt;&lt;br /&gt;text-align: center;&lt;br /&gt;&lt;br /&gt;width:80%;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table td,table th{&lt;br /&gt;&lt;br /&gt;padding:2px;&lt;br /&gt;&lt;br /&gt;font-weight:normal;&lt;br /&gt;&lt;br /&gt;padding: 2px;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table th{&lt;br /&gt;&lt;br /&gt;font-weight:bold;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.aquamarine{&lt;br /&gt;&lt;br /&gt;border: 1px solid #050;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.aquamarine tr th,&lt;br /&gt;&lt;br /&gt;table.aquamarine tr td{&lt;br /&gt;&lt;br /&gt;border: 1px dotted #050;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.aquamarine tr th{&lt;br /&gt;&lt;br /&gt;background-color: #48a474;&lt;br /&gt;&lt;br /&gt;color: #ccffcc;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.aquamarine tr td{&lt;br /&gt;&lt;br /&gt;background-color: #ded;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.aquamarine tr.alt td{&lt;br /&gt;&lt;br /&gt;background-color: #b8dcc1;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.aquamarine tr:hover td{&lt;br /&gt;&lt;br /&gt;background-color: #7fc08f;&lt;br /&gt;&lt;br /&gt;color: #ccffcc;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.blue{&lt;br /&gt;&lt;br /&gt;border: 1px solid #94beff;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.blue tr th,&lt;br /&gt;&lt;br /&gt;table.blue tr td{&lt;br /&gt;&lt;br /&gt;border: 1px dotted #94beff;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.blue td, table th {&lt;br /&gt;&lt;br /&gt;background-color: #94beff;&lt;br /&gt;&lt;br /&gt;background-image:url(../images/bg-head.gif);&lt;br /&gt;&lt;br /&gt;background-repeat:no-repeat;&lt;br /&gt;&lt;br /&gt;background-position:top right;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.blue td.selectedUp,&lt;br /&gt;&lt;br /&gt;table th.selectedUp {&lt;br /&gt;&lt;br /&gt;background-image:url(../images/bg-headup.gif);&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.blue td.selectedDown,&lt;br /&gt;&lt;br /&gt;table th.selectedDown {&lt;br /&gt;&lt;br /&gt;background-image:url(../images/bg-headdown.gif);&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.blue tr td{&lt;br /&gt;&lt;br /&gt;background: #fff;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.blue tr.alt td{&lt;br /&gt;&lt;br /&gt;background: #e3edfa;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.blue tr.selected td{&lt;br /&gt;&lt;br /&gt;background: yellow;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.blue tr:hover td{&lt;br /&gt;&lt;br /&gt;background: #a6c2e7;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.blue tr.selected:hover td{&lt;br /&gt;&lt;br /&gt;background:#ff9;}table.cool{&lt;br /&gt;&lt;br /&gt;border: 1px solid #6BB12B;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.cool tr th,&lt;br /&gt;&lt;br /&gt;table.cool tr td{&lt;br /&gt;&lt;br /&gt;border: 1px dotted #91d552;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.cool tr th{&lt;br /&gt;&lt;br /&gt;background-color: #91d552;&lt;br /&gt;&lt;br /&gt;color: #000;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.cool tr td{&lt;br /&gt;&lt;br /&gt;background-color: #d5f7b5;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.cool tr.alt td{&lt;br /&gt;&lt;br /&gt;background-color: #e7fad5;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.cool tr:hover td{&lt;br /&gt;&lt;br /&gt;background-color: #b1f075;&lt;br /&gt;&lt;br /&gt;color: #333;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.cyan{&lt;br /&gt;&lt;br /&gt;border: 1px solid #2b8383;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.cyan tr th,&lt;br /&gt;&lt;br /&gt;table.cyan tr td{&lt;br /&gt;&lt;br /&gt;border: 1px dotted #2b8383;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.cyan tr th{&lt;br /&gt;&lt;br /&gt;background-color: #099;&lt;br /&gt;&lt;br /&gt;color: #cfc;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.cyan tr td{&lt;br /&gt;&lt;br /&gt;background-color: #e5f5f5;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.cyan tr.alt td{&lt;br /&gt;&lt;br /&gt;background-color: #d1f0f0;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.cyan tr:hover td{&lt;br /&gt;&lt;br /&gt;background-color: #a5e1e0;&lt;br /&gt;&lt;br /&gt;color: #366;&lt;br /&gt;&lt;br /&gt;}table.green{&lt;br /&gt;&lt;br /&gt;border: 1px solid #00B366;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.green tr th,&lt;br /&gt;&lt;br /&gt;table.green tr td{&lt;br /&gt;&lt;br /&gt;border: 1px dotted #00B366;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.green tr th{&lt;br /&gt;&lt;br /&gt;background-color: #167a61;&lt;br /&gt;&lt;br /&gt;color: #cfc;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.green tr td{&lt;br /&gt;&lt;br /&gt;background-color: #569591;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.green tr.alt td{&lt;br /&gt;&lt;br /&gt;background-color: #63a8a8;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.green tr:hover td{&lt;br /&gt;&lt;br /&gt;background-color: #167a61;&lt;br /&gt;&lt;br /&gt;color: #cfc;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.nature{&lt;br /&gt;&lt;br /&gt;border: 1px solid #4b6c15;&lt;br /&gt;&lt;br /&gt;color: #040;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.nature tr th,&lt;br /&gt;&lt;br /&gt;table.nature tr td{&lt;br /&gt;&lt;br /&gt;border: 1px dotted #4b6c15;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.nature tr th{&lt;br /&gt;&lt;br /&gt;background-color: #4b6c15;&lt;br /&gt;&lt;br /&gt;color: #fff;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.nature tr td{&lt;br /&gt;&lt;br /&gt;background-color: #d9e8af;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.nature tr.alt td{&lt;br /&gt;&lt;br /&gt;background-color: #bcd671;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.nature tr:hover td{&lt;br /&gt;&lt;br /&gt;background: #73a800;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.orange{&lt;br /&gt;&lt;br /&gt;color: #400;&lt;br /&gt;&lt;br /&gt;border: 1px solid #f93;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.orange tr th,&lt;br /&gt;&lt;br /&gt;table.orange tr td{&lt;br /&gt;&lt;br /&gt;border: 1px dotted #f93;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.orange tr th{&lt;br /&gt;&lt;br /&gt;background-color: #fc0;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.orange tr td{&lt;br /&gt;&lt;br /&gt;background-color: #feb;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.orange tr.alt td{&lt;br /&gt;&lt;br /&gt;background-color: #fe9;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.orange tr.selected td{&lt;br /&gt;&lt;br /&gt;background-color: #fc9;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.orange tr:hover td{&lt;br /&gt;&lt;br /&gt;background: #fd8;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.orange tr.selected:hover td{&lt;br /&gt;&lt;br /&gt;background:#fcb;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.olive{&lt;br /&gt;&lt;br /&gt;border: 1px solid #090;&lt;br /&gt;&lt;br /&gt;color: #040;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.olive tr th,&lt;br /&gt;&lt;br /&gt;table.olive tr td{&lt;br /&gt;&lt;br /&gt;border: 1px dotted #090;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.olive tr th{&lt;br /&gt;&lt;br /&gt;background-color: #4B6C15;&lt;br /&gt;&lt;br /&gt;color: #fff;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.olive tr td{&lt;br /&gt;&lt;br /&gt;background-color: #dfd;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.olive tr.alt td{&lt;br /&gt;&lt;br /&gt;background-color: #dfe;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.olive tr.selected td{&lt;br /&gt;&lt;br /&gt;background-color: #9dc;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.olive tr:hover td{&lt;br /&gt;&lt;br /&gt;background: #bfb;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.olive tr.selected:hover td{&lt;br /&gt;&lt;br /&gt;background:#9ca;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.pink{&lt;br /&gt;&lt;br /&gt;border: 1px solid #faa;&lt;br /&gt;&lt;br /&gt;color: #400;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.pink tr th,&lt;br /&gt;&lt;br /&gt;table.pink tr td{&lt;br /&gt;&lt;br /&gt;border: 1px dotted #faa;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.pink tr th{&lt;br /&gt;&lt;br /&gt;background-color: #f99;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.pink tr td{&lt;br /&gt;&lt;br /&gt;background-color: #fee;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.pink tr.alt td{&lt;br /&gt;&lt;br /&gt;background-color: #fdd;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.pink tr.selected td{&lt;br /&gt;&lt;br /&gt;background-color: #fcd;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.pink tr:hover td{&lt;br /&gt;&lt;br /&gt;background: #fbb;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.pink tr.selected:hover td{&lt;br /&gt;&lt;br /&gt;background:#ebc;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.pink tr th.selectedUp{&lt;br /&gt;&lt;br /&gt;background-color: #f99;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.pink tr th.selectedDown{&lt;br /&gt;&lt;br /&gt;background-color: #f99;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.violet{&lt;br /&gt;&lt;br /&gt;border: 1px solid #81218a;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.violet tr th,&lt;br /&gt;&lt;br /&gt;table.violet tr td{&lt;br /&gt;&lt;br /&gt;border: 1px dotted #81218a;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.violet tr th{&lt;br /&gt;&lt;br /&gt;background-color: #81218a;&lt;br /&gt;&lt;br /&gt;color: #fff;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.violet tr td{&lt;br /&gt;&lt;br /&gt;background-color: #f7f8f9;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.violet tr.alt td{&lt;br /&gt;&lt;br /&gt;background-color: #e8f1f7;&lt;br /&gt;&lt;br /&gt;}&lt;br /&gt;&lt;br /&gt;table.violet tr:hover td{&lt;br /&gt;&lt;br /&gt;background-color: #c4cae2;&lt;br /&gt;&lt;br /&gt;color: #333;&lt;br /&gt;&lt;br /&gt;}   &lt;/pre&gt;  &lt;/div&gt; &lt;/div&gt; &lt;br /&gt;&lt;br /&gt;&lt;span class="code"&gt;&lt;&lt;span class="tag"&gt;table&lt;/span&gt; &lt;span class="attribute"&gt;class&lt;/span&gt;="&lt;span class="value"&gt;blue&lt;/span&gt;&lt;span class="angle"&gt;"&gt;;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;table class="blue"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;th&gt;My Desire -Mata Amritanandamayi Devi&lt;/th&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Everyone in the world should be able to sleep without fear, at least for one night.&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td&gt;Everyone should be able to eat to his fill, at least for one day.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;There should be at least one day when hospitals see no one admitted due to violence.&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td&gt;By doing selfless service for at least one day, everyone should help the poor and needy.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;It is Amma's prayer that at least this small dream be realised.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="codeBox"&gt; &lt;span class="code"&gt;&lt;span class="angle"&gt;&lt;&lt;/span&gt;&lt;span class="tag"&gt;table&lt;/span&gt; &lt;span class="attribute"&gt;class&lt;/span&gt;="&lt;span class="value"&gt;pink&lt;/span&gt;&lt;span class="angle"&gt;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;table class="pink"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;th&gt;My Desire -Mata Amritanandamayi Devi&lt;/th&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Everyone in the world should be able to sleep without fear, at least for one night.&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td&gt;Everyone should be able to eat to his fill, at least for one day.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;There should be at least one day when hospitals see no one admitted due to violence.&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td&gt;By doing selfless service for at least one day, everyone should help the poor and needy.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;It is Amma's prayer that at least this small dream be realised.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="codeBox"&gt; &lt;span class="code"&gt;&lt;&lt;span class="tag"&gt;table&lt;/span&gt; &lt;span class="attribute"&gt;class&lt;/span&gt;="&lt;span class="value"&gt;orange&lt;/span&gt;&lt;span class="angle"&gt;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;table class="orange"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;th&gt;My Desire -Mata Amritanandamayi Devi&lt;/th&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Everyone in the world should be able to sleep without fear, at least for one night.&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td&gt;Everyone should be able to eat to his fill, at least for one day.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;There should be at least one day when hospitals see no one admitted due to violence.&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td&gt;By doing selfless service for at least one day, everyone should help the poor and needy.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;It is Amma's prayer that at least this small dream be realised.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="codeBox"&gt; &lt;span class="code"&gt;&lt;&lt;span class="tag"&gt;table&lt;/span&gt; &lt;span class="attribute"&gt;class&lt;/span&gt;="&lt;span class="value"&gt;cyan&lt;/span&gt;&lt;span class="angle"&gt;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;table class="cyan"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;th&gt;My Desire -Mata Amritanandamayi Devi&lt;/th&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Everyone in the world should be able to sleep without fear, at least for one night.&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td&gt;Everyone should be able to eat to his fill, at least for one day.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;There should be at least one day when hospitals see no one admitted due to violence.&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td&gt;By doing selfless service for at least one day, everyone should help the poor and needy.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;It is Amma's prayer that at least this small dream be realised.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="codeBox"&gt; &lt;span class="code"&gt;&lt;&lt;span class="tag"&gt;table&lt;/span&gt; &lt;span class="attribute"&gt;class&lt;/span&gt;="&lt;span class="value"&gt;green&lt;/span&gt;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;table class="green"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;th&gt;My Desire -Mata Amritanandamayi Devi&lt;/th&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Everyone in the world should be able to sleep without fear, at least for one night.&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td&gt;Everyone should be able to eat to his fill, at least for one day.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;There should be at least one day when hospitals see no one admitted due to violence.&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td&gt;By doing selfless service for at least one day, everyone should help the poor and needy.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;It is Amma's prayer that at least this small dream be realised&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="codeBox"&gt; &lt;span class="code"&gt;&lt;span class="tag"&gt;table&lt;/span&gt; &lt;span class="attribute"&gt;class&lt;/span&gt;="aquamarine&lt;span class="aquamarine"&gt;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;table class="aquamarine"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;th&gt;My Desire -Mata Amritanandamayi Devi&lt;/th&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Everyone in the world should be able to sleep without fear, at least for one night.&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td&gt;Everyone should be able to eat to his fill, at least for one day.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;There should be at least one day when hospitals see no one admitted due to violence.&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td&gt;By doing selfless service for at least one day, everyone should help the poor and needy.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;It is Amma's prayer that at least this small dream be realised.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="codeBox"&gt; &lt;span class="code"&gt;&lt;&lt;span class="tag"&gt;table&lt;/span&gt; &lt;span class="attribute"&gt;class&lt;/span&gt;="&lt;span class="value"&gt;olive&lt;/span&gt;&lt;span class="angle"&gt;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;table class="olive"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;th&gt;My Desire -Mata Amritanandamayi Devi&lt;/th&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Everyone in the world should be able to sleep without fear, at least for one night.&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td&gt;Everyone should be able to eat to his fill, at least for one day.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;There should be at least one day when hospitals see no one admitted due to violence.&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td&gt;By doing selfless service for at least one day, everyone should help the poor and needy.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;It is Amma's prayer that at least this small dream be realised.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="codeBox"&gt; &lt;span class="code"&gt;&lt;&lt;span class="tag"&gt;table&lt;/span&gt; &lt;span class="attribute"&gt;class&lt;/span&gt;="&lt;span class="value"&gt;nature&lt;/span&gt;&lt;span class="angle"&gt;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;table class="nature"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;th&gt;My Desire -Mata Amritanandamayi Devi&lt;/th&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Everyone in the world should be able to sleep without fear, at least for one night.&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td&gt;Everyone should be able to eat to his fill, at least for one day.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;There should be at least one day when hospitals see no one admitted due to violence.&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td&gt;By doing selfless service for at least one day, everyone should help the poor and needy.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;It is Amma's prayer that at least this small dream be realised.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="codeBox"&gt; &lt;span class="code"&gt;&lt;&lt;span class="tag"&gt;table&lt;/span&gt; &lt;span class="attribute"&gt;class&lt;/span&gt;="&lt;span class="value"&gt;cool&lt;/span&gt;&lt;span class="angle"&gt;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;&lt;table class="cool"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;th&gt;My Desire -Mata Amritanandamayi Devi&lt;/th&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Everyone in the world should be able to sleep without fear, at least for one night.&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td&gt;Everyone should be able to eat to his fill, at least for one day.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;There should be at least one day when hospitals see no one admitted due to violence.&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td&gt;By doing selfless service for at least one day, everyone should help the poor and needy.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;It is Amma's prayer that at least this small dream be realised.&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;div class="codeBox"&gt; &lt;span class="code"&gt;&lt;span class="angle"&gt;&lt;;&lt;/span&gt;&lt;span class="tag"&gt;table&lt;/span&gt; &lt;span class="attribute"&gt;class&lt;/span&gt;="&lt;span class="value"&gt;violet&lt;/span&gt;"&gt;&lt;/span&gt;&lt;/div&gt;&lt;table class="violet"&gt; &lt;tbody&gt;&lt;tr&gt;&lt;th&gt;My Desire -Mata Amritanandamayi Devi&lt;/th&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;Everyone in the world should be able to sleep without fear, at least for one night.&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td&gt;Everyone should be able to eat to his fill, at least for one day.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;There should be at least one day when hospitals see no one admitted due to violence.&lt;/td&gt;&lt;/tr&gt; &lt;tr class="alt"&gt;&lt;td&gt;By doing selfless service for at least one day, everyone should help the poor and needy.&lt;/td&gt;&lt;/tr&gt; &lt;tr&gt;&lt;td&gt;It is Amma's prayer that at least this small dream be realised.&lt;br /&gt;&lt;br /&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/div&gt; &lt;br /&gt;&lt;script type="text/javascript"&gt;&lt;br /&gt;digg_url = 'http://indiscripts.blogspot.com/2007/08/table-styles.html';&lt;br /&gt;digg_bgcolor = '#ff9900';&lt;br /&gt;digg_skin = 'compact';&lt;br /&gt;&lt;/script&gt;&lt;br /&gt;&lt;script src="http://digg.com/tools/diggthis.js" type="text/javascript"&gt;&lt;/script&gt;&lt;br /&gt;&lt;p style="font-size: 10px; text-align: right;"&gt;technorati tags: &lt;a href="http://technorati.com/tag/Web+200" rel="tag"&gt;Web 2.0&lt;/a&gt;, &lt;a href="http://technorati.com/tag/Ajax" rel="tag"&gt;Ajax&lt;/a&gt;, &lt;a href="http://technorati.com/tag/Dojo" rel="tag"&gt;Dojo&lt;/a&gt;,&lt;a href="http://technorati.com/tag/filteringTable" rel="tag"&gt;filteringTable&lt;/a&gt;, &lt;a href="http://technorati.com/tag/JavaScript" rel="tag"&gt;JavaScript&lt;/a&gt;, &lt;a href="http://technorati.com/tag/CSS" rel="tag"&gt;CSS&lt;/a&gt;, &lt;a href="http://technorati.com/tag/filteringTable" rel="tag"&gt;filteringTable&lt;/a&gt;&lt;/p&gt;&lt;br /&gt;&lt;br /&gt;&lt;!-- AddThis Bookmark Post Button BEGIN --&gt;&lt;br /&gt;&lt;div&gt;&lt;a expr:href='"http://www.addthis.com/bookmark.php?pub=Mithu.Sree&amp;amp;url=" + data:post.url + "&amp;amp;title=" + data:post.title' target='_blank' title='Bookmark using any bookmark manager!'&gt;&lt;img src='http://s9.addthis.com/button1-bm.gif' width='125' height='16' style='border: 0px; padding: 0px' alt='AddThis Social Bookmark Button' /&gt;&lt;/a&gt;&lt;/div&gt;&lt;br /&gt;&lt;!-- AddThis Bookmark Post Button END --&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5779670998797621058-4515798124398055929?l=indiscripts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://indiscripts.blogspot.com/feeds/4515798124398055929/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5779670998797621058&amp;postID=4515798124398055929&amp;isPopup=true' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5779670998797621058/posts/default/4515798124398055929'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5779670998797621058/posts/default/4515798124398055929'/><link rel='alternate' type='text/html' href='http://indiscripts.blogspot.com/2007/08/table-styles.html' title='Table Styles'/><author><name>Mithun</name><uri>http://www.blogger.com/profile/15196591707002425847</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5779670998797621058.post-8909213882069614932</id><published>2007-06-23T23:06:00.000-07:00</published><updated>2007-06-23T23:09:49.529-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='At work'/><category scheme='http://www.blogger.com/atom/ns#' term='Web Development'/><category scheme='http://www.blogger.com/atom/ns#' term='Extensions'/><category scheme='http://www.blogger.com/atom/ns#' term='Firefox'/><title type='text'>Bug in Web Developer extension Image menu</title><content type='html'>I am using 1.1.4 version of &lt;a href="http://chrispederick.com/work/web-developer/"&gt;Web Developer&lt;/a&gt; &lt;a href="http://www.mozilla.com/products/firefox/"&gt;Firefox&lt;/a&gt; Extension for my development works.&lt;br /&gt;&lt;br /&gt;I was  I'm little bit unhappy about my Web developer extension image menu.&lt;br /&gt;&lt;br /&gt;It completely ignores ul list style images.&lt;br /&gt;Images set with list-style-image: url('myImg.png'); selectors are neither outlined with 'Outline image' nor hide with 'Hide Images'. Also&lt;br /&gt;these images are not listed with 'view Image Information'.&lt;br /&gt;&lt;br /&gt;Is it a bug?&lt;br /&gt;&lt;br /&gt;I reported the issue in &lt;a href="http://chrispederick.com/forums/"&gt;Webdeveloper forum&lt;/a&gt; in &lt;a href="http://chrispederick.com/" target="_blank"&gt;http://chrispederick.com/&lt;/a&gt;&lt;br /&gt;and Chris Pederick confirmed that it is a bug.&lt;br /&gt;&lt;br /&gt;See the thead&lt;br /&gt;&lt;a href="http://chrispederick.com/forums/viewtopic.php?id=1896" target="_blank"&gt;http://chrispederick.com/forums/viewtopic.php?id=1896&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;p style="font-size: 10px; text-align: right;"&gt;technorati tags: &lt;a href="http://technorati.com/tag/Firefox" rel="tag"&gt;Firefox&lt;/a&gt;, &lt;a href="http://technorati.com/tag/Web+Developer" rel="tag"&gt;Web Developer&lt;/a&gt;, &lt;a href="http://technorati.com/tag/Extension" rel="tag"&gt;Extension&lt;/a&gt;,  &lt;a href="http://technorati.com/tag/Bug" rel="tag"&gt;Bug&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5779670998797621058-8909213882069614932?l=indiscripts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://indiscripts.blogspot.com/feeds/8909213882069614932/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5779670998797621058&amp;postID=8909213882069614932&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5779670998797621058/posts/default/8909213882069614932'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5779670998797621058/posts/default/8909213882069614932'/><link rel='alternate' type='text/html' href='http://indiscripts.blogspot.com/2007/06/bug-in-web-developer-extension-image.html' title='Bug in Web Developer extension Image menu'/><author><name>Mithun</name><uri>http://www.blogger.com/profile/15196591707002425847</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5779670998797621058.post-8407076561312621036</id><published>2007-06-23T21:30:00.001-07:00</published><updated>2007-06-23T21:46:29.968-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Test'/><title type='text'>Test</title><content type='html'>Test&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5779670998797621058-8407076561312621036?l=indiscripts.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://indiscripts.blogspot.com/feeds/8407076561312621036/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=5779670998797621058&amp;postID=8407076561312621036&amp;isPopup=true' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5779670998797621058/posts/default/8407076561312621036'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5779670998797621058/posts/default/8407076561312621036'/><link rel='alternate' type='text/html' href='http://indiscripts.blogspot.com/2007/06/test.html' title='Test'/><author><name>Mithun</name><uri>http://www.blogger.com/profile/15196591707002425847</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
