<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:at="http://www.sixapart.com/ns/at"
    xmlns:icbm="http://postneo.com/icbm"
    xmlns:rvw="http://purl.org/NET/RVW/0.2/"
    xmlns:media="http://search.yahoo.com/mrss">
    <channel>
        <title>osde8info</title>
        <link>http://osde-info.vox.com/library/posts/tags/css/page/1/</link>
        <description>free libre open source gpl gnu/linux centos ubuntu firefox openoffice.org</description>
        <language>en</language>
        <generator>Vox</generator>
        <lastBuildDate>Fri, 29 Aug 2008 22:57:41 +0100</lastBuildDate>
        <copyright>Copyright 2008</copyright>
        <docs>http://blogs.law.harvard.edu/tech/rss</docs> 
        <category domain="http://osde-info.vox.com/tags/">css</category>  
 
        <item>
            <title>High Performance Web Sites</title>
            <link>http://osde-info.vox.com/library/post/high-performance-web-sites.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(osde8info)</author>
            <comments>http://osde-info.vox.com/library/post/high-performance-web-sites.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://osde-info.vox.com/library/post/high-performance-web-sites.html?_c=feed-rss-full</guid> 
            <pubDate>Fri, 29 Aug 2008 22:57:41 +0100</pubDate>         
            
            <description>    &lt;p&gt;Steve Souders&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://stevesouders.com/examples/rules.php&quot;&gt;http://stevesouders.com/examples/rules.php&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;Developer Yahoo&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/&quot;&gt;http://developer.yahoo.com/performance/&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://developer.yahoo.com/performance/rules.html&quot;&gt;http://developer.yahoo.com/performance/rules.html&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;YUI Blog&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://yuiblog.com/blog/category/performance&quot;&gt;http://yuiblog.com/blog/category/performance&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://yuiblog.com/blog/2008/07/22/non-blocking-scripts/&quot;&gt;http://yuiblog.com/blog/2008/07/22/non-blocking-scripts/&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://yuiblog.com/blog/2008/07/21/performance-research-part-6/&quot;&gt;http://yuiblog.com/blog/2008/07/21/performance-research-part-6/&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;Firefox AddOn&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://developer.yahoo.com/yslow/&quot;&gt;http://developer.yahoo.com/yslow/&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://osde-info.vox.com/library/post/high-performance-web-sites.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d4141b9517685e00fa96957c7e0002?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://osde-info.vox.com/tags/">css</category> 
            <category domain="http://osde-info.vox.com/tags/">webdev</category> 
            <category domain="http://osde-info.vox.com/tags/">javascript</category> 
            <category domain="http://osde-info.vox.com/tags/">performance</category> 
            <category domain="http://osde-info.vox.com/tags/">optimisation</category>   
        </item> 
 
        <item>
            <title>sometimes webpage font sizes are very tiny when you print them !</title>
            <link>http://osde-info.vox.com/library/post/sometimes-webpage-font-sizes-are-very-tiny-when-you-print-them.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(osde8info)</author>
            <comments>http://osde-info.vox.com/library/post/sometimes-webpage-font-sizes-are-very-tiny-when-you-print-them.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://osde-info.vox.com/library/post/sometimes-webpage-font-sizes-are-very-tiny-when-you-print-them.html?_c=feed-rss-full</guid> 
            <pubDate>Fri, 16 May 2008 17:26:05 +0100</pubDate>         
            
            <description>    &lt;p&gt;I think I&amp;#39;ve just worked out why this happens ! Maybe it&amp;#39;s because there is no CSS at all so that firefox 2.0.0.13 uses default system font-size (14px) or the text font size (in the CSS file) has been specified in pixels (px) instead of points (pt) !&lt;/p&gt;&lt;p&gt;i.e.&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;body { font-size: &lt;strong&gt;12px&lt;/strong&gt;; }&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;instead of&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;body { font-size: &lt;strong&gt;12pt&lt;/strong&gt;; }&lt;br /&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;This seems to be the problem with the &lt;a href=&quot;http://wikkawiki.org/HomePage&quot;&gt;WikkaWiki&lt;/a&gt; CSS style sheets so i&amp;#39;ve created a ticket &lt;a href=&quot;http://wush.net/trac/wikka/ticket/764&quot;&gt;http://wush.net/trac/wikka/ticket/764&lt;/a&gt; and fixed my own &lt;a href=&quot;http://wikkawiki.org/HomePage&quot;&gt;WikkaWiki&lt;/a&gt; sites ! &lt;/p&gt;&lt;p&gt;Here is what print / print preview looks like before and after you&amp;#39;ve added / fixed your firefox and/or CSS !&lt;br /&gt;
    
    
    

    
    
    
&lt;div at:enclosure=&quot;asset&quot; at:xid=&quot;6a00d4141b9517685e00fa9676d4a10003&quot; at:format=&quot;medium&quot; at:align=&quot;left&quot;
    class=&quot;enclosure enclosure-left enclosure-medium photo-enclosure&quot; 
     style=&quot;text-align: center; float: left;&quot;&gt;
&lt;div class=&quot;enclosure-inner&quot;
    
        style=&quot;padding: 9px; border: 1px solid; width: px; margin: 0 20px 20px 0;&quot;
    &gt;
    &lt;div class=&quot;enclosure-list&quot;&gt;
        &lt;div class=&quot;enclosure-item photo-asset last&quot;&gt;
    
            &lt;div class=&quot;enclosure-image&quot;&gt;
        
                &lt;a href=&quot;http://osde-info.vox.com/library/photo/6a00d4141b9517685e00fa9676d4a10003.html&quot;&gt;&lt;img src=&quot;http://a1.vox.com/6a00d4141b9517685e00fa9676d4a10003-200pi&quot; alt=&quot;firefox 2.0.0.13 print preview bug&quot; title=&quot;firefox 2.0.0.13 print preview bug&quot; /&gt;&lt;/a&gt;
        
            &lt;/div&gt;
            &lt;div class=&quot;enclosure-meta&quot;&gt;
                &lt;div class=&quot;enclosure-asset-name&quot;&gt;&lt;a href=&quot;http://osde-info.vox.com/library/photo/6a00d4141b9517685e00fa9676d4a10003.html&quot; title=&quot;firefox 2.0.0.13 print preview bug&quot;&gt;firefox 2.0.0.13 print preview bug&lt;/a&gt;&lt;/div&gt;
            &lt;/div&gt;
    
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;!-- end enclosure --&gt;

&lt;/p&gt;&lt;p&gt;&lt;/p&gt;
    
    
    

    
    
    

    
    
    

    
    
    

    
    
    
&lt;div at:enclosure=&quot;asset&quot; at:xid=&quot;6a00d4141b9517685e00fad6889ede0004&quot; at:format=&quot;large&quot; at:align=&quot;left&quot;
    class=&quot;enclosure enclosure-left enclosure-large photo-enclosure&quot; 
     style=&quot;text-align: center; float: left;&quot;&gt;
&lt;div class=&quot;enclosure-inner&quot;
    
        style=&quot;padding: 9px; border: 1px solid; width: px; margin: 0 20px 20px 0;&quot;
    &gt;
    &lt;div class=&quot;enclosure-list&quot;&gt;
        &lt;div class=&quot;enclosure-item photo-asset last&quot;&gt;
    
            &lt;div class=&quot;enclosure-image&quot;&gt;
        
                &lt;a href=&quot;http://osde-info.vox.com/library/photo/6a00d4141b9517685e00fad6889ede0004.html&quot;&gt;&lt;img src=&quot;http://a6.vox.com/6a00d4141b9517685e00fad6889ede0004-320pi&quot; alt=&quot;linux.die.net&quot; title=&quot;linux.die.net&quot; /&gt;&lt;/a&gt;
        
            &lt;/div&gt;
            &lt;div class=&quot;enclosure-meta&quot;&gt;
                &lt;div class=&quot;enclosure-asset-name&quot;&gt;&lt;a href=&quot;http://osde-info.vox.com/library/photo/6a00d4141b9517685e00fad6889ede0004.html&quot; title=&quot;linux.die.net&quot;&gt;linux.die.net&lt;/a&gt;&lt;/div&gt;
            &lt;/div&gt;
    
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;!-- end enclosure --&gt;




&lt;p&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://osde-info.vox.com/library/post/sometimes-webpage-font-sizes-are-very-tiny-when-you-print-them.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d4141b9517685e00fad6878a670005?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://osde-info.vox.com/tags/">css</category> 
            <category domain="http://osde-info.vox.com/tags/">webdev</category> 
            <category domain="http://osde-info.vox.com/tags/">webdesign</category> 
            <category domain="http://osde-info.vox.com/tags/">bug</category> 
            <category domain="http://osde-info.vox.com/tags/">firefox</category> 
            <category domain="http://osde-info.vox.com/tags/">printing</category> 
            <category domain="http://osde-info.vox.com/tags/">font</category> 
            <category domain="http://osde-info.vox.com/tags/">font size</category> 
            <category domain="http://osde-info.vox.com/tags/">print preview</category>    
        </item> 
 
        <item>
            <title>CSS compressors</title>
            <link>http://osde-info.vox.com/library/post/css-compressors.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(osde8info)</author>
            <comments>http://osde-info.vox.com/library/post/css-compressors.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://osde-info.vox.com/library/post/css-compressors.html?_c=feed-rss-full</guid> 
            <pubDate>Mon, 21 Apr 2008 16:48:02 +0100</pubDate>         
            
            <description>    &lt;p&gt;CSS compressors&lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://www.cleancss.com/&quot;&gt;http://www.cleancss.com/&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.cssdrive.com/index.php/main/csscompressor/&quot;&gt;http://www.cssdrive.com/index.php/main/csscompressor/&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://www.roscripts.com/Compress_CSS_code-99.html&quot;&gt;http://www.roscripts.com/Compress_CSS_code-99.html&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://iceyboard.no-ip.org/projects/css_compressor&quot;&gt;http://iceyboard.no-ip.org/projects/css_compressor&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;     &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://osde-info.vox.com/library/post/css-compressors.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d4141b9517685e00f48cf0a9e70003?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://osde-info.vox.com/tags/">css</category> 
            <category domain="http://osde-info.vox.com/tags/">html</category> 
            <category domain="http://osde-info.vox.com/tags/">webdev</category> 
            <category domain="http://osde-info.vox.com/tags/">compress</category>   
        </item> 
 
        <item>
            <title>Dynamic Drive CSS, DHTML &amp; JavaScripts</title>
            <link>http://osde-info.vox.com/library/post/dynamic-drive-css-dhtml-javascripts.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(osde8info)</author>
            <comments>http://osde-info.vox.com/library/post/dynamic-drive-css-dhtml-javascripts.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://osde-info.vox.com/library/post/dynamic-drive-css-dhtml-javascripts.html?_c=feed-rss-full</guid> 
            <pubDate>Wed, 10 Oct 2007 14:19:49 +0100</pubDate>         
            
            <description>    &lt;div style=&quot;background: transparent url(ddincludes/bg_topbar.gif) repeat-x scroll 0% 50%; -moz-background-clip: -moz-initial; -moz-background-origin: -moz-initial; -moz-background-inline-policy: -moz-initial; margin-bottom: 11px; margin-top: 8px;&quot;&gt;&lt;span style=&quot;font-size: 1.25em;&quot;&gt;&lt;a href=&quot;http://www.dynamicdrive.com/&quot;&gt;Dynamic Drive&lt;/a&gt; is a great place to obtain free-of-charge, original CSS, DHTML 
&amp;amp; JavaScripts to enhance your web site! &lt;/span&gt;&lt;span style=&quot;font-size: 0.8em;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=&quot;font-size: 1.25em;&quot;&gt;&lt;a href=&quot;http://www.dynamicdrive.com/new.htm&quot;&gt;New Script(s)&lt;/a&gt; on 8 Oct 07&lt;/span&gt;&lt;h3 style=&quot;margin: 0pt 0pt 5px;&quot;&gt;&lt;/h3&gt;
&lt;/div&gt;     &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://osde-info.vox.com/library/post/dynamic-drive-css-dhtml-javascripts.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d4141b9517685e00e398b1535a0002?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://osde-info.vox.com/tags/">css</category> 
            <category domain="http://osde-info.vox.com/tags/">html</category> 
            <category domain="http://osde-info.vox.com/tags/">javascript</category> 
            <category domain="http://osde-info.vox.com/tags/">dhtml</category> 
            <category domain="http://osde-info.vox.com/tags/">web standards</category> 
            <category domain="http://osde-info.vox.com/tags/">webstandards</category>   
        </item> 
 
        <item>
            <title>Browsershots webpage validator &amp; viewer</title>
            <link>http://osde-info.vox.com/library/post/browsershots-webpage-validator-viewer.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(osde8info)</author>
            <comments>http://osde-info.vox.com/library/post/browsershots-webpage-validator-viewer.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://osde-info.vox.com/library/post/browsershots-webpage-validator-viewer.html?_c=feed-rss-full</guid> 
            <pubDate>Tue, 09 Oct 2007 21:44:41 +0100</pubDate>         
            
            <description>    &lt;div at:enclosure=&quot;asset&quot; at:xid=&quot;6a00d4141b9517685e00e398b116dd0001 6a00d4141b9517685e00e398b116e00001 6a00d4141b9517685e00e398b1343f0003 6a00d4141b9517685e00e398b11fff0002 6a00d4141b9517685e00e398b120000002&quot; at:format=&quot;strip-horizontal&quot; at:align=&quot;center&quot; class=&quot;enclosure enclosure-center enclosure-strip enclosure-strip-horizontal&quot;  style=&quot;text-align: center;&quot;&gt;
&lt;div class=&quot;enclosure-inner&quot; style=&quot; margin: 5px; border: 1px solid; text-align: center;&quot;&gt;&lt;a href=&quot;http://osde-info.vox.com/library/photo/6a00d4141b9517685e00e398b116dd0001.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;fsse.info screenshot by browsershots.org&quot;&gt;&lt;img src=&quot;http://a5.vox.com/6a00d4141b9517685e00e398b116dd0001-120pi&quot; alt=&quot;fsse.info screenshot by browsershots.org&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://osde-info.vox.com/library/photo/6a00d4141b9517685e00e398b116e00001.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;fsse.info screenshot by browsershots.org&quot;&gt;&lt;img src=&quot;http://a0.vox.com/6a00d4141b9517685e00e398b116e00001-120pi&quot; alt=&quot;fsse.info screenshot by browsershots.org&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://osde-info.vox.com/library/photo/6a00d4141b9517685e00e398b1343f0003.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;fsse.info screenshot by browsershots.org&quot;&gt;&lt;img src=&quot;http://a7.vox.com/6a00d4141b9517685e00e398b1343f0003-120pi&quot; alt=&quot;fsse.info screenshot by browsershots.org&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://osde-info.vox.com/library/photo/6a00d4141b9517685e00e398b11fff0002.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;fsse.info screenshot by browsershots.org&quot;&gt;&lt;img src=&quot;http://a7.vox.com/6a00d4141b9517685e00e398b11fff0002-120pi&quot; alt=&quot;fsse.info screenshot by browsershots.org&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;a href=&quot;http://osde-info.vox.com/library/photo/6a00d4141b9517685e00e398b120000002.html&quot; class=&quot;enclosure-strip-link&quot; title=&quot;fsse.info screenshot by browsershots.org&quot;&gt;&lt;img src=&quot;http://a0.vox.com/6a00d4141b9517685e00e398b120000002-120pi&quot; alt=&quot;fsse.info screenshot by browsershots.org&quot; class=&quot;enclosure-strip-image&quot; style=&quot;margin: 5px; border: 0;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt; &lt;!-- end enclosure --&gt;
 
&lt;p&gt;&lt;a href=&quot;http://browsershots.org/screenshots/&quot;&gt;Browsershots&lt;/a&gt; makes screenshots of your web design in different browsers.
&lt;br /&gt;It is a free open-source online service created by Johann C. Rocholl.
&lt;/p&gt;&lt;p&gt;When you submit your web address, it will be added to the job queue.
A number of distributed computers will open your website in their browser.
Then they will make screenshots and upload them to the central server here.&lt;/p&gt;&lt;p&gt;You can see some sample browsershots screenshots @ &lt;/p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://browsershots.org/screenshots/&quot;&gt;http://browsershots.org/screenshots/&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href=&quot;http://browsershots.org/http://fsse.info/&quot;&gt;http://browsershots.org/http://fsse.info/&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p&gt;and you can download a set of PNGs to your PC for closer inspection !&lt;br /&gt;
&lt;div id=&quot;about&quot;&gt;
&lt;/div&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://osde-info.vox.com/library/post/browsershots-webpage-validator-viewer.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d4141b9517685e00e398b1353c0004?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://osde-info.vox.com/tags/">css</category> 
            <category domain="http://osde-info.vox.com/tags/">compatibility</category> 
            <category domain="http://osde-info.vox.com/tags/">browser</category> 
            <category domain="http://osde-info.vox.com/tags/">qa</category> 
            <category domain="http://osde-info.vox.com/tags/">webdev</category> 
            <category domain="http://osde-info.vox.com/tags/">webdesign</category> 
            <category domain="http://osde-info.vox.com/tags/">test</category> 
            <category domain="http://osde-info.vox.com/tags/">standards</category> 
            <category domain="http://osde-info.vox.com/tags/">screenshot</category> 
            <category domain="http://osde-info.vox.com/tags/">layout</category> 
            <category domain="http://osde-info.vox.com/tags/">open source</category> 
            <category domain="http://osde-info.vox.com/tags/">w3c</category> 
            <category domain="http://osde-info.vox.com/tags/">viewer</category> 
            <category domain="http://osde-info.vox.com/tags/">validator</category> 
            <category domain="http://osde-info.vox.com/tags/">distributed</category>    
        </item> 
 
        <item>
            <title>StyleIgnite free libre open creative commons gpl CSS designs</title>
            <link>http://osde-info.vox.com/library/post/styleignite-free-libre-open-creative-commons-gpl-css-designs.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(osde8info)</author>
            <comments>http://osde-info.vox.com/library/post/styleignite-free-libre-open-creative-commons-gpl-css-designs.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://osde-info.vox.com/library/post/styleignite-free-libre-open-creative-commons-gpl-css-designs.html?_c=feed-rss-full</guid> 
            <pubDate>Mon, 08 Oct 2007 21:07:58 +0100</pubDate>         
            
            <description>    &lt;p&gt;StyleIgnite contains many free libre open / creative commons / gpl CSS designs you can use for your website&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.styleignite.com/&quot;&gt;http://www.styleignite.com/&lt;/a&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;For example here is a  GPL checkbox and radio replacement CSS  &lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.styleignite.com/styles/view/48/crir-checkbox-radio-input-replacement&quot;&gt;http://www.styleignite.com/styles/view/48/crir-checkbox-radio-input-replacement&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://osde-info.vox.com/library/post/styleignite-free-libre-open-creative-commons-gpl-css-designs.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d4141b9517685e00e398b0d5f70005?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://osde-info.vox.com/tags/">design</category> 
            <category domain="http://osde-info.vox.com/tags/">css</category> 
            <category domain="http://osde-info.vox.com/tags/">webdev</category> 
            <category domain="http://osde-info.vox.com/tags/">creative commons</category> 
            <category domain="http://osde-info.vox.com/tags/">open source</category> 
            <category domain="http://osde-info.vox.com/tags/">gpl</category> 
            <category domain="http://osde-info.vox.com/tags/">free libre open</category>   
        </item> 
 
        <item>
            <title>Maybe it&#39;s time to trash all bad browser hacks</title>
            <link>http://osde-info.vox.com/library/post/maybe-its-time-to-trash-all-bad-browser-hacks.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(osde8info)</author>
            <comments>http://osde-info.vox.com/library/post/maybe-its-time-to-trash-all-bad-browser-hacks.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://osde-info.vox.com/library/post/maybe-its-time-to-trash-all-bad-browser-hacks.html?_c=feed-rss-full</guid> 
            <pubDate>Sun, 19 Aug 2007 11:55:04 +0100</pubDate>         
            
            <description>    &lt;h3&gt;Why trash IE6 hacks?&lt;/h3&gt;
&lt;p&gt;I know this is difficult because about &lt;a href=&quot;http://www.w3schools.com/browsers/browsers_stats.asp&quot;&gt;37%&lt;/a&gt; (according to&lt;a href=&quot;http://www.w3schools.com/&quot;&gt; w3schools.com&lt;/a&gt;)
of internet users are still using IE6. But, together we can make a
different. Stop using IE hacks on your sites and let them see the ugly
side of IE6. Eventually, they will find a better browser (ie. Firefox)
or at least upgrade to newer version of IE. &lt;/p&gt;&lt;p&gt;&lt;br /&gt;VOTE HERE !&lt;/p&gt;&lt;p&gt;&lt;a href=&quot;http://www.webdesignerwall.com/general/trash-all-ie-hacks/&quot;&gt;http://www.webdesignerwall.com/general/trash-all-ie-hacks/&lt;br /&gt;&lt;/a&gt;&lt;br /&gt;&lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt; 
    &lt;a href=&quot;http://osde-info.vox.com/library/post/maybe-its-time-to-trash-all-bad-browser-hacks.html?_c=feed-rss-full#comments&quot;&gt;Read and post comments&lt;/a&gt;   |   
    &lt;a href=&quot;http://www.vox.com/share/6a00d4141b9517685e00e3989f31520003?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://osde-info.vox.com/tags/">css</category> 
            <category domain="http://osde-info.vox.com/tags/">webdev</category> 
            <category domain="http://osde-info.vox.com/tags/">hack</category> 
            <category domain="http://osde-info.vox.com/tags/">ie</category> 
            <category domain="http://osde-info.vox.com/tags/">web design</category> 
            <category domain="http://osde-info.vox.com/tags/">ms</category>   
        </item> 
 
        <item>
            <title>Everything you ever wanted to know about CSS</title>
            <link>http://osde-info.vox.com/library/post/everything-you-ever-wanted-to-know-about-css.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(osde8info)</author>
            <comments>http://osde-info.vox.com/library/post/everything-you-ever-wanted-to-know-about-css.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://osde-info.vox.com/library/post/everything-you-ever-wanted-to-know-about-css.html?_c=feed-rss-full</guid> 
            <pubDate>Tue, 27 Feb 2007 16:10:11 +0000</pubDate>         
            
            <description>    &lt;p&gt;&lt;a href=&quot;http://www.realsoftwaredevelopment.com/2006/10/the_complete_li.html&quot;&gt;http://www.realsoftwaredevelopment.com/2006/10/the_complete_li.html&lt;/a&gt; &lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt;    
    &lt;a href=&quot;http://www.vox.com/share/6a00d4141b9517685e00d09e5869b9be2b?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://osde-info.vox.com/tags/">css</category> 
            <category domain="http://osde-info.vox.com/tags/">webdev</category> 
            <category domain="http://osde-info.vox.com/tags/">webdesign</category> 
            <category domain="http://osde-info.vox.com/tags/">webstandards</category>   
        </item> 
 
        <item>
            <title>24 ways to improve your website</title>
            <link>http://osde-info.vox.com/library/post/24-ways-to-improve-your-website.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(osde8info)</author>
            <comments>http://osde-info.vox.com/library/post/24-ways-to-improve-your-website.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://osde-info.vox.com/library/post/24-ways-to-improve-your-website.html?_c=feed-rss-full</guid> 
            <pubDate>Wed, 21 Feb 2007 14:30:14 +0000</pubDate>         
            
            <description>    &lt;p&gt;&lt;a href=&quot;http://24ways.org/&quot;&gt;24 ways&lt;/a&gt; to impress your (web developer) friends &lt;/p&gt;    &lt;p style=&quot;clear:both;&quot;&gt;    
    &lt;a href=&quot;http://www.vox.com/share/6a00d4141b9517685e00d41422fed63c7f?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://osde-info.vox.com/tags/">css</category> 
            <category domain="http://osde-info.vox.com/tags/">html</category> 
            <category domain="http://osde-info.vox.com/tags/">webdev</category> 
            <category domain="http://osde-info.vox.com/tags/">webdesign</category>   
        </item> 
 
        <item>
            <title>Firefox EditCSS addon</title>
            <link>http://osde-info.vox.com/library/post/firefox-editcss-addon.html?_c=feed-rss-full</link>   
            <author>nobody@vox.com(osde8info)</author>
            <comments>http://osde-info.vox.com/library/post/firefox-editcss-addon.html?_c=feed-rss-full</comments>
            <guid isPermaLink="true">http://osde-info.vox.com/library/post/firefox-editcss-addon.html?_c=feed-rss-full</guid> 
            <pubDate>Wed, 21 Feb 2007 12:15:36 +0000</pubDate>         
            
            <description>    &lt;p&gt;editcss is a firefox addon that lets you edit and highlight any css element in a html webpage&lt;/p&gt;
    

    
    
    
&lt;div at:enclosure=&quot;asset&quot; at:xid=&quot;6a00d4141b9517685e00d41422f8023c7f&quot; at:format=&quot;medium&quot; at:align=&quot;left&quot;
    class=&quot;enclosure enclosure-left enclosure-medium photo-enclosure&quot; 
     style=&quot;text-align: center; float: left;&quot;&gt;
&lt;div class=&quot;enclosure-inner&quot;
    
        style=&quot;padding: 9px; border: 1px solid; width: px; margin: 0 20px 20px 0;&quot;
    &gt;
    &lt;div class=&quot;enclosure-list&quot;&gt;
        &lt;div class=&quot;enclosure-item photo-asset last&quot;&gt;
    
            &lt;div class=&quot;enclosure-image&quot;&gt;
        
                &lt;a href=&quot;http://osde-info.vox.com/library/photo/6a00d4141b9517685e00d41422f8023c7f.html&quot;&gt;&lt;img src=&quot;http://a2.vox.com/6a00d4141b9517685e00d41422f8023c7f-200pi&quot; alt=&quot;editcss.png&quot; title=&quot;editcss.png&quot; /&gt;&lt;/a&gt;
        
            &lt;/div&gt;
            &lt;div class=&quot;enclosure-meta&quot;&gt;
                &lt;div class=&quot;enclosure-asset-name&quot;&gt;&lt;a href=&quot;http://osde-info.vox.com/library/photo/6a00d4141b9517685e00d41422f8023c7f.html&quot; title=&quot;editcss.png&quot;&gt;editcss.png&lt;/a&gt;&lt;/div&gt;
            &lt;/div&gt;
    
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;!-- end enclosure --&gt;

 &lt;div&gt;&lt;br /&gt;&lt;/div&gt;    &lt;p style=&quot;clear:both;&quot;&gt;    
    &lt;a href=&quot;http://www.vox.com/share/6a00d4141b9517685e00cd9714ef2c4cd5?_c=feed-rss-full&quot;&gt;Send to a friend&lt;/a&gt; 
&lt;/p&gt;
 
            </description> 
            <category domain="http://osde-info.vox.com/tags/">css</category> 
            <category domain="http://osde-info.vox.com/tags/">webdev</category> 
            <category domain="http://osde-info.vox.com/tags/">firefox</category> 
            <category domain="http://osde-info.vox.com/tags/">w3c</category> 
            <category domain="http://osde-info.vox.com/tags/">viewer</category> 
            <category domain="http://osde-info.vox.com/tags/">editor</category> 
            <category domain="http://osde-info.vox.com/tags/">debug</category> 
            <category domain="http://osde-info.vox.com/tags/">webstandards</category> 
            <category domain="http://osde-info.vox.com/tags/">addon</category> 
            <category domain="http://osde-info.vox.com/tags/">editcss</category>    
        </item> 
    </channel>
</rss>

