<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: GIFexplode &#8211; community powered web development</title> <atom:link href="http://www.puremango.co.uk/2009/08/gifexplode-community-powered-web-development/feed/" rel="self" type="application/rss+xml" /><link>http://www.puremango.co.uk/2009/08/gifexplode-community-powered-web-development/</link> <description>innovative coding, tutorials, web stuff. celebrating 6 years online.</description> <lastBuildDate>Mon, 06 Feb 2012 07:31:40 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Dream</title><link>http://www.puremango.co.uk/2009/08/gifexplode-community-powered-web-development/comment-page-1/#comment-26272</link> <dc:creator>Dream</dc:creator> <pubDate>Mon, 27 Dec 2010 09:55:43 +0000</pubDate> <guid
isPermaLink="false">http://www.puremango.co.uk/?p=573#comment-26272</guid> <description>Hi Admin, Could you pls share the part of Gif Decode sourcecode with me? I use a php gifDecode.class but it have some bugs when decode a gif image which is optimized.  Thank you very much.</description> <content:encoded><![CDATA[<p>Hi Admin, Could you pls share the part of Gif Decode sourcecode with me? I use a php gifDecode.class but it have some bugs when decode a gif image which is optimized.  Thank you very much.</p> ]]></content:encoded> </item> <item><title>By: Jer</title><link>http://www.puremango.co.uk/2009/08/gifexplode-community-powered-web-development/comment-page-1/#comment-4085</link> <dc:creator>Jer</dc:creator> <pubDate>Thu, 01 Oct 2009 18:37:21 +0000</pubDate> <guid
isPermaLink="false">http://www.puremango.co.uk/?p=573#comment-4085</guid> <description>I&#039;m disappointed!  I&#039;ve gone through about 30 or so images, and so far only one porn gif...  geez... ;)</description> <content:encoded><![CDATA[<p>I&#8217;m disappointed!  I&#8217;ve gone through about 30 or so images, and so far only one porn gif&#8230;  geez&#8230; ;)</p> ]]></content:encoded> </item> <item><title>By: user24</title><link>http://www.puremango.co.uk/2009/08/gifexplode-community-powered-web-development/comment-page-1/#comment-2249</link> <dc:creator>user24</dc:creator> <pubDate>Mon, 03 Aug 2009 18:57:57 +0000</pubDate> <guid
isPermaLink="false">http://www.puremango.co.uk/?p=573#comment-2249</guid> <description>Yes, absolutely.
I plan to rewrite the code pretty much from the ground up.
When you upload a new file, it&#039;ll MD5 the contents and add that entry to the database, along with details like upload time, dimensions, meta-data if applicable and so on. It will generate a unique short URL for the file at that time (I&#039;ve already got the code for that in place on another site of mine). Then it will split the file into its component frames and display.
The component frames will be deleted 24 hours after the last viewing. The original upload will be deleted 10 days (or so) after the last viewing. This way popular files will be served almost statically - no splitting needs to take place, and intermittently popular files can be re-split on demand.
If you upload a file that&#039;s already been uploaded within the last 10 days, it will just redirect you straight to the existing file.
I think that represents the best way to manage both space and server resources.</description> <content:encoded><![CDATA[<p>Yes, absolutely.</p><p>I plan to rewrite the code pretty much from the ground up.</p><p>When you upload a new file, it&#8217;ll MD5 the contents and add that entry to the database, along with details like upload time, dimensions, meta-data if applicable and so on. It will generate a unique short URL for the file at that time (I&#8217;ve already got the code for that in place on another site of mine). Then it will split the file into its component frames and display.</p><p>The component frames will be deleted 24 hours after the last viewing. The original upload will be deleted 10 days (or so) after the last viewing. This way popular files will be served almost statically &#8211; no splitting needs to take place, and intermittently popular files can be re-split on demand.</p><p>If you upload a file that&#8217;s already been uploaded within the last 10 days, it will just redirect you straight to the existing file.</p><p>I think that represents the best way to manage both space and server resources.</p> ]]></content:encoded> </item> <item><title>By: P</title><link>http://www.puremango.co.uk/2009/08/gifexplode-community-powered-web-development/comment-page-1/#comment-2248</link> <dc:creator>P</dc:creator> <pubDate>Mon, 03 Aug 2009 18:14:52 +0000</pubDate> <guid
isPermaLink="false">http://www.puremango.co.uk/?p=573#comment-2248</guid> <description>if I may make a suggestion as to file space, do some processing on the images, optimize them and whatnot, then find out if the image already exists on the server, trading off using space for cpu usage.</description> <content:encoded><![CDATA[<p>if I may make a suggestion as to file space, do some processing on the images, optimize them and whatnot, then find out if the image already exists on the server, trading off using space for cpu usage.</p> ]]></content:encoded> </item> <item><title>By: user24</title><link>http://www.puremango.co.uk/2009/08/gifexplode-community-powered-web-development/comment-page-1/#comment-2240</link> <dc:creator>user24</dc:creator> <pubDate>Mon, 03 Aug 2009 11:02:37 +0000</pubDate> <guid
isPermaLink="false">http://www.puremango.co.uk/?p=573#comment-2240</guid> <description>&lt;a href=&quot;http://www.reddit.com/r/programming/comments/96vak/gifexplode_followup_wstats/c0bn63c&quot; rel=&quot;nofollow&quot;&gt;yes it was Shay&lt;/a&gt;</description> <content:encoded><![CDATA[<p><a
href="http://www.reddit.com/r/programming/comments/96vak/gifexplode_followup_wstats/c0bn63c" rel="nofollow">yes it was Shay</a></p> ]]></content:encoded> </item> <item><title>By: ahoho</title><link>http://www.puremango.co.uk/2009/08/gifexplode-community-powered-web-development/comment-page-1/#comment-2239</link> <dc:creator>ahoho</dc:creator> <pubDate>Mon, 03 Aug 2009 00:20:52 +0000</pubDate> <guid
isPermaLink="false">http://www.puremango.co.uk/?p=573#comment-2239</guid> <description>is the bouncing boobs shay laren? jesus, i know that girl IRL and see her everywhere online.</description> <content:encoded><![CDATA[<p>is the bouncing boobs shay laren? jesus, i know that girl IRL and see her everywhere online.</p> ]]></content:encoded> </item> </channel> </rss>
