<?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>Marty Thornley &#187; website starters</title>
	<atom:link href="http://martythornley.com/tag/website-starters/feed/" rel="self" type="application/rss+xml" />
	<link>http://martythornley.com</link>
	<description>From Photography Blogsites</description>
	<lastBuildDate>Wed, 14 Mar 2012 08:24:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://photographyblogsites.com/?v=3.2.1</generator>
		<item>
		<title>Optimize Your WordPress Site</title>
		<link>http://martythornley.com/2009/05/optimize-your-wordpress-site/</link>
		<comments>http://martythornley.com/2009/05/optimize-your-wordpress-site/#comments</comments>
		<pubDate>Tue, 12 May 2009 14:03:38 +0000</pubDate>
		<dc:creator>Marty</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Tutorials]]></category>
		<category><![CDATA[web design resources]]></category>
		<category><![CDATA[website starters]]></category>
		<category><![CDATA[WPJumpStart]]></category>

		<guid isPermaLink="false">http://martythornley.com/?p=645</guid>
		<description><![CDATA[WordPress has become one of the most powerful and most-used blogging and Content Management Systems in the world in part due to its incredible flexibility and ability to be customized. So it is surprising to learn that the default installation is lacking in a few ways. But because of the great flexibility of WordPress, this [...]]]></description>
			<content:encoded><![CDATA[<p>WordPress has become one of the most powerful and most-used blogging and Content Management Systems in the world in part due to its incredible flexibility and ability to be customized. So it is surprising to learn that the default installation is lacking in a few ways. But because of the great flexibility of WordPress, this is easy to fix in just a few minutes.<a title="The Latest and Greatest WordPress Plugins" href="http://martythornley.com/2009/05/latest-and-greatest-wordpress-plugins"></a></p>
<p>After any WordPress installation, there is a series of steps that I take in order to optimize the site, before I even think about what it will look like.</p>
<h2>Remove or edit the Placeholder Content</h2>
<p>There is a placeholder post titled &#8216;Hello World&#8217;. DELETE that, or edit it to be your actual first post.</p>
<p>There is a placeholder page called &#8216;About&#8217;. DELETE it or edit it to say what you want it to say.</p>
<h2>Delete the user &#8216;admin&#8217;</h2>
<p>If you used a one-click installation or had someone do it for you, you might have been given the default user name of &#8216;admin&#8217;. The problem is that hackers know that WordPress sites tend to have a user named &#8216;admin&#8217; and even worse, the password is sometimes &#8216;admin&#8217;.</p>
<p>This is a huge security risk. You can not actually edit a username, so the solution is to create a new unique username and a more secure password, then DELETE the admin user.</p>
<h2>Check your admin Email</h2>
<p>Navigate to settings&gt;general. Check the email address there and make sure you enter an email address you will actually check. This is the email used to notify you of comments, problems, etc.</p>
<h2>Install and Configure Plugins</h2>
<p>WordPress comes with two plugins already included. One should be activated and set-up and the other is a waste of time and should be deleted.</p>
<ul>
<li>Askimet &#8211; This is the WordPress spam protection. Activate this immediately. Once you do, you will be asked for a WordPress &#8216;API KEY&#8217;. You will need to go to WordPress.com to set-up an account there. Once you do, you will be able to <a title="Get an API KEY from WordPress.com" rel="external nofollow" href="http://en.wordpress.com/api-keys/" target="_blank">find the &#8216;API KEY&#8217;</a> on your profile page. Copy it, return to your new site, and paste the &#8216;API KEY&#8217; into the Askimet settings. You can find the Askimet settings in the admin menu under &#8216;Plugins&gt;Askimet Configuration&#8217;.</li>
<li>&#8216;Hello Dolly&#8217; &#8211; This is a useless waste of space. Delete it. To say anything more would waste even more space.</li>
</ul>
<p>When it comes to finding and adding more plugins, there are countless plugins available that can add a lot of capability to your site. Some are just for fun and completely optional, but others are highly recommended for any site and there is a list of plugins that I install on almost every site.</p>
<p>You can <a title="The Latest and Greatest WordPress Plugins" href="http://martythornley.com/2009/05/latest-and-greatest-wordpress-plugins">see my post about plugins here</a>.</p>
<p>But here are two that shouldn&#8217;t be missed:</p>
<ul>
<li>All in one SEO Pack</li>
<li>Google XML Sitemaps</li>
</ul>
<p>Navigate to the plugins page in the admin section. At the bottom, you will see the &#8216;Plugin Browser/Installer&#8217;. Click on that and you can search for plugins by type or by name. You can then install them with one click right from there.</p>
<h2>Fix Permalinks</h2>
<p>Each post and page that you create in WordPress has a permanent home called a &#8216;permalink&#8217;. This is simply a permanent (sort-of) URL that you can use to link directly to that post. When you first install and set-up WordPress, it creates URLs based on the ID number that it uses in the databse to keep track of everything. If you look at the URL, it will look something like this: &#8216;http://mysite.com/?p=1&#8242;.</p>
<p>The problem (besides being ugly &#8211; hence the name &#8216;ugly URL&#8217; or &#8216;ugly permalink&#8217;) is that search engines use the URL as one of the most important factors for deciding what a page is about. Wouldn&#8217;t it be much better if you wrote a post about an event you just photographed and the URL could be something like &#8216;http://mysite.com/beverly-hills-wedding/&#8217; instead of &#8216;http://mysite.com/?p=1&#8242;?</p>
<p>This is an easy fix in WordPress.</p>
<ul>
<li>In the admin area, navigate to settings&gt;permalinks.</li>
<li>Under &#8216;Common Settings&#8217; you will probably see that &#8216;default&#8217; is checked off.</li>
<li>Under that is a series of options for more SEO friendly (and reader friendly) URLS.</li>
<li>&#8216;Month and Name&#8217; is best for sites with one author.</li>
<li>&#8216;Day and Name&#8217; would be better for a multi author site where you might expect tbe publishing a large amount of content.</li>
</ul>
<p>The difference between &#8216;Day and Name&#8217; and &#8216;Month and Name&#8217; is simply that you can&#8217;t have duplicate URLS, so if you want a little  more room to allow for potential duplicate titles, use &#8216;Day and Name&#8217;. This would make everyday start fresh, because you are using the day, month and year as part of the URL. The odds of even a big site creating duplicate titles in one day are pretty slim.</p>
<p>What happen if you do create duplicate post titles? WordPress simple puts a &#8216;-2&#8242;, then&#8217;-3&#8242; after the title. Nothing breaks. It&#8217;s not terrible.But we went through all of this for prettypermalinks that actually mean something and don&#8217;t have meaningless numbers. Might as well try to keep it that way.</p>
<h2>Add Ping Services</h2>
<p>Ping services allow different blog and RSS listing services to be notified when you post new content to your site. The idea is to help get the word out and hopefully drive some traffic to your site. By default, WordPress only lists one ping service &#8211; pingomatic. You can find this by navigating to settings&gt;writing. Towards the bottom, you will see a textarea where you can enter ping services and only one is listed &#8211; http://rpc.pingomatic.com/. But there are many more ping services out there.</p>
<p>There are two lines of thought:</p>
<ol>
<li>Use a small list of services that in turn ping several more.</li>
<li>Directly use the list of all services so that you are not relying on a message to be passed on.</li>
</ol>
<p>To use a small list of services that will notify others, copy this list and paste it into the ping services area under settings&gt;writing:</p>
<p style="padding-left: 30px">http://rpc.pingomatic.com</p>
<p>http://www.blogpeople.net/servlet/weblogUpdates</p>
<p>http://ping.myblog.jp</p>
<p>http://ping.bloggers.jp/rpc/</p>
<p>http://bblog.com/ping.php</p>
<p>To use a longer list of services to notify directly, copy this list and paste it into the ping services area under settings&gt;writing:
</p>
<p style="padding-left: 30px">http://api.feedster.com/ping</p>
<p>http://api.moreover.com/RPC2</p>
<p>http://api.my.yahoo.com/RPC2</p>
<p>http://xping.pubsub.com/ping/</p>
<p>http://ping.blo.gs/</p>
<p>http://ping.feedburner.com</p>
<p>http://ping.syndic8.com/xmlrpc.php</p>
<p>http://ping.weblogalot.com/rpc.php</p>
<p>http://rpc.blogrolling.com/pinger/</p>
<p>http://rpc.icerocket.com:10080/</p>
<p>http://rpc.newsgator.com/</p>
<p>http://rpc.technorati.com/rpc/ping</p>
<p>http://rpc.weblogs.com/RPC2</p>
<p>http://topicexchange.com/RPC2</p>
<p>http://www.blogdigger.com/RPC2</p>
<p>http://www.blogstreet.com/xrbin/xmlrpc.cgi</p>
<p>http://www.newsisfree.com/RPCCloud</p>
<p>http://ping.weblogs.se/</p>
<p>http://blogmatcher.com/u.php</p>
<p>http://coreblog.org/ping/</p>
<p>http://www.blogpeople.net/servlet/weblogUpdates</p>
<p>http://bulkfeeds.net/rpc</p>
<p>http://trackback.bakeinu.jp/bakeping.php</p>
<p>http://ping.myblog.jp</p>
<p>http://ping.bitacoras.com</p>
<p>http://ping.bloggers.jp/rpc/</p>
<p>http://ping.blogmura.jp/rpc/</p>
<p>http://xmlrpc.blogg.de</p>
<p>http://1470.net/api/ping</p>
<p>http://bblog.com/ping.php</p>
<p>http://blog.goo.ne.jp/XMLRPC</p>
<h2>FURTHER READING:</h2>
<ul>
<li>How ping services work &#8211; <a title="WordPress Ping Services" rel="external nofollow" href="http://codex.wordpress.org/Update_Services" target="_blank">WordPress Ping Services</a>. They also link to this <a title="WordPress Ping Services" rel="external nofollow" href="http://www.instant-info-online.com/wordpress-compressed-all-inclusive-ping-list.html" target="_blank">detailed explanation of the two Ping lists</a>.</li>
<li><a title="The Latest and Greatest WordPress Plugins" href="http://martythornley.com/2009/05/latest-and-greatest-wordpress-plugins">My post about plugins</a>.</li>
</ul>
<h2>RECOMMENDATIONS?</h2>
<p>I have tried to include all of the suggested steps that I have found over time. If there are any that I missed that could be added to help this be a more complete list, please leave a comment and let me know. I will try to add anything that improves the process.</p>
<h2>This Article was written as part of the WpJumpStart System</h2>
</p>
<p class="imagefixer" style="text-align: center"><a href="http://martythornley.com/products/wordpress-tools/wpjumpstart/"><img class="imagesizer aligncenter size-full wp-image-650 myBanner" src="http://martythornley.com/files/2009/05/wpjumpstartbanner700.jpg" alt="wpjumpstartbanner700 Optimize Your WordPress Site" width="700" height="117" title="Optimize Your WordPress Site" /></a></p>
<h2 class="purchaseLink"><a href="http://martythornley.com/products/wordpress-tools/wpjumpstart/">Find Out More</a></h2>
]]></content:encoded>
			<wfw:commentRss>http://martythornley.com/2009/05/optimize-your-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>GridStarter &#8211; The Web Design Starter Grid</title>
		<link>http://martythornley.com/2009/05/the-web-design-starter-grid/</link>
		<comments>http://martythornley.com/2009/05/the-web-design-starter-grid/#comments</comments>
		<pubDate>Sat, 09 May 2009 09:19:47 +0000</pubDate>
		<dc:creator>Marty</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[free downloads]]></category>
		<category><![CDATA[photoshp templates]]></category>
		<category><![CDATA[starter grid]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[website starters]]></category>
		<category><![CDATA[WPJumpStart]]></category>

		<guid isPermaLink="false">http://martythornley.com/?p=640</guid>
		<description><![CDATA[GridStarter is a Photoshop template used to make the initial layout of a new website easier and more efficient. Through a series of grid overlays, it is possible to very quickly and easily line up page elements and make view them the way they will be seen in a browser. I personally use this on [...]]]></description>
			<content:encoded><![CDATA[<p><strong>GridStarter</strong> is a Photoshop template used to make the initial layout of a new website easier and more efficient.</p>
<p>Through a series of grid overlays, it is possible to very quickly and easily line up page elements and make view them the way they will be seen in a browser. I personally use this on any original design I do and can not remember the time before I used it. It truly transformed the way I approach web design, sped up my design time, and improved my designs in ways that I did not predict.</p>
<h2 class="purchaseLink"><a title="GridStarter - The Website Starter Grid Photoshop Template" href="http://martythornley.com/downloadit/GridStarter.zip">Download GridStarter (.zip)</a></h2>
<h2 class="purchaseLink"><a title="Web Design Tutorials" href="http://tutorials.martythornley.com/GridStarter" target="_blank">GridStarter ScreenCasts</a></h2>
<p class="imagefixer" style="text-align: center"><a href="http://martythornley.com/files/2009/05/picture-2.png" rel="shadowbox[sbpost-640];player=img;"><img class="imagesizer aligncenter size-medium wp-image-641" src="http://martythornley.com/wp-content/uploads/2009/05/picture-2-212x300.png" alt="picture 2 212x300 GridStarter   The Web Design Starter Grid" width="212" height="300" title="GridStarter   The Web Design Starter Grid" /></a></p>
<h2>THE BASIC CONCEPT:</h2>
<p>The idea is to base everything on a 960px wide layout which is considered the safe maximum width in order to be visible on the majority of screens. Sure there are widescreens 1920px wide, but most people will not be viewing your site on that big of a screen.</p>
<p>The 960px layouts uses a 10&#215;10 grid and 60&#215;60 grid. The reason for using 60px, rather than 50px or 100px, is that 60px divides evenly into 960px in a number of ways making evenly laid out 2, 4, 6, 8, and 16 column layout possible.</p>
<p>But there are also some 1000px layout options with 50&#215;50 and 100&#215;100 grids.</p>
<h2>HOW THIS CAME ABOUT:</h2>
<p>I found several posts about using a grid based system for designing sites. Some used 1000px layouts, others 960px. Some have better ways of displaying the information and switching the overlays on and off. Some were justified to the left of the screen and others were centered.</p>
<p>After experimenting with them all, I found myself liking certain aspects of each and thinking that some would be more appropriate in certain situations but that none would fit every situation. Combining several ideas and modifying them to fit the way I work, I now use this &#8216;StarterGrid.psd&#8217;, which has both 960px options and 1000px options. Each set of grids are centered in a widescreen layout allowing us to see both small screens and big screens at once.</p>
<p>I also added some height to the grids I had found and tried to combine the best they each had to offer.</p>
<h2>SOURCES / CREDITS:</h2>
<p>This is by no means an original concept of mine and I want to give credit where it is do, to the best of my knowledge.</p>
<p>960 grid: <a title="The 960 Grid" rel="external nofollow" href="http://cameronmoll.com/archives/2006/12/gridding_the_960/" target="_blank">Cameron Moll &#8220;Gridding the 960&#8243;</a><br />
As far as I can tell, this where the original 960 grid .psd file came from. At the very least, this is where I found it.</p>
<p>Widescreen Approach: <a title="Designified" rel="external nofollow" href="http://www.designified.com" target="_blank">www.designified.com</a><br />
This is where I found the idea of adding the width so we can see it centered on a widescreen monitor. They also added some nice layovers to see the grid over the design in several column options.</p>
<h2>Further Reading:</h2>
<p>Resources: <a title="Grid resources" rel="external nofollow" href="http://www.instantshift.com/2009/05/21/grid-style-in-modern-web-design-showcase-and-resources/#more-2134" target="_blank">Great list of grid turorials and resources</a></p>
<p>Great Grid Tutorial: <a title="Grid tutotial" rel="external nofollow" href="http://www.urlgreyhot.com/personal/weblog/grid_based_design_part_2_designing_blog_theme_templates" target="_blank">Turning your grid design into CSS<br />
</a></p>
<h2>USAGE:</h2>
<p>Since I found my sources offered for free, I am passing it on for free as well. Please continue to share itand improve as as you see fit.</p>
<p>If you come up with any great improvements &#8211; please send it back my way!</p>
<p>For tech support or questions, please go to: <a title="Customer Support" rel="external nofollow" href="http://getsatisfaction.com/martythornley/products" target="_blank">My GetSatisfaction Page.</a></p>
<h2 class="purchaseLink"><a title="The Website Starter Grid Photoshop Template" href="http://martythornley.com/downloadit/StarterGrid.zip"> Download GridStarter</a></h2>
<h2 class="purchaseLink"><a title="Web Design Tutorials" rel="nofollow" href="http://tutorials.martythornley.com/GridStarter" target="_blank">GridStarter ScreenCasts</a></h2>
<h2>GridStarter is now part of the WpJumpStart System</h2>
<p class="imagefixer" style="text-align: center"><a href="http://martythornley.com/products/wordpress-tools/wpjumpstart/"><img class="imagesizer aligncenter size-full wp-image-650 myBanner" src="http://martythornley.com/files/2009/05/wpjumpstartbanner700.jpg" alt="wpjumpstartbanner700 GridStarter   The Web Design Starter Grid" width="700" height="117" title="GridStarter   The Web Design Starter Grid" /></a></p>
<h2 class="purchaseLink"><a href="http://martythornley.com/products/wordpress-tools/wpjumpstart/">Find Out More</a></h2>
]]></content:encoded>
			<wfw:commentRss>http://martythornley.com/2009/05/the-web-design-starter-grid/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

