<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://exodusdev.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Exodus Development</title>
 <link>http://exodusdev.com</link>
 <description></description>
 <language>en</language>
<item>
 <title>Raspberry Pi audio playback from Python</title>
 <link>http://exodusdev.com/raspberry-pi-audio-playback-python</link>
 <description>&lt;p&gt;Want to play audio on your Raspberry Pi running Raspbian, while logged in to a non-root user account?  Me, too!&lt;/p&gt;
&lt;p&gt;Seems like such a simple task.  &lt;/p&gt;
&lt;p&gt;Consider the following code snippet using PyGame:&lt;/p&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;import time&lt;br /&gt;import pygame&lt;br /&gt;pygame.mixer.init()&lt;br /&gt;pygame.mixer.music.load(&amp;quot;testfile.wav&amp;quot;)&lt;br /&gt;pygame.mixer.music.play()&lt;br /&gt;while pygame.mixer.music.get_busy() == True:&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; time.sleep(.25)&lt;/code&gt;&lt;/div&gt;
&lt;p&gt;Let&#039;s try it:&lt;/p&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;$ python soundtest.py&lt;br /&gt;Traceback (most recent call last):&lt;br /&gt;&amp;nbsp; File &amp;quot;./soundtest.py&amp;quot;, line 3, in &amp;lt;module&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; pygame.mixer.init()&lt;br /&gt;pygame.error: No available audio device&lt;/code&gt;&lt;/div&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/raspberry-pi-audio-playback-python&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/raspberry-pi-audio-playback-python#comments</comments>
 <category domain="http://exodusdev.com/category/tags/audio">Audio</category>
 <category domain="http://exodusdev.com/category/tags/bash">bash</category>
 <category domain="http://exodusdev.com/category/tags/debian">Debian</category>
 <category domain="http://exodusdev.com/category/tags/pygame">PyGame</category>
 <category domain="http://exodusdev.com/category/tags/python">Python</category>
 <category domain="http://exodusdev.com/category/tags/raspberry-pi">Raspberry Pi</category>
 <category domain="http://exodusdev.com/category/tags/raspbian">Raspbian</category>
 <category domain="http://exodusdev.com/category/topic/tech-tips">Tech Tips</category>
 <pubDate>Sun, 24 May 2015 14:11:58 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">251 at http://exodusdev.com</guid>
</item>
<item>
 <title>Living with Windows?  These utilities can help prevent malware and crapware infestations</title>
 <link>http://exodusdev.com/these-windows-utilities-help-prevent-crapware-malware-infestations</link>
 <description>&lt;p&gt;&lt;img src=&quot;/sites/default/files/img_4827-001.jpg&quot; class=&quot;inline-right&quot;&gt;I&#039;ve abandoned Windows in favor of Linux (Ubuntu) over the last several years, so I don&#039;t suffer from malware/crapware infestations (they never really hit me much, me being hyper-vigilant about installing stuff on my systems...)  I&#039;ve moved all family members off Windows as well, if they want me to help maintain their computers.&lt;/p&gt;

&lt;p&gt;For those of you &lt;strong&gt;working with Windows&lt;/strong&gt; (and hence subject to all the usual vexations associated with it), these two software utilities look promising:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/these-windows-utilities-help-prevent-crapware-malware-infestations&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://exodusdev.com/category/tags/crapware">crapware</category>
 <category domain="http://exodusdev.com/category/tags/installers">installers</category>
 <category domain="http://exodusdev.com/category/tags/malware">malware</category>
 <category domain="http://exodusdev.com/taxonomy/term/222">spyware</category>
 <category domain="http://exodusdev.com/category/topic/general/microsoft-windows">Microsoft Windows</category>
 <pubDate>Wed, 14 Jan 2015 02:20:32 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">247 at http://exodusdev.com</guid>
</item>
<item>
 <title>Automating vote tallying on the Google+ &quot;Light Box&quot; community: The TallyBot</title>
 <link>http://exodusdev.com/blogs/mike/automating-vote-tallying-google-light-box-community-tallybot</link>
 <description>&lt;p&gt;&lt;a target=&quot;_blank&quot; href=&quot;https://plus.google.com/u/0/communities/107227825802974578216/stream/70b9195d-d2c9-4ed1-952b-ccf289fcfdcf&quot;&gt;The Light Box&lt;/a&gt; is a Google+ community that allows people to submit photos for community review.  Qualified community members &#039;vote&#039; on photos by leaving a comment with sequential hashtags like &quot;#delete1&quot;, &quot;#delete2&quot;, &quot;save5&quot;, etc.  The when the saves or deletes reach 10, we have a winner (the first to reach the threshold wins.) &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/blogs/mike/automating-vote-tallying-google-light-box-community-tallybot&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/blogs/mike/automating-vote-tallying-google-light-box-community-tallybot#comments</comments>
 <category domain="http://exodusdev.com/category/tags/flask">Flask</category>
 <category domain="http://exodusdev.com/category/tags/google">Google+</category>
 <category domain="http://exodusdev.com/category/tags/python">Python</category>
 <category domain="http://exodusdev.com/taxonomy/term/299">Social Networks</category>
 <category domain="http://exodusdev.com/category/tags/web-apps">Web Apps</category>
 <pubDate>Fri, 25 Jan 2013 02:39:20 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">243 at http://exodusdev.com</guid>
</item>
<item>
 <title>Find the top commenters on a Google+ post</title>
 <link>http://exodusdev.com/blogs/mike/find-top-commenters-google-post</link>
 <description>&lt;div style=&quot;font-size: 1.2em;&quot;&gt;I&#039;ve created a simple web app to &lt;a href=&quot;http://whoplussed.com&quot;&gt;show the top comments and commenters for a Google+ post&lt;/a&gt;.  There&#039;s a simple bookmarklet that allows you to see results for a post you&#039;re viewing on Google+.
&lt;p&gt;The current features are early beta test stage.  I&#039;ll be adding new features over the next few weeks.&lt;/p&gt;
&lt;p&gt;Feedback welcome!
&lt;/p&gt;&lt;/div&gt;
</description>
 <comments>http://exodusdev.com/blogs/mike/find-top-commenters-google-post#comments</comments>
 <category domain="http://exodusdev.com/category/tags/google-plus">Google Plus</category>
 <category domain="http://exodusdev.com/category/tags/google">Google+</category>
 <category domain="http://exodusdev.com/taxonomy/term/299">Social Networks</category>
 <category domain="http://exodusdev.com/category/topic/software-development">Software Development</category>
 <category domain="http://exodusdev.com/category/tags/whoplussed">WhoPlussed</category>
 <pubDate>Mon, 21 Jan 2013 07:10:56 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">242 at http://exodusdev.com</guid>
</item>
<item>
 <title>Twitter Streaming API utility for Python</title>
 <link>http://exodusdev.com/blogs/mike/twitter-streaming-api-utility-python</link>
 <description>&lt;p&gt;&lt;span class=&quot;hidden&quot;&gt;ai:noinject&lt;/span&gt;I&#039;ve released &lt;a href=&quot;https://github.com/inactivist/twitter-streamer&quot;&gt;twitter-streamer&lt;/a&gt; (&quot;Streamer&quot;) under the MIT license.
&lt;/p&gt;&lt;p&gt;Streamer is a simple Python script that dumps tweets using Twitter&#039;s &lt;a href=&quot;https://dev.twitter.com/docs/streaming-apis&quot;&gt;streaming API&lt;/a&gt; via the &lt;a href=&quot;https://dev.twitter.com/docs/api/1.1/post/statuses/filter&quot;&gt;statuses/filter method&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/blogs/mike/twitter-streaming-api-utility-python&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/blogs/mike/twitter-streaming-api-utility-python#comments</comments>
 <category domain="http://exodusdev.com/category/tags/api">API</category>
 <category domain="http://exodusdev.com/category/tags/mit-license">MIT License</category>
 <category domain="http://exodusdev.com/taxonomy/term/398">Open Source</category>
 <category domain="http://exodusdev.com/category/tags/python">Python</category>
 <category domain="http://exodusdev.com/category/topic/software-development">Software Development</category>
 <category domain="http://exodusdev.com/category/tags/streaming">Streaming</category>
 <category domain="http://exodusdev.com/category/tags/tweepy">Tweepy</category>
 <category domain="http://exodusdev.com/category/tags/twitter">Twitter</category>
 <pubDate>Sun, 11 Nov 2012 16:09:11 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">241 at http://exodusdev.com</guid>
</item>
<item>
 <title>Social Media Smack Down: Sex, Drugs, and Coffee</title>
 <link>http://exodusdev.com/blogs/mike/social-media-smack-down-sex-drugs-and-coffee</link>
 <description>&lt;p&gt;I&#039;ve been working on a &lt;a href=&quot;http://sylvestr.com&quot;&gt;web app that tracks and displays recent social media trends&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;During the limited beta test, I&#039;m using it to &lt;a title=&quot;monitor social media mentions of Sex, Drugs, and Coffee&quot; href=&quot;http://sylvestr.com/compare/sex,drugs,coffee&quot;&gt;monitor social media trends for sex, drugs, and coffee&lt;/a&gt;.&lt;/p&gt;
&lt;h3&gt;Sex, Drugs, and Coffee: by the minute&lt;/h3&gt;
&lt;p&gt;By the minute, in the last 60 minutes:&lt;br /&gt;
&lt;iframe frameborder=&quot;0&quot; scrolling=&quot;none&quot; height=&quot;320&quot; width=&quot;550&quot; src=&quot;http://sylvestr.com/embed/sex,drugs,coffee?series=minute&amp;amp;w=500&amp;amp;h=300&quot;&gt;&lt;br /&gt;
Recent trends: Sex, Drugs, Coffee&lt;br /&gt;
&lt;/iframe&gt;&lt;/p&gt;
&lt;h3&gt;Sex, Drugs, and Coffee: by the hour&lt;/h3&gt;
&lt;p&gt;By the hour, for the last 24 hours:&lt;br /&gt;
&lt;iframe frameborder=&quot;0&quot; scrolling=&quot;none&quot; height=&quot;320&quot; width=&quot;550&quot; src=&quot;http://sylvestr.com/embed/sex,drugs,coffee?series=hour&amp;amp;w=500&amp;amp;h=300&quot;&gt;&lt;br /&gt;
Recent trends: Sex, Drugs, Coffee&lt;br /&gt;
&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/blogs/mike/social-media-smack-down-sex-drugs-and-coffee&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://exodusdev.com/category/tags/coffee">Coffee</category>
 <category domain="http://exodusdev.com/category/tags/drugs">Drugs</category>
 <category domain="http://exodusdev.com/category/tags/sex">Sex</category>
 <category domain="http://exodusdev.com/category/tags/social-media">Social Media</category>
 <category domain="http://exodusdev.com/category/tags/twitter">Twitter</category>
 <category domain="http://exodusdev.com/category/tags/web-apps">Web Apps</category>
 <pubDate>Sat, 01 Sep 2012 15:15:22 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">240 at http://exodusdev.com</guid>
</item>
<item>
 <title>PyFiddle</title>
 <link>http://exodusdev.com/domains/pyfiddle</link>
 <description>&lt;p&gt;PyFiddle&lt;/p&gt;
&lt;p&gt;This domain may be for sale.  Please &lt;a href=&quot;/contact&quot; rel=&quot;nofollow&quot;&gt;contact us&lt;/a&gt; for more information.&lt;/p&gt;
</description>
 <pubDate>Thu, 14 Jun 2012 14:58:11 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">239 at http://exodusdev.com</guid>
</item>
<item>
 <title>Google Chrome Hacks and Tips</title>
 <link>http://exodusdev.com/tech-tips/google-chrome-hacks-and-tips</link>
 <description>&lt;h3&gt;How do I do the following in Google Chrome?  What is this thing doing in Google Chrome?&lt;/h3&gt;

&lt;h4&gt;I&#039;m concerned about privacy.  How do protect my privacy while I browse?  How do I block tracking cookies and ad networks in Chrome?&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;You can &lt;a href=&quot;http://support.google.com/chrome/bin/answer.py?hl=en&amp;amp;answer=95464&quot;&gt;use Chrome&#039;s Incognito mode&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/tech-tips/google-chrome-hacks-and-tips&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/tech-tips/google-chrome-hacks-and-tips#comments</comments>
 <category domain="http://exodusdev.com/category/tags/do-not-track-plus">Do Not Track Plus</category>
 <category domain="http://exodusdev.com/category/tags/google-chrome">Google Chrome</category>
 <category domain="http://exodusdev.com/category/tags/privacy">Privacy</category>
 <category domain="http://exodusdev.com/category/tags/private-browsing">Private Browsing</category>
 <category domain="http://exodusdev.com/category/topic/tech-tips">Tech Tips</category>
 <pubDate>Tue, 01 Nov 2011 16:20:30 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">238 at http://exodusdev.com</guid>
</item>
<item>
 <title>Disable Google Instant Search in FireFox and Chrome</title>
 <link>http://exodusdev.com/tech-tips/disable-google-instant-search-firefox-and-chrome</link>
 <description>&lt;h3&gt;I&#039;ll show you how to disable Google Instant Search without being signed in to a Google account!&lt;/h3&gt;
&lt;p&gt;I despise (really!) &lt;a href=&quot;http://www.google.com/instant/&quot;&gt;Google Instant Search&lt;/a&gt;.  I find it annoying, distracting and unnecessary.  If you are a long-time Google search user, you might feel the same way.&lt;/p&gt;
&lt;p&gt;Google, once revered for its clean, simple search interface, seems like it&#039;s doing everything in its power to alienate users, by rejecting the principles that once attracted users away from bloated, annoying search engines of the past.&lt;/p&gt;
&lt;h3&gt;How do I turn off Google Instant Search?&lt;/h3&gt;
&lt;p&gt;You can disable Google Instant search by setting your &lt;a href=&quot;http://www.google.com/preferences&quot;&gt;account preferences&lt;/a&gt; while signed in to a Google account.&lt;/p&gt;
&lt;p&gt;But what if you aren&#039;t signed in?  What if you don&#039;t have and don&#039;t want a Google account?&lt;/p&gt;
&lt;p&gt;Easy: Just visit &lt;code&gt;&lt;a target=&quot;_blank&quot; href=&quot;http://www.google.com/search?complete=0&quot;&gt;http://www.google.com/search?complete=0&lt;/a&gt;&lt;/code&gt; &amp;ndash; bookmark that search (or set it as your home page if you like having Google&#039;s search page visible when you start your browser).  It appears that you can add the &lt;code&gt;complete=0&lt;/code&gt; parameter to any Google search URL and it will disable the Google Instant search feature.&lt;/p&gt;
&lt;h2&gt;How do I turn off Google Instant in Chrome&#039;s OmniBox or FireFox Search Bar?&lt;/h2&gt;
&lt;h3&gt;How to disable Google Instant in Chrome Omnibox&lt;/h3&gt;
&lt;p&gt;If you use Google&#039;s Chrome browser, and you like to use the &lt;a href=&quot;http://www.google.com/support/chrome/bin/answer.py?hl=en&amp;amp;answer=95440&quot;&gt;Omnibox address bar&lt;/a&gt; you can disable the instant search feature in results pages (the page you see after you hit enter or &#039;go&#039;) by changing the built-in Google search engine template.  Here&#039;s how:&lt;/p&gt;
&lt;p&gt;Bring up the &quot;Options&quot; form (Wrench button, Options).  Click the &lt;em&gt;Manage Search Engines&lt;/em&gt; button.&lt;br /&gt;
&lt;img width=&quot;580px&quot; src=&quot;http://exodusdev.com/sites/default/files/chrome-options-basic.png&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Now, select the Google.com search engine&#039;s search template in the third column:&lt;br /&gt;
&lt;img  width=&quot;580px&quot; src=&quot;http://exodusdev.com/sites/default/files/chrome-options-search-engines.png&quot; /&gt;&lt;br /&gt;
Replace the entire search URL template field with following text:&lt;br /&gt;
&lt;a href=&quot;&quot;&gt;http://www.google.com/search?complete=0&amp;amp;q=%s&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Dismiss the &quot;Search Engines&quot; form.&lt;/p&gt;
&lt;p&gt;In addition, you might want to &lt;strong&gt;disable the &lt;em&gt;Enable Instant for faster searching and browsing&lt;/em&gt; option&lt;/strong&gt;, as this option is a form of Instant Search within the Omnibox address bar.&lt;/p&gt;
&lt;h3&gt;How do I turn off Google Instant in FireFox&#039;s Search Bar?&lt;/h3&gt;
&lt;p&gt;But what about FireFox?  If you like to use the built-in search bar&#039;s Google OpenSearch feature, it&#039;s a bit more work.  &lt;/p&gt;
&lt;h4&gt;The easy way&lt;/h4&gt;
&lt;p&gt;We&#039;ve provided an OpenSearch plugin installer on this page to simplify the process.  Simply drop down your FireFox Search Bar and click &quot;Add Google NoInstant&quot; to your search bar: &lt;/p&gt;
&lt;p&gt;&lt;img class=&quot;inline-right&quot; src=&quot;/sites/default/files/add-google-noinstant.png&quot; /&gt;&lt;/p&gt;
&lt;h4&gt;The hard(er) way&lt;/h4&gt;
&lt;p&gt;This method requires that you copy and rename FireFox&#039;s built-in Google.xml OpenSearch template, which is found in the &lt;a href=&quot;http://kb.mozillazine.org/Installation_directory&quot;&gt;FireFox installation folder&lt;/a&gt;&#039;s &quot;searchplugins&quot; folder, modify it to add the &lt;code&gt;&amp;lt;Param name=&quot;complete&quot; value=&quot;0&quot;/&amp;gt;&lt;/code&gt; parameter entry (see below), then install the new OpenSearch definition in the &lt;a href=&quot;http://kb.mozillazine.org/Profile_folder_-_Firefox&quot;&gt;FireFox profile folder&lt;/a&gt;&#039;s &quot;searchplugins&quot; folder.  &lt;/p&gt;
&lt;p&gt;Restart FireFox and click the Search Bar&#039;s dropdown button, and you should see &lt;em&gt;Google NoInstant&lt;/em&gt; listed; make that your default search provider and you should be rid of the Google Instant curse henceforth.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/tech-tips/disable-google-instant-search-firefox-and-chrome&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/tech-tips/disable-google-instant-search-firefox-and-chrome#comments</comments>
 <category domain="http://exodusdev.com/category/tags/chrome-hacks">Chrome Hacks</category>
 <category domain="http://exodusdev.com/category/tags/chrome-omnibox">Chrome OmniBox</category>
 <category domain="http://exodusdev.com/category/tags/firefox-hacks">Firefox Hacks</category>
 <category domain="http://exodusdev.com/category/tags/firefox-search-bar">FireFox Search Bar</category>
 <category domain="http://exodusdev.com/taxonomy/term/65">google</category>
 <category domain="http://exodusdev.com/category/tags/google-annoyances">Google Annoyances</category>
 <category domain="http://exodusdev.com/category/tags/instant-search">Instant Search</category>
 <category domain="http://exodusdev.com/category/topic/tech-tips">Tech Tips</category>
 <pubDate>Fri, 12 Aug 2011 13:57:41 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">233 at http://exodusdev.com</guid>
</item>
<item>
 <title>What is ielowutil.exe and why is it running on my computer?</title>
 <link>http://exodusdev.com/tech-tips/microsoft-windows-tips/what-ielowutilexe-and-why-it-running-my-computer</link>
 <description>&lt;p&gt;If you&#039;re anything like me, you&#039;ve noticed that Internet Explorer 8 and 9 seem to be accompanied by a child process named &lt;strong&gt;ielowutil.exe&lt;/strong&gt;.  The file properties description for this process isn&#039;t very helpful, and, in fact, might lead you to believe that it has something to do with your computer&#039;s microphone!&lt;/p&gt;
&lt;p&gt;The file description reads:  &lt;strong&gt;Internet Low-Mic Utility Tool&lt;/strong&gt;.  This sure sounds like it&#039;s doing something with your microphone, doesn&#039;t it?  It turns out that this is a misleading description.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/tech-tips/microsoft-windows-tips/what-ielowutilexe-and-why-it-running-my-computer&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/tech-tips/microsoft-windows-tips/what-ielowutilexe-and-why-it-running-my-computer#comments</comments>
 <category domain="http://exodusdev.com/taxonomy/term/75">Internet Explorer</category>
 <category domain="http://exodusdev.com/category/topic/general/microsoft-windows">Microsoft Windows</category>
 <category domain="http://exodusdev.com/category/topic/tech-tips">Tech Tips</category>
 <pubDate>Thu, 14 Jul 2011 19:05:50 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">232 at http://exodusdev.com</guid>
</item>
<item>
 <title>Drupal 6 Block Cache Mode Patch Module</title>
 <link>http://exodusdev.com/tech-tips/drupal-tips/drupal-6-block-cache-mode-patch-module</link>
 <description>&lt;h2&gt;Overview&lt;/h2&gt;

&lt;p&gt;Drupal 6 has a long-standing bug in the block module (as of 5/10/2011).  This bug affects block caching mechanisms.  The bug manifests itself if you have block caching enabled.&lt;/p&gt;

&lt;p&gt;Once a module&#039;s blocks have been registered with the system (in the &amp;#123;blocks&amp;#125; table), the &lt;a href=&quot;http://api.drupal.org/api/drupal/developer--hooks--core.php/function/hook_block/6&quot;&gt;block&#039;s caching mode settings&lt;/a&gt; are never updated in the &amp;#123;blocks&amp;#125; table, regardless of subsequent cache flushes or other system updates.  This is only a problem for modules that change the &#039;cache&#039; info returned from &lt;a href=&quot;http://api.drupal.org/api/drupal/developer--hooks--core.php/function/hook_block/6&quot;&gt;hook_block&lt;/a&gt; op=&#039;list&#039; calls.&lt;/p&gt;

&lt;p&gt;Uninstalling and re-installing the module won&#039;t fix the problem due to another Drupal 6 bug.&lt;/p&gt;

&lt;h3&gt;More info&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/235673&quot;&gt;Issue 235673&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/735900&quot;&gt;Issue 735900&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/1155634&quot;&gt;Issue 1155634&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This problem impacts any module that changes the caching mode returned in hook_block(&#039;info&#039;) operation.  In particular, the &lt;strong&gt;views module&lt;/strong&gt; allows you to edit a block view&#039;s caching mode after creation, but, due to this bug, the changes will never take effect, leading to much head-scratching.&lt;/p&gt;

&lt;h3&gt;More info&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/257267&quot;&gt;Issue 257267&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;The fix&lt;/h2&gt;

&lt;p&gt;There are a few core patches available (see Issue 235673, above), but they may not apply cleanly to your Drupal 6 installation; I don&#039;t patch core unless there&#039;s a critical need.  In this case, the patches failed to apply on the sites that needed the fix.  So I created a simple custom module that implements the guts of the most recent patch.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Note: You can download the module in the Attachments section, below.  Leave a comment if you find this module useful, or, if you have questions about it.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/tech-tips/drupal-tips/drupal-6-block-cache-mode-patch-module&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/tech-tips/drupal-tips/drupal-6-block-cache-mode-patch-module#comments</comments>
 <category domain="http://exodusdev.com/category/topic/software-development/cms/drupal/drupal-6x">Drupal 6.x</category>
 <category domain="http://exodusdev.com/category/topic/software-development/cms/drupal/drupal-annoyances">Drupal Annoyances</category>
 <category domain="http://exodusdev.com/category/tags/drupal-blocks">Drupal Blocks</category>
 <category domain="http://exodusdev.com/category/tags/drupal-caching">Drupal Caching</category>
 <category domain="http://exodusdev.com/category/tags/drupal-patches">Drupal Patches</category>
 <category domain="http://exodusdev.com/category/topic/software-development/cms/drupal/drupal-modules">Drupal Modules</category>
 <category domain="http://exodusdev.com/category/topic/software-development/cms/drupal/drupal-tips-and-tricks">Drupal tips and tricks</category>
 <enclosure url="http://exodusdev.com/sites/default/files/block_cache_mode_rehasher-6.x-1.x-dev.tar.gz" length="8385" type="application/octet-stream" />
 <pubDate>Fri, 13 May 2011 16:46:39 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">231 at http://exodusdev.com</guid>
</item>
<item>
 <title>Essential Drupal Modules for Drupal 7</title>
 <link>http://exodusdev.com/content/essential-drupal-modules-drupal-7</link>
 <description>&lt;p&gt;Drupal 7 has been released.  As expected, it appears to be a significant improvement over Drupal 6 and earlier versions.  Congratulations to the core team for this major milestone!&lt;/p&gt;
&lt;p&gt;But what about essential contributed modules?  The &lt;a href=&quot;http://d7cx.com/&quot;&gt;#D7CX (Drupal 7 Contrib Experience)&lt;/a&gt; effort was intended to ensure that Drupal 7 did not suffer the same fate as the Drupal 6 release -- many modules were not available for Drupal 6 well after its release (the problem continues to this day).&lt;br /&gt;
&lt;br class=&quot;clear-block&quot; /&gt;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
In order to make the biggest possible impact, we need as many modules as possible to have full Drupal 7 releases on the day when core Drupal 7 is released. Our failure to accomplish this for Drupal 6 was devastating. So, let&#039;s turn our attention toward D7CX - Drupal 7 Contrib Experience.&lt;/p&gt;
&lt;p&gt;We are collecting pledges from maintainers to support the D7CX effort. A pledge consists of writing a statement like below at the top of your project page on drupal.org. [...]&lt;/p&gt;
&lt;p&gt;Source: &lt;a href=&quot;http://d7cx.com/node/1&quot; title=&quot;http://d7cx.com/node/1&quot;&gt;http://d7cx.com/node/1&lt;/a&gt; (now defunct)
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;My experience shows that availability of stable contributed modules is crucial to adoption: I delayed migration from Drupal 5 to Drupal 6 on my existing web sites for well over a year, and when rolling out a new web site that would have been perfectly suited to Drupal, I chose to roll out with Drupal 5 due to the availability of fully released and tested contributed modules.&lt;/p&gt;
&lt;p&gt;As a former Drupal contrib module developer, I understand the difficulties related to upgrading modules for each major version&#039;s new release.  I&#039;m just now getting back into Drupal module development, and with the Drupal 7 release now a reality, I wanted to know how successful the #D7CX pledge effor twas.  So I started digging around, looking for contributed modules with a full &lt;/p&gt;
&lt;p&gt;As of today, 1/9/2011, here are some of my favorite Drupal contributed modules that do not have a full Drupal 7 release available on the project homepage.  (Most have alpha, beta, or -dev versions available, and they may be perfectly usable on a production site, though I&#039;d suggest a thorough test first.)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Administration Menu&lt;/li&gt;
&lt;li&gt;Adsense&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/project/adsense_injector&quot;&gt;Adsense Injector&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Amazon&lt;/li&gt;
&lt;li&gt;Bad Behavior&lt;/li&gt;
&lt;li&gt;Devel&lt;/li&gt;
&lt;li&gt;Google Analytics&lt;/li&gt;
&lt;li&gt;Image API&lt;/li&gt;
&lt;li&gt;LoginToboggan&lt;/li&gt;
&lt;li&gt;Mollom&lt;/li&gt;
&lt;li&gt;Panels&lt;/li&gt;
&lt;li&gt;PathAuto&lt;/li&gt;
&lt;li&gt;Token&lt;/li&gt;
&lt;li&gt;Views&lt;/li&gt;
&lt;li&gt;XML Sitemaps&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So, unless I misunderstand what &quot;a full Drupal 7 release&quot; means, it looks like we have a ways to go.  I will see if there is any way I can assist in the effort...&lt;/p&gt;
&lt;p&gt;How about you?  What modules do you rely on, and are they available for Drupal 7 as a full release?  If not, what can you do to help make the Drupal 7 version available soon?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/content/essential-drupal-modules-drupal-7&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/content/essential-drupal-modules-drupal-7#comments</comments>
 <category domain="http://exodusdev.com/category/tags/d7cx">#D7CX</category>
 <category domain="http://exodusdev.com/category/topic/software-development/cms/drupal">Drupal</category>
 <category domain="http://exodusdev.com/category/topic/software-development/cms/drupal/drupal-6x">Drupal 6.x</category>
 <category domain="http://exodusdev.com/category/topic/software-development/cms/drupal/drupal-7">Drupal 7</category>
 <category domain="http://exodusdev.com/category/topic/software-development/cms/drupal/drupal-modules">Drupal Modules</category>
 <pubDate>Sun, 09 Jan 2011 19:21:01 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">223 at http://exodusdev.com</guid>
</item>
<item>
 <title>How do I erase or delete an Evercookie?</title>
 <link>http://exodusdev.com/blogs/mike/how-do-i-erase-or-delete-evercookie</link>
 <description>&lt;h3&gt;What&#039;s an evercookie?&lt;/h3&gt;
&lt;p&gt;An &lt;a href=&quot;http://samy.pl/evercookie/&quot;&gt;evercookie&lt;/a&gt; is a persistent cookie that uses numerous clever techniques to &lt;strong&gt;avoid full deletion&lt;/strong&gt; by the user.  Think of it as a &quot;super-cookie&quot; that can be used to track your online activities even though you have taken steps to protect yourself, and you think you are protected against tracking.&lt;/p&gt;
&lt;p&gt;To make matters worse, evercookies use something known as a &lt;strong&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://en.wikipedia.org/wiki/Local_Shared_Object&quot;&gt;local shared object&lt;/a&gt;&lt;/strong&gt; (a Flash variable) to provide cross-browser tracking.  This is another great reason to block Flash by default -- if you are a FireFox user, you really should be using &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/433/&quot;&gt;FlashBlock&lt;/a&gt;, &lt;a href=&quot;http://noscript.net/&quot;&gt;NoScript&lt;/a&gt;, or other techniques to avoid auto-loading Flash animations in your browser.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/blogs/mike/how-do-i-erase-or-delete-evercookie&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/blogs/mike/how-do-i-erase-or-delete-evercookie#comments</comments>
 <category domain="http://exodusdev.com/category/tags/cookies">Cookies</category>
 <category domain="http://exodusdev.com/category/tags/evercookie">Evercookie</category>
 <category domain="http://exodusdev.com/category/tags/flash-cookies">Flash Cookies</category>
 <category domain="http://exodusdev.com/category/tags/privacy">Privacy</category>
 <category domain="http://exodusdev.com/category/tags/tracking">Tracking</category>
 <pubDate>Tue, 12 Oct 2010 16:47:08 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">220 at http://exodusdev.com</guid>
</item>
<item>
 <title>Just in time for the elections: &quot;I&#039;m an anarchist... and I vote&quot; bumper stickers!</title>
 <link>http://exodusdev.com/blogs/mike/just-time-elections-im-anarchist-and-i-vote-bumper-stickers</link>
 <description>&lt;p&gt;I found this on Zazzle.com -- a funny bumper sticker:&lt;/p&gt;
&lt;div style=&quot;text-align:center;line-height:150%&quot;&gt;&lt;a href=&quot;http://www.zazzle.com/im_an_anarchist_and_i_vote_bumper_sticker-128271880070403038?rf=238286891371846446&quot;&gt;&lt;img src=&quot;http://rlv.zcache.com/im_an_anarchist_and_i_vote_bumper_sticker-p12827188007040303883h9_325.jpg&quot; alt=&quot;I&#039;m an anarchist -- and I vote bumpersticker&quot; style=&quot;border:0;&quot; /&gt;&lt;/a&gt;
&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/blogs/mike/just-time-elections-im-anarchist-and-i-vote-bumper-stickers&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/blogs/mike/just-time-elections-im-anarchist-and-i-vote-bumper-stickers#comments</comments>
 <category domain="http://exodusdev.com/category/tags/elections">Elections</category>
 <category domain="http://exodusdev.com/taxonomy/term/92">humor</category>
 <pubDate>Thu, 07 Oct 2010 03:03:28 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">219 at http://exodusdev.com</guid>
</item>
<item>
 <title>Revert to XP-Style Alt-Tab (&#039;Coolswitch&#039;) behavior in Windows 7 and Windows Vista</title>
 <link>http://exodusdev.com/content/revert-xp-style-alt-tab-coolswitch-behavior-windows-7-and-windows-vista</link>
 <description>&lt;p&gt;If you are a longtime Windows user (as I am, I&#039;ve been using Windows since version 1.03 in 1987), you&#039;ve probably developed some deeply-ingrained habits.  &lt;/p&gt;
&lt;p&gt;On of my most oft-used techniques from the old days: &lt;strong&gt;Switching between desktop windows using the Alt+Tab key combination&lt;/strong&gt;, A.K.A. &lt;strong&gt;&#039;Coolswitch&#039;&lt;/strong&gt;.  Windows 7 and Windows Vista have altered this feature, and not for the better, in my opinion.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/content/revert-xp-style-alt-tab-coolswitch-behavior-windows-7-and-windows-vista&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/content/revert-xp-style-alt-tab-coolswitch-behavior-windows-7-and-windows-vista#comments</comments>
 <category domain="http://exodusdev.com/category/tags/alt-tab">Alt-Tab</category>
 <category domain="http://exodusdev.com/category/tags/coolswitch">Coolswitch</category>
 <category domain="http://exodusdev.com/category/tags/windows-7">Windows 7</category>
 <category domain="http://exodusdev.com/windows-annoyances">Windows annoyances</category>
 <category domain="http://exodusdev.com/category/tags/windows-power-user">Windows Power User</category>
 <category domain="http://exodusdev.com/taxonomy/term/228">Windows Vista</category>
 <category domain="http://exodusdev.com/category/topic/general/microsoft-windows">Microsoft Windows</category>
 <category domain="http://exodusdev.com/category/topic/tech-tips">Tech Tips</category>
 <enclosure url="http://exodusdev.com/sites/default/files/hkcu-software-microsoft-windows-currentversion-explorer-AltTabSettings.reg" length="292" type="application/octet-stream" />
 <pubDate>Sun, 25 Jul 2010 16:57:33 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">218 at http://exodusdev.com</guid>
</item>
<item>
 <title>Wacom Cintiq 21ux -- simply awesome!</title>
 <link>http://exodusdev.com/blogs/mike/wacom-cintiq-21ux-simply-awesome</link>
 <description>&lt;div style=&quot;width: 240px; height: 240px; float:left; padding: 0 .1 em 0 0;&quot;&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.amazon.com/gp/product/B0038PQCQK?ie=UTF8&amp;amp;tag=exodusdeveloi-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B0038PQCQK&quot;&gt;&lt;img width=&quot;240px&quot; height=&quot;240px&quot; src=&quot;http://ecx.images-amazon.com/images/I/41nGewfAnCL._SL500_AA300_.jpg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;The &lt;a rel=&quot;nofollow&quot; href=&quot;http://www.amazon.com/gp/product/B0038PQCQK?ie=UTF8&amp;amp;tag=exodusdeveloi-20&amp;amp;linkCode=as2&amp;amp;camp=1789&amp;amp;creative=390957&amp;amp;creativeASIN=B0038PQCQK&quot;&gt;Wacom CINTIQ 21UX (DTK2100) 21-Inch Pen Display&lt;/a&gt;&lt;img src=&quot;http://www.assoc-amazon.com/e/ir?t=exodusdeveloi-20&amp;amp;l=as2&amp;amp;o=1&amp;amp;a=B0038PQCQK&quot; width=&quot;1&quot; height=&quot;1&quot; border=&quot;0&quot; alt=&quot;&quot; style=&quot;border:none !important; margin:0px !important;&quot; /&gt; is just awesome.  I&#039;m thinking of ordering one soon.  &lt;/p&gt;
&lt;p&gt;Seems like many online vendors are backordered one to two weeks.  Is this due to popularity or is there a production issue that&#039;s preventing shops from restocking?&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/blogs/mike/wacom-cintiq-21ux-simply-awesome&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/blogs/mike/wacom-cintiq-21ux-simply-awesome#comments</comments>
 <category domain="http://exodusdev.com/category/tags/cintiq-21ux">Cintiq 21ux</category>
 <category domain="http://exodusdev.com/category/tags/wacom">Wacom</category>
 <category domain="http://exodusdev.com/category/topic/general">General</category>
 <pubDate>Sat, 24 Apr 2010 21:01:12 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">216 at http://exodusdev.com</guid>
</item>
<item>
 <title>Drupal for E-Commerce</title>
 <link>http://exodusdev.com/content/drupal-e-commerce</link>
 <description>&lt;h2&gt;Using Drupal for E-Commerce&lt;/h2&gt;
&lt;p&gt;So, you&#039;re using Drupal to run your site.  You&#039;d like to &lt;strong&gt;sell products to site visitors&lt;/strong&gt;.  What are your options?  This page provides an overview of some of the available solutions.&lt;/p&gt;
&lt;h3&gt;Drupal and Paypal&lt;/h3&gt;
&lt;p&gt;You can &#039;roll-your-own&#039; integration, or use the &lt;a href=&quot;http://drupal.org/project/lm_paypal&quot;&gt;LM_Paypal module&lt;/a&gt;.  &lt;/p&gt;
&lt;p&gt;The LM_Paypal module is not intended to be a full e-commerce solution, but it does provide some types of built-in PayPal payment notifications, and when payment is completed, LM_Paypal module receives and records the notification.  It allows for very simple automated donations, subscriptions, and paid advertisements.  You should evaluate this module to see if it meets your needs.  There are some significant limitations, so be sure to read the &lt;a href=&quot;http://drupal.org/project/issues/lm_paypal?categories=All&quot;&gt;issues queue&lt;/a&gt; to ensure that the module does what you want it to do.&lt;/p&gt;
&lt;h3&gt;Drupal and E-Junkie&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://www.e-junkie.com&quot;&gt;E-Junkie&lt;/a&gt; is a lightweight online shopping cart and fulfillment system.  This blurb, taken from their home page, describes the system.&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;
E-junkie provides shopping cart and buy now buttons to let you sell downloads and tangible goods on your website, eBay, MySpace, Google Base, CraigsList and other websites using PayPal Standard, PayPal Pro, Google Checkout, Authorize.Net, TrialPay, ClickBank and 2CheckOut.&lt;/p&gt;
&lt;p&gt;For merchants selling downloads, we automate and secure the digital delivery of files and codes. If you are selling tangible goods, we automate the shipping calculation and inventory management. Our shopping cart has a built in sales tax, VAT, packaging and shipping cost calculator.
&lt;/p&gt;&lt;/blockquote&gt;
&lt;h4&gt;E-Junkie Drupal Integration&lt;/h4&gt;
&lt;p&gt;That sounds great, but how do I &lt;strong&gt;integrate E-Junkie with Drupal&lt;/strong&gt;?  At present, I have not found any third-party Drupal modules offering &lt;strong&gt;E-Junkie and Drupal integration&lt;/strong&gt;.  &lt;/p&gt;
&lt;p&gt;There are integration examples and how-to posts floating around on the web, however:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.e-junkie.com/bb/topic/224&quot;&gt;Using E-junkie with Drupal&lt;/a&gt; (E-Junkie forum)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://drupal.org/node/180219&quot;&gt;E-Junkie Shopping Cart works with jQuery Update module in Drupal 5&lt;/a&gt; (Drupal.org)&lt;/li&gt;
&lt;/ul&gt;
&lt;h3&gt;Drupal and Ubercart&lt;/h3&gt;
&lt;p&gt;&lt;a href=&quot;http://www.ubercart.org/&quot;&gt;Ubercart&lt;/a&gt; is an extensible e-commerce system that provides native product and shopping cart management within Drupal.  Configuration can be somewhat complicated, but it does offer a complete solution with numerous add-in modules.  You should plan for significant configuration, customization, and theming effort if the standard appearance and features are not close to what you want.&lt;/p&gt;
&lt;p&gt;Extension modules of varying quality are available, and these may help you implement the features you want&amp;ndash;be sure to set up a test site and verify all functionality before &quot;going live&quot;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/content/drupal-e-commerce&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://exodusdev.com/category/topic/software-development/cms/drupal">Drupal</category>
 <category domain="http://exodusdev.com/category/topic/software-development/cms/drupal/drupal-6x">Drupal 6.x</category>
 <category domain="http://exodusdev.com/taxonomy/term/189">e-commerce</category>
 <category domain="http://exodusdev.com/category/topic/tech-tips">Tech Tips</category>
 <pubDate>Sat, 30 Jan 2010 17:34:36 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">214 at http://exodusdev.com</guid>
</item>
<item>
 <title>Web server performance tuning and benchmarking - grab bag</title>
 <link>http://exodusdev.com/blogs/mike/web-server-performance-tuning-and-benchmarking-grab-bag</link>
 <description>&lt;p&gt;I&#039;ve been working on web site performance optimizations lately (though you might not believe it when visiting this site...)&lt;/p&gt;
&lt;p&gt;I&#039;ve come across a few useful performance-related resources that I&#039;ve been using lately:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.die.net/musings/page_load_time/&quot;&gt;Optimizing Page Load Time&lt;/a&gt;&amp;ndash;An excellent overview of many issues that can affect web site performance&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.webpagetest.org/test&quot;&gt;Online web page benchmarking tool&lt;/a&gt; (webpagetest.org)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://2bits.com/articles/benchmarking-apc-vs-eaccelerator-using-drupal.html&quot;&gt;Benchmarking APC vs. eAccelerator using Drupal&lt;/a&gt; (2bits.com)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/blogs/mike/web-server-performance-tuning-and-benchmarking-grab-bag&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/blogs/mike/web-server-performance-tuning-and-benchmarking-grab-bag#comments</comments>
 <category domain="http://exodusdev.com/category/tags/apache">apache</category>
 <category domain="http://exodusdev.com/category/tags/apc">APC</category>
 <category domain="http://exodusdev.com/category/tags/benchmarking">Benchmarking</category>
 <category domain="http://exodusdev.com/category/tags/eaccelerator">eAccelerator</category>
 <category domain="http://exodusdev.com/category/tags/php-performance">PHP Performance</category>
 <category domain="http://exodusdev.com/category/tags/web-server-performance">Web Server Performance</category>
 <category domain="http://exodusdev.com/category/topic/tech-tips/webmaster-tools">Webmaster Tools</category>
 <category domain="http://exodusdev.com/category/topic/tech-tips">Tech Tips</category>
 <pubDate>Fri, 22 Jan 2010 20:36:15 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">213 at http://exodusdev.com</guid>
</item>
<item>
 <title>Module: Disable collapsible fieldset animations in Drupal 5</title>
 <link>http://exodusdev.com/content/module-disable-collapsible-fieldset-animations-drupal-5</link>
 <description>&lt;p&gt;Drupal 5 and later versions provide an animation when you expand or collapse a collapsible form fieldset.  &lt;/p&gt;
&lt;p&gt;While this is a nifty effect, it can be annoying to some users, and it can slow you down when viewing a web page over a Remote Desktop session in Windows (I use Remote Desktop a lot at home, and the expand/collapse animation can take seconds to complete depending on network speed&amp;ndash;it all adds up).&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/content/module-disable-collapsible-fieldset-animations-drupal-5&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/content/module-disable-collapsible-fieldset-animations-drupal-5#comments</comments>
 <category domain="http://exodusdev.com/category/tags/collapsible-fieldsets">Collapsible Fieldsets</category>
 <category domain="http://exodusdev.com/category/topic/software-development/cms/drupal">Drupal</category>
 <category domain="http://exodusdev.com/category/topic/software-development/cms/drupal/drupal-5x">Drupal 5.x</category>
 <category domain="http://exodusdev.com/category/topic/software-development/cms/drupal/drupal-annoyances">Drupal Annoyances</category>
 <category domain="http://exodusdev.com/taxonomy/term/198">JavaScript</category>
 <category domain="http://exodusdev.com/category/tags/performance">Performance</category>
 <category domain="http://exodusdev.com/category/topic/software-development/cms/drupal/drupal-modules">Drupal Modules</category>
 <category domain="http://exodusdev.com/category/topic/software-development/cms/drupal/drupal-tips-and-tricks">Drupal tips and tricks</category>
 <enclosure url="http://exodusdev.com/sites/default/files/fieldset_animation_disable-0.2-dev.tar.gz" length="1044" type="application/octet-stream" />
 <pubDate>Tue, 29 Dec 2009 22:30:29 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">211 at http://exodusdev.com</guid>
</item>
<item>
 <title>Drupal 6.x Sub-Theme Development Troubleshooting Checklist</title>
 <link>http://exodusdev.com/content/drupal-6x-sub-theme-development-troubleshooting-checklist</link>
 <description>&lt;p&gt;The &lt;a href=&quot;http://drupal.org/node/225125&quot; title=&quot;&quot;&gt;Drupal Sub-Theme system&lt;/a&gt; is a welcome addition to the Drupal system.  There are a few gotchas that can trip up the unwary. 
Here&#039;s a quick troubleshooting list to check when you are creating a sub-theme based on an existing Drupal theme.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Disable Drupal&#039;s CSS and JavaScript caching in your site&#039;s admin settings/performance page: example.com/admin/settings/performance&lt;/li&gt;
&lt;li&gt;Be sure to define at least one style sheet in your .info file.  Base theme style sheets are not inherited unless you define at least one style sheet for your sub-theme&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Avoid Frustration&lt;/strong&gt;:  Some changes won&#039;t take effect right away.  Rebuild the Drupal theme cache by visiting your site&#039;s admin/build/themes page (hit the browser reload button just to be certain!)&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;White Screen Of Death?&lt;/strong&gt;: If you override one of the base theme&#039;s template files, then later delete it, you may fall victim to the dreaded &lt;strong&gt;WSOD&lt;/strong&gt;, and will be unable to access the site.  Solution:  the &lt;strong&gt;theme cache may need to be cleared&lt;/strong&gt;.&lt;br /&gt;

&lt;ul&gt;
&lt;li&gt;If you can&#039;t access your site due to a &lt;strong&gt;WSOD&lt;/strong&gt;, use a SQL query to delete the theme cache entry from the {cache} table:   &lt;code&gt;delete from cache where cid like &#039;theme_registry%&#039;;&lt;/code&gt;  then reload your site&#039;s page.  For more information, see &lt;a href=&quot;http://drupal.org/node/337176&quot; title=&quot;Clearing Drupal 6.x theme cache&quot;&gt;Clearing the Theme Cache&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/content/drupal-6x-sub-theme-development-troubleshooting-checklist&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://exodusdev.com/category/topic/software-development/cms/drupal/drupal-6x">Drupal 6.x</category>
 <category domain="http://exodusdev.com/category/topic/software-development/cms/drupal/drupal-6x/drupal-6x-theming/drupal-6x-sub-theming">Drupal 6.x Sub-Theming</category>
 <category domain="http://exodusdev.com/category/topic/software-development/cms/drupal/drupal-6x/drupal-6x-theming">Drupal 6.x Theming</category>
 <category domain="http://exodusdev.com/category/tags/drupal-theme-cache">Drupal Theme Cache</category>
 <pubDate>Thu, 19 Nov 2009 18:47:06 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">207 at http://exodusdev.com</guid>
</item>
<item>
 <title>7 things make Windows 7 (and other versions) easier</title>
 <link>http://exodusdev.com/content/7-things-make-windows-7-and-other-versions-easier</link>
 <description>&lt;p&gt;These are some of my favorite Windows system tweaks and usage tips.  I usually customize every new computer or Microsoft Windows installation using some or all of the items found here.&lt;/p&gt;
&lt;p&gt;In most cases, I won&#039;t tell you how to make each tweak&amp;ndash;that&#039;s been done ad nauseum&amp;ndash;so I&#039;ll share my suggestions and provide links to instructions on how to make the changes.&lt;/p&gt;
&lt;p&gt;This article is presented in multi-part &#039;book&#039; form; please see the links below.&lt;br /&gt;
&lt;br class=&quot;clear&quot; /&gt;&lt;/p&gt;
</description>
 <comments>http://exodusdev.com/content/7-things-make-windows-7-and-other-versions-easier#comments</comments>
 <category domain="http://exodusdev.com/windows-annoyances">Windows annoyances</category>
 <category domain="http://exodusdev.com/category/topic/general/7-things">7 Things</category>
 <category domain="http://exodusdev.com/category/topic/general/microsoft-windows">Microsoft Windows</category>
 <category domain="http://exodusdev.com/category/topic/tech-tips">Tech Tips</category>
 <pubDate>Sun, 15 Nov 2009 18:15:51 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">197 at http://exodusdev.com</guid>
</item>
<item>
 <title>Improve your vision: expand or improve your Windows computer&#039;s display quality</title>
 <link>http://exodusdev.com/content/improve-your-vision-expand-or-improve-your-windows-computers-display-quality</link>
 <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;This page is part of a 7-part story, &lt;a href=&quot;http://exodusdev.com/content/7-things-you-can-do-make-windows-7-and-other-versions-easier-use&quot;&gt;7 things you can do to make Windows 7 (and other versions) easier to use&lt;/a&gt;.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Applies to: All with suitable hardware&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;Why?&lt;/strong&gt; Because sometimes your current display is too small, cramped, or hard to read.&lt;br /&gt;
&lt;strong&gt;How?&lt;/strong&gt;  It depends on your system configuration, desired enhancements, and your budget.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/content/improve-your-vision-expand-or-improve-your-windows-computers-display-quality&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/content/improve-your-vision-expand-or-improve-your-windows-computers-display-quality#comments</comments>
 <category domain="http://exodusdev.com/category/tags/display-quality">Display Quality</category>
 <category domain="http://exodusdev.com/category/tags/dual-monitor">Dual Monitor</category>
 <category domain="http://exodusdev.com/category/tags/font-scaling">Font Scaling</category>
 <category domain="http://exodusdev.com/category/tags/multiple-monitors">Multiple Monitors</category>
 <category domain="http://exodusdev.com/category/tags/native-resolution">Native Resolution</category>
 <category domain="http://exodusdev.com/category/topic/general/7-things">7 Things</category>
 <category domain="http://exodusdev.com/category/topic/general/microsoft-windows">Microsoft Windows</category>
 <pubDate>Sun, 15 Nov 2009 07:43:27 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">205 at http://exodusdev.com</guid>
</item>
<item>
 <title>Speed access to your favorite or oft-used Windows applications using shortcuts</title>
 <link>http://exodusdev.com/content/speed-access-your-favorite-or-oft-used-windows-applications-using-shortcuts</link>
 <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;This page is part of a 7-part story, &lt;a href=&quot;http://exodusdev.com/content/7-things-you-can-do-make-windows-7-and-other-versions-easier-use&quot;&gt;7 things you can do to make Windows 7 (and other versions) easier to use&lt;/a&gt;.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Applies to: All&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;Why?&lt;/strong&gt;  It helps to have quicker access to your frequently used Windows applications.&lt;br /&gt;
&lt;strong&gt;How?&lt;/strong&gt; Create desktop shortcuts.  Create &quot;Quick Launch&quot; toolbar shortcuts.  Create custom keyboard shortcuts to speed-launch your favorite applications by pressing a key combination.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/content/speed-access-your-favorite-or-oft-used-windows-applications-using-shortcuts&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/content/speed-access-your-favorite-or-oft-used-windows-applications-using-shortcuts#comments</comments>
 <category domain="http://exodusdev.com/category/tags/windows-shortcut-keys">Windows shortcut keys</category>
 <category domain="http://exodusdev.com/category/topic/general/7-things">7 Things</category>
 <category domain="http://exodusdev.com/category/topic/general/microsoft-windows">Microsoft Windows</category>
 <pubDate>Sun, 15 Nov 2009 07:11:54 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">204 at http://exodusdev.com</guid>
</item>
<item>
 <title>Speed up your Windows system by reducing or eliminating auto-starting applications</title>
 <link>http://exodusdev.com/content/speed-your-windows-system-reducing-or-eliminating-auto-starting-applications</link>
 <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;This page is part of a 7-part story, &lt;a href=&quot;http://exodusdev.com/content/7-things-you-can-do-make-windows-7-and-other-versions-easier-use&quot;&gt;7 things you can do to make Windows 7 (and other versions) easier to use&lt;/a&gt;.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Applies to: All&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;Why?&lt;/strong&gt;  Because you grow weary of waiting for your Windows system to be ready to use.&lt;br /&gt;
&lt;strong&gt;How?&lt;/strong&gt; Eliminate some of those notification area icons.  Uninstall those programs you never use.&lt;/p&gt;
&lt;h4&gt;Helpful utilities and information&lt;/h4&gt;
&lt;ul&gt;
&lt;/ul&gt;&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/content/speed-your-windows-system-reducing-or-eliminating-auto-starting-applications&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/content/speed-your-windows-system-reducing-or-eliminating-auto-starting-applications#comments</comments>
 <category domain="http://exodusdev.com/category/tags/acrobat-reader">Acrobat Reader</category>
 <category domain="http://exodusdev.com/category/tags/adobe-reader">Adobe Reader</category>
 <category domain="http://exodusdev.com/category/tags/adobe-speed-launcher">Adobe Speed Launcher</category>
 <category domain="http://exodusdev.com/category/tags/autoruns">Autoruns</category>
 <category domain="http://exodusdev.com/category/tags/sysinternals-autoruns">Sysinternals Autoruns</category>
 <category domain="http://exodusdev.com/taxonomy/term/212">windows startup</category>
 <category domain="http://exodusdev.com/category/topic/general/7-things">7 Things</category>
 <category domain="http://exodusdev.com/category/topic/general/microsoft-windows">Microsoft Windows</category>
 <pubDate>Sun, 15 Nov 2009 06:33:28 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">203 at http://exodusdev.com</guid>
</item>
<item>
 <title>Free up disk space in Microsoft Windows</title>
 <link>http://exodusdev.com/content/free-disk-space-microsoft-windows</link>
 <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;This page is part of a 7-part story, &lt;a href=&quot;http://exodusdev.com/content/7-things-you-can-do-make-windows-7-and-other-versions-easier-use&quot;&gt;7 things you can do to make Windows 7 (and other versions) easier to use&lt;/a&gt;.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Applies to: All&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/content/free-disk-space-microsoft-windows&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/content/free-disk-space-microsoft-windows#comments</comments>
 <category domain="http://exodusdev.com/category/tags/disk-hogs">Disk Hogs</category>
 <category domain="http://exodusdev.com/category/tags/disk-space">Disk Space</category>
 <category domain="http://exodusdev.com/category/topic/general/7-things">7 Things</category>
 <category domain="http://exodusdev.com/category/topic/general/microsoft-windows">Microsoft Windows</category>
 <pubDate>Sun, 15 Nov 2009 06:12:54 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">202 at http://exodusdev.com</guid>
</item>
<item>
 <title>Start where you left off: Use hibernation features</title>
 <link>http://exodusdev.com/content/start-where-you-left-use-hibernation-features</link>
 <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;This page is part of a 7-part story, &lt;a href=&quot;http://exodusdev.com/content/7-things-you-can-do-make-windows-7-and-other-versions-easier-use&quot;&gt;7 things you can do to make Windows 7 (and other versions) easier to use&lt;/a&gt;.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Applies to: All&lt;/strong&gt;&lt;br /&gt;
&lt;strong&gt;Why?&lt;/strong&gt; Start working with your projects and documents as soon as your computer powers up.  This means you won&#039;t have to wait for Windows boot-up, then find and start your applications or open your documents; they&#039;ll be open and ready to use when you start Windows.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/content/start-where-you-left-use-hibernation-features&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/content/start-where-you-left-use-hibernation-features#comments</comments>
 <category domain="http://exodusdev.com/category/tags/hibernation">Hibernation</category>
 <category domain="http://exodusdev.com/taxonomy/term/88">power management</category>
 <category domain="http://exodusdev.com/category/topic/general/7-things">7 Things</category>
 <category domain="http://exodusdev.com/category/topic/general/microsoft-windows">Microsoft Windows</category>
 <pubDate>Sun, 15 Nov 2009 06:05:02 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">201 at http://exodusdev.com</guid>
</item>
<item>
 <title>Group taskbar entries to eliminate clutter and help you find things quickly</title>
 <link>http://exodusdev.com/content/group-taskbar-entries-eliminate-clutter-and-help-you-find-things-quickly</link>
 <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;This page is part of a 7-part story, &lt;a href=&quot;http://exodusdev.com/content/7-things-you-can-do-make-windows-7-and-other-versions-easier-use&quot;&gt;7 things you can do to make Windows 7 (and other versions) easier to use&lt;/a&gt;.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Applies to:&lt;/strong&gt; All&lt;br /&gt;
&lt;strong&gt;Why?&lt;/strong&gt; Sometimes it&#039;s a lot easier to find the window you are looking for on the taskbar if it&#039;s not cluttered with dozens of windows.&lt;br /&gt;
&lt;strong&gt;How?&lt;/strong&gt; It depends on the Windows version you&#039;re using.&lt;br /&gt;
On Windows XP, download and install TweakUI.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/content/group-taskbar-entries-eliminate-clutter-and-help-you-find-things-quickly&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/content/group-taskbar-entries-eliminate-clutter-and-help-you-find-things-quickly#comments</comments>
 <category domain="http://exodusdev.com/category/tags/group-taskbar-items">Group Taskbar Items</category>
 <category domain="http://exodusdev.com/category/topic/general/7-things">7 Things</category>
 <category domain="http://exodusdev.com/category/topic/general/microsoft-windows">Microsoft Windows</category>
 <pubDate>Sun, 15 Nov 2009 06:00:15 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">200 at http://exodusdev.com</guid>
</item>
<item>
 <title>Use handy Windows shortcut keys</title>
 <link>http://exodusdev.com/content/use-handy-windows-shortcut-keys</link>
 <description>&lt;p&gt;&lt;strong&gt;&lt;em&gt;This page is part of a 7-part story, &lt;a href=&quot;http://exodusdev.com/content/7-things-you-can-do-make-windows-7-and-other-versions-easier-use&quot;&gt;7 things you can do to make Windows 7 (and other versions) easier to use&lt;/a&gt;.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Applies to:&lt;/strong&gt; All, with Windows Enhanced Keyboard connected.&lt;br /&gt;
&lt;strong&gt;Why?&lt;/strong&gt;  Because it provides several useful shortcuts that makes &lt;em&gt;living with Windows&lt;/em&gt; a bit easier.&lt;br /&gt;
&lt;strong&gt;How?&lt;/strong&gt; Learn and use the available shortcut keys.&lt;br /&gt;
The misunderstood and mostly ignored &lt;strong&gt;Windows Logo Key (&lt;img src=&quot;/sites/default/files/windows-logo-key.png&quot; /&gt;)&lt;/strong&gt; is one of my favorite keys.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/content/use-handy-windows-shortcut-keys&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/content/use-handy-windows-shortcut-keys#comments</comments>
 <category domain="http://exodusdev.com/category/tags/windows-shortcut-keys">Windows shortcut keys</category>
 <category domain="http://exodusdev.com/category/topic/general/7-things">7 Things</category>
 <category domain="http://exodusdev.com/category/topic/general/microsoft-windows">Microsoft Windows</category>
 <pubDate>Sun, 15 Nov 2009 05:54:32 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">199 at http://exodusdev.com</guid>
</item>
<item>
 <title>Windows Errors - find and fix them</title>
 <link>http://exodusdev.com/windows-errors</link>
 <description>&lt;h2&gt;Windows 7, XP and Windows Vista Troubleshooting&lt;/h2&gt;
&lt;h3&gt;Find and fix DLL errors in Windows 7, Vista and XP&lt;/h3&gt;
&lt;p&gt;When you encounter a Dynamic-Link Library error (DLL error) or related Windows 7, XP or Windows Vista error, what can you do about it?  How can you track down the source of the problem and, one hopes, fix the problem?&lt;/p&gt;
&lt;p&gt;With a little bit of Windows troubleshooting skills one can usually find the problem and fix it.  If a Windows error of this type is troubling you, it can be fixed in most cases with some effort.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/windows-errors&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/windows-errors#comments</comments>
 <category domain="http://exodusdev.com/taxonomy/term/218">dll error</category>
 <category domain="http://exodusdev.com/taxonomy/term/217">dll errors</category>
 <category domain="http://exodusdev.com/taxonomy/term/219">windows dll error</category>
 <category domain="http://exodusdev.com/taxonomy/term/405">windows error</category>
 <category domain="http://exodusdev.com/taxonomy/term/220">windows xp troubleshooting</category>
 <category domain="http://exodusdev.com/category/topic/tech-tips/windows-error-messages">Windows Error Messages</category>
 <category domain="http://exodusdev.com/category/topic/general/microsoft-windows">Microsoft Windows</category>
 <category domain="http://exodusdev.com/category/topic/tech-tips">Tech Tips</category>
 <pubDate>Mon, 26 Oct 2009 16:14:12 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">87 at http://exodusdev.com</guid>
</item>
<item>
 <title>FTC disclosure guidelines for website publishing</title>
 <link>http://exodusdev.com/tech-tips/ftc-guidelines-for-webmasters</link>
 <description>&lt;p&gt;I just stumbled on to &lt;a href=&quot;http://www.ftc.gov/bcp/conline/pubs/buspubs/dotcom/index.pdf&quot; target=&quot;_blank&quot;&gt;this PDF file&lt;/a&gt; that provides examples of misleading advertising or claims and how to avoid them when building a web site or page.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Update 10/10/2009: The FTC  now requires disclosure if you&#039;ve received gifts or other consideration from an advertiser whose products or services you write about.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;More info:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;http://www.ftc.gov/opa/2009/10/endortest.shtm&quot;&gt;FTC Publishes Final Guides Governing Endorsements, Testimonials&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;a href=&quot;http://exodusdev.com/tech-tips/ftc-guidelines-for-webmasters&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://exodusdev.com/tech-tips/ftc-guidelines-for-webmasters#comments</comments>
 <category domain="http://exodusdev.com/taxonomy/term/256">disclosures</category>
 <category domain="http://exodusdev.com/taxonomy/term/403">endorsements</category>
 <category domain="http://exodusdev.com/taxonomy/term/255">FTC</category>
 <category domain="http://exodusdev.com/taxonomy/term/257">misleading advertising</category>
 <category domain="http://exodusdev.com/category/topic/tech-tips">Tech Tips</category>
 <pubDate>Mon, 26 Oct 2009 03:38:01 +0000</pubDate>
 <dc:creator>Mike</dc:creator>
 <guid isPermaLink="false">102 at http://exodusdev.com</guid>
</item>
</channel>
</rss>
