<?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>MentorMate Company Blog&#187; Miscellaneous Archives  | MentorMate Company Blog</title>
	<atom:link href="http://mentormate.com/blog/category/miscellaneous/feed/" rel="self" type="application/rss+xml" />
	<link>http://mentormate.com/blog</link>
	<description></description>
	<lastBuildDate>Thu, 12 Aug 2010 14:59:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>9 Easy Ways to Speed Up Your Website&#8217;s Load Time</title>
		<link>http://mentormate.com/blog/easy-ways-speed-website-load-time/</link>
		<comments>http://mentormate.com/blog/easy-ways-speed-website-load-time/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 21:09:46 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[libraries]]></category>
		<category><![CDATA[optimization]]></category>

		<guid isPermaLink="false">http://mentormate.com/blog/?p=690</guid>
		<description><![CDATA[Load time optimization is important not only to maximize your site's user-friendiness, but also to optimize your web site's search rankings. These nine tips are intended to help webmasters improve efficiency and rank better in order to get the most out of their web presence.]]></description>
			<content:encoded><![CDATA[<p>Google recently <a href="http://googlewebmastercentral.blogspot.com/2010/04/using-site-speed-in-web-search-ranking.html" target="_blank">announced that they began factoring in web site load</a> time into their search engine ranking algorithm. This has brought the importance of a fast load time front and center even though &#8220;fewer than 1% of search queries will change as a result&#8221; of this update. MentorMate.com likely was not impacted very significantly from this change to Google&#8217;s ranking algorithm; however, we still decided to optimize our site&#8217;s load time. We did this because Google showed that &#8220;<a href="http://searchengineland.com/google-now-counts-site-speed-as-ranking-factor-39708" target="_blank">delays of under a half-second impact business metrics</a>.&#8221; It&#8217;s better to be safe than sorry, and besides, it&#8217;s not that difficult to optimize your site. We recommend you do the same with your web site, here are nine easy ways to do just that:</p>
<h2><strong>1. Place scripts near closing body tag</strong></h2>
<p style="padding-left: 30px;">Scripts  block parallel downloads. While a script is downloading, the browser will  wait until it finishes before downloading anything else. This is why it  is recommended that you get everything else out of the way before  having your users download scripts.</p>
<h2><strong>2. Remove any broken links/references</strong></h2>
<p style="padding-left: 30px;">Simply enter your web page URL in <a href="http://tools.pingdom.com/" target="_blank">Pingdom&#8217;s Full Page Test Tool</a>. This tool will color-code any broken links/references in red so you can easily identify them.</p>
<h2><strong>3. Specify image dimensions</strong></h2>
<p style="padding-left: 30px;">When   image dimensions are  not specified in the HTML and/or CSS of a web  page, the web  server must spend resources calculating these  dimensions.  It&#8217;s  particularly important to specify the dimensions of  images being  used  in conjunction with heavy Javascript  image-manipulation libraries.</p>
<h2><strong>4. Localize external file references to minimize DNS requests</strong></h2>
<p style="padding-left: 30px;">This is another spot in which <a href="http://tools.pingdom.com/" target="_blank">Pingdom&#8217;s Full Page Test Tool</a> comes in handy. Enter your URL and look for any file references to external domains. If possible, copy these files onto your own domain and link to them locally to minimize DNS requests.</p>
<h2><strong>5. Minimize slow-loading libraries and external widgets</strong></h2>
<p style="padding-left: 30px;">Libraries  and external widgets need to be chosen carefully. Sometimes it&#8217;s worth  sacrificing load time for particularly engaging/useful libraries and/or  widgets; however, sometimes you can live without the library and/or  widget. For example, on MentorMate.com we felt it was worth sacrificing <a href="http://code.google.com/p/sexybuttons/" target="_blank">Sexybuttons</a> for better load time, but sacrificing load time for <a href="http://www.shadowbox-js.com/" target="_blank">Shadowbox</a>. External widgets can be particularly bad for a site&#8217;s load  time because of their reliance on external servers.</p>
<h2><strong>6. Compress your files using gzip</strong></h2>
<p style="padding-left: 30px;">These days, gzip  comes pre-installed on most web servers. You can check to see  if gzip is running your server quite easily using <a href="http://code.google.com/speed/page-speed/" target="_blank">Google&#8217;s Firebug  &#8220;Speed Test&#8221;</a> extension. Open Firefox, visit the web site you&#8217;d like to optimize, and open Firebug. From there, click &#8220;Analyze Performance&#8221; and select the &#8220;Resources&#8221; tab. Then you can expand any file to view details. If gzip is installed and compressing the element you are viewing, you will see what is highlighted in red in the following screenshot:</p>
<p style="padding-left: 30px;"><img class="alignleft" title="Google's Firebug &quot;Page Speed&quot; extension gzip enabled" src="http://mentormate.com/blog/wp-content/uploads/2010/04/gzip.png" alt="Google's Firebug &quot;Page Speed&quot; extension gzip enabled" width="608" height="375" /></p>
<h2><strong>7. Merge Javascript and CSS files or use Minify</strong></h2>
<p style="padding-left: 30px;">Depending  on the complexity of your site, it can be quite time consuming to merge  all CSS into one file. The same goes for Javascript. This is  why <a href="http://code.google.com/p/minify/" target="_blank">Minify</a> was developed.  Minify &#8220;combines multiple CSS or Javascript  files, removes unnecessary whitespace and comments, and serves them with  gzip encoding and optimal client-side cache headers.&#8221; Then you simply  need to install it on your site, select the files you want it to serve  together, change some references in your header, and you&#8217;re good to go.  This will minimize your site&#8217;s load time by further helping to reduce  HTTP requests.</p>
<h2><strong>8. Load cross-browser compatibility hacks only for necessary browsers</strong></h2>
<p style="padding-left: 30px;">For instance, we use the IE PNG FIX for IE6 PNG transparency compatibility. This script adds an extra second to web site load time. For this reason, we only load the script if the visitor is running IE6 by applying an IE6-specific stylesheet which references the IE PNG FIX. This way the extra load time will only impact IE6 visitors.</p>
<p style="padding-left: 30px;">We simply added the following line of code to our header:</p>
<pre class="brush: plain;">&lt;!--[if IE 6]&gt;&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;css/ie6.css&quot; /&gt;&lt;![endif]--&gt;</pre>
<h2><strong>9. Use CSS sprites to minimize HTTP Requests</strong></h2>
<p style="padding-left: 30px;">A CSS  sprite is the combination of multiple images into one. Then CSS  is used to reference different aspects of the image where needed. This  reduces load time by minimizing all of these images into only one  HTTP  request. CSS Tricks has a good <a href="http://css-tricks.com/css-sprites/" target="_blank">example of  CSS sprites</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mentormate.com/blog/easy-ways-speed-website-load-time/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The 15 Best Free Android Apps</title>
		<link>http://mentormate.com/blog/best-free-google-android-apps/</link>
		<comments>http://mentormate.com/blog/best-free-google-android-apps/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 20:39:40 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://mentormate.com/blog/?p=258</guid>
		<description><![CDATA[Many of the employees at MentorMate have Google Android phones. There are a few iPhone owners too, but they’re in the minority at MentorMate. We did a little survey and found out what Android apps everyone was using. We then consolidated the list and filtered out all the apps that wouldn’t be used by your average Google Android user. What follows is a list of truly great apps that every Google Android user should have. These apps have one more thing in common, they’re all FREE!]]></description>
			<content:encoded><![CDATA[<h2><a href="http://www.kurniadi.org/akproduction/?q=node/6" target="_blank">AK Notepad</a></h2>
<p>Extremely useful app for storing notes in. Includes features to easily share notes with others.</p>
<h2><a href="http://weloveastrid.com/" target="_blank">Astrid</a></h2>
<p>Spectacular to-do list app. Ability to synchronize with rememberthemilk.com so you’ll never lose anything. Tags allow for easy categorization.</p>
<h2><a href="http://www.androidtapp.com/astro-file-manager/" target="_blank">ASTRO File Manager</a></h2>
<p>Manage your files directly with this app, rather than just when you have your device hooked up to a computer with a USB cable.</p>
<h2><a href="http://www.chompsms.com/" target="_blank">chompSMS</a></h2>
<p>The built-in SMS message app works alright, but the interface is not all that special. chompSMS has chat style conversation bubbles that are far more ideal for such communication.</p>
<h2><a href="http://www.gmote.org/" target="_blank">Gmote</a></h2>
<p>Make your android phone function as a remote control for your computer.</p>
<h2><a href="http://www.google.com/sky/skymap.html" target="_blank">Google Sky Map</a></h2>
<p>View the constellations clearly. Changes the view based on your GPS coordinates and the angle at which you hold the phone.</p>
<h2><a href="http://www.google.com/mobile/products/voice.html#p=default" target="_blank">Google Voice</a></h2>
<p>Send text messages to other Google Voice users for free. Setup customized voicemails based on who is calling you. Even allows for transcripts of voicemail, although this particular feature has a lot of room for improvement still.</p>
<h2><a href="http://handycalc.wordpress.com/" target="_blank">handyCalc</a></h2>
<p>Allows for multiple, independent calculations simultaneously and is far less limited than the built-in calculator.</p>
<h2><a href="http://www.twofortyfouram.com/" target="_blank">Locale</a></h2>
<p>Setup auto-triggers on your phone based on your location, time of day, calendar events, battery level, etc.</p>
<h2><a href="http://newsrob.blogspot.com/" target="_blank">NewsRob</a></h2>
<p>RSS reader that syncs with Google reader</p>
<h2><a href="http://www.pandora.com/android" target="_blank">Pandora</a></h2>
<p>Pick an artist and listen to their songs for free and songs from similar artists.</p>
<h2><a href="http://sites.google.com/site/placesdirectory/" target="_blank">Places Directory</a></h2>
<p>Find what you’re looking for near your GPS coordinates by general category.</p>
<h2><a href="http://www.shazam.com/music/web/pages/android.html" target="_blank">Shazam</a></h2>
<p>Never again be stuck wondering what artist/song was just on the radio. Use Shazam to record it and report this information to you.</p>
<h2><a href="http://www.biggu.com/apps/shopsavvy-android/" target="_blank">ShopSavvy</a></h2>
<p>Scan the bar code of a product and compare prices from all over the place.</p>
<h2><a href="http://www.androidtapp.com/the-weather-channel/" target="_blank">The Weather Channel</a></h2>
<p>Weather information on the go with alerts.</p>
]]></content:encoded>
			<wfw:commentRss>http://mentormate.com/blog/best-free-google-android-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Diagram</title>
		<link>http://mentormate.com/blog/seo-diagram/</link>
		<comments>http://mentormate.com/blog/seo-diagram/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 21:56:48 +0000</pubDate>
		<dc:creator>Andy</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[diagram]]></category>
		<category><![CDATA[flowchart]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://mentormate.com/blog/?p=228</guid>
		<description><![CDATA[The following SEO diagram was designed for our SEO presentation. It does a particularly good job of giving an overview of how we get through various steps of SEO to ultimately result in more revenue. A good way to read it is to work your way backwards, starting at the conversions step. Obviously this has a focus on revenue-generating web sites, but most of its principles can be associated with any SEO effort.]]></description>
			<content:encoded><![CDATA[<div class="mceTemp">
<dl id="attachment_242" class="wp-caption alignnone" style="width: 630px;">
<dt class="wp-caption-dt"><img class="size-full wp-image-242 " title="SEO Diagram" src="http://mentormate.com/blog/wp-content/uploads/2009/10/seo-diagram3.jpg" alt="SEO Diagram" width="620" /></dt>
</dl>
</div>
]]></content:encoded>
			<wfw:commentRss>http://mentormate.com/blog/seo-diagram/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Free consulting</title>
		<link>http://mentormate.com/blog/free-consulting/</link>
		<comments>http://mentormate.com/blog/free-consulting/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 19:43:43 +0000</pubDate>
		<dc:creator>Bjorn</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://mentormate.com/blog/?p=13</guid>
		<description><![CDATA[Often in the early stages of selling a prospect they will want you to do a lot of the design and architecting of a solution for free. It is a delicate subject to bring up, but you can't do work for free. The sooner you bring that up and agree that you should be paid for your work - but not proposal writing, sales and marketing - the better off you'll be. The most effective method is to make them want your expertise.]]></description>
			<content:encoded><![CDATA[<p>If you do the positioning right and create a perception of value the prospect will be more likely to agree to pay earlier. If you have not created an impression of value then putting your foot down in this area carries the risk of losing the business to a competitor or just getting a flat no. But done right this will earn you the respect of the client. So think positioning rather than closing. Ideally, the closing is a formality, a logical conclusion reached based on your prior positioning and needs discovery. It is also helpful to explain at the outset of the conversation what is paid work and what is not.</p>
]]></content:encoded>
			<wfw:commentRss>http://mentormate.com/blog/free-consulting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Contract Negotiation</title>
		<link>http://mentormate.com/blog/contract-negotiation/</link>
		<comments>http://mentormate.com/blog/contract-negotiation/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 19:42:57 +0000</pubDate>
		<dc:creator>Bjorn</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://mentormate.com/blog/?p=11</guid>
		<description><![CDATA[When you are in the fortunate position to have arrived at the contract negotiation stage it's often useful to remember that the different parties value different aspects of the contract unequally. In other words, one party might value getting a good price very highly while the other party values keeping control of intellectual property. Here are some common points of negotiation.]]></description>
			<content:encoded><![CDATA[<ol>
<li>Scope of services</li>
<li>Specific resources to perform work</li>
<li>Change in staff terms</li>
<li>Price</li>
<li>Termination notice and penalty</li>
<li>Late payment penalties</li>
<li>Payment terms (net 30 etc)</li>
<li>Revenue sharing</li>
<li>Equity sharing</li>
<li>Intellectual property control</li>
<li>Indemnification</li>
<li>Etc.</li>
</ol>
<p>This difference in valuing different aspects can be useful for reaching a mutually satisfactory outcome and getting past a deadlock. There can be give and take in different areas.</p>
]]></content:encoded>
			<wfw:commentRss>http://mentormate.com/blog/contract-negotiation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>About this blog</title>
		<link>http://mentormate.com/blog/about-this-blog/</link>
		<comments>http://mentormate.com/blog/about-this-blog/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 19:41:47 +0000</pubDate>
		<dc:creator>Bjorn</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>

		<guid isPermaLink="false">http://mentormate.com/blog/?p=9</guid>
		<description><![CDATA[Founding, growing and running a company brings a fairly diverse set of challenges and experiences. It has been very humbling to realize the value of experience (without ignoring raw talent). Going forward I hope to share some insights as they occur and apply and explain how I handle them through the lens of my experience. My hope is that reader can learn from my mistakes and successes and boost their trajectory.]]></description>
			<content:encoded><![CDATA[Founding, growing and running a company brings a fairly diverse set of challenges and experiences. It has been very humbling to realize the value of experience (without ignoring raw talent). Going forward I hope to share some insights as they occur and apply and explain how I handle them through the lens of my experience. My hope is that reader can learn from my mistakes and successes and boost their trajectory.]]></content:encoded>
			<wfw:commentRss>http://mentormate.com/blog/about-this-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
