<?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>C Schoeb Web Design &#187; web development</title>
	<atom:link href="http://cschoebwebdesign.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://cschoebwebdesign.com</link>
	<description></description>
	<lastBuildDate>Mon, 29 Mar 2010 00:37:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>What is a content management system?</title>
		<link>http://cschoebwebdesign.com/what-is-a-content-management-system/</link>
		<comments>http://cschoebwebdesign.com/what-is-a-content-management-system/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 00:37:07 +0000</pubDate>
		<dc:creator>matilda71</dc:creator>
				<category><![CDATA[content]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://cschoebwebdesign.com/?p=17</guid>
		<description><![CDATA[So your developer asked if you want a content management system (they may have used the acronym, CMS). &#8220;What the heck?&#8221;, you say.  &#8220;What is a content management system?&#8221; On a most basic level it is a way for you, the site owner, to make changes to your site any time you&#8217;d like.  It is [...]]]></description>
			<content:encoded><![CDATA[<p>So your developer asked if you want a <em>content management system</em> (they may have used the acronym, CMS). &#8220;What the heck?&#8221;, you say.  &#8220;What is a content management system?&#8221;</p>
<p>On a most basic level it is a way for you, the site owner, to make changes to your site any time you&#8217;d like.  It is a system which allows you to create and edit content using a tool which is similar to working with a Word document.</p>
<p>On a more complex level, it allows you to assign different capabilities to different people on your team &#8211; some might be able to write content, but not publish it.  Others might be able to upload image files but not video files and so on.</p>
<p>If you have a site where the information changes fairly often, daily, once a week and even once a month, it might be worth the extra expense to have content management system built for you.</p>
<p>And there are lots of choices out there from custom builds to pre-built templates to open-source &#8220;free&#8221; software like <a title="WordPress" href="http://www.wordpress.org/">WordPress</a>, <a title="Joomla" href="http://www.joomla.org">Joomla</a>, and <a title="Drupal" href="http://www.drupal.org/">Drupal</a>.</p>
<p>It really depends on what you want.  If you don&#8217;t really need much more than the ability to change out text once in a while, then having a simple custom build it probably appropriate.  On the other hand, if you want something with lots more functionality then going with one of the &#8220;free&#8221; open-source programs is probably the way to go.  I put &#8220;free&#8221; in quotes because the functionality each system offers is free, but you will still need to pay a developer to do the design customization which makes any site uniquely your own.</p>
<p>For me, <a title="making websites usable by people of all abilities and disabilities" href="http://#">web accessibility</a> is very important and its important that I give my clients a system that is fairly straightforward and easy to work with.  My favorite open-source CMS at the moment is definitely WordPress.  Its easy to teach clients to use, it has lots and lots of <a title="a small application which extends the capabilities of a larger program" href="http://">plug-ins</a> to choose from, and it is very search engine friendly (in my experience it a system is search engine friendly it usually has good web accessibility and usability built in.)</p>
]]></content:encoded>
			<wfw:commentRss>http://cschoebwebdesign.com/what-is-a-content-management-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tools I use when I need to learn</title>
		<link>http://cschoebwebdesign.com/tools-i-use-when-i-need-to-learn/</link>
		<comments>http://cschoebwebdesign.com/tools-i-use-when-i-need-to-learn/#comments</comments>
		<pubDate>Sun, 10 Jan 2010 19:18:24 +0000</pubDate>
		<dc:creator>matilda71</dc:creator>
				<category><![CDATA[learning]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://cschoebwebdesign.com/?p=111</guid>
		<description><![CDATA[Here are some places I go when I need to learn something new: W 3 Schools: when i was first learning basic html I turned to them often.  I love that they let you test what they are teaching &#8211; really helped me understand more about what I was doing.  And I still go there [...]]]></description>
			<content:encoded><![CDATA[<p>Here are some places I go when I need to learn something new:</p>
<ul>
<li><a href="http://www.w3schools.com">W 3 Schools</a>: when i was first learning basic html I turned to them often.  I love that they let you test what they are teaching &#8211; really helped me understand more about what I was doing.  And I still go there when I need a basic understanding of a particular technology.</li>
<li><a title="Site Point" href="http://www.sitepoint.com/">Site Point</a>:  I have several of their books and visit thier forums fairly often.  Lots of good solid information.</li>
<li><a title="HTML Dog" href="http://www.htmldog.com/">HTML Dog</a>:  When I was working for a large Fortune 500 company I became interested in web accessibility.  At the time, our company was using a navigation system that required mouse clicks (you can&#8217;t see the mouse trail if you are visually impaired) and I wanted desperately to show my collegues that there was a better more accessible way to build navigation that still had the cool drop-down action.  I, and many others, are in debt to the developers at HTML Dog for  their &#8220;<a href="http://htmldog.com/articles/suckerfish/dropdowns/">Sons of Suckerfish</a>&#8221; tutorial</li>
<li><a title="Accessify - To make accessible" href="http://accessify.com/">Accessify</a>:  I&#8217;ve only recently discovered this site, but find some the tools very helpful.</li>
<li><a href="http://css.maxdesign.com.au/listamatic/">Listomatic</a>:  If you want some examples and code for quick navigation to here.</li>
<li><a href="http://www.dynamicdrive.com/style/">Dynamic Drive CSS Library</a>:  Great starting place for tableless builds</li>
</ul>
<div align="center"><script src="http://www.dpbolvw.net/placeholder-4278356?target=_top&amp;mouseover=Y" type="text/javascript"></script></div>
]]></content:encoded>
			<wfw:commentRss>http://cschoebwebdesign.com/tools-i-use-when-i-need-to-learn/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
