<?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/"
xmlns:series="http://unfoldingneurons.com/"
> <channel><title>Comments on: Simple PHP Caching and Content Retrieval&#160;Function</title> <atom:link href="http://davidwalsh.name/php-cache-function/feed" rel="self" type="application/rss+xml" /><link>http://davidwalsh.name/php-cache-function</link> <description>Legendary scribbles about JavaScript, HTML5, AJAX, PHP, CSS, and ∞.</description> <lastBuildDate>Thu, 09 Feb 2012 09:13:01 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3</generator> <item><title>By: mylife</title><link>http://davidwalsh.name/php-cache-function/comment-page-1#comment-27528</link> <dc:creator>mylife</dc:creator> <pubDate>Wed, 09 Nov 2011 06:18:02 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4270#comment-27528</guid> <description>I am working on a job site wordpress, I want to pull user linkedin profile details with image and appear that on site, when anonymous user submit linkedin public url in the wordpress registration form, their profile header content should fetch on the site.This should work for anonymous user, every time new user put his linked-in profile URL, so this should not use that only for single user.hope you get what I need. please help if somebody have such function in php for wordpress site.waiting..........thanks</description> <content:encoded><![CDATA[<p>I am working on a job site wordpress, I want to pull user linkedin profile details with image and appear that on site, when anonymous user submit linkedin public url in the wordpress registration form, their profile header content should fetch on the site.</p><p>This should work for anonymous user, every time new user put his linked-in profile URL, so this should not use that only for single user.</p><p>hope you get what I need. please help if somebody have such function in php for wordpress site.</p><p>waiting&#8230;&#8230;&#8230;.</p><p>thanks</p> ]]></content:encoded> </item> <item><title>By: Covi</title><link>http://davidwalsh.name/php-cache-function/comment-page-1#comment-18003</link> <dc:creator>Covi</dc:creator> <pubDate>Thu, 03 Jun 2010 19:23:46 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4270#comment-18003</guid> <description>Zend Framework (Zend_Http &amp; Zend_Cache) ^^!And... a few small suggestions:* is_file instead file_exists: No warnings and not @ supress errors operator.
* strtotime(&#039;text&#039;) instead calculate hours: More intuitive.
* register_shutdown_function for caching new content, after
the first petition and the file creation if not exists: No delay, no http errors for dump the file content.I used this at betools.culturadigital.org ;)</description> <content:encoded><![CDATA[<p>Zend Framework (Zend_Http &amp; Zend_Cache) ^^!</p><p>And&#8230; a few small suggestions:</p><p>* is_file instead file_exists: No warnings and not @ supress errors operator.<br
/> * strtotime(&#8216;text&#8217;) instead calculate hours: More intuitive.<br
/> * register_shutdown_function for caching new content, after<br
/> the first petition and the file creation if not exists: No delay, no http errors for dump the file content.</p><p>I used this at betools.culturadigital.org ;)</p> ]]></content:encoded> </item> <item><title>By: Nickolas Simard</title><link>http://davidwalsh.name/php-cache-function/comment-page-1#comment-14445</link> <dc:creator>Nickolas Simard</dc:creator> <pubDate>Fri, 11 Dec 2009 13:23:25 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4270#comment-14445</guid> <description>Nice function.
I&#039;ll be looking to build something similar, but with images created dynamically... Check if image exist and check if image is &quot;recent&quot;... else regenerate the image.I allready did something similar with an XML generator, so users cannot spam the website to generate a new XML every time.Caching is something useful when controlled... but can be a pain when you don&#039;t know stuff is cached (ka-Map comes to mind...)!</description> <content:encoded><![CDATA[<p>Nice function.<br
/> I&#8217;ll be looking to build something similar, but with images created dynamically&#8230; Check if image exist and check if image is &#8220;recent&#8221;&#8230; else regenerate the image.</p><p>I allready did something similar with an XML generator, so users cannot spam the website to generate a new XML every time.</p><p>Caching is something useful when controlled&#8230; but can be a pain when you don&#8217;t know stuff is cached (ka-Map comes to mind&#8230;)!</p> ]]></content:encoded> </item> <item><title>By: Spyros</title><link>http://davidwalsh.name/php-cache-function/comment-page-1#comment-14428</link> <dc:creator>Spyros</dc:creator> <pubDate>Fri, 11 Dec 2009 02:47:52 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4270#comment-14428</guid> <description>I must say that i like this blog very much. I&#039;m pretty interested in mootools because i&#039;m in the process of creating javascript UIs. This tutorial is also very nice. It&#039;s a good habit to cache whatever is possible.</description> <content:encoded><![CDATA[<p>I must say that i like this blog very much. I&#8217;m pretty interested in mootools because i&#8217;m in the process of creating javascript UIs. This tutorial is also very nice. It&#8217;s a good habit to cache whatever is possible.</p> ]]></content:encoded> </item> <item><title>By: redwall_hp</title><link>http://davidwalsh.name/php-cache-function/comment-page-1#comment-14427</link> <dc:creator>redwall_hp</dc:creator> <pubDate>Fri, 11 Dec 2009 00:36:58 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4270#comment-14427</guid> <description>Basic caching like this is really useful when dealing with APIs, but I wish WordPress would add some centralized caching functions. It would make things neater than dumping data into assorted wp_options fields...</description> <content:encoded><![CDATA[<p>Basic caching like this is really useful when dealing with APIs, but I wish WordPress would add some centralized caching functions. It would make things neater than dumping data into assorted wp_options fields&#8230;</p> ]]></content:encoded> </item> <item><title>By: Brandon</title><link>http://davidwalsh.name/php-cache-function/comment-page-1#comment-14426</link> <dc:creator>Brandon</dc:creator> <pubDate>Thu, 10 Dec 2009 23:46:21 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4270#comment-14426</guid> <description>Thank you! I was looking for something like this yesterday. Exactly what I needed.</description> <content:encoded><![CDATA[<p>Thank you! I was looking for something like this yesterday. Exactly what I needed.</p> ]]></content:encoded> </item> <item><title>By: Chris the Developer</title><link>http://davidwalsh.name/php-cache-function/comment-page-1#comment-14425</link> <dc:creator>Chris the Developer</dc:creator> <pubDate>Thu, 10 Dec 2009 23:24:34 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4270#comment-14425</guid> <description>@herve + michael: Simply put, this approach allows the developer to cache without having to set the environment up to use memcache or pear cache lite....</description> <content:encoded><![CDATA[<p>@herve + michael: Simply put, this approach allows the developer to cache without having to set the environment up to use memcache or pear cache lite&#8230;.</p> ]]></content:encoded> </item> <item><title>By: Michael</title><link>http://davidwalsh.name/php-cache-function/comment-page-1#comment-14421</link> <dc:creator>Michael</dc:creator> <pubDate>Thu, 10 Dec 2009 20:21:19 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4270#comment-14421</guid> <description>Hi,
ever thought about memcached? Its a nice daemon, which can store such things in memcache, its very easy to usw and very efficient. Many big sites use it, facebook has about 800 Memcached-Servers.</description> <content:encoded><![CDATA[<p>Hi,<br
/> ever thought about memcached? Its a nice daemon, which can store such things in memcache, its very easy to usw and very efficient. Many big sites use it, facebook has about 800 Memcached-Servers.</p> ]]></content:encoded> </item> <item><title>By: Hervé</title><link>http://davidwalsh.name/php-cache-function/comment-page-1#comment-14420</link> <dc:creator>Hervé</dc:creator> <pubDate>Thu, 10 Dec 2009 19:40:52 +0000</pubDate> <guid
isPermaLink="false">http://davidwalsh.name/?p=4270#comment-14420</guid> <description>Why don&#039;t you simply use something simple like pear cache lite ?</description> <content:encoded><![CDATA[<p>Why don&#8217;t you simply use something simple like pear cache lite ?</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/16 queries in 0.027 seconds using disk: basic
Object Caching 800/801 objects using disk: basic

Served from: davidwalsh.name @ 2012-02-09 04:21:36 -->
