<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	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/"
	>

<channel>
	<title>Brandon Buttars</title>
	<atom:link href="http://brandonbuttars.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://brandonbuttars.com</link>
	<description>more like Random Buttars</description>
	<lastBuildDate>Mon, 22 Mar 2010 01:33:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress Android App</title>
		<link>http://brandonbuttars.com/2010/03/wordpress-android-app/</link>
		<comments>http://brandonbuttars.com/2010/03/wordpress-android-app/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 01:33:07 +0000</pubDate>
		<dc:creator>Brandon Buttars</dc:creator>
				<category><![CDATA[Random]]></category>

		<guid isPermaLink="false">http://brandonbuttars.com/2010/03/wordpress-android-app/</guid>
		<description><![CDATA[So I just discovered the WordPress Android app and I&#8217;m pretty stoked about it.  I think I&#8217;m going to start a daily journal and post to it from my phone at night.  This post was written using the app.
]]></description>
			<content:encoded><![CDATA[<p>So I just discovered the WordPress Android app and I&#8217;m pretty stoked about it.  I think I&#8217;m going to start a daily journal and post to it from my phone at night.  This post was written using the app.</p>
]]></content:encoded>
			<wfw:commentRss>http://brandonbuttars.com/2010/03/wordpress-android-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pay Per Post</title>
		<link>http://brandonbuttars.com/2010/03/pay-per-post/</link>
		<comments>http://brandonbuttars.com/2010/03/pay-per-post/#comments</comments>
		<pubDate>Sat, 06 Mar 2010 20:13:04 +0000</pubDate>
		<dc:creator>Brandon Buttars</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://brandonbuttars.com/?p=126</guid>
		<description><![CDATA[I&#8217;m thinking about starting to do some PayPerPost blog posts.  To confirm this is my blog I have to paste the following sentence into a post:
The interior defense dines under the sabotage.
Kind of a strange random sentence huh.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m thinking about starting to do some PayPerPost blog posts.  To confirm this is my blog I have to paste the following sentence into a post:</p>
<p>The interior defense dines under the sabotage.</p>
<p>Kind of a strange random sentence huh.</p>
]]></content:encoded>
			<wfw:commentRss>http://brandonbuttars.com/2010/03/pay-per-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning Ruby on Rails</title>
		<link>http://brandonbuttars.com/2010/02/learning-ruby-on-rails/</link>
		<comments>http://brandonbuttars.com/2010/02/learning-ruby-on-rails/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 01:30:03 +0000</pubDate>
		<dc:creator>Brandon Buttars</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Ruby on Rails]]></category>

		<guid isPermaLink="false">http://brandonbuttars.com/?p=121</guid>
		<description><![CDATA[I&#8217;ve been learning Ruby on Rails lately.  I&#8217;m getting to know the basics and am able to do quite a bit.  It has really helped me understand programming in general a lot more.  At work there is so much going on that I more or less jumped in to try and help get some applications [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been learning Ruby on Rails lately.  I&#8217;m getting to know the basics and am able to do quite a bit.  It has really helped me understand programming in general a lot more.  At work there is so much going on that I more or less jumped in to try and help get some applications going quicker that were thrown on the back-burner.  I still have a ton to learn but it has really helped me appreciate all that programmers do.  In the process I have really been burned out by the time I get home end of day.</p>
<p><span id="more-121"></span>I&#8217;m trying to find the happy medium of design and development.  I am a designer by mind and by talent but I&#8217;ve really dug much deeper in development lately.  I sometimes feel as though I have to choose one or the other.  I think Ruby on Rails is simple enough that I&#8217;m still able to feel a bit more creative and still able to keep some of my designer edge.</p>
<p>I have plans to create a few of my own applications but it may be awhile until my ideas come together.  The more I research all the different applications out there, the more I realize how important the UI design is.  Wish me luck on my apps.</p>
]]></content:encoded>
			<wfw:commentRss>http://brandonbuttars.com/2010/02/learning-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iFrame &#8211; Full Browser Window</title>
		<link>http://brandonbuttars.com/2009/12/iframe-full-browser-window/</link>
		<comments>http://brandonbuttars.com/2009/12/iframe-full-browser-window/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 02:01:39 +0000</pubDate>
		<dc:creator>Brandon Buttars</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://brandonbuttars.com/?p=116</guid>
		<description><![CDATA[I&#8217;ve been looking for a solution to create full page iFramed webpages with headers.  Here is a solution I&#8217;ve started using for full screen iframes with headers.  Here&#8217;s a link to my Snipplr code for it.  I tried to embed it in this post but it didn&#8217;t work out very well.  [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been looking for a solution to create full page iFramed webpages with headers.  Here is a solution I&#8217;ve started using for full screen iframes with headers.  Here&#8217;s a link to my <a href="http://snipplr.com/view/22490/iframe--full-page-with-header/" title="Full Page iFrame Code">Snipplr code</a> for it.  I tried to embed it in this post but it didn&#8217;t work out very well.  The code has worked out great for me and I&#8217;ve shared it with a few people at work, and they have been using it and it&#8217;s been working great for them.  Rather than explain it I&#8217;ll let you take a look at it.</p>
]]></content:encoded>
			<wfw:commentRss>http://brandonbuttars.com/2009/12/iframe-full-browser-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery &#8211; Helpful Default Input Values</title>
		<link>http://brandonbuttars.com/2009/12/jquery-helpful-default-input-values/</link>
		<comments>http://brandonbuttars.com/2009/12/jquery-helpful-default-input-values/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 01:54:19 +0000</pubDate>
		<dc:creator>Brandon Buttars</dc:creator>
				<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://brandonbuttars.com/?p=111</guid>
		<description><![CDATA[I&#8217;ve recently wanted to try and use some different code to add some default values to my input fields, especially the search box.  Most code I&#8217;ve seen does some type of a label overlay which involved a lot of freaking code.  I finally found some code and did a little tweaking to it to fit [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently wanted to try and use some different code to add some default values to my input fields, especially the search box.  Most code I&#8217;ve seen does some type of a label overlay which involved a lot of freaking code.  I finally found some code and did a little tweaking to it to fit my situation.  You can also find it under my <a title="jQuery Input Labels" href="http://snipplr.com/view/22483/jquery--addfocusblur-input-value/">Snipplr code</a>.</p>
<p><span id="more-111"></span><code>$(function(){<br />
  $('input[type="text"]').each(function(){<br />
    if(this.value==''){this.value='Enter Value'}<br />
  });<br />
  $('input[type="text"]').focus(function(){<br />
    if(this.value=='Enter Value'){this.value=''}<br />
  });<br />
  $('input[type="text"]').blur(function(){<br />
    if(this.value==''){this.value='Enter Value'}<br />
  });<br />
});</code></p>
<p>The first part of the code identifies that if the value of the input field is empty add &#8216;Enter Value&#8217;.  The second part of the code removes the value &#8216;Enter Value&#8217; from input fields as it gains focus.  The last part of the code adds &#8216;Enter Value&#8217; to empty fields as they lose focus.  This code may not work in every situation, but it can help in some situations.  Let me know how it works and if you found other modifications of the code that work even better.  This is a dependent on jQuery but I&#8217;m sure you may find a version that can adapt to other libraries or straight JavaScript.</p>
]]></content:encoded>
			<wfw:commentRss>http://brandonbuttars.com/2009/12/jquery-helpful-default-input-values/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PRE / CODE CSS Style</title>
		<link>http://brandonbuttars.com/2009/12/pre-code-css-style/</link>
		<comments>http://brandonbuttars.com/2009/12/pre-code-css-style/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 01:39:08 +0000</pubDate>
		<dc:creator>Brandon Buttars</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://brandonbuttars.com/?p=109</guid>
		<description><![CDATA[I don&#8217;t know if anyone has ever found their PRE or CODE not wrapping, but I have and this little gem of code is the code I use to clean it up.  Here&#8217;s a link to my Snipplr version of the code.
pre {
white-space: pre-wrap;       /* css-3 should we be [...]]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t know if anyone has ever found their PRE or CODE not wrapping, but I have and this little gem of code is the code I use to clean it up.  Here&#8217;s a link to my <a title="PRE / CODE CSS Code" href="http://snipplr.com/view/22950/pre-css-code-for-all-browsers/">Snipplr</a> version of the code.</p>
<p><code>pre {<br />
white-space: pre-wrap;       /* css-3 should we be so lucky... */<br />
white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */<br />
white-space: -pre-wrap;      /* Opera 4-6 ?? */<br />
white-space: -o-pre-wrap;    /* Opera 7 ?? */<br />
word-wrap: break-word;       /* Internet Explorer 5.5+ */<br />
_white-space: pre;   /* IE only hack to re-specify in addition to word-wrap  */<br />
}</code></p>
]]></content:encoded>
			<wfw:commentRss>http://brandonbuttars.com/2009/12/pre-code-css-style/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CSS HTML Class &#8211; Browser and Operating System</title>
		<link>http://brandonbuttars.com/2009/12/css-html-class-browser-and-operating-system/</link>
		<comments>http://brandonbuttars.com/2009/12/css-html-class-browser-and-operating-system/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 01:32:26 +0000</pubDate>
		<dc:creator>Brandon Buttars</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Javascript]]></category>

		<guid isPermaLink="false">http://brandonbuttars.com/?p=104</guid>
		<description><![CDATA[I was trying to find a good snippet of code that would help me style the different browsers better.  I&#8217;ve used all the attribute hacks before but one thing I&#8217;ve run into lately is the fact that Chrome and Safari end up interpreting and displaying input tags differently even though they are both Webkit based. [...]]]></description>
			<content:encoded><![CDATA[<p>I was trying to find a good snippet of code that would help me style the different browsers better.  I&#8217;ve used all the attribute hacks before but one thing I&#8217;ve run into lately is the fact that <strong>Chrome and Safari end up interpreting and displaying input tags differently even though they are both Webkit based. </strong>There were not individual attribute hacks that I could find, but I was able to find this beauty over at <a title="CSS HTML Class Creator" href="http://github.com/rafaelp/css_browser_selector">http://github.com/rafaelp/css_browser_selector</a>.  I&#8217;ve also added the code to my <a href="http://snipplr.com/users/smoothdzion/" title="My Snipplr Arsenal">Snipplr Arsenal</a> so you can get it over at <a href="http://snipplr.com/view/23988/adds-os-and-browser-class-to-html-tag/" title="CSS Browser/OS Identifier">http://snipplr.com/view/23988/adds-os-and-browser-class-to-html-tag/</a></p>
<p><span id="more-104"></span><code>/*<br />
CSS Browser Selector v0.3.4 (Sep 29, 2009)<br />
Rafael Lima (http://rafael.adm.br)</p>
<p>http://rafael.adm.br/css_browser_selector</p>
<p>License: http://creativecommons.org/licenses/by/2.5/<br />
Contributors: http://rafael.adm.br/css_browser_selector#contributors<br />
*/<br />
function css_browser_selector(u){var ua = u.toLowerCase(),is=function(t){return ua.indexOf(t)&gt;-1;},g='gecko',w='webkit',s='safari',o='opera',h=document.getElementsByTagName('html')[0],b=[(!(/opera|webtv/i.test(ua))&amp;&amp;/msie\s(\d)/.test(ua))?('ie ie'+RegExp.$1):is('firefox/2')?g+' ff2':is('firefox/3.5')?g+' ff3 ff3_5':is('firefox/3')?g+' ff3':is('gecko/')?g:is('opera')?o+(/version\/(\d+)/.test(ua)?' '+o+RegExp.$1:(/opera(\s|\/)(\d+)/.test(ua)?' '+o+RegExp.$2:'')):is('konqueror')?'konqueror':is('chrome')?w+' chrome':is('iron')?w+' iron':is('applewebkit/')?w+' '+s+(/version\/(\d+)/.test(ua)?' '+s+RegExp.$1:''):is('mozilla/')?g:'',is('j2me')?'mobile':is('iphone')?'iphone':is('ipod')?'ipod':is('mac')?'mac':is('darwin')?'mac':is('webtv')?'webtv':is('win')?'win':is('freebsd')?'freebsd':(is('x11')||is('linux'))?'linux':'','js']; c = b.join(' '); h.className += ' '+c; return c;}; css_browser_selector(navigator.userAgent);</code></p>
<p>That code makes it so I can even validate my CSS and get rid of my attribute hacks.  The code adds a bunch of different classes to your HTML tag.  It adds the Operating System, the Browser, the Browser Version, and if Javascript is enabled or not.  You can do a lot with that info.  I was able to then create a Chrome specific style for my stylesheet.  Love this code.  It has been added to my regular arsenal of code.</p>
<p>Just include that code in your head or reference it as a separate file in your head.  I prefer a separate file, but to each their own.</p>
]]></content:encoded>
			<wfw:commentRss>http://brandonbuttars.com/2009/12/css-html-class-browser-and-operating-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Select Options IE Cut Off</title>
		<link>http://brandonbuttars.com/2009/09/css-select-options-internet-explorer-cut-off/</link>
		<comments>http://brandonbuttars.com/2009/09/css-select-options-internet-explorer-cut-off/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 17:26:13 +0000</pubDate>
		<dc:creator>Brandon Buttars</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Fix]]></category>
		<category><![CDATA[Internet Explorer]]></category>

		<guid isPermaLink="false">http://brandonbuttars.com/?p=92</guid>
		<description><![CDATA[So I&#8217;ve been working for the last couple of days on a bug at work that is an IE specific bug but may actually help with other browsers in different circumstances.  I&#8217;m surprised I haven&#8217;t run into this bug sooner than I had.  I first read a great article on css-tricks.com that I [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve been working for the last couple of days on a bug at work that is an IE specific bug but may actually help with other browsers in different circumstances. <strong> I&#8217;m surprised I haven&#8217;t run into this bug sooner than I had.</strong>  I first read a great article on css-tricks.com that I borrowed the screenshot from to illustrate the issue.  Their method was good but not exactly what I was looking for.  So I decided to come up with my own code.</p>
<p><span id="more-92"></span><div id="attachment_101" class="wp-caption aligncenter" style="width: 580px"><img src="http://brandonbuttars.com/wp-content/uploads/2009/09/selectproblem.png" alt="Select Problem with IE" title="Select Problem with IE" width="570" height="387" class="size-full wp-image-101" /><p class="wp-caption-text">Select Problem with IE</p></div>
<p>Most of you probably ran into this article because you are half bald trying to figure out how to make your select box options show their full text in Internet Explorer when the select option has a static size set.  Like the figure above illustrates, looks simple to fix but holy cow did it take a lot of research to figure out the best way to do it.  After hours of research, I found out that I can&#8217;t do it with CSS alone.  Many solutions I saw out there used Javascript and injected CSS in the Javascript.  I&#8217;m not a big fan of CSS in Javascript.  I&#8217;d rather have my CSS separate and change the way something looks in the stylesheet.  For that reason <strong>I find myself using jQuery&#8217;s addClass, removeClass, toggleClass, and toggle quite often.</strong>  That is what this code is going to do for you.  I don&#8217;t think this is the best way for everyone, but it is the best way for me.</p>
<p>I&#8217;m not a programmer per say so I stick to the different code libraries.  I am a jQuery man so my <strong>code requires <a href="http://jquery.com" title="jQuery">jQuery</a></strong>.  So Here is my code and I&#8217;ll explain after you see it.</p>
<pre>

    $(function() {
      $('select').focus(function(){
        $(this).addClass('ie_select');
      });
      $('select').blur(function(){
        $(this).removeClass('ie_select');
      });
    });
</pre>
<p>Place that code in the head of your document <strong>wrapped in a script tag</strong> or however you like to call your Javascript and create a specific CSS class called <em>.ie_select</em> in your stylesheet and style it according to what you need it to do.  If you only want to apply the Javascript to specific browsers, you&#8217;ll need to add some conditional statements to your code.</p>
<h4>It&#8217;s fairly straight forward code.  This is what is going on: </h4>
<ol>
<li>When a select item has focus, add the CSS class of <em>.ie_select</em> to the select item. </li>
<li>When a select item loses focus or blurs, remove the CSS class of <em>.ie_select</em> from the select item.</li>
</ol>
<p>I&#8217;ve found this code is much more readable to someone like myself who dabbles in jQuery when it comes to presentational use of it.  That is exactly what the purpose of this code is, to fix presentation.</p>
<h4>FYI</h4>
<p>For what I was doing I had to add <em>position: absolute</em> to my CSS for <em>.ie_select</em> to get things to display the way I needed.  A majority of the tutorials out there did nothing more than change from a fixed width on the select to a <em>width: auto</em> and that seemed to be all they needed.  My layout was a bit more complicated and that didn&#8217;t work for me.  This code will not style your select element for you, but it will enable you to be able to style it the way you need things styled.</p>
]]></content:encoded>
			<wfw:commentRss>http://brandonbuttars.com/2009/09/css-select-options-internet-explorer-cut-off/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>GMail &#8211; Mac Apps</title>
		<link>http://brandonbuttars.com/2009/08/g-mail-mac-apps/</link>
		<comments>http://brandonbuttars.com/2009/08/g-mail-mac-apps/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 06:30:36 +0000</pubDate>
		<dc:creator>Brandon Buttars</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://brandonbuttars.com/?p=39</guid>
		<description><![CDATA[So I don&#8217;t really like using programs like Outlook, Entourage, Thunderbird, or Apple Mail to manage my mail.  I&#8217;m also a huge GMail fan.  I use nothing but Gmail now.  I hate setting up clients and I always use multiple computers to check my email.  Gmail offers tons of space for email so space has [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_45" class="wp-caption alignright" style="width: 138px"><img class="size-full wp-image-45" title="gmail_logo" src="http://brandonbuttars.com/wp-content/uploads/2009/08/gmail_logo.jpg" alt="Gmail" width="128" height="128" /><p class="wp-caption-text">Gmail</p></div>
<p>So I don&#8217;t really like using programs like Outlook, Entourage, Thunderbird, or Apple Mail to manage my mail.  I&#8217;m also a huge GMail fan.  I use nothing but Gmail now.  I hate setting up clients and I always use multiple computers to check my email.  Gmail offers tons of space for email so space has never been an issue for me. I thought I would do some searching for some different Gmail specific clients for my Mac that make using Gmail just a little bit easier.</p>
<p><span id="more-39"></span>I&#8217;m evaluating 3 different GMail clients I found when doing some Googling, so I&#8217;m hoping to get some comments with people&#8217;s feedback and opinions on the different clients.  I still haven&#8217;t decided what I like and prefer best so I&#8217;ll leave that up to you.</p>
<h3>Fluid App</h3>
<div id="attachment_40" class="wp-caption alignright" style="width: 310px"><img class="size-medium wp-image-40" title="fluid" src="http://brandonbuttars.com/wp-content/uploads/2009/08/fluid-300x114.png" alt="Fluid App" width="300" height="114" /><p class="wp-caption-text">Fluid App</p></div>
<p>Fluid App isn&#8217;t really specifically for GMail, but what you can do is create a specific &#8220;Application&#8221; for GMail.  What that means is that you can launch Gmail like it&#8217;s a separate app in a separate window using Safari.  You can actually do this with any website using Fluid App.  I use this for a lot of different sites to keep them separate.  I definitely recommend checking out how Fluid App works and see if it can benefit your workflow in any way, specifically GMail.</p>
<p><a title="Fluid App" href="http://fluidapp.com/">http://fluidapp.com/</a></p>
<h3>GeeMail</h3>
<div id="attachment_41" class="wp-caption alignright" style="width: 242px"><img class="size-full wp-image-41" title="geemail" src="http://brandonbuttars.com/wp-content/uploads/2009/08/geemail.png" alt="GeeMail" width="232" height="76" /><p class="wp-caption-text">GeeMail</p></div>
<p>GeeMail is the most unique out of all of them.  It uses Adobe Air.  What that means is that it is available on all platforms.  You just need to install Adobe Air.  There are some advantages to this and some disadvantages.  One thing I&#8217;ve noticed about a lot of Adobe Air apps specifically on Macs is that they don&#8217;t respond well to dragging and dropping to different spaces, but that&#8217;s me being picky.  The styling and look and feel is great in GeeMail.  I have not tested it using Google Apps domains.  I know the previous app and the following app will work with Google Apps.  I think it&#8217;s a great option and may end up with my vote.</p>
<p><a title="GeeMail" href="http://www.sourcebits.com/geemail/">http://www.sourcebits.com/geemail/</a></p>
<h3>MailPlane</h3>
<div id="attachment_42" class="wp-caption alignright" style="width: 138px"><img class="size-full wp-image-42" title="Mailplane" src="http://brandonbuttars.com/wp-content/uploads/2009/08/Mailplane.png" alt="MailPlane" width="128" height="128" /><p class="wp-caption-text">MailPlane</p></div>
<p>MailPlane is the most like what I was looking for.  It is it&#8217;s own separate app and doesn&#8217;t use Adobe Air.  The look and feel is exactly as GMail looks and feels.  There is some different control on modifying text size and some great drag and drop functionality.  The attachments and media functionality is awesome.  I think my favorite thing though has to be the multiple GMail accounts.  If you are running some different GMail accounts you have to check all the accounts by logging out and relogging back in.  MailPlane allows you to select from different accounts and check them all separately without any need to logout and login.  The only bad thing is that MailPlane costs $24.95.  That&#8217;s just me being a FREE freak.  It&#8217;s worth the purchase for sure.  It&#8217;s a great app so far.  There is a 30 day Demo that you can download, that&#8217;s what I&#8217;m actually using at the moment.</p>
<p><a title="MailPlane" href="http://mailplaneapp.com/">http://mailplaneapp.com/</a></p>
<h3>Your Two Cents</h3>
<p>Let me know what you find using these different apps.  Let the readers see what app you recommend.  Do you know of any others that are not on my list?  Let me know.  I can revise this post if you find something worth listing.  Thanks for reading and for your participation.</p>
]]></content:encoded>
			<wfw:commentRss>http://brandonbuttars.com/2009/08/g-mail-mac-apps/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Cross Browser Compatibility Testing</title>
		<link>http://brandonbuttars.com/2009/07/cross-browser-compatibility-testing/</link>
		<comments>http://brandonbuttars.com/2009/07/cross-browser-compatibility-testing/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 19:19:52 +0000</pubDate>
		<dc:creator>Brandon Buttars</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[testing]]></category>

		<guid isPermaLink="false">http://brandonbuttars.com/?p=30</guid>
		<description><![CDATA[At work this week I have spent a lot of time making sure things look good in all web browsers.  These are the browsers that I have been checking things on lately the most.

Safari
Flock
Firefox
Seamonkey
Chrome
Internet Explorer 6
Internet Explorer 7
Internet Explorer 8
Opera

I just threw Seamonkey in the testing for the heck of it.  I&#8217;m the least concerned [...]]]></description>
			<content:encoded><![CDATA[<p>At work this week I have spent a lot of time making sure things look good in all web browsers.  These are the browsers that I have been checking things on lately the most.</p>
<ul>
<li>Safari</li>
<li>Flock</li>
<li>Firefox</li>
<li>Seamonkey</li>
<li>Chrome</li>
<li>Internet Explorer 6</li>
<li>Internet Explorer 7</li>
<li>Internet Explorer 8</li>
<li>Opera</li>
</ul>
<p><span id="more-30"></span>I just threw Seamonkey in the testing for the heck of it.  I&#8217;m the least concerned about Opera.  It is crazy how inconsistent even Internet Explorer is.  Some of the sites I&#8217;ve been checking look different in IE6, IE7, and IE8 from each other.  All unique in themselves.  I of course have got to say &#8220;Internet Explorer Sucks!&#8221;  That phrase is an unspoken in most places I&#8217;ve worked.  Everyone knows everyone else hates IE so you don&#8217;t even have to say it.</p>
<p>It can be tricky cross browser checking all the different browsers, so I&#8217;ll let you know my setup.</p>
<ul>
<li><a title="24&quot; iMac" href="http://www.apple.com/imac/specs.html">24&#8243; iMac</a> &#8211; Leopard
<ul>
<li><a title="Firefox" href="http://www.mozilla.com/en-US/firefox/upgrade.html">Firefox</a></li>
<li><a title="Flock" href="http://flock.com/">Flock</a></li>
<li><a title="Opera" href="http://www.opera.com/">Opera</a></li>
<li><a title="Safari" href="http://www.apple.com/safari/">Safari</a></li>
<li><a title="Seamonkey" href="http://www.seamonkey-project.org/">Seamonkey</a></li>
<li><a title="VMWare Fusion" href="http://www.vmware.com/products/fusion/">VMWare Fusion</a> &#8211; Windows XP
<ul>
<li><a title="Google Chrome" href="http://www.google.com/chrome">Chrome</a></li>
<li><a title="Firefox" href="http://www.mozilla.com/en-US/firefox/upgrade.html">Firefox</a></li>
<li><a title="IE Tester" href="http://www.my-debugbar.com/wiki/IETester/HomePage">IE Tester</a>
<ul>
<li>Internet Explorer 6</li>
<li>Internet Explorer 7</li>
<li>Internet Explorer 8</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<p>Hopefully this has helped someone.  Alternatives to VMWare Fusion are <a title="VirtualBox" href="http://www.virtualbox.org/">VirtualBox</a> and <a title="Parallels Desktop" href="http://www.parallels.com/products/desktop/">Parallels Desktop</a>.  You have to have a Windows install running to test Internet Explorer properly.</p>
<p>This setup is working great for me and I trust the tests I&#8217;m running also.  I&#8217;ve tried Multiple IE&#8217;s and always have issues with cookies and form testing.  I have found IE Tester works way better than anything I&#8217;ve ever used before.</p>
]]></content:encoded>
			<wfw:commentRss>http://brandonbuttars.com/2009/07/cross-browser-compatibility-testing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
