<?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>GrindSmart &#187; developer</title>
	<atom:link href="http://grindsmart.com/tag/developer/feed/" rel="self" type="application/rss+xml" />
	<link>http://grindsmart.com</link>
	<description></description>
	<lastBuildDate>Thu, 05 Aug 2010 13:50:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Guaranteed Tips For Speeding Up Development Time</title>
		<link>http://grindsmart.com/2010/07/guaranteed-tips-for-speeding-up-development-time/</link>
		<comments>http://grindsmart.com/2010/07/guaranteed-tips-for-speeding-up-development-time/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 01:36:46 +0000</pubDate>
		<dc:creator>Imad Jomaa</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[speed]]></category>

		<guid isPermaLink="false">http://grindsmart.com/?p=850</guid>
		<description><![CDATA[
			
				
			
		
When developing, we always tend to search for shortcuts to shorten the amount of time we spend. While some techniques used may harm the quality and integrity of the script you are developing, there are a few that do help you out as a developer without causing damage. We cover five techniques that can be ]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fgrindsmart.com%2F2010%2F07%2Fguaranteed-tips-for-speeding-up-development-time%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fgrindsmart.com%2F2010%2F07%2Fguaranteed-tips-for-speeding-up-development-time%2F&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>When developing</strong>, we always tend to search for <strong>shortcuts to shorten the amount of time we spend</strong>. While some techniques used may harm the quality and integrity of the script you are developing, there are a few that do help you out as a developer without causing damage. We cover five techniques that can be used to<em> <strong>cut down on development time</strong></em>.</p>
<blockquote><p>Remember to <a href="http://feeds.feedburner.com/grindsmartnews"><strong>subscribe</strong></a> to our feed for up-to-date <strong>development</strong> articles and  resources!﻿</p></blockquote>
<h2>Recycling Code</h2>
<p><img src="http://grindsmart.com/wp-content/uploads/2010/07/codespeed-1.jpg" alt="" /></p>
<p>This method or technique rather happens all the time whether knowingly or not.  When developing new scripts that may utilize features you have developed before for previous scripts, it is in your best interest to just copy that bit of code and paste it in your ongoing project. This saves you development and puts your retired code back to work.</p>
<h2>Auto Complete IDE&#8217;s</h2>
<p>While integrated development environments enhance your development environment by providing basic syntax error checks and highlighting your syntax, their auto complete feature does speed up development. For example, writing function names, loops, conditional statements, and others can be auto-completed by the IDE.</p>
<p>For a large project, those seconds you save add up to minutes and hours saved. While the whole idea of the auto complete saving time may sound overrated, it is the little things that enhance your development experience that save you time, whether it being the auto complete or even just the line number display.</p>
<h2>Frameworks</h2>
<p><img src="http://grindsmart.com/wp-content/uploads/2010/07/codespeed-2.jpg" alt="" /></p>
<p>There are plethoras of frameworks out that take care of a lot of the work for you. For example, many of the scripts you may create may utilize many generic things such as a database connection. Either you can spend time recreating it for your script, or you can download a good framework that completes a lot of the work for you.</p>
<p>If you are not too keen on the idea using frameworks other developers created, you can create your own customized framework, one that suits your needs most of the time. Furthermore, the utilization of prebuilt frameworks can save you hours of development time, therefore, it is something to consider.</p>
<h2>Recreating the Obvious</h2>
<p>Reinventing the wheel or recreating what is already out there and suffices for your needs wastes development time. If you are developing a forum for yourself or a for a client it is best to use one that has been already created and customize it rather than spend the time create on yourself. However,  with that said, if creating one from scratch is easier depending on your situation, or is absolutely necessary, than reinventing the wheel does not quite apply to this point.</p>
<h2>Documentation</h2>
<p><img src="http://grindsmart.com/wp-content/uploads/2010/07/codespeed-3.jpg" alt="" /></p>
<p>Documenting your code is a real time saver. Many times when you are developing multiple projects at once, some code snippets get lost and it creates confusion. By documenting your code, going back to pick up from where you left off would be a lot easier as you can read the documentation above a few lines of code to get back into line. Documentation additionally makes debugging easier as you can find the code snippets you are looking for much quicker by reading through your documentation until you reach the appropriate line.</p>
<p>Additionally, if your work is ever transferred to other developers, or other developers transfer their projects to you, you can easily understand the code, what each snippet is doing, and why. Without proper documentation, many of the open source projects today would not be as organized as they are, neither be able to pass the project on to other developers for continued development.</p>
<h2>To Conclude</h2>
<p>Overall, there many different ways to speed up development, however, it completely depends on your developing style and standards as that determines what techniques best suit you and whom you are developing for.</p>
<p>Get this Post in <a href="http://shareden.com/files/get/PnRW2WFiQZ/guaranteed-tips-for-speeding-up-development-time.pdf"><strong>PDF Format</strong></a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://grindsmart.com/2010/07/guaranteed-tips-for-speeding-up-development-time/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>10 Useful Cheat Sheets That&#8217;ll Help You Code Better</title>
		<link>http://grindsmart.com/2010/05/useful-cheat-sheets-thatll-help-you-code-better/</link>
		<comments>http://grindsmart.com/2010/05/useful-cheat-sheets-thatll-help-you-code-better/#comments</comments>
		<pubDate>Wed, 12 May 2010 05:43:12 +0000</pubDate>
		<dc:creator>GrindSmart Editorial</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[cheat sheet]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[techniques]]></category>

		<guid isPermaLink="false">http://grindsmart.com/?p=758</guid>
		<description><![CDATA[
			
				
			
		
Here at GrindSmart we aim to facilitate first the needs of the bold who call themselves web developers and we also strive to accommodate everyone else eager to learn and find resources that will help them through their journey on learning how to efficiently and effectively develop web applications and more. This is not to ]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fgrindsmart.com%2F2010%2F05%2Fuseful-cheat-sheets-thatll-help-you-code-better%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fgrindsmart.com%2F2010%2F05%2Fuseful-cheat-sheets-thatll-help-you-code-better%2F&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Here at <strong>GrindSmart</strong> we aim to facilitate first the needs of the bold who call themselves web developers and we also strive to accommodate everyone else eager to learn and find resources that will help them through their journey on learning how to efficiently <em>and</em> effectively develop web applications and more. This is not to say that we cater to an audience who <em>know it all</em>, in fact, our audience primarily consists of those who are in the beginning stages of developing a website.</p>
<p>This is exactly why we&#8217;ve compiled this great list of cheat sheets that will allow you to ultimately code on a higher level. Forget that we used the word <em>&#8220;cheat&#8221; </em>and just focus on the end game; <strong>resources that&#8217;ll help you become a better developer</strong>.</p>
<blockquote><p>Remember to <a href="http://feeds.feedburner.com/grindsmartnews"><strong>subscribe</strong></a> to our feed for up-to-date <strong>development</strong> articles and resources!﻿</p></blockquote>
<h2>PHP Cheat Sheet</h2>
<p><a href="http://www.addedbytes.com/cheat-sheets/php-cheat-sheet/"><img src="http://grindsmart.com/wp-content/uploads/2010/05/cheatsheet-1.jpeg" alt="" /></a></p>
<p>The PHP cheat sheet is a one-page reference sheet, listing date format arguments, regular expression syntax and common functions.</p>
<h2>Ruby on Rails Cheat Sheet</h2>
<p><a href="http://www.addedbytes.com/cheat-sheets/ruby-on-rails-cheat-sheet/"><img src="http://grindsmart.com/wp-content/uploads/2010/05/cheatsheet-2.jpeg" alt="" /></a></p>
<p>The Ruby On Rails cheat sheet is designed to be printed on an A4 sheet of paper and live by a developers desk, to make life a bit easier. A description of what is on the cheat sheet follows, or if you are impatient, you can go straight to the full size Ruby On Rails cheat sheet.</p>
<h2>MySQL Cheat Sheet</h2>
<p><a href="http://www.addedbytes.com/cheat-sheets/mysql-cheat-sheet/"><img src="http://grindsmart.com/wp-content/uploads/2010/05/cheatsheet-3.jpeg" alt="" /></a></p>
<p>The MySQL cheat sheet is designed to act as a reminder and reference sheet, listing useful information about MySQL. It includes a list of the available functions in MySQL, as well as data types. It also includes a list of MySQL functions available in PHP, and a list of useful sample queries to select data from a database.</p>
<h2>JavaScript Cheat Sheet</h2>
<p><a href="http://www.addedbytes.com/cheat-sheets/javascript-cheat-sheet/"><img src="http://grindsmart.com/wp-content/uploads/2010/05/cheatsheet-4.jpeg" alt="" /></a></p>
<p>The JavaScript cheat sheet is designed to act as a reminder and reference sheet, listing methods and functions of JavaScript. It includes reference material for regular expressions in JavaScript, as well as a short guide to the XMLHttpRequest object.</p>
<h2>mootools 1.2 cheat sheet</h2>
<p><a href="http://mediavrog.net/blog/2008/06/11/mootools/mootools-12-cheat-sheet/"><img src="http://grindsmart.com/wp-content/uploads/2010/05/cheatsheet-5.jpeg" alt="" /></a></p>
<p>For your coding pleasure, MediaVrog just updated their cheat sheet to the new revision. It includes cheat sheet like documentation for Core, Native, Class, Element, Utilities and Request. They&#8217;ll be launching another cheatsheet which will cover FX and Plugins soon.</p>
<h2>Scriptaculous Cheat Sheet</h2>
<p><a href="http://slash7.com/2006/04/22/scriptaculous-cheat-sheet-1/"><img src="http://grindsmart.com/wp-content/uploads/2010/05/cheatsheet-6.jpeg" alt="" /></a></p>
<p>It was a real challenge to fit it all in on one page… and I was initially planning to cover more than just the combination effects, but as you can see there wasn’t a stitch of room left over. I didn’t even get to do anything fun with angled text or images!</p>
<h2>HTML/XHTML in one page</h2>
<p><a href="http://www.html.su/"><img src="http://grindsmart.com/wp-content/uploads/2010/05/cheatsheet-7.jpg" alt="" /></a></p>
<p>This is a straight to the point and easy to read HTML cheat sheet that makes coding in HTML much simpler.</p>
<h2>(X)HTML Elements and Attributes</h2>
<p><a href="http://www.elizabethcastro.com/html/extras/xhtml_ref.html"><img src="http://grindsmart.com/wp-content/uploads/2010/05/cheatsheet-8.jpg" alt="" /></a></p>
<p>If you want a simple and awesome xhtml cheat sheet this is the one you&#8217;re looking for. You can also explore cheat sheets for several other technologies and programming languages on the same site.</p>
<h2>CSS Cheat Sheet (V2)</h2>
<p><a href="http://www.addedbytes.com/cheat-sheets/css-cheat-sheet/"><img src="http://grindsmart.com/wp-content/uploads/2010/05/cheatsheet-9.jpeg" alt="" /></a></p>
<p>The CSS cheat sheet is a one-page reference sheet, listing all selectors (as of CSS 2.1) and properties. It includes a visual example of the box model, unit reference for CSS units and the various media types CSS makes allowance for.</p>
<h2>Actionscript 2.0 Cheat Sheet Flashpaper</h2>
<p><a href="http://theflashblog.com/?p=139"><img src="http://grindsmart.com/wp-content/uploads/2010/05/cheatsheet-10.jpg" alt="" /></a></p>
<p>This is a nice cheatsheet of all the Actionscript 2.0 classes and methods. I believe it was created by Mike Chambers.</p>
]]></content:encoded>
			<wfw:commentRss>http://grindsmart.com/2010/05/useful-cheat-sheets-thatll-help-you-code-better/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>iPad Giveaway for Designers and Developers!</title>
		<link>http://grindsmart.com/2010/04/ipad-giveaway-for-designers-and-developers/</link>
		<comments>http://grindsmart.com/2010/04/ipad-giveaway-for-designers-and-developers/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 15:51:21 +0000</pubDate>
		<dc:creator>GrindSmart Editorial</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[giveaway]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>

		<guid isPermaLink="false">http://grindsmart.com/?p=728</guid>
		<description><![CDATA[
			
				
			
		
GrindSmart Magazine has partnered up with some of the people who run ShareDen.com to announce our latest GIVEAWAY! We&#8217;re going to giveaway a 16GB Wi-Fi 3G iPad to One lucky winner on May 1st 2010.
Our only requirements is that you comment and subscribe to GrindSmart Magazine and that’s it! One lucky winner will be chosen ]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fgrindsmart.com%2F2010%2F04%2Fipad-giveaway-for-designers-and-developers%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fgrindsmart.com%2F2010%2F04%2Fipad-giveaway-for-designers-and-developers%2F&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><strong>GrindSmart Magazine</strong> has partnered up with some of the people who run <strong><a href="http://shareden.com">ShareDen.com</a></strong> to announce our latest GIVEAWAY! We&#8217;re going to giveaway a <strong>16GB Wi-Fi 3G</strong> <strong><a href="http://www.apple.com/ipad/">iPad</a></strong> to <strong>One lucky winner </strong>on <strong>May 1st 2010</strong>.</p>
<blockquote><p>Our only requirements is that you comment and subscribe to <a href="http://feeds.feedburner.com/grindsmartnews"><strong>GrindSmart Magazine</strong></a> and that’s it! One lucky winner will be chosen on March <strong>May 1st 2010 </strong>in <a href="http://www.random.org/">absolute random</a> order!</p>
<p>YOU CAN ONLY POST <strong>ONE COMMENT PER SUBSCRIBER</strong>. IF YOU HAVE ENTERED MORE THAN ONE COMMENT TO THIS GIVEAWAY, THEY WERE <strong>ALL DELETED</strong> AND <strong>YOU WILL NOT BE ALLOWED TO ENTER ANY OTHER CONTEST</strong>.</p></blockquote>
<p><a href="http://grindsmart.com/wp-content/uploads/2010/04/ipad-00.jpg"><img class="alignnone size-full wp-image-729" title="ipad-00" src="http://grindsmart.com/wp-content/uploads/2010/04/ipad-00.jpg" alt="" width="550" height="263" /></a></p>
<p>The iPad comes with a crystal clear 9.5 inch screen with a 1024-by-768-pixel resolution that was designed for browsing and reading eBooks. It also weighs 1.5 ounces, is .05 inch thick, and comes with a built-in 16GB, 32GB, or 64GB flash drive. This is where the price splits, since the basic 16GB iPad starts at $499. Even though it resembles that of the iPhone, we can assure you that the iPad is much more. Here’s why. The larger screen size will allow you to view applications with a lot more freedom, and you’re able to websites as you would on a laptop with minimal restrictions. The onscreen keyboard is extremely easy to type on, and resembles that of a laptop in terms of size. Whereas the iPhone’s keypad is sometimes difficult to work around.</p>
<p><a href="http://grindsmart.com/wp-content/uploads/2010/04/ipad-1.jpg"><img class="alignnone size-full wp-image-730" title="ipad-1" src="http://grindsmart.com/wp-content/uploads/2010/04/ipad-1.jpg" alt="" width="550" height="342" /></a></p>
<p>A large part of the controversy surrounding the iPad has to do with the fact that it’s not running OS X or anything similar to that. It seems to be operating out of an iPhone-like OS except it’s more advanced. The applications are streamlined from the Apple App Store right to the iPad and it’s capable of running almost every applications that already works on the iPhone as well. However, the apps will be resized to fit the full screen resolution or scaled down to resemble the iPhone’s screen.</p>
<p>With the iPad you’re able to sync it with iTunes and when it comes to wireless connectivity, there are two different versions that are available. One relies upon WiFi-entirely, and the other can is free to roam the web with 3G connectivity. The difference is mostly in price, you don’t need a contract, and it will be shipped unlocked so that you’re able to use it with other carriers (besides AT&amp;T). Unlimited data plans for AT&amp;T start at $29.99/month.</p>
<h2><strong>Disclaimer</strong></h2>
<p>We are providing one GrindSmart Magazine <a href="http://feeds.feedburner.com/grindsmartnews">feed subscriber</a> who comments a completely free <strong>16GB Wi-Fi 3G iPad</strong> plus shipping. The winner will be contacted with the email provided when they comment for shipping arrangements. GrindSmart is not an affiliate of AT&amp;T and we will not set-up any sort of connectivity plan with any mobile carrier. It is the winner&#8217;s responsibility to provide their iPad Internet connectivity if desired.</p>
]]></content:encoded>
			<wfw:commentRss>http://grindsmart.com/2010/04/ipad-giveaway-for-designers-and-developers/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>GIVEAWAY: Ultimate Collection of Books for Web Designers!</title>
		<link>http://grindsmart.com/2010/03/giveaway-ultimate-collection-of-books-for-web-designers/</link>
		<comments>http://grindsmart.com/2010/03/giveaway-ultimate-collection-of-books-for-web-designers/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 04:16:10 +0000</pubDate>
		<dc:creator>GrindSmart Editorial</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Popular]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://grindsmart.com/?p=529</guid>
		<description><![CDATA[<em>Today we’re announcing our latest GIVEAWAY! The Ultimate Collection of Books for Web Designers! Because reading up on new standards, practices, and professional insight on design is important and in some cases vital, we’ve decided to giveaway 5 MUST READ web design books for designers/developers that touch base [...]</em]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fgrindsmart.com%2F2010%2F03%2Fgiveaway-ultimate-collection-of-books-for-web-designers%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fgrindsmart.com%2F2010%2F03%2Fgiveaway-ultimate-collection-of-books-for-web-designers%2F&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Today we&#8217;re announcing our latest GIVEAWAY! The Ultimate Collection of Books for Web Designers! Because reading up on new standards, practices, and professional insight on design is important and in some cases vital, we&#8217;ve decided to giveaway 5 MUST READ web design books for designers/developers that touch base on subjects such as <strong>Logo Design</strong>, <strong>Usability</strong>,<strong> Typography</strong>, <strong>Freelancing</strong>, and more! <strong>Five lucky winners </strong>will be announced on <strong>March 24 2010</strong>.</p>
<blockquote><p>Our only requirements is that you comment and <a href="http://feeds.feedburner.com/grindsmartnews"><strong>subscribe to GrindSmart Magazine</strong></a> and that’s it! <strong>5 lucky </strong>winners will be chosen on <strong>March 24th </strong>in <a href="http://www.random.org/">absolute random</a> order!</p></blockquote>
<p>Here&#8217;s what you&#8217;re getting:</p>
<h2>The Complete Manual of Typography</h2>
<p><img src="http://grindsmart.com/wp-content/uploads/2010/03/Book-1.jpg" alt="" /></p>
<p><a href="http://www.amazon.com/gp/product/0321127307?ie=UTF8&amp;tag=blogdesigblog-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0321127307"><strong>This book</strong></a> is about how type should look and how to make it look that way; in other words, how to set type like a professional. It releases the craft knowledge that used to reside almost exclusively in the heads of people working in type shops. The shops are gone, the technologies have changed, but the goal remains the same. This book explains in very practical terms how to use today&#8217;s computerized tools to achieve that secret of good design: well-set type.</p>
<h2>Logo Design Workbook: A Hands-On Guide to Creating Logos</h2>
<p><img src="http://grindsmart.com/wp-content/uploads/2010/03/Book-2.jpg" alt="" /></p>
<p>Throughout the book is laced with various logos and there is a brief examination of each in terms of the context of the various chapters. The depth of the topic feels as if the authors have only been able to gloss over various areas in order to meet the constraints of the book, but the brevity is more than made up by the value of the questions they&#8217;ve posed that should enable a designer to conduct their own research into creating a strong logo. As well the case studies offer a variety of perspectives from different designers providing a well rounded and interesting look into the design process. This book will prove useful to designers who need to determine and define the criteria that goes into making a successful logo that will help their clients meet their goals.</p>
<h2>Prioritizing Web Usability</h2>
<p><img src="http://grindsmart.com/wp-content/uploads/2010/03/Book-3.jpg" alt="" /></p>
<p>After more than a decade of Web usability research, we literally have <a title="Nielsen Norman Group: list of usability research reports with design guidelines" href="http://www.nngroup.com/reports/">thousands of guidelines</a> for making better websites. But what are the <strong>most important</strong> ones that all designers need to know? That&#8217;s what this <a href="http://www.useit.com/prioritizing/"><strong>new book</strong></a> is about.</p>
<p>A second goal of the book is to <strong>update the early Web usability guidelines</strong> I published in the 1990s. All the guidelines found since 2000 continue to hold, but what about findings from the studies we conducted 1994 to 1999? The book compares these old studies with more recent ones and explains which of the old guidelines should still be followed.</p>
<h2>The Unlimited Freelancer</h2>
<p><img src="http://grindsmart.com/wp-content/uploads/2010/03/Book-4.jpg" alt="" /></p>
<p>Freelancing doesn&#8217;t have to be a daily struggle. You too can build the business of your dreams — the business that you wanted to have in the first place. Sure, it takes hard work, but you&#8217;re probably already used to that anyway. By using the proven strategies in this book you&#8217;ll be running a successful business in less time than you thought possible.</p>
<p>The ideas we&#8217;ll show you in <a href="http://freelancefolder.com/book/"><strong>The Unlimited Freelancer</strong></a> can even help you expand from a successful freelance business into a larger, multi-person company (if that&#8217;s your goal). These are tactics that have been used by companies around the globe to increase productivity, earnings, and growth. [From FreelanceFolder.com]</p>
<h2>The Smashing Book</h2>
<p><img src="http://grindsmart.com/wp-content/uploads/2010/03/Book-5.jpg" alt="" /></p>
<p><a href="http://www.smashingmagazine.com/2009/12/03/smashing-book-its-out-now/"><strong>The Smashing Book</strong></a> is a <strong>printed book about best practices in modern Web design</strong>. The book shares technical tips and best practices on coding, usability and optimization and explores how to create successful user interfaces and apply marketing principles to increase conversion rates. It also shows how to get the most out of typography, color and branding so that you end up with intuitive and effective Web designs. And lastly, you will also get a peek behind the curtains of Smashing Magazine.</p>
<blockquote><p><span style="color: #ff0000;">Please Note</span>: Results will be given on March 24th and winners will be randomly chosen using <a href="http://www.random.org/"><strong>Random.Org</strong></a> services. Good Luck!</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://grindsmart.com/2010/03/giveaway-ultimate-collection-of-books-for-web-designers/feed/</wfw:commentRss>
		<slash:comments>34</slash:comments>
		</item>
		<item>
		<title>Unlimited File, Apps, and Image Hosting for Designers and Developers</title>
		<link>http://grindsmart.com/2010/01/unlimited-file-apps-and-image-hosting-for-designers-and-developers/</link>
		<comments>http://grindsmart.com/2010/01/unlimited-file-apps-and-image-hosting-for-designers-and-developers/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 10:29:03 +0000</pubDate>
		<dc:creator>GrindSmart Editorial</dc:creator>
				<category><![CDATA[Popular]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[file hosting]]></category>
		<category><![CDATA[host]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[image hosting]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[uploading]]></category>

		<guid isPermaLink="false">http://grindsmart.com/?p=238</guid>
		<description><![CDATA[
			
				
			
		
UPDATE: ShareDen Re-Design

As the web grows and we find the need to upload and share information with others there are only a few set of only tools that can help upload, host, and share your content for free. Here we have ShareDen.com, is the first file hosting site geared towards designers and developers. They will ]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fgrindsmart.com%2F2010%2F01%2Funlimited-file-apps-and-image-hosting-for-designers-and-developers%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fgrindsmart.com%2F2010%2F01%2Funlimited-file-apps-and-image-hosting-for-designers-and-developers%2F&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<h2><strong><span style="color: #ff0000;">UPDATE:</span> ShareDen Re-Design</strong></h2>
<p><a href="http://shareden.com"><img class="alignnone size-full wp-image-234" title="shareden-1" src="http://grindsmart.com/wp-content/uploads/2010/01/shareden-1.jpg" alt="" width="520" height="404" /></a></p>
<p><strong>As the web grows </strong>and<strong> </strong>we find<strong> the need to upload and share information</strong> with others there are only a few set of only tools that can help upload, host, and share your content for free. Here we have <strong><a href="http://shareden.com/home">ShareDen.com</a></strong>, is the first file hosting site geared towards designers and developers. They will not only host your images (like DeviantArt) but they will host your Photoshop files, applications, coding files, scripts, zips, audio, applications, and anything else you can think of. With <strong>ShareDen</strong> you can upload and host an unlimited amount of files. Files such as the following are allowed: <strong>.php, .html, .mp3, .psd, .ttf, .otf, .zip</strong>, and more!</p>
<p>You don&#8217;t have to sign-up to upload and share files, and best of all the service is completely free. However, if you sign up you&#8217;re able to create folders and image galleries with your files for later use. ShareDen is a <strong>free hosting service for designers, developers, and creatives</strong>, what better way to upload and share your files then within an online community of designers. You will also receive free around the clock technical support, for more information you can also contact them here <a href="mailto:info@shareden.com">info[at]ShareDen.com</a></p>
<p><a href="http://shareden.com/user/register"><img class="alignnone size-full wp-image-237" title="shareden-2" src="http://grindsmart.com/wp-content/uploads/2010/01/shareden-22.jpg" alt="" width="520" height="327" /></a></p>
<h2><a href="http://shareden.com/user/register"><strong>Sign-Up</strong></a> today and begin hosting all of your files with unlimited space!</h2>
]]></content:encoded>
			<wfw:commentRss>http://grindsmart.com/2010/01/unlimited-file-apps-and-image-hosting-for-designers-and-developers/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>7 Best Social Media Tools for Designers</title>
		<link>http://grindsmart.com/2009/12/7-best-social-media-tools-for-designers/</link>
		<comments>http://grindsmart.com/2009/12/7-best-social-media-tools-for-designers/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 23:29:38 +0000</pubDate>
		<dc:creator>GrindSmart Editorial</dc:creator>
				<category><![CDATA[Popular]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[clients]]></category>
		<category><![CDATA[designer]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[media]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[socialize]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://grindsmart.com/?p=93</guid>
		<description><![CDATA[
			
				
			
		
Every day people use social media to inform and make themselves known on the web. And now designers are using social venues to get their names out on the forefront. With the massive amounts of time spent socializing on the web, you can only expect to have a set of tools to help you. This ]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: left; margin-right: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fgrindsmart.com%2F2009%2F12%2F7-best-social-media-tools-for-designers%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fgrindsmart.com%2F2009%2F12%2F7-best-social-media-tools-for-designers%2F&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>Every day people use social media to inform and make themselves known on the web. And now designers are using social venues to get their names out on the forefront. With the massive amounts of time spent socializing on the web, you can only expect to have a set of tools to help you. This is why we&#8217;ve compiled <strong>7 Best Social Media Tools for Designers</strong>. This list will help you save time, get your name out, socialize, make friends, and bring in more clients.</p>
<h2><strong>Socialite</strong></h2>
<p><a href="http://realmacsoftware.com/socialite/"><img class="alignnone size-full wp-image-94" title="social-1" src="http://grindsmart.com/wp-content/uploads/2009/12/social-1.jpg" alt="social-1" width="550" height="450" /></a></p>
<p><a href="http://realmacsoftware.com/socialite/">Socialite</a> solely operates on Mac machines. This app integrates the top 5-6 social networks into one usable and easy to access program.</p>
<h2><strong>TweetDeck</strong></h2>
<p><a href="http://www.tweetdeck.com/beta/"><img class="alignnone size-full wp-image-95" title="social-2" src="http://grindsmart.com/wp-content/uploads/2009/12/social-2.jpg" alt="social-2" width="550" height="450" /></a></p>
<p><a href="http://www.tweetdeck.com/beta/">TweetDeck</a> is an Adobe Air application that allows you to quickly organize and place imporatance on your tweets. You can group tweets based on search terms, time frame, and so on&#8230;</p>
<h2><strong>Spokeo</strong></h2>
<p><a href="http://www.spokeo.com/"><img class="alignnone size-full wp-image-96" title="social-3" src="http://grindsmart.com/wp-content/uploads/2009/12/social-3.jpg" alt="social-3" width="550" height="450" /></a></p>
<p>Search over 41 different social media networks for any and all sorts of information. It&#8217;s as simple as that.</p>
<h2><strong>Stribe</strong></h2>
<p><a href="http://www.stribe.com/"><img class="alignnone size-full wp-image-97" title="social-4" src="http://grindsmart.com/wp-content/uploads/2009/12/social-4.jpg" alt="social-4" width="550" height="450" /></a></p>
<p>Stribe lets you instantly create a social network on any website. Users will be connected with your community on any website with Stribe. It is totally customizable and you have freedom to change colors, fonts and background.</p>
<h2><strong>CROWDFusion</strong></h2>
<p><a href="http://www.crowdfusion.com/"><img class="alignnone size-full wp-image-98" title="social-5" src="http://grindsmart.com/wp-content/uploads/2009/12/social-5.jpg" alt="social-5" width="550" height="450" /></a></p>
<p><a href="http://www.crowdfusion.com/">Crowd Fusion</a> is a publishing platform that combines several popular applications &#8211; like blogging, wikis, tagging and work-flow management &#8211; with some original concepts.</p>
<h2><strong>UserVoice</strong></h2>
<p><a href="https://uservoice.com/"><img class="alignnone size-full wp-image-99" title="social-6" src="http://grindsmart.com/wp-content/uploads/2009/12/social-6.jpg" alt="social-6" width="550" height="450" /></a></p>
<p><a href="https://uservoice.com/">UserVoice</a> can help track and manage the feedback of your clients or customers. Users will be able vote on the ideas of other users, you&#8217;ll be able to get quality suggestions and opinions on you projects as well as applications.</p>
<h2><strong>Get Satisfaction</strong></h2>
<p><a href="http://www.getsatisfaction.com/"><img class="alignnone size-full wp-image-100" title="social-7" src="http://grindsmart.com/wp-content/uploads/2009/12/social-7.jpg" alt="social-7" width="550" height="450" /></a></p>
<p><a href="http://www.getsatisfaction.com/">Get Satisfaction</a> provides you with a forum where your customers are able to get answers to questions, solutions to problems, and submit feature and new product requests. Those answers and solutions are stored and searchable over time, cutting down on support costs and building trust with your user-base.</p>
]]></content:encoded>
			<wfw:commentRss>http://grindsmart.com/2009/12/7-best-social-media-tools-for-designers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)
Database Caching 9/17 queries in 0.029 seconds using disk

Served from: grindsmart.com @ 2010-09-08 15:22:53 -->