<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.2" -->
<rss version="2.0" 
	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/"
>

<channel>
	<title>Acme Technologies Zeitgeist</title>
	<link>http://www.acmetech.com/blog</link>
	<description>Daily Diversions in Technology</description>
	<pubDate>Wed, 29 Aug 2007 18:49:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.2</generator>
	<language>en</language>

		<item>
		<title>Adsense-Deluxe WordPress Plugin &#8220;Invalid Argument&#8221; PHP error</title>
		<link>http://www.acmetech.com/blog/2007/08/29/adsense-deluxe-wordpress-plugin-invalid-argument-php-error/</link>
		<comments>http://www.acmetech.com/blog/2007/08/29/adsense-deluxe-wordpress-plugin-invalid-argument-php-error/#comments</comments>
		<pubDate>Wed, 29 Aug 2007 18:38:00 +0000</pubDate>
		<dc:creator>wayne</dc:creator>
		
	<category>AdSense</category>
	<category>WordPress Plugins</category>
		<guid>http://www.acmetech.com/blog/2007/08/29/adsense-deluxe-wordpress-plugin-invalid-argument-php-error/</guid>
		<description><![CDATA[If you're receiving "Invalid argument supplied for foreach()..." error when updating options and adsense code blocks in Adsense-Deluxe Wordpress plugin, it's most likely because some adsense code was inserted into the database with fancy or curly quotes instead of plain ASCII quotes.]]></description>
			<content:encoded><![CDATA[	<p><!--adsense--></p>
	<p>If you&#8217;ve seen a PHP error when saving Adsense-Deluxe options in your WordPress blog which looks like the following:</p>
	<blockquote><p><b>Warning: Invalid argument supplied for foreach() in /public_html/wp-content/plugins/adsense-deluxe.php on line XXX</b></p></blockquote>
	<p>it&#8217;s most likely because some adsense code was inserted into the database with fancy or curly quotes instead of plain ASCII quotes. I&#8217;ve gotten four reports of this problem and finally tracked it down while trying to work through the problem with an Adsense-Deluxe user. It seems I may have been the source of these mistakes because this user simply copied some code from one of my posts which showed how to make an ad block float to the left side of your post, and my WordPress was displaying that code with fancy/curly quotes.</p>
	<p>If you&#8217;re able to fix those quotes or delete the adsense blocks you defined containing those quotes, that should resolve the problems. If you&#8217;re unable to do that, then there&#8217;s a convoluted method outlined below which can be used to wipe out all the plugin&#8217;s stored settings and start over.</p>
	<p>Convoluted Way of deleting the plugin settings:</p>
	<ol>
	<li>Use your FTP software to edit the file <code>wp-content/plugins/adsense-deluxe.php</code>.</li>
	<li>Locate the line near the top of the file: <code><b>define(&#8217;ADSDEL_OPTIONS_ID&#8217;, &#8216;acmetech_adsensedeluxe&#8217;);</b></code></li>
	<li>Insert underneath that line, beginning on a blank line in the file:<b><code>update_option(ADSDEL_OPTIONS_ID, '');</code></b>, and save the file back to the server.</li>
	<li>Return to your WordPress administration and load the Adsense-Deluxe options page. Loading this page after making that change will zero out the old options and create a new default set.</li>
	<li>Go back to the <b>Adsense-Deluxe.php</b> file opened in your FTP software and remove that line. Save these changes back to the server.</li>
	</ol>
	<p>For savvy users you can optionally go into the wordpress database and remove the plugin options record for the key &#8216;acmetech_adsensedeluxe&#8217;.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.acmetech.com/blog/2007/08/29/adsense-deluxe-wordpress-plugin-invalid-argument-php-error/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>WordPress JavaScript Plugin for Posts</title>
		<link>http://www.acmetech.com/blog/2006/03/19/wordpress-javascript-plugin/</link>
		<comments>http://www.acmetech.com/blog/2006/03/19/wordpress-javascript-plugin/#comments</comments>
		<pubDate>Mon, 20 Mar 2006 02:26:15 +0000</pubDate>
		<dc:creator>wayne</dc:creator>
		
	<category>AdSense</category>
	<category>WordPress Plugins</category>
		<guid>http://www.acmetech.com/blog/2006/03/19/wordpress-javascript-plugin/</guid>
		<description><![CDATA[The Adsense-Deluxe WordPress 1.5/2.0 plugin is a great way to add arbitrary JavaScript code to your blog posts.]]></description>
			<content:encoded><![CDATA[	<p><!--adsense#adlinks_blue--><br />
The <a href="http://www.acmetech.com/blog/adsense-deluxe/" title="Manage Adsense and Yahoo Publisher Network (YPN) in Wordpress blogs">Adsense-Deluxe</a> WordPress plugin can do more than simply help you add Adsense ads to your WordPress blog posts. It&#8217;s also great for including JavaScript code or most any other text you want to insert when a post is viewed.</p>
	<p>When I first wrote Adsense-Deluxe, I just wanted a more efficient method of including a variety of Adsense ads in my posts and templates, and a way to easily change those over time, or disable them.  But Adsense-Deluxe is essentially just a search/replace filter for posts, which means you can just as easily include <a href="https://publisher.yahoo.com/" target="external" title="YPN ads">Yahoo Publisher Network</a> (YPN) ads, or <a href="http://www.clicksor.com/clicksor_adsref.php?id=812" target="external" title="Clicksor  contextual advertising">Clicksor Contextual Advertising</a> or any other advertising code the same way Adsense is configured.</p>
	<p>Today one of the many satisfied Adsense-Deluxe users (Michael B. at <a href="http://www.MarketItOnline.co.nz" title="MarketItOnline">http://www.MarketItOnline.co.nz</a> wrote about his frustrations in finding a way to include JavaScript in his posts since WordPress adds &lt;br&gt; html formatting to each line of the JavaScript code. He asked if I had any ideas or knew of a plugin which would do this. While I suspect there may be some WordPress plugins in the &#8220;programmer tools&#8221; categories which could accomplish this, I suggested he just make the Adsense-Deluxe plugin perform that task. Afterall, Adsense ad code is nothing more than JavaScript, so instead of advertising JavaScript, you can use any other JavaScript you want for per-post inclusion.</p>
	<p>[ You can checkout Michael&#8217;s <a href="http://www.renewedreflections.com/bmi-calculator-body-mass-index/" target="external" title="example javascript within wordpress post">Body Mass Index Calculator</a> JavaScript within a WordPress post. ]
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.acmetech.com/blog/2006/03/19/wordpress-javascript-plugin/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Mac OS X - Cocoa Text Key Bindings</title>
		<link>http://www.acmetech.com/blog/2006/03/19/mac-os-x-cocoa-text-key-bindings/</link>
		<comments>http://www.acmetech.com/blog/2006/03/19/mac-os-x-cocoa-text-key-bindings/#comments</comments>
		<pubDate>Sun, 19 Mar 2006 06:18:39 +0000</pubDate>
		<dc:creator>wayne</dc:creator>
		
	<category>Mac OS X Tips</category>
		<guid>http://www.acmetech.com/blog/2006/03/19/mac-os-x-cocoa-text-key-bindings/</guid>
		<description><![CDATA[Great links to Mac OS X Cocoa Text Editing key bindings (i.e., keyboard shortcuts within text fields/documents), how to remap those bindings plus other cool key binding tricks]]></description>
			<content:encoded><![CDATA[	<p><!--adsense#adlinks_blue--><br />
Just came across an excellent reference chart for the default text editing system key bindings in OS X <a href="http://hcs.harvard.edu/~jrus/Site/System Bindings.html">Cocoa Text System - Default System Key Bindings</a>.</p>
	<p>For cool tips on modifying the default findings and doing some other pretty funky things to the Cocoa Text System, see <a href="http://www.macosxhints.com/article.php?story=20060317045211408" title="Customize the Cocoa text binding system">MacOSXHints Post</a></p>
]]></content:encoded>
			<wfw:commentRSS>http://www.acmetech.com/blog/2006/03/19/mac-os-x-cocoa-text-key-bindings/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Adsense-Deluxe On Another Top WordPress Plug-ins List</title>
		<link>http://www.acmetech.com/blog/2006/03/14/best-wordpress-plugins-adsense-deluxe/</link>
		<comments>http://www.acmetech.com/blog/2006/03/14/best-wordpress-plugins-adsense-deluxe/#comments</comments>
		<pubDate>Tue, 14 Mar 2006 06:07:01 +0000</pubDate>
		<dc:creator>wayne</dc:creator>
		
	<category>AdSense</category>
	<category>WordPress Plugins</category>
		<guid>http://www.acmetech.com/blog/2006/03/14/best-wordpress-plugins-adsense-deluxe/</guid>
		<description><![CDATA[	Yet another top ten WordPress Plugins list includes our Adsense-Deluxe Plugin. Thanks guys!
	10 most useful wordpress plugins according to Sabahan.com « Sabahan.com 
Being an Adsense publisher myself on several of my earlier websites, Adsense Deluxe is one of the first plugins that I searched for. It’s a great plugin allowing you to plug your Adsense [...]]]></description>
			<content:encoded><![CDATA[	<p>Yet another top ten WordPress Plugins list includes our <a href="/blog/2005/07/26/adsense-deluxe-wordpress-plugin/" title="Adsense-Deluxe one of 10 most useful plugins...">Adsense-Deluxe Plugin</a>. Thanks guys!</p>
	<blockquote><p><a href="http://www.sabahan.com/2006/03/08/10-most-useful-wordpress-plugins-according-to-sabahancom/">10 most useful wordpress plugins according to Sabahan.com « Sabahan.com </a><br />
Being an Adsense publisher myself on several of my earlier websites, Adsense Deluxe is one of the first plugins that I searched for. It’s a great plugin allowing you to plug your Adsense ads easily anywhere within your post simply by inserting html comments. You can define a single default code or as many variations as you like for your skyscraper, banner, link unit ads.</p></blockquote>
	<p>Our favorite site for <a href="http://www.problogger.net/?p=1875" title="Word Press Plugins for ProBloggers">professional blogging</a> also received a lot of feedback recommending Adsense-Deluxe.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.acmetech.com/blog/2006/03/14/best-wordpress-plugins-adsense-deluxe/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Google Maps Hacking</title>
		<link>http://www.acmetech.com/blog/2006/02/12/google-maps-hacking-2/</link>
		<comments>http://www.acmetech.com/blog/2006/02/12/google-maps-hacking-2/#comments</comments>
		<pubDate>Sun, 12 Feb 2006 07:57:11 +0000</pubDate>
		<dc:creator>wayne</dc:creator>
		
	<category>Acme Technologies</category>
		<guid>http://www.acmetech.com/blog/2006/02/12/google-maps-hacking-2/</guid>
		<description><![CDATA[	I&#8217;ve been helping a friend with his new real estate oriented web site, and got my first chance to play with the Google Maps API. While limited, it is fun and certainly helps liven up a web page. The playground is at Obares. Presently we just focus the Google map at a City resolution for [...]]]></description>
			<content:encoded><![CDATA[	<p>I&#8217;ve been helping a friend with his new real estate oriented web site, and got my first chance to play with the Google Maps API. While limited, it is fun and certainly helps liven up a web page. The playground is at <a href="http://www.obares.com/" title="USA Real Estate Agents, Apartments, Condos and resources">Obares</a>. Presently we just focus the Google map at a City resolution for each individual city real estate page, but hope to start showing the local resources mapped out on the map.
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.acmetech.com/blog/2006/02/12/google-maps-hacking-2/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>WordPress 2.0 and Adsense-Deluxe Plugin</title>
		<link>http://www.acmetech.com/blog/2006/01/09/wordpress-20-and-adsense-deluxe-plugin/</link>
		<comments>http://www.acmetech.com/blog/2006/01/09/wordpress-20-and-adsense-deluxe-plugin/#comments</comments>
		<pubDate>Mon, 09 Jan 2006 20:28:48 +0000</pubDate>
		<dc:creator>wayne</dc:creator>
		
	<category>AdSense</category>
	<category>Yahoo</category>
	<category>WordPress Plugins</category>
		<guid>http://www.acmetech.com/blog/2006/01/09/wordpress-20-and-adsense-deluxe-plugin/</guid>
		<description><![CDATA[Adsense-Deluxe plugin updated for WordPress 2.0 and the Rich (WYSIWYG) Editor feature. Also added support for Yahoo! Publisher Network ads.]]></description>
			<content:encoded><![CDATA[	<p><!--adsense#vert_banner_float_left--><br />
AdSense-Deluxe v0.7 was released tonight and includes support for <a href="http://wordpress.org/development/2005/12/wp2/" title="WordPress 2.0" target="external">WordPress 2.0</a>&#8217;s (WYSIWYG) Rich Editor as well as updating the documentation and help text to remind people it works equally well for Yahoo!&#8217;s Publisher Network.</p>
	<p>AdSense-Deluxe is a plugin for WordPress (1.5 or later) which greatly simplies the addition of Google or Yahoo! ads to your WordPress blogs, allowing for use of multiple ad styles and controlling when and where ads are displayed.<br />
<a id="more-133"></a><br />
I&#8217;ll be putting up more information here in the coming days about my experiences using it with WP 2.0, however I&#8217;m not likely to be using the Rich Editor on a regular basis. I prefer working with QuickTags and raw HTML, and have seen several people who were active in testing WordPress 2.0 betas write that the Rich Editor (based on TinyMCE) has some flaws. It&#8217;s an amazing bit of engineering, but is apparently prone to outputting some sketchy and invalid HTML at times. So if you&#8217;re not uncomfortable with HTML codes, I recommend turning off the Rich Editor (goto your user &#8220;profile&#8221; in WP 2.0 and uncheck that option at the bottom of the page).</p>
	<p>Click this link and scroll down the page a bit to get the latest version of <a href="http://www.acmetech.com/blog/2005/07/26/adsense-deluxe-wordpress-plugin/" title="Adsense-Deluxe Plugin for WordPress 2.0">Acme Technologies Adsense-Deluxe Plugin for WordPress 2.0</a> (you want version 0.7 or later). If you have problems or comments, please email them to me or leave comments on this post. <strong>Please</strong>&#8230; read the included ReadMe.txt file if you&#8217;ll be installing this for WordPress 2.0 and want support for the Rich Editor. Installation is no longer quite as simple in that scenario.</p>
	<p><b>A quick reminder</b>: please give something back to help support the development of this great plugin by enabling the &#8220;Reward Author&#8221; checkbox in the Adsense-Deluxe Options page. All this does is make a small percentage (5% or less) of the ads displayed on your blog, use my adsense publisher ID, so if someone happens to click an ad in that case, a few pennies get channeled to my account. It&#8217;s greatly appreciated&#8230;<br />
Thanks for your interest in the Adsense-Deluxe plugin.  -<em>wayne</em>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.acmetech.com/blog/2006/01/09/wordpress-20-and-adsense-deluxe-plugin/feed/</wfw:commentRSS>
	</item>
		<item>
		<title>Shiira Browser for Mac OS X</title>
		<link>http://www.acmetech.com/blog/2005/12/20/shiira-browser-for-mac-os-x/</link>
		<comments>http://www.acmetech.com/blog/2005/12/20/shiira-browser-for-mac-os-x/#comments</comments>
		<pubDate>Wed, 21 Dec 2005 04:06:47 +0000</pubDate>
		<dc:creator>wayne</dc:creator>
		
	<category>Acme Technologies</category>
	<category>Mac OS X Tips</category>
		<guid>http://www.acmetech.com/blog/2005/12/20/shiira-browser-for-mac-os-x/</guid>
		<description><![CDATA[There's another browser for OS X being developed as an open source project; == Shiira == is based on Apple's WebKit and the KHTML rendering engine. Many interesting features.]]></description>
			<content:encoded><![CDATA[	<p>There&#8217;s a new open-source browser for Mac OS X named <b><i>Shiira</i></b>based on Apple&#8217;s WebKit and the KHTML rendering engine&#8230; <a id="more-132"></a></p>
	<p><!--adsense#vert_banner_float_left--><a href="http://hmdt-web.net/shiira/en">Shiira</a> is a web browser written in Cocoa. It uses the KHTML rendering engine provided by Apple&#8217;s Web Kit. Since this is the same rendering engine used by Safari, HTML content rendered by Shiira will look the same as in Apple&#8217;s own browser.</p>
	<p>The Shiira Project is an attempt to development a web browser using Web Kit. All source code is publicly available under the BSD license. We hope that our code will help other developers just starting out on their own Web Kit projects.</p>
	<p><a href="http://hmdt-web.net/shiira/English/res/mov_transitionEffect.mov" target="external" title="shira browser for mac os x page transition effect QT movie"><img src="http://www.acmetech.com/images/blog_images/shira_browser_transition.jpg" alt="shira browser" border="0"/></a><br />
<span style="font-weight:bold;">Click image to Watch Shira&#8217;s Page Transition Effect  QuickTime Movie. (opens in new window)</span></p>
	<div align="center"><a href="http://www.amazon.com/exec/obidos/redirect?tag=acmetechnolog-20%26link_code=xm2%26camp=2025%26creative=165953%26path=http://www.amazon.com/gp/redirect.html%253fASIN=0596009410%2526tag=acmetechnolog-20%2526lcode=xm2%2526cID=2025%2526ccmID=165953%2526location=/o/ASIN/0596009410%25253FSubscriptionId=1SCMG2006QX4G177M502" title="View product details at Amazon"><img src="http://images.amazon.com/images/P/0596009410.01._SCMZZZZZZZ_.jpg" alt="Mac OS X: The Missing Manual, Tiger Ed (Missing Manual)" /></a></div>
]]></content:encoded>
			<wfw:commentRSS>http://www.acmetech.com/blog/2005/12/20/shiira-browser-for-mac-os-x/feed/</wfw:commentRSS>
<enclosure url='http://hmdt-web.net/shiira/English/res/mov_transitionEffect.mov' length='3014841' type='video/quicktime'/>
	</item>
		<item>
		<title>WordPress 2.0 Final Candidate</title>
		<link>http://www.acmetech.com/blog/2005/12/20/wordpress-20-final-candidate/</link>
		<comments>http://www.acmetech.com/blog/2005/12/20/wordpress-20-final-candidate/#comments</comments>
		<pubDate>Tue, 20 Dec 2005 17:01:07 +0000</pubDate>
		<dc:creator>wayne</dc:creator>
		
	<category>WordPress</category>
		<guid>http://www.acmetech.com/blog/2005/12/20/wordpress-20-final-candidate/</guid>
		<description><![CDATA[WordPress 2.0 release candidate available from download here. Read about the changes to WordPress 2.0]]></description>
			<content:encoded><![CDATA[	<p><!--adsense#red--><br />
WordPress 2.0 seems to be nearing completion with many new features under the hood. You can download the release candidate at <a href="http://wordpress.org/development/2005/12/wordpress-20-release-candidate/">WordPress 2.0 Candidate Download</a>.</p>
	<p>And review some of the changes at <a href="http://asymptomatic.net/2005/11/29/2135/whats-new-in-wordpress-20/">WordPress 2.0 Features</a>.</p>
	<p><b>see related post:</b> <a href="/blog/2006/01/09/wordpress-20-and-adsense-deluxe-plugin/" title="Put Adsense or Yahoo Publisher Network ads on your wordpress 2.0 blog">Adsense-Deluxe Plugin for WordPress 2.0</a>
</p>
]]></content:encoded>
			<wfw:commentRSS>http://www.acmetech.com/blog/2005/12/20/wordpress-20-final-candidate/feed/</wfw:commentRSS>
	</item>
	</channel>
</rss>

