<?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>Sabir Johnson Website Development Blog</title>
	<atom:link href="http://www.nottydesigns.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nottydesigns.com/blog</link>
	<description>Tips, News, and Design Talk</description>
	<lastBuildDate>Sun, 06 May 2012 20:36:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Design Techniques: Spacing Your Text in Graphics</title>
		<link>http://www.nottydesigns.com/blog/design-techniques-spacing-your-text-in-graphics/</link>
		<comments>http://www.nottydesigns.com/blog/design-techniques-spacing-your-text-in-graphics/#comments</comments>
		<pubDate>Sun, 06 May 2012 20:36:44 +0000</pubDate>
		<dc:creator>Sabir Johnson</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.nottydesigns.com/blog/?p=196</guid>
		<description><![CDATA[If you like designing like I do, you know that you have to play graphics editor as well.  Using tools like Adobe Illustrator and Photoshop offer so many tools but they don&#8217;t offer any design decisions for you.  Using the &#8230; <a href="http://www.nottydesigns.com/blog/design-techniques-spacing-your-text-in-graphics/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>If you like designing like I do, you know that you have to play graphics editor as well.  Using tools like Adobe Illustrator and Photoshop offer so many tools but they don&#8217;t offer any design decisions for you.  Using the correct typography and colors are decisions that you must make when designing a graphic such as a flyer, business card, or poster.  <span id="more-196"></span>Spacing is a key ingredient to having a professional looking design without the heavy cost of hiring a professional graphic designer.  Whether is Microsoft Word or InDesign, type and graphic spacing can make a big difference in you presentation.</p>
<p><strong>Spacing does three things:</strong><br />
1. Creates grouping of elements in your design<br />
2. Establishes a hierarchy<br />
3. Improves legibility of your graphic</p>
<p>In the famous book on writing, The Elements of Style, William Strunk offers the phrase “omit needless words.” We can change that for graphic design as “omit needless elements.”</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nottydesigns.com/blog/design-techniques-spacing-your-text-in-graphics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using HighCharts for charting in Javascript</title>
		<link>http://www.nottydesigns.com/blog/using-highcharts-for-charting-in-javascript/</link>
		<comments>http://www.nottydesigns.com/blog/using-highcharts-for-charting-in-javascript/#comments</comments>
		<pubDate>Fri, 04 May 2012 03:08:17 +0000</pubDate>
		<dc:creator>Sabir Johnson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[area chart]]></category>
		<category><![CDATA[bar]]></category>
		<category><![CDATA[charts]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[line]]></category>
		<category><![CDATA[spline]]></category>

		<guid isPermaLink="false">http://www.nottydesigns.com/blog/?p=193</guid>
		<description><![CDATA[In working with numbers all the time, I came across this cool javascript tool set for charting.  It works on all browsers and makes your charts come to life with little effort!It&#8217;s a well documented script with tons of options.  &#8230; <a href="http://www.nottydesigns.com/blog/using-highcharts-for-charting-in-javascript/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In working with numbers all the time, I came across this cool javascript tool set for charting.  It works on all browsers and makes your charts come to life with little effort!<span id="more-193"></span>It&#8217;s a well documented script with tons of options.  I&#8217;d say this is the best out there right now.  They have commercial licenses as well as non-profit (free) licenses.</p>
<p>Check them out <a title="High Charts" href="http://www.highcharts.com/" target="_blank">here</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nottydesigns.com/blog/using-highcharts-for-charting-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jquery: The new Flash</title>
		<link>http://www.nottydesigns.com/blog/jquery-the-new-flash/</link>
		<comments>http://www.nottydesigns.com/blog/jquery-the-new-flash/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 01:15:56 +0000</pubDate>
		<dc:creator>Sabir Johnson</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[interactivity]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[pros and cons]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://www.nottydesigns.com/blog/?p=188</guid>
		<description><![CDATA[Many developers that I talk to are moving toward javascript to do most of the things they once did with Adobe Flash.  Not only does javascript offer the tools to animate objects with kits like Jquery and MoTools, but it &#8230; <a href="http://www.nottydesigns.com/blog/jquery-the-new-flash/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Many developers that I talk to are moving toward javascript to do most of the things they once did with Adobe Flash.  Not only does javascript offer the tools to animate objects with kits like Jquery and MoTools, but it delivers a more versatile toolkit than Flash.  Don&#8217;t get me wrong, Flash is a very useful tool and with the addition of AS3 (actionscript), Flash developers can still develop some pretty cool stuff.<span id="more-188"></span>Interactivity is something that javascript brings and the page doesn&#8217;t have to reload in order for this to happen.  Isn&#8217;t that great!  It used to be that some things would work in some browsers and not work in others.  These tool kits have made it easier to make code that works across many if not all platforms.</p>
<p>Here&#8217;s some pros and cons of using <a title="flash vs javascript article" href="http://logicpool.com/archives/30" target="_blank">Flash vs Javascript</a></p>
<table id="table-1" class="center" style="width: 70%;" border="0" cellspacing="0" cellpadding="5" align="center">
<tbody>
<tr>
<th style="width: 50%;" align="center">Flash Pros</th>
<th style="width: 50%;" align="center">Flash Cons</th>
</tr>
<tr>
<td valign="top">
<ul>
<li>Extensive features</li>
<li>3D Capabilities</li>
<li>Consistent appearance in supported browsers</li>
<li>Supports vector artwork</li>
<li>Built-in UI &amp; other features</li>
<li>Many free and Commercial tools available</li>
<li>More font options</li>
</ul>
</td>
<td valign="top">
<ul>
<li>Not compatible with all browsers including iPhone, iPad and cell phones</li>
<li>Moderate learning curve to use</li>
<li>Cost of purchasing Flash software</li>
<li>Possible problems with users that have older versions of the Flash Player</li>
<li>Potentially large file size</li>
<li>Possible security issues with Flash Player</li>
<li>Tracking stats for Flash elements is limited</li>
</ul>
</td>
</tr>
</tbody>
</table>
<table id="table-1" class="center" style="width: 70%;" border="0" cellspacing="0" cellpadding="5" align="center">
<tbody>
<tr>
<th style="width: 50%;" align="center">Javascript Pros</th>
<th style="width: 50%;" align="center">Javascript Cons</th>
</tr>
<tr>
<td valign="top">
<ul>
<li>Small size</li>
<li>Using jQuery or other libraries reduces the learning curve</li>
<li>Hundreds of free professional quality programs</li>
<li>Can add interactivity to web page elements and tags</li>
<li>Skinnable Form Components UI</li>
<li>Compatible with more browsers than Flash including iPhone, cell phones, PS3, PSP</li>
</ul>
</td>
<td valign="top">
<ul>
<li>Features not as extensive as Flash</li>
<li>Complex features may not perform as quickly as flash</li>
<li>3D features are limited</li>
<li>Users can disable Javascript support</li>
<li>Source Code Not Protected</li>
</ul>
</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.nottydesigns.com/blog/jquery-the-new-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using JQuery simplyScroll on Your Website</title>
		<link>http://www.nottydesigns.com/blog/using-jquery-simplyscroll-on-your-website/</link>
		<comments>http://www.nottydesigns.com/blog/using-jquery-simplyscroll-on-your-website/#comments</comments>
		<pubDate>Mon, 27 Feb 2012 01:34:27 +0000</pubDate>
		<dc:creator>Sabir Johnson</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[animate]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[elements]]></category>
		<category><![CDATA[horizontal]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[marquee]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[scrolling]]></category>
		<category><![CDATA[simplyScroll]]></category>
		<category><![CDATA[vertical]]></category>

		<guid isPermaLink="false">http://www.nottydesigns.com/blog/?p=183</guid>
		<description><![CDATA[SimplyScroll is a great jQuery plugin that can animate content either automatically or manually, horizontally or vertically, backwards or forwards.  It&#8217;s very useful when you&#8217;re designing a website and there&#8217;s a need for such a feature. Instead of coding it &#8230; <a href="http://www.nottydesigns.com/blog/using-jquery-simplyscroll-on-your-website/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>SimplyScroll is a great jQuery plugin that can animate content either automatically or manually, horizontally or vertically, backwards or forwards.  It&#8217;s very useful when you&#8217;re designing a website and there&#8217;s a need for such a feature.<span id="more-183"></span></p>
<p>Instead of coding it from scratch, this neat plugin will do the trick no matter where you want to scroll your elements.  I used it for scrolling logos on a clients website and it worked great and saved me so much time.  JQuery is an already simple tool that developers use to animate and this plugin uses the technology to quickly move your elements.</p>
<p>Vidit the site <a title="simplyScroll" href="http://logicbox.net/jquery/simplyscroll/" target="_blank">here</a> for more information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nottydesigns.com/blog/using-jquery-simplyscroll-on-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Business Card Calculator</title>
		<link>http://www.nottydesigns.com/blog/new-business-card-calculator/</link>
		<comments>http://www.nottydesigns.com/blog/new-business-card-calculator/#comments</comments>
		<pubDate>Sat, 25 Feb 2012 23:35:35 +0000</pubDate>
		<dc:creator>Sabir Johnson</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Printing]]></category>
		<category><![CDATA[business card]]></category>
		<category><![CDATA[calculator]]></category>
		<category><![CDATA[clients]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[free shipping]]></category>
		<category><![CDATA[full color]]></category>
		<category><![CDATA[price]]></category>
		<category><![CDATA[pricing]]></category>
		<category><![CDATA[printing]]></category>
		<category><![CDATA[rounded corners]]></category>

		<guid isPermaLink="false">http://www.nottydesigns.com/blog/?p=176</guid>
		<description><![CDATA[I&#8217;ve posted a new business card calculator for those who would like to know how much business cards cost.  Options such as card type, finish, corners, and quantity options are a few of the features of this calculator. Please visit &#8230; <a href="http://www.nottydesigns.com/blog/new-business-card-calculator/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nottydesigns.com/blog/new-business-card-calculator/businesscard-2/" rel="attachment wp-att-168"><img class="alignleft size-medium wp-image-168" title="businesscard" src="http://www.nottydesigns.com/blog/wp-content/uploads/2012/02/businesscard1-300x171.gif" alt="" width="300" height="171" /></a>I&#8217;ve posted a new business card calculator for those who would like to know how much business cards cost.  Options such as card type, finish, corners, and quantity options are a few of the features of this calculator.</p>
<p>Please visit the page <a title="Business Card Calculator" href="http://www.nottydesigns.com/blog/sample-page/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nottydesigns.com/blog/new-business-card-calculator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Incorporating Music into your Website</title>
		<link>http://www.nottydesigns.com/blog/incorporating-music-into-your-website/</link>
		<comments>http://www.nottydesigns.com/blog/incorporating-music-into-your-website/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 04:43:29 +0000</pubDate>
		<dc:creator>Sabir Johnson</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[discussion]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[intro]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[music]]></category>
		<category><![CDATA[notty designs]]></category>
		<category><![CDATA[search engine]]></category>
		<category><![CDATA[smartphone]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.nottydesigns.com/blog/?p=154</guid>
		<description><![CDATA[Ten years ago when Flash was just beginning to catch on and everyone wanted &#8220;flashy&#8221; sites, many developers added a soundtrack to the intro to their web projects.  Today, music and heavy flashy intros are annoying,  expensive to build, and &#8230; <a href="http://www.nottydesigns.com/blog/incorporating-music-into-your-website/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.nottydesigns.com/blog/incorporating-music-into-your-website/flashy/" rel="attachment wp-att-155"><img class="alignleft  wp-image-155" title="flashy" src="http://www.nottydesigns.com/blog/wp-content/uploads/2012/02/flashy-272x300.gif" alt="" width="190" height="210" /></a>Ten years ago when Flash was just beginning to catch on and everyone wanted &#8220;flashy&#8221; sites, many developers added a soundtrack to the intro to their web projects.  Today, music and heavy flashy intros are annoying,  expensive to build, and they do nothing in terms of on-page optimizing for search engines to pick up proper key words.  <span id="more-154"></span></p>
<p>In a world where everyone&#8217;s in a rush and information is needed a few seconds faster, Having a heavy flash-based website is not a good idea especially because of the use of mobile phones to access web content.  Mobile smartphones such as the iPhone can&#8217;t view flash content and if you&#8217;re paying for bandwidth, having that extra page that you have to click into is a total waste.</p>
<p>If you still want a flashy intro, maybe adding an option to view the intro will give your users a choice  rather than to have them suffer the consequences of waiting 60 seconds for the movie to load.</p>
<p>The use of <a title="Jquery" href="http://jquery.com/" target="_blank">jquery</a> (a <a title="javascript" href="http://www.w3schools.com/js/" target="_blank">javascript</a> tool library) can be used to create a light-weight, flashy enough homepage that will do just the same and is search engine friendly.</p>
<p>Check out this site that offers a free flash music player: <a title="Free Flash Player" href="http://flash-mp3-player.net/" target="_blank">Link</a></p>
<p>Other free music players: <a title="Free Flash Player" href="http://www.instantshift.com/2010/02/10/21-free-music-players-for-your-website/" target="_blank">Link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.nottydesigns.com/blog/incorporating-music-into-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

