<?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>Derek Punsalan - 5THIRTYONE &#187; setup</title> <atom:link href="http://5thirtyone.com/archives/tag/setup/feed" rel="self" type="application/rss+xml" /><link>http://5thirtyone.com</link> <description>A personal site by Derek Punsalan sharing personal interests with technology, WordPress, design, and general geekery.</description> <lastBuildDate>Wed, 10 Mar 2010 06:09:35 +0000</lastBuildDate> <generator>http://wordpress.org/?v=2.9.2</generator> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>10 step guide for improving a vanilla WordPress install</title><link>http://5thirtyone.com/archives/1083</link> <comments>http://5thirtyone.com/archives/1083#comments</comments> <pubDate>Tue, 28 Oct 2008 12:55:07 +0000</pubDate> <dc:creator>Derek</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[getting started]]></category> <category><![CDATA[optimize]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[setup]]></category> <category><![CDATA[traffic]]></category> <category><![CDATA[Tutorial]]></category><guid
isPermaLink="false">http://5thirtyone.com/?p=1083</guid> <description><![CDATA[A few weeks ago I was approached with a request to help setup a simple WordPress site from the ground-up. The simple requirement being that after the initial setup, the site be ready for steady growth with minimum update requirements outside of core WordPress upgrades. I created this general guide highlighting 10 facets of a [...]]]></description> <content:encoded><![CDATA[<p>A few weeks ago I was approached with a request to help setup a simple <a
href="http://www.wordpress.org">WordPress</a> site from the ground-up. The simple requirement being that after the initial setup, the site be ready for steady growth with minimum update requirements outside of core WordPress upgrades. I created this general guide highlighting 10 facets of a vanilla Wordpress install every new blogger should consider. The gamut includes a number of additions that anyone capable of editing files and navigating a web server is capable of doing.</p><h3><span>01.</span> Optimized code for maintainability &amp; indexability</h3><p>Invest time (and research if necessary) in writing clean code. Doing so will reduce the amount of time wasted on debugging, ensure browser consistency &amp; compatibility, allow for search engines to crawl your pages more effectively, and save time (no wasted time if code is easy to traverse and you know where everything is).</p><ul><li><a
href="http://www.w3schools.com/">W3 Schools</a> &#8211; Resource for anyone interested in dropping all-in-one editors like Dreamweaver. Online tutorials &amp; references.</li><li>Break or prevent bad habit(s) &#8211; plain text editors: <a
href="http://www.barebones.com/">BBEdit</a> (Mac), <a
href="http://macromates.com/">TextMate</a> (Mac), or <a
href="http://notepad-plus.sourceforge.net/uk/site.htm">Notepad++</a> (Win).</li></ul><h3><span>02.</span> Code indexability taken a little further &#8211; SEO</h3><p>There is a lot of chatter concerning &quot;search engine optimization&quot;. The SEO goal is to maximize traffic referral from search engines. Fortunately, WordPress &#8211; by default &#8211; provides a lot of the basics to ensure that search engines see your content. Yoast put together a thorough <a
href="http://yoast.com/articles/wordpress-seo/">guide on WordPress SEO </a>for reference.</p><ul><li><a
href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All in One SEO Pack</a> (plugin) &#8211; Automatically generates meta tags and titles.</li><li><a
href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Google XML Sitemaps</a> (plugin) &#8211; everytime you edit or create a post, your sitemap is updated and all major search engines that support the sitemap protocol, like ASK.com, Google, MSN Search and YAHOO, are notified about the update.</li><li><a
href="http://www.google.com/webmasters/">Google Webmaster Central</a> &#8211; Better understand how Google works + tools to optimize your site.</li></ul><p>Recommendation for code organization in templates: (1) header / navigation, (2) main content, (3) secondary nav + extras.</p><h3 id="simplify"><span>03.</span> Simplify WordPress site administration</h3><p>The WordPress admin dashboard works well when you&#8217;re in front of a computer. But how about when you&#8217;re mobile? Rather than sitting down at a Hotspot, why not simplify the management of your site? It&#8217;s all about rich mobile handsets and mobile internet.</p><ul><li><a
href="http://www.mikeindustries.com/blog/clean-notifications">Clean Notifications</a> (plugin) &#8211; Mike Davidson contributes his solution to heavy comment moderation emails. Notifications are reformatted with a reduced visual footprint.</li><li><a
href="http://wordpress.org/extend/plugins/mobileadmin/">iPhone / Mobile Admin</a> (plugin) &#8211; Together with Clean Notifications, mobile users can now manage their WordPress site(s) from their back pocket.</li><li><a
href="http://iphone.wordpress.org/">WordPress for iPhone</a> &#8211; Write posts, upload photos, and edit from your iPhone. Still no comment moderation though.</li><li><a
href="http://www.danieldura.com/code/moderator">Moderator</a> (plugin + desktop) &#8211; A WordPress plugin + Adobe AIR desktop app for that brings comment moderation to your computer desktop via <a
href="http://www.bloggingpro.com/archives/2008/10/21/moderator/">Blogging Pro</a>.</li></ul><h3><span>04.</span> Improve the built in WordPress search bar</h3><p>For some, the integrated search feature in WordPress falls short. By default, search queries are limited to posts with no support for booleans or indexing pages. The resolution / solution (depending on how you look at it) requires installing plugins or opting to use an external search service to index content.</p><ul><li><a
href="http://dancameron.org/wordpress/wordpress-plugins/search-everything-wordpress-plugin">Search Everything</a> (plugin) &#8211; Picking up where WordPress left off, Search Everything offers configuration options to index pages, categories, tags, drafts, excerpts, custom fields, and attachments.</li><li><a
href="http://www.google.com/coop/cse/">Google Custom Search</a> &#8211; Use to replace or supplement the existing WordPress search. The power of Google.. Without the aesthetic coherence.</li><li><a
href="http://www.lijit.com/">Lijit</a> (plugin) &#8211; Search powered by Google + the addition of providing your &quot;other&quot; social sites as search results. E.g. a query for baseball on your WordPress site will display results from your blog and photos tagged baseball on your Flickr account. Also lacks visual coherence with your design &#8211; results are displayed as an overlay.</li></ul><h3><span>05.</span> Understand traffic</h3><p>Analytics data is no longer for statistics junkies. Understanding your visitors is vital to the growth and success of your website. Compare traffic figures prior to and after the implementation of new featured content containers, advertising links, design changes, and or content focus. Understand where readers are coming from, know how long they&#8217;re staying, and see where they&#8217;re going. Are visitors landing on your home page and promptly leaving? Or, are they reading and exploring older content? Questions like these can be answered by collecting and understanding visitor data.</p><ul><li><a
href="http://haveamint.com/">Mint</a> &#8211; Beautiful analytics package + extensions via <a
href="http://haveamint.com/peppermill/">Peppers</a>.</li><li><a
href="http://www.google.com/analytics/">Google Analytics</a> + <a
href="http://wordpress.org/extend/plugins/google-analytics-for-wordpress/">Google Analytics for WordPress</a> (plugin) &#8211; Google Analytics cann be run sans plugin but without loses the ability to track outbound links from within posts, comment author links, links within comments, blogroll links and more.</li><li><a
href="http://crazyegg.com/">Crazy Egg</a> &#8211; User behavior tracking and visualization.</li></ul><h3><span>06.</span> Promote similar, related, or completely random content</h3><p>Congratulations, you have fresh eyes on your site. Why not try and lead your new visitor into the archives to continue reading?</p><ul><li>The <a
href="http://5thirtyone.com/archives/1110">content &quot;explore&quot; block</a> &#8211; Utilize built in WordPress functions to promote related content to a visitor. Link to content which shares similar categories and tags.</li><li><a
href="http://fairyfish.net/2007/09/12/wordpress-23-related-posts-plugin/">WordPress Related Posts</a> (plugin) &#8211; This plugin goes beyond using tags as links to similar content. Add a list of related posts to your RSS feed, or anywhere else in your template to link with titles.</li><li><a
href="http://wordpress.org/extend/plugins/random-redirect/">Random Redirect</a> (plugin) &#8211; Create an attractive button to click + this plugin to link to random posts in your archives.</li></ul><h3><span>07.</span> Improve the discussion</h3><p>Visitors are more inclined to explore content which has corresponding comment activity. The current iteration of WordPress supports Gravatars by default. Custom avatars coupled with select plugins and visual accoutrements transform comments into a valuable aspect of a published article.</p><ul><li><a
href="http://txfx.net/code/wordpress/subscribe-to-comments/">Subscribe to Comments</a> (plugin) &#8211; At some point or another, we have all contributed to a discussion and never gone back to check for a reply or rebuttal. Subscribe to comments provides visitors with an option to follow a comment conversation from their email inbox.</li><li><a
href="http://wordpress.org/extend/plugins/disqus-comment-system/">DISQUS</a> (plugin) &#8211; A comment aggregation service with support for threaded replies. A direct replacement for the standard WordPress comments backend.</li></ul><h3><span>08.</span> Combat spam</h3><p>As of this post, the site has has over 5,500 comments / trackbacks. A small percentage in contrast to the number of spam filling up the moderation queue. WordPress ships with Akismet by default, but there are recommendations.</p><ul><li>Generally spam tends to offer up a nice collection of links mixed in with random garbage. For added moderation protection, reduce the number of permitted links in comments. Settings > Discussion > Comment Moderation &#8211; &quot;Hold a comment in the queue if it contains 2 or more links&quot;. Change 2 to 1 if you&#8217;re willing to make sure safe comments are erroneously left in the queue.</li><li><a
href="http://defensio.com/">Defensio</a> (plugin) &#8211; Similar features as Akismet. A spam filtering service which cross references flagged comments against a database of known spam.</li><li><a
href="http://www.elliotswan.com/postable/">Postable</a> (pre-comment) &#8211; If you anticipate discussions which might include code examples from readers, provide a link to Postable which converts code into a blog comment friendly format.</li></ul><h3><span>09.</span> Offer more opportunities to connect &amp; meet readers</h3><p>The web is social. Providing the means for readers to connect and interact with you outside of your blog creates a stickiness that may translate into increased traffic. Use your WordPress site as a platform to represent your online footprint.</p><ul><li><a
href="http://evansims.com/projects/brightkite-location">Brightkite Location</a> (plugin) &#8211; Fire Eagle and Twitter integrated Brightkite lets users update their status + whereabouts in real-time. Brightkite Location adds your most recent check-in to your site (links to your Brightkite profile).</li><li><a
href="http://alexking.org/projects/wordpress">Twitter Tools</a> (plugin) &#8211; two way integration of Twitter. Pulls a digest of Tweets down as a blog post, or pushes Tweets to the Twitter service.</li><li><a
href="http://sharethis.com/">ShareThis</a> &#8211; Provides readers with a myriad of options to push your content to their favorite social services.</li><li><a
href="http://kierandelaney.net/blog/projects/simplelife/">SimpleLife</a> (plugin) &#8211; A &quot;lifestream&quot; of your social activities &#8211; Last.fm, Facebook, Delicious, Flickr, and more.</li></ul><h3><span>10.</span> Reduce load times, prepare for traffic</h3><p>Whether you&#8217;re planning a site for constant high traffic or throwing a site together for friends &#038; family, WordPress performance plugins will improve load times and reduce server resource requirements &#8211; which is never a bad thing.</p><ul><li>What is web caching and why is it important? &#8211; <a
href="http://en.wikipedia.org/wiki/Web_cache">Wikipedia</a></li><li><a
href="http://wordpress.org/extend/plugins/wp-super-cache/">WP Super Cache</a> (plugin) &amp; <a
href="http://wordpress.org/extend/plugins/wp-cache/">WP Cache</a> (plugin) &#8211; WordPress caching <a
href="http://elliottback.com/wp/wp-super-cache-benchmark/">benchmark results</a> for both vs. a vanilla WordPress install.</li><li><a
href="http://www.keyvan.net/code/paged-comments/">Paged Comments</a> (plugin) &#8211; Technically, not a performance plugin. However, paged comments will reduce page load time for articles which attract hundreds of comments. Example <a
href="http://5thirtyone.com/archives/862">post with 382 comments</a>.</li></ul><p>What do you generally do after a vanilla WordPress install? [<a
href="http://digg.com/software/10_step_guide_for_improving_a_vanilla_WordPress_install">digg this</a>]</p><div
id="wherego_related"><h3>Readers Also Read</h3><ul><li><a
href="http://5thirtyone.com/archives/862" rel="bookmark" class="wherego_title">How-to: Proper Gmail IMAP for iPhone &#038; Apple Mail</a></li><li><a
href="http://5thirtyone.com/archives/1110" rel="bookmark" class="wherego_title">Create a WordPress reader &quot;explore&quot; block to promote content</a></li><li><a
href="http://5thirtyone.com/archives/875" rel="bookmark" class="wherego_title">WordPress Custom Fields; laying text over your lead graphic</a></li><li><a
href="http://5thirtyone.com/archives/1215" rel="bookmark" class="wherego_title">Acer Aspire One on Woot, grab your first netbook</a></li><li><a
href="http://5thirtyone.com/archives/433" rel="bookmark" class="wherego_title">Riding shotgun next to WordPress</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://5thirtyone.com/archives/1083/feed</wfw:commentRss> <slash:comments>22</slash:comments> </item> <item><title>How-to: Proper Gmail IMAP for iPhone &amp; Apple Mail</title><link>http://5thirtyone.com/archives/862</link> <comments>http://5thirtyone.com/archives/862#comments</comments> <pubDate>Wed, 24 Oct 2007 07:53:23 +0000</pubDate> <dc:creator>Derek</dc:creator> <category><![CDATA[Apple]]></category> <category><![CDATA[email]]></category> <category><![CDATA[gmail]]></category> <category><![CDATA[imap]]></category> <category><![CDATA[mail]]></category> <category><![CDATA[setup]]></category><guid
isPermaLink="false">http://5thirtyone.com/archives/862</guid> <description><![CDATA[UPDATE 11/18: inaequitas reminds us that in order to star messages on your iPhone, simply move the message the starred items directory.
UPDATE 10/26: RayL re-confirms the advantage of mapping your client-side Sent, Drafts, &#38; Trash with server-side Gmail labels &#8211; no duplicate labels created in Gmail by your email client(s). Experiment with Gmail IMAP setup; [...]]]></description> <content:encoded><![CDATA[<p><strong>UPDATE 11/18:</strong> <em>inaequitas reminds us that in order to <a
href="http://5thirtyone.com/archives/862#comment-55028">star messages on your iPhone</a>, simply move the message the starred items directory.</em></p><p><strong>UPDATE 10/26:</strong> <em>RayL <a
href="http://5thirtyone.com/archives/862#comment-52951">re-confirms the advantage</a> of mapping your client-side Sent, Drafts, &amp; Trash with server-side Gmail labels &#8211; no duplicate labels created in Gmail by your email client(s). Experiment with Gmail IMAP setup; if necessary reference the Google Group thread below.</em></p><p><strong>UPDATE 10/25:</strong> <em>If you start seeing duplicates, check this <a
href="http://groups.google.com/group/Gmail-POP-and-Forwarding/msg/34ad1395f673e27d">Google Group thread</a>. Google may have made updates to Gmail IMAP access. YMMV.</em></p><p>The latest news on the street is that Google is slowly rolling out a much anticipated feature &#8211; <a
href="http://en.wikipedia.org/wiki/Internet_Message_Access_Protocol">IMAP support</a>. If you point your browser to Gmail <a
href="http://mail.google.com/support/bin/answer.py?ctx=%67mail&#038;hl=en&#038;answer=75726">Help documentation outlining the steps necessary to get your mail clients setup for IMAP</a>, you&#8217;ll soon realize the the directions are <em>the bare minimum</em>. It is recommended that you follow the directions from start to finish, but the actual configuration does not stop there.</p><p>Take a look at both IMAP support pages for <a
href="http://mail.google.com/support/bin/answer.py?answer=77663">Apple Mail</a> and the <a
href="https://mail.google.com/support/bin/answer.py?answer=77702">iPhone</a>. Both share similar steps including:</p><ul><li>Incoming Server: <strong>imap.gmail.com</strong></li><li>Outgoing Server: <strong>smtp.gmail.com</strong></li><li>Authentication: <strong>email@gmail.com</strong> + <strong>email password</strong></li><li>&#8216;Use secure Socket Layer (SSL)&#8217;</li><li>Ports: <strong>587</strong> Outgoing, <strong>993</strong> Incoming</li></ul><p>There is nothing wrong with leaving your email clients as-is exactly as the Gmail Help documents instruct. Unfortunately, you will start to see a little inconsistency between your email clients and your Gmail web interface.</p><p>Diligent Gmail &quot;labelers&quot; will soon discover that those handy &quot;tags&quot; that they had been assigning to emails are now recognized as Folders in their email client(s). Your email clients will sync this Folders without a problem. In order<em> to ensure your Trashed, Sent, Drafts, and Junk mail messages are sorted properly</em> between your iPhone, Apple Mail, and Gmail&#8217;s webmail interface, you will need to add a few more steps to the <a
href="http://mail.google.com/support/bin/answer.py?ctx=%67mail&#038;hl=en&#038;answer=75726">initial setup instructions</a> offered by Google.</p><h3>Properly sort Drafts, Deleted, and Sent mail on the iPhone</h3><p>Assuming that you have followed the <a
href="https://mail.google.com/support/bin/answer.py?answer=77702">iPhone IMAP setup instructions</a>, it is now time to properly configure your mobile Mail client so that Sent Mail, Deleted Mail, Drafts, and Junk are reflected properly after syncing back between the webmail client and any other desktop clients you may have.</p><ol><li>Open &#8216;Settings&#8217; > &#8216;Mail&#8217; > [Your Gmail IMAP account] > &#8216;Advanced&#8217;</li><li>Select &#8216;Drafts Mailbox&#8217; > &#8216;On the Server&#8217; > &#8216;[Gmail] Drafts&#8217;. Return to the &#8216;Advanced&#8217; view.</li><li>Select &#8216;Sent Mailbox&#8217; > &#8216;On the Server&#8217; > &#8216;[Gmail] Sent Mail&#8217;. Return to the &#8216;Advanced&#8217; view.</li><li>Select &#8216;Deleted Mailbox&#8217; > &#8216;On the Server&#8217; > &#8216;[Gmail] Trash&#8217;. Return to the &#8216;Advanced&#8217; view.</li></ol><p>Any emails sent from your iPhone will appear in Gmail&#8217;s &#8216;Sent&#8217; view, any saved drafts saved on your  iPhone will appear in Gmail&#8217;s &#8216;Drafts&#8217; view, and any deleted messages will be reflected in Gmail&#8217;s &#8216;Trash&#8217; view.</p><h3>Properly sort Drafts, Deleted, and Sent mail in Apple Mail</h3><p>Similar steps must be taken to ensure that any emails sent, saved as drafts, or deleted are properly identified by Gmail&#8217;s servers. After completing the IMAP setup steps for <a
href="http://mail.google.com/support/bin/answer.py?answer=77663">Apple Mail</a>, instructing Mail is a few simple clicks away. Once your Gmail IMAP account is added to Mail, you&#8217;ll notice your [Gmail account] in the left sidebar.</p><ol><li>Highlight &#8216;[Gmail] Sent Mail&#8217; in the sidebar and select &#8216;Mailbox&#8217; (menu bar) > &#8216;Use This Mailbox For&#8217; > &#8216;Sent&#8217;.</li><li>Highlight &#8216;[Gmail] Drafts&#8217; in the sidebar and select &#8216;Mailbox&#8217; (menu bar) > &#8216;Use This Mailbox For&#8217; > &#8216;Drafts&#8217;</li><li>Highlight &#8216;[Gmail] Trash&#8217; in the sidebar and select &#8216;Mailbox&#8217; (menu bar) > &#8216;Use This Mailbox For&#8217; > &#8216;Trash&#8217;</li><li>Highlight &#8216;[Gmail] Spam&#8217; in the sidebar and select &#8216;Mailbox&#8217; (menu bar) > &#8216;Use This Mailbox For&#8217; > &#8216;Junk&#8217;</li></ol><p>Once properly configured, managing email from Apple Mail or the iPhone will be no different from managing emails within the Gmail web client &#8211; sent, drafts, trash, and junk properly sorted between your various email clients and web interface. [<a
href="http://digg.com/apple/How_to_Properly_setup_Gmail_IMAP_for_the_iPhone_Apple_Mail">Digg this</a>]</p><h3>IMAP Gmail gems for Apple Mail &amp; iPhone</h3><p>I am certain that Gmail&#8217;s IMAP documentation is far from complete. The following will serve as a running list of details <strike>I have noticed</strike> &#8211; found by sharp readers or myself &#8211; not yet included in the Help pages.</p><ul><li>Flagging messages in Apple Mail (CMD+SHIFT+L) is the same as adding a Star to a message in Gmail. Try it out for yourself. Flag a message in Mail and check your Gmail account online. The same message magically appears as &#8216;Starred&#8217;.</li><li>In order to &quot;label&quot; messages multiple times from within Apple Mail or the iPhone, you must copy the message(s) to each respective &#8216;Folder&#8217; which corresponds with your Gmail Label. <em>I think it&#8217;s time to move back to the idea of Folders as opposed to Labels</em>.</li><li>If you wish to Archive mail from your iPhone, simply move the message to &#8216;[Gmail] All Mail&#8217;.</li><li><a
href="http://5thirtyone.com/archives/862#comment-52800">gec added this comment:</a> &quot;when you delete something from a folder other than trash, the message will effectively be archived, and not deleted. that means, the label corresponding to the folder you are deleting it from will be removed. if however you *move* it to Trash you will remove all labels assigned to it. bad for filter rules.&quot;</li><li><a
href="http://5thirtyone.com/archives/862#comment-52812">Jonathan added this tip:</a> &quot;if you&#8217;d like to use a custom from address when sending from iPhone (not your Gmail address) just pop it in the Email Address field (not the authentication fields) and it will use that address instead of your Gmail.&quot;</li><li>Want to send mail as a different email address on a case-by-case basis with Apple Mail? Follow the directions outlined in <a
href="http://5thirtyone.com/archives/862#comment-52819">this comment</a>. YMMV</li><li><a
href="http://5thirtyone.com/archives/862#comment-52861">MSK added:</a> &quot;if you want to get rid of that extra [Gmail] hierarchy. Go in to your advanced email settings and for &#8216;IMAP Path Prefix&#8217; type [Gmail] now go back and reassign your Sent, Deleted, and Draft mail boxes, if needed.&quot;</li></ul><p><em>Similar rules apply for any other IMAP desktop or mobile client that you might be using. In order to prevent unnecessary labels from being created during synchronization, make sure that your Sent, Drafts, Junk, and Trash Mailboxes are configured properly.</em></p><h3>Business Email Solutions</h3><p>If you like to have your <a
href="http://www.internet-hosting-report.com/microsoft-exchange-servers.php">email</a> on the go you&#8217;ll love the freedom that comes with an <a
href="http://www.intermedia.net/it-professionals/hosted-exchange/hosted-exchange.asp">outlook exchange server</a>. When you use intermedia as your <a
href="http://www.intermedia.net/">email hosting</a> solution you can access your <a
href="http://www.emailaddresses.com/">email</a> from any internet connected windows device, and take care of business on the road!</p><div
id="wherego_related"><h3>Readers Also Read</h3><ul><li><a
href="http://5thirtyone.com/archives/860" rel="bookmark" class="wherego_title">iPhone vs. TyTN II Kaiser, which came out on top?</a></li><li><a
href="http://5thirtyone.com/archives/845" rel="bookmark" class="wherego_title">Warning! Gmail users beware, fake upgrade emails</a></li><li><a
href="http://5thirtyone.com/archives/218" rel="bookmark" class="wherego_title">5ThirtyOne &#8211; Google Hosted Email</a></li><li><a
href="http://5thirtyone.com/archives/1232" rel="bookmark" class="wherego_title">Sanity check: Media Temple, SpamAssasin, IMAP, &amp; the iPhone</a></li><li><a
href="http://5thirtyone.com/archives/1871" rel="bookmark" class="wherego_title">Gmail, MobileMe, Address Book synced contacts sanity</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://5thirtyone.com/archives/862/feed</wfw:commentRss> <slash:comments>468</slash:comments> </item> <item><title>5ThirtyOne &#8211; Google Hosted Email</title><link>http://5thirtyone.com/archives/218</link> <comments>http://5thirtyone.com/archives/218#comments</comments> <pubDate>Fri, 21 Apr 2006 05:35:22 +0000</pubDate> <dc:creator>Derek</dc:creator> <category><![CDATA[Tutorial]]></category> <category><![CDATA[email]]></category> <category><![CDATA[gmail]]></category> <category><![CDATA[google]]></category> <category><![CDATA[hosted]]></category> <category><![CDATA[mx]]></category> <category><![CDATA[setup]]></category><guid
isPermaLink="false">http://5thirtyone.com/archives/218</guid> <description><![CDATA[
Since registering 5ThirtyOne.com with DreamHost, I&#8217;ve despised the SquirrelMail interface. By forwarding all incoming mail to a personal account, I&#8217;ve managed to bypass any unnecessary interaction with the interface. While some users may prefer the simplicity and stark layout options, I prefer the familiar interface of my personal Gmail account. Fortunately, Google Hosted dropped an [...]]]></description> <content:encoded><![CDATA[<p
align="center"><img
src="http://5thirtyone.com/wp-content/uploads/2006/04/login531gmail1.png" width="428" alt="5thirtyone email - google hosted" /></p><p>Since registering <a
href="http://5thirtyone.com">5ThirtyOne.com</a> with <a
href="http://www.dreamhost.com/r.cgi?148084">DreamHost</a>, I&#8217;ve despised the SquirrelMail interface. By forwarding all incoming mail to a personal account, I&#8217;ve managed to bypass any unnecessary interaction with the interface. While some users may prefer the simplicity and stark layout options, I prefer the familiar interface of my personal Gmail account. Fortunately, <a
href="https://www.google.com/hosted/">Google Hosted</a> dropped an invite allowing me to register and setup 5ThirtyOne for the hosted [Gmail] service. I&#8217;ll walk through the painless transfer [DreamHost to Google], basic customizations, and<span
id="more-218"></span> final thoughts.</p><p>Some of the following may bore you. For that reason I&#8217;ve provided a mini index to navigate:</p><ul><li><a
href="#gmhintro">Introduction</a> &#8211; Yes! No different from Gmail!!</li><li><a
href="#gmhtransfer">Transfer</a> &#8211; Great, so how do I get my domain email?</li><li><a
href="#gmhcustom">Customize</a> &#8211; Very basic, but subtle details work!</li><li><a
href="#gmhadmin">Administrating</a> &#8211; I am root!</li><li><a
href="#gmhthoughts">Thoughts</a> &#8211; Kiss Squirrel good bye</li></ul><p><a
name="gmhintro"></a></p><h3>Welcome to Google Hosted</h3><p>Before going willy-nilly with the idea of Google hosted email, understand that standard accounts are no different from personal Gmail accounts. Aside from the custom logo and the &#8220;powered by Google&#8221; moved to the footer, the average user wouldn&#8217;t tell the difference. Wait, I guess the new <strong><em>username</em>@5thirtyone.com</strong> in the top right corner is different. Rather than highlighting the similarities, a brief run through of the <em>differences</em> will suffice.</p><p
align="center"><img
src="http://5thirtyone.com/wp-content/uploads/2006/04/inbox531gmail.png" width="428" alt="5thirtyone email - inbox" /></p><ul><li>No tabbed interface for jumping between your hosted Gmail account and <a
href="http://calendar.google.com">Google Calendars</a>.</li><li>Hosted Gmail account credentials do not work with Google services that require a &#8216;Google Account&#8217;.</li><li>Administrative access can be granted to normal accounts on a per user basis.</li><li>No option for invites. [Might have been a sweet feature to pass out hosted accounts.]</li></ul><p>Again, aside from a few minor details, Hosted accounts are really no different than general Gmail accounts.</p><p><a
name="gmhtransfer"></a></p><h3>So I&#8217;m hosted, now what?</h3><p>So you&#8217;ve managed to get your foot in the door and have the Hosted Email &#8216;Dashboard&#8217; up on your screen. Now what? To the person thinking &#8220;duh, redirect your domain email to Google Hosted&#8221; you are <em>correct</em>! No reason to get squirmy here. The process is quite simple [aided with the necessary documentation from Google of course].</p><p>The key to a smooth transition is locating your Mail Exchange (MX) settings (usually under &#8216;Mail&#8217; settings, &#8216;DNS Management&#8217;, &#8216;Mail Server Configuration&#8217;, or &#8216;Name Server Management&#8217;.). For DreamHost users navigate to <em>DreamHost Control Panel > Mail > MX</em>. Click &#8216;Edit&#8217; next to your primary domain after which you will be presented with a screen similar to the one below. <em>Notice the warning message? Incorrect values will prevent email from landing in your account.</em></p><p
align="center"><img
src="http://5thirtyone.com/wp-content/uploads/2006/04/DreamHost%20Control%20Panel%20%20mail%20%20mx.png" width="428" alt="mx mail settings" /></p><p>As documented by Google, enter the correct Mail Exchange values for your account which can be found on the Dashboard MX Records page. <strong>Note:</strong> <em>Google states that the transfer may take up to 1 business day for the MX settings to go into effect. Personally, received mail began landing in the inbox almost immediately. The ability to send mail may take longer.</em></p><p><a
name="gmhcustom"></a></p><h3>Subtle customizations go a long way</h3><p>While you&#8217;re sitting around waiting for full account functionality, why not familiarize yourself with the &#8216;Domain Settings&#8217; [read <em>customizations</em>]?</p><p
align="center"><img
src="http://5thirtyone.com/wp-content/uploads/2006/04/domain-settings.png" alt="domain settings" /></p><p>Very basic customizing options which allow Google to retain much of minimalism familiarity of Gmail while allowing domains to accentuate the smallest detail(s). Negligible details to some, while just enough for others:</p><ul><li><strong>General Information:</strong> Your domain name and contact information [for situations when users need an admin contact].</li><li><strong>Sign in page:</strong> Customize the sign in box background and border colors.</li><li><strong>User your own fancy logo:</strong> Probably the <em>best</em> part of customizing. Create your own 149 x 59 pixel graphic.</li><li><strong>Advanced settings:</strong> These settings rely heavily on your Mail Exchange settings. Gmail &#8216;Chat&#8217; and &#8216;Catch-all&#8217;. Chat amongst fellow Hosted Email users. In addition, have all emails sent to your domain without an actual address caught by your admin address.</li></ul><p>Basic indeed right? A bit of a change from the standard Gmail interface.</p><p><a
name="gmhadmin"></a></p><h3>I am root &#8211; Gmail Admin</h3><p>Google Hosted Email administrators have a great set of options for keeping domain email accounts in check.</p><ul><li><strong>Create users:</strong> Self explanatory. Create individual accounts for users. Specify first name, last, <em>address</em>@domain.com, and assign a specific password or generate a random password for users to change after their initial login.</li><li><strong>Admin rights:</strong> Assign administrative rights to select users. Only do this for trusted users.</li><li><strong>Nicknames:</strong> Assign additional addresses to a single user. Example: Messages addressed to y@domain.com and u@domain.com can be configured to land within z@domain.com.</li><li><strong>Mailing lists:</strong> Simple and effective method for creating mass mailing lists for your domain. Create a mailing list address and add select users.</li><li><strong>Monitor:</strong> Monitor email account quotas and last user logins.</li></ul><p><a
name="gmhthoughts"></a></p><h3>Personal thoughts on Google Hosted</h3><p>All the features and functionality of a standard Gmail account wrapped in a nice &#8220;custom&#8221; package. My personal score pitting the two against each other:</p><ul><li><strong>Paid hosting vs. Google Hosted: +1 Non-Google.</strong><br
/> Security and privacy wise, an included email or dedicated email host, is a far wiser choice. No peaking bots scanning emails for targeted text ads and the like. As my good friend from UNEASY put it: [using Google] <em>is like letting someone always look in your bedroom window</em>.</li><li><strong>Interface &amp; intuitiveness: +1 Google</strong><br
/> Once you familiarize yourself with the standard keyboard shortcuts [or <a
href="http://userscripts.org/scripts/show/2432">Gmail Macros</a> GM userscript], there&#8217;s really no going back to something like SquirrelMail. Keyboard shortcuts, filters, and labels aside, with the power of Google search under the hood, is a comparison of SquirrelMail even necessary?</li><li><strong>Spam filtering: +1 Google</strong><br
/> Who&#8217;s going to deny the fact that Gmail&#8217;s Spam filters are one of the toughest in the industry? As stated earlier, emails sent to my domain were configured to forward to my personal account. Despite having DH&#8217;s built in spam &amp; virus filter active, spam messages continued to slip through. Thankfully Gmail&#8217;s spam filter cleaned up the mess that DH filters dropped.</li><li><strong>User account quotas: +1 non-Google</strong><br
/> In all reality, giant mail box quotas and a users ability to maximize data usage are negligible topics for casual email users. However, because this is a comparison, the point goes to non-Google hosted email for the simple reason that hosted plans usually allow administrators to specify a users email size. Google Hosted are limited to a <em>paltry</em> 2GB.</li><li><strong>Playing all might root: +1 Google</strong><br
/> Setting up separate users with Google Hosted is a breeze. Specify a users name, email address, and assign a random password. Period. No unnecessary clicks, or drop down menus. Remember the username limit for standard Gmail accounts? Non-existent. You can create single letter / numeral accounts like <em>z@domainname.com.</em></li><li><strong>POP usage and bandwidth: +1 Google</strong><br
/> Similar to standard Gmail users, Google Hosted users have POP access for retrieving mail. Bandwidth usage due to file retrieval may not dent most users bandwidth allotment, but every MB counts right? Why utilize your own bandwidth when the stuff grows on trees on the Googleplex farm?</li></ul><p>Google wins 4 to 2 in my book. How will Google Hosted score for you? Where do you stand on Google Hosted email and would you switch if the opportunity presented itself? If you&#8217;re interested in adding the service to your domain, check the <a
href="https://www.google.com/hosted">Google Hosted</a> page for instructions. [<a
href="http://digg.com/links/An_Introduction_to_Google_Hosted,_Great_Review_">Digg it!</a>]</p><h3>Business Email Solutions</h3><p>Don&#8217;t let <a
href="http://www.internet-hosting-report.com/microsoft-exchange-servers.php">hosting woes</a> slow down your business. Get a <a
href="http://www.intermedia.net/it-professionals/custom-email/custom-email.asp">business email account</a> set up with outlook exchange and let someone else handle the <a
href="http://www.emailaddresses.com/">email</a> headaches. Set up a <a
href="http://www.intermedia.net/">small business email</a> account with intermedia today!</p><div
id="wherego_related"><h3>Readers Also Read</h3><ul><li><a
href="http://5thirtyone.com/archives/821" rel="bookmark" class="wherego_title">Rich HTML email signatures straight from Gmail</a></li><li><a
href="http://5thirtyone.com/archives/808" rel="bookmark" class="wherego_title">Mailplane, Gmail will replace your desktop email client</a></li><li><a
href="http://5thirtyone.com/archives/2171" rel="bookmark" class="wherego_title">Gmail IMAP vs. Push, sanity more important than Push?</a></li><li><a
href="http://5thirtyone.com/archives/845" rel="bookmark" class="wherego_title">Warning! Gmail users beware, fake upgrade emails</a></li><li><a
href="http://5thirtyone.com/archives/862" rel="bookmark" class="wherego_title">How-to: Proper Gmail IMAP for iPhone &#038; Apple Mail</a></li></ul></div>]]></content:encoded> <wfw:commentRss>http://5thirtyone.com/archives/218/feed</wfw:commentRss> <slash:comments>40</slash:comments> </item> </channel> </rss>
<!-- This site's performance optimized by W3 Total Cache. Dramatically improve the speed and reliability of your blog!

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (user agent is rejected)
Database Caching 18/29 queries in 0.037 seconds using disk

Served from: 5thirtyone.com @ 2010-03-11 03:37:30 -->