<?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>PayPerTwit &#187; scratch</title>
	<atom:link href="http://paypertwit.com/tag/scratch/feed" rel="self" type="application/rss+xml" />
	<link>http://paypertwit.com</link>
	<description>Where Twitter meets business</description>
	<lastBuildDate>Tue, 03 Nov 2009 15:42:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Creating your startup from scratch. Part 3 &#8211; Design, resources &amp; Inspiration</title>
		<link>http://paypertwit.com/creating-your-startup-from-scratch-part-3-design-resources-inspiration</link>
		<comments>http://paypertwit.com/creating-your-startup-from-scratch-part-3-design-resources-inspiration#comments</comments>
		<pubDate>Tue, 12 May 2009 14:59:47 +0000</pubDate>
		<dc:creator>Alex Puig</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[color palette]]></category>
		<category><![CDATA[css framework]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[scratch]]></category>
		<category><![CDATA[startup]]></category>
		<category><![CDATA[typography]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://paypertwit.com/?p=60</guid>
		<description><![CDATA[Now we have our idea, the domain name and the programming language. The next step is creating a design. I&#8217;ll try to go through the different parts of a good design.
I&#8217;m assuming you are a brave entrepreneur trying to launch your startup, but remember that help is always needed, design is not science, is an [...]]]></description>
			<content:encoded><![CDATA[<p>Now we have our idea, the domain name and the programming language. The next step is creating a design. I&#8217;ll try to go through the different parts of a good design.</p>
<p>I&#8217;m assuming you are a brave entrepreneur trying to launch your startup, but remember that help is always needed, design is not science, is an art and probably you are not an artist. Ask for help. In this early stage of the project there&#8217;s no budget to hire a designer, I know, but I strongly recommend it anyway.</p>
<h3>The message</h3>
<p>First ask yourself about your site, what are you trying to tell? who are you willing to convince? How can you explain your idea in a single web page (your home) in less than 10 secs? Because that&#8217;s the time you have to convince your visitor to stay. Your home must tell all of this and be attractive at the same time.</p>
<h3>Choose a color palette</h3>
<p>How many colors do you need? Depending on the layout, the number of columns, the look you want the site to have and the feeling your home should transmit. Choose your site colors wisely (messages, columns, logo, background&#8230;). You better visit lots of websites for inspiration and also use this applications online:</p>
<ul>
<li>http://kuler.adobe.com/#create/fromacolor<a href="http://www.colorblender.com/"></a></li>
<li><a href="http://colorschemedesigner.com/">http://colorschemedesigner.com/</a></li>
<li><a href="http://www.colorblender.com/">http://www.colorblender.com/</a></li>
<li><a href="http://www.colorschemer.com/online.html">http://www.colorschemer.com/online.html</a></li>
<li><a href="http://www.ficml.org/jemimap/style/color/wheel.html">http://www.ficml.org/jemimap/style/color/wheel.html</a></li>
</ul>
<p>Remember that every color has its own significance : <a title="Colors &amp; psychology" href="http://www.designersplayground.com/articles/166/1/The-psychology-of-color-in-web-design/Page1.html">The psychology of color in web design</a></p>
<h3>Typography</h3>
<p>It&#8217;s always a good idea to choose the right typography. This can be &#8220;the touch&#8221; for your site, the small detail that makes everything else look better. For compatibility reasons, few typographies are available to be used in the web, anyway you can use some of these Javascript based solutions:</p>
<ul>
<li><a title="dufón" href="http://cufon.shoqolate.com/generate/">cufón</a>. Uses the browser to draw vector objects using VML</li>
<li><a title="sifr" href="http://www.mikeindustries.com/blog/sifr/">Sifr</a>. Requires both JavaScript and Flash to be enabled.</li>
<li><a title="facelift" href="http://facelift.mawhorter.net/examples/">facelift</a>. Using PHP (and the GD library).</li>
</ul>
<h3>Layout</h3>
<p>More decisions to make : fluid, fixed or elastic layout?</p>
<ul>
<li>A fixed width site is one where the main wrapper is set to a specific immovable width independent of the user agent’s display resolution.</li>
<li>A fluid or liquid layout is created by not specifying a wrapper width at all or doing so using the percentage unit of measure.</li>
<li>An elastic site’s main wrapper and other elements are measured using ems as the unit of measure.</li>
</ul>
<p>I recommend reading <a title="layouts" href="http://green-beast.com/blog/?p=199">this post about layouts</a> to help you decide.</p>
<p>With the message in your mind you can choose a layout for your site ( header, columns&#8230; ). There are some tools to help you create a CSS layout for you:</p>
<ul>
<li><a href="http://csscreator.com/tools/layout">http://csscreator.com/tools/layout</a><a href="http://www.wannabegirl.org/firdamatic/"></a></li>
<li><a href="http://www.wannabegirl.org/firdamatic/">http://www.wannabegirl.org/firdamatic/</a><a href="http://layouts.ironmyers.com/"></a></li>
<li><a href="http://layouts.ironmyers.com/">http://layouts.ironmyers.com/</a></li>
</ul>
<h3>CSS Framework</h3>
<p>Optionally if you are not a CSS guru you may prefer using an already developed CSS Framework</p>
<p>Pros : Rapid development, normalization of code, standard compliance and cross-browser compatibility.</p>
<p>Cons : Design dependent on the framework and unnecessary code.</p>
<p>Some popular CSS frameworks are :</p>
<ul>
<li><a href="http://www.blueprintcss.org/" target="_blank">Blueprint</a></li>
<li><a href="http://www.yaml.de/en/" target="_blank">Yet Another Multicolumn Layout (YAML)</a></li>
<li><a href="http://developer.yahoo.com/yui/grids/" target="_blank">YUI Grids CSS Foundation</a></li>
<li><a href="http://960.gs/" target="_blank">960 Grid System</a></li>
<li><a href="http://bluetrip.org/" target="_blank">BlueTrip</a><a href="http://docs.jquery.com/UI/Theming/API" target="_blank"></a></li>
<li><a href="http://docs.jquery.com/UI/Theming/API" target="_blank">jQuery UI CSS Framework</a><a href="http://lwis.net/free-css-drop-down-menu/" target="_blank"></a></li>
<li><a href="http://lwis.net/free-css-drop-down-menu/" target="_blank">CSS Drop-Down Menu Framework</a><a href="http://code.google.com/p/hartija/" target="_blank"></a></li>
<li><a href="http://code.google.com/p/hartija/" target="_blank">Hartija &#8211; CSS Print Framework</a></li>
</ul>
<p><a href="http://www.w3avenue.com/2009/04/29/definitive-list-of-css-frameworks-pick-your-style/">You can find a complete list of CSS Frameworks here</a></p>
<h3>Inspiration</h3>
<p>Before starting with the design of the site, once the message you want to transmit is clear, I recommend spending some time exploring the web for inspiration. Some web sites will help you :</p>
<ul>
<li><a href="http://webcreme.com/">Web Creme</a><a href="http://www.cssheaven.com/"></a></li>
<li><a href="http://www.cssheaven.com/">CSS HEaven</a></li>
<li><a href="http://www.cssclip.com/">CSS Clip</a></li>
<li><a href="http://cssremix.com/">CSS Remix</a></li>
<li><a href="http://creattica.com/">Creaticca</a></li>
<li><a href="http://designshack.co.uk/gallery/all/">Design Shack</a></li>
</ul>
<p><a href="http://sixrevisions.com/web_design/16-best-web-design-galleries-for-inspiration/">More web design galleries for inspiration</a></p>
<p><a href="http://www.w3avenue.com/2009/04/29/definitive-list-of-css-frameworks-pick-your-style/"></a></p>
<h3>Final notes</h3>
<p>Now it&#8217;s time to work out your networking skills. First ask for help to your friends &amp; family, but after that try to involve some expert in design. Use twitter and facebook and try to get as much feedback as you can. Your site should be attractive to a lot of people, so it makes sense to let them participate in the making of.</p>
<div class="posts_index"><strong>Creating your startup from scratch</strong>         </p>
<p><a title="Choosing a domain name" href="http://paypertwit.com/creating-your-startup-from-scratch-part-1-choosing-a-domain-name" target="_self">Part 1 &#8211; Choosing a domain name</a></p>
<p><a title="Language, Framework &amp; CMS" href="http://paypertwit.com/startup-from-scratch-language-framework-cms" target="_self">Part 2 &#8211; Language, Framework &amp; CMS</a></p>
<p><a title="Design, resources &amp; Inspiration" href="http://paypertwit.com/creating-your-startup-from-scratch-part-3-design-resources-inspiration">Part 3 &#8211; Design, resources &amp; Inspiration</a></p>
<p>Part 4 &#8211; Database selection</p>
<p>Part 5 &#8211; Hosting or Dedicated Server?</p>
<p>Part 6 &#8211; Control Version System</p>
<p>Part 7 &#8211; CSS Structure</p>
<p>Part 8 &#8211; JS Structure and Framework</p>
<p>Part 9 &#8211; URLs &amp;SEO</p>
<p>Part 10 &#8211; Testing tools</p>
<p>Part 11 &#8211; Promoting your Startup</p></div>
]]></content:encoded>
			<wfw:commentRss>http://paypertwit.com/creating-your-startup-from-scratch-part-3-design-resources-inspiration/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Creating your startup from scratch. Part 2 &#8211; Language, Frameworks &amp; CMS</title>
		<link>http://paypertwit.com/startup-from-scratch-language-framework-cms</link>
		<comments>http://paypertwit.com/startup-from-scratch-language-framework-cms#comments</comments>
		<pubDate>Tue, 28 Apr 2009 08:30:30 +0000</pubDate>
		<dc:creator>Alex Puig</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[content management system]]></category>
		<category><![CDATA[entrepreneur]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[scratch]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://paypertwit.com/?p=57</guid>
		<description><![CDATA[Here we are, with our business killer idea and our brand new  just registered domain name. We are ready for the technical specifications, so the first question is : which programming language should I choose? PHP, Java, Ruby, Perl&#8230;?
Choose your language
First of all there are 3 questions you should ask yourself ( by @JoeStump ):

Can [...]]]></description>
			<content:encoded><![CDATA[<div>Here we are, with our business killer idea and our brand new  just registered domain name. We are ready for the technical specifications, so the first question is : which programming language should I choose? PHP, Java, Ruby, Perl&#8230;?</div>
<h3>Choose your language</h3>
<p>First of all there are 3 questions you should ask yourself ( by <a title="Joe Stump" href="http://twitter.com/joestump">@JoeStump</a> ):</p>
<ul>
<li><strong>Can you find developers?</strong></li>
<li><strong>Is it widely supported?</strong></li>
<li><strong>Does it makes you happy?</strong></li>
</ul>
<p>Forget about performance issues ( PHP Doesn’t Scale, nor Ruby, nor Perl&#8230; ) because languages don&#8217;t scale. It&#8217;s not really important to make your code 300% faster, it’s not where your bottlenecks are. So instead of finding out the best ever existing programming language you better spend your time thinking about one which of them will make your life easier.</p>
<p>I choose PHP. I&#8217;m not saying it&#8217;s better or faster, it&#8217;s just the language I&#8217;ve working on for the last years. There are many resources for PHP on internet to help you master it and get the best from it.</p>
<h3>Don&#8217;t reinvent the wheel</h3>
<p>Now I recommend some investigation. Can I implement my idea in any of the already developed technologies? Can I use a Content Management System for my project? You should really consider about using an existing CMS and apply the necessary modifications better than develop all your idea from scratch.</p>
<p>A Content Management System (CMS) is a computer application used to create, edit, manage, search and publish various kinds of digital media and electronic text (<a title="CMS" href="http://en.wikipedia.org/wiki/Content_management_system">via Wikipedia</a>)</p>
<p>Some of the best Open Source CMS are:</p>
<ol>
<li><a title="Silverstripe" href="http://www.silverstripe.org/">Silverstripe</a> (PHP, MySQL)</li>
<li><a title="Joomla href=" href=" mce_href=">Joomla!</a>(PHP, MySQL)</li>
<li><a title="Drupal" href="http://drupal.org/">Drupal</a> (PHP, MySQL)</li>
<li><a title="Plone" href="http://plone.org/">Plone</a> (Python, MySQL)</li>
<li><a title="Alfresco" href="http://www.alfresco.com/">Alfresco</a> (Java, MySQL)</li>
<li><a title="Wordpress" href="http://www.wordpress.org/">Wordpress</a>(PHP, MySQL)</li>
<li><a title="OpenCMS" href="http://www.opencms.org/en/">OpenCMS</a> (Java, MySQL)</li>
<li><a title="Mambo" href="http://mambo-foundation.org/">Mambo</a> (PHP, MySQL)</li>
<li><a title="Typo3" href="http://typo3.com/">Typo3</a> (PHP, MySQL)</li>
<li><a title="e107" href="http://e107.org/">e107</a> (PHP, MySQL)</li>
<li><a title="Liferay" href="http://www.liferay.com/web/guest/home">Liferay</a> (Java)</li>
<li><a title="DotNetNuke" href="http://www.dotnetnuke.com/">DotNetNuke</a> (.NET)</li>
<li><a title="MODx" href="http://modxcms.com/">MODx</a> (PHP, MySQL)</li>
<li><a title="XOOPS" href="http://www.xoops.org/">XOOPS</a> (PHP, MySQL)</li>
</ol>
<p>They are all pretty customizable (using plugins) and with no big modifications you can have your site up and running in nearly no time.</p>
<h3>My application is too complicated! CMS are not for me</h3>
<p>Depending on the needs of your application maybe a CMS won&#8217;t be useful for you. It&#8217;s time to choose a programming framework. A framework is an abstraction in which common code providing generic functionality can be selectively overridden or specialized by user code providing specific functionality.</p>
<p>It&#8217;s the base for all your code with additional objects to help you deal with the different problems you may encounter during the development. Some important features to look for in are:</p>
<ul>
<li>MVC (Model-View-Controller) design pattern</li>
<li>Templating</li>
<li>Caching</li>
<li>Security</li>
<li>Database abstraction layer</li>
<li>Filesystem access</li>
<li>Form Validation</li>
<li>Inbuilt CMS</li>
<li>Inbuilt auth</li>
</ul>
<p>Known <strong>PHP frameworks </strong>( <a title="Top 10 PHP frameworks" href="http://www.one2.biz/blog/top-10-php-frameworks/" target="_blank">via One2</a> )</p>
<ul>
<li><a href="http://www.yiiframework.com/" target="_blank">Yii</a></li>
<li><a href="http://www.codeigniter.com/" target="_blank">CodeIgniter</a></li>
<li><a href="http://www.cakephp.org" target="_blank">CakePHP</a></li>
<li><a href="http://www.phpdevshell.org" target="_blank">PHPDevShell</a></li>
<li><a href="http://www.akelos.org/" target="_blank">Akelos</a></li>
<li><a href="http://www.symfony-project.com/" target="_blank">Symfony</a></li>
<li><a href="http://www.pradosoft.com/" target="_blank">Prado</a></li>
<li><a href="http://framework.zend.com/home" target="_blank">Zend</a></li>
<li><a href="http://www.zoopframework.com/" target="_blank">ZooP</a></li>
<li><a href="http://qphp.net/" target="_blank">QPHP</a></li>
<li><a href="http://kohanaphp.org" target="_blank">KohanaPHP</a></li>
</ul>
<p><strong>Other Frameworks</strong>:</p>
<ul>
<li><a title="JNI" href="http://java.sun.com/javase/6/docs/technotes/guides/jni/index.html" target="_blank">JNI (Java)</a></li>
<li><a title="Twisted" href="http://twistedmatrix.com/trac/" target="_blank">Twisted (Python)</a></li>
<li><a title="Spring " href="http://www.springsource.org/" target="_blank">Spring (Java)</a></li>
<li><a title="TrueView" href="http://www.evolving-software.co.uk/" target="_blank">TrueView (.NET)</a></li>
<li><a title="Base One International Corporation  " href="http://www.boic.com/bfcintro.htm" target="_blank">BFC (.NET)</a></li>
<li><a title="Ruby on Rails" href="http://rubyonrails.org/" target="_blank">Ruby on Rails (Ruby)</a></li>
</ul>
<p>As you can see I always try to use any known technology. <a title="List of frameworks" href="http://en.wikipedia.org/wiki/List_of_web_application_frameworks" target="_blank">Here you can find a complete list of frameworks</a></p>
<div class="posts_index"><strong>Creating your startup from scratch</strong>   </p>
<p><a title="Choosing a domain name" href="http://paypertwit.com/creating-your-startup-from-scratch-part-1-choosing-a-domain-name" target="_self">Part 1 &#8211; Choosing a domain name</a></p>
<p><a title="Language, Framework &amp; CMS" href="http://paypertwit.com/startup-from-scratch-language-framework-cms" target="_self">Part 2 &#8211; Language, Framework &amp; CMS</a></p>
<p><a title="Design, resources &amp; Inspiration" href="http://paypertwit.com/creating-your-startup-from-scratch-part-3-design-resources-inspiration">Part 3 &#8211; Design, resources &amp; Inspiration</a></p>
<p>Part 4 &#8211; Database selection</p>
<p>Part 5 &#8211; Hosting or Dedicated Server?</p>
<p>Part 6 &#8211; Control Version System</p>
<p>Part 7 &#8211; CSS Structure</p>
<p>Part 8 &#8211; JS Structure and Framework</p>
<p>Part 9 &#8211; URLs &amp;SEO</p>
<p>Part 10 &#8211; Testing tools</p>
<p>Part 11 &#8211; Promoting your Startup</p></div>
<p>Sources :</p>
<p><a title="15 Open Source Content Management Systems" href="http://www.opensourcereleasefeed.com/article/show/15-open-source-content-management-systems-vote-for-your-favorite-and-win" target="_blank">15 Open Source Content Management Systems</a><br />
<a title="Choosing a Framework" href="http://www.developertutorials.com/blog/php/choosing-a-framework-11/" target="_blank">Choosing a Framework</a></p>
]]></content:encoded>
			<wfw:commentRss>http://paypertwit.com/startup-from-scratch-language-framework-cms/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Creating your startup from scratch. Part 1 &#8211; Choosing a domain name</title>
		<link>http://paypertwit.com/creating-your-startup-from-scratch-part-1-choosing-a-domain-name</link>
		<comments>http://paypertwit.com/creating-your-startup-from-scratch-part-1-choosing-a-domain-name#comments</comments>
		<pubDate>Mon, 30 Mar 2009 07:17:30 +0000</pubDate>
		<dc:creator>Alex Puig</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[business]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[domain names]]></category>
		<category><![CDATA[entrepreneur]]></category>
		<category><![CDATA[new]]></category>
		<category><![CDATA[scratch]]></category>
		<category><![CDATA[startup]]></category>

		<guid isPermaLink="false">http://paypertwit.com/?p=35</guid>
		<description><![CDATA[In the last ten years I&#8217;ve been involved in the making of many web projects, some of them big sites involving a large team of developers and high loads of traffic. Even though I started writing HTML inside the PHP files (I know, I was young, I needed the money&#8230;), I have learned a lot [...]]]></description>
			<content:encoded><![CDATA[<p>In the last ten years I&#8217;ve been involved in the making of many web projects, some of them big sites involving a large team of developers and high loads of traffic. Even though I started writing HTML inside the PHP files (I know, I was young, I needed the money&#8230;), I have learned a lot since then, and it&#8217;s time for me to share this knowledge and write down the process to create a brand new startup. I hope it&#8217;s useful for some of you. Anyway I know I will learn a lot writing these posts.</p>
<h3>Part 1 &#8211; Choosing a domain name</h3>
<p>Maybe the hardest part. If you are reading this probably you had a good idea, but when tried to register the domain name for your idea that name was already registered. Even some variations on your idea were not available also. I won&#8217;t talk here about domainers and how they kill the initiative of most entrepreneurs, but I&#8217;ll try to help you find the right domain for your startup.</p>
<p><strong>First of all some tips about the domain name:</strong></p>
<ol>
<li>Choose 5 keywords of your business to generate the domain name</li>
<li>The domain name must be unique (no other business with the same name or similar)</li>
<li>Your Brand should be your domain name (change your brand if necessary &amp; possible)</li>
<li>Try to make it short. It must be easy to spell, remember and type</li>
<li>Only Choose Dot-Com Available Domains (not if you run a local business)</li>
<li>Reject Hyphens and Numbers</li>
<li>Be careful with phonetically similar names (and register them also if possible)</li>
<li>Forget about 2.0 names (unless you have big money for marketing)</li>
</ol>
<p><strong>Find your keywords</strong></p>
<p>There are a few free keyword suggestion tools base on search results</p>
<ol>
<li><a title="Google keyword tool" href="https://adwords.google.com/select/KeywordToolExternal" target="_blank">https://adwords.google.com/select/KeywordToolExternal</a></li>
<li><a title="Keyword gen Box" href="https://account.uk.miva.com/advertiser/Account/Popups/KeywordGenBox.asp" target="_blank">https://account.uk.miva.com/advertiser/Account/Popups/KeywordGenBox.asp</a></li>
<li><a title="Word tracker" href="http://freekeywords.wordtracker.com/" target="_blank">http://freekeywords.wordtracker.com</a></li>
<li><a title="Self SEO keyword suggestion" href="http://www.selfseo.com/keyword_suggestion_tool.php" target="_blank">http://www.selfseo.com/keyword_suggestion_tool.php</a></li>
</ol>
<p><strong>Keyword based Domain name generators</strong></p>
<p>You can find several tools to help choose a domain name based on your keywords:</p>
<ol>
<li> <a title="Make words" href="http://www.makewords.com" target="_blank">http://www.makewords.com</a></li>
<li><a title="NameBoy" href="http://www.nameboy.com" target="_blank">http://www.nameboy.com</a></li>
<li><a title="DotOMator" href="http://www.dotomator.com" target="_blank">http://www.dotomator.com</a></li>
<li><a title="BustAName" href="http://www.bustaname.com" target="_blank">http://www.bustaname.com</a></li>
<li><a title="123Finder" href="http://www.123finder.com" target="_blank">http://www.123finder.com</a></li>
<li><a title="RWM" href="http://www.rwm.net/wizard.htm" target="_blank">http://www.rwm.net/wizard.htm</a></li>
<li><a title="Eye on Domain" href="http://www.eyeondomain.com/search.html" target="_blank">http://www.eyeondomain.com/search.html</a></li>
</ol>
<p><strong>Choosing the right domain name</strong></p>
<p>At this point you may have at least 10 possible available domain names, now you should let other people help you. Never do this alone, make a poll between people you know (friends, family&#8230;. ). The more people involved the better will be the domain name (always include a SEO in this stage of the project)</p>
<p><strong>Final notes</strong></p>
<p>Do your best to avoid buying an existing domain, be creative and make up your own brand. This is just the first step and can be really hard sometimes. Don&#8217;t give up, it&#8217;s just the beginning and the best is yet to come.</p>
<p>Take your time, if everything goes fine this domain name will be with you for a long time.</p>
<p>Take a look at your competence, they can give you great ideas.</p>
<p>Think about the evolution of your business, Are you going international? Does your domain name suits the new market  needs? Can be translated?</p>
<div class="posts_index"><strong>Creating your startup from scratch</strong>     </p>
<p><a title="Choosing a domain name" href="http://paypertwit.com/creating-your-startup-from-scratch-part-1-choosing-a-domain-name" target="_self">Part 1 &#8211; Choosing a domain name</a></p>
<p><a title="Language, Framework &amp; CMS" href="http://paypertwit.com/startup-from-scratch-language-framework-cms" target="_self">Part 2 &#8211; Language, Framework &amp; CMS</a></p>
<p><a title="Design, resources &amp; Inspiration" href="http://paypertwit.com/creating-your-startup-from-scratch-part-3-design-resources-inspiration">Part 3 &#8211; Design, resources &amp; Inspiration</a></p>
<p>Part 4 &#8211; Database selection</p>
<p>Part 5 &#8211; Hosting or Dedicated Server?</p>
<p>Part 6 &#8211; Control Version System</p>
<p>Part 7 &#8211; CSS Structure</p>
<p>Part 8 &#8211; JS Structure and Framework</p>
<p>Part 9 &#8211; URLs &amp; SEO</p>
<p>Part 10 &#8211; Testing tools</p>
<p>Part 11 &#8211; Promoting your Startup</p></div>
]]></content:encoded>
			<wfw:commentRss>http://paypertwit.com/creating-your-startup-from-scratch-part-1-choosing-a-domain-name/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
