<?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>Garage &#187; design</title>
	<atom:link href="https://invoicebus.com/garage/tag/design-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://invoicebus.com/garage</link>
	<description>Blog about running a business and solving invoicing and billing problems</description>
	<lastBuildDate>Fri, 17 Apr 2026 12:48:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.1.41</generator>
	<item>
		<title>5 Ways to Engage Optimism in Software Design</title>
		<link>https://invoicebus.com/garage/5-ways-to-engage-optimism-in-software-design/</link>
		<comments>https://invoicebus.com/garage/5-ways-to-engage-optimism-in-software-design/#comments</comments>
		<pubDate>Mon, 13 Aug 2012 13:06:24 +0000</pubDate>
		<dc:creator><![CDATA[Stefan Chachovski]]></dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[motivation]]></category>
		<category><![CDATA[optimism]]></category>

		<guid isPermaLink="false">http://garage.invoicebus.com/?p=2302</guid>
		<description><![CDATA[<p>Many times, we waste too much time worrying about things that may never happen instead of those which are likely to happen all the time. Leaving some of those worries out can lead us to happier team and better product Estimated Reading Time: 9 Minutes When you start crafting wireframes of an app, you create [&#8230;]<br />
<h3>Author information</h3>
<div class="ts-fab-wrapper" style="overflow:hidden">
<div class="ts-fab-photo" style="float:left;width:64px"><img alt='Stefan Chachovski' src='https://secure.gravatar.com/avatar/f03618a263cf869af3b1ebf44ebf6171?s=64&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D64&amp;r=G' class='avatar avatar-64 photo' height='64' width='64' /></div>
<p><!-- /.ts-fab-photo -->
<div class="ts-fab-text" style="margin-left:74px">
<div class="ts-fab-header">
<h4><a href="http://twitter.com/chachovski">Stefan Chachovski</a></h4>
</div>
<p><!-- /.ts-fab-header -->
<div class="ts-fab-content" style="margin-bottom:0.5em">
<p>Co-founder of Invoicebus. Huge lover of nature, science, and chocolate cherry cordials. He occasionally writes on this blog about Invoicebus' stuff. Hello him on <a href="http://twitter.com/chachovski">Twitter</a> or subscribe to his updates on <a href="http://facebook.com/cacovski">Facebook</a>.</p>
</div>
<div class="ts-fab-footer"> | <a href="http://twitter.com/chachovski">Twitter</a> | <a href="http://www.facebook.com/cacovski">Facebook</a> | </div>
<p><!-- /.ts-fab-footer --></div>
<p><!-- /.ts-fab-text --></div>
<p><!-- /.ts-fab-wrapper --></p>
<p>The post <a rel="nofollow" href="https://invoicebus.com/garage/5-ways-to-engage-optimism-in-software-design/">5 Ways to Engage Optimism in Software Design</a> appeared first on <a rel="nofollow" href="https://invoicebus.com/garage">Garage</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h2>Many times, we waste too much time worrying about things that may never happen instead of those which are likely to happen all the time. Leaving some of those worries out can lead us to happier team and better product</h2>
<div style="height: 20px;"></div>
<p><b>Estimated Reading Time:</b> 9 Minutes</p>
<p><img class="aligncenter size-full wp-image-2412" style="margin: 20px 0px;" title="Optimism" src="http://garage.invoicebus.com/wp-content/uploads/2012/08/optimism.jpg" alt="" width="600" height="399" /></p>
<p>When you start crafting wireframes of an app, you create branches of possibilities describing the system’s behavior as it responds to requests that originate from outside of that system, also known as “Use Cases”. Since the beginning of my career as an IT professional I’ve always been trained to look few steps ahead and predict almost impossible scenarios in order to make the software behave predictably under unpredictable conditions.</p>
<blockquote><p><center><i>“When you’re trained as a scientist or an engineer, first thing you think of is – How can I prevent the disaster to happen”</i> – Neil deGrasse Tyson, Astrophysicist</center></p></blockquote>
<p>Even though it’s a reasonable way of thinking, many times it may lead to series of “What if” questions and promote worries that may never happen. Although, these kinds of assumptions are essential for building robust system architecture, yet their overuse might lead us to behave more skeptic than normal.</p>
<p>When we started developing Invoicebus’ architecture, we decided to try different and more optimistic concept; a concept that reframe our mindset <b>to hope for the best, but prepare for the worst</b>. It was sort of experimental way of thinking, radically opposite from those we’ve previously been used to.</p>
<blockquote><p><center><i>“Do not anticipate trouble, or worry about what may never happen. Keep in the sunlight.” ― Benjamin Franklin</i></center></p></blockquote>
<p>In real world, web-apps are used by regular users, under normal conditions and in most cases in the right way. Therefore, instead to review dozen of marginal outcomes for one use case, we decided to focus only on two: Positive (the flow that is most likely to happen, the Expected Case) and Negative (for all other cases, the Rollback/Backup Case), always prioritizing the first one. By exploring and implementing this concept, we drew few conclusions that might be useful in designing web based software.<br />
<span id="more-2302"></span></p>
<h3>Conclusion 1: Optimism leads to smoother UX</h3>
<p>Few months ago, while discussing ideas with Dimitar, we started conversation about how Gmail app works so goddamn fast, but Yahoo Mail doesn’t (at least at that time). After a short research, Dimitar came up with great observation: “Well, Gmail behaves optimistically, that’s why. It assumes the app is used regularly by prioritizing normal flow of the events at first place”. And he was totally right. Google is using optimistic approach as an ultimate UX and optimization mechanism. By using full service conveyancing tool, law firms will be able to meet client expectations. From customer relationship management to the automation of repetitive tasks, <a href="https://www.perfectportal.co.uk/blog/the-new-digital-era-coming-to-a-law-firm-near-you">law firm technology</a> helps optimize how your law practice runs.</p>
<p>When you try to take an action or apply some change, both apps behave similar, but yet slightly different. I’m going to paraphrase each one’s behavior.</p>
<p><i><b>Gmail:</b> “Hi, I’m sending your request to the boss (server), but I’m not going to bother you with that, so you can continue doing your job immediately”; </i></p>
<p><b>Yahoo Mail:</b> “Hi, I’m sending your request to the boss (server), but before you can continue doing your job, you’ll have to wait until he checks everything and gives you appropriate response”.</p>
<p>Just a small rearrangement of events causes Gmail users feel tremendous speed-up without a single interruption. Technically the difference is tiny, but ideologically it’s completely different way of thinking. What an awesome concept by Google.</p>
<div style="font-size: 11px; line-height: 1.4em; margin: 10px 0px; border: 1px solid gray; border-left: none; border-right: none; padding: 10px;"><b>Tech-translation:</b> Gmail doesn’t wait the response from the server to make the changes visible for the end-user. Therefore, first it calls local Javascript function (the changes become immediately visible), then asynchronously sends AJAX XMLHttpRequest in the background without user’s knowing, and finally, the server independently processes the request. Yahoo executes these actions in a slightly different order. First it sends AJAX call to the server, then while request is being processed, it shows progress bar and waiting message, and finally, after the server responds it makes the changes visible for the end-user.<b>Interesting fact:</b> By applying Google’s approach, we’ve managed to speed-up the Invoicebus engine more than 300% (oh man, we were so excited). Actually, that wasn’t even a real speed-up, because we only hided the network/server delay in the background.</p>
</div>
<h3>Conclusion 2: Optimism leads to fewer distractions</h3>
<p>“Are you sure you want to delete this item?”, “Are you sure you want to close this tab?”, “Are you sure you want to save the changes?”, “Are you sure you want to do this/that?”. What a time wasting mechanism.</p>
<blockquote><p><center><i>“Customers shouldn’t have to think about every nitty-gritty detail – don’t put that burden on them when it should be your responsibility.”</i> – 37signals</center></p></blockquote>
<p>Of course, some questions could be beneficial and crucial interface features, but each one of them bears its own cost because <b>too many questions lead to distraction, not interaction</b>. So, how do we know if the user should be asked or not? We don’t. We try to maintain the optimistic approach by making assumption on the most likely scenario and deciding on behalf of the customer. Yes, we get wrong sometimes though, but we can always improve and adjust accordingly.</p>
<div style="font-size: 11px; line-height: 1.4em; margin: 10px 0px; border: 1px solid gray; border-left: none; border-right: none; padding: 10px;"><b>Example:</b> While designing the Invoice Editor we faced the doubt if the user should be prompted confirmation dialog when he&#8217;s deleting an item. Thus, upon deletion, we decided to move the item immediately into the trash without any confirmation.</div>
<h3>Conclusion 3: Optimism leads to less validation</h3>
<p>Few weeks before the Invoicebus launch, we’d sent test link to 4 different groups of early riders divided by their IT expertise (from highly skilled geeks to complete IT dummies) to test out the system and push back some feedback. Approximately 40% of the IT skilled people had questions why validation is so minimized or somewhere even completely omitted? The answer was – intentionally.</p>
<p>“But the user can enter text instead of a phone number” – So what? You don’t need to validate every possible field in order to create error-free app. Unless specific data format is absolutely essential for further usage (e.g., email address, web address etc.), <b>more validation is a curse, not a blessing</b>.</p>
<div style="font-size: 11px; line-height: 1.4em; margin: 10px 0px; border: 1px solid gray; border-left: none; border-right: none; padding: 10px;"><b>Interesting fact:</b> To date, we haven’t received a single support ticket regarding validation issue.</div>
<h3>Conclusion 4: Optimism leads to simplification</h3>
<p>“Please retype your password”, “Your password doesn’t match”, “Your password is too short”, “Your password should contain at least one special character”, “Your password this, your password that…”. We think that’s annoying.</p>
<p>“But, the user can make a typo while entering his password during sign-up.” – True. However, less than 10% of the users fall in this category, and the other 90% correctly enter their passwords even if there’s only one field. So why bother all users when only a limited few are butterfingered (even though I personally found myself among them).</p>
<p>Backup scenario: Password reset form with one field and one click.</p>
<h3>Conclusion 5: Optimism leads to liberation</h3>
<p>“Is the web server powerful enough?”, “Which database should be used?, Which one is faster; should we prefer NoSQL?”.<br />
&#8211; It really doesn’t matter because <b>as less we worry in present, as more creative we become in future</b>.</p>
<blockquote><p><center><i>“Worry is a misuse of the imagination.”</i> ― Dan Zadra, Compendium, Inc</center></p></blockquote>
<p>“But what if Forbes publishes an article about us and the server crashes from traffic?”. To be honest, unless you have built space shuttle, that&#8217;s not likely to happen for a while. So, don’t worry because it’s a problem when it’s a problem. If your server ever crashes or slows down due to traffic overload, believe me; you would rather jump around the room celebrating a victory than worrying about the outage. Besides, one or two day slowdown won’t cause apocalypse of the world.</p>
<blockquote><p><center><i>“Don’t waste time on problems you don’t have yet”</i> – 37signals</center></p></blockquote>
<p>Your inspiration is perishable, your time is precious, so don’t let worries build fence between them. Keep it up. Be optimistic. Create. And keep working on that Forbes coverage though <img src="https://invoicebus.com/garage/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /></p>
<div style="height: 20px;"></div>
<p><b>Now it’s your turn.</b> Do you agree with our conclusions? What would you change to them? Please leave your comment below; I would like to hear from you.</p>
<p>Photocredit: <a href="http://www.flickr.com/photos/scjn/4494613395/in/photostream/">Candie_N</a></p>
<h3>Author information</h3><div class="ts-fab-wrapper" style="overflow:hidden"><div class="ts-fab-photo" style="float:left;width:64px"><img alt='Stefan Chachovski' src='https://secure.gravatar.com/avatar/f03618a263cf869af3b1ebf44ebf6171?s=64&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D64&amp;r=G' class='avatar avatar-64 photo' height='64' width='64' /></div><!-- /.ts-fab-photo --><div class="ts-fab-text" style="margin-left:74px"><div class="ts-fab-header"><h4><a href="http://twitter.com/chachovski">Stefan Chachovski</a></h4></div><!-- /.ts-fab-header --><div class="ts-fab-content" style="margin-bottom:0.5em"><p>Co-founder of Invoicebus. Huge lover of nature, science, and chocolate cherry cordials. He occasionally writes on this blog about Invoicebus' stuff. Hello him on <a href="http://twitter.com/chachovski">Twitter</a> or subscribe to his updates on <a href="http://facebook.com/cacovski">Facebook</a>.</p>
</div><div class="ts-fab-footer"> | <a href="http://twitter.com/chachovski">Twitter</a> | <a href="http://www.facebook.com/cacovski">Facebook</a> | </div><!-- /.ts-fab-footer --></div><!-- /.ts-fab-text --></div><!-- /.ts-fab-wrapper --><p>The post <a rel="nofollow" href="https://invoicebus.com/garage/5-ways-to-engage-optimism-in-software-design/">5 Ways to Engage Optimism in Software Design</a> appeared first on <a rel="nofollow" href="https://invoicebus.com/garage">Garage</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://invoicebus.com/garage/5-ways-to-engage-optimism-in-software-design/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Make Smooth Looking and SEO Friendly Headers</title>
		<link>https://invoicebus.com/garage/make-smooth-looking-and-seo-friendly-headers/</link>
		<comments>https://invoicebus.com/garage/make-smooth-looking-and-seo-friendly-headers/#comments</comments>
		<pubDate>Mon, 25 Jun 2012 18:04:06 +0000</pubDate>
		<dc:creator><![CDATA[Dimitar Stojanov]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://garage.invoicebus.com/?p=2105</guid>
		<description><![CDATA[<p>Web site headers are one of the most important parts of your copywriting and marketing strategy Headers are the first thing your web site visitors will see, so you must be sure they look perfect. But not always the browser display big sized letters in good quality. If you&#8217;re looking to optimize engagement and boost [&#8230;]<br />
<h3>Author information</h3>
<div class="ts-fab-wrapper" style="overflow:hidden">
<div class="ts-fab-photo" style="float:left;width:64px"><img alt='Dimitar Stojanov' src='https://secure.gravatar.com/avatar/0aad93b255f7ff76e3c32f5154432887?s=64&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D64&amp;r=G' class='avatar avatar-64 photo' height='64' width='64' /></div>
<p><!-- /.ts-fab-photo -->
<div class="ts-fab-text" style="margin-left:74px">
<div class="ts-fab-header">
<h4><a href="http://twitter.com/justd100">Dimitar Stojanov</a></h4>
<div class="ts-fab-description" style="margin-bottom:0.5em"><em><span>Co-founder</span> at <a href="https://invoicebus.com"><span>Invoicebus</span></a></em></div>
</div>
<p><!-- /.ts-fab-header -->
<div class="ts-fab-content" style="margin-bottom:0.5em">
<p><b>Dimitar</b> is co-founder of <a href="https://invoicebus.com">Invoicebus</a>, an online invoicing tool for easy invoice management. He's passionate about creating beautiful and simple web applications and occasionally writes on this blog about web design, online business, and fighting the status-quo. Follow him on <a href="http://twitter.com/justd100">Twitter</a> and <a href="http://facebook.com/dimitar.stojanov">Facebook</a>.</p>
</div>
<div class="ts-fab-footer"> | <a href="http://twitter.com/justd100">Twitter</a> | <a href="http://www.facebook.com/dimitar.stojanov">Facebook</a> | <a href="http://plus.google.com/+DimitarStojanov">Google+</a> | </div>
<p><!-- /.ts-fab-footer --></div>
<p><!-- /.ts-fab-text --></div>
<p><!-- /.ts-fab-wrapper --></p>
<p>The post <a rel="nofollow" href="https://invoicebus.com/garage/make-smooth-looking-and-seo-friendly-headers/">Make Smooth Looking and SEO Friendly Headers</a> appeared first on <a rel="nofollow" href="https://invoicebus.com/garage">Garage</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h2>Web site headers are one of the most important parts of your copywriting and marketing strategy</h2>
<div style="height: 20px;"></div>
<p><img class="alignleft size-full wp-image-2139" style="margin-bottom: 20px;" title="Fonts" src="http://garage.invoicebus.com/wp-content/uploads/2012/06/inboicebus_make_smooth_fonts.jpg" alt="" width="600" height="399" /></p>
<p>Headers are the first thing your web site visitors will see, so you must be sure they look perfect. But not always the browser display big sized letters in good quality. If you&#8217;re looking to optimize engagement and boost your online presence, it&#8217;s also important to find <a href="https://themarketingheaven.com/buy-youtube-comment-likes/">sites to buy youtube comment likes</a>. To see what I’m talking about I’ll show you an example of the biggest text on the front page, and actually the biggest text of the whole site <a href="https://invoicebus.com">invoicebus.com</a>. The text <strong>Fast &amp; Easy Invoices</strong> as displayed in Mozilla Firefox browser looks like this:</p>
<p><img class="aligncenter size-full wp-image-2128" style="border: 1px solid #dadada; margin: 15px auto;" title="Pixelated font" src="http://garage.invoicebus.com/wp-content/uploads/2012/06/invoicebus_big_font11.png" alt="" width="469" height="145" /></p>
<p>You can notice all letters that are curved look pretty pixelated, so they are not so appealing to look at, and we need to find a way to display them smoother. The first think we got in mind was to drop a shadow for the text so the letter borders will become smoother, with the CSS3 property text-shadow. Although this property is not supported in all browsers that Invoicebus officially supports, we gave it a shot. After applying a text shadow with radius of 2 pixels we got the following:</p>
<p><img class="aligncenter size-full wp-image-2129" style="border: 1px solid #dadada; margin: 15px auto;" title="Pixelated font with text shadow" src="http://garage.invoicebus.com/wp-content/uploads/2012/06/invoicebus_big_font21.png" alt="" width="469" height="145" /></p>
<p>The text got smoother but it also became to blurry, difficult to read, and painful for the eyes. On top of that the pixelated curves still were noticeable, so we had to do something different to fix this issue. The thing we got in mind was to replace all big sized text and headers with images, and after a couple of hours in photo editing software (Photoshop) with support of text <a href="http://en.wikipedia.org/wiki/Anti-aliasing">antialiasing</a>, we replaced our headers with images. The final result we got for the Fast &amp; Easy Invoices was:</p>
<p><img class="aligncenter size-full wp-image-2130" style="border: 1px solid #dadada; margin: 15px auto;" title="Text displayed with image" src="http://garage.invoicebus.com/wp-content/uploads/2012/06/invoicebus_big_font31.png" alt="" width="469" height="155" /></p>
<p>Looks better, isn’t it? This &#8220;fix&#8221; actually is nothing new in the web design sphere, but it is worth design trick. With this you’ll also have cross browser look of the text because you don’t have to worry about the browsers text rendering techniques. Additionally, incorporating Search Engine Optimization (SEO) plays a vital role in <a href="https://gettheclicks.com/seo/the-ultimate-seo-checklist-boost-your-rankings-with-these-helpful-tips/">boosting organic traffic</a> and enhancing your website&#8217;s visibility on platforms like Google and Bing, further improving the user experience across different browsers.</p>
<p>But for every step forward there is a step backward so with this good looking text we lose one of the most important things in the internet world. That is the text scanning of the search engine bots. They simply can’t scan images and the text they contain, so the headers with images can’t be used for increasing of the <a href="http://en.wikipedia.org/wiki/Organic_search">organic search</a> ranking.</p>
<p>That’s why we have another trick in our sleeves for you. The trick is to leave the text in the</p>
<pre class="brush: xml; gutter: false; title: ; notranslate">&lt;h1&gt;&lt;/h1&gt;</pre>
<p>tags and apply specific styles. The example is given below:</p>
<p>The header:</p>
<pre class="brush: xml; gutter: false; title: ; notranslate">
&lt;h1 class=&quot;header&quot;&gt;&lt;a&gt;Fast &amp; Easy Invoices&lt;/a&gt;&lt;/h1&gt;
</pre>
<p>The header class:</p>
<pre class="brush: css; gutter: false; title: ; notranslate">
.header {
    background: url(&quot;fast_easy_invoices.png&quot;);
    text-indent: -99999px;
    ...
}
</pre>
<p>As you can see we put the background image to be our header, and we give large negative indent for the text of -99999 pixels, so the text won’t be displayed in the browser but the search engines bots can still scan the</p>
<pre class="brush: xml; gutter: false; title: ; notranslate">&lt;h1&gt;&lt;/h1&gt;</pre>
<p>tag and find the right text. This way you’ll ensure excellent SEO for you site and for even more SEO friendliness we wrap the text in</p>
<pre class="brush: xml; gutter: false; title: ; notranslate">&lt;a&gt;&lt;/a&gt;</pre>
<p>tag. Plus, with a <a href="https://www.conversionteam.com">Trusted conversion optimization team</a>, you can maximize engagement and drive better results.</p>
<p>If you have some SEO and design tricks, use the comments section below to tell us, and if we find them interesting we’ll cover them in the next blog post.</p>
<p><em>Top photo credit: <a href="http://www.flickr.com/photos/anoibionix/5818094890/">Anon DePlume</a></em></p>
<h3>Author information</h3><div class="ts-fab-wrapper" style="overflow:hidden"><div class="ts-fab-photo" style="float:left;width:64px"><img alt='Dimitar Stojanov' src='https://secure.gravatar.com/avatar/0aad93b255f7ff76e3c32f5154432887?s=64&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D64&amp;r=G' class='avatar avatar-64 photo' height='64' width='64' /></div><!-- /.ts-fab-photo --><div class="ts-fab-text" style="margin-left:74px"><div class="ts-fab-header"><h4><a href="http://twitter.com/justd100">Dimitar Stojanov</a></h4><div class="ts-fab-description" style="margin-bottom:0.5em"><em><span>Co-founder</span> at <a href="https://invoicebus.com"><span>Invoicebus</span></a></em></div></div><!-- /.ts-fab-header --><div class="ts-fab-content" style="margin-bottom:0.5em"><p><b>Dimitar</b> is co-founder of <a href="https://invoicebus.com">Invoicebus</a>, an online invoicing tool for easy invoice management. He's passionate about creating beautiful and simple web applications and occasionally writes on this blog about web design, online business, and fighting the status-quo. Follow him on <a href="http://twitter.com/justd100">Twitter</a> and <a href="http://facebook.com/dimitar.stojanov">Facebook</a>.</p>
</div><div class="ts-fab-footer"> | <a href="http://twitter.com/justd100">Twitter</a> | <a href="http://www.facebook.com/dimitar.stojanov">Facebook</a> | <a href="http://plus.google.com/+DimitarStojanov">Google+</a> | </div><!-- /.ts-fab-footer --></div><!-- /.ts-fab-text --></div><!-- /.ts-fab-wrapper --><p>The post <a rel="nofollow" href="https://invoicebus.com/garage/make-smooth-looking-and-seo-friendly-headers/">Make Smooth Looking and SEO Friendly Headers</a> appeared first on <a rel="nofollow" href="https://invoicebus.com/garage">Garage</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://invoicebus.com/garage/make-smooth-looking-and-seo-friendly-headers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Creating the Bus Mascot</title>
		<link>https://invoicebus.com/garage/creating-the-bus-mascot/</link>
		<comments>https://invoicebus.com/garage/creating-the-bus-mascot/#comments</comments>
		<pubDate>Wed, 06 Jun 2012 09:41:19 +0000</pubDate>
		<dc:creator><![CDATA[Izabela Stojchevska]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[how we build invoicebus]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[mascot]]></category>

		<guid isPermaLink="false">http://garage.invoicebus.com/?p=1930</guid>
		<description><![CDATA[<p>Short story about creation process of the bus mascot seen through designer&#8217;s eyes This is a guest post by Izabela Stojchevska, the creator of the bus mascot. We kindly asked her to share some insights and experiences of the design process, including all exciting moments she spent to bring the mascot as alive as it&#8217;s [&#8230;]<br />
<h3>Author information</h3>
<div class="ts-fab-wrapper" style="overflow:hidden">
<div class="ts-fab-photo" style="float:left;width:64px"><img alt='Izabela Stojchevska' src='https://secure.gravatar.com/avatar/9ec2cb98e24f122cb853c51546a4753b?s=64&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D64&amp;r=G' class='avatar avatar-64 photo' height='64' width='64' /></div>
<p><!-- /.ts-fab-photo -->
<div class="ts-fab-text" style="margin-left:74px">
<div class="ts-fab-header">
<h4><a href="http://twitter.com/pingi_">Izabela Stojchevska</a></h4>
</div>
<p><!-- /.ts-fab-header -->
<div class="ts-fab-content" style="margin-bottom:0.5em">
<p>Izabela is passionately curious pharmacist with computer and internet addiction. She loves inspiring music, stand-up comedies, walking in nature and magical sunrises. She says: "So many movies so little time". You can reach her on <a href="http://twitter.com/pingi_">Twitter</a> or <a href="http://facebook.com/izabela.stojcevska">Facebook</a> whenever you like, she enjoys communicating.</p>
</div>
<div class="ts-fab-footer"> | <a href="http://twitter.com/pingi_">Twitter</a> | </div>
<p><!-- /.ts-fab-footer --></div>
<p><!-- /.ts-fab-text --></div>
<p><!-- /.ts-fab-wrapper --></p>
<p>The post <a rel="nofollow" href="https://invoicebus.com/garage/creating-the-bus-mascot/">Creating the Bus Mascot</a> appeared first on <a rel="nofollow" href="https://invoicebus.com/garage">Garage</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h2>Short story about creation process of the bus mascot seen through designer&#8217;s eyes</h2>
<div style="height:20px"></div>
<p><i>This is a guest post by Izabela Stojchevska, the creator of the bus mascot. We kindly asked her to share some insights and experiences of the design process, including all exciting moments she spent to bring the mascot as alive as it&#8217;s now. She calls this a pleasant journey through the prism of design. You can read more about her at the bottom of this post.</i><br />
<br />
Firstly, I’ve never imagined that I will write a blog post. Ever. Secondly, I’ve never thought that it will be about a process of me creating a mascot. And finally, I’ve never imagined that I will be the mascot creator who uses Adobe Illustrator. But, life can be surprising sometimes, and to be honest I love it!<br />
<img style="margin-top:20px;margin-bottom:20px" src="http://garage.invoicebus.com/wp-content/uploads/2012/06/Sketching-Bus-Mascot.png" alt="" width="600" height="428" class="alignnone size-full wp-image-2054" /><br />
In the upcoming post I’ll try to take you on a short journey through the creation process of the bus-mascot, how the idea was born, the obstacles I stumbled upon and all the things I learned along the way to get the remarkable look of our bus mascot.</p>
<h3>Birth of the idea</h3>
<p>More than a year ago, Stefan introduced me their concept about the <a href="http://garage.invoicebus.com/288-early-marketing-site" title="We are all waiting the Invoicebus">coming soon page</a> called ‘We Are all Waiting the Invoicebus’ – simple bus stop with group of people gathering and waiting the bus to come in a <a href="https://www.facebook.com/photo.php?fbid=267646503269715&amp;set=a.264308730270159.72271.189387831095583&amp;type=3&amp;theater">happy green environment</a>. In fact, that was the moment when the idea about the mascot was born. The moving bus actually is a synonym of fast invoice, and at the same time transportation vehicle that brings up on board all the necessary options for creating and sending easy invoices all over the world.</p>
<h3>Sketching</h3>
<p>I used to draw years ago, but almost I had lost my sense of drawing. However, Stefan was big believer and encouraged me with motivation and inspiration. So, these are my first two sketches:</p>
<p><img src="http://garage.invoicebus.com/wp-content/uploads/2012/06/First_buses.png" alt="" width="577" height="200" class="alignnone size-full wp-image-1954" /></p>
<p>While watching these two buses, I realized that it would be awesome if the mascot could express some positive attitude, to be more friendly and a bit funny. Therefore, I quickly mocked up another one with more playful lines and edges, slight perspective and a bit skewed stance. </p>
<div style="width:600px;text-align:center;margin-top:10px;margin-bottom:15px"><img src="http://garage.invoicebus.com/wp-content/uploads/2012/06/Friendly_bus.png" alt="" width="303" height="193" class="alignnone size-full wp-image-1957" /></div>
<p>It looked just like a real cartoon character. I felt I’m on the right track, so I immediately jumped on the bigger task – Adobe Illustrator.</p>
<p><span id="more-1930"></span></p>
<h3>Meeting Adobe Illustrator</h3>
<p>Next step was to convert the mock-up into a vector image. And the challenge was pretty big because I had to learn Adobe Illustrator (AI) for that. Although I had previous practice with the vector characters from the bus stop, this was much bigger challenge so I spent long nights watching tutorials, trying tool by tool, losing my temper from time to time. When I learned to work with pen tool, I felt I was a master.</p>
<p>I found the tutorials of <a href="http://www.melissaevans.com/tutorials/how-to-use-photoshops-pen-tool">Melissa Evans</a>, <a href="http://vector.tutsplus.com/tutorials/tools-tips/illustrators-pen-tool-the-comprehensive-guide/">Ian Yates</a>, <a href="http://vector.tutsplus.com/tutorials/illustration/how-to-create-a-web-site-mascot/">Scott Jackson</a> as well as some of <a href="http://www.lynda.com/">Lynda’s</a> videos very helpful during this process. I&#8217;m very thankful to all of them. </p>
<p>The pen tool is very important and probably one of the essentials in AI. Next I was dominating gradient tool, gradient mesh tool and so on.  As I was drawing the bus in AI, I was constantly facing something new to deal with. I wasn’t using any complicated methods while drawing and I must admit, I’m still learning. </p>
<p>This was the first manually retraced version in AI. The bus was flipped horizontally and the lateral text was removed.</p>
<div style="width:600px;text-align:center;margin-top:10px;margin-bottom:15px"><img src="http://garage.invoicebus.com/wp-content/uploads/2012/06/First_vector_bus1.png" alt="" width="300" height="187" class="alignnone size-full wp-image-2093" /></div>
<p>Exhaust gas was next eliminated because it didn&#8217;t seem right. There was a color disturbance for my eyes while working with those bluish level, so adjusting the color was the next step. I tried a few options to see how they would fit. Yellow ochre, light blue and puce.</p>
<p><img src="http://garage.invoicebus.com/wp-content/uploads/2012/06/three_color_variants1.png" alt="" width="600" height="193" class="alignnone size-full wp-image-1973" /></p>
<p>They look a little silly, don’t they? I didn’t like the yellow one, because it looked like a school bus. Definitively out! Light blue was too light, so I moved on with the puce.</p>
<h3>Drawing and adding effects</h3>
<p>Whereas the bus was flipped, a door was needed on the the side and I also added some color effects at the rear.</p>
<div style="width:600px;text-align:center;margin-top:10px;margin-bottom:15px"><img src="http://garage.invoicebus.com/wp-content/uploads/2012/06/Bus_Effect1.png" alt="" width="468" height="267" class="alignnone size-full wp-image-1976" /></div>
<p>Next things that bothered me were the tires. I spent over 3 hours on them, adding bolts, shadows and gradients. So they&#8217;ve got a new look:</p>
<div style="width:600px;text-align:center;margin-top:10px;margin-bottom:15px"><img src="http://garage.invoicebus.com/wp-content/uploads/2012/06/Bus_Effect2.png" alt="" width="468" height="267" class="alignnone size-full wp-image-1979" /></div>
<p>I was satisfied and happy while looking at them.  Next thing was the front grille of the bus. It was a tough challenge, because this part should resemble facial expression of the mascot character, so can spread joy and positive vibrations.</p>
<div style="width:600px;text-align:center;margin-top:15px;margin-bottom:15px"><img src="http://garage.invoicebus.com/wp-content/uploads/2012/06/Bus_Effect31.png" alt="" width="425" height="376" class="alignnone size-full wp-image-1991" /></div>
<p>Within a few days I made a couple of iterations to finally get the desired effect. Next, I drew the shadows beneath the bus:</p>
<div style="width:600px;text-align:center;margin-top:15px;margin-bottom:15px">
<img src="http://garage.invoicebus.com/wp-content/uploads/2012/06/Bus_Effect4.png" alt="" width="337" height="283" class="alignnone size-full wp-image-1989" />
</div>
<p>It started to look alive, real and beautiful. I showed this to Stefan and he had that “but” in his comment. We needed something else. And I knew that the problem was the color.</p>
<p><img src="http://garage.invoicebus.com/wp-content/uploads/2012/06/Bus_Effect51.png" alt="" width="600" height="239" class="alignnone size-full wp-image-1995" /></p>
<p>And what about Green Grass?</p>
<div style="width:600px;text-align:center;margin-top:15px;margin-bottom:15px"><img src="http://garage.invoicebus.com/wp-content/uploads/2012/06/Bus_Effect6.png" alt="" width="452" height="307" class="alignnone size-full wp-image-1998" /></div>
<p>YES! That was my true love. Stefan and Dimitar just agreed with me without saying anything else but “Bravo” and “Wow”. There was nothing more to ask. Besides, this variant perfectly fits the colors from the <a href="http://garage.invoicebus.com/116-logo-design-recipe">logo</a> and additionally associates clean environment emphasizing the benefits of the paperless online invoicing.</p>
<p>The whole design process was such a great experience with lots of ups and downs, countless iterations and dozen of &#8216;Yuhuuu&#8217; moments for every noticeable progress. After all, I found this journey very enjoyable, so if you have the felling that you can draw, don&#8217;t hesitate to try it, it&#8217;s a lot of fun and actually not that difficult. Besides, you can always contact me, so we can exchange some thoughts along the way.</p>
<h3>Author information</h3><div class="ts-fab-wrapper" style="overflow:hidden"><div class="ts-fab-photo" style="float:left;width:64px"><img alt='Izabela Stojchevska' src='https://secure.gravatar.com/avatar/9ec2cb98e24f122cb853c51546a4753b?s=64&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D64&amp;r=G' class='avatar avatar-64 photo' height='64' width='64' /></div><!-- /.ts-fab-photo --><div class="ts-fab-text" style="margin-left:74px"><div class="ts-fab-header"><h4><a href="http://twitter.com/pingi_">Izabela Stojchevska</a></h4></div><!-- /.ts-fab-header --><div class="ts-fab-content" style="margin-bottom:0.5em"><p>Izabela is passionately curious pharmacist with computer and internet addiction. She loves inspiring music, stand-up comedies, walking in nature and magical sunrises. She says: "So many movies so little time". You can reach her on <a href="http://twitter.com/pingi_">Twitter</a> or <a href="http://facebook.com/izabela.stojcevska">Facebook</a> whenever you like, she enjoys communicating.</p>
</div><div class="ts-fab-footer"> | <a href="http://twitter.com/pingi_">Twitter</a> | </div><!-- /.ts-fab-footer --></div><!-- /.ts-fab-text --></div><!-- /.ts-fab-wrapper --><p>The post <a rel="nofollow" href="https://invoicebus.com/garage/creating-the-bus-mascot/">Creating the Bus Mascot</a> appeared first on <a rel="nofollow" href="https://invoicebus.com/garage">Garage</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://invoicebus.com/garage/creating-the-bus-mascot/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Logo Design Recipe</title>
		<link>https://invoicebus.com/garage/logo-design-recipe/</link>
		<comments>https://invoicebus.com/garage/logo-design-recipe/#comments</comments>
		<pubDate>Wed, 15 Jun 2011 13:35:17 +0000</pubDate>
		<dc:creator><![CDATA[Invoicebus Team]]></dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[how we build invoicebus]]></category>
		<category><![CDATA[idea]]></category>
		<category><![CDATA[logo]]></category>

		<guid isPermaLink="false">http://garage.invoicebus.com/?p=116</guid>
		<description><![CDATA[<p>Our logo represents a simple visualisation of the vision that our product delivers, so everytime we look at it, it shouts the character of our product, loud and clear: “Invoicebus is intuitive, fast and simple!” Workflow: 1. Sketch a few logo candidates onto paper; 2. Choose colors and fonts for the letters; 3. Write the [&#8230;]<br />
<h3>Author information</h3>
<div class="ts-fab-wrapper" style="overflow:hidden">
<div class="ts-fab-photo" style="float:left;width:64px"><img alt='Invoicebus Team' src='https://secure.gravatar.com/avatar/a311597603749cd2495cd7100f4a340a?s=64&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D64&amp;r=G' class='avatar avatar-64 photo' height='64' width='64' /></div>
<p><!-- /.ts-fab-photo -->
<div class="ts-fab-text" style="margin-left:74px">
<div class="ts-fab-header">
<h4>Invoicebus Team</h4>
</div>
<p><!-- /.ts-fab-header -->
<div class="ts-fab-content" style="margin-bottom:0.5em">
<p><a href="https://invoicebus.com/team/">We're</a> a team comprised of a few die-hard code freaks, lovers of beautiful design, stewards of simplicity, and passionately dedicated to the user experience.  Invoicebus is a great vehicle to express what we do best. <a href="https://invoicebus.com/manifesto/">Click here</a> to learn more on our business philosophy and how we actually do it.</p>
</div>
<div class="ts-fab-footer"> | <a href="http://twitter.com/invoicebus">Twitter</a> | <a href="http://www.facebook.com/invoicebus">Facebook</a> | </div>
<p><!-- /.ts-fab-footer --></div>
<p><!-- /.ts-fab-text --></div>
<p><!-- /.ts-fab-wrapper --></p>
<p>The post <a rel="nofollow" href="https://invoicebus.com/garage/logo-design-recipe/">Logo Design Recipe</a> appeared first on <a rel="nofollow" href="https://invoicebus.com/garage">Garage</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h2>Our logo represents a simple visualisation of the vision that our product delivers, so everytime we look at it, it shouts the character of our product, loud and clear: “Invoicebus is intuitive, fast and simple!”</h2>
<h3>Workflow:</h3>
<ul>
<li>1. Sketch a few logo candidates onto paper;</li>
<li>2. Choose colors and fonts for the letters;</li>
<li>3. Write the tagline;</li>
<li>4. Create vector version of the logo in Adobe Illustrator CS5;</li>
<li>5. Ta-da!</li>
</ul>
<table style="border: none; margin-top: 10px;" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="vertical-align: top; padding-left: 0px; border: none; font-size: 14px; font-family: arial, helvetica, sans-serif;">
<h3>1. Sketch a few logo candidates onto paper</h3>
<p>We wanted simple elegant logo, easy memorable and recognizable, just enough to associate with speed, elegance, invoice and bus. We had in mind that should be scalable on different sizes too. Ready, Steady, Go! We picked a blank paper sheet, a few wooden color pencils, a rubber, and started drawing. After we had sketched 3-4 mockups onto paper (right photo), we organized symbolic voting, within our office, for each candidate. The first one showed up as a winner which after a couple of modifications evolved to the one below.</td>
<td style="vertical-align: top; border: none;"><img title="Paper sketch of the logo candidates" src="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicing_invoicebus_mockup.png" alt="" width="193" height="204" /></td>
</tr>
</tbody>
</table>
<table style="border: none; margin-top: 10px;" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="vertical-align: top; border: none;"><a href="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicing_invoicebus_mockup_modified.png" target="_blank" rel="lightbox[116]"><img title="Our winner" src="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicing_invoicebus_mockup_modified.png" alt="" width="183" height="93" /></a></td>
<td style="vertical-align: top; padding-left: 0px; border: none; font-size: 14px; font-family: arial, helvetica, sans-serif;">It visual appearance incorporates our desired symbolism and could be translated this way: <em>If you look at it as a whole looks like simple speedy bus, but when you look thoroughly, it said even more. The window of the bus and the two blue lines (that also bring some speedy effect), symbolize invoice sheet with company logo and product rows, respectively.</em></td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<h3>2. Choose colors and fonts for the letters</h3>
<table style="border: none; margin-top: 0px;" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="vertical-align: top; padding-left: 0px; border: none; font-size: 14px; font-family: arial, helvetica, sans-serif;">Which font to choose? <a href="http://dafont.com" target="_blank">http://dafont.com</a> is a great place to start with. There are plenty of free fonts for download and each one of them can be previewed directly on their site with your custom text.</td>
<td style="vertical-align: top; border: none;"><a href="http://garage.invoicebus.com/wp-content/uploads/2011/06/dafont.png" target="_blank" rel="lightbox[116]"><img class="alignnone size-medium wp-image-161" title="Dafont" src="http://garage.invoicebus.com/wp-content/uploads/2011/06/dafont-300x90.png" alt="" width="300" height="90" /></a></td>
</tr>
<tr>
<td style="vertical-align: top; padding-left: 0px; border: none; font-size: 14px; font-family: arial, helvetica, sans-serif;" colspan="2">You can make direct comparison among more font variants and choose which one looks best for your logo. “Cony” seemed fair enough for us. Crisp, elegant and fresh. You can switch on your creativity and transform the letters by your choice in Adobe Illustrator later. We had in mind that our logo should be readable on both, dark and light backgrounds, so we carefully chose the color shades of blue(#00ADEE) and green(#B9E600).</td>
</tr>
</tbody>
</table>
<h3>3. Write the tagline</h3>
<p>The idea behind the tagline is to create a memorable phrase that will summarize the tone and premise of your brand/product, or to reinforce the audience&#8217;s memory of a product.<br />
We unified our ideology in one sentence: <strong><em>“Invoicebus – Delivers invoicing for humans”.</em></strong></p>
<h3>4. Create vector version of the logo in Adobe Illustrator CS5</h3>
<p>So far so good, it&#8217;s time for vector design. In the tutorial below, we’re going to show you how we designed our logo, step by step using Adobe Illustrator CS5. We believe it might be useful for people who want to learn something about logo design, so we decided to share our experience.</p>
<p><span id="more-116"></span>First, create a new Adobe Illustrator document with custom size and document profile: Basic RGB.</p>
<table style="border: none;" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="vertical-align: top; padding-left: 0px; border: none; font-size: 14px; font-family: arial, helvetica, sans-serif;">The easiest method to transfer your paper mockup into Illustrator vector graphic is to retrace it using the pen tool. If you haven’t used the pen tool yet, you could find it a little difficult at the beginning, but after a few hours of practice you will get used to and see how awesome tool it is.</p>
<p>There are plenty of online tutorials of how to use the pen tool; however our favorite was <a href="http://www.melissaevans.com/tutorials" target="_blank">Melissa Evans’</a> tutorial. She is such a great artist you can learn from. Most of her tutorials are for Photoshop, but you can apply the pen tool knowledge in Illustrator as well.</td>
<td style="vertical-align: top; border: none;"><img class="alignnone size-full wp-image-169" title="Pen Tool" src="http://garage.invoicebus.com/wp-content/uploads/2011/06/pen_tool.png" alt="" width="67" height="152" /></td>
</tr>
</tbody>
</table>
<p><a href="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicing_invoicebus_1.png" target="_blank" rel="lightbox[116]"><img class="alignnone size-large wp-image-176" title="Pen Tool Tracing" src="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicing_invoicebus_1-1024x384.png" alt="" width="600" height="224" /></a></p>
<p style="margin-top: 15px;">The underlying image object is our original mockup scan. Before start tracing, make sure your underlying object is large enough so you don’t need to struggle with little details that should be accurately traced. Easiest way to retrace it is to divide the graphic into smaller polygons, and trace it one by one, as shown in figures 4.1 – 4.6.</p>
<p style="margin-bottom: 15px;">After retracing, you can delete your underlying image object and use only the vector object. We suggest to group all of your polygons as one object: Select all with Selection Tool (V) , right click on the selection and choose the Group command.<br />
Now, we are going to enter text for the logo and transform it a little bit.</p>
<p><a href="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicing_invoicebus_2.png" target="_blank" rel="lightbox[116]"><img class="alignnone size-large wp-image-182" title="Enter your text" src="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicing_invoicebus_2-1024x819.png" alt="" width="600" height="482" /></a></p>
<div style="font-size: 12px;">4.7 Choose the Type Tool (T)<br />
4.8	Select your desired font, style and size. Enter your text;<br />
4.9 Our font, Cony, doesn&#8217;t supported italic type, so we had to do that manually with transformation tool and shear option.<br />
4.10 Positive values incline your selection to the right, negative to the left. 10 degrees seemed enough for us to bring some speedy effect to the text.</div>
<p>&nbsp;</p>
<p style="margin-bottom: 15px;">We decided to make the text in two colors and therefore visually separate the words &#8220;invoice&#8221; and &#8220;bus&#8221;. We used Eyedropper Tool (I) as a convenient way to pick our already defined colors. However, you can define your own custom color using Fill (X) tool.</p>
<p><a href="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicing_invoicebus_3.png" target="_blank" rel="lightbox[116]"><img class="alignnone size-large wp-image-186" title="Click to view in original size" src="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicing_invoicebus_3-1024x819.png" alt="" width="600" height="482" /></a></p>
<div style="font-size: 12px;">4.11 Select your text or part of it.<br />
4.12 Choose the Eyedropper Tool (I)<br />
4.13. Pick the color from the bus object by clicking on it</div>
<p>&nbsp;</p>
<p style="margin-bottom: 15px;">Now we are going to scale the text vertically a little bit.</p>
<p><a href="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicing_invoicebus_4.png" target="_blank" rel="lightbox[116]"><img class="alignnone size-large wp-image-187" title="Click to view in original size" src="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicing_invoicebus_4-1024x819.png" alt="" width="600" height="482" /></a></p>
<div style="font-size: 12px; margin-bottom: 15px;">4.14 Choose the Selection Tool (V)<br />
4.15 Right click on the text and choose: Transform -&gt;Scale</div>
<p><img title="Scale" src="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicing_4a.png" alt="" width="294" height="277" /></p>
<p>Enter how much would like your selection to be scaled. Vertical 88% was enough for our text.</p>
<p style="margin-bottom: 15px;">Now we are going to give different color to the little circles above “i” letters,  but first we need to transform the text into path. After that we are going to extract the circles from the path as separate objects. You can find this very useful because you can make very creative transformations of your letters.</p>
<p><a href="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicing_invoicebus_5.png" target="_blank" rel="lightbox[116]"><img class="alignnone size-large wp-image-189" title="Click to view in original size" src="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicing_invoicebus_5-1024x819.png" alt="" width="600" height="482" /></a></p>
<div style="font-size: 12px;">4.16 Choose Direct Selection Tool (A)<br />
4.17 Right click on the text and choose: Create Outlines</div>
<p>&nbsp;</p>
<p style="margin-bottom: 15px;">You&#8217;ve created outlines to your text and therefore you&#8217;ve created a group of objects that could be treated like any other vector path. To work with separate objects/paths you need to ungroup them.</p>
<p><a href="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicing_invoicebus_6.png" target="_blank" rel="lightbox[116]"><img class="alignnone size-large wp-image-190" title="Click to view in original size" src="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicing_invoicebus_6-1024x819.png" alt="" width="600" height="482" /></a></p>
<div style="font-size: 12px;">4.18 Choose the Selection Tool (V)<br />
4.19 Right click on the text and choose: Ungroup.</div>
<p>&nbsp;</p>
<p style="margin-bottom: 15px;">Now we are going to extract the little circle from the first &#8220;i&#8221; letter and change its color.<br />
Double click on the letter &#8220;i&#8221; to enter the isolation mode.</p>
<p><a href="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicing_invoicebus_7.png" target="_blank" rel="lightbox[116]"><img class="alignnone size-large wp-image-191" title="Click to view in original size" src="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicing_invoicebus_7-1024x819.png" alt="" width="600" height="482" /></a></p>
<div style="font-size: 12px; margin-bottom: 15px;">4.20 Choose the Selection Tool (V)<br />
4.21 Right click somewhere on the letter and choose: Release Compound Path.</div>
<p><a href="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicing_invoicebus_8.png" target="_blank" rel="lightbox[116]"><img class="alignnone size-large wp-image-192" title="Click to view in original size" src="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicing_invoicebus_8-1024x819.png" alt="" width="600" height="482" /></a></p>
<div style="font-size: 12px;">4.22 Choose the Selection Tool (V) and click on the little circle.<br />
4.23 Chose Eyedropper Tool (I) and pick the green color from some other green part.</div>
<p>&nbsp;</p>
<p>Replace the steps 4.20-4.23 for the second &#8220;i&#8221; letter. When you are finished you can double click elsewhere and exit the isolation mode.</p>
<p style="margin-bottom: 15px;">Now we are going to write our tagline below the&#8221;invoicebus&#8221; text.</p>
<p><a href="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicing_invoicebus_9.png" target="_blank" rel="lightbox[116]"><img class="alignnone size-large wp-image-193" title="Click to view in original size" src="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicing_invoicebus_9-1024x819.png" alt="" width="600" height="482" /></a></p>
<div style="font-size: 12px;">4.24	Choose the Type Tool (T)<br />
4.25 Select your desired font, style and size. Enter your text; In our case, the font is Segue UI, italic, 22px.<br />
4.26 Select the text and chose color for it with the Fill(X) tool. Our color is: #7F7F7F</div>
<p>&nbsp;</p>
<h3>5. Ta-Da!</h3>
<p>Our logo is ready. Crisp, elegant and fresh!</p>
<p><a href="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicebus_tada.png" target="_blank" rel="lightbox[116]"><img class="alignnone size-medium wp-image-194" title="invoicebus_tada" src="http://garage.invoicebus.com/wp-content/uploads/2011/06/invoicebus_tada-280x300.png" alt="" width="280" height="300" /></a></p>
<p>In the next post we are going to expose the idea about our <a href="http://invoicebus.com" target="_blank">early marketing site</a> which we found very interesting.</p>
<h3>Author information</h3><div class="ts-fab-wrapper" style="overflow:hidden"><div class="ts-fab-photo" style="float:left;width:64px"><img alt='Invoicebus Team' src='https://secure.gravatar.com/avatar/a311597603749cd2495cd7100f4a340a?s=64&amp;d=https%3A%2F%2Fsecure.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D64&amp;r=G' class='avatar avatar-64 photo' height='64' width='64' /></div><!-- /.ts-fab-photo --><div class="ts-fab-text" style="margin-left:74px"><div class="ts-fab-header"><h4>Invoicebus Team</h4></div><!-- /.ts-fab-header --><div class="ts-fab-content" style="margin-bottom:0.5em"><p><a href="https://invoicebus.com/team/">We're</a> a team comprised of a few die-hard code freaks, lovers of beautiful design, stewards of simplicity, and passionately dedicated to the user experience.  Invoicebus is a great vehicle to express what we do best. <a href="https://invoicebus.com/manifesto/">Click here</a> to learn more on our business philosophy and how we actually do it.</p>
</div><div class="ts-fab-footer"> | <a href="http://twitter.com/invoicebus">Twitter</a> | <a href="http://www.facebook.com/invoicebus">Facebook</a> | </div><!-- /.ts-fab-footer --></div><!-- /.ts-fab-text --></div><!-- /.ts-fab-wrapper --><p>The post <a rel="nofollow" href="https://invoicebus.com/garage/logo-design-recipe/">Logo Design Recipe</a> appeared first on <a rel="nofollow" href="https://invoicebus.com/garage">Garage</a>.</p>
]]></content:encoded>
			<wfw:commentRss>https://invoicebus.com/garage/logo-design-recipe/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
