<?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>Washington, DC Web Design by GroovySoup</title>
	
	<link>http://www.groovysoup.com</link>
	<description />
	<lastBuildDate>Tue, 24 Aug 2010 19:30:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/NashvilleWebDesignByGroovysoup" /><feedburner:info uri="nashvillewebdesignbygroovysoup" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Exclude Posts From Your WordPress RSS Feed By Category</title>
		<link>http://feedproxy.google.com/~r/NashvilleWebDesignByGroovysoup/~3/r-0YW3ge3Us/</link>
		<comments>http://www.groovysoup.com/exclude-posts-from-your-wordpress-rss-feed-by-category/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 02:54:10 +0000</pubDate>
		<dc:creator>Dave Newman</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[RSS]]></category>

		<guid isPermaLink="false">http://www.groovysoup.com/?p=1148</guid>
		<description><![CDATA[I realize this is a VERY specific topic but since it just happened to me, I thought I&#8217;d share. The problem: You&#8217;re using WordPress as a CMS and while you&#8217;d love for your readers to see all of the great things on your site, there are just some things that don&#8217;t need to be pushed [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-654" title="WordPress Goodies" src="http://www.groovysoup.com/wp-content/uploads/2009/12/wp1.gif" alt="WordPress Goodies" width="570" height="162" /></p>
<p>I realize this is a VERY specific topic but since it just happened to me, I thought I&#8217;d share.</p>
<p>The problem: You&#8217;re using <a class="zem_slink" title="WordPress" rel="homepage" href="http://wordpress.org">WordPress</a> as a CMS and while you&#8217;d love for your readers to see all of the great things on your site, there are just some things that don&#8217;t need to be pushed to their feed-readers. Like adding new sites to the Portfolio category or adding a second page for contact info or adding a new employee&#8217;s bio to the site. While these things are important and your readers may find them later, it&#8217;s certainly not news &#8211; unless you hired the Dalai Lama or something (<em>great, here come the Chinese hackers</em>).</p>
<p>This also has to do with the structure of your site. Granted, you&#8217;ll probably be using Pages for employee bios and contact info but if you&#8217;re reading this you&#8217;ve probably thought of a reason to filter a category from your feeds. We&#8217;re not alone. <a title="Exclude RSS Categories in WordPress" href="http://www.smashingmagazine.com/2008/12/02/10-useful-rss-hacks-for-wordpress/" target="_blank">Smashing Magazine</a>, via <a title="Exclude RSS Categories in WordPress" href="http://www.jangro.com/wordpress/excluding-posts-from-your-blog-feed/" target="_blank">Jangro.com</a> and <a href="http://www.wprecipes.com/how-to-exclude-categories-from-your-rss-feed" target="_blank">WPRecipes.com</a> have shared the solution and here it is:</p>
<p>&#8220;It’s quite simple to do so. Just add the following code to your template’s functions.php file:</p>
<pre>function myFilter($query) {
	if ($query-&gt;is_feed) {
		$query-&gt;set('cat','-5');
	}

return $query;
}

add_filter('pre_get_posts','myFilter');</pre>
<p>That will keep category with ID 5 out of the feed.&#8221;</p>
<p>You can get the Category ID by going to your Posts &gt; Categories page in your WP admin and hovering over the title of the category you want to exclude. The &#8220;ID&#8221; number is what you&#8217;re looking for. Substitute that in for the number 5 in the above example and you&#8217;re all set. <a title="Scott Jangro" href="http://www.jangro.com/wordpress/excluding-posts-from-your-blog-feed/" target="_blank">Visit Scott Jangro&#8217;s site</a> for more about using it for multiple categories and possibly Tags.</p>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://mashable.com/2010/06/10/wordpress-tweaks/">Top 10 Ways to Tweak Your WordPress Theme</a> (mashable.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.wptavern.com/wordpress-is-more-functional-over-time">WordPress Is More Functional Over Time &#8211; WP Tavern</a> (wptavern.com)</li>
<li class="zemanta-article-ul-li"><a href="http://wp-fun.co.uk/2010/05/09/wordpress-rss-seo-supremacy/">WordPress RSS, SEO Supremacy &#8211; WP Fun</a> (wp-fun.co.uk)</li>
</ul>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=c2d860a8-3179-4b86-ba9e-f93e8fcb37b1" alt="" /><span class="zem-script pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><map name='google_ad_map_1148_f4f545ed98bc0cb8'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1148?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1148_f4f545ed98bc0cb8' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1148&amp;url= http%3A%2F%2Fwww.groovysoup.com%2Fexclude-posts-from-your-wordpress-rss-feed-by-category%2F' /></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NashvilleWebDesignByGroovysoup?a=r-0YW3ge3Us:h5A6jVNBC0A:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NashvilleWebDesignByGroovysoup?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NashvilleWebDesignByGroovysoup/~4/r-0YW3ge3Us" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.groovysoup.com/exclude-posts-from-your-wordpress-rss-feed-by-category/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.groovysoup.com/exclude-posts-from-your-wordpress-rss-feed-by-category/</feedburner:origLink></item>
		<item>
		<title>Quick and Easy CSS3 Gradients</title>
		<link>http://feedproxy.google.com/~r/NashvilleWebDesignByGroovysoup/~3/N1RThq4_AMg/</link>
		<comments>http://www.groovysoup.com/quick-and-easy-css3-gradients/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 19:11:43 +0000</pubDate>
		<dc:creator>Dave Newman</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>

		<guid isPermaLink="false">http://www.groovysoup.com/?p=1098</guid>
		<description><![CDATA[I know these effects are not yet available to all browsers but they are available to all GOOD browsers. (You cannot prove that&#8217;s an IE dig) CSS gradient effects are now supported by Firefox 3.6, Safari, Chrome and ahem, Internet Explorer 5.5 &#8211; so okay maybe not all of them are good, but the newer [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://commons.wikipedia.org/wiki/File:CSS.svg"><img class="   alignright" title="A graphical depiction of a very simple css doc..." src="http://upload.wikimedia.org/wikipedia/commons/thumb/8/86/CSS.svg/275px-CSS.svg.png" alt="A graphical depiction of a very simple css doc..." width="154" height="175" /></a></p>
<p>I know these effects are not yet available to all browsers but they are available to all GOOD browsers. (<em>You cannot prove that&#8217;s an IE dig) </em><a class="zem_slink" title="Cascading Style Sheets" rel="wikipedia" href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">CSS</a> gradient effects are now supported by <a class="zem_slink" title="Firefox" rel="homepage" href="http://www.mozilla.com/firefox/">Firefox</a> 3.6, <a class="zem_slink" title="Safari" rel="homepage" href="http://www.apple.com/safari/">Safari</a>, <a class="zem_slink" title="Google Chrome" rel="homepage" href="http://www.google.com/chrome">Chrome</a> and <em>ahem,</em> Internet Explorer 5.5 &#8211; so okay maybe not all of them are good, but the newer ones are :)</p>
<p><strong>Why you should use them: </strong>Generating gradients via CSS create a much smaller page size and faster load time because you&#8217;re not loading an image that&#8217;s larger than it has to be. When we add drop shadows to images or use gradients as background images for title bars and the like, we&#8217;re forcing the browser to download another image file or one that&#8217;s bigger than it has to be. This is especially true when using PNG files for their ability to show transparency with drop shadows. <strong>So the short answer to why we should use them: load time and file size.</strong></p>
<p><strong>But what about IE? </strong>Well, support is not there yet without a hack to cover the color stop (the band of color that would appear in a true gradient) but you can get basic gradients to work. Remember that each browser will display a slightly different appearance anyway in most cases and that the effect we&#8217;re adding is not essential to the overall usefulness or user friendliness of your site. In other words: sure they&#8217;ll be different but they&#8217;ll still look good.</p>
<p><strong>So why are we talking about this anyway? </strong>Well, funny you should ask. I needed to add a quick gradient to a client&#8217;s site this morning and stumbled upon this<a title="CSS3 Gradient Generator" href="http://www.westciv.com/tools/gradients/index-moz.html" target="_blank"> great WYSIWYG browser-based gradient generator</a>. You can use it to generate Firefox and <a class="zem_slink" title="WebKit" rel="homepage" href="http://webkit.org/">Webkit</a> (Safari and Chrome) gradients right in your browser. Also check out this <a title="Cross-Browser CSS Gradients" href="http://www.webdesignerwall.com/tutorials/cross-browser-css-gradient/" target="_blank">great post</a> that addresses how to implement all of the versions so they work in most browsers, including IE.</p>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://net.tutsplus.com/tutorials/html-css-techniques/take-advantage-of-css3-to-achieve-subtle-design/">Take Advantage of CSS3 to Achieve Subtle Design</a> (net.tutsplus.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.1stwebdesigner.com/resources/css3-tutorials/">The Ultimate Roundup of 55+ CSS3 Tutorials</a> (1stwebdesigner.com)</li>
<li class="zemanta-article-ul-li"><a href="http://net.tutsplus.com/tutorials/html-css-techniques/quick-tip-pure-css-text-gradients/">Quick Tip: Pure CSS Text Gradients</a> (net.tutsplus.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.smashingmagazine.com/2010/06/17/start-using-css3-today-techniques-and-tutorials/">Start Using CSS3 Today: Techniques and Tutorials</a> (smashingmagazine.com)</li>
</ul>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=217ca2bd-f682-4a8b-98c9-732ac2b9f06f" alt="" /><span class="zem-script pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><map name='google_ad_map_1098_f4f545ed98bc0cb8'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1098?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1098_f4f545ed98bc0cb8' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1098&amp;url= http%3A%2F%2Fwww.groovysoup.com%2Fquick-and-easy-css3-gradients%2F' /></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NashvilleWebDesignByGroovysoup?a=N1RThq4_AMg:RbrJFsMQSx0:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NashvilleWebDesignByGroovysoup?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NashvilleWebDesignByGroovysoup/~4/N1RThq4_AMg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.groovysoup.com/quick-and-easy-css3-gradients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.groovysoup.com/quick-and-easy-css3-gradients/</feedburner:origLink></item>
		<item>
		<title>5 Essential WordPress Security Plugins</title>
		<link>http://feedproxy.google.com/~r/NashvilleWebDesignByGroovysoup/~3/m01bvokqzf0/</link>
		<comments>http://www.groovysoup.com/5-essential-wordpress-security-plugins/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 18:55:49 +0000</pubDate>
		<dc:creator>Dave Newman</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[plug ins]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.groovysoup.com/?p=1088</guid>
		<description><![CDATA[I know there are TONS of WordPress security-related plugins out there but these are the ones that work for me and have shown to be without conflicts and are easy to install and use. Most importantly, they also find, kill and (so far) prevent malware and hidden javascript links. I put this list together because [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.groovysoup.com/wp-content/uploads/2009/12/wp1.gif"><img class="alignnone size-full wp-image-654" title="WordPress Goodies" src="http://www.groovysoup.com/wp-content/uploads/2009/12/wp1.gif" alt="" width="570" height="162" /></a></p>
<p>I know there are TONS of <a class="zem_slink" title="WordPress" rel="homepage" href="http://wordpress.org">WordPress</a> security-related plugins out there but these are the ones that work for me and have shown to be without conflicts and are easy to install and use. Most importantly, they also find, kill and (so far) prevent malware and hidden javascript links. I put this list together because I was constantly fighting a battle to keep spam links off my WordPress sites and couldn&#8217;t afford to keep spending the hours necessary to clean out the files that kept making their way back into my sites and directories.</p>
<p>Before you try any of the plug ins below to fix what might already be broken, update your WordPress install to the <a href="http://wordpress.org/download/" target="_blank">latest version</a>. That may overwrite files that you don&#8217;t want in there. If that doesn&#8217;t cure you, you can back up your theme, uploads and plugin files and start with a clean WP install. That will <strong>for sure</strong> eliminate any files that don&#8217;t belong in the core WP install. That won&#8217;t fix those files that may be in your themes, plugins or uploads though. That&#8217;s where I went to the plugins to find some help.</p>
<ol>
<li><strong><a href="http://wordpress.org/extend/plugins/jw-cloud-sites-wp-scanner" target="_blank">Cloud Sites WP Scanner</a></strong>: This plugin &#8211; designed to work with <a class="zem_slink" title="Rackspace Cloud" rel="homepage" href="http://www.rackspacecloud.com">Rackspace Cloud</a> Sites &#8211; adjusts your file permissions so they&#8217;re more secure, and can be used to look for ALL &#8220;non-core files, modified core files, auto loading options with malicious code, and posts/pages injected with javascript.&#8221; Now this last bit may give you a small heart attack, especially if you use <a class="zem_slink" title="Zemanta" rel="homepage" href="http://www.zemanta.com">Zemanta</a> on your blog. EVERY post on your site that contains javascript will be listed. This is where I found the malware on one site but you do have to sift through a lot and know what kind of code you&#8217;re loading into posts by default. This is worth the install for the file permission info alone. I&#8217;ve got a screenshot of the corrected permissions below and I hope that <a href="http://jacksonwhelan.com/" target="_blank">Jackson</a> doesn&#8217;t sue me for it.</li>
<li><strong><a href="http://wordpress.org/extend/plugins/bad-behavior/" target="_blank">Bad Behavior</a></strong>: This plugin takes the preventative route and looks for the types of users and robots that attempt to leave comment spam on your site. This is used in conjunction with the default plugin <a class="zem_slink" title="Akismet" rel="homepage" href="http://akismet.com">Akismet</a> to further limit those with nothing better to do than screw up your site. You can also implement a feature of Bad Behavior that ties to a spammer honey pot. This will prevent those with IP addresses already known for malicious activity from ever reaching your site in the first place.</li>
<li><strong><a href="http://wordpress.org/extend/plugins/secure-wordpress/" target="_blank">Secure WordPress</a></strong>: This plugin also does a bunch of little things to tighten up the WordPress ship by removing small bits of information that a hacker can use to determine what version of WP you&#8217;re using and what files you might have hiding in different directories. Easy to install and easy to update.</li>
<li><strong><a href="http://wordpress.org/extend/plugins/ttc-wordpress-security-plugin/" target="_blank">TimesToCome WordPress Security Tool</a></strong>: This one is one of my favorites from the geeky ability to block any IP address that seems like it&#8217;s doing bad things. Bot hitting your site too often and not identified correctly? Just add the IP address and out they go. You can also block by terms in the request, how they are identified (as a bot) and <a href="http://herselfswebtools.com" target="_blank">Linda</a> has done a great job of supplying a list of &#8220;bad bots&#8221; right in the package so you don&#8217;t have to look them up.</li>
<li><strong>A good stats plug in.</strong> You&#8217;ll need this to identify the IP addresses of those users doing things you don&#8217;t like. I personally use <a href="http://wordpress.org/extend/plugins/statpress/" target="_blank">StatPress</a> but I&#8217;m sure there are many others that will give you these important bits of info: IP address, user agent, time stamp. You&#8217;ll need that info in order to block the users using TimesToCome (TTC).</li>
</ol>
<p>Now I know this is by no means an exhaustive list. Please feel free to add your favorites in the comments below and I&#8217;ll include them once I&#8217;ve tried them. Remember one thing about this list: all of these plugins get along together and with Akismet without breaking the admin or the site&#8217;s theme. I&#8217;ve seen plenty that do a great job of keeping out bad users &#8211; and admins, good users and anyone else who wants to see your site. Also these plugins all work well within the latest (3.0.1) version of WP.</p>
<p>Good luck to you in keeping your site secure. It&#8217;s a battle.</p>
<div id="attachment_1091" class="wp-caption alignnone" style="width: 580px"><a href="http://www.groovysoup.com/wp-content/uploads/2010/08/Screen-shot-2010-08-12-at-2.47.37-PM.jpg"><img class="size-medium wp-image-1091" title="Default directory permissions for a secure WordPress installation" src="http://www.groovysoup.com/wp-content/uploads/2010/08/Screen-shot-2010-08-12-at-2.47.37-PM-570x247.jpg" alt="Default directory permissions for a secure WordPress installation" width="570" height="247" /></a><p class="wp-caption-text">Default directory permissions for a secure WordPress installation</p></div>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.smashingmagazine.com/2010/07/01/10-useful-wordpress-security-tweaks/">10 Useful WordPress Security Tweaks</a> (smashingmagazine.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.wptavern.com/review-of-the-limit-login-attempts-plugin">Review Of The Limit Login Attempts Plugin &#8211; WP Tavern</a> (wptavern.com)</li>
<li class="zemanta-article-ul-li"><a href="http://aext.net/2010/05/wordpress-security-plugins/">Top 15 WordPress Plugins to Make Your Blog Secure | AEXT.NET MAGAZINE</a> (aext.net)</li>
<li class="zemanta-article-ul-li"><a href="http://thewordpresswizard.com/upgrading-to-a-new-wordpress-version/">Upgrading to a New WordPress Version</a> (thewordpresswizard.com)</li>
</ul>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=77bc584f-c2d0-4ee3-8b2c-10fe10a3eb7b" alt="" /><span class="zem-script pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><map name='google_ad_map_1088_f4f545ed98bc0cb8'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1088?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1088_f4f545ed98bc0cb8' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1088&amp;url= http%3A%2F%2Fwww.groovysoup.com%2F5-essential-wordpress-security-plugins%2F' /></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NashvilleWebDesignByGroovysoup?a=m01bvokqzf0:P0kR_DyIZcw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NashvilleWebDesignByGroovysoup?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NashvilleWebDesignByGroovysoup/~4/m01bvokqzf0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.groovysoup.com/5-essential-wordpress-security-plugins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.groovysoup.com/5-essential-wordpress-security-plugins/</feedburner:origLink></item>
		<item>
		<title>BlogPress for Blogging on the Go</title>
		<link>http://feedproxy.google.com/~r/NashvilleWebDesignByGroovysoup/~3/X-8irZqTIDo/</link>
		<comments>http://www.groovysoup.com/blogpress-for-blogging-on-the-go/#comments</comments>
		<pubDate>Tue, 27 Jul 2010 18:05:37 +0000</pubDate>
		<dc:creator>Dave Newman</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPad]]></category>

		<guid isPermaLink="false">http://www.groovysoup.com/?p=919</guid>
		<description><![CDATA[iPhone and iPad users: If you&#8217;ve had enough of the complete bugginess of the WordPress App you need to give this one a try. At $2.99 it&#8217;s not as cheap (free) as the WordPress app but BlogPress (iTunes link) actually works! You just enter the type of blog you have (WordPress self-hosted blogs still use [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-974" title="BlogPress" src="http://www.groovysoup.com/wp-content/uploads/2010/07/Screen-shot-2010-07-26-at-2.16.03-PM.jpg" alt="BlogPress" width="195" height="187" /><a class="zem_slink" title="iPhone" rel="homepage" href="http://www.apple.com/iphone">iPhone</a> and <a class="zem_slink" title="iPad" rel="homepage" href="http://www.tipb.com/ipad/">iPad</a> users: If you&#8217;ve had enough of the complete bugginess of the <a class="zem_slink" title="WordPress for iPhone" rel="homepage" href="http://iphone.wordpress.org/">WordPress</a> App you need to give this one a try. At $2.99 it&#8217;s not as cheap (free) as the WordPress app but <a title="BlogPress for iPhone and iPad" href="http://click.linksynergy.com/fs-bin/click?id=SXzVNvB4/YY&amp;offerid=146261.317799861&amp;type=2&amp;subid=0" target="_blank">BlogPress</a> (iTunes link) actually works! You just enter the type of blog you have (WordPress self-hosted blogs still use the WordPress setting), your username, password and site address. That&#8217;s it!</p>
<p>My site was giving me error messages until I enabled the XML-RPC feature under Settings &gt; Writing &gt; Remote Publishing but now all is well. Holy crap! It&#8217;s like the future!</p>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.geekwithkids.com/software-i-use/mobile-app-wordpress">Mobile app: WordPress</a> (geekwithkids.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.wptavern.com/wordpress-matt-cutts-and-google">WordPress, Matt Cutts, And Google</a> (wptavern.com)</li>
<li class="zemanta-article-ul-li"><a href="http://mashable.com/2010/07/01/wordpress-phone/">WordPress Now Lets You Phone in Your Blog Posts</a> (mashable.com)</li>
</ul>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=010ae0e0-b203-4512-bbcf-3b33250b1edf" alt="" /><span class="zem-script pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><a href="http://click.linksynergy.com/fs-bin/click?id=SXzVNvB4/YY&#038;offerid=145244.10000076&#038;subid=0&#038;type=4"><img border="0"   alt="PeachPit (Pearson Education)" src="http://ad.linksynergy.com/fs-bin/show?id=SXzVNvB4/YY&#038;bids=145244.10000076&#038;subid=0&#038;type=4&#038;gridnum=1"/></a</a></p>
<p><map name='google_ad_map_919_f4f545ed98bc0cb8'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/919?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_919_f4f545ed98bc0cb8' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=919&amp;url= http%3A%2F%2Fwww.groovysoup.com%2Fblogpress-for-blogging-on-the-go%2F' /></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NashvilleWebDesignByGroovysoup?a=X-8irZqTIDo:sBfygGP7g38:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NashvilleWebDesignByGroovysoup?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NashvilleWebDesignByGroovysoup/~4/X-8irZqTIDo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.groovysoup.com/blogpress-for-blogging-on-the-go/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.groovysoup.com/blogpress-for-blogging-on-the-go/</feedburner:origLink></item>
		<item>
		<title>Facebook Blocker for Chrome and Safari (Mac)</title>
		<link>http://feedproxy.google.com/~r/NashvilleWebDesignByGroovysoup/~3/XTpjWus_AvA/</link>
		<comments>http://www.groovysoup.com/facebook-blocker-for-chrome-and-safari-mac/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 20:59:44 +0000</pubDate>
		<dc:creator>Dave Newman</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://www.groovysoup.com/?p=921</guid>
		<description><![CDATA[Has anyone else noticed how long it takes for pages to load with those crappy Facebook Like or log in apps included on them? You sit and watch the page loading and down in the little status bar it&#8217;s always Facebook something something or Google analytics. Well, aside from AdBlocking analytics (which I do on [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img">
<div class="wp-caption alignright" style="width: 196px"><img title="Facebook logo" src="http://upload.wikimedia.org/wikipedia/commons/thumb/4/48/No_Facebook.svg/266px-No_Facebook.svg.png" alt="Facebook logo" width="186" height="70" /><p class="wp-caption-text">Image via Wikipedia</p></div>
</div>
<p>Has anyone else noticed how long it takes for pages to load with those crappy <a class="zem_slink" title="Facebook" rel="homepage" href="http://facebook.com">Facebook</a> Like or log in apps included on them? You sit and watch the page loading and down in the little status bar it&#8217;s always Facebook something something or <a class="zem_slink" title="Google Analytics" rel="homepage" href="http://www.google.com/analytics">Google analytics</a>. Well, aside from <a title="Safari AdBlock" href="http://safariadblock.com/" target="_blank">AdBlocking</a> analytics (which I do on some of the more highly trafficked sites I visit) there&#8217;s not much we can do about Google but Facebook&#8217;s contribution to the web is debatable  to me and well worth removing for a faster surfing experience. Thankfully someone agrees with me.</p>
<p>This fun little outfit called <a href="http://webgraph.com/" target="_blank">Webgraph</a> has developed a plugin for <a class="zem_slink" title="Safari" rel="homepage" href="http://www.apple.com/safari/">Safari</a> and <a class="zem_slink" title="Google Chrome" rel="homepage" href="http://www.google.com/chrome">Chrome</a> that will block Facebook goodies on sites other than Facebook. Yes! Now you could probably (and easily) do the same thing by blocking the Facebook bits using <a class="zem_slink" title="AdBlock (Chrome)" rel="homepage" href="http://chromeadblock.com/">AdBlock</a> (if you already use that) but this niche plugin may be the scalpel you were looking for rather than the butcher&#8217;s knife. Let me know what you think.</p>
<p><a title="Facebook Blocker" href="http://webgraph.com/resources/facebookblocker/" target="_blank">Go here to download.</a></p>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://mashable.com/2010/07/24/facebook-like-script/">HOW TO: Put Facebook&#8217;s &#8220;Like&#8221; Button on Any Website</a> (mashable.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.macworld.com/article/152894/2010/07/chrome.html?lsrc=rss_main">Google to rev up Chrome release schedule</a> (macworld.com)</li>
<li class="zemanta-article-ul-li"><a href="http://crenk.com/best-google-chrome-extensions-according-to-the-google-team/">Best Google Chrome Extensions According To The Google Team</a> (crenk.com)</li>
<li class="zemanta-article-ul-li"><a href="http://thenextweb.com/apps/2010/07/19/bitter-much-hide-your-exes-with-ex-blocker/">Bitter much? Hide your exes with Ex-blocker.</a> (thenextweb.com)</li>
</ul>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=9d41c30c-e0ff-499a-87d2-eeda89f11514" alt="" /><span class="zem-script pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><a href="http://click.linksynergy.com/fs-bin/click?id=SXzVNvB4/YY&#038;offerid=145244.10000112&#038;subid=0&#038;type=4"><img border="0"   alt="PeachPit (Pearson Education)" src="http://ad.linksynergy.com/fs-bin/show?id=SXzVNvB4/YY&#038;bids=145244.10000112&#038;subid=0&#038;type=4&#038;gridnum=1"/></a></p>
<p><map name='google_ad_map_921_f4f545ed98bc0cb8'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/921?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_921_f4f545ed98bc0cb8' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=921&amp;url= http%3A%2F%2Fwww.groovysoup.com%2Ffacebook-blocker-for-chrome-and-safari-mac%2F' /></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NashvilleWebDesignByGroovysoup?a=XTpjWus_AvA:USmPutgWVjs:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NashvilleWebDesignByGroovysoup?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NashvilleWebDesignByGroovysoup/~4/XTpjWus_AvA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.groovysoup.com/facebook-blocker-for-chrome-and-safari-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.groovysoup.com/facebook-blocker-for-chrome-and-safari-mac/</feedburner:origLink></item>
		<item>
		<title>Time to change the site again</title>
		<link>http://feedproxy.google.com/~r/NashvilleWebDesignByGroovysoup/~3/pjHBxx9WTeE/</link>
		<comments>http://www.groovysoup.com/time-to-change-the-site-again-6/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 16:53:14 +0000</pubDate>
		<dc:creator>Dave Newman</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[idea]]></category>

		<guid isPermaLink="false">http://www.groovysoup.com/time-to-change-the-site-again-6/</guid>
		<description><![CDATA[Once again GroovySoup is starting to look long in the tooth to me. I need something a little more text-friendly and a lot less shiny. It&#8217;ll still run on WordPress but I just need a new canvas for some of the exciting things I&#8217;ve been working on. Stay tuned.]]></description>
			<content:encoded><![CDATA[<p>Once again GroovySoup is starting to look long in the tooth to me. I need something a little more text-friendly and a lot less shiny. It&#8217;ll still run on WordPress but I just need a new canvas for some of the exciting things I&#8217;ve been working on. </p>
<p>Stay tuned. </p>
<p></p>
<p><map name='google_ad_map_913_f4f545ed98bc0cb8'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/913?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_913_f4f545ed98bc0cb8' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=913&amp;url= http%3A%2F%2Fwww.groovysoup.com%2Ftime-to-change-the-site-again-6%2F' /></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NashvilleWebDesignByGroovysoup?a=pjHBxx9WTeE:QezKLliLWao:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NashvilleWebDesignByGroovysoup?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NashvilleWebDesignByGroovysoup/~4/pjHBxx9WTeE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.groovysoup.com/time-to-change-the-site-again-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.groovysoup.com/time-to-change-the-site-again-6/</feedburner:origLink></item>
		<item>
		<title>A wee little shout out…</title>
		<link>http://feedproxy.google.com/~r/NashvilleWebDesignByGroovysoup/~3/s3AV2JlKibk/</link>
		<comments>http://www.groovysoup.com/a-wee-little-shout-out/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 03:49:49 +0000</pubDate>
		<dc:creator>Dave Newman</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Recommendations]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Adobe Flash]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Multimedia]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.groovysoup.com/?p=832</guid>
		<description><![CDATA[to my old friend Jason Derifaj (DARE &#8211; A &#8211; FAY &#8211; you&#8217;re welcome). He&#8217;s got a great looking site here he just revamped and you may want to keep an eye on his blog as well. Fun stuff for web peeps and fans of web peeps &#8211; if fans of web peeps exist. If [...]]]></description>
			<content:encoded><![CDATA[<div class="zemanta-img">
<div class="wp-caption alignright" style="width: 164px"><img title="Adobe Flash cs3" src="http://upload.wikimedia.org/wikipedia/en/3/3a/Adobe_Flash_cs3.png" alt="Adobe Flash cs3" width="154" height="154" /><p class="wp-caption-text">Image via Wikipedia</p></div>
</div>
<p>to my old friend Jason Derifaj (DARE &#8211; A &#8211; FAY &#8211; you&#8217;re welcome). He&#8217;s got a <a title="Javascript and Flash programming by Jason Derifaj" href="http://www.zenogy.com" target="_blank">great looking site</a> here he just revamped and you may want to keep an eye on his <a title="Javascript and Flash related postings by Jason Derifaj" href="http://www.zenogy.com/b" target="_blank">blog</a> as well. Fun stuff for web peeps and fans of web peeps &#8211; if fans of web peeps exist. If you&#8217;re looking for help with your javascript and/or <a class="zem_slink" title="Adobe Flash" rel="homepage" href="http://www.adobe.com/products/flash/flashpro/">Flash</a> coding, do yourself a favor and give Jason a shout. Or just call us and we&#8217;ll put all of you talented people together to do something really cool.</p>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://jeffcroft.com/blog/2010/may/08/android-flash-demo-flashcamp-seattle/">On the Android Flash demo at FlashCamp Seattle</a> (jeffcroft.com)</li>
<li class="zemanta-article-ul-li"><a href="http://cameronmoll.tumblr.com/post/700866377/web-design-concepts-for-non-web-designers">Web Design Concepts for Non-Web Designers</a> (cameronmoll.tumblr.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.zeldman.com/2010/05/11/life-is-beautiful/">Life is Beautiful</a> (zeldman.com)</li>
</ul>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=94dcfdd2-7238-4dd1-8ba8-72b22fd6c901" alt="" /><span class="zem-script pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><map name='google_ad_map_832_f4f545ed98bc0cb8'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/832?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_832_f4f545ed98bc0cb8' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=832&amp;url= http%3A%2F%2Fwww.groovysoup.com%2Fa-wee-little-shout-out%2F' /></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NashvilleWebDesignByGroovysoup?a=s3AV2JlKibk:vpSnvQ8UgPM:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NashvilleWebDesignByGroovysoup?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NashvilleWebDesignByGroovysoup/~4/s3AV2JlKibk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.groovysoup.com/a-wee-little-shout-out/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.groovysoup.com/a-wee-little-shout-out/</feedburner:origLink></item>
		<item>
		<title>Targeting Chrome with Javascript</title>
		<link>http://feedproxy.google.com/~r/NashvilleWebDesignByGroovysoup/~3/Dt6gZD-h9dM/</link>
		<comments>http://www.groovysoup.com/targeting-chrome-with-javascript/#comments</comments>
		<pubDate>Wed, 30 Jun 2010 21:55:25 +0000</pubDate>
		<dc:creator>Dave Newman</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Style Sheets]]></category>

		<guid isPermaLink="false">http://www.groovysoup.com/?p=774</guid>
		<description><![CDATA[Disclaimer: Do not use a javascript hack to fix each browser rather than adjusting your style sheets or using a reset style sheet first to solve the big stuff. This is last resort stuff here. I managed to find a way to have Chrome show styles only set for Internet Explorer. Don&#8217;t ask me how [...]]]></description>
			<content:encoded><![CDATA[<p><strong><em><img class="alignright size-full wp-image-821" title="Google Chrome" src="http://www.groovysoup.com/wp-content/uploads/2010/06/Screen-shot-2010-06-30-at-5.51.54-PM.jpg" alt="Google Chrome" width="141" height="140" />Disclaimer: Do not use a javascript hack to fix each browser rather than adjusting your style sheets or using a reset style sheet first to solve the big stuff. This is last resort stuff here.</em></strong></p>
<p>I managed to find a way to have <a class="zem_slink" title="Google Chrome" rel="homepage" href="http://www.google.com/chrome">Chrome</a> show styles only set for Internet Explorer. Don&#8217;t ask me how but it has something to do with pulling <a class="zem_slink" title="Twitter" rel="homepage" href="http://twitter.com">Twitter</a> updates via a js file into a custom <a class="zem_slink" title="WordPress" rel="homepage" href="http://wordpress.org">WordPress</a> template. The updates themselves already have styles attached to them before I pull them in so I have to undo/override them on my side.</p>
<p>This worked for all browsers using a <a class="zem_slink" title="Conditional (programming)" rel="wikipedia" href="http://en.wikipedia.org/wiki/Conditional_%28programming%29">conditional statement</a> for IE and that straightened it all out &#8211; except Chrome. I know what you&#8217;re thinking. It can&#8217;t be broken in Chrome if it works in <a class="zem_slink" title="Safari" rel="homepage" href="http://www.apple.com/safari/">Safari</a>. They&#8217;re both based on <a class="zem_slink" title="WebKit" rel="homepage" href="http://webkit.org/">Webkit</a> so they have to obey the same rules. Well, I found one they don&#8217;t agree on.</p>
<p>Anyway, here&#8217;s a last resort solution for you that will target any browser you want to via the style sheets by just adding the browser name to the selector like <em>.chrome</em>. I was led to the solution via <a href="http://www.nathanrice.net/blog/browser-detection-and-the-body_class-function/" target="_blank">Nathan Rice&#8217;s post</a> on the subject but I used the one described in the contents since I couldn&#8217;t get his to play nice with the rest of what was going on. <a title="CSS Browser Selector" href="http://rafael.adm.br/css_browser_selector/" target="_blank">Here&#8217;s that solution</a>:</p>
<p>Just upload <a href="http://github.com/rafaelp/css_browser_selector/raw/master/css_browser_selector.js" target="_blank">this file</a> to your server, call the script in the header of the page like this:</p>
<pre>&lt;script src="css_browser_selector.js"  type="text/javascript"&gt;&lt;/script&gt;
</pre>
<p>and then just set your trouble maker selectors using the browser name as a class. So let&#8217;s say you want links to be red for IE 6, black for Chrome and blue for Firefox 3.5. You&#8217;d do this in your style sheet:</p>
<pre>.ie7 a { color: red; }
.chrome a { color: black; }
.ff3_5 a { color: blue; }
</pre>
<p>Pretty snazzy and works like a charm. Again, don&#8217;t use unless you have to but it&#8217;s great to know this is out there. There are tons more usage examples and all the browser class titles <a href="http://rafael.adm.br/css_browser_selector/" target="_blank">here</a>.</p>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://mashable.com/2010/06/28/chrome-usage-firefox/">Is Google Chrome Usage Soaring at Firefox&#8217;s Expense? [STATS]</a> (mashable.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.thechromesource.com/from-zero-to-almost-ten-percent-how-chrome-surpassed-safari/">From Zero to Almost Ten Percent: How Chrome Surpassed Safari</a> (thechromesource.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.wired.com/epicenter/2010/06/chrome-gains-more-converts-edges-out-safari/">Chrome Gains More Converts, Edges Out Safari</a> (wired.com)</li>
<li class="zemanta-article-ul-li"><a href="http://gizmodo.com/5574383/chrome-passes-safari-to-become-3-most-used-browser-in-us">Chrome Passes Safari To Become #3 Most Used Browser In U.S. [Browsers]</a> (gizmodo.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.lockergnome.com/it/2010/06/29/chase-bank-fail-use-ie6/">Chase Bank Fail: &#8220;Use IE6?</a> (lockergnome.com)</li>
</ul>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=d3ab8abb-793a-40e9-95b8-dbc6ddacc784" alt="" /><span class="zem-script pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><a href="http://click.linksynergy.com/fs-bin/click?id=SXzVNvB4/YY&#038;offerid=145244.10000035&#038;subid=0&#038;type=4"><img border="0"   alt="PeachPit (Pearson Education)" src="http://ad.linksynergy.com/fs-bin/show?id=SXzVNvB4/YY&#038;bids=145244.10000035&#038;subid=0&#038;type=4&#038;gridnum=1"/></a></p>
<p><map name='google_ad_map_774_f4f545ed98bc0cb8'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/774?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_774_f4f545ed98bc0cb8' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=774&amp;url= http%3A%2F%2Fwww.groovysoup.com%2Ftargeting-chrome-with-javascript%2F' /></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NashvilleWebDesignByGroovysoup?a=Dt6gZD-h9dM:V8spD-UdvDY:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NashvilleWebDesignByGroovysoup?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NashvilleWebDesignByGroovysoup/~4/Dt6gZD-h9dM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.groovysoup.com/targeting-chrome-with-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.groovysoup.com/targeting-chrome-with-javascript/</feedburner:origLink></item>
		<item>
		<title>Apple Mail “Missing Plugin” Errors and How to Fix</title>
		<link>http://feedproxy.google.com/~r/NashvilleWebDesignByGroovysoup/~3/sTHLNwmIrU8/</link>
		<comments>http://www.groovysoup.com/apple-mail-missing-plugin-errors-and-how-to-fix/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 19:05:21 +0000</pubDate>
		<dc:creator>Dave Newman</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mail (application)]]></category>
		<category><![CDATA[Screenshot]]></category>

		<guid isPermaLink="false">http://www.groovysoup.com/?p=729</guid>
		<description><![CDATA[So you open your mail and your client has sent you a screenshot or image to look at and you naturally think he or she is doing something wrong. What you&#8217;re looking at is a blank image with the words &#8220;Missing Plugin&#8221; on it. The first thing I assumed was that there was a Flash [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-768 alignright" title="Apple Mail" src="http://www.groovysoup.com/wp-content/uploads/2010/06/Screen-shot-2010-06-28-at-2.56.22-PM.jpg" alt="Apple Mail" width="168" height="176" />So you open your mail and your client has sent you a screenshot or image to look at and you naturally think he or she is doing something wrong. What you&#8217;re looking at is a blank image with the words &#8220;Missing Plugin&#8221; on it. The first thing I assumed was that there was a Flash update and maybe one of the browsers didn&#8217;t update correctly. I was wrong and it was me, or at least my <a class="zem_slink" title="Mail (application)" rel="homepage" href="http://www.apple.com/macosx/what-is-macosx/mail-ical-address-book.html">Apple Mail</a> program.</p>
<p>It turns out that during the last round of updates or possibly a software update over the weekend (I reboot my Mac so seldom it&#8217;s difficult to pinpoint which update caused it) the Java settings have been reset or updated on your computer. Here&#8217;s how you fix it (courtesy of the smart people over at <a href="http://www.macosxhints.com/article.php?story=20100623230636227" target="_blank">Mac OS X Hints</a>):</p>
<ol>
<li>Go to Applications &gt; Utilities<img class="alignright size-full wp-image-765" title="Java Preferences.app" src="http://www.groovysoup.com/wp-content/uploads/2010/06/Screen-shot-2010-06-28-at-2.48.33-PM.jpg" alt="Java Preferences.app" width="126" height="136" /></li>
<li style="text-align: left;">Click on Java Preferences.app</li>
<li style="text-align: left;">Under General (the already selected tab), click &#8220;Restore Defaults&#8221; in the top half of the app window.</li>
<li style="text-align: left;">Close Java Preferences</li>
<li style="text-align: left;">Restart Mail</li>
<li style="text-align: left;">Go back to living a happy, peaceful existence</li>
</ol>
<p><a href="http://www.groovysoup.com/wp-content/uploads/2010/06/Screen-shot-2010-06-28-at-2.52.46-PM.jpg"><img class="size-medium wp-image-769 alignleft" title="Java Preferences" src="http://www.groovysoup.com/wp-content/uploads/2010/06/Screen-shot-2010-06-28-at-2.52.46-PM-570x446.jpg" alt="Java Preferences" width="570" height="446" /></a></p>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://daringfireball.net/2010/06/apples_system_apps">? Apple&#8217;s System Apps</a> (daringfireball.net)</li>
</ul>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=cec62857-c7ef-4abb-b7a0-8f9cf3361db2" alt="" /><span class="zem-script pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><a href="http://click.linksynergy.com/fs-bin/click?id=SXzVNvB4/YY&#038;offerid=145244.10000112&#038;subid=0&#038;type=4"><img border="0"   alt="PeachPit (Pearson Education)" src="http://ad.linksynergy.com/fs-bin/show?id=SXzVNvB4/YY&#038;bids=145244.10000112&#038;subid=0&#038;type=4&#038;gridnum=1"/></a></p>
<p><map name='google_ad_map_729_f4f545ed98bc0cb8'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/729?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_729_f4f545ed98bc0cb8' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=729&amp;url= http%3A%2F%2Fwww.groovysoup.com%2Fapple-mail-missing-plugin-errors-and-how-to-fix%2F' /></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NashvilleWebDesignByGroovysoup?a=sTHLNwmIrU8:FbtssF7Qhyk:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NashvilleWebDesignByGroovysoup?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NashvilleWebDesignByGroovysoup/~4/sTHLNwmIrU8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.groovysoup.com/apple-mail-missing-plugin-errors-and-how-to-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.groovysoup.com/apple-mail-missing-plugin-errors-and-how-to-fix/</feedburner:origLink></item>
		<item>
		<title>WordPress 3.0 is out!</title>
		<link>http://feedproxy.google.com/~r/NashvilleWebDesignByGroovysoup/~3/vvnDcfNeQhs/</link>
		<comments>http://www.groovysoup.com/wordpress-3-0-is-out/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 17:14:06 +0000</pubDate>
		<dc:creator>Dave Newman</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Recommendations]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Web page]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://www.groovysoup.com/?p=702</guid>
		<description><![CDATA[Update 2: Looks like wp-security-scan is also having some conflict issues /killing the admin on a few sites I&#8217;ve done upgrades on. I&#8217;m deactivating that where necessary. Check out the video below highlighting the changes in this newest (and long awaited) version. Send me a note if you&#8217;d like me to build you a site [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update 2</strong>: Looks like <a href="http://wordpress.org/extend/plugins/wp-security-scan" target="_blank">wp-security-scan</a> is also having some conflict issues /killing the admin on a few sites I&#8217;ve done upgrades on. I&#8217;m deactivating that where necessary.</p>
<p>Check out the video below highlighting the changes in this newest (and long awaited) version.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="640" height="360" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="flashvars" value="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M" /><param name="src" value="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" /><param name="wmode" value="transparent" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="640" height="360" src="http://v.wordpress.com/wp-content/plugins/video/flvplayer.swf?ver=1.21" allowfullscreen="true" wmode="transparent" flashvars="guid=BQtfIEY1&amp;width=640&amp;height=360&amp;locksize=no&amp;dynamicseek=false&amp;qc_publisherId=p-18-mFEk4J448M"></embed></object></p>
<p><a href="http://www.groovysoup.com/contact-info/">Send me a note</a> if you&#8217;d like me to build you a site using this awesome content management system / blogging platform or if you have questions concerning your current <a class="zem_slink" title="WordPress" rel="homepage" href="http://wordpress.org">WordPress</a> site. Those of you with sites already based on WordPress and hosted with GroovySoup will be updated as we sort through the changes and make sure everything works as it should. Remember: all installs are different due to the plugins you use and the custom code used in your site themes. These differences can cause parts of the site to stop functioning correctly until they are sorted out. That&#8217;s why we&#8217;re taking our time rolling this one out :)</p>
<p><strong>Update:</strong> We did find a bug with our site and <a class="zem_slink" title="All-In-One SEO" rel="homepage" href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All in One SEO</a> forcing us to deactivate that plugin. It&#8217;s not necessarily the plugin&#8217;s fault but turning it off solved our issue which was the live site not displaying correctly or at all.</p>
<h6 class="zemanta-related-title">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://trishussey.com/2010/06/16/get-ready-for-wordpress-3-backup-your-database/">Get Ready for WordPress 3: Backup Your Database</a> (trishussey.com)</li>
<li class="zemanta-article-ul-li"><a href="http://carsonified.com/blog/design/wordpress-3-0-for-web-designers/">WordPress 3.0 for Web Designers</a> (carsonified.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.studionashvegas.com/wordpress/wordpress-3-0-rc1-a-look/">WordPress 3.0 RC1 &#8211; a look</a> (studionashvegas.com)</li>
</ul>
<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=4bc9c129-cbac-44e7-ba17-9fadf713d4d8" alt="" /><span class="zem-script pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
<p><map name='google_ad_map_702_f4f545ed98bc0cb8'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/702?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_702_f4f545ed98bc0cb8' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=702&amp;url= http%3A%2F%2Fwww.groovysoup.com%2Fwordpress-3-0-is-out%2F' /></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~ff/NashvilleWebDesignByGroovysoup?a=vvnDcfNeQhs:547G6Q93MEw:yIl2AUoC8zA"><img src="http://feeds.feedburner.com/~ff/NashvilleWebDesignByGroovysoup?d=yIl2AUoC8zA" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/NashvilleWebDesignByGroovysoup/~4/vvnDcfNeQhs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.groovysoup.com/wordpress-3-0-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.groovysoup.com/wordpress-3-0-is-out/</feedburner:origLink></item>
	</channel>
</rss>
