<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>DavidTan.org</title> <link>http://www.davidtan.org</link> <description>Personal Tech . How To . Tips . Web. Development</description> <lastBuildDate>Thu, 05 Jan 2012 18:26:51 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Davidtan" /><feedburner:info uri="davidtan" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>Davidtan</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>Paypal IPN eCommerce Payment Transaction Integration Notes</title><link>http://feedproxy.google.com/~r/Davidtan/~3/8yjykSeTSWM/</link> <comments>http://www.davidtan.org/paypal-ipn-ecommerce-payment-transaction-integration-notes/#comments</comments> <pubDate>Fri, 23 Dec 2011 09:33:05 +0000</pubDate> <dc:creator>David</dc:creator> <category><![CDATA[Software Development]]></category> <category><![CDATA[Web Development]]></category><guid isPermaLink="false">http://www.davidtan.org/?p=7224</guid> <description><![CDATA[1. You need either a business or premier account to use IPN. (sourceforge) 2. Enable Auto Return (in Paypal &#62; Profile &#62; My Seller Tools &#62; Website Preferences &#62; Auto Reply &#62; On) to redirect users back to your site after making a payment. The paypal return parameter overrides the Paypal account/profile auto return url. [...]]]></description> <content:encoded><![CDATA[<p><img
class="alignleft size-thumbnail wp-image-7225" title="paypal logo icon" src="http://www.davidtan.org/wp-content/uploads/2011/12/paypal-logo-icon-150x51.jpg" alt="paypal logo icon" width="150" height="51" />1. You need either a business or premier account to use IPN. (<a
href="http://sourceforge.net/apps/trac/sourceforge/wiki/Donations" rel="external nofollow noindex" target="_blank"><em>sourceforge</em></a>)</p><p>2. Enable Auto Return (in Paypal &gt; Profile &gt; My Seller Tools &gt; Website Preferences &gt; Auto Reply &gt; On) to redirect users back to your site after making a payment.<br
/> <span
id="more-7224"></span></p><blockquote><p><strong>The paypal return parameter overrides the Paypal account/profile auto return url</strong>. If you are running multiple websites on a single magento instance, you can use a single Paypal account with auto return on. Just place whatever return url you want in the Paypal account, it will be overridden by the return parameter (source: <em><a
href="http://www.magentocommerce.com/wiki/3_-_store_setup_and_management/payment/paypal_standard_payments_setup_with_ipn#configure_auto_return_in_paypal" rel="external nofollow noindex" target="_blank">magento wiki</a></em>).</p><p><strong>NOTE</strong>: If you have turned on Auto Return and have chosen to turn on PayPal Account Optional for new users, a new user will not be automatically directed back to your website, but will be given the option to return. (source: <em><a
rel="external nofollow noindex" target="_blank" href="https://cms.paypal.com/au/cgi-bin/?cmd=_render-content&amp;content_ID=developer/e_howto_html_ProfileAndTools">paypal</a></em>)</p></blockquote><p><strong>Paypal return parameter example</strong></p><p>&lt;input type=&#8221;hidden&#8221; name=&#8221;return&#8221; value=&#8221;http://www.davidtan.org&#8221;&gt;</p><h2>Paypal IPN Notification URL</h2><p>Paypal Profile &gt; My Selling Tools &gt; IPN Settings &gt; Fill Notificaition URL and enable receive IPN message</p><blockquote><p><em>Even though you have not enabled receiving IPN messages in your Profile or you have reset your preference by turning off IPN messages, PayPal still sends IPN messages to the notification URL you specify for a specific payment. (source: <a
href="https://cms.paypal.com/au/cgi-bin/?cmd=_render-content&amp;content_ID=developer/e_howto_admin_IPNSetup" rel="external nofollow noindex" target="_blank">paypal</a>)</em></p></blockquote><p><strong>Paypal notification url parameter for a specific payment example</strong><br
/> &lt;input type=&#8221;hidden&#8221; name=&#8221;notify_url&#8221; value=&#8221;www.davidtan.org/ipn.php&#8221;&gt;</p><h2>IPN Variable References</h2><p>These variables are useful for your IPN listener (IPN notification URL script, in my example http://www.davidtan.org/ipn.php) to gather info such as transaction id and test if the transaction is completed etc. These details can be saved into database and used to check if someone has actually made a legit payment. (source: <a
href="https://cms.paypal.com/au/cgi-bin/?cmd=_render-content&amp;content_ID=developer/e_howto_admin_IPNReference" rel="external nofollow noindex" target="_blank">Paypal</a>)</p><h2>IPN Examples from Paypal</h2><p>1. <a
rel="external nofollow noindex" target="_blank" href="https://www.paypaltech.com/SG2/">PaypalTech</a><br
/> 2. <a
rel="external nofollow noindex" target="_blank" href="https://cms.paypal.com/cms_content/US/en_US/files/developer/IPN_PHP_41.txt">Simple PHP example</a></p><p><div><a
href="http://feeds.feedburner.com/DavidTan"><img
src="http://www.davidtan.org/rss_32x32.jpg" style="display:inline; margin-right:10px; vertical-align:middle;" /></a><a
href="http://feeds.feedburner.com/DavidTan">Subscribe to DavidTan's Tech Blog</a> for <em>tech news</em>, <em>tips</em>, <em>tricks</em>, <em>software/web development</em> and <em>making money online</em></div></p><p><a
href="http://www.davidtan.org/paypal-ipn-ecommerce-payment-transaction-integration-notes/">Paypal IPN eCommerce Payment Transaction Integration Notes</a></p><p><strong>Related Articles:</strong><ul><li><a
href="http://www.davidtan.org/funding-forex-account-using-paypal/" rel="bookmark" title="Permanent Link: Funding Forex Account Using Paypal">Funding Forex Account Using Paypal</a></li><li><a
href="http://www.davidtan.org/paypal-introduces-new-storefront-widget/" rel="bookmark" title="Permanent Link: Paypal Introduces New Storefront Widget">Paypal Introduces New Storefront Widget</a></li><li><a
href="http://www.davidtan.org/withdraw-money-from-paypal-to-visa-cards/" rel="bookmark" title="Permanent Link: Withdraw Money from Paypal to Visa Cards">Withdraw Money from Paypal to Visa Cards</a></li><li><a
href="http://www.davidtan.org/clickbank-offers-paypal-for-recurring-billing/" rel="bookmark" title="Permanent Link: ClickBank Offers PayPal for Recurring Billing">ClickBank Offers PayPal for Recurring Billing</a></li><li><a
href="http://www.davidtan.org/fxpro-money-withdrawal-problems/" rel="bookmark" title="Permanent Link: FxPro Money Withdrawal Problems">FxPro Money Withdrawal Problems</a></li><li><a
href="http://www.davidtan.org/amex-card-not-supported-in-paypal-australia/" rel="bookmark" title="Permanent Link: AMEX Card Not Supported In Paypal Australia">AMEX Card Not Supported In Paypal Australia</a></li></ul></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Davidtan?a=8yjykSeTSWM:muOnqWw3oSY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Davidtan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=8yjykSeTSWM:muOnqWw3oSY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=8yjykSeTSWM:muOnqWw3oSY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=8yjykSeTSWM:muOnqWw3oSY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=8yjykSeTSWM:muOnqWw3oSY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=8yjykSeTSWM:muOnqWw3oSY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Davidtan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=8yjykSeTSWM:muOnqWw3oSY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=8yjykSeTSWM:muOnqWw3oSY:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Davidtan/~4/8yjykSeTSWM" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.davidtan.org/paypal-ipn-ecommerce-payment-transaction-integration-notes/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.davidtan.org/paypal-ipn-ecommerce-payment-transaction-integration-notes/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=paypal-ipn-ecommerce-payment-transaction-integration-notes</feedburner:origLink></item> <item><title>RSS To Feedburner To Twitter &amp; Google Reader: Disable W3 Total Cache (W3TC) Feed Caching</title><link>http://feedproxy.google.com/~r/Davidtan/~3/FqTSVm43xXk/</link> <comments>http://www.davidtan.org/rss-to-feedburner-to-twitter-google-reader-disable-w3-total-cache-w3tc-feed-caching/#comments</comments> <pubDate>Tue, 20 Dec 2011 14:31:58 +0000</pubDate> <dc:creator>David</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[Tips, Hacks, Tricks]]></category> <category><![CDATA[Wordpress]]></category><guid isPermaLink="false">http://www.davidtan.org/?p=7216</guid> <description><![CDATA[The setup When a new article is written, wordpress will update the blog RSS and this feed always contains the latest contents of your blog. For this blog, that&#8217;s davidtan.org/feeds. Some people uses feedburner to publish and track where their feeds are viewed, clicked and consumed. Plus, there&#8217;s also a setting in feedburner that will [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.davidtan.org/wp-content/uploads/2011/12/rss-logo-icon-150x150.jpg" alt="rss logo icon" title="rss logo icon" width="150" height="150" class="alignleft size-thumbnail wp-image-7219" /><strong>The setup</strong><br
/> When a new article is written, wordpress will update the blog RSS and this feed always contains the latest contents of your blog. For this blog, that&#8217;s davidtan.org/feeds.</p><p>Some people uses feedburner to publish and track where their feeds are viewed, clicked and consumed. Plus, there&#8217;s also a setting in feedburner that will sync new posts to your twitter account as well (ex. <a
target="_blank" href="http://twitter.com/davidtanth">@davidtanth</a>). You can also subscribe to your blog&#8217;s feed in Google Reader to keep track of your own blogs.<br
/> <span
id="more-7216"></span><br
/> Thus, the conventional setup/workflow would be as such:</p><p>Blog RSS -&gt; Feedburner -&gt; Twitter<br
/> Blog RSS -&gt; Feedburner -&gt; Google Reader</p><p><strong>However&#8230;</strong></p><p>Add in a caching plugin such as <strong>W3 Total Cache</strong> and that flow changes a little.</p><p>Blog RSS -&gt; W3TC -&gt; Feedburner -&gt; Twitter<br
/> Blog RSS -&gt; W3TC -&gt; Feedburner -&gt; Google Reader</p><p>Now, W3TC is a brilliant plugin. But the problem is it caches your feed too. And as a result, feedburner will always be looking at a cached copy of your blog&#8217;s feed even if you have posted something new at your blog.</p><p><strong>The solution</strong></p><p>To disable the feed cache in W3 Total Cache, you can use the following steps:<br
/> 1. Login to WordPress Dashboard. Click the &#8220;<strong>Performance</strong>&#8221; option on the left in the WordPress bar.</p><p>2. From the W3 Total Cache options page, click the &#8220;<strong>Page Cache</strong>&#8221; link.</p><p>3. In the &#8220;<strong>General</strong>&#8220; section, <strong>uncheck</strong> the &#8220;<strong>Cache feeds: site, categories, tags, comments&#8221;</strong> checkbox.</p><p>4. Click the &#8220;<strong>Save all settings</strong>&#8221; button.</p><p><strong>How To Test That It Works</strong></p><p>1. Write a new post and publish it. Go to your feedburner link (ex. feeds.feedburner.com/davidtan) and find your latest post.</p><p>2. Add your feedburner feed in Google Reader, you should find the latest posts in the reading list.</p><p>3. If you&#8217;ve added twitter in feedburner and tell it to sync latest posts to your twitter account, you should see a new tweet in your timeline.</p><p><strong>Ending</strong><br
/> Guess why I&#8217;m writing this post? To share and to test what I preached above works.</p><p><strong>Update</strong><br
/> Perfect, it works!</p><p><div><a
href="http://feeds.feedburner.com/DavidTan"><img
src="http://www.davidtan.org/rss_32x32.jpg" style="display:inline; margin-right:10px; vertical-align:middle;" /></a><a
href="http://feeds.feedburner.com/DavidTan">Subscribe to DavidTan's Tech Blog</a> for <em>tech news</em>, <em>tips</em>, <em>tricks</em>, <em>software/web development</em> and <em>making money online</em></div></p><p><a
href="http://www.davidtan.org/rss-to-feedburner-to-twitter-google-reader-disable-w3-total-cache-w3tc-feed-caching/">RSS To Feedburner To Twitter &#038; Google Reader: Disable W3 Total Cache (W3TC) Feed Caching</a></p><p><strong>Related Articles:</strong><ul><li><a
href="http://www.davidtan.org/mobile-friendly-blog-feed-in-google-reader/" rel="bookmark" title="Permanent Link: Mobile Friendly Blog Feed in Google Reader">Mobile Friendly Blog Feed in Google Reader</a></li><li><a
href="http://www.davidtan.org/turn-off-disable-caching-developing-cakephp/" rel="bookmark" title="Permanent Link: Turn Off Caching While Developing in CakePHP">Turn Off Caching While Developing in CakePHP</a></li><li><a
href="http://www.davidtan.org/how-to-add-adsense-into-blogger-feeds/" rel="bookmark" title="Permanent Link: How To Add Adsense Into Blogger Feeds">How To Add Adsense Into Blogger Feeds</a></li><li><a
href="http://www.davidtan.org/cakephp-warning-512-cache-not-configured-properly-solution/" rel="bookmark" title="Permanent Link: CakePHP Warning 512 Cache Not Configured Properly Solution">CakePHP Warning 512 Cache Not Configured Properly Solution</a></li><li><a
href="http://www.davidtan.org/how-to-feed-your-blog-to-twitter/" rel="bookmark" title="Permanent Link: How To Feed Your Blog To Twitter">How To Feed Your Blog To Twitter</a></li><li><a
href="http://www.davidtan.org/htaccess-redirect-rule-not-redirecting-troubleshooting/" rel="bookmark" title="Permanent Link: htaccess Redirect Rule Not Redirecting Troubleshooting">htaccess Redirect Rule Not Redirecting Troubleshooting</a></li></ul></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Davidtan?a=FqTSVm43xXk:JDny4dzY7gs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Davidtan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=FqTSVm43xXk:JDny4dzY7gs:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=FqTSVm43xXk:JDny4dzY7gs:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=FqTSVm43xXk:JDny4dzY7gs:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=FqTSVm43xXk:JDny4dzY7gs:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=FqTSVm43xXk:JDny4dzY7gs:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Davidtan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=FqTSVm43xXk:JDny4dzY7gs:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=FqTSVm43xXk:JDny4dzY7gs:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Davidtan/~4/FqTSVm43xXk" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.davidtan.org/rss-to-feedburner-to-twitter-google-reader-disable-w3-total-cache-w3tc-feed-caching/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.davidtan.org/rss-to-feedburner-to-twitter-google-reader-disable-w3-total-cache-w3tc-feed-caching/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=rss-to-feedburner-to-twitter-google-reader-disable-w3-total-cache-w3tc-feed-caching</feedburner:origLink></item> <item><title>Clear All Google Chrome Cache &amp; Browsing History</title><link>http://feedproxy.google.com/~r/Davidtan/~3/NocU4ULPRS0/</link> <comments>http://www.davidtan.org/clear-all-google-chrome-cache-browsing-history/#comments</comments> <pubDate>Tue, 20 Dec 2011 10:19:09 +0000</pubDate> <dc:creator>David</dc:creator> <category><![CDATA[Tips, Hacks, Tricks]]></category><guid isPermaLink="false">http://www.davidtan.org/?p=7213</guid> <description><![CDATA[Here&#8217;s how you can clear Google Chrome&#8217;s browser cache and all the history of which websites/pages that you&#8217;ve previously visited. Long story short, use the keyboard shortcut key CTRL+SHIFT+DEL to get the following: The instruction are really straightforward. Check the settings which applies to you and press clear browsing data. Done! Subscribe to DavidTan's Tech [...]]]></description> <content:encoded><![CDATA[<p><img
class="aligncenter size-full wp-image-6877" title="google chrome logo" src="http://www.davidtan.org/wp-content/uploads/2010/06/google-chrome-logo.png" alt="google chrome logo" width="120" height="120" />Here&#8217;s how you can clear Google Chrome&#8217;s browser cache and all the history of which websites/pages that you&#8217;ve previously visited. Long story short, use the keyboard shortcut key <strong>CTRL+SHIFT+DEL</strong> to get the following:</p><p><img
class="aligncenter size-full wp-image-7214" title="clear chrome browsing cache history" src="http://www.davidtan.org/wp-content/uploads/2011/12/clear-chrome-browsing-cache-history.jpg" alt="clear chrome browsing cache history" width="500" height="264" /></p><p>The instruction are really straightforward. Check the settings which applies to you and press <strong>clear browsing data</strong>.</p><p>Done!</p><p><div><a
href="http://feeds.feedburner.com/DavidTan"><img
src="http://www.davidtan.org/rss_32x32.jpg" style="display:inline; margin-right:10px; vertical-align:middle;" /></a><a
href="http://feeds.feedburner.com/DavidTan">Subscribe to DavidTan's Tech Blog</a> for <em>tech news</em>, <em>tips</em>, <em>tricks</em>, <em>software/web development</em> and <em>making money online</em></div></p><p><a
href="http://www.davidtan.org/clear-all-google-chrome-cache-browsing-history/">Clear All Google Chrome Cache &#038; Browsing History</a></p><p><strong>Related Articles:</strong><ul><li><a
href="http://www.davidtan.org/how-to-clear-google-chrome-most-visited-website-history/" rel="bookmark" title="Permanent Link: How To Clear Google Chrome Most Visited Website History">How To Clear Google Chrome Most Visited Website History</a></li><li><a
href="http://www.davidtan.org/htaccess-redirect-rule-not-redirecting-troubleshooting/" rel="bookmark" title="Permanent Link: htaccess Redirect Rule Not Redirecting Troubleshooting">htaccess Redirect Rule Not Redirecting Troubleshooting</a></li><li><a
href="http://www.davidtan.org/how-to-reopen-closed-tab-in-google-chrome/" rel="bookmark" title="Permanent Link: How To Reopen Closed Tab in Google Chrome">How To Reopen Closed Tab in Google Chrome</a></li><li><a
href="http://www.davidtan.org/how-to-run-google-chrome-on-64-bit-windows-7/" rel="bookmark" title="Permanent Link: How To Run Google Chrome On 64-Bit Windows 7">How To Run Google Chrome On 64-Bit Windows 7</a></li><li><a
href="http://www.davidtan.org/download-google-chrome-for-mac-osx-linux/" rel="bookmark" title="Permanent Link: Download Google Chrome for Mac OSX &#038; Linux">Download Google Chrome for Mac OSX &#038; Linux</a></li><li><a
href="http://www.davidtan.org/download-new-google-chrome-3/" rel="bookmark" title="Permanent Link: Download New Google Chrome 3">Download New Google Chrome 3</a></li></ul></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Davidtan?a=NocU4ULPRS0:cwog7LVnm_c:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Davidtan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=NocU4ULPRS0:cwog7LVnm_c:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=NocU4ULPRS0:cwog7LVnm_c:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=NocU4ULPRS0:cwog7LVnm_c:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=NocU4ULPRS0:cwog7LVnm_c:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=NocU4ULPRS0:cwog7LVnm_c:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Davidtan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=NocU4ULPRS0:cwog7LVnm_c:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=NocU4ULPRS0:cwog7LVnm_c:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Davidtan/~4/NocU4ULPRS0" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.davidtan.org/clear-all-google-chrome-cache-browsing-history/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.davidtan.org/clear-all-google-chrome-cache-browsing-history/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=clear-all-google-chrome-cache-browsing-history</feedburner:origLink></item> <item><title>Best Apple iPad Accessories</title><link>http://feedproxy.google.com/~r/Davidtan/~3/RvX2BcpUxs4/</link> <comments>http://www.davidtan.org/best-apple-ipad-accessories/#comments</comments> <pubDate>Sun, 11 Dec 2011 00:54:32 +0000</pubDate> <dc:creator>David</dc:creator> <category><![CDATA[Hardware & Gadgets]]></category><guid isPermaLink="false">http://www.davidtan.org/?p=7198</guid> <description><![CDATA[I have an iPad and i love it. Here I present you with a list of some of the most useful iPad accessories that I&#8217;ve found. iPad Case + Keyboard Turn your iPad into a laptop with a Kensington Keyboard Case (iPad 2 &#124; iPad 1), a protector for your tablet that also works as [...]]]></description> <content:encoded><![CDATA[<p>I have an iPad and i love it. Here I present you with a list of some of the most useful iPad accessories that I&#8217;ve found.<br
/> <span
id="more-7198"></span></p><h2>iPad Case + Keyboard</h2><p><img
src="http://www.davidtan.org/wp-content/uploads/2011/12/kensington-apple-ipad-case-keyboard.jpg" alt="kensington apple ipad case keyboard" title="kensington apple ipad case keyboard" width="300" height="300" class="aligncenter size-full wp-image-7200" /><br
/> Turn your iPad into a laptop with a Kensington Keyboard Case (<a
href="http://www.amazon.com/gp/product/B0054L7FVW/?tag=dtan-20" target="_blank">iPad 2</a> | <a
href="http://www.amazon.com/dp/B004SHC16W/?tag=dtan-20" target="_blank">iPad 1</a>), a protector for your tablet that also works as a wireless keyboard and stand.</p><h2>Backup Battery</h2><p><img
src="http://www.davidtan.org/wp-content/uploads/2011/12/sanyo-ipad-battery-charger.jpg" alt="sanyo ipad battery charger" title="sanyo ipad battery charger" width="300" height="300" class="aligncenter size-full wp-image-7199" /><br
/> You don&#8217;t want your iPad to run out of power when you&#8217;re enjoying your movies, writing a document or doing a presentation with your iPad. The tiny <a
rel="external nofollow noindex" href="http://www.amazon.com/gp/product/B004UG41Y6/?tag=dtan-20" target="_blank">Sanyo eneloop Mobile Booster KBC-L2</a> gives you more than four hours&#8217; worth of backup which you can use to power the iPad and a range of other portable devices.</p><h2>Mobile Wireless Storage</h2><p><img
src="http://www.davidtan.org/wp-content/uploads/2011/12/goflex-satellite-mobile-wireless-storage.jpg" alt="seagate goflex satellite mobile wireless storage" title="seagate goflex satellite mobile wireless storage" width="295" height="180" class="aligncenter size-full wp-image-7201" /><br
/> The <a
rel="external nofollow noindex" href="http://www.amazon.com/gp/product/B004Z0S7K6/?tag=dtan-20" target="_blank">Seagate GoFlex Satellite portable hard drive</a> holds 500 gigabytes of business and personal files and runs for five hours on an internal battery. Built-in Wi-Fi lets you stream files wirelessly to as many as three iPads.</p><h2>VGA Adapter</h2><p><img
src="http://www.davidtan.org/wp-content/uploads/2011/12/apple-vga-adapter.jpg" alt="apple vga adapter" title="apple vga adapter" width="300" height="300" class="aligncenter size-full wp-image-7202" /><br
/> The <a
rel="external nofollow noindex" href="http://www.amazon.com/gp/product/B001IF252M/?tag=dtan-20" target="_blank">Apple VGA Adapter</a> makes it possible to display everything you can see on your iPad screen on a projector, monitor or flat-panel TV.</p><p><div><a
href="http://feeds.feedburner.com/DavidTan"><img
src="http://www.davidtan.org/rss_32x32.jpg" style="display:inline; margin-right:10px; vertical-align:middle;" /></a><a
href="http://feeds.feedburner.com/DavidTan">Subscribe to DavidTan's Tech Blog</a> for <em>tech news</em>, <em>tips</em>, <em>tricks</em>, <em>software/web development</em> and <em>making money online</em></div></p><p><a
href="http://www.davidtan.org/best-apple-ipad-accessories/">Best Apple iPad Accessories</a></p><p><strong>Related Articles:</strong><ul><li><a
href="http://www.davidtan.org/apple-ios-5-0-1-direct-download-link-for-iphone-4s-iphone-4-3gs-ipad-2-1-ipod-touch/" rel="bookmark" title="Permanent Link: Apple IOS 5.0.1 Direct Download Link for iPhone 4S, iPhone 4, 3GS, iPad 2, 1, iPod touch">Apple IOS 5.0.1 Direct Download Link for iPhone 4S, iPhone 4, 3GS, iPad 2, 1, iPod touch</a></li><li><a
href="http://www.davidtan.org/reasons-why-ipod-iphone-ipad-dont-support-flash/" rel="bookmark" title="Permanent Link: Reasons Why iPod, iPhone &#038; iPad Don&#8217;t Support Flash">Reasons Why iPod, iPhone &#038; iPad Don&#8217;t Support Flash</a></li><li><a
href="http://www.davidtan.org/apple-macbook-touch-tablet/" rel="bookmark" title="Permanent Link: Apple Macbook Touch Tablet">Apple Macbook Touch Tablet</a></li><li><a
href="http://www.davidtan.org/whats-so-hot-about-apple-tablet-will-you-get-one/" rel="bookmark" title="Permanent Link: What&#8217;s SO Hot About Apple Tablet? Will You Get One?">What&#8217;s SO Hot About Apple Tablet? Will You Get One?</a></li><li><a
href="http://www.davidtan.org/download-mac-osx-1054-software-update/" rel="bookmark" title="Permanent Link: Download Mac OSX 10.5.4 Software Update">Download Mac OSX 10.5.4 Software Update</a></li><li><a
href="http://www.davidtan.org/apple-ios-4-release-update-features-details/" rel="bookmark" title="Permanent Link: Apple iOS 4.0 Release Update + Features Details">Apple iOS 4.0 Release Update + Features Details</a></li></ul></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Davidtan?a=RvX2BcpUxs4:n_W2HQBllxk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Davidtan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=RvX2BcpUxs4:n_W2HQBllxk:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=RvX2BcpUxs4:n_W2HQBllxk:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=RvX2BcpUxs4:n_W2HQBllxk:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=RvX2BcpUxs4:n_W2HQBllxk:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=RvX2BcpUxs4:n_W2HQBllxk:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Davidtan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=RvX2BcpUxs4:n_W2HQBllxk:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=RvX2BcpUxs4:n_W2HQBllxk:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Davidtan/~4/RvX2BcpUxs4" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.davidtan.org/best-apple-ipad-accessories/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.davidtan.org/best-apple-ipad-accessories/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=best-apple-ipad-accessories</feedburner:origLink></item> <item><title>How Not To Write A SEO Proposal</title><link>http://feedproxy.google.com/~r/Davidtan/~3/eSCMnWExa2U/</link> <comments>http://www.davidtan.org/how-not-to-write-a-seo-proposal/#comments</comments> <pubDate>Fri, 09 Dec 2011 16:00:08 +0000</pubDate> <dc:creator>David</dc:creator> <category><![CDATA[Search Engine Optimization]]></category><guid isPermaLink="false">http://www.davidtan.org/?p=7196</guid> <description><![CDATA[I&#8217;m getting lots of spam mails and spam comments lately selling me SEO services promising that I&#8217;ll rank at page 1 for my keywords, get more traffic and make more money. Although it&#8217;s true that ranking on page 1 in google will get more traffic to my sites, I didn&#8217;t like the way I was [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.davidtan.org/wp-content/uploads/2009/09/seo-sem-website-traffic.gif" alt="seo sem website traffic" title="seo sem website traffic" width="263" height="198" class="aligncenter size-full wp-image-6892" />I&#8217;m getting lots of spam mails and spam comments lately selling me SEO services promising that I&#8217;ll rank at page 1 for my keywords, get more traffic and make more money. Although it&#8217;s true that ranking on page 1 in google will get more traffic to my sites, I didn&#8217;t like the way I was approached by these SEO marketers. Where did they get my email? Am I interested in the first place? Why should I trust them? Do they even know what I do and write about in this blog?</p><p>Here are just some examples of so called SEO proposals that I&#8217;ve been getting in my inbox and comments. Try to learn from them and see why they didn&#8217;t work on a target like myself.<br
/> <span
id="more-7196"></span></p><blockquote><p>Business Owner – davidtan.org</p><p>Were you aware that you are missing out on major online business opportunities because you don’t have a significant presence? According to a recent survey 90% of online business opportunities are created via Google and other major search engines such as Yahoo &#038; Bing.</p><p>You will be curious to know that we have identified some major issues with your website, due to which you may be missing out on this business opportunity.</p><p>The following are some of the issues:</p><p>1) Your Page Rank is 2, which can be improved</p><p>2) Your Google Back links are 5, which can be improved</p><p>3) Your most important traffic driving keywords are not in top 100</p><p>We have also identified some of the positives about your website, they are:</p><p>1) Relevant content</p><p>2) Universally accepted color combination</p><p>3) Your product/Service has huge online business potential</p><p>The above are the result of our initial findings and if you are interested in using of SEO experts advice, we can give you a very detailed SEO report of your website (absolutely FREE). Also, let us know the best time to get in touch with you so that we can talk about how we (you and me) working together will have mutual benefits.</p><p>We also guarantee that in the first month of our working together you will see positive trends in conversions, so you can just reply to this email showing your consent of working with us and you would have already taken the first step to get more conversions!!</p><p>Regards,</p><p>Sales Team</p><p>Note:</p><p>• You can also reply with “REMOVE” in the subject line so that we will permanently delete you from our database.</p><p>• This is not a bulk email campaign, we are sending to this email only to selected websites who are part of our online experiment.</p><p>• We found your website from online advertisements but did not click the Ad to visit.</p></blockquote><p>I&#8217;m sure there are more in my spam filters and wordpress akismet blocked spam so I will add more when I get the chance to do so.</p><p><div><a
href="http://feeds.feedburner.com/DavidTan"><img
src="http://www.davidtan.org/rss_32x32.jpg" style="display:inline; margin-right:10px; vertical-align:middle;" /></a><a
href="http://feeds.feedburner.com/DavidTan">Subscribe to DavidTan's Tech Blog</a> for <em>tech news</em>, <em>tips</em>, <em>tricks</em>, <em>software/web development</em> and <em>making money online</em></div></p><p><a
href="http://www.davidtan.org/how-not-to-write-a-seo-proposal/">How Not To Write A SEO Proposal</a></p><p><strong>Related Articles:</strong><ul><li><a
href="http://www.davidtan.org/seo-cheat-sheet-for-web-developers/" rel="bookmark" title="Permanent Link: SEO Cheat Sheet for Web Developers">SEO Cheat Sheet for Web Developers</a></li><li><a
href="http://www.davidtan.org/6-tips-to-get-more-traffic-to-your-website/" rel="bookmark" title="Permanent Link: 6 Tips To Get More Traffic To Your Website">6 Tips To Get More Traffic To Your Website</a></li><li><a
href="http://www.davidtan.org/wordpress-seo-with-headspace-2-or-all-in-one-seo-pack/" rel="bookmark" title="Permanent Link: WordPress SEO with Headspace 2 or All In One SEO Pack?">WordPress SEO with Headspace 2 or All In One SEO Pack?</a></li><li><a
href="http://www.davidtan.org/microsoft-acquiring-yahoo-for-446-billion/" rel="bookmark" title="Permanent Link: Microsoft Acquiring Yahoo for $44.6 Billion">Microsoft Acquiring Yahoo for $44.6 Billion</a></li><li><a
href="http://www.davidtan.org/seo-through-pdf-optimization/" rel="bookmark" title="Permanent Link: SEO Through PDF Optimization">SEO Through PDF Optimization</a></li><li><a
href="http://www.davidtan.org/what-are-canonical-urls/" rel="bookmark" title="Permanent Link: What Are Canonical URLs?">What Are Canonical URLs?</a></li></ul></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Davidtan?a=eSCMnWExa2U:Us_okZHw_YY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Davidtan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=eSCMnWExa2U:Us_okZHw_YY:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=eSCMnWExa2U:Us_okZHw_YY:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=eSCMnWExa2U:Us_okZHw_YY:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=eSCMnWExa2U:Us_okZHw_YY:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=eSCMnWExa2U:Us_okZHw_YY:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Davidtan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=eSCMnWExa2U:Us_okZHw_YY:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=eSCMnWExa2U:Us_okZHw_YY:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Davidtan/~4/eSCMnWExa2U" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.davidtan.org/how-not-to-write-a-seo-proposal/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.davidtan.org/how-not-to-write-a-seo-proposal/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-not-to-write-a-seo-proposal</feedburner:origLink></item> <item><title>Magento Encryption Key Location</title><link>http://feedproxy.google.com/~r/Davidtan/~3/4_diPxqgYfQ/</link> <comments>http://www.davidtan.org/magento-encryption-key-location/#comments</comments> <pubDate>Wed, 23 Nov 2011 14:12:52 +0000</pubDate> <dc:creator>David</dc:creator> <category><![CDATA[Web Development]]></category><guid isPermaLink="false">http://www.davidtan.org/?p=7178</guid> <description><![CDATA[You are given an encryption key after Magento is installed successfully. This key is just a text string and stored in a xml file called local.xml in your magento installation folder. /app/etc/local.xml Subscribe to DavidTan's Tech Blog for tech news, tips, tricks, software/web development and making money online Magento Encryption Key Location Related Articles:Differences Between [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.davidtan.org/wp-content/uploads/2011/11/magento-logo.png" alt="magento logo" title="magento logo" width="318" height="100" class="aligncenter size-full wp-image-7179" />You are given an encryption key after Magento is installed successfully. This key is just a text string and stored in a xml file called local.xml in your magento installation folder.<br
/> <span
id="more-7178"></span></p><blockquote
class='aligncenter'><p><strong>/app/etc/local.xml</strong></p></blockquote><pre class="brush: xml; title: ; notranslate">
&lt;crypt&gt;
  &lt;key&gt;
    &lt;![CDATA[f463047ccd3e3bbf9bb43575ac950df2]]&gt;
  &lt;/key&gt;
&lt;/crypt&gt;
</pre><p><div><a
href="http://feeds.feedburner.com/DavidTan"><img
src="http://www.davidtan.org/rss_32x32.jpg" style="display:inline; margin-right:10px; vertical-align:middle;" /></a><a
href="http://feeds.feedburner.com/DavidTan">Subscribe to DavidTan's Tech Blog</a> for <em>tech news</em>, <em>tips</em>, <em>tricks</em>, <em>software/web development</em> and <em>making money online</em></div></p><p><a
href="http://www.davidtan.org/magento-encryption-key-location/">Magento Encryption Key Location</a></p><p><strong>Related Articles:</strong><ul><li><a
href="http://www.davidtan.org/differences-between-encryption-vs-encoding-vs-hashing/" rel="bookmark" title="Permanent Link: Differences Between Encryption vs Encoding vs Hashing">Differences Between Encryption vs Encoding vs Hashing</a></li><li><a
href="http://www.davidtan.org/ubuntu-show-desktop-keyboard-shortcut-key/" rel="bookmark" title="Permanent Link: Ubuntu Show Desktop Keyboard Shortcut Key">Ubuntu Show Desktop Keyboard Shortcut Key</a></li><li><a
href="http://www.davidtan.org/how-to-secure-your-wireless-internet-connection/" rel="bookmark" title="Permanent Link: How To Secure Your Wireless Internet Connection">How To Secure Your Wireless Internet Connection</a></li><li><a
href="http://www.davidtan.org/all-windows-7-shortcut-keys-you-should-know/" rel="bookmark" title="Permanent Link: All Windows 7 Shortcut Keys You Should Know">All Windows 7 Shortcut Keys You Should Know</a></li><li><a
href="http://www.davidtan.org/mysql-unique-key-index-max-key-length-limitation/" rel="bookmark" title="Permanent Link: MySQL Unique Key Index, Max Key Length Limitation">MySQL Unique Key Index, Max Key Length Limitation</a></li><li><a
href="http://www.davidtan.org/windows-xp-vista-and-office-product-key-finder/" rel="bookmark" title="Permanent Link: Windows XP, Vista and Office Product Key Finder">Windows XP, Vista and Office Product Key Finder</a></li></ul></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Davidtan?a=4_diPxqgYfQ:oEhjY1FMCOU:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Davidtan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=4_diPxqgYfQ:oEhjY1FMCOU:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=4_diPxqgYfQ:oEhjY1FMCOU:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=4_diPxqgYfQ:oEhjY1FMCOU:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=4_diPxqgYfQ:oEhjY1FMCOU:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=4_diPxqgYfQ:oEhjY1FMCOU:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Davidtan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=4_diPxqgYfQ:oEhjY1FMCOU:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=4_diPxqgYfQ:oEhjY1FMCOU:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Davidtan/~4/4_diPxqgYfQ" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.davidtan.org/magento-encryption-key-location/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.davidtan.org/magento-encryption-key-location/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=magento-encryption-key-location</feedburner:origLink></item> <item><title>Perl MP3::Tag Module Software Error Writing of ID3v2.4 is not fully supported (prohibited now via `write_v24′) Solution</title><link>http://feedproxy.google.com/~r/Davidtan/~3/BLppHkxBxVA/</link> <comments>http://www.davidtan.org/perl-mp3tag-module-software-error-writing-of-id3v2-4-is-not-fully-supported-prohibited-now-via-write_v24-solution/#comments</comments> <pubDate>Mon, 14 Nov 2011 06:33:11 +0000</pubDate> <dc:creator>David</dc:creator> <category><![CDATA[Software Development]]></category> <category><![CDATA[Web Development]]></category><guid isPermaLink="false">http://www.davidtan.org/?p=7173</guid> <description><![CDATA[While working on a project to read and write mp3 id3 tags using Perl&#8217;s MP3 Tag module, I found out that I was getting this error: Software error: Writing of ID3v2.4 is not fully supported (prohibited now via `write_v24&#8242;). For help, please send mail to the webmaster, giving this error message and the time and [...]]]></description> <content:encoded><![CDATA[<p>While working on a project to read and write mp3 id3 tags using Perl&#8217;s MP3 Tag module, I found out that I was getting this error:</p><blockquote><p>Software error:<br
/> Writing of ID3v2.4 is not fully supported (prohibited now via `write_v24&#8242;).<br
/> For help, please send mail to the webmaster, giving this error message and the time and date of the error.</p></blockquote><p><span
id="more-7173"></span><br
/> <strong>The Solution</strong><br
/> After reading the Perl MP3 Tag documentation <a
target="_blank" href="http://perldoc.net/MP3/Tag.pm">here</a>, I figured out that MP3s tagged with ID3v2.3 and earlier worked fine with the Perl MP3 Tag module by default.</p><p>But to get it to work with MP3s tagged with ID3v2.4, you&#8217;ll need to add the following line in your Perl script.</p><blockquote><p>MP3::Tag->config(write_v24 => 1);</p></blockquote><p>Leave a comment below if this helped.</p><p><div><a
href="http://feeds.feedburner.com/DavidTan"><img
src="http://www.davidtan.org/rss_32x32.jpg" style="display:inline; margin-right:10px; vertical-align:middle;" /></a><a
href="http://feeds.feedburner.com/DavidTan">Subscribe to DavidTan's Tech Blog</a> for <em>tech news</em>, <em>tips</em>, <em>tricks</em>, <em>software/web development</em> and <em>making money online</em></div></p><p><a
href="http://www.davidtan.org/perl-mp3tag-module-software-error-writing-of-id3v2-4-is-not-fully-supported-prohibited-now-via-write_v24-solution/">Perl MP3::Tag Module Software Error Writing of ID3v2.4 is not fully supported (prohibited now via `write_v24&#8242;) Solution</a></p><p><strong>Related Articles:</strong><ul><li><a
href="http://www.davidtan.org/oracle-update-installation-error-java-exe-process-problem-and-solution/" rel="bookmark" title="Permanent Link: Oracle Update Installation Error: Java.exe Process Problem and Solution">Oracle Update Installation Error: Java.exe Process Problem and Solution</a></li><li><a
href="http://www.davidtan.org/visual-studio-net-development-what-is-a-module/" rel="bookmark" title="Permanent Link: Visual Studio .NET Development: What Is A Module?">Visual Studio .NET Development: What Is A Module?</a></li><li><a
href="http://www.davidtan.org/symfony-first-php-framework-supported-on-netbeans-php/" rel="bookmark" title="Permanent Link: Symfony First PHP Framework Supported on Netbeans PHP">Symfony First PHP Framework Supported on Netbeans PHP</a></li><li><a
href="http://www.davidtan.org/mysql-error-cant-specify-target-table-for-update-in-from-clause-solution/" rel="bookmark" title="Permanent Link: MySQL Error &#8220;Can&#8217;t specify target table for update in FROM clause&#8221; Solution">MySQL Error &#8220;Can&#8217;t specify target table for update in FROM clause&#8221; Solution</a></li><li><a
href="http://www.davidtan.org/ubuntu-apt-get-update-problem-solution/" rel="bookmark" title="Permanent Link: Ubuntu Apt Get Update Problem + Solution">Ubuntu Apt Get Update Problem + Solution</a></li><li><a
href="http://www.davidtan.org/an-error-occurred-while-processing-this-directive/" rel="bookmark" title="Permanent Link: An Error Occurred While Processing This Directive">An Error Occurred While Processing This Directive</a></li></ul></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Davidtan?a=BLppHkxBxVA:VYAcyE_k4Lc:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Davidtan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=BLppHkxBxVA:VYAcyE_k4Lc:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=BLppHkxBxVA:VYAcyE_k4Lc:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=BLppHkxBxVA:VYAcyE_k4Lc:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=BLppHkxBxVA:VYAcyE_k4Lc:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=BLppHkxBxVA:VYAcyE_k4Lc:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Davidtan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=BLppHkxBxVA:VYAcyE_k4Lc:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=BLppHkxBxVA:VYAcyE_k4Lc:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Davidtan/~4/BLppHkxBxVA" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.davidtan.org/perl-mp3tag-module-software-error-writing-of-id3v2-4-is-not-fully-supported-prohibited-now-via-write_v24-solution/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.davidtan.org/perl-mp3tag-module-software-error-writing-of-id3v2-4-is-not-fully-supported-prohibited-now-via-write_v24-solution/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=perl-mp3tag-module-software-error-writing-of-id3v2-4-is-not-fully-supported-prohibited-now-via-write_v24-solution</feedburner:origLink></item> <item><title>Getting Netbeans 7.0.1 To Work With SVN 1.7 Solution</title><link>http://feedproxy.google.com/~r/Davidtan/~3/25tepf6hjmQ/</link> <comments>http://www.davidtan.org/getting-netbeans-7-0-1-to-work-with-svn-1-7-solution/#comments</comments> <pubDate>Sat, 12 Nov 2011 09:51:30 +0000</pubDate> <dc:creator>David</dc:creator> <category><![CDATA[Software Development]]></category> <category><![CDATA[Web Development]]></category><guid isPermaLink="false">http://www.davidtan.org/?p=7171</guid> <description><![CDATA[Upgraded to TortoiseSVN 1.7 and found out that Netbeans 7.0.1 doesn&#8217;t recognize some of the checked-out source code using TortoiseSVN 1.6. Here&#8217;s how you can get Netbeans to work with SVN 1.7. The error message I was getting in netbeans: &#8220;We strongly recommend to either install a newer Subversion client or downgrade your working copy. [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.davidtan.org/wp-content/uploads/2009/12/netbeans-ide-logo-icon.png" alt="netbeans ide logo icon" title="netbeans ide logo icon" width="300" height="165" class="aligncenter size-full wp-image-6882" />Upgraded to TortoiseSVN 1.7 and found out that Netbeans 7.0.1 doesn&#8217;t recognize some of the checked-out source code using TortoiseSVN 1.6. Here&#8217;s how you can get Netbeans to work with SVN 1.7.<br
/> <span
id="more-7171"></span><br
/> <img
src="http://www.davidtan.org/wp-content/uploads/2011/11/tortoisesvn-logo.png" alt="tortoisesvn logo" title="tortoisesvn logo" width="468" height="64" class="aligncenter size-full wp-image-7172" /></p><p>The error message I was getting in netbeans:</p><blockquote><p>&#8220;We strongly recommend to either install a newer Subversion client or downgrade your working copy. Any local changes might corrupt your working copy and some file operations as copying, renaming and deleting will not work correctly.&#8221;</p></blockquote><p>The solutions revolve around using the command line switch:</p><blockquote><p>-J-DsvnClientAdapterFactory=commandline</p></blockquote><p><strong>Solution 1:</strong><br
/> Create or edit your netbeans execution path:</p><blockquote><p>&#8220;C:\Program Files\NetBeans 7.0.1\bin\netbeans.exe&#8221; -J-DsvnClientAdapterFactory=commandline</p></blockquote><p><strong>Solution 2:</strong><br
/> I prefer this solution since it&#8217;s more &#8220;universal&#8221;.</p><blockquote><p>Add &#8220;-J-DsvnClientAdapterFactory=commandline&#8221; to &#8220;netbeans_default_options&#8221; in etc/netbeans.conf</p></blockquote><p>Let&#8217;s hope the upcoming Netbeans 7.1 will support SVN 1.7 by default.</p><p><div><a
href="http://feeds.feedburner.com/DavidTan"><img
src="http://www.davidtan.org/rss_32x32.jpg" style="display:inline; margin-right:10px; vertical-align:middle;" /></a><a
href="http://feeds.feedburner.com/DavidTan">Subscribe to DavidTan's Tech Blog</a> for <em>tech news</em>, <em>tips</em>, <em>tricks</em>, <em>software/web development</em> and <em>making money online</em></div></p><p><a
href="http://www.davidtan.org/getting-netbeans-7-0-1-to-work-with-svn-1-7-solution/">Getting Netbeans 7.0.1 To Work With SVN 1.7 Solution</a></p><p><strong>Related Articles:</strong><ul><li><a
href="http://www.davidtan.org/free-subversion-version-control-system-documentation/" rel="bookmark" title="Permanent Link: Free Subversion Version Control System Documentation">Free Subversion Version Control System Documentation</a></li><li><a
href="http://www.davidtan.org/symfony-first-php-framework-supported-on-netbeans-php/" rel="bookmark" title="Permanent Link: Symfony First PHP Framework Supported on Netbeans PHP">Symfony First PHP Framework Supported on Netbeans PHP</a></li><li><a
href="http://www.davidtan.org/how-to-enable-word-wrap-in-netbeans-eclipse/" rel="bookmark" title="Permanent Link: How To Enable Word Wrap In Netbeans &#038; Eclipse">How To Enable Word Wrap In Netbeans &#038; Eclipse</a></li><li><a
href="http://www.davidtan.org/netbeans-includes-zend-framework-support/" rel="bookmark" title="Permanent Link: Netbeans Includes Zend Framework Support">Netbeans Includes Zend Framework Support</a></li><li><a
href="http://www.davidtan.org/netbeans-enable-syntax-hightlighting-for-cakephp-ctp-view-files/" rel="bookmark" title="Permanent Link: Netbeans: Enable Syntax Hightlighting For CakePHP .ctp View Files">Netbeans: Enable Syntax Hightlighting For CakePHP .ctp View Files</a></li><li><a
href="http://www.davidtan.org/no-word-wrap-in-netbeans-ide/" rel="bookmark" title="Permanent Link: No Word Wrap In Netbeans IDE?">No Word Wrap In Netbeans IDE?</a></li></ul></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Davidtan?a=25tepf6hjmQ:o1EB13gkM2U:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Davidtan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=25tepf6hjmQ:o1EB13gkM2U:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=25tepf6hjmQ:o1EB13gkM2U:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=25tepf6hjmQ:o1EB13gkM2U:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=25tepf6hjmQ:o1EB13gkM2U:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=25tepf6hjmQ:o1EB13gkM2U:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Davidtan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=25tepf6hjmQ:o1EB13gkM2U:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=25tepf6hjmQ:o1EB13gkM2U:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Davidtan/~4/25tepf6hjmQ" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.davidtan.org/getting-netbeans-7-0-1-to-work-with-svn-1-7-solution/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.davidtan.org/getting-netbeans-7-0-1-to-work-with-svn-1-7-solution/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=getting-netbeans-7-0-1-to-work-with-svn-1-7-solution</feedburner:origLink></item> <item><title>Apple IOS 5.0.1 Direct Download Link for iPhone 4S, iPhone 4, 3GS, iPad 2, 1, iPod touch</title><link>http://feedproxy.google.com/~r/Davidtan/~3/xkZMk8IJ0Ho/</link> <comments>http://www.davidtan.org/apple-ios-5-0-1-direct-download-link-for-iphone-4s-iphone-4-3gs-ipad-2-1-ipod-touch/#comments</comments> <pubDate>Fri, 11 Nov 2011 14:38:23 +0000</pubDate> <dc:creator>David</dc:creator> <category><![CDATA[Hardware & Gadgets]]></category> <category><![CDATA[Software]]></category><guid isPermaLink="false">http://www.davidtan.org/?p=7168</guid> <description><![CDATA[Updated my iPhone 4 to IOS 5.0.1 through iTunes. Was using 4.3.3. previously and main reason for upgrading was to get the cool notification center on my iPhone. For those who don&#8217;t use iTunes, here are the direct download links from Apple (not from Warez or free file sharing sites so you know these are [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.davidtan.org/wp-content/uploads/2011/11/apple-ios5.jpg" alt="apple ios5" title="apple ios5" width="560" height="280" class="aligncenter size-full wp-image-7169" />Updated my iPhone 4 to IOS 5.0.1 through iTunes. Was using 4.3.3. previously and main reason for upgrading was to get the cool notification center on my iPhone. For those who don&#8217;t use iTunes, here are the direct download links from Apple (not from Warez or free file sharing sites so you know these are legit working versions).<br
/> <span
id="more-7168"></span><br
/> - iPhone: <a
href="http://appldnld.apple.com/iPhone4/041-3305.20111109.Bghy6/iPhone4,1_5.0.1_9A405_Restore.ipsw">4S</a>, <a
href="http://appldnld.apple.com/iPhone4/041-3309.20111109.64rtg/iPhone3,1_5.0.1_9A405_Restore.ipsw">4 GSM</a>, <a
href="http://appldnld.apple.com/iPhone4/041-3304.20111109.Vgtyh/iPhone3,3_5.0.1_9A405_Restore.ipsw">4 CDMA</a>, <a
href="http://appldnld.apple.com/iPhone4/041-3307.20111109.5tGhu/iPhone2,1_5.0.1_9A405_Restore.ipsw">3GS</a></p><p>- iPad: <a
href="http://appldnld.apple.com/iPhone4/041-3310.20111109.Cfp76/iPad2,1_5.0.1_9A405_Restore.ipsw">2 Wi-Fi</a>, <a
href="http://appldnld.apple.com/iPhone4/041-3311.20111109.Vpr43/iPad2,2_5.0.1_9A405_Restore.ipsw">2 GSM</a>, <a
href="http://appldnld.apple.com/iPhone4/041-3312.20111109.zp3ws/iPad2,3_5.0.1_9A405_Restore.ipsw">2 CDMA</a>, <a
href="http://appldnld.apple.com/iPhone4/041-3308.20111109.Fvgtr/iPad1,1_5.0.1_9A405_Restore.ipsw">Original</a></p><p>- iPod touch: <a
href="http://appldnld.apple.com/iPhone4/041-3313.20111109.Azxe3/iPod4,1_5.0.1_9A405_Restore.ipsw">4th Generation</a>, <a
href="http://appldnld.apple.com/iPhone4/041-3314.20111109.Mbgh6/iPod3,1_5.0.1_9A405_Restore.ipsw">3rd Generation</a></p><p><div><a
href="http://feeds.feedburner.com/DavidTan"><img
src="http://www.davidtan.org/rss_32x32.jpg" style="display:inline; margin-right:10px; vertical-align:middle;" /></a><a
href="http://feeds.feedburner.com/DavidTan">Subscribe to DavidTan's Tech Blog</a> for <em>tech news</em>, <em>tips</em>, <em>tricks</em>, <em>software/web development</em> and <em>making money online</em></div></p><p><a
href="http://www.davidtan.org/apple-ios-5-0-1-direct-download-link-for-iphone-4s-iphone-4-3gs-ipad-2-1-ipod-touch/">Apple IOS 5.0.1 Direct Download Link for iPhone 4S, iPhone 4, 3GS, iPad 2, 1, iPod touch</a></p><p><strong>Related Articles:</strong><ul><li><a
href="http://www.davidtan.org/apple-ios-4-release-update-features-details/" rel="bookmark" title="Permanent Link: Apple iOS 4.0 Release Update + Features Details">Apple iOS 4.0 Release Update + Features Details</a></li><li><a
href="http://www.davidtan.org/ipod-touch-and-iphone-202-firmware-upgrade-download/" rel="bookmark" title="Permanent Link: IPod Touch and IPhone 2.02 Firmware Upgrade Download">IPod Touch and IPhone 2.02 Firmware Upgrade Download</a></li><li><a
href="http://www.davidtan.org/how-to-get-your-free-iphone-4-case/" rel="bookmark" title="Permanent Link: How To Get Your Free iPhone 4 Case">How To Get Your Free iPhone 4 Case</a></li><li><a
href="http://www.davidtan.org/how-to-download-songs-and-files-to-iphone-and-ipod-touch/" rel="bookmark" title="Permanent Link: How to Download Songs and Files to IPhone and IPod Touch">How to Download Songs and Files to IPhone and IPod Touch</a></li><li><a
href="http://www.davidtan.org/iphone-software-development-kit-and-development-program/" rel="bookmark" title="Permanent Link: IPhone Software Development Kit and Development Program">IPhone Software Development Kit and Development Program</a></li><li><a
href="http://www.davidtan.org/read-playboy-and-penthouse-for-free-online/" rel="bookmark" title="Permanent Link: How To Read Playboy and Penthouse for Free Online">How To Read Playboy and Penthouse for Free Online</a></li></ul></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Davidtan?a=xkZMk8IJ0Ho:meR6gssaoZE:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Davidtan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=xkZMk8IJ0Ho:meR6gssaoZE:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=xkZMk8IJ0Ho:meR6gssaoZE:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=xkZMk8IJ0Ho:meR6gssaoZE:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=xkZMk8IJ0Ho:meR6gssaoZE:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=xkZMk8IJ0Ho:meR6gssaoZE:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Davidtan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=xkZMk8IJ0Ho:meR6gssaoZE:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=xkZMk8IJ0Ho:meR6gssaoZE:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Davidtan/~4/xkZMk8IJ0Ho" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.davidtan.org/apple-ios-5-0-1-direct-download-link-for-iphone-4s-iphone-4-3gs-ipad-2-1-ipod-touch/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.davidtan.org/apple-ios-5-0-1-direct-download-link-for-iphone-4s-iphone-4-3gs-ipad-2-1-ipod-touch/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=apple-ios-5-0-1-direct-download-link-for-iphone-4s-iphone-4-3gs-ipad-2-1-ipod-touch</feedburner:origLink></item> <item><title>Adcenter Accredited PPC Professional</title><link>http://feedproxy.google.com/~r/Davidtan/~3/r8F3uZlpwn8/</link> <comments>http://www.davidtan.org/adcenter-accredited-ppc-professional/#comments</comments> <pubDate>Tue, 08 Nov 2011 11:22:47 +0000</pubDate> <dc:creator>David</dc:creator> <category><![CDATA[Search Engine Marketing]]></category><guid isPermaLink="false">http://www.davidtan.org/?p=7165</guid> <description><![CDATA[I&#8217;ve been managing Adcenter PPC campaigns for a while now and getting my skills recognized was the right thing to do. I&#8217;ve just taken the Adcenter Accreditation Program test today and here&#8217;s the result. The questions were pretty straightforward and practical so if you&#8217;ve been managing PPC campaigns with Adcenter for a while now, this [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.davidtan.org/wp-content/uploads/2011/11/microsoft-adcenter-advertising-logo.gif" alt="microsoft adcenter advertising logo" title="microsoft adcenter advertising logo" width="245" height="75" class="aligncenter size-full wp-image-7167" />I&#8217;ve been managing Adcenter PPC campaigns for a while now and getting my skills recognized was the right thing to do. I&#8217;ve just taken the <strong>Adcenter Accreditation Program</strong> test today and here&#8217;s the result.<br
/> <img
src="http://www.davidtan.org/wp-content/uploads/2011/11/adcenter-accreditation-professional-program-test-scrore.jpg" alt="adcenter accreditation professional program test scrore" title="adcenter accreditation professional program test scrore" width="428" height="407" class="aligncenter size-full wp-image-7166" /><br
/> <span
id="more-7165"></span><br
/> The questions were pretty straightforward and practical so if you&#8217;ve been managing PPC campaigns with Adcenter for a while now, this test should be really easy.</p><p>All candidates who passed the test will also be listed in Adcenter Membership Directory, so more power to PPC pros who know what they are doing. I will post my profile link once it gets updated in the directory.</p><p>If you need someone to help you with Adcenter, I can be contacted <a
href="http://www.davidtan.org/contact/">here</a>.</p><p><div><a
href="http://feeds.feedburner.com/DavidTan"><img
src="http://www.davidtan.org/rss_32x32.jpg" style="display:inline; margin-right:10px; vertical-align:middle;" /></a><a
href="http://feeds.feedburner.com/DavidTan">Subscribe to DavidTan's Tech Blog</a> for <em>tech news</em>, <em>tips</em>, <em>tricks</em>, <em>software/web development</em> and <em>making money online</em></div></p><p><a
href="http://www.davidtan.org/adcenter-accredited-ppc-professional/">Adcenter Accredited PPC Professional</a></p><p><strong>Related Articles:</strong><ul><li><a
href="http://www.davidtan.org/ppc-editorial-best-practises-revisited/" rel="bookmark" title="Permanent Link: PPC Editorial Best Practises Revisited">PPC Editorial Best Practises Revisited</a></li><li><a
href="http://www.davidtan.org/ppc-marketing-is-about-taking-educated-risk/" rel="bookmark" title="Permanent Link: PPC Marketing Is About Taking Educated Risk">PPC Marketing Is About Taking Educated Risk</a></li><li><a
href="http://www.davidtan.org/msn-adcenter-no-support-for-google-chrome-and-opera-yet/" rel="bookmark" title="Permanent Link: MSN Adcenter: No Support For Google Chrome and Opera Yet">MSN Adcenter: No Support For Google Chrome and Opera Yet</a></li><li><a
href="http://www.davidtan.org/financial-year-end-tax-refund/" rel="bookmark" title="Permanent Link: What Will You Do With Your Tax Refund?">What Will You Do With Your Tax Refund?</a></li><li><a
href="http://www.davidtan.org/adcenter-desktop-beta-could-not-connect-problem/" rel="bookmark" title="Permanent Link: Adcenter Desktop Beta Could Not Connect Problem">Adcenter Desktop Beta Could Not Connect Problem</a></li><li><a
href="http://www.davidtan.org/4-rambling-findings-about-microsoft-adcenter/" rel="bookmark" title="Permanent Link: 4 Rambling Findings About Microsoft Adcenter">4 Rambling Findings About Microsoft Adcenter</a></li></ul></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/Davidtan?a=r8F3uZlpwn8:7rX4bDJOJBI:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/Davidtan?d=yIl2AUoC8zA" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=r8F3uZlpwn8:7rX4bDJOJBI:V_sGLiPBpWU"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=r8F3uZlpwn8:7rX4bDJOJBI:V_sGLiPBpWU" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=r8F3uZlpwn8:7rX4bDJOJBI:F7zBnMyn0Lo"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=r8F3uZlpwn8:7rX4bDJOJBI:F7zBnMyn0Lo" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=r8F3uZlpwn8:7rX4bDJOJBI:qj6IDK7rITs"><img src="http://feeds.feedburner.com/~ff/Davidtan?d=qj6IDK7rITs" border="0"></img></a> <a href="http://feeds.feedburner.com/~ff/Davidtan?a=r8F3uZlpwn8:7rX4bDJOJBI:gIN9vFwOqvQ"><img src="http://feeds.feedburner.com/~ff/Davidtan?i=r8F3uZlpwn8:7rX4bDJOJBI:gIN9vFwOqvQ" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/Davidtan/~4/r8F3uZlpwn8" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://www.davidtan.org/adcenter-accredited-ppc-professional/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://www.davidtan.org/adcenter-accredited-ppc-professional/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=adcenter-accredited-ppc-professional</feedburner:origLink></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

Served from: www.davidtan.org @ 2012-02-10 19:59:40 -->

