<?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>Helloewy: A blog from Loewy Design &#187; time management</title>
	<atom:link href="http://www.loewy.com/tag/time-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.loewy.com</link>
	<description>The blog of Loewy Design</description>
	<lastBuildDate>Thu, 03 Nov 2011 20:36:01 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tools of the trade</title>
		<link>http://www.loewy.com/tools-of-the-trade/</link>
		<comments>http://www.loewy.com/tools-of-the-trade/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 19:24:07 +0000</pubDate>
		<dc:creator>Matt Kaye</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Code]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[time management]]></category>

		<guid isPermaLink="false">http://www.loewy.com/?p=377</guid>
		<description><![CDATA[
Everyone&#8211;designer and developer alike&#8211;has a set of tools to rely on that make the day go smoothly. We all have tricks that help us be more productive and more efficient&#8211;and take less Tylenol! 
Here’s my list of tools that I use on a daily basis:  
CSS/HTML/JavaScript Helpers:
 Firebug (FireFox Add-on)
 This is probably my [...]]]></description>
			<content:encoded><![CDATA[<p><a href="2009/09/tools-of-the-trade/"><img class="alignnone size-full wp-image-389" title="firebug" src="http://www.loewy.com/wp-content/uploads/2009/09/firebug.jpg" alt="firebug" width="519" height="260" /></a></p>
<p>Everyone&#8211;designer and developer alike&#8211;has a set of tools to rely on that make the day go smoothly. We all have tricks that help us be more productive and more efficient&#8211;and take less Tylenol! <span id="more-377"></span></p>
<p>Here’s my list of tools that I use on a daily basis:  <strong></strong></p>
<p><strong>CSS/HTML/JavaScript Helpers:</strong><a href="https://addons.mozilla.org/en-US/firefox/addon/1843" target="_blank"><br />
 Firebug</a> (FireFox Add-on)<br />
 This is probably my top choice for front-end development. You can see/edit/remove CSS styles and HTML markup on the fly with this great resource. It also has many built-in features that allow you to debug JavaScript code right from the browser.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/60" target="_blank">Web Developer Toolbar</a> (FireFox Add-on)<br />
 This tool is similar to Firebug in the functions it offers. I find the combination of the two to be useful; I choose between them depending on the situation.  The Web Developer Toolbar’s auto population of form fields saves lots of time, and the inline ruler is quite handy when comparing designs to markup.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/5392" target="_blank">Dust-me Selectors</a> (FireFox Add-on)<br />
 This is a helpful tool to keep stylesheets as lean as possible. It extracts all the selectors from all the stylesheets on the page you&#8217;re viewing, then analyzes that page to see which of those selectors are not used. It then stores the data, so when you test subsequent pages, selectors can be crossed off the list as they&#8217;re encountered.</p>
<p><a href="https://addons.mozilla.org/en-US/firefox/addon/6647" target="_blank">HttpFox</a> (FireFox Add-on)<br />
 HttpFox monitors and analyzes all incoming and outgoing HTTP traffic between the browser and the web servers. This resource is useful if you need to know what files are being requested from a web server and you can’t get that information directly by viewing the source code.</p>
<p><a href="http://www.cleancss.com/" target="_blank">CleanCSS </a><br />
 CleanCSS is a powerful CSS optimizer and formatter. It takes your CSS code and makes it cleaner and more concise.</p>
<p><a href="http://tools.arantius.com/tabifier" target="_blank">Tabifier</a><br />
 If you work with messy coders or inherit old code that hasn’t been kept neat, this tool will save you lots of time and eyestrain by correctly indenting the code and making it easier to read.</p>
<p><strong>Browser Testing: </strong><br />
 <a href="http://www.xenocode.com/Browsers/" target="_blank">XenoCode Browser Sandbox</a><br />
 You don’t have to keep installing different browsers; XenoCode lets you run the browser of your choice virtually from its servers. This service essentially sandboxes the browser, allowing you to run it without changing any of your computer settings. I usually have IE6 and 7 running along with my installed version of IE8.</p>
<p><a href="http://ipinfo.info/netrenderer/" target="_blank">IENetRender </a><br />
 Here’s another handy tool; it allows you to see real-time screenshots of your page in many versions of IE.</p>
<p><a href="http://www.browsrcamp.com/" target="_blank">Browsrcamp</a><br />
 If you develop on a PC, Browsrcamp allows you to see screenshots of what your page will look like in MAC Safari. I’ve found that the PC version of Safari doesn’t always render pages consistently.</p>
<p><a href="http://validator.w3.org/" target="_blank">W3C Validator</a> <br />
 This choice is an obvious one. Validation keeps developers honest and squashes most problems before they become headaches.</p>
<p><strong>Version Control: </strong><br />
 <a href="http://www.assembla.com/" target="_blank">Assembla </a><br />
 Assembla offers a nice control panel interface for your version-controlled spaces. This particular one runs on Subversion. Even if you’re coding a project all by yourself, I would recommend some kind of version-control software as a must-have. It will save you hours of time.</p>
<p><a href="http://tortoisesvn.net/" target="_blank">Tortoise SVN </a><br />
 This is a great SVN client that ties right in with the Windows Explorer Shell. (Sorry, MAC users.) There are numerous subversion clients out there, but this one is my favorite because it runs silently in the background until you need it.</p>
<p><strong>Server Environment Information: </strong><br />
 <a href="http://builtwith.com/" target="_blank">Builtwith</a><br />
 Builtwith is a web technology information profiler; it lets you find out what a given site is using.</p>
<p><a href="http://dndetails.com/" target="_blank">Domain Name Details </a><br />
 The name says it all. This is a good place to find answers to most of your common questions about domain names quickly.</p>
<p>This list is by no means exhaustive. There are lots of great products out there that you may find just as useful. It’s really all a matter of preference and comfort. What tools do you use in your development cycle? Feel free to share!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.loewy.com/tools-of-the-trade/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If the tools fit&#8230;</title>
		<link>http://www.loewy.com/if-the-tools-fit%e2%80%a6/</link>
		<comments>http://www.loewy.com/if-the-tools-fit%e2%80%a6/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 17:47:13 +0000</pubDate>
		<dc:creator>David Loewy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[business strategy]]></category>
		<category><![CDATA[time management]]></category>

		<guid isPermaLink="false">http://www.loewy.com/?p=309</guid>
		<description><![CDATA[
If you’re running a small business, at some point you probably thought: “there’s got to be a better way.”  As small businesses become larger ones, systems and processes tend to get more complex.  Yet sometimes the best solutions have fewer bells and whistles but fit better with the culture and operation of the company.
Case in [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-310" title="blog5_art" src="http://www.loewy.com/wp-content/uploads/2009/08/blog5_art.jpg" alt="blog5_art" width="519" height="332" /></p>
<p>If you’re running a small business, at some point you probably thought: “there’s got to be a better way.”  As small businesses become larger ones, systems and processes tend to get more complex.  Yet sometimes the best solutions have fewer bells and whistles but fit better with the culture and operation of the company.<span id="more-309"></span></p>
<p>Case in point:</p>
<p>Years ago, as an independent contractor in a home office, things were relatively simple. I did it my way, flying by the seat of my pants with my own systems and processes, which mostly meant a good memory and lots of post-its. Thankfully, the business has grown and I’m now managing seven people, freelancers, a full office, accounting systems, networks, and an upcoming office expansion. With growth comes complexity, so my staff and I are constantly evaluating tools to make our lives easier and our work better.</p>
<p>What we’ve found is that the newest and most elaborate products are not always the best for us.  Our company and culture is unique, so this year’s “Top 10 Solutions” may not necessarily work for us.   The tools and technologies that we use to run our business have to match our group’s abilities and their willingness to embrace them.</p>
<p>Our time-keeping software, for example, is a simple application that has become our most important tool.  While my staff finds it a pain to account for every minute of their time, they appreciate that the system helps us estimate costs and profitability (right guys <img src='http://www.loewy.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> ).  Without these metrics, we would be unable to measure our success.</p>
<p>We use a system called <a href="http://www.functionfox.com/">TimeFox</a>.  As a group we went through demos, free trials and testing before we committed to it. We listed our needs and sought a system that was easy to use and quick to put in place, bypassing software that included more features but was more cumbersome to use.</p>
<p>Another tool that needs careful evaluation is our project management software because it is used by clients who have different levels of expertise. <a href="http://basecamphq.com/">Basecamp</a> is a tool we often use if clients are web savvy and detailed oriented. For clients who need a simpler solution we’ll use <a href="http://backpackit.com/">Backpack</a>, which is an easy to use intranet storing and sharing information with a virtual team.</p>
<p>Now that we are moving to a larger office, we are researching phone systems.  I think we’re close but I’ll let you know (any good ideas out there?). One thing is already clear: we’ll be guided by our experiences and won’t feel compelled to acquire a system with a lot of extraneous features that aren’t right for us.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.loewy.com/if-the-tools-fit%e2%80%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
