<?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>Web Design East Africa &#187; static</title>
	<atom:link href="http://www.webdesigneastafrica.com/tag/static/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdesigneastafrica.com</link>
	<description>Bridging the gap between new and old Africa</description>
	<lastBuildDate>Sat, 21 Nov 2009 21:30:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Clesto CMS bridge the gap between static and dynamic websites</title>
		<link>http://www.webdesigneastafrica.com/37/cms/clesto-bridge-the-gap/</link>
		<comments>http://www.webdesigneastafrica.com/37/cms/clesto-bridge-the-gap/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 10:50:03 +0000</pubDate>
		<dc:creator>webdea</dc:creator>
				<category><![CDATA[cms]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[databse]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[low bandwidth]]></category>
		<category><![CDATA[static]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.webdesigneastafrica.com/?p=37</guid>
		<description><![CDATA[When you build websites aimed primarily for East Africa you have to make sure that even low bandwidth users can access it. Keep on reading and learn more about the Clesto CMS that bridge the gap between static and dynamic websites.
Static websites is one of the best ways to keep websites small in size. Static [...]]]></description>
			<content:encoded><![CDATA[<p><strong>When you build websites aimed primarily for East Africa you have to make sure that even low bandwidth users can access it. Keep on reading and learn more about the Clesto CMS that bridge the gap between static and dynamic websites.</strong></p>
<p>Static websites is one of the best ways to keep websites small in size. Static websites is also a good way to begin a web developer´s career since knowledge about HTML and CSS is crucial for making dynamic and database driven websites.</p>
<p>Dynamic websites rely on databases and you as a designer need more than average skills to manage the website. Fortunately there are several Content Management Systems available for free. WordPress is such as CMS although many still consider WordPress as a blog platform and not a platform for creating larger websites.</p>
<p><strong>Clesto CMS</strong> is the bridge between static and dynamic websites. The free as well as the paid version does not rely on a database, all you need is FTP access and basic skills about HTML.</p>
<p><strong>Clesto CMS</strong> is a product by Swedish SEO master <a href="http://www.jimwestergren.com/" target="_blank">Jim Westergren</a> and thus Clesto is a serious choice for you when looking for a SEO-friendly CMS. The paid version ($90 per website) gives you extra admin UI menus for SEO, a spam free contact form and more.</p>
<p><strong>Get Clesto CMS</strong></p>
<ul>
<li> Visit <a href="http://www.clesto.com/download.php" target="_blank">www.clesto.com/download</a></li>
<li> Unpack and upload the files to your FTP</li>
<li> Visit www.yourdomain.tld/admin</li>
<li> Choose a password and you have a website that you administer through a graphic user interface</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.webdesigneastafrica.com/37/cms/clesto-bridge-the-gap/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Low Bandwidth Web Design Guidelines</title>
		<link>http://www.webdesigneastafrica.com/11/tips-and-tricks/low-bandwidth-web-design-guidelines/</link>
		<comments>http://www.webdesigneastafrica.com/11/tips-and-tricks/low-bandwidth-web-design-guidelines/#comments</comments>
		<pubDate>Sun, 13 Sep 2009 16:10:33 +0000</pubDate>
		<dc:creator>webdea</dc:creator>
				<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[bandwidth]]></category>
		<category><![CDATA[broadband]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[content]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[dynamic]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[static]]></category>

		<guid isPermaLink="false">http://www.webdesigneastafrica.com/?p=11</guid>
		<description><![CDATA[Although broadband connections reach more and more users all over Africa, low bandwidth connections is still and fact that will remain true for many people the years to come.
When designing web sites aimed at an African audience you must remember the bandwidth issue. It does not matter how cool you think you latest Flash creation [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Although broadband connections reach more and more users all over Africa, low bandwidth connections is still and fact that will remain true for many people the years to come.</strong></p>
<p>When designing web sites aimed at an African audience you must remember the bandwidth issue. It does not matter how cool you think you latest Flash creation is. If your visitors lack broadband connections they will probably never get a chance to view it.</p>
<p>Here is a short list of things to consider early in the developing process of your future web site. These suggestions are in no way the only ones you need to learn about. However, it is a good start and everyone should be able to grasp it.</p>
<p><strong>Separate code and content</strong><br />
If you build static websites you&#8217;ll have to live with having a large amount of code and content on the same page. But if you work with dynamic content it is easier to separate them both. Use CSS to style your website, set borders, margins, fonts and so forth. The CSS file is also the place where you set the foundation for your overall layout using div tags, class tags, id tags &#8211; Tags that you then include on the main page.</p>
<p><strong>Keep websites small</strong><br />
Less is more and you should always look for the fastest (meaning; smallest) solution when developing websites. No matter if you work with static or dynamic websites, try to minimize the amount of effects, images and (for experienced developers) HTTP requests.</p>
<p><strong>Use easy navigation</strong><br />
Refrain from using Flash or unnecessary JavaScript in your navigational menus. Plain text is easy to navigate through for both visitors and search engines.</p>
<p><strong>Content is king</strong><br />
Your users look for information on various topics, give it to them. If you are a photographer it makes sense to include several bandwidth consuming features on your website like images. But text providers should keep it small but yet informative enough for your visitors to stick around.</p>
<p><strong>Limit the use of images</strong><br />
Unless you are into photography and similar enterprises, please do not use an excessive amount of images on your website. If you want to add color, borders or rounded corners &#8211; use Cascading Style Sheets (CSS) instead.</p>
<p><strong>Learn more</strong><br />
Visit <a href="http://www.aptivate.org/webguidelines/" target="_blank">www.aptivate.org/webguidelines/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webdesigneastafrica.com/11/tips-and-tricks/low-bandwidth-web-design-guidelines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
