<?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>!DOCTYPE &#187; webdesign</title>
	<atom:link href="http://www.createsoft.co.uk/blog/category/webdesign/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.createsoft.co.uk/blog</link>
	<description>Software Development and Web Design</description>
	<lastBuildDate>Mon, 31 May 2010 09:36:56 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CushyCMS</title>
		<link>http://www.createsoft.co.uk/blog/2010/05/cushycms/</link>
		<comments>http://www.createsoft.co.uk/blog/2010/05/cushycms/#comments</comments>
		<pubDate>Mon, 31 May 2010 09:31:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[cms]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[webdesign]]></category>
		<category><![CDATA[cushy cms]]></category>

		<guid isPermaLink="false">http://www.createsoft.co.uk/blog/?p=49</guid>
		<description><![CDATA[I&#8217;ve used a number of Content Management systems in the past, both as a developer and as an author.  Many people have their own favourite CMS, whether it be based on cost, usability, suitability, or even platform (.NET, PHP, Java, etc).
However it can often come down to the best tool for the job, and for [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve used a number of Content Management systems in the past, both as a developer and as an author.  Many people have their own favourite CMS, whether it be based on cost, usability, suitability, or even platform (.NET, PHP, Java, etc).</p>
<p>However it can often come down to the best tool for the job, and for some people, or some situations, <a href="http://www.cushycms.com">CushyCMS</a> is going to be that tool.</p>
<p>CushyCMS is a very, very simple content management system.  It&#8217;s simplicity really makes it a great little tool.</p>
<p><span id="more-49"></span>To develop a site based on Cushy CMS, you do not need any particular skillset outside of HTML, CSS, and optionally &#8211; JavaScript.  As a web designer, if you are able to build HTML/CSS renditions of your PSP designs, but do not have Java/.NET/PHP skills, then Cushy CMS could be for you.</p>
<p>To get started, all you have to do is set up a bog-standard static HTML website. No specific serverside technology is required; you do not need PHP hosting or C# or anything like that.  Just set up a static website, and test.</p>
<p>When you are ready to allow authors to begin editing the copy on the site, simply add additional classes to your HTML &#8211; &#8216;cushycms&#8217;.</p>
<pre>&lt;div id="intro" class="<strong>cushycms</strong>"&gt;&lt;p&gt;copy goes here....&lt;/p&gt;&lt;/div&gt;</pre>
<p>HTML elements tagged with a &#8216;cushycms&#8217; class are then identified as editable.</p>
<h2>Configuring CushyCMS</h2>
<p>Once you have a site up and running, you will need to configure CushyCMS so that it is aware of the website.  To do this you&#8217;ll need to sign up for an account at <a href="http://www.cushycms.com/">http://www.cushycms.com/</a></p>
<p>Then you need to add your site by giving Cushy information about your web host.</p>
<p><img class="alignnone size-full wp-image-50" title="CushyCMS New Site" src="http://www.createsoft.co.uk/blog/wp-content/uploads/2010/05/new_site.jpg" alt="CushyCMS New Site form" width="586" height="372" /></p>
<p>That is the crux of how Cushy CMS works: it FTP&#8217;s into your website, downloads your HTML, and provides a simple web based interface for authors to enter &#8216;WYSIWYG&#8217; copy into the site.</p>
<p>The next step to allow Cushy CMS to do this is to assign pages to Cushy CMS.  This is done by clicking the &#8216;assign page&#8217; form, selecting an HTML page from the provided list, and giving a name for that page.</p>
<p>If you have already added CMS authors to the account, you can also indicate which authors are able to edit the page.</p>
<p><img class="alignnone size-full wp-image-51" title="New Cushy CMS Page" src="http://www.createsoft.co.uk/blog/wp-content/uploads/2010/05/new_cushy_page.jpg" alt="New Page" width="609" height="473" /></p>
<p>Cushy CMS can now provide the user with the ability to edit the HTML copy in a simple CMS interface.</p>
<p><a href="http://www.createsoft.co.uk/blog/wp-content/uploads/2010/05/cushy_edit.jpg"><img class="alignnone size-full wp-image-52" title="Edit page in Cushy CMS" src="http://www.createsoft.co.uk/blog/wp-content/uploads/2010/05/cushy_edit.jpg" alt="" width="593" height="454" /></a></p>
<h2>Pros</h2>
<p><strong>Free:</strong> Cushy CMS is a free system.  You can pay to add your own brand/domain to the Cushy CMS backend.</p>
<p><strong>Cheap Hosting:</strong> So long as your web host offers HTML hosting and FTP access, you can use Cushy CMS.  No need for Java/.NET/PHP plans (although you can use Cushy CMS with PHP pages)</p>
<p><strong>Basic Skill Set:</strong> You only need the basic web skill set to be able to use Cushy CMS.  If you know HTML and CSS, you are good to go.</p>
<h2>Cons</h2>
<p><strong>Can&#8217;t add pages: </strong>You cannot add new pages using the Cushy CMS interface; you will need to go set up the new page manually.</p>
<p><strong>No Plugins/Modules: </strong>You won&#8217;t find plugins or modules for Cushy CMS.  But on the other hand you are free to use Flash/Jquery plugins and widgets to your hearts content.</p>
<p><strong>No blog: </strong>You probably could try to build a blog using Cushy CMS, but it wouldn&#8217;t be very functional.  If you need a blog you&#8217;ll either need to install one separately, or use a separately hosted blog such as WordPress.com or Blogger.com.  Contact forms will have to be developed separately (and so require some other skillset such as PHP).</p>
<h2>Summary</h2>
<p>Cushy CMS is ideal for very small websites and projects.  In those situations it can offer a very fast installation, low cost hosting, and very low cost maintenance.</p>
<p>If your development skillset is restricted to HTML and CSS, then Cushy CMS could also be for you.</p>
<p>If you need more advanced functionality or an integrated blog, then you may need to look at other solutions however.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createsoft.co.uk/blog/2010/05/cushycms/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Driving people to your website</title>
		<link>http://www.createsoft.co.uk/blog/2010/04/driving-people-to-your-website/</link>
		<comments>http://www.createsoft.co.uk/blog/2010/04/driving-people-to-your-website/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 19:01:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[webdesign]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.createsoft.co.uk/blog/?p=26</guid>
		<description><![CDATA[STN7ZM4GS8B4
A beginners guide to SEO?
Primarily, I am a software designer/developer or even a software architect; but I do a lot of work with websites and I work for a media agency, so I am often asked for help with &#8220;getting my site on Google&#8221;.  But, really what people want is (relevant) traffic for their website, [...]]]></description>
			<content:encoded><![CDATA[<p>STN7ZM4GS8B4</p>
<h2>A beginners guide to SEO?</h2>
<p>Primarily, I am a software designer/developer or even a software architect; but I do a lot of work with websites and I work for a media agency, so I am often asked for help with &#8220;getting my site on Google&#8221;.  But, really what people want is (relevant) traffic for their website, which of course may or may not come from Google.</p>
<p>This post contains a summary of the advice I generally give on this subject.  It really is an introduction to the subject for less technical people.</p>
<p><span id="more-26"></span>I am a computer programmer / website developer, which means I can build websites and shops and other programs (like twitter, facebook, or iPhone apps).  I do not tend to graphic design &#8211;  so someone else would usually come up with what a website should look like, and then I can create it from there.</p>
<p>There are several parts to a website, and these days &#8211; its not all about your website but about your &#8216;online presence&#8217;.  You put content (text, photos, videos) all over the internet and link it back to your website.</p>
<h3>1. Information Architecture</h3>
<p>This is the process of deciding what information you want to display on the website, and how it will be organised.  Its like a map of the website.  If you decide to revamp your current site, you&#8217;ll want to consider which parts to keep, which parts to throw away, and also how to organise the pages so the most important information / products are always easy to find.</p>
<h3>2. Graphic Design</h3>
<p>This is what the site will look like visually.  You want it to look cool, fun, modern, and also be really easy to use.  It should encourage visitors to your website to achieve your &#8216;goals&#8217;.</p>
<h3>3. Goals</h3>
<p>What do you want people to do when they visit the site? I would guess, book a lesson; buy something from the shop; or even bookmark the site so they come back again later. Maybe share the website with their friends.</p>
<p>I think the goals are really important.  When you work with a web design agency, they will need to understand your goals in order to give you the best website.  Even if you don&#8217;t change your website &#8211; its good to have thought about what you want the website to do for you.</p>
<h3>4. Search Engine Optimisation (SEO)</h3>
<p>This is the process of ensuring that the text on the website is meaningful, so that people will find the website when they search for relevant terms.</p>
<h3>5. Blog</h3>
<p>One way to get great content on a website is to have a blog; write about any new products, experiences, advice, and tips.  If you have a blog, you&#8217;ll need to update it regularly; say, at least once a month; otherwise it won&#8217;t be very valuable.  The more often, the better &#8211; so long as its interesting to the people who read it!</p>
<h3>6. Drive Traffic to your site</h3>
<p>Just because you have a website doesn&#8217;t mean anyone can find it; the main way that people find websites is by searching on Google or Microsost Bing or Yahoo.</p>
<p>So you need to get the website into Google, and you need to make it appear when people search for relevant information. I recently came across a really good post on this subject &#8211; &#8220;<a href="http://blog.webdistortion.com/2010/04/01/how-to-make-your-website-location-aware/">How to give your website location relevance</a>&#8220;.  The article contains a wealth of useful information about some of the things you can do to improve your web presence.</p>
<blockquote><p>There’s no denying the fact that local is the new global. The one topic that seems to be very hot in 2010 is location aware services, and the race for ownership of the local advertising space is apparent throughout the web.</p></blockquote>
<p>Essentially, to drive traffic to your site, you need &#8220;links&#8221; &#8211; you need to get other sites to link to your website.</p>
<p>One way to achieve this is to join web communities.  What that statement actually means will vary depending on the purpose of your website.</p>
<p>Recently I reviewed a surf school/surf shop website called &#8220;<a href="http://www.krunk-surfing.com">Krunk</a>&#8220;.  Suggestions for them included registering with surf school websites, getting reviews in magazines, and being featured on a &#8220;Tourist information&#8221; website.  One suggestion I had for that team was to participate in online surf communities such as <a href="http://www.surfing-waves.com/forum/">http://www.surfing-waves.com/forum/</a>, sign up there, and set your &#8217;signature&#8217; so that it has a link to your website.</p>
<p>This is general advice I think; if you are able to take part in relevant communities this social interaction can really drive <strong>relevant</strong> traffic to your website.</p>
<p>The important thing is to take part: in this example, that means answer peoples questions about surf products, lessons; recommend great places to surf.  You don&#8217;t just &#8216;plug&#8217; your own website and products &#8211; just give good honest advice.  The &#8217;signature&#8217; at the bottom of everything you write will link people back to your website.  This is a great way of getting into Google, but it requires work &#8211; you need to check in with the forum(s) you decide to participate in <strong>regularly</strong>.</p>
<p>Another site I have been helping out with is for a local <a href="http://www.morethanwordsphotography.co.uk">Essex wedding photographer</a>. For a photographer, you might join <a href="http://www.mygroovywedding.com/">wedding discussion groups</a>; if you are photographing newborn babies, then you may want to connect with young mums, so something like <a href="http://www.mumsnet.com/">MumsNet</a>.  That is probably going to work best if you are a young parent yourself!</p>
<p>Another way to do this is to set up a Twitter account, and use it! Twitter is supposed to be fairly personal; so you write about things that are relevant to your site, but maybe also some of the things that you personally have been doing lately, to show that you, your website, your business has a personality; has real people driving it.</p>
<p>Also, <a href="http://www.youtube.com">YouTube</a> videos are a great way to get traffic to your site.  You will need to create an account that is linked to your website, so that it has a link back to you.  Using the surf school example &#8211; video some exciting surf, or some lessons, with luck capture something on video that is really funny; then post the video on YouTube.  A photographer might produce a video slideshow or get some footage of a photoshoot.</p>
<p><a href="http://www.flickr.com">Flickr</a> (photos) &#8211; same idea really; if you have an amateur or professional photographer working for you, it&#8217;d be great to create an account and post some photos, especially if your business or location has great visual asthetics.  You can feature the photos from Flickr on your website, so that the website is constantly changing when new photos are added to your Flickr account.</p>
<p>A photographer could be in their element here; Flickr is a great place to share photographs and receive constructive criticism, hints, and suggestions.  This is because Flickr has communities of it&#8217;s own: People who share photo&#8217;s and experiences.  I found a few surf groups by searching flickr <a href="http://www.flickr.com/search/groups/?q=kite%20surfing">http://www.flickr.com/search/groups/?q=kite%20surfing</a>.</p>
<p><a href="http://www.flickr.com/groups/kitesurfing/">http://www.flickr.com/groups/kitesurfing/</a> [1,594 members]</p>
<p><a href="http://www.flickr.com/groups/fuerteventura/">http://www.flickr.com/groups/fuerteventura/</a> [369 members]</p>
<p>So, you take photos, post them to the group, and importantly: join in the discussions.  As with all these social interactions, it&#8217;s important to be subtle: do not over mention your company as people might call it &#8217;spam&#8217;.  You have to just be yourself and try to join in the conversation&#8230;</p>
<p><a href="http://www.facebook.com">Facebook</a> is another place to join or build communities around your website.  You could set up a fan page on Facebook, and encourage people you engage with to become your &#8220;fans&#8221;.  If they had fun working with you, if they appreciated your product, there is a good chance they&#8217;ll do it.  What then happens &#8211; is by joining your group, they are telling all their colleagues and school friends about you.  And that can be a lot of people; I am friends with people on Facebook who I have not seen since I left school; but they would all see messages like, &#8220;Adam: had a fantastic first few surf lessons at krunk&#8230;&#8221; or &#8220;received some beautiful wedding photos, thanks TC!&#8221; and so this becomes a valuable personal recommendation.</p>
<p>Remember, if you do start to use Twitter, YouTube, or Flickr, mention it to your Facebook group, and to your friends and acquaintances so they all get to know about it.</p>
<p>Depending on your product or website, search for relevant articles and blog posts, and join in those conversations.  For a surf school in Fuerta Ventura &#8211; that would mean searching Google and Twitter for &#8220;fuerteventura surfing&#8221;, <a href="http://www.lumilon.com/blog/?p=2420">and if people write about it</a> (even if they do not mention you) you can &#8216;comment&#8217;.</p>
<p>All this stuff is free &#8211; but requires you to have the time to spend sending Twitter &#8216;tweets&#8217;, using the facebook group, giving advice on forums etc&#8230;  Even if its 15-30 minutes a day.</p>
<h3>7. Shopping</h3>
<p><img class="alignleft" style="margin: 5px;" title="eBay" src="http://pics.ebaystatic.com/aw/pics/uk/logos/logoEbay_x45.gif" alt="" width="138" height="45" />If you want to have an online shop, thats great.  Ideally you want to encourage some reviews and ratings.  You could consider looking at the <a href="http://www.amazon.co.uk/gp/help/customer/display.html?nodeId=3149101">Amazon Marketplace</a> &#8212; in the UK and USA, Amazon is the online shop; you could consider an Amazon storefront.  Basically that then means your products are on Amazon, and people can buy them from the Amazon website.</p>
<p>There is also <a href="http://www.ebay.co.uk">eBay</a>.  You could set up an eBay shop, similar to Amazon really.  It&#8217;s just another way to get people to buy from you.</p>
<p>Lastly if you can get your products on Google, that would be great.  <a href="http://www.google.co.uk/products">Google Products</a> is free, you just have to register an &#8220;XML feed&#8221; with them.  You don&#8217;t have to pay anything, and your products will appear in google results and google shopping results &#8211; like this one <a href="http://www.google.co.uk/products?q=ion+4+flexifoil&amp;oe=UTF-8&amp;hl=en&amp;show=dd&amp;sa=N">http://www.google.co.uk/products?q=ion+4+flexifoil&amp;oe=UTF-8&amp;hl=en&amp;show=dd&amp;sa=N</a></p>
<p><a href="http://www.createsoft.co.uk/blog/wp-content/uploads/2010/04/products.jpg"><img class="alignnone size-medium wp-image-30" title="products" src="http://www.createsoft.co.uk/blog/wp-content/uploads/2010/04/products-300x113.jpg" alt="" width="300" height="113" /></a></p>
<p>If you go with Amazon, or e-Bay, or even both, you can still have a shop on your website &#8211; what this does, is maximise the exposure you have &#8211; getting more people to find your shop and providing more ways for them to shop with you.</p>
<h3>8. Analytics</h3>
<p><img class="alignright" title="Google Analytics" src="http://www.google.com/images/logos/analytics_logo.gif" alt="Google Analytics" width="207" height="40" />If you want to see how successful you are in all of this online marketing, you will want to add something like &#8220;<a href="http://www.google.com/analytics/">Google Analytics</a>&#8221; to your website.</p>
<p>This is another free service &#8211; it tracks how many people visit your website, what pages they look at, and it can tell you if you are meeting your &#8216;goals&#8217; that I mentioned earlier.</p>
<h3>9. Good Luck!</h3>
<p>If you decide you want a new website, then you have to remember that it can take 2-4 weeks to build a basic site, and longer if your site is very complicated.</p>
<p>If you do decide to get into Twitter, and blogging, then ideally you want to feature this on your website, somewhere &#8211; so it will display the most recent  things you have written about; and encourage people to &#8220;follow&#8221; you.  If it works well for you, you might even put your twitter account on your leaflets/business cards..!  Equally, you will want to feature your photography (flickr) and videos somewhere.</p>
<p>Good luck, I hope some of this was useful!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.createsoft.co.uk/blog/2010/04/driving-people-to-your-website/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

