<?xml version="1.0" encoding="UTF-8"?>

<rss version='2.0' 
     xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
     xmlns:doap="http://usefulinc.com/ns/doap#"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">

    <channel>
        <!-- This XML Feed shows details for the page PNG 
             and everything recently tagged PNG -->
        <creativeCommons:license>http://creativecommons.org/licenses/by-sa/2.5/
          </creativeCommons:license>
        <title>PNG on SWiK</title>
        <doap:name>PNG</doap:name>
        <doap:description>&lt;p&gt;extension&lt;/p&gt;
</doap:description>
        <description>extension
</description> 
	  <!-- see doap:description for full description -->
        <link>http://swik.net/PNG</link>
        <doap:homepage></doap:homepage>
        
        <pubDate>Thu, 21 Feb 2008 00:02:20 -0800</pubDate>
        <lastBuildDate>Thu, 21 Feb 2008 00:02:20 -0800</lastBuildDate>
            
        <item>
            <title>How to convert PDF files to HTML or XML files in openSUSE</title>
            <link>http://swik.net/SuSE/Suse+Geek+-+SuSE+Linux+Tutorials%2CTips%2CTricks%2C+How+Tos+and+Troubleshooting/How+to+convert+PDF+files+to+HTML+or+XML+files+in+openSUSE/cct5f</link>
            <description>Converting a PDF file into an HTML or a XML file has been made easy by a small useful utility called PDFTOHTML. PdftoHTml is a Xpdf based tool which can convert PDF files to HTML or XML format....&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/susegeek?a=YF64FK&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/susegeek?i=YF64FK&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/susegeek?a=qu2Z8K&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/susegeek?i=qu2Z8K&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/susegeek?a=KBxcrk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/susegeek?i=KBxcrk&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/susegeek?a=8aEiiK&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/susegeek?i=8aEiiK&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/susegeek?a=FkLc2k&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/susegeek?i=FkLc2k&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/susegeek?a=bmz7lK&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/susegeek?i=bmz7lK&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/susegeek?a=eQsz6k&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/susegeek?i=eQsz6k&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;&lt;img src=&quot;http://feeds.feedburner.com/~r/susegeek/~4/368378398&quot; height=&quot;1&quot; width=&quot;1&quot;/&gt;</description>
            
            <pubDate>Mon, 18 Aug 2008 13:07:50 -0700</pubDate>
        </item>
            
        <item>
            <title>Medryx Observations &quot; Transparent PNG&#039;s on IE with dojo</title>
            <link>http://swik.net/Dojo/del.icio.us+tag+dojo/Medryx+Observations+%22+Transparent+PNG%27s+on+IE+with+dojo/cckmy</link>
            <description></description>
            
            <pubDate>Fri, 15 Aug 2008 07:04:50 -0700</pubDate>
        </item>
            
        <item>
            <title>mtjs_iepnghandler: more PNG support for IE 6</title>
            <link>http://swik.net/Ajax/Ajaxian/mtjs_iepnghandler%3A+more+PNG+support+for+IE+6/cb911</link>
            <description>&lt;p&gt;Micah Tischler wasn&#039;t happy with the variety of approaches for allowing transparent PNG support in IE 6, so he continued his work with &lt;a href=&quot;http://www.micahtischler.com/#mtjs_iepnghandler.js&quot;&gt;mtjs_iepnghandler&lt;/a&gt; which intelligently provides true background repeat functionality for transparent PNGs as well as full positioning.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
In this script image tags are supported, both with and without a blank spacer GIF, and background image PNGs may be positioned, as well as repeated, even if they&#039;re smaller than the content element they&#039;re in. Also, the repeat functionality is implemented to provide true repeat functionality, rather than just stretching everything willy-nilly.&lt;/p&gt;
&lt;p&gt;mtjs_iepnghandler.js traverses the DOM, making adjustments where it runs into PNGs. The methods used depend on whether a PNG is in use as an image, or as a background, and, if it&#039;s a background, whether it is repeated or positioned. The script also takes into account the dimensions of the PNG to make intelligent decisions about how to implement repeats. It should be noted that, like mtjs_csswalker_iepnghandler.js, the script just sits quietly and does nothing on browsers other than IE5-6.
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Micah finishes up his post comparing his solution to the others out there.&lt;/p&gt;
&lt;div class=&quot;feedflare&quot;&gt;
&lt;a href=&quot;http://feeds.feedburner.com/~f/ajaxian?a=gmCByK&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ajaxian?i=gmCByK&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ajaxian?a=eeRETK&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ajaxian?i=eeRETK&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt; &lt;a href=&quot;http://feeds.feedburner.com/~f/ajaxian?a=K5G8Rk&quot;&gt;&lt;img src=&quot;http://feeds.feedburner.com/~f/ajaxian?i=K5G8Rk&quot; border=&quot;0&quot;&gt;&lt;/img&gt;&lt;/a&gt;
&lt;/div&gt;</description>
            
            <pubDate>Tue, 12 Aug 2008 04:11:14 -0700</pubDate>
        </item>
            
        <item>
            <title>MosesSupposes</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/MosesSupposes/cb7od</link>
            <description></description>
            
            <pubDate>Mon, 11 Aug 2008 12:05:00 -0700</pubDate>
        </item>
            
        <item>
            <title>Maybe this is the Biggest logo of Firefox in the world</title>
            <link>http://swik.net/Firefox/del.icio.us%2Ftag%2Ffirefox/Maybe+this+is+the+Biggest+logo+of+Firefox+in+the+world/cb3y3</link>
            <description></description>
            
            <pubDate>Sun, 10 Aug 2008 08:09:07 -0700</pubDate>
        </item>
            
        <item>
            <title>brad&#039;s life - How to make web screenshots</title>
            <link>http://swik.net/Firefox/del.icio.us%2Ftag%2Ffirefox/brad%27s+life+-+How+to+make+web+screenshots/cb2sf</link>
            <description></description>
            
            <pubDate>Sat, 09 Aug 2008 21:09:16 -0700</pubDate>
        </item>
            
        <item>
            <title>iPhone .png Decoding</title>
            <link>http://swik.net/iphone/deli.cio.us%2Ftags%2Fiphone/iPhone+.png+Decoding/cb02u</link>
            <description></description>
            
            <pubDate>Sat, 09 Aug 2008 05:13:25 -0700</pubDate>
        </item>
            
        <item>
            <title>The 7 CSS Hacks that we should use</title>
            <link>http://swik.net/Firefox/del.icio.us%2Ftag%2Ffirefox/The+7+CSS+Hacks+that+we+should+use/cbxe6</link>
            <description></description>
            
            <pubDate>Fri, 08 Aug 2008 04:08:55 -0700</pubDate>
        </item>
            
        <item>
            <title>Zamzar - Free online file conversion</title>
            <link>http://swik.net/User:osdeinfo/del.icio.us%2Fosde.info/Zamzar+-+Free+online+file+conversion/cbitp</link>
            <description></description>
            
            <pubDate>Sat, 26 Jul 2008 00:54:23 -0700</pubDate>
        </item>
            
        <item>
            <title>Git Cheat Sheet</title>
            <link>http://swik.net/git/del.icio.us+tag%2Fgit/Git+Cheat+Sheet/cbagp</link>
            <description></description>
            
            <pubDate>Wed, 23 Jul 2008 10:50:46 -0700</pubDate>
        </item>
            
        <item>
            <title>XSL-FO Tutorial and Samples</title>
            <link>http://swik.net/XML/del.icio.us%2Ftag%2Fxml/XSL-FO+Tutorial+and+Samples/ca8l8</link>
            <description></description>
            
            <pubDate>Wed, 23 Jul 2008 02:54:49 -0700</pubDate>
        </item>
            
        <item>
            <title>SourceForge.net: OpenPDF</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/SourceForge.net%3A+OpenPDF/cazp6</link>
            <description></description>
            
            <pubDate>Mon, 21 Jul 2008 06:47:34 -0700</pubDate>
        </item>
            
        <item>
            <title>Alioth: MPH Emacs Packages: Project Info</title>
            <link>http://swik.net/Emacs/del.icio.us+tag%2Femacs/Alioth%3A+MPH+Emacs+Packages%3A+Project+Info/cazla</link>
            <description></description>
            
            <pubDate>Mon, 21 Jul 2008 06:45:34 -0700</pubDate>
        </item>
            
        <item>
            <title>透明PNG背景图片 For IE 6.0 Firefox Opera - greengnn&#039;s space</title>
            <link>http://swik.net/Firefox/del.icio.us%2Ftag%2Ffirefox/%E9%80%8F%E6%98%8EPNG%E8%83%8C%E6%99%AF%E5%9B%BE%E7%89%87+For+IE+6.0+Firefox+Opera+-+greengnn%27s+space/caxmj</link>
            <description>透明PNG背景图片 For IE 6.0 Firefox Opera</description>
            
            <pubDate>Sun, 20 Jul 2008 20:45:49 -0700</pubDate>
        </item>
            
        <item>
            <title>Animated PNG demos</title>
            <link>http://swik.net/Firefox/del.icio.us%2Ftag%2Ffirefox/Animated+PNG+demos/cauh3</link>
            <description>APNG howto</description>
            
            <pubDate>Sat, 19 Jul 2008 10:45:24 -0700</pubDate>
        </item>
            
        <item>
            <title>透明PNG背景图片 For IE 6.0 Firefox Opera - greengnn&#039;s space</title>
            <link>http://swik.net/Firefox/del.icio.us%2Ftag%2Ffirefox/%E9%80%8F%E6%98%8EPNG%E8%83%8C%E6%99%AF%E5%9B%BE%E7%89%87+For+IE+6.0+Firefox+Opera+-+greengnn%27s+space/caq9r</link>
            <description></description>
            
            <pubDate>Fri, 18 Jul 2008 10:55:55 -0700</pubDate>
        </item>
            
        <item>
            <title>PNG transparency test</title>
            <link>http://swik.net/User:osdeinfo/del.icio.us%2Fosde.info/PNG+transparency+test/b969c</link>
            <description>png, transparency, test</description>
            
            <pubDate>Mon, 14 Jul 2008 02:43:58 -0700</pubDate>
        </item>
            
        <item>
            <title>Portable Network Graphics</title>
            <link>http://swik.net/User:osdeinfo/del.icio.us%2Fosde.info/Portable+Network+Graphics/b969b</link>
            <description></description>
            
            <pubDate>Mon, 14 Jul 2008 02:43:58 -0700</pubDate>
        </item>
            
        <item>
            <title>Home - Pencil Project</title>
            <link>http://swik.net/XUL/del.icio.us%2Ftag%2FXUL/Home+-+Pencil+Project/b9nmp</link>
            <description></description>
            
            <pubDate>Tue, 08 Jul 2008 19:51:02 -0700</pubDate>
        </item>
            
        <item>
            <title>OptiPNG Home Page</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/OptiPNG+Home+Page/b9bwy</link>
            <description>a PNG optimizer that recompresses image files to a smaller size, without losing any information. This program also converts external formats (BMP, GIF, PNM and TIFF) to optimized PNG, and performs PNG integrity checks and corrections.</description>
            
            <pubDate>Sun, 06 Jul 2008 06:48:58 -0700</pubDate>
        </item>
            
        <item>
            <title>spinfox.png (PNG Image, 148x148 pixels)</title>
            <link>http://swik.net/Firefox/del.icio.us%2Ftag%2Ffirefox/spinfox.png+%28PNG+Image%2C+148x148+pixels%29/b83bz</link>
            <description></description>
            
            <pubDate>Wed, 02 Jul 2008 22:49:32 -0700</pubDate>
        </item>
            
        <item>
            <title>spinfox.png (PNG Image, 148x148 pixels)</title>
            <link>http://swik.net/Firefox/del.icio.us%2Ftag%2Ffirefox/spinfox.png+%28PNG+Image%2C+148x148+pixels%29/b8xc8</link>
            <description></description>
            
            <pubDate>Tue, 01 Jul 2008 15:48:15 -0700</pubDate>
        </item>
            
        <item>
            <title>APNG Edit :: Firefox Add-ons</title>
            <link>http://swik.net/Firefox/del.icio.us%2Ftag%2Ffirefox/APNG+Edit+%3A%3A+Firefox+Add-ons/b8wtm</link>
            <description></description>
            
            <pubDate>Tue, 01 Jul 2008 13:48:33 -0700</pubDate>
        </item>
            
        <item>
            <title>How to Fix PNG Support in MediaWiki</title>
            <link>http://swik.net/MediaWiki/del.icio.us%2Ftag%2Fmediawiki/How+to+Fix+PNG+Support+in+MediaWiki/b8odr</link>
            <description>$wgVerifyMimeType = false; $wgMimeDetectorCommand = &amp;quot;file -bi&amp;quot;;</description>
            
            <pubDate>Sun, 29 Jun 2008 09:06:18 -0700</pubDate>
        </item>
            
        <item>
            <title>OptiPNG Home Page</title>
            <link>http://swik.net/opensource/del.icio.us+tag%2Fopensource/OptiPNG+Home+Page/b8bzo</link>
            <description></description>
            
            <pubDate>Wed, 25 Jun 2008 05:56:39 -0700</pubDate>
        </item>
            
        <item>
            <title>Design Stencils - Yahoo! Design Pattern Library</title>
            <link>http://swik.net/XML/del.icio.us%2Ftag%2Fxml/Design+Stencils+-+Yahoo%21+Design+Pattern+Library/b7u88</link>
            <description></description>
            
            <pubDate>Thu, 19 Jun 2008 08:24:46 -0700</pubDate>
        </item>
            
        <item>
            <title>Joomla! Extensions Directory - Ultimate PNG Fix Plugin (for IE up to version 6.x)</title>
            <link>http://swik.net/Joomla/Del.icio.us+bookmarks+tagged+Joomla/Joomla%21+Extensions+Directory+-+Ultimate+PNG+Fix+Plugin+%28for+IE+up+to+version+6.x%29/b7gar</link>
            <description></description>
            
            <pubDate>Sat, 14 Jun 2008 08:13:32 -0700</pubDate>
        </item>
            
        <item>
            <title>Liquid Components for Flash CS3 - Didier Brun&#039;s blog</title>
            <link>http://swik.net/open-source/del.icio.us+tag%2Fopen-source/Liquid+Components+for+Flash+CS3+-+Didier+Brun%27s+blog/b7cd4</link>
            <description>The skinning mechanism is built on top of a simple thing : One component = One PNG file (or any other bitmap) Most of the skins characteristics can be provided from a single PNG file : * Component states * Skin size * Grid behavior * Text color for each s</description>
            
            <pubDate>Fri, 13 Jun 2008 02:15:44 -0700</pubDate>
        </item>
            
        <item>
            <title>MosesSupposes &quot; Blog Archive &quot; InteractivePNG</title>
            <link>http://swik.net/open-source/del.icio.us+tag%2Fopen-source/MosesSupposes+%22+Blog+Archive+%22+InteractivePNG/b7biu</link>
            <description></description>
            
            <pubDate>Thu, 12 Jun 2008 18:15:47 -0700</pubDate>
        </item>
            
        <item>
            <title>nihilogic: Compression using Canvas and PNG-embedded data</title>
            <link>http://swik.net/Firefox/del.icio.us%2Ftag%2Ffirefox/nihilogic%3A+Compression+using+Canvas+and+PNG-embedded+data/b6yf6</link>
            <description></description>
            
            <pubDate>Mon, 09 Jun 2008 05:00:38 -0700</pubDate>
        </item>
                </channel>
</rss>
