<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Fearlessflyer</title>
	
	<link>http://fearlessflyer.com</link>
	<description>Premium Wordpress Themes that will make your website awesome</description>
	<lastBuildDate>Tue, 18 Jun 2013 04:15:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Fearlessflyer" /><feedburner:info uri="fearlessflyer" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by/2.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:emailServiceId>Fearlessflyer</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Keep these 5 Important tips in mind when building a Responsive web site</title>
		<link>http://feedproxy.google.com/~r/Fearlessflyer/~3/OcORoSBf9rw/</link>
		<comments>http://fearlessflyer.com/2013/06/building-a-responsive-web-site-tips/#comments</comments>
		<pubDate>Tue, 18 Jun 2013 04:15:00 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Guest Posts]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://fearlessflyer.com/?p=3348</guid>
		<description><![CDATA[Responsive websites are here to stay. By adjusting to most appropriately fit the device the website is being viewed on, responsive design blows fixed-width sites out of the water. If you&#8217;re not clued up on how to create them, the time to learn is now. Mobile browsing is set to overtake desktop browsing by 2014, ]]></description>
				<content:encoded><![CDATA[<p>Responsive websites are here to stay. By adjusting to most appropriately fit the device the website is being viewed on, responsive design <strong>blows fixed-width sites out of the water</strong>. If you&#8217;re not clued up on how to create them, the <u>time to learn is now</u>.</p>
<p><a href="http://www.smartinsights.com/mobile-marketing/mobile-marketing-analytics/mobile-marketing-statistics/" target="_blank">Mobile browsing is set to overtake desktop browsing by 2014</a>, and with such a variety of smartphones, tablets and netbooks (all which feature web browsers in various shapes and sizes), how should we design to see our work shine from wherever it&#8217;s viewed?</p>
<p>Mobile-specific sites seemed like a great idea – creating a bespoke site for smaller screens – but then, along came Ethan Marcotte with <a href="http://alistapart.com/article/responsive-web-design" target="_blank">responsive web design</a>, a set of techniques that allowed websites to <strong>adapt beautifully</strong> along a gradient of different viewing experiences.</p>
<p>But what are these techniques? And how should we use them? </p>
<h2>Here are five tips to get you started with responsive web design.</h2>
<h3>1. Use a Fluid Grid</h3>
<p>The first technique to master in responsive web design is the use of a fluid grid. This improvement on the liquid layout responds appropriately to the huge number of screen sizes available in today&#8217;s market, and tomorrow&#8217;s, for that matter.</p>
<p><a href="http://alistapart.com/article/fluidgrids" target="_blank">Fluid grids</a> are designed in terms of proportions, so no matter what the screen size, the elements in the layout resize their widths in relation to one another.</p>
<p>The key to fluid grids lies in this handy little formula:</p>
<div style="font-family:'open_sans_bold'; font-size:32px; padding:35px 0 35px 0; text-align:center">target ÷ context = result</div>
<p>Keep that in mind for a moment. Now, create a high fidelity mockup of your site in a pixel based image editor. Using this, you can measure a page element (say, a title) and <strong>divide that number by the full width of the page</strong>. </p>
<p>Multiply that by 100, and you have <u>the percentage of the page that element takes up</u>.</p>
<p>Whatever answer you get, <strong>don&#8217;t round it up</strong>! Computers like mathematical precision a whole lot more than we do.</p>
<p>This percentage will now define the width of your element, and can be dropped into your style sheet to maintain the size of your element in relation to the size of its container. Big viewport? Big title. Tiny viewport? Well, this brings us to our next topic: </p>
<h3>2. Use Media Queries</h3>
<p>With screen resolutions ranging from 320px (an iPhone) to 2560px (a large monitor) simply scaling to fit isn&#8217;t always the answer. Text elements in fluid layouts can appear squashed and undecipherable on cell phones, and downright ugly and imposing on widescreen monitors. <a href="http://www.netmagazine.com/tutorials/adaptive-layouts-media-queries" target="_blank">Media queries</a> prevent this pesky problem from occurring by allowing us to adapt things such as the typography and layout of web pages according to the device viewing them. </p>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/resp-dim.jpg" alt="resp dim Keep these 5 Important tips in mind when building a Responsive web site" width="500" height="181" class="noborder alignnone size-full wp-image-3349" style="margin-left:24px;" title="Keep these 5 Important tips in mind when building a Responsive web site photo" /></p>
<p>They do this by identifying the device and checking for certain conditions in order to apply an appropriate style sheet. So, you could have one style sheet for large screens that will display elements in a certain way (say, double-column view), and another specifically for mobile that will display them totally differently (such as single-column).</p>
<p>Media queries <strong>allow introspection</strong> into the browsing environment based on:</p>
<ul>
<li>Browser Dimension</li>
<li>Device Dimension</li>
<li>Browser Orientation</li>
<li>Color Information</li>
<li>Device Specific Details (such as resolution or display base)</li>
</ul>
<p>So that&#8217;s what they are, but how to use them?</p>
<p>Queries need to be incorporated into a linked style sheet&#8217;s media attribute to question the browsing environment. If certain conditions are met, the device will then load a corresponding style sheet; if not, the link will be ignored.</p>
<p>For a more detailed look at this, Smashing Magazine&#8217;s <a href="http://mobile.smashingmagazine.com/2010/07/19/how-to-use-css3-media-queries-to-create-a-mobile-version-of-your-website/" target="_blank">in-depth explanation</a> is particularly useful. </p>
<p>At this point it&#8217;s important to note that CSS3 media queries are supported by a significant number of contemporary browsers but not IE8. Although, <a href="http://ie.microsoft.com/testdrive/HTML5/CSS3MediaQueries/" target="_blank">Microsoft has committed to media query support in IE9</a>.</p>
<h3>3. Use Responsive Images</h3>
<p>Fixed-width images don&#8217;t flow so easily into different sized containers, especially if they&#8217;re too big. They simply <u>aren&#8217;t aware of their surroundings</u>, and with no constraints applied to them, will overflow and exceed the width of their containers.</p>
<p>This looks bad. Ethan Marcotte has written <a href="http://alistapart.com/article/fluid-images" target="_blank">another excellent piece</a> on exactly how bad. </p>
<p>But thankfully, it&#8217;s possible to apply the necessary constraints to force images to fill only the space available to them. All you need to do is <strong>set the width of your image as a percentage of its container</strong>:</p>

<div class="wp_syntax"><table><tr><td class="code"><pre class="css" style="font-family:monospace;">img <span style="color: #00AA00;">&#123;</span>
   <span style="color: #000000; font-weight: bold;">width</span><span style="color: #00AA00;">:</span> <span style="color: #933;">100%</span><span style="color: #00AA00;">;</span>
   <span style="color: #000000; font-weight: bold;">height</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">auto</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></td></tr></table></div>

<p><a href="http://www.shutterstock.com/blog/2013/05/how-to-use-responsive-images-to-make-your-site-shine-on-any-platform/" target="_blank">Using responsive images</a> in this way even works on older browsers, so it&#8217;s a pretty handy method. However, there are several factors to consider when implementing responsive images, including bandwidth and aspect ratio, which are essential to consider when designing for mobile.</p>
<h3>4.Use Elastic Videos</h3>
<p>Fixed-width videos will create the same problems as fixed-width images so need to be dealt with accordingly.</p>
<p>If you delved further into Ethan Marcotte&#8217;s piece on responsive images, you might have noticed the <strong>max-width: 100% rule</strong> (skimmed over in favor of width: 100% due to browser compatibility).</p>
<p>This rule <u>works when using HTML5</u> video elements, which is great as <a href="http://caniuse.com/#feat=video" target="_blank">a ton of mobile devices now support it</a>. However, this rule doesn&#8217;t work if third parties force you to embed their content using iframe or object tag (like YouTube and Vimeo videos).</p>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/resp-vid.jpg" alt="resp vid Keep these 5 Important tips in mind when building a Responsive web site" width="500" height="259" style="margin-left:35px;" class="alignnone noborder size-full wp-image-3350" title="Keep these 5 Important tips in mind when building a Responsive web site photo" /></p>
<p>To get around this, <strong>iframes need to be <a href="http://webdesignerwall.com/tutorials/css-elastic-videos" target="_blank">wrapped in a container that can be targeted with CSS</a></strong> in order to allow them to resize fluidly, <u>even if the iframe has fixed pixel values</u>.</p>
<p>To examine the principles behind this, see Thierry Koblentz&#8217; article on <a href="http://alistapart.com/article/creating-intrinsic-ratios-for-video" target="_blank">creating intrinsic ratios for video</a>.</p>
<h3>5. &#8220;Responsify&#8221; Your Navigation</h3>
<p>Intuitive navigation through a website is imperative to great user experience, but you&#8217;re not just designing for landscape monitors and mouse clicks anymore. Your site needs to look and feel <strong>consistent across the gamut of devices</strong> it&#8217;ll be viewed in, so there are a few things to consider when it comes to responsive navigation:</p>
<ul>
<li>Make <strong>all</strong> your content <u>accessible</u> (don&#8217;t be tempted to hide a part of your website from smartphone users)</li>
<li>Make icons easy to decipher (even on small screens)</li>
<li>Make buttons easy to tap</li>
<li>Take advantage of <strong>creative elements to hide/show</strong> content according to size</li>
<li>Remember: You <u>can&#8217;t hover on a touchscreen device</u>!</li>
</ul>
<p>There are lots of <a href="http://responsivenavigation.net/" target="_blank">code samples</a> available to help you implement responsive navigation into your designs, just remember not to get carried away and use what&#8217;s most appropriate.</p>
<p>There are still <a href="http://mobile.smashingmagazine.com/2013/05/29/the-state-of-responsive-web-design/" target="_blank">a lot of issues</a> to be worked out when it comes to responsive web design, but the fact is, it&#8217;s not going anywhere.</p>
<p>Hopefully, these tips will have encouraged you to at least dip a toe into the responsive ocean, and for the braver amongst you, will have given you the nudge you needed to jump right in.</p>
<div class="special author">
This post is written by Luke Clum. <a href="http://www.lukeclum.com/">Luke</a> is a web designer and developer living in Seattle. Follow him on Twitter <a href="https://twitter.com/lukeclum">@lukeclum</a>
</div>
<img src="http://feeds.feedburner.com/~r/Fearlessflyer/~4/OcORoSBf9rw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fearlessflyer.com/2013/06/building-a-responsive-web-site-tips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://fearlessflyer.com/2013/06/building-a-responsive-web-site-tips/</feedburner:origLink></item>
		<item>
		<title>Here are 8 Florist Websites for your Design Inspiration</title>
		<link>http://feedproxy.google.com/~r/Fearlessflyer/~3/Tm7lPSAanY4/</link>
		<comments>http://fearlessflyer.com/2013/06/florist-web-design-inspiration/#comments</comments>
		<pubDate>Tue, 18 Jun 2013 03:21:14 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Guest Posts]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://fearlessflyer.com/?p=3338</guid>
		<description><![CDATA[When it comes to web design, there’s always the cream of the crop. Florist websites already give web designers great fodder to start with; after all, what’s more stunning than bouquets, whether they’re made of blooms or chocolates? I’ve scoured the web to find the most incredible florist web designs around the US. Consider it ]]></description>
				<content:encoded><![CDATA[<p>When it comes to web design, there’s always the cream of the crop. Florist websites already give web designers great fodder to start with; after all, what’s more stunning than bouquets, whether they’re made of blooms or chocolates? I’ve scoured the web to find the <strong>most incredible florist web designs</strong> around the US. Consider it a little inspiration no matter what your business is.</p>
<h6><a rel="nofollow" href="http://www.fieldworkflowers.com/">Fieldwork Flowers</a></h6>
<p>Search for a local florist and you’ll notice all the sites look pretty similar. They don’t make the best use of the photos, they’re clearly a Blogger knockoff design and the chances of responsive design being utilized are slim to none. Enter Fieldwork Flowers, which looks more like a professional black and white photography studio than a florist. It’s elegance defined.</p>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/fieldworkflowers-473x323.png" alt="fieldworkflowers 473x323 Here are 8 Florist Websites for your Design Inspiration" width="473" height="323" class="alignnone size-large wp-image-3339" title="Here are 8 Florist Websites for your Design Inspiration photo" /></p>
<h6><a href="http://www.thebuttonflorist.com/" rel="nofollow">The Button Florist</a></h6>
<p>Utilizing 2013 web trends such as sans-serif fonts and neutral colors, The Button Florist is everything a florist’s website should be, except the bouquets are made out of buttons. It’s simple and elegant and features incredible images that aren’t confined to thumbnails. In fact, with just the right amount of flash and plenty of white (green) space, it can be used as a model for any business. There’s no reason florists should pepper their homepage with images, because just a few of the right ones can draw in customers.</p>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/buttonflorist1.png" alt="buttonflorist1 Here are 8 Florist Websites for your Design Inspiration" width="473" height="323" class="alignnone size-full wp-image-3341" title="Here are 8 Florist Websites for your Design Inspiration photo" /></p>
<h6><a href="http://www.artistryflorist.com/" rel="nofollow">Artistry Florist</a></h6>
<p>Besides the simplicity of this site, responsive design is clearly at the forefront with users being able to choose between the full flash site or the site designed for smartphones or tablets. For browsing purposes, I recommend grabbing the laptop and enjoying the beauty of the flash site. The photos are incredible and highlight the bouquets in the best way possible. Other florists can take some pointers on the importance of photography from this site.</p>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/artistryflorist.jpg" alt="artistryflorist Here are 8 Florist Websites for your Design Inspiration" width="473" height="323" class="alignnone size-full wp-image-3342" title="Here are 8 Florist Websites for your Design Inspiration photo" /></p>
<h6><a href="http://beautifulblooms.com/" rel="nofollow">Beautiful Blooms</a></h6>
<p>With just the right amount of pastel colors and white space, Beautiful Blooms clearly demonstrates knowledge of web design best practices and trends. The side menu allows users to browse easily, and it’s clear the site will fit any size screen from a lumbering PC to the smallest smartphone. It’s timeless, just like a florist should be. It also shows off the options with plenty of high-quality photography.</p>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/beautifulblooms3.jpg" alt="beautifulblooms3 Here are 8 Florist Websites for your Design Inspiration" width="473" height="323" class="alignnone size-large wp-image-3343" title="Here are 8 Florist Websites for your Design Inspiration photo" /></p>
<h6><a href="http://www.helenolivia.com/" rel="nofollow">Helen Olivia</a></h6>
<p>This site follows the same general formatting as Beautiful Blooms but incorporates a little more flash into the mix. The contact page is especially impressive, making it easy for customers to reach out and place orders. The font choice is a little more old-fashioned, but it works when combined with a contemporary layout and other design choices. It’s a style that would work for any florist.</p>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/helen-olivia.jpg" alt="helen olivia Here are 8 Florist Websites for your Design Inspiration" width="473" height="323" class="alignnone size-full wp-image-3344" title="Here are 8 Florist Websites for your Design Inspiration photo" /></p>
<h6><a href="http://www.odealarose.com/" rel="nofollow">Ode A La Rose</a></h6>
<p>Ode A La Rose uses a border on the top of the page that harnesses the use of dark purple and grey. The purple use throughout the website matches the theme, and continues to apply a sense of royalty on the page. The slideshow on the home page features photos and text that fit the theme and provide elegance to the eye. </p>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/ode-rose.jpg" alt="ode rose Here are 8 Florist Websites for your Design Inspiration" width="473" height="323" class="alignnone size-full wp-image-3345" title="Here are 8 Florist Websites for your Design Inspiration photo" /></p>
<h6><a href="http://www.carlalan.com/index.htm" rel="nofollow">Carl Alan</a></h6>
<p>While most florists embrace a white background to set their photos against, Carl Alan lays out a black posterior that accentuates the color and vibrancy of the arrangements. The array of photos across the website are crystal clear and match the color scheme on the page. </p>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/carlalan.jpg" alt="carlalan Here are 8 Florist Websites for your Design Inspiration" width="473" height="323" class="alignnone size-full wp-image-3346" title="Here are 8 Florist Websites for your Design Inspiration photo" /></p>
<h6><a href="http://churchstreetflowers.com/" rel="nofollow">Church Street Flowers</a></h6>
<p>With a logo that catches the eye, Church Street Flowers uses colors that invoke floral want in the audience. Pink and green together create a sense of floral satisfaction that pleases. Throughout the webpage, these colors are used to make a concise site. </p>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/churchstreet.jpg" alt="churchstreet Here are 8 Florist Websites for your Design Inspiration" width="473" height="323" class="alignnone size-full wp-image-3347" title="Here are 8 Florist Websites for your Design Inspiration photo" /></p>
<h3>Conclusion</h3>
<p>If you manage a floral shop, image is everything for your business. Redesign a website to include best practices, responsive design and a few trends that will stick. You’ll get many more customers placing orders if you have the right look. What about you? Do you know of any florist websites that should be included in this list? Please leave your comments below. </p>
<div class="special author">
Katie Elizabeth is a freelance technology blogger. During her younger years, she decided to <a href="http://www.webpagefx.com/websiteredesign.htm">redesign a website</a> for a family business and the rest is history!
</div>
<img src="http://feeds.feedburner.com/~r/Fearlessflyer/~4/Tm7lPSAanY4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fearlessflyer.com/2013/06/florist-web-design-inspiration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://fearlessflyer.com/2013/06/florist-web-design-inspiration/</feedburner:origLink></item>
		<item>
		<title>A Showcase of Beautiful, Free Fonts</title>
		<link>http://feedproxy.google.com/~r/Fearlessflyer/~3/GdH7vHf_ewA/</link>
		<comments>http://fearlessflyer.com/2013/06/a-showcase-of-beautiful-free-fonts/#comments</comments>
		<pubDate>Fri, 07 Jun 2013 03:27:07 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Guest Posts]]></category>

		<guid isPermaLink="false">http://fearlessflyer.com/?p=3314</guid>
		<description><![CDATA[Very few things can have such a strong impact on the appearance, tone and style of a design as the typeface used. Just picture a newspaper article written in (shudder) comic sans, and you’ll see that it’s not just the words we use, it’s the style and appearance of the typeface too that affects the ]]></description>
				<content:encoded><![CDATA[<p>Very few things can have such a strong impact on the appearance, tone and style of a design as the typeface used. Just picture a newspaper article written in (shudder) comic sans, and you’ll see that it’s not just the words we use, it’s the style and appearance of the typeface too that affects the message.</p>
<p>When it comes to typography, the font you choose can make or break your design. And fortunately for us, there are hundreds and thousands of free fonts out there, created by incredibly talented designers. To help show you some options that you can use for your next design project, we’ve brought together a showcase of some fresh, beautifully designed fonts that are all available for free. Please do check the licensing for some of these fonts, however – to confirm that you can use them for commercial projects.</p>
<p>And if you’ve come across any beautiful, well designed fonts that you think should be included – we’d love to hear about them in the comments.</p>
<h6>Biko</h6>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/01-font.jpg" alt="01 font A Showcase of Beautiful, Free Fonts" width="525" height="532" class="alignnone size-full wp-image-3315" title="A Showcase of Beautiful, Free Fonts photo" /></p>
<p>Source: <a href="http://www.behance.net/gallery/Biko-Font-Family-Free-Download/8063883">http://www.behance.net/gallery/Biko-Font-Family-Free-Download/8063883</a></p>
<h6>Kelson Sans</h6>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/02-font.jpg" alt="02 font A Showcase of Beautiful, Free Fonts" width="525" height="477" class="alignnone size-full wp-image-3316" title="A Showcase of Beautiful, Free Fonts photo" /></p>
<p>Source: <a href=" http://fontfabric.com/kelson-sans/">http://fontfabric.com/kelson-sans/</a></p>
<h6>Zwodrei</h6>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/03-font.jpg" alt="03 font A Showcase of Beautiful, Free Fonts" width="525" height="263" class="alignnone size-full wp-image-3317" title="A Showcase of Beautiful, Free Fonts photo" /></p>
<p>Source: <a href="http://www.behance.net/gallery/zwodrei-Free-Font/6509389">http://www.behance.net/gallery/zwodrei-Free-Font/6509389</a></p>
<h6>Musket</h6>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/04-font.jpg" alt="04 font A Showcase of Beautiful, Free Fonts" width="525" height="641" class="alignnone size-full wp-image-3318" title="A Showcase of Beautiful, Free Fonts photo" /></p>
<p>Source: <a href="http://www.behance.net/gallery/Musket-Free-Font/5535461">http://www.behance.net/gallery/Musket-Free-Font/5535461</a></p>
<h6>Raleway</h6>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/05-font.jpg" alt="05 font A Showcase of Beautiful, Free Fonts" width="525" height="192" class="alignnone size-full wp-image-3319" title="A Showcase of Beautiful, Free Fonts photo" /></p>
<p>Source: <a href="http://www.theleagueofmoveabletype.com/raleway">http://www.theleagueofmoveabletype.com/raleway</a></p>
<h6>Broken Records</h6>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/06-font.jpg" alt="06 font A Showcase of Beautiful, Free Fonts" width="525" height="427" class="alignnone size-full wp-image-3320" title="A Showcase of Beautiful, Free Fonts photo" /></p>
<p>Source: <a href="http://www.behance.net/gallery/Broken-Records-(Font)/1044195">http://www.behance.net/gallery/Broken-Records-(Font)/1044195</a></p>
<h6>Dekar</h6>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/07-font.jpg" alt="07 font A Showcase of Beautiful, Free Fonts" width="525" height="331" class="alignnone size-full wp-image-3321" title="A Showcase of Beautiful, Free Fonts photo" /></p>
<p>Source: <a href="http://fontfabric.com/dekar-free-font/">http://fontfabric.com/dekar-free-font/</a></p>
<h6>Muchacho</h6>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/08-font.jpg" alt="08 font A Showcase of Beautiful, Free Fonts" width="525" height="341" class="alignnone size-full wp-image-3322" title="A Showcase of Beautiful, Free Fonts photo" /></p>
<p>Source: <a href="http://www.behance.net/gallery/Muchacho-Free-Font/8042679">http://www.behance.net/gallery/Muchacho-Free-Font/8042679</a></p>
<h6>Barkentina</h6>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/09-font.jpg" alt="09 font A Showcase of Beautiful, Free Fonts" width="525" height="653" class="alignnone size-full wp-image-3323" title="A Showcase of Beautiful, Free Fonts photo" /></p>
<p>Source: <a href="http://www.behance.net/gallery/Barkentina-Typeface-and-Free-Font/6151175">http://www.behance.net/gallery/Barkentina-Typeface-and-Free-Font/6151175</a></p>
<h6>Hero</h6>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/10-font.jpg" alt="10 font A Showcase of Beautiful, Free Fonts" width="525" height="389" class="alignnone size-full wp-image-3324" title="A Showcase of Beautiful, Free Fonts photo" /></p>
<p>Source: <a href="http://fontfabric.com/hero-free-font/">http://fontfabric.com/hero-free-font/</a></p>
<h6>Lorena</h6>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/11-font.jpg" alt="11 font A Showcase of Beautiful, Free Fonts" width="525" height="406" class="alignnone size-full wp-image-3325" title="A Showcase of Beautiful, Free Fonts photo" /></p>
<p>Source: <a href="http://www.behance.net/gallery/Lorena-Free-Font/2576379">http://www.behance.net/gallery/Lorena-Free-Font/2576379</a></p>
<h6>RBNo2</h6>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/12-font.jpg" alt="12 font A Showcase of Beautiful, Free Fonts" width="525" height="738" class="alignnone size-full wp-image-3326" title="A Showcase of Beautiful, Free Fonts photo" /></p>
<p>Source: <a href="http://fontfabric.com/rbno2-free-font/">http://fontfabric.com/rbno2-free-font/</a></p>
<h6>Open Sans</h6>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/13-font.jpg" alt="13 font A Showcase of Beautiful, Free Fonts" width="525" height="283" class="alignnone size-full wp-image-3327" title="A Showcase of Beautiful, Free Fonts photo" /></p>
<p>Source: <a href="http://opensans.com/">http://opensans.com/</a></p>
<h6>Code</h6>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/14-font.jpg" alt="14 font A Showcase of Beautiful, Free Fonts" width="525" height="662" class="alignnone size-full wp-image-3328" title="A Showcase of Beautiful, Free Fonts photo" /></p>
<p>Source: <a href="http://fontfabric.com/code-free-font-3/">http://fontfabric.com/code-free-font-3/</a></p>
<h6>Aleo</h6>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/15-font.jpg" alt="15 font A Showcase of Beautiful, Free Fonts" width="525" height="481" class="alignnone size-full wp-image-3329" title="A Showcase of Beautiful, Free Fonts photo" /></p>
<p>Source: <a href="http://www.behance.net/gallery/ALEO-Free-Font-Family/8018673">http://www.behance.net/gallery/ALEO-Free-Font-Family/8018673</a></p>
<h6>Jura</h6>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/16-font.jpg" alt="16 font A Showcase of Beautiful, Free Fonts" width="525" height="240" class="alignnone size-full wp-image-3330" title="A Showcase of Beautiful, Free Fonts photo" /></p>
<p>Source: <a href="http://tenbytwenty.com/?xxxx_posts=jura">http://tenbytwenty.com/?xxxx_posts=jura</a></p>
<h6>Kilogram</h6>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/17-font.jpg" alt="17 font A Showcase of Beautiful, Free Fonts" width="525" height="373" class="alignnone size-full wp-image-3331" title="A Showcase of Beautiful, Free Fonts photo" /></p>
<p>Source: <a href="http://www.kallegraphics.com/freebies/">http://www.kallegraphics.com/freebies/</a></p>
<h6>Zag</h6>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/18-font.jpg" alt="18 font A Showcase of Beautiful, Free Fonts" width="525" height="379" class="alignnone size-full wp-image-3332" title="A Showcase of Beautiful, Free Fonts photo" /></p>
<p>Source: <a href="http://fontfabric.com/zag-free-font/">http://fontfabric.com/zag-free-font/</a></p>
<h6>Bamq</h6>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/19-font.jpg" alt="19 font A Showcase of Beautiful, Free Fonts" width="525" height="378" class="alignnone size-full wp-image-3333" title="A Showcase of Beautiful, Free Fonts photo" /></p>
<p>Source: <a href="http://www.behance.net/gallery/Bamq-Typeface-Free-download/8173553">http://www.behance.net/gallery/Bamq-Typeface-Free-download/8173553</a></p>
<h3>Intro</h3>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/06/20-font.jpg" alt="20 font A Showcase of Beautiful, Free Fonts" width="525" height="612" class="alignnone size-full wp-image-3334" title="A Showcase of Beautiful, Free Fonts photo" /></p>
<p>Source: <a href="http://www.behance.net/gallery/INTRO-free-font/3208179">http://www.behance.net/gallery/INTRO-free-font/3208179</a></p>
<p>Are there any well crafted, beautifully designed and thoughtfully laid out fonts that you think should be included in our roundup? Sound off in the comments!</p>
<div class="special author">
Alex writes for business <a href="http://www.printexpress.co.uk/">printing experts</a> Print Express. In his spare time he enjoys studying web and print design, and learns to code.
</div>
<img src="http://feeds.feedburner.com/~r/Fearlessflyer/~4/GdH7vHf_ewA" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fearlessflyer.com/2013/06/a-showcase-of-beautiful-free-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://fearlessflyer.com/2013/06/a-showcase-of-beautiful-free-fonts/</feedburner:origLink></item>
		<item>
		<title>Are “Phablets” the Future?</title>
		<link>http://feedproxy.google.com/~r/Fearlessflyer/~3/-MSWBYSosRI/</link>
		<comments>http://fearlessflyer.com/2013/05/are-phablets-the-future/#comments</comments>
		<pubDate>Mon, 27 May 2013 00:32:55 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://fearlessflyer.com/?p=3308</guid>
		<description><![CDATA[The new normal, or a passing phad? The bestselling smartphones keep getting bigger—to the point that the line between phones and tablets is starting to blur. Industry voices have mocked the “phablet” as a ridiculous, clunky overreach (with an obnoxious name), but bigger phones are still flying off the shelves. Are we looking at a ]]></description>
				<content:encoded><![CDATA[<h2><strong>The new normal, or a passing phad?</strong></h2>
<p style="font-family: 'open_sans_light'; font-size:16px; line-height:27px; color:#333333;">
The bestselling smartphones keep getting bigger—to the point that the line between phones and tablets is starting to blur. Industry voices have mocked the “phablet” as a ridiculous, clunky overreach (with an obnoxious name), but bigger phones are still flying off the shelves. Are we looking at a long-term trend? Or are “phablets” a bubble waiting to burst?
</p>
<h3>Tablets paved the way for larger devices</h3>
<p>It’s hard to overstate the skepticism that followed the unveiling of the iPad. While everything else was getting smaller, sleeker, and less obtrusive, it was panned as “just a really big iPhone” that wouldn’t fit in your pocket (or even your purse), and couldn’t take calls. But with enough fanboys willing to give them the benefit of the doubt, the iPad got a foot in the door—and eventually became the <a href="http://bgr.com/2012/06/18/apple-most-profitable-company-iphone-5-ipad-mini-itv/">most profitable product</a> in Apple’s history.</p>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/05/phablet.jpg" alt="phablet Are “Phablets” the Future?" width="550" height="331" class="alignnone size-full work wp-image-3309" title="Are “Phablets” the Future? photo" /></p>
<p>The explosive success of tablets showed the industry that there was a market for bigger and better—that people were willing to tolerate a little inconvenience in exchange for a muscular, visually-impressive device. Without that leap, we would never have seen monsters like the Galaxy Mega (with a 6 inch screen!) or Nokia’s upcoming Lumia 920.</p>
<h3>The rationale for tiny phones doesn’t exist anymore</h3>
<p>In the era before smartphones, it made sense to shrink phones down as small as you could get them; a device used primarily for talk and text doesn’t need to take up much real estate, and the gee-whiz factor of miniaturization made smaller phones impressive and exciting. Today, <a href="http://blog.flurry.com/bid/95723/Flurry-Five-Year-Report-It-s-an-App-World-The-Just-Web-Lives-in-It">according to research</a> from Flurry Analytics, actual phone calls make up only a tiny fraction of the typical consumer’s interaction with their smart phone.</p>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/05/phablet-future.jpg" alt="phablet future Are “Phablets” the Future?" width="510" height="292" class="alignnone work size-full wp-image-3310" title="Are “Phablets” the Future? photo" /></p>
<p>By a wide margin, most of what we do on our phones is tactile and visual—playing games, reading the news, checking email, and social networking—all of which are easier to do when you have more space to play with. Consumers who choose phablets aren’t buying a clunky phone; they’re buying a slim, powerful tablet computer that can fit in their pockets—and occasionally, if necessary, take calls.</p>
<h3>The market is big enough for niche offerings</h3>
<p>The popularity of various styles may ebb and flow, but smart manufacturers will keep their product lines diverse, and play to their strengths. Apple has earned their fame with sleek, elegant design, but the iPhone 6 will probably get broader and beefier in response to consumer demand.  Blackberry’s pedigree comes from the 90s PDA scene, and they still cater to professional consumers—but <a href="http://explore.t-mobile.com/blackberry-10-Z">new Blackberry phones</a> are clearly targeted to a more mainstream smartphone market.</p>
<p>As of last year, there are over a billion active smartphone users in the world, and there’s no end in sight. According to <a href="http://www.nydailynews.com/life-style/smartphones-world-article-1.1295927">NY Daily News</a>,  1.3 million new smartphones and tablets come online every day. To put that in perspective, for every newborn baby, we get four smartphones. This tells us that there’s more than enough consumer base to justify offerings for every taste. If you strap your phone to your arm to go jogging every morning, a phablet might not be your best bet. On the other hand, if you love streaming video, playing games, and getting your news from your phone, a big, beautiful screen and a brawny processor is probably worth the extra heft.</p>
<h3>So are phablets the future? Sort of.</h3>
<p>While it appears the trend is toward larger, more powerful mobile design, there will always be consumers who prefer a lower-profile device. Even the smartphone, for all its success, hasn’t extinguished the traditional cell phone market. However, for the jobs that smartphones are most commonly used for, bigger is clearly better, and the industry leaders will be those who find the “sweet spot”, providing a beautiful visual experience without requiring users to hold a laptop up to their face.</p>
<div class="special author">
Tara Wagner is a staff writer for <a href="http://techbreach.net/">TechBreach</a>. She has worked from home for over a decade, and loves sharing news and advice with fellow telecommuting moms and dads. She&#8217;s fascinated by new tech and new ideas; and when she finds time to unplug, she enjoys long hikes in the mountains near her home. She lives in Denver.
</div>
<img src="http://feeds.feedburner.com/~r/Fearlessflyer/~4/-MSWBYSosRI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fearlessflyer.com/2013/05/are-phablets-the-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://fearlessflyer.com/2013/05/are-phablets-the-future/</feedburner:origLink></item>
		<item>
		<title>10 Shortcode WordPress Plugins to Save Time and Extend Capabilities of Users</title>
		<link>http://feedproxy.google.com/~r/Fearlessflyer/~3/RvlZ_bYCRHQ/</link>
		<comments>http://fearlessflyer.com/2013/05/10-shortcode-wordpress-plugins-to-save-time-and-extend-capabilities-of-users/#comments</comments>
		<pubDate>Mon, 27 May 2013 00:12:21 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Guest Posts]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://fearlessflyer.com/?p=3306</guid>
		<description><![CDATA[Using shortcode WordPress plugins offers the convenient way of managing your WordPress sites with more efficiency and ease. These plugins are helpful whenever your ultimate goal is to help you improve your capabilities as a WordPress user in managing all the elements of your website that will be time saving and with better convenience. Here ]]></description>
				<content:encoded><![CDATA[<p>Using shortcode WordPress plugins offers the convenient way of managing your WordPress sites with more efficiency and ease. These plugins are helpful whenever your ultimate goal is to help you improve your capabilities as a WordPress user in managing all the elements of your website that will be time saving and with better convenience.  </p>
<h2>Here are the 10 shortcode WordPress plugins to help you save time and extend your capabilities as its user.</h2>
<h6><a href="http://wordpress.org/extend/plugins/post-snippets/">Snippets Plugins</a></h6>
<p>This WordPress plugin is very useful if you are using the same information on your website on different pages or places within the site. You can keep the information together and make them readily available as shortcodes for easy retrieval and posting. The plugin can be used for creating shortcodes for texts and images and may be used anywhere your WordPress content.  </p>
<h6><a href="http://wordpress.org/extend/plugins/store-locator-le/">Store Locator Plus</a></h6>
<p>This plugin contains shortcodes for a full featured location management system. This offers your website visitors to access a comprehensive and interactive store locator map that you can create using a shortcode for WordPress. You can also customize how the map will look like on your site from the control panel. Use this shortcode plugin for WordPress on your site and integrate an interactive Google map on your website with ease.</p>
<h6><a href="http://codecanyon.net/item/fx-image-shortcode/3822233">FX Image shortcode</a></h6>
<p>If your WordPress site is highly optimized with images, using the FX Image Shortcode will provide you a plugin that will assist you in managing the image posts on your site with the ability to customize its style, size, layout and other features that will be most suitable to the WordPress theme that you use. You can mix the style from the photo gallery and pages of your website with some degree of control using shortcodes.</p>
<h6><a href="http://wordpress.org/extend/plugins/promotion-slider/">Promotion Slider</a></h6>
<p>If you want to insert some slideshows on your WordPress site but is highly concerned that doing so may take some time, the Promotion Slider WordPress plugin offers a solution. This plugin allows WordPress users to manage and insert a slideshow presentation on their website using a shortcode. The user has an absolute control on how they want the slideshow to appear on their site.  Using a straightforward shortcode, one has the ability to use flexible designs and wide range of customization options without the waste of time. You can create an effective visual promotional page slider that can be integrated on your webpage or blog</p>
<h6><a href="http://wordpress.org/extend/plugins/shortcode-exec-php/">Shortcode Exec PHP</a></h6>
<p>This plugin allows you to manage arbitrary PHP code that can be integrated with your WordPress site posts, RSS feeds, comments , widgets and pages. You can manage the PHP code through the plugin settings and you can possibly parse the shortcode parameters. All the PHP codes are collected in one place for better use and convenience. You also have the option whether you want to retain or delete the shortcodes on your site. </p>
<h6><a href="http://wordpress.org/extend/plugins/video-embed-thumbnail-generator/">Video embed and Thumbnail Generator</a></h6>
<p>This plugin makes the management of embedding videos and generating thumbnails more convenient for a WordPress user. It is also HTML 5 compliant. There are many options available in order to generate a shortcode which can be inserted in your post through the post editor. The plugin comes with a preview image of Flash video player that allows you to see the video before finally submitting it for posting on your site. You have some degree of control in customizing the dimensions of the video without much difficulty in handling the technical side. Using shortcodes from the plugin makes the task easier and convenient , allowing you to manage your website videos like a pro.</p>
<h6><a href="http://wordpress.org/extend/plugins/display-posts-shortcode/">Display Posts Shortcodes</a></h6>
<p>Using this plugin allows its users to manage shortcode within the website page or posts. You can manage your posts more effectively and display their listings to your WordPress site without any technical difficulty. Thus, even without knowledge about PHP and editing of your WordPress templates, you can easily manage your post title, images, texts and date using shortcode with better ease.</p>
<h6><a href="http://codecanyon.net/item/wpdatatables-easy-tables-in-wordpress/3958969">WP Datatables</a></h6>
<p>If you need to use tables in your website, this plugin can make the task easier for you in creating multi-functional tables using shortcodes. The plugin integrates with other sources of data like JSON, CSV, and mySQL. You can also print or save the table in Excel, PDF or copy it to your clipboard as its advanced feature. There are various options that you can choose from the plugin. You can change the column type as URL links, date, integer or strings. There are some features that allow you to tweak the multi-functional table easily to display on your Wordpess site without the need of being a pro.</p>
<h6><a href="http://wordpress.org/extend/plugins/lightbox-plus/">Lightbox Plus Colorbox</a></h6>
<p>You can generate an HTML 5 valid code to create a larger version of your texts, images and slideshows that can be viewed by your website visitors in an overlay. Using shortcodes you can select to overlay images, slides or videos on your website thereby allowing your visitors to view them on a larger image without the need to leave your site. </p>
<h6><a href="http://wordpress.org/extend/plugins/shortcodes-ultimate/">Shortcodes Ultimate</a></h6>
<p>This shortcode plugin for website allows you to easily create buttons and boxes on your site and even display sliders. You can possibly create a more premium looking WordPress site using the plugin through the use of shortcodes that will make it quick and easy for you to manage them on your current WordPress theme. It comes with a special widget and more than 30 shortcodes to choose from.  You can easily generate the codes and use them as you please to your WordPress site, saving much time and effort. </p>
<div class="special author">
Iryna Ostapets is a tech writer and freelance blogger laying out for tech news via online exposures. She is the author of the site: <a href="http://www.netspysoftware.com">Cell Phone Spy Software</a>where you can get valuable information about spy software program on your cell phone.
</div>
<img src="http://feeds.feedburner.com/~r/Fearlessflyer/~4/RvlZ_bYCRHQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fearlessflyer.com/2013/05/10-shortcode-wordpress-plugins-to-save-time-and-extend-capabilities-of-users/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://fearlessflyer.com/2013/05/10-shortcode-wordpress-plugins-to-save-time-and-extend-capabilities-of-users/</feedburner:origLink></item>
		<item>
		<title>Common Mistakes to avoid when using Web Design Templates</title>
		<link>http://feedproxy.google.com/~r/Fearlessflyer/~3/Ejsb_RLPb70/</link>
		<comments>http://fearlessflyer.com/2013/05/common-mistakes-to-avoid-when-using-web-design-templates/#comments</comments>
		<pubDate>Wed, 22 May 2013 05:45:24 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Guest Posts]]></category>

		<guid isPermaLink="false">http://fearlessflyer.com/?p=3303</guid>
		<description><![CDATA[Before I begin, let us first know what a website template is. A website template, also known as a &#8220;theme&#8221; &#8211; are ready made designs that web designers use to &#8220;make fit&#8221; a new or existing web project. It serves as an envelope, or a &#8220;cookie cutter&#8221; &#8211; where you can produce an entire website ]]></description>
				<content:encoded><![CDATA[<p>Before I begin, let us first know what a website template is. A website template, also known as a &#8220;theme&#8221; &#8211; are <u>ready made designs</u> that web designers use to &#8220;make fit&#8221; a new or existing web project. It serves as an envelope, or a <strong>&#8220;cookie cutter&#8221;</strong> &#8211; where you can produce an entire website with little or no effort. I&#8217;m sure there are <u>plenty of advantages on using web templates</u>, but that&#8217;s not the scope of this article. Instead, let me focus on it&#8217;s bad side. I&#8217;m not here to discourage people from using it, but to avoid the mistakes that come with it. </p>
<h2>Here are some common errors that web designers commit when using templates:</h2>
<h3>Following the mob</h3>
<p>Let us start with one of most obvious. <strong>following a trend</strong>. By following trends, you are basically giving up that right of freedom in creativity. Chances are, when following a trend &#8211; it has already been seen in a lot of places. Hence the word &#8220;trend&#8221;. Using a template may limit you from what you may actually have the ability to create. </p>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/05/photodune-4318865-designing-website-layout-xs.jpg" alt="photodune 4318865 designing website layout xs Common Mistakes to avoid when using Web Design Templates " width="548" height="365" class="work alignnone size-full wp-image-3305" title="Common Mistakes to avoid when using Web Design Templates  photo" /></p>
<p>You may have that power to <strong>create your own trend</strong>. Uniqueness is what I vote for and it&#8217;s what separates us from others in the market. Web designers should not <u>depend on popular and trendy design templates</u>.  </p>
<h3>Over customization</h3>
<p>The second most common mistake that a web designers make in templates is <strong>too much customization</strong>. This ultimately defeats the purpose of templates. If you were to spend fifty hours on customizing a template &#8211; I think you&#8217;re better off starting from scratch. </p>
<p>The whole idea is to <strong>save time and effort</strong>. When you use a template on a website, all you need to do is slap on a logo and maybe some color changes. Maybe shift things here and there &#8211; but major alterations is <u>definitely a no-no</u>. I&#8217;ll say it again &#8211; customizing a template too much <u>defies the purpose of a theme</u>. </p>
<h3>What to put here? What to put there?</h3>
<p>This has been seen many times. You fall in love with a &#8220;magazine&#8221; layout template, usually one that has three columns &#8211; multiple containers. A scrolling feature section, with five or more articles. But your project simply <strong>doesn&#8217;t have any content</strong>. </p>
<p>Furthermore, it takes years of dedicated writing for a blog to fill up with categories, archives and sections to &#8220;fill up&#8221; those spaces in a magazine layout. <strong>&#8220;But it looks so good in the demo!</strong>. This brings me to my next point:</p>
<h3>Templates are made to look good in the Demo</h3>
<p>That&#8217;s right. If you haven&#8217;t yet noticed, <strong>designers ONLY use &#8220;Lorem Ipsum&#8221;</strong>. In other words, they have no problem stuffing their demo with complete junk because it doesn&#8217;t matter. <u>All that matters is that it looks good in the demo</u>. </p>
<p><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/05/photodune-2002370-cookie-cutters-xs.jpg" alt="photodune 2002370 cookie cutters xs Common Mistakes to avoid when using Web Design Templates " width="548" height="365" class="work alignnone size-full wp-image-3304" title="Common Mistakes to avoid when using Web Design Templates  photo" /></p>
<p>Once you buy the theme &#8211; <strong>it doesn&#8217;t look the same!</strong>. That&#8217;s correct &#8211; now YOU have to come up with REAL stuff to put in that template. Or even worse, your client has to. Now you&#8217;re stuck with a <strong>nice skin &#8211; but EMPTY content</strong>. Now what? </p>
<h3>Spark a Discussion?</h3>
<p>I&#8217;m sure if you&#8217;ve been reading up to now that many of you agree and disagree. Like I&#8217;ve said in the beginning, <u>I don&#8217;t discourage the use of web templates</u>. I think they&#8217;re great! But I&#8217;ve seen these mistakes happen too many times. I&#8217;ve seen plenty of websites that has a recognizable template &#8211; <strong>customized too much beyond appreciation</strong>. I&#8217;ve seen a website &#8211; too many empty containers. And last but not the least, the typical &#8220;trendy&#8221; website &#8211; with that large slideshow &#8211; but <strong>no real substance</strong> in it&#8217;s content. </p>
<p>What do you think? Do you think templates are bad? Good? Let us know in the discussion below:</p>
<div class="special author">
This article is by experienced web technology expert at Lexolution IT Services, Maneet Puri. Maneet has been offering <a href="http://www.lexolutionit.com/web-content.php?keyword=Brand_Design_solution">valuable banner design suggestions</a> to his clients scattered all over the globe. In his spare time, he prefers to write on upcoming technology trends and web design concepts that are new to entrepreneurs.
</div>
<img src="http://feeds.feedburner.com/~r/Fearlessflyer/~4/Ejsb_RLPb70" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fearlessflyer.com/2013/05/common-mistakes-to-avoid-when-using-web-design-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://fearlessflyer.com/2013/05/common-mistakes-to-avoid-when-using-web-design-templates/</feedburner:origLink></item>
		<item>
		<title>How To Land Your Dream Graphic Design Job</title>
		<link>http://feedproxy.google.com/~r/Fearlessflyer/~3/D4e0OVi6scw/</link>
		<comments>http://fearlessflyer.com/2013/05/how-to-land-your-dream-graphic-design-job/#comments</comments>
		<pubDate>Fri, 10 May 2013 03:40:04 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Graphic Design]]></category>

		<guid isPermaLink="false">http://fearlessflyer.com/?p=3293</guid>
		<description><![CDATA[Being a graphic designer these days can be tough. There are so many graphic designers out there that as a freelancer, you&#8217;ll probably struggle for work; it&#8217;s an extremely competitive market. However, if you&#8217;re looking to be employed as a graphic designer, things can be even more difficult. Agencies likely receive hundreds of job applications ]]></description>
				<content:encoded><![CDATA[<p>Being a graphic designer these days can be tough. There are so many graphic designers out there that as a freelancer, you&#8217;ll probably struggle for work; it&#8217;s an extremely competitive market. However, if you&#8217;re looking to be employed as a graphic designer, things can be even more difficult. </p>
<p>Agencies likely receive hundreds of job applications and you need to make sure that <strong>you stand out</strong> from the crowd.</p>
<p>But how exactly do you land your dream graphic design job? Is it all about luck? </p>
<p>The truth is that there are a number of ways you can do to increase your chances of landing the <strong>graphic design job</strong> you really want; here are just a few of them:</p>
<h3>1) Get A GREAT Portfolio</h3>
<p>Graphic design is one of those industries where you&#8217;ll need to prove your skills in order to have a hope of landing the job. The problem is, every graphic designer has a portfolio these days and therefore, employers will not only be presented with a tonne of CV&#8217;s but also, a tonne of graphic design portfolios showcasing the work of their applicants.</p>
<p>To be honest, this is one of the most important parts of landing your dream job as basically, the better you are at graphic design, the more chance you&#8217;re going to have of getting it. You need to make sure that you <strong>create a great portfolio</strong> for yourself and when I say great, I actually mean great.</p>
<div id="attachment_3295" class="wp-caption alignnone" style="width: 494px"><img class="work" src="http://fearlessflyer.com/main/wp-content/uploads/2013/05/1-graphic-design-portfolio-484x323.jpg" alt="1 graphic design portfolio 484x323 How To Land Your Dream Graphic Design Job" width="484" height="323" class="size-large wp-image-3295" title="How To Land Your Dream Graphic Design Job photo" /><p class="wp-caption-text">Source: ChristHurman.com</p></div>
<p>You need to make sure that you include your best work and nothing else. You need to include projects that show the employer exactly what you&#8217;re capable of. Not only this, but your portfolio should represent your style of design and your particular skill set. If you&#8217;re great at using typography, show this in your portfolio. </p>
<p>If you&#8217;re great at minimalistic designs, show this. The bottom line is that your <u>portfolio needs to be better than the rest of the applicants</u>, so you need to be good at what you do.</p>
<h3>2) Be Passionate/Determined</h3>
<p>Truthfully, this point doesn&#8217;t only apply to jobs within the graphic design industry but within any industry. I wouldn&#8217;t want someone working for my company who wasn&#8217;t passionate about what they did, especially when it comes to something as creative as graphic design, so you need to make sure that your <strong>passion shows through</strong> (and also that you have some!).</p>
<div id="attachment_3296" class="wp-caption alignnone" style="width: 563px"><img class="work" src="http://fearlessflyer.com/main/wp-content/uploads/2013/05/2-passionate-designer-553x323.jpg" alt="2 passionate designer 553x323 How To Land Your Dream Graphic Design Job" width="553" height="323" class="size-large wp-image-3296" title="How To Land Your Dream Graphic Design Job photo" /><p class="wp-caption-text">Source: Shaun2nd.com</p></div>
<p>Clearly, it&#8217;s difficult to show this on a piece of paper but you can be clever about it. For example, you can do things to stand out from the crowd and show just how passionate about your job you are; you could create a well designed CV, a CV website (if web design is your thing) or even just write about how passionate you are in your covering letter.</p>
<p>Not only do you need to be passionate, but you also <strong>need to be determined</strong>. If the employer doesn&#8217;t feel that you&#8217;re as passionate or determined as the other applicants, it&#8217;s likely that you won&#8217;t be chosen. </p>
<p>So, don&#8217;t be afraid to call and check that they received your CV, and don&#8217;t be afraid to give them any extra information you feel might be necessary for the job. Remember, there&#8217;s a fine line between hassling and showing your determination.</p>
<h3>3) Research The Company (and its employees/founders)</h3>
<p>These days, it&#8217;s more important than ever to know about the company you&#8217;re working for. Sure, you&#8217;ll get asked the usual bog-standard questions during the interview process such as <i>&#8220;Why do you want to work for the company?&#8221;</i> and <i>&#8220;To you, what defines us as a company and why do you think you&#8217;d fit in?&#8221;</i>. </p>
<div id="attachment_3298" class="wp-caption alignnone" style="width: 563px"><img class="work" src="http://fearlessflyer.com/main/wp-content/uploads/2013/05/3-discount-banner-printing-576x288.jpg" alt="3 discount banner printing 576x288 How To Land Your Dream Graphic Design Job" style="width:543px"  class="size-large wp-image-3298" title="How To Land Your Dream Graphic Design Job photo" /><p class="wp-caption-text">Research the Company</p></div>
<p>Yes, you get asked these questions at a lot of job interviews and a lot of applicants give answers that aren&#8217;t particularly tailored to any one company. So, to stand out, you should make sure to research the company before you submit your CV or make it through to the interview process. The more you know about the company, the more tailored your answers can be and the more impressed the interviewer will be.</p>
<p>You can use a variety of methods to <strong>research a graphic design company</strong>. You can look on their website, their portfolio or even their clients. You could also use a site like LinkedIn to research the founders of the company, their current employees and tonnes more.</p>
<p><u>The more you do your homework, the more you&#8217;ll make a great impression</u>.</p>
<h3>4) Get Experience</h3>
<p>Again, this is a point that is not particularly tailored to the graphic design industry but is certainly useful when it comes to landing your dream job. While you might be able to prove your talent through your portfolio, a lot of companies also like to see that you have experience working within the industry.</p>
<div id="attachment_3297" class="wp-caption alignnone" style="width: 563px"><img class="work" src="http://fearlessflyer.com/main/wp-content/uploads/2013/05/4-internship-553x323.jpg" alt="4 internship 553x323 How To Land Your Dream Graphic Design Job" width="553" height="323" class="size-large wp-image-3297" title="How To Land Your Dream Graphic Design Job photo" /><p class="wp-caption-text">Source: MadeBrave.com</p></div>
<p>For example, your work might be fantastic but if you can&#8217;t complete the work according to deadlines then they aren&#8217;t going to employ you. If you have experience within the industry, you&#8217;ll be able to show the employer that you have experience in a commercial environment which will most definitely increase their faith in your abilities.</p>
<p>Companies aren&#8217;t looking for employees that need <i>&#8220;mollycoddling&#8221;</i> these days, they want people that <strong>can work to strict deadlines</strong>, <strong>produce great work</strong> and <strong>work independently as well as part of a team</strong>.</p>
<p>If you don&#8217;t have any experience, find a graphic design internship or at the very least, some work experience. It goes a long way within the industry. </p>
<h3>Conclusion</h3>
<p>Essentially, it doesn&#8217;t matter what job you&#8217;re applying for these days, you&#8217;re going to be one of many applicants and if you don&#8217;t stand out from the crowd, you won&#8217;t have a hope of getting the job. Make sure that your work is great, that you have more than enough experience and that you&#8217;re passionate about the industry.</p>
<p>Sure, you might only have a piece of paper (CV) to prove your worth in the early stages, but once you get through to the interview stage, <strong>you&#8217;ll need to &#8220;wow&#8221; the employer</strong>. </p>
<div class="special author">
Author Bio: Josh is a graphic design enthusiast currently working for <a href="http://www.discountbannerprinting.co.uk/">Discount Banner Printing</a>; a banner and sticker printing company based in the United Kingdom.
</div>
<img src="http://feeds.feedburner.com/~r/Fearlessflyer/~4/D4e0OVi6scw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fearlessflyer.com/2013/05/how-to-land-your-dream-graphic-design-job/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://fearlessflyer.com/2013/05/how-to-land-your-dream-graphic-design-job/</feedburner:origLink></item>
		<item>
		<title>Understanding Google Analytics for Small Businesses</title>
		<link>http://feedproxy.google.com/~r/Fearlessflyer/~3/vVEBq9iBqGs/</link>
		<comments>http://fearlessflyer.com/2013/05/understanding-google-analytics-for-small-businesses/#comments</comments>
		<pubDate>Sat, 04 May 2013 20:51:53 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Guest Posts]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://fearlessflyer.com/?p=3290</guid>
		<description><![CDATA[Being a talented designer is just the first step toward creating a great website. Understanding how users engage with it can provide wisdom and insight to help you take your site design to the next level. Web analysis is here to stay and while your passion may be found in creativity, understanding what analysis can ]]></description>
				<content:encoded><![CDATA[<p>Being a talented designer is just the first step toward creating a great website. Understanding how users engage with it can provide wisdom and insight to help you take your site design to the next level. Web analysis is here to stay and <u>while your passion may be found in creativity</u>, <strong>understanding what analysis can do</strong> to enhance your designs is becoming essential. </p>
<h2>Offering a free basic platform, Google Analytics is considered to be one of the best performing web analytics applications available. </h2>
<p>To help you learn more about how Google Analytics works for designers check out the Analytics guide below and read on for more tips.</p>
<p><a href="http://www.simplybusiness.co.uk/microsites/google-analytics-guide/" target="_blank"><img src="http://www.simplybusiness.co.uk/microsites/google-analytics-guide/preview.png" border="0" width="550" height="1024" title="Understanding Google Analytics for Small Businesses photo" alt="preview Understanding Google Analytics for Small Businesses" /></a><br /><span style="font-size: 12px;">Click image to open interactive version (via <a href="http://www.simplybusiness.co.uk/">Simply Business</a>).</span></p>
<h3>How does Google Analytics work?</h3>
<p>In summary, by signing up for <a href="http://www.google.com/analytics/" target="_blank">Google Analytics</a> you will gain access to a tracking code that can then be added to every page of your website. The code collects visitor data and compiles it into reports for categories like traffic sources, content, and conversions that display your website’s data patterns within a chosen date range. </p>
<h3>What can I learn from using Google Analytics?</h3>
<p>Analytics offers quick and easy access to more in-depth information about your online customers, for example where they are coming from and what behavioral patterns they exhibit. This <strong>valuable data</strong> could help inform decisions about the effectiveness of your web design and potential areas for growth, development and <a href="http://mashable.com/2011/09/12/website-usability-tips/" target="_blank">enhanced usability</a>.</p>
<h3>How can data benefit my design?</h3>
<ol>
<li>You’ve no doubt focused a lot of time and attention on designing your home page so you think you’re home free, right? Wrong. A customer could access your website via any number of landing pages. Analytics data will <strong>tell you more about the performance of your home page</strong> compared to the rest of your site so you can tweak the other access points as required.</li>
<li>Visitor reports are a key feature of Google Analytics and can tell you a lot about the <strong>behavior of your users</strong>. Information such as <u>frequency of visit</u>, <u>how long they visit for</u> and <u>which pages they search</u> while on your site will help steer your design to meet user needs and patterns. If most of your visitors come to your site during the evenings, then upload promotions, videos or other content to reflect that. If they use mobile devices to search your site, make sure your <a href="http://www.smashingmagazine.com/guidelines-for-mobile-web-development/#a3/" target="_blank">design supports mobiles</a>.  Analytics can tell you all of that and more.
</li>
<li>Check your bounce and conversion rates. If a visitor only viewed one page on a website before leaving, that’s known as a bounce. <strong>Low bounce rates</strong> mean good web design, high quality content, and engaged visitors. Once users are engaged, you can gear your design towards driving conversions or purchase decisions.
</li>
</ol>
<h3>What do I need to do now?</h3>
<p>Once you have an overview of your website’s performance and users, you just need to ensure that you input the tracking code on every page to make sure every drop of data is collected. Then analyze and tweak your site designs and be even better at your job!</p>
<div class="special author">
<a href="http://www.lukeclum.com" target="_blank">Luke Clum</a> is a web designer and developer living in Seattle. Follow him on Twitter <a href="https://twitter.com/lukeclum" target="_blank">@lukeclum</a>
</div>
<img src="http://feeds.feedburner.com/~r/Fearlessflyer/~4/vVEBq9iBqGs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fearlessflyer.com/2013/05/understanding-google-analytics-for-small-businesses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://fearlessflyer.com/2013/05/understanding-google-analytics-for-small-businesses/</feedburner:origLink></item>
		<item>
		<title>Check out these 5 Websites That Make Logos For Free!</title>
		<link>http://feedproxy.google.com/~r/Fearlessflyer/~3/Bf46AR-DMmo/</link>
		<comments>http://fearlessflyer.com/2013/05/check-out-these-5-websites-that-make-logos-for-free/#comments</comments>
		<pubDate>Fri, 03 May 2013 05:07:00 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Graphic Design]]></category>
		<category><![CDATA[Guest Posts]]></category>

		<guid isPermaLink="false">http://fearlessflyer.com/?p=3282</guid>
		<description><![CDATA[Impressing your clients is important when building a presenting your business professionally. In order to make your products and services known to people, you need to create a brand that can speak to the public. And what better way to do this than using a well designed logo. Let&#8217;s not bother trying to create one ]]></description>
				<content:encoded><![CDATA[<p>Impressing your clients is important when building a presenting your business professionally. In order to make your products and services known to people, you need to create a brand that can speak to the public. And what better way to do this than using a <strong>well designed logo</strong>. Let&#8217;s not bother trying to create one (for those of us who are not creatively inclined). So it is good to know that there are websites out there that can help you with this task. And best of all, <strong>it&#8217;s free</strong>! </p>
<p>Altough, most of these websites will have some kind of a limit on the number of logos you can have for free, it is still good to try them out. After all, chances are you will only need one (or two at the most). So what do you say? </p>
<h2>Keep on reading to discover these 5 awesome websites that will make your next business logo &#8211; for absolutely free:</h2>
<h3><a href="http://www.logomaker.com/">Logomaker</a></h3>
<p>This website offers users about 10,000 professionally designed images that can be best suited for their blog or own website. There are design tools that are available that you can use in order to create your own design by changing font color and size and edit the texts. All it takes is to download the logo you created from the site and you can instantly have a free web-ready logo to use on your blogs. </p>
<div id="attachment_3283" class="wp-caption alignnone" style="width: 465px"><img style="border:1px solid #ccc" src="http://fearlessflyer.com/main/wp-content/uploads/2013/05/logomaker-455x323.jpg" alt="logomaker 455x323 Check out these 5 Websites That Make Logos For Free!" width="455" height="323" class="size-large wp-image-3283" title="Check out these 5 Websites That Make Logos For Free! photo" /><p class="wp-caption-text">http://logomaker.com</p></div>
<p>The best thing about the website free logo creation designs is that the images are unique and are specially created by professional logo designers. Who would notice that your blog’s logo is only made for free? The <u>caveat is you are only entitled to 6 free logo designs</u> but may opt to create a high resolution logo version for a fee. </p>
<h3><a href="http://www.onlinelogomaker.com/">Online Logo Maker</a></h3>
<p>This website offers logo <strong>designing tools</strong> that allow the users to create a professional looking logo for free within minutes. The steps involved in creating logo designs are very straightforward. Although you are creating sophisticated designed logos, you will not need any technical skills in logo designing to be able to create one. </p>
<div id="attachment_3284" class="wp-caption alignnone" style="width: 465px"><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/05/onlinelogomaker-455x323.jpg" alt="onlinelogomaker 455x323 Check out these 5 Websites That Make Logos For Free!" width="455" height="323" class="size-large wp-image-3284" title="Check out these 5 Websites That Make Logos For Free! photo" /><p class="wp-caption-text">http://onlinelogomaker.com</p></div>
<p>With all the basic logo creation tools that you need available from the site, you will certainly find the website to be very user friendly to those aspiring to have their professional logo to use on their blog or business websites without the extra costs.</p>
<h3><a href="http://logoyes.com/">Logo Yes</a></h3>
<p>If you are looking for a website that offers you to create free logos that you can design yourself without any other form of assistance, this website is certainly a <strong>best option</strong> for you. The site allows its users to design their own logos with control over the whole process of designing and creating their design. There are over 20,000 design elements available to create your own professional logo design for free. </p>
<div id="attachment_3285" class="wp-caption alignnone" style="width: 465px"><img style="border:1px solid #ccc;" src="http://fearlessflyer.com/main/wp-content/uploads/2013/05/logoyes-455x323.jpg" alt="logoyes 455x323 Check out these 5 Websites That Make Logos For Free!" width="455" height="323" class="size-large wp-image-3285" title="Check out these 5 Websites That Make Logos For Free! photo" /><p class="wp-caption-text">http://logoyes.com</p></div>
<p>You can enjoy more customization options and the process does not require any designing experience. Its do-it-yourself software will give you more liberty of creating the most suitable logo for your blog without making it hard on your part because of your lack of technical know-how in logo creation and designing. </p>
<h3><a href="http://www.freeflashlogos.com/">Free Flash Logos </a></h3>
<p>If you prefer to optimize your logo design with flash animation, using the animated logo designing tool of Free Flash Logos offers you a good option. You can create <u>wonderful animated flash header</u> bars for free from the site. There are varieties of flash banners that are customizable and make them fit to your own preferences and choice. </p>
<div id="attachment_3286" class="wp-caption alignnone" style="width: 465px"><img style="border:1px solid #ccc" src="http://fearlessflyer.com/main/wp-content/uploads/2013/05/freeflashlogos-455x323.jpg" alt="freeflashlogos 455x323 Check out these 5 Websites That Make Logos For Free!" width="455" height="323" class="size-large wp-image-3286" title="Check out these 5 Websites That Make Logos For Free! photo" /><p class="wp-caption-text">http://freeflashlogos.com</p></div>
<p>It only takes two simple steps such as editing the logo title texts and then the logo slogan texts as you start designing them in the designing tools available on the site and your flash animated logo is now ready for your blog site.</p>
<h3><a href="http://www.freelogoservices.com/">Free Logo Services</a></h3>
<p>This website is well-acclaimed for the growing numbers of completely satisfied customers who take advantage of their free logo making services. Creating a good logo takes only a few simple steps that you can finish within minutes. About thousands of highly satisfied web users are using the <strong>logo creation tool</strong> from the site every week. </p>
<div id="attachment_3287" class="wp-caption alignnone" style="width: 465px"><img style="border:1px solid #ccc" src="http://fearlessflyer.com/main/wp-content/uploads/2013/05/freelogoservices-455x323.jpg" alt="freelogoservices 455x323 Check out these 5 Websites That Make Logos For Free!" width="455" height="323" class="size-large wp-image-3287" title="Check out these 5 Websites That Make Logos For Free! photo" /><p class="wp-caption-text">http://freelogoservices.com</p></div>
<p>Their services offer both free and paid logo designs that you can download either for a fee or for free. With its large number of growing customers, this website is worth trying to create a state of the art, professional logo for your blog or business website without the extra costs on your end.</p>
<div class="special author">
Iryna Ostapets is a tech writer and freelance blogger laying out for tech news via online exposures. She is the author of the site: <a href="http://www.netspysoftware.com/">Cell Phone Spy</a> where you can get valuable information about spy software program on your cell phone.
</div>
<img src="http://feeds.feedburner.com/~r/Fearlessflyer/~4/Bf46AR-DMmo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fearlessflyer.com/2013/05/check-out-these-5-websites-that-make-logos-for-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://fearlessflyer.com/2013/05/check-out-these-5-websites-that-make-logos-for-free/</feedburner:origLink></item>
		<item>
		<title>Step by Step Beginners Guide in Setting up a WordPress site</title>
		<link>http://feedproxy.google.com/~r/Fearlessflyer/~3/WKJpTWAMTys/</link>
		<comments>http://fearlessflyer.com/2013/04/step-by-step-beginners-guide-in-setting-up-a-wordpress-site/#comments</comments>
		<pubDate>Sun, 28 Apr 2013 20:34:53 +0000</pubDate>
		<dc:creator>michael</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://fearlessflyer.com/?p=3272</guid>
		<description><![CDATA[Many people believe that setting up a website requires a ton of technical knowledge or hiring someone and spending hundreds or even thousands of dollars to have a website created. Believe it or not, you can easily setup your very own website using WordPress in just a few minutes and with a minimal amount of ]]></description>
				<content:encoded><![CDATA[<p>Many people believe that setting up a website requires a ton of technical knowledge or hiring someone and spending hundreds or even thousands of dollars to have a website created.  Believe it or not, you can easily <strong>setup your very own website</strong> using WordPress in just a few minutes and with a <u>minimal amount of tweaking</u>, you can develop a professional looking site for very little expense.  </p>
<h2>Below are 7 Easy Steps on Setting up a WordPress Site</h2>
<h3>Setting Up Web Hosting and Domain Name</h3>
<p>While there are many places where you can setup a domain name and hosting, <a href="http://www.hostgator.com/">hostgator.com</a> is a preferred choice based on their baby plan.  Their baby plan allows you to <strong>host as many websites as you want</strong> for one flat monthly rate.  </p>
<div id="attachment_3273" class="wp-caption alignnone" style="width: 540px"><a class="thickbox" href="http://fearlessflyer.com/main/wp-content/uploads/2013/04/1.jpg" title="Setup your host enviroment" rel="group"><img style="border:1px solid #ccc" src="http://fearlessflyer.com/main/wp-content/uploads/2013/04/1-530x323.jpg" alt="1 530x323 Step by Step Beginners Guide in Setting up a Wordpress site" width="530" height="323" class="size-large wp-image-3273" title="Step by Step Beginners Guide in Setting up a Wordpress site photo" /></a><p class="wp-caption-text">Setup your host enviroment</p></div>
<p>After you sign-up for hosting, you can enter a domain that you want to register and if it is available, you can register that domain for a flat fee.  Once your domain name is registered, it remains your property for the next year and you can renew your domain name for as long as you wish to continue with your site.</p>
<h3>Installing WordPress</h3>
<p>Hostgator and most hosting providers have a quick and easy setup for WordPress for any site hosted by their service.  First, login to your cPanel for your website and then go to the software services section and click QuickInstall.  On the left hand side you will have an option to select WordPress.</p>
<div id="attachment_3274" class="wp-caption alignnone" style="width: 540px"><a class="thickbox" rel="group" title="Install WordPress by QuickInstall" href="http://fearlessflyer.com/main/wp-content/uploads/2013/04/2.jpg"><img style="border:1px solid #ccc" src="http://fearlessflyer.com/main/wp-content/uploads/2013/04/2-530x323.jpg" alt="2 530x323 Step by Step Beginners Guide in Setting up a Wordpress site" width="530" height="323" class="size-large wp-image-3274" title="Step by Step Beginners Guide in Setting up a Wordpress site photo" /></a><p class="wp-caption-text">Install WordPress by QuickInstall</p></div>
<p>After selecting WordPress, you will be prompted for your domain name followed by your admin email address, blog title, as well as your admin username and your first and last name.  After those fields are filled in, click install now.  This will complete your install.  You will want to wait two to four hours after installing for your site to work.</p>
<h3>Installing Themes</h3>
<p>Once you install WordPress, you will want to login to your admin page <i>(ex. www.yoursite.com/wp-admin)</i> and then go to your <strong>WordPress dashboard</strong>.  From here, you can change everything about your WordPress site but first we are going to install a new theme which is basically a template for your site.</p>
<div id="attachment_3275" class="wp-caption alignnone" style="width: 496px"><a class="thickbox" rel="group" title="Install themes" href="http://fearlessflyer.com/main/wp-content/uploads/2013/04/3.jpg"><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/04/3-486x323.jpg" style="border:1px solid #ccc" alt="3 486x323 Step by Step Beginners Guide in Setting up a Wordpress site" width="486" height="323" class="size-large wp-image-3275" title="Step by Step Beginners Guide in Setting up a Wordpress site photo" /></a><p class="wp-caption-text">Install themes</p></div>
<p>In your dashboard, go to <strong>appearance</strong> and then themes.  From here you will want to click on the install themes tab.  You can either browse or search for a theme that meets your taste and once you find one to your liking, click the install now button for that theme and then click activate.  If you head back to your main site, you will now see the theme you just installed.</p>
<h3>Adding Pages</h3>
<p>Adding pages in WordPress is simple.  Go to your dashboard and then hover your mouse above pages, and then select add new.  From there you will be taken to a <strong>Add New Page</strong> screen where you can enter the new page title, content, and attributes for the page.  </p>
<div id="attachment_3276" class="wp-caption alignnone" style="width: 510px"><a rel="group" class="thickbox" title="Adding Pages" href="http://fearlessflyer.com/main/wp-content/uploads/2013/04/4.jpg"><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/04/4-500x323.jpg" style="border:1px solid #ccc" alt="4 500x323 Step by Step Beginners Guide in Setting up a Wordpress site" width="500" height="323" class="size-large wp-image-3276" title="Step by Step Beginners Guide in Setting up a Wordpress site photo" /></a><p class="wp-caption-text">Add Pages</p></div>
<h3>Changing Homepage</h3>
<p>If you wanted to change the page that your blog loads to, all you need to do is go to your dashboard, hover your mouse above settings, and then select <strong>reading</strong>.  </p>
<div id="attachment_3277" class="wp-caption alignnone" style="width: 539px"><a rel="group" title="Changing Homepage" class="thickbox" href="http://fearlessflyer.com/main/wp-content/uploads/2013/04/5.jpg"><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/04/5-529x323.jpg" style="border:1px solid #ccc" alt="5 529x323 Step by Step Beginners Guide in Setting up a Wordpress site" width="529" height="323" class="size-large wp-image-3277" title="Step by Step Beginners Guide in Setting up a Wordpress site photo" /></a><p class="wp-caption-text">Changing Homepage</p></div>
<p>From here you can change the page that shows up as your front page.  The default is the last post you made on WordPress but you can change this to a static page, such as home.</p>
<h3>Using Widgets</h3>
<p>Widgets are various little items on your blog that <strong>increase user functionality</strong> and enhance the user experience.  These range from calendars to comment boxes, search fields, and more.  Go to your dashboard, highlight appearance and select widgets.  From there you will be taken to a screen with your available widgets as well as boxes to drag them to.  </p>
<div id="attachment_3278" class="wp-caption alignnone" style="width: 537px"><a class="thickbox" rel="group" title="Using Widgets" href="http://fearlessflyer.com/main/wp-content/uploads/2013/04/6.jpg"><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/04/6-527x323.jpg" style="border:1px solid #ccc" alt="6 527x323 Step by Step Beginners Guide in Setting up a Wordpress site" width="527" height="323" class="size-large wp-image-3278" title="Step by Step Beginners Guide in Setting up a Wordpress site photo" /></a><p class="wp-caption-text">Using Widgets</p></div>
<p>These may be labeled main sidebar, footer area, etc.  Expand the box you want to install the widget in and then drag the widget to that box.  You will then be prompted to give a title to the widget and once doing so you will want to save the widget.  Refresh your page and your widget should appear.</p>
<h3>Adding Youtube and Facebook Functionality</h3>
<p>If you want your blog readers to follow you on Facebook or even subscribe to your Youtube channel, you will need to add this functionality to your blog through widgets.  We already went over how to add widgets so now you need to acquire your widgets for Youtube and Facebook. </p>
<p>Youtube has a WordPress plugin and to access it, go to dashboard and then go to plugins.  Search for the Youtube subscribe plugin and then select install.  When you go back to your widgets section, you will now be able to add the Youtube widget to your sidebar or wherever you want on your blog.</p>
<div id="attachment_3279" class="wp-caption alignnone" style="width: 542px"><a class="thickbox" rel="group" title="Facebook and Youtube plugins" href="http://fearlessflyer.com/main/wp-content/uploads/2013/04/7.jpg"><img src="http://fearlessflyer.com/main/wp-content/uploads/2013/04/7-532x323.jpg" alt="7 532x323 Step by Step Beginners Guide in Setting up a Wordpress site" width="532" style="border:1px solid #ccc" height="323" class="size-large wp-image-3279" title="Step by Step Beginners Guide in Setting up a Wordpress site photo" /></a><p class="wp-caption-text">Facebook and Youtube plugins</p></div>
<p>The Facebook widget will require a couple more steps.  First, go to Google and search for &#8220;Facebook like box widget&#8221; and you will be presented a link to the Facebook developers page for the widget.  There you will enter your Facebook page, enter the size you want the widget and then click get code.  When the code is presented, select the Iframe code to simplify matters.  Copy the code and head over to the widget section of your dashboard.  Drag a text box widget to your sidebar and paste the code and click save.  You will then  have the &#8220;Like Me on Facebook&#8221; widget displayed on your page.</p>
<h3>Wrap it Up</h3>
<p>So there you go, I hope that we were able to help you get your WordPress site up and running. If you want a visual step by step guide, feel free to watch our tutorial below:</p>
<p><iframe width="550" height="305" src="http://www.youtube.com/embed/KAPGp61XY6c?rel=0" frameborder="0" allowfullscreen></iframe></p>
<div class="special author">
This tutorial was contributed by the PressTheWord team, if you&#8217;re a beginner in web design and wants to learn, feel free to check out the <a href="http://www.youtube.com/PressTheWord">PressTheWord channel</a> and subscribe for more tutorials.
</div>
<img src="http://feeds.feedburner.com/~r/Fearlessflyer/~4/WKJpTWAMTys" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://fearlessflyer.com/2013/04/step-by-step-beginners-guide-in-setting-up-a-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://fearlessflyer.com/2013/04/step-by-step-beginners-guide-in-setting-up-a-wordpress-site/</feedburner:origLink></item>
	</channel>
</rss><!-- Served from: fearlessflyer.com @ 2013-06-18 17:30:04 by W3 Total Cache -->
