<?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>web enavu</title>
	<atom:link href="http://web.enavu.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://web.enavu.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 13 Jun 2014 20:26:18 +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>Giving Away 6 Dribbble Invites</title>
		<link>http://web.enavu.com/news/giving-away-6-dribbble-invites/</link>
		<comments>http://web.enavu.com/news/giving-away-6-dribbble-invites/#comments</comments>
		<pubDate>Thu, 16 Jan 2014 05:30:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News and Announcements]]></category>
		<category><![CDATA[dribbble]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[giveaway]]></category>
		<category><![CDATA[invite]]></category>

		<guid isPermaLink="false">http://web.enavu.com/?p=2047</guid>
		<description><![CDATA[We're giving away 6 dribbble invites. To apply just post a comment with your portfolio.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a dribbble member for a decent amount of time and I&#8217;ve been given a decent amount of invites. I would like to give them to 6 talented designers.</p>
<p>So here are the requirements to win one. You must provide me with a link to a portfolio of your work. It must contain more than 3 pieces of completely different work. I will give them away and announce the winners within the next month or two (depending on how many people apply within that period). So post a comment and you may win a dribbble invite!</p>
<p>Best of luck to all.</p>
<p><strong>edit:</strong></p>
<p>We&#8217;ve had 3 winners!</p>
<p><a rel="nofollow" href="https://dribbble.com/Aarthi">https://dribbble.com/Aarthi</a><br />
<a rel="nofollow" href="https://dribbble.com/kolopach">https://dribbble.com/kolopach</a><br />
<a rel="nofollow" href="https://dribbble.com/teddypixel">https://dribbble.com/teddypixel</a></p>
]]></content:encoded>
			<wfw:commentRss>http://web.enavu.com/news/giving-away-6-dribbble-invites/feed/</wfw:commentRss>
		<slash:comments>36</slash:comments>
		</item>
		<item>
		<title>Disable Cache in Most Browsers (IE, Firefox, Chrome)</title>
		<link>http://web.enavu.com/daily-tip/disable-cache-in-most-browsers-ie-firefox-chrome/</link>
		<comments>http://web.enavu.com/daily-tip/disable-cache-in-most-browsers-ie-firefox-chrome/#comments</comments>
		<pubDate>Thu, 19 Dec 2013 17:44:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Daily Tip]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[browser cache]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[clear cache]]></category>
		<category><![CDATA[disable]]></category>

		<guid isPermaLink="false">http://web.enavu.com/?p=2042</guid>
		<description><![CDATA[I personally prefer to always have cache turned off for all my browsers, this ensures I see the most recent version no matter what. It is very useful when debugging. So I thought i&#8217;d share my tricks on how to do this in most browsers.
Chrome
Open your developer tools by either key combination of Command + [...]]]></description>
			<content:encoded><![CDATA[<p>I personally prefer to always have cache turned off for all my browsers, this ensures I see the most recent version no matter what. It is very useful when debugging. So I thought i&#8217;d share my tricks on how to do this in most browsers.</p>
<h2 id="PreventingCacheinBrowsers-Chrome">Chrome</h2>
<p>Open your developer tools by either key combination of Command + Alt + J or from here</p>
<p><a href="http://web.enavu.com/wp-content/uploads/image2013-12-19-9-21-37.png"><img class="alignnone size-medium wp-image-2041" title="image2013-12-19 9-21-37" src="http://web.enavu.com/wp-content/uploads/image2013-12-19-9-21-37-300x167.png" alt="" width="300" height="167" /></a></p>
<p>Once open you need to click the settings button on very bottom right <a href="http://web.enavu.com/wp-content/uploads/image2013-12-19-9-22-57.png"><img class="alignnone size-full wp-image-2038" title="image2013-12-19 9-22-57" src="http://web.enavu.com/wp-content/uploads/image2013-12-19-9-22-57.png" alt="" width="29" height="29" /></a> then check the box that says &#8220;Disable cache (while DevTools is open) from the top left.</p>
<p>Please keep in mind that you <strong>need the DevTools</strong> to be open for this to work.</p>
<h2 id="PreventingCacheinBrowsers-Firefox">Firefox</h2>
<p>In Firefox we will need to do slightly different magic all together. First open Firefox and navigate the url bar to &#8220;<a href="http://aboutconfig/">about:config</a>&#8220;. Once inside search for property</p>
<pre><code>network.http.use-cache</code></pre>
<p>and turn it to false. Keep in mind this <strong>is </strong>a permanent solution&#8230; so if you use it as your daily browser things may be just a second slower.</p>
<h2 id="PreventingCacheinBrowsers-InternetExplorer(most)">Internet Explorer (most)</h2>
<p>The trick here is again to open the developer tools with F12 or</p>
<p><a href="http://web.enavu.com/wp-content/uploads/image2013-12-19-9-28-34.png"><img class="alignnone size-full wp-image-2040" title="image2013-12-19 9-28-34" src="http://web.enavu.com/wp-content/uploads/image2013-12-19-9-28-34.png" alt="" width="255" height="210" /></a></p>
<p>Now click on the cache menu from the bar and select &#8220;Always refresh from server&#8221;</p>
<p><a href="http://web.enavu.com/wp-content/uploads/image2013-12-19-9-30-6.png"><img class="alignnone size-full wp-image-2039" title="image2013-12-19 9-30-6" src="http://web.enavu.com/wp-content/uploads/image2013-12-19-9-30-6.png" alt="" width="241" height="86" /></a></p>
<p><a class="a2a_button_dzone" href="http://www.addtoany.com/add_to/dzone?linkurl=http%3A%2F%2Fweb.enavu.com%2Fdaily-tip%2Fdisable-cache-in-most-browsers-ie-firefox-chrome%2F&amp;linkname=Disable%20Cache%20in%20Most%20Browsers%20%28IE%2C%20Firefox%2C%20Chrome%29" title="DZone" rel="nofollow" target="_blank"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/icons/dzone.png" width="16" height="16" alt="DZone"/></a> <a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fweb.enavu.com%2Fdaily-tip%2Fdisable-cache-in-most-browsers-ie-firefox-chrome%2F&amp;linkname=Disable%20Cache%20in%20Most%20Browsers%20%28IE%2C%20Firefox%2C%20Chrome%29" title="Digg" rel="nofollow" target="_blank"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a class="a2a_button_design_float" href="http://www.addtoany.com/add_to/design_float?linkurl=http%3A%2F%2Fweb.enavu.com%2Fdaily-tip%2Fdisable-cache-in-most-browsers-ie-firefox-chrome%2F&amp;linkname=Disable%20Cache%20in%20Most%20Browsers%20%28IE%2C%20Firefox%2C%20Chrome%29" title="Design Float" rel="nofollow" target="_blank"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/icons/designfloat.png" width="16" height="16" alt="Design Float"/></a> <a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fweb.enavu.com%2Fdaily-tip%2Fdisable-cache-in-most-browsers-ie-firefox-chrome%2F&amp;linkname=Disable%20Cache%20in%20Most%20Browsers%20%28IE%2C%20Firefox%2C%20Chrome%29" title="Delicious" rel="nofollow" target="_blank"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a class="a2a_button_blinklist" href="http://www.addtoany.com/add_to/blinklist?linkurl=http%3A%2F%2Fweb.enavu.com%2Fdaily-tip%2Fdisable-cache-in-most-browsers-ie-firefox-chrome%2F&amp;linkname=Disable%20Cache%20in%20Most%20Browsers%20%28IE%2C%20Firefox%2C%20Chrome%29" title="Blinklist" rel="nofollow" target="_blank"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/icons/blinklist.png" width="16" height="16" alt="Blinklist"/></a> <a class="a2a_button_reddit" href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fweb.enavu.com%2Fdaily-tip%2Fdisable-cache-in-most-browsers-ie-firefox-chrome%2F&amp;linkname=Disable%20Cache%20in%20Most%20Browsers%20%28IE%2C%20Firefox%2C%20Chrome%29" title="Reddit" rel="nofollow" target="_blank"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fweb.enavu.com%2Fdaily-tip%2Fdisable-cache-in-most-browsers-ie-firefox-chrome%2F&amp;linkname=Disable%20Cache%20in%20Most%20Browsers%20%28IE%2C%20Firefox%2C%20Chrome%29" title="Facebook" rel="nofollow" target="_blank"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a class="a2a_button_google_buzz" href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fweb.enavu.com%2Fdaily-tip%2Fdisable-cache-in-most-browsers-ie-firefox-chrome%2F&amp;linkname=Disable%20Cache%20in%20Most%20Browsers%20%28IE%2C%20Firefox%2C%20Chrome%29" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a> <a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fweb.enavu.com%2Fdaily-tip%2Fdisable-cache-in-most-browsers-ie-firefox-chrome%2F&amp;linkname=Disable%20Cache%20in%20Most%20Browsers%20%28IE%2C%20Firefox%2C%20Chrome%29" title="Twitter" rel="nofollow" target="_blank"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fweb.enavu.com%2Fdaily-tip%2Fdisable-cache-in-most-browsers-ie-firefox-chrome%2F&amp;linkname=Disable%20Cache%20in%20Most%20Browsers%20%28IE%2C%20Firefox%2C%20Chrome%29" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a class="a2a_button_tumblr" href="http://www.addtoany.com/add_to/tumblr?linkurl=http%3A%2F%2Fweb.enavu.com%2Fdaily-tip%2Fdisable-cache-in-most-browsers-ie-firefox-chrome%2F&amp;linkname=Disable%20Cache%20in%20Most%20Browsers%20%28IE%2C%20Firefox%2C%20Chrome%29" title="Tumblr" rel="nofollow" target="_blank"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/icons/tumblr.png" width="16" height="16" alt="Tumblr"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://web.enavu.com/daily-tip/disable-cache-in-most-browsers-ie-firefox-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery DOM Manipulation Cheat Sheet &#8211; Reference</title>
		<link>http://web.enavu.com/daily-tip/jquery-dom-manipulation-cheat-sheet-reference/</link>
		<comments>http://web.enavu.com/daily-tip/jquery-dom-manipulation-cheat-sheet-reference/#comments</comments>
		<pubDate>Fri, 26 Jul 2013 21:25:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Daily Tip]]></category>

		<guid isPermaLink="false">http://web.enavu.com/?p=2031</guid>
		<description><![CDATA[A useful reference for jQuery's DOM Manipulation terminology with quick code snippets cheat sheet.]]></description>
			<content:encoded><![CDATA[<p>I constantly need a reminder of the terminology jQuery uses for adding elements or piece of HTML to, before, after, inside, inside at the bottom, and so on of another element. After enough trips to the jQuery documentation website I finally created a nice graphic I can quickly reference and know exactly what I am in need of so here it is for your and mine quick reference.</p>
<p><a target="_blank" href="http://web.enavu.com/wp-content/uploads/jqueryCheatSheet.gif"><img src="http://web.enavu.com/wp-content/uploads/jqueryCheatSheet.gif" alt="jQuery Manipulation Cheat Sheet Reference Guide" title="jqueryCheatSheet" width="536" height="837" class="alignnone size-full wp-image-2032" /></a></p>
<p>Also here is a short link that you may remember: <a href="http://ena.vu/we" target="_blank">ena.vu/we</a></p>
]]></content:encoded>
			<wfw:commentRss>http://web.enavu.com/daily-tip/jquery-dom-manipulation-cheat-sheet-reference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy jQuery Sticky Sub Header Solution</title>
		<link>http://web.enavu.com/uncategorized/easy-jquery-sticky-sub-header-solution/</link>
		<comments>http://web.enavu.com/uncategorized/easy-jquery-sticky-sub-header-solution/#comments</comments>
		<pubDate>Sat, 01 Dec 2012 01:10:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://web.enavu.com/?p=2022</guid>
		<description><![CDATA[Create a simple and awesome sticky sub header to follow the user as they scroll with jQuery.]]></description>
			<content:encoded><![CDATA[<p>For a long time i&#8217;ve known I will need something like this, now that I did looking at all the solutions online i&#8217;m not happy with the complexity. So here is my simple version.</p>
<p>You&#8217;ll need 3 things: HTML, CSS, and some JS. That&#8217;s it. Let&#8217;s do it.</p>
<pre name="code" class="html">
&lt;header&gt;
    logo
&lt;/header&gt;
&lt;div id="sub_header"&gt;
    some sub header
&lt;/div&gt;
</pre>
<p>Simple, just a header and sub header.</p>
<p>The CSS:</p>
<pre name="code" class="css">
body { height:2000px; }
    header { height:52px; border-bottom:1px solid #000; padding:10px 0; }
    #sub_header { height:18px; border-bottom:1px solid #ccc; padding:5px 0; }
    #sub_header.sticky { position:fixed; top:0px; left:0px; right:0px; z-index:99999; }
</pre>
<p>Notice most of the fluff above is just for making it easier to see what&#8217;s happening, only interesting part is the #sub_header.active. It is responsible for making our sub header sticky once the jQuery tells it to (adds appropriate class).</p>
<p>And for the fun stuff:</p>
<pre name="code" class="js">
$(function(){
    $(window).scroll(function(){
        // make sure you change 52 to your headers height plus your padding
        if ($(window).scrollTop() > 72) {
            $("#sub_header").addClass("sticky");
        } else {
            $("#sub_header").removeClass("sticky");
        }
    });
});
</pre>
<p>That&#8217;s about it. Here is example <a href="http://jsfiddle.net/HbVte/1/embedded/result/">http://jsfiddle.net/HbVte/1/embedded/result/</a> scroll down to see the effect take place! Haven&#8217;t tested this on many browsers, but nothing in the css is that tricky, so I wouldn&#8217;t be surprised if this works all the way down to IE6.</p>
]]></content:encoded>
			<wfw:commentRss>http://web.enavu.com/uncategorized/easy-jquery-sticky-sub-header-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing with iOS 6 and Safari 6</title>
		<link>http://web.enavu.com/daily-tip/developing-with-ios-6-and-safari-6/</link>
		<comments>http://web.enavu.com/daily-tip/developing-with-ios-6-and-safari-6/#comments</comments>
		<pubDate>Wed, 07 Nov 2012 18:37:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Daily Tip]]></category>

		<guid isPermaLink="false">http://web.enavu.com/?p=2018</guid>
		<description><![CDATA[I was just pleasantly surprised when I found out I can do FULL debugging if I connect my iPhone 5 to my Mac. How you say? Go to settings and enable the setting under Safari (in iPhone). Then enable the develop tools in Safari on your Mac (it&#8217;s in advanced preferences). Go under Develop menu [...]]]></description>
			<content:encoded><![CDATA[<p>I was just pleasantly surprised when I found out I can do FULL debugging if I connect my iPhone 5 to my Mac. How you say? Go to settings and enable the setting under Safari (in iPhone). Then enable the develop tools in Safari on your Mac (it&#8217;s in advanced preferences). Go under Develop menu and select your iPhone&#8230; done. Oh yeah make sure the iphone charging cable is plugged into mac. And what you get is a 100% full development tool set like you do from Firebug directly on your phone!</p>
<p><a class="a2a_button_dzone" href="http://www.addtoany.com/add_to/dzone?linkurl=http%3A%2F%2Fweb.enavu.com%2Fdaily-tip%2Fdeveloping-with-ios-6-and-safari-6%2F&amp;linkname=Developing%20with%20iOS%206%20and%20Safari%206" title="DZone" rel="nofollow" target="_blank"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/icons/dzone.png" width="16" height="16" alt="DZone"/></a> <a class="a2a_button_digg" href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Fweb.enavu.com%2Fdaily-tip%2Fdeveloping-with-ios-6-and-safari-6%2F&amp;linkname=Developing%20with%20iOS%206%20and%20Safari%206" title="Digg" rel="nofollow" target="_blank"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a class="a2a_button_design_float" href="http://www.addtoany.com/add_to/design_float?linkurl=http%3A%2F%2Fweb.enavu.com%2Fdaily-tip%2Fdeveloping-with-ios-6-and-safari-6%2F&amp;linkname=Developing%20with%20iOS%206%20and%20Safari%206" title="Design Float" rel="nofollow" target="_blank"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/icons/designfloat.png" width="16" height="16" alt="Design Float"/></a> <a class="a2a_button_delicious" href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Fweb.enavu.com%2Fdaily-tip%2Fdeveloping-with-ios-6-and-safari-6%2F&amp;linkname=Developing%20with%20iOS%206%20and%20Safari%206" title="Delicious" rel="nofollow" target="_blank"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a class="a2a_button_blinklist" href="http://www.addtoany.com/add_to/blinklist?linkurl=http%3A%2F%2Fweb.enavu.com%2Fdaily-tip%2Fdeveloping-with-ios-6-and-safari-6%2F&amp;linkname=Developing%20with%20iOS%206%20and%20Safari%206" title="Blinklist" rel="nofollow" target="_blank"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/icons/blinklist.png" width="16" height="16" alt="Blinklist"/></a> <a class="a2a_button_reddit" href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Fweb.enavu.com%2Fdaily-tip%2Fdeveloping-with-ios-6-and-safari-6%2F&amp;linkname=Developing%20with%20iOS%206%20and%20Safari%206" title="Reddit" rel="nofollow" target="_blank"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a class="a2a_button_facebook" href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fweb.enavu.com%2Fdaily-tip%2Fdeveloping-with-ios-6-and-safari-6%2F&amp;linkname=Developing%20with%20iOS%206%20and%20Safari%206" title="Facebook" rel="nofollow" target="_blank"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a class="a2a_button_google_buzz" href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Fweb.enavu.com%2Fdaily-tip%2Fdeveloping-with-ios-6-and-safari-6%2F&amp;linkname=Developing%20with%20iOS%206%20and%20Safari%206" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a> <a class="a2a_button_twitter" href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Fweb.enavu.com%2Fdaily-tip%2Fdeveloping-with-ios-6-and-safari-6%2F&amp;linkname=Developing%20with%20iOS%206%20and%20Safari%206" title="Twitter" rel="nofollow" target="_blank"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a class="a2a_button_stumbleupon" href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Fweb.enavu.com%2Fdaily-tip%2Fdeveloping-with-ios-6-and-safari-6%2F&amp;linkname=Developing%20with%20iOS%206%20and%20Safari%206" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a class="a2a_button_tumblr" href="http://www.addtoany.com/add_to/tumblr?linkurl=http%3A%2F%2Fweb.enavu.com%2Fdaily-tip%2Fdeveloping-with-ios-6-and-safari-6%2F&amp;linkname=Developing%20with%20iOS%206%20and%20Safari%206" title="Tumblr" rel="nofollow" target="_blank"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/icons/tumblr.png" width="16" height="16" alt="Tumblr"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://web.enavu.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://web.enavu.com/daily-tip/developing-with-ios-6-and-safari-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why you must have Creative Suite 5.5</title>
		<link>http://web.enavu.com/news/why-you-must-have-creative-suite-5-5/</link>
		<comments>http://web.enavu.com/news/why-you-must-have-creative-suite-5-5/#comments</comments>
		<pubDate>Thu, 05 May 2011 01:00:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News and Announcements]]></category>

		<guid isPermaLink="false">http://web.enavu.com/?p=2001</guid>
		<description><![CDATA[The New Creative Suite!]]></description>
			<content:encoded><![CDATA[<p>I finally got the new Creative Suite and I feel like a kid in a candy store! Haven&#8217;t even spent more than an hour playing with Dreamweaver but I can assure you if it was amazing before&#8230; now it&#8217;s a whole different ball game. With native jQuery support, PhoneGap, and other amazing functionality that makes development a breeze this is the ultimate IDE to develop websites with. Specifically the HTML5 and CSS3 support that is now native and doesn&#8217;t require you to install a patch/update. So if you have a chance give the new CS a try! I will try to write some articles on the really cool stuff offered in the Suite when i get some time. For now I am off to testing what else it offers.</p>
]]></content:encoded>
			<wfw:commentRss>http://web.enavu.com/news/why-you-must-have-creative-suite-5-5/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Enavu launches Vanity Toolset (jQuery Plugins)</title>
		<link>http://web.enavu.com/design/enavu-launches-vanity-toolset-jquery-plugins/</link>
		<comments>http://web.enavu.com/design/enavu-launches-vanity-toolset-jquery-plugins/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 18:42:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DESIGN]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[News and Announcements]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://web.enavu.com/?p=1997</guid>
		<description><![CDATA[Enavu has launched a jQuery set of plugins that will help make your website look better and have more functionality.
]]></description>
			<content:encoded><![CDATA[<p>Enavu has launched a jQuery set of plugins that will help make your website look better and have more functionality.<br />
<span id="more-1997"></span><br />
Here at Enavu we like to share and help make the life of a web developer better. We started with 52framework which has helped thousands of web developers to create better websites using the latest technologies in web development. Then we released the first real free project management application Freedcamp.com. Now we are going in one more direction, after having thousands of happy users of our jQuery tutorials we decided to rewrite them to be more optimal, easier to use, and be plugins so you don&#8217;t have to worry about writing all that code.</p>
<p>Currently the set includes jSlider, jTabs, jPaginate, jSpotlight, jTip, jPlaceholder, and jCollapse. And if you look at our repository on Google we have quite a few more on their way. One of the most important things you should keep in mind is that even though some of our plugins may be already done around the web, we have made them only if they are less lines of code or if they offer more functionality!</p>
<p>We hope you give <a href="http://vanity.enavu.com">Vanity Toolset</a> a try!</p>
<p>The Enavu Team</p>
]]></content:encoded>
			<wfw:commentRss>http://web.enavu.com/design/enavu-launches-vanity-toolset-jquery-plugins/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The 10 Most Useful Business Web Applications of 2011</title>
		<link>http://web.enavu.com/daily-tip/the-10-most-useful-business-web-applications-of-2011/</link>
		<comments>http://web.enavu.com/daily-tip/the-10-most-useful-business-web-applications-of-2011/#comments</comments>
		<pubDate>Wed, 23 Mar 2011 16:56:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Daily Tip]]></category>
		<category><![CDATA[News and Announcements]]></category>

		<guid isPermaLink="false">http://web.enavu.com/?p=1989</guid>
		<description><![CDATA[Most businesses today have to sift through thousands of web applications to find what would be useful to them, so I decided to write down which 10 applications my business couldn't live without.
]]></description>
			<content:encoded><![CDATA[<p>Most businesses today have to sift through thousands of web applications to find what would be useful to them, so I decided to write down which 10 applications my business couldn&#8217;t live without.<br />
<!-- more --><br />
You are probably already using 1-3 web applications to manage and run your business but what if there are better alternatives or just other applications you don&#8217;t know about that could potentially save you a lot of time or improve your business dramatically? Well today I will list the 10 applications any business owner or even web users needs to be aware of.</p>
<h2>1. Google Docs &#8211; <a target="_blank" href="http://docs.google.com">link</a></h2>
<p>The Google document suite is just irreplaceable in our office, from sharing documents quickly and efficiently to editing them at the same time. This tool single handedly replaced Microsoft Office overnight for us, and besides the financial savings, it yields many other benefits that my company couldn&#8217;t live without.</p>
<h2>2. Google Reader &#8211; <a target="_blank" href="http://www.google.com/reader">link</a></h2>
<p>The web is changing so fast, in the industry of web development there are new and important news every single day and you don&#8217;t want to be out of the loop. When a blog is posted and you are not subscribed to its RSS does that blog article still help you&#8230; no it doesn&#8217;t. So if you are not using RSS yet go ahead start, it will allow you to quickly skim through all the latest in any industry you want. Just go to your favorite websites and find their little RSS link. Google reader is honestly the best RSS reader by far, it allows you to keep track of everything, share with friends, and it just works.</p>
<h2>3. Freedcamp &#8211; <a target="_blank" href="http://freedcamp.com">link</a></h2>
<p>Project Management is an essential part of any business, keeping track of what&#8217;s happening and keeping everyone informed is a must. Freedcamp offers all of that for free in a beautiful package that anyone can start using today.</p>
<h2>4. Wordpress &#8211; <a target="_blank" href="http://www.wordpress.com">link</a></h2>
<p>Whether you want to keep your customers informed or you want to make a simple website for your product with WordPress you can be up and running in hours (for beginners) or minutes (for experts). It has a theme/plugin that is right for you to help you do anything you may want to do!</p>
<h2>5. Pandora &#8211; <a target="_blank" href="http://www.pandora.com">link</a></h2>
<p>I know people may complain about adding a music streaming service in this list, but I can&#8217;t lie, I use Pandora 24/7 in the office and in my car and at home. It makes it easier to work, it makes everyone else happy&#8230; it&#8217;s a win win!</p>
<h2>6. Alexa &#8211; <a target="_blank" href="http://www.alexa.com">link</a></h2>
<p>There is no feeling like that of waking up and seeing that your Alexa world ranking dropped 10k overnight. Alexa does a terrific job of monitoring the internet and keeping records of which websites are doing good and which are not. It&#8217;s especially important for you as a web user or possibly a site owner to check your Alexa ranking once in a while.</p>
<h2>7. WaveAccounting &#8211; <a target="_blank" href="http://www.waveaccounting.com">link</a></h2>
<p>WaveAccount is a beautiful FreshBooks replacement that like Freedcamp is absolutely free and awesome. WaveAccount will help you manage all those annoying things that accountants usually have to do for a bunch of money. It&#8217;s an amazing application, and its price tag is along enough to make you check it out right now.</p>
<h2>8. Google Analytics &#8211; <a target="_blank" href="http://www.google.com/analytics">link</a></h2>
<p>Knowing your audience is pretty much the first advice you will ever get from anyone in the Business industry. I have read countless books that start with some variation of &#8220;Know your audience&#8221;. With google analytics you can do just that by tracking the visitors of your website and seeing how your traffic is doing.</p>
<h2>9. Beanstalkapp &#8211; <a target="_blank" href="http://www.beanstalkapp.com">link</a></h2>
<p>You may have never heard of SVN, GIT, or Mercurial&#8230; that&#8217;s okay. What all of these Versioning systems allow you to do is keep a complete back up of your code/designs and so forth. You can see every step that was taking in modifying the Code and so forth. I promise you once in a while this is a Life Saver! Or if you just want to know who to blame for something that&#8217;s wrong with the code.</p>
<h2>10. Gmail &#8211; <a target="_blank" href="http://www.gmail.com">link</a></h2>
<p>The ultimate business user tool since 2005 (or at least that&#8217;s when i joined). Emailing has never been so powerful, fast, and free! We have thrown out Outlook a long time ago now, and haven&#8217;t missed it since.</p>
<p>We hope this list has been informative and helpful! Feel free to post comments with the applications you simply can&#8217;t live without!</p>
<p>Thanks</p>
]]></content:encoded>
			<wfw:commentRss>http://web.enavu.com/daily-tip/the-10-most-useful-business-web-applications-of-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Top 10 project management applications of 2011</title>
		<link>http://web.enavu.com/uncategorized/top-10-project-management-applications-of-2011/</link>
		<comments>http://web.enavu.com/uncategorized/top-10-project-management-applications-of-2011/#comments</comments>
		<pubDate>Fri, 25 Feb 2011 04:30:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://web.enavu.com/?p=1963</guid>
		<description><![CDATA[This year is starting very well for the world of project management with some great additions to the arsenal of applications offered. Here is a list of the top 10 we think are worth your time!]]></description>
			<content:encoded><![CDATA[<p>This year is starting very well for the world of project management with some great additions to the arsenal of applications offered. Here is a list of the top 10 we think are worth your time!<!-- more --></p>
<style>ul.app_list {list-style:none; margin:0px;} ul.app_list li p {color:#555; font-size:.8em;} ul.app_list li {margin:0px; padding:0px;}</style>
<p>First of all let&#8217;s start by explaining what our criteria for a project management application are. The application needs to have a sleek and smooth interface that is easy for the user to navigate and use. The application must have a reasonable price tag, or be offered free. To make it in the top 10 the application needs to run fast and allow you to quickly do all your tasks. We have tried all of these applications so we are not just reading their press releases and feeding you with their bs marketing language.</p>
<p>Let&#8217;s get started!</p>
<ul class="app_list">
<li>
<h3>Freedcamp</h3>
<p><a href="http://freedcamp.com"><img src="http://web.enavu.com/wp-content/uploads/freedcamp.jpg" alt="" title="freedcamp" width="648" height="222" class="alignnone size-full wp-image-1973" /></a></p>
<p>Freedcamp offers one of the cleanest interfaces and smoothest interactions (only competitors in that area goes to ApolloHQ who also have a very visually pleasing interface and very good interactions smoothness). The application offers the regular tools like To-Do&#8217;s, Discussions, Milestones, Files, Time Tracking, and Invoices. Where it really stands out is its Basecamp Import and the Meebo Chat bar which enables you to chat with all your existing messengers with your colleagues who may use Gtalk, ICQ, Facebook Chat, and many more. The application is young but it has a rapid growing feature list. The very best thing actually is not the features, or the beautiful interface, it&#8217;s the applications&#8217; price tag&#8230; FREE! That&#8217;s right, this application launched a little over a month ago and has announced that it will remain completely free forever with unlimited users and projects! Something the rest of this list won&#8217;t offer.
</p>
</li>
<li>
<h3>BasecampHQ</h3>
<p><a href="http://www.basecamphq.com"><img src="http://web.enavu.com/wp-content/uploads/basecamphq.jpg" alt="" title="basecamphq" width="648" height="222" class="alignnone size-full wp-image-1972" /></a></p>
<p>Basecamp is the oldest and most trustworthy in this list. They have been around for a long time and have proven to maintain their application as simple as possible. Some find this quite annoying as they want a lot more functionality out of the system, others find it pleasing as it never gets too complicated. I will remain impartial to this, but will say that I think there are ways to add more features without burdening the users. The application has a very primitive design, same argument stays. So if you are ready to spend a whopping $20-$150 a month for a project management application this should be your first choice.
</p>
</li>
<li>
<h3>ApolloHQ</h3>
<p><a href="http://www.apollohq.com"><img src="http://web.enavu.com/wp-content/uploads/apollohq.jpg" alt="" title="apollohq" width="648" height="222" class="alignnone size-full wp-image-1966" /></a></p>
<p>Apollo is a rather new project management application but it has quickly gained our respect with a decent set of features and a great interface. The biggest issue is they have blatantly offering the application for free, to soon release a set of payment plans that may kick their users out&#8230; who knows. Otherwise the application is worth a check, but personally i would wait until they annonce their plans. For a company to take months before releasing a price tag, it&#8217;s just scary to start using it.
</p>
</li>
<li>
<h3>GoPlanApp</h3>
<p><a href="http://www.goplanapp.com"><img src="http://web.enavu.com/wp-content/uploads/goplanapp.jpg" alt="" title="goplanapp" width="648" height="222" class="alignnone size-full wp-image-1967" /></a></p>
<p>GoPlan is a nice simple application with a nice interface. Their pricing is pretty fair, seems like the only draw back is the simplicity of the app which actually has offers less than BasecampHQ. But the application is definitely worth a mention.
</p>
</li>
<li>
<h3>Huddle</h3>
<p><a href="http://www.huddle.com"><img src="http://web.enavu.com/wp-content/uploads/huddle.jpg" alt="" title="huddle" width="648" height="222" class="alignnone size-full wp-image-1971" /></a></p>
<p>This application also holds a very special place in the PM world, I for one still find it hard to see the appeal. Especially at a price of $15/user/month, i find it almost slightly repulsive (not the website, but the actual application). It has some customization options that I can see are nicely setting them apart. But otherwise the time it takes you to learn to use this software is a cost i find much more gruesome than the $15 for every team member that joins.
</p>
</li>
<h3>Central Desktop</h3>
<p><a href="http://www.centraldesktop.com"><img src="http://web.enavu.com/wp-content/uploads/centraldesktop.jpg" alt="" title="centraldesktop" width="648" height="222" class="alignnone size-full wp-image-1969" /></a></p>
<p>This application is scary familiar from BasecampHQ. What is worst is the price plan&#8230; that&#8217;s right i said price plan because it&#8217;s only one and it&#8217;s $99&#8230; that is quite confusing to me, but i&#8217;m sure they have some reason behind it. Other than that the design is much less appealing that most other apps on this list (except write&#8230; which is just awful). The main benefit of this application is the vast amount of features it has, so if you are looking to get a bunch of features into one application without a choice of having them or not this may be a great choice.
</p>
</li>
<li>
<h3>Wrike</h3>
<p><a href="http://www.wrike.com"><img src="http://web.enavu.com/wp-content/uploads/wrike.jpg" alt="" title="wrike" width="648" height="222" class="alignnone size-full wp-image-1968" /></a></p>
<p>I have tried using this application on multiple occasions and it makes no sense to me. The design is poor, the workflow seems confusing, and overall i&#8217;m really not sure how this is rated as one of the better project management applications. The only reason I have included this is because it holds a great respect in the pm world. I will continue trying to use it to find that WOW factor some are finding!
</p>
</li>
<li>
<h3>5pmweb</h3>
<p><a href="http://www.5pmweb.com"><img src="http://web.enavu.com/wp-content/uploads/5pmweb.jpg" alt="" title="5pmweb" width="648" height="222" class="alignnone size-full wp-image-1965" /></a></p>
<p>This application reminds me of the Python programming languages. I have heard that you either love it or you hate it and no middle ground. And from my experience with it that is a correct statement. Personally i find it rather confusing, and overwhelming. And again there are a lot of people who find this application extremely useful and it works for them. The interface is so bold and in your face that i am a little worried to break something. The demo page took 4 minutes to load, and after a few refreshes it actually started working&#8230; so that wasn&#8217;t a great third experience withe app. But where this app really meets the rest is its pricing sheet which is no smaller than that of Basecamp or other competitors. Overall this may be the choice for you (if you like Python).
</p>
</li>
<li>
<h3>TeamWorkPM</h3>
<p><a href="http://www.teamworkpm.net/"><img src="http://web.enavu.com/wp-content/uploads/teamworkpm.jpg" alt="" title="teamworkpm" width="648" height="222" class="alignnone size-full wp-image-1970" /></a></p>
<p>This one is a little less known application, but not completely unknown. It has very similiar features and interface to that of Basecamp (just like a lot of the other apps on this list). It&#8217;s bold and in your face, but not in a good way. It works, but with that price tag you are better of wasting your money with basecamp. But overall it&#8217;s not an awful application or anything I just don&#8217;t see the wow factor.
</p>
</li>
<h3>Teamly</h3>
<p><a href="http://www.teamly.com/"><img src="http://web.enavu.com/wp-content/uploads/teamly.jpg" alt="" title="teamly" width="648" height="222" class="alignnone size-full wp-image-1976" /></a></p>
<p>I hope no one gets mad about including this one. I personally don&#8217;t agree that this is a project management application&#8230; but they seem to say they are. At any rate, this overly simple application offers a very funky version of Task management. As far as i can tell they are free&#8230; but so are most other task applications around the web&#8230; at any rate i thought there may be people interested so i shared.
</p>
</li>
</ul>
<p>I would like to say that these are solely my views on these applications and if you disagree than that is your view and you are more than welcome to post them in the comments. Also feel free to suggest any other apps you think were worth making it in this list.</p>
]]></content:encoded>
			<wfw:commentRss>http://web.enavu.com/uncategorized/top-10-project-management-applications-of-2011/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Freedcamp&#8217;s Official Launch!</title>
		<link>http://web.enavu.com/news/freedcamps-official-launch/</link>
		<comments>http://web.enavu.com/news/freedcamps-official-launch/#comments</comments>
		<pubDate>Wed, 02 Feb 2011 21:57:35 +0000</pubDate>
		<dc:creator>lofton</dc:creator>
				<category><![CDATA[News and Announcements]]></category>

		<guid isPermaLink="false">http://web.enavu.com/?p=1959</guid>
		<description><![CDATA[Enavu launches a Free Project Management Solution for everyone!]]></description>
			<content:encoded><![CDATA[<h3>Free Project Management Becomes Reality!</h3>
<p>On January 31, 2011, free project management was released to the world. We had an amazing kick-off and greatly appreciate each and every person involved in helping us grow. We are very pleased to see all the feedback, it’s quite amazing to hear so many positive things! We are working hard to satisfy our users so please don’t hesitate to contact us—even if you would like to chat!</p>
<p>Please continue to help spread the word about us. Free project management is the future!</p>
<p>Like us on <a href="http://www.facebook.com/pages/Freedcamp/169678646404325">Facebook</a><br />
Follow us on <a href="http://www.twitter.com/freedcamp">Twitter</a><br />
Check out our <a href="http://www.youtube.com/watch?v=sNbDGcL9uCE">Youtube Video</a></p>
]]></content:encoded>
			<wfw:commentRss>http://web.enavu.com/news/freedcamps-official-launch/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
