<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Content Management Resources</title>
	<atom:link href="http://contentmanagementresources.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://contentmanagementresources.com</link>
	<description>Helping America manage their content</description>
	<lastBuildDate>Fri, 17 Dec 2010 22:12:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>Comment on Does My Website Need a Cms? by Patricia</title>
		<link>http://contentmanagementresources.com/cms/does-my-website-need-a-cms/comment-page-1#comment-361</link>
		<dc:creator>Patricia</dc:creator>
		<pubDate>Fri, 17 Dec 2010 22:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://contentmanagementresources.com/cms/does-my-website-need-a-cms#comment-361</guid>
		<description>I was looking at the same thing you do and I found some website with really nice collection of tutorials from the web, they organized it pretty neatly. maybe u can find web tutorials there
www.onlinelearningforfree.com&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>I was looking at the same thing you do and I found some website with really nice collection of tutorials from the web, they organized it pretty neatly. maybe u can find web tutorials there<br />
<a href="http://www.onlinelearningforfree.com" rel="nofollow">http://www.onlinelearningforfree.com</a><br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Content Management System: Knowing Where to Begin by steeleyjon</title>
		<link>http://contentmanagementresources.com/content-management-system/content-management-system-knowing-where-to-begin/comment-page-1#comment-368</link>
		<dc:creator>steeleyjon</dc:creator>
		<pubDate>Fri, 17 Dec 2010 22:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://contentmanagementresources.com/content-management-system/content-management-system-knowing-where-to-begin#comment-368</guid>
		<description>Perhaps consider building a successful site rather than the technical aspects. They are important but if you created a site that got lots of traffic, what could they say?

More importantly, if you monetized it or if you put this on a resume, what benefit could you also realize.

There are a number of theories on how to build a successful site.

One I like is the 5 C&#039;s

Concept

You need to build on a concept that has lots of people looking for it but not a lot of competition.

Create 

It need to be a content rich site to answer the jobs to be done of the visitors.

Clicks You Need to Get

You will need to do some work to get the traffic flowing.

Confidence 

There are a number of ways to build confidence in a site.

Convert  

You may not need to cash in. You still need to convert your visitors into users.


Best wishes&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;http://www.assist2web.com/</description>
		<content:encoded><![CDATA[<p>Perhaps consider building a successful site rather than the technical aspects. They are important but if you created a site that got lots of traffic, what could they say?</p>
<p>More importantly, if you monetized it or if you put this on a resume, what benefit could you also realize.</p>
<p>There are a number of theories on how to build a successful site.</p>
<p>One I like is the 5 C&#8217;s</p>
<p>Concept</p>
<p>You need to build on a concept that has lots of people looking for it but not a lot of competition.</p>
<p>Create </p>
<p>It need to be a content rich site to answer the jobs to be done of the visitors.</p>
<p>Clicks You Need to Get</p>
<p>You will need to do some work to get the traffic flowing.</p>
<p>Confidence </p>
<p>There are a number of ways to build confidence in a site.</p>
<p>Convert  </p>
<p>You may not need to cash in. You still need to convert your visitors into users.</p>
<p>Best wishes<br /><b>References : </b><br /><a href="http://www.assist2web.com/" rel="nofollow">http://www.assist2web.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Does My Website Need a Cms? by Tail</title>
		<link>http://contentmanagementresources.com/cms/does-my-website-need-a-cms/comment-page-1#comment-360</link>
		<dc:creator>Tail</dc:creator>
		<pubDate>Fri, 17 Dec 2010 22:10:59 +0000</pubDate>
		<guid isPermaLink="false">http://contentmanagementresources.com/cms/does-my-website-need-a-cms#comment-360</guid>
		<description>You need study some software development tools, for example Eclipse&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;http://www.rainbow-outsourcing.com</description>
		<content:encoded><![CDATA[<p>You need study some software development tools, for example Eclipse<br /><b>References : </b><br /><a href="http://www.rainbow-outsourcing.com" rel="nofollow">http://www.rainbow-outsourcing.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Content Management System: Knowing Where to Begin by dB</title>
		<link>http://contentmanagementresources.com/content-management-system/content-management-system-knowing-where-to-begin/comment-page-1#comment-367</link>
		<dc:creator>dB</dc:creator>
		<pubDate>Fri, 17 Dec 2010 22:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://contentmanagementresources.com/content-management-system/content-management-system-knowing-where-to-begin#comment-367</guid>
		<description>Using UML define your classes and produce class and use diagrams.

Design your database. Identify all the attributes , data types, and tables you will need. Do a 3rd normal form analysis to ensure that you do not have data duplication. Then design the indexes for the tables, this based on transaction rate/ updates / selection criteria.

Decide on your database  engine, if you are using PHP as your scripting language I suggest you use MySQL.

If you want to knock up some basic code, I suggest you use PHP generator from http://www.sqlmaestro.com.

Alternatively you can code your classes with the required properties and methods.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;Not really sure why you would need flash animations on a student DBS system.</description>
		<content:encoded><![CDATA[<p>Using UML define your classes and produce class and use diagrams.</p>
<p>Design your database. Identify all the attributes , data types, and tables you will need. Do a 3rd normal form analysis to ensure that you do not have data duplication. Then design the indexes for the tables, this based on transaction rate/ updates / selection criteria.</p>
<p>Decide on your database  engine, if you are using PHP as your scripting language I suggest you use MySQL.</p>
<p>If you want to knock up some basic code, I suggest you use PHP generator from <a href="http://www.sqlmaestro.com" rel="nofollow">http://www.sqlmaestro.com</a>.</p>
<p>Alternatively you can code your classes with the required properties and methods.<br /><b>References : </b><br />Not really sure why you would need flash animations on a student DBS system.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Does My Website Need a Cms? by james</title>
		<link>http://contentmanagementresources.com/cms/does-my-website-need-a-cms/comment-page-1#comment-359</link>
		<dc:creator>james</dc:creator>
		<pubDate>Fri, 17 Dec 2010 22:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://contentmanagementresources.com/cms/does-my-website-need-a-cms#comment-359</guid>
		<description>w3school.net&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>w3school.net<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Content Management System: Knowing Where to Begin by Compu-Doctor</title>
		<link>http://contentmanagementresources.com/content-management-system/content-management-system-knowing-where-to-begin/comment-page-1#comment-366</link>
		<dc:creator>Compu-Doctor</dc:creator>
		<pubDate>Fri, 17 Dec 2010 22:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://contentmanagementresources.com/content-management-system/content-management-system-knowing-where-to-begin#comment-366</guid>
		<description>use 110mb.com as your host(personally,seriously,awfully(?) recommend you!).
Learn PHP?
http://php.about.com/
http://www.w3schools.com/php/default.asp
http://www.phpbuddy.com/
http://www.tizag.com/phpT/
I&#039;ll update the list when I remember the other ones which I personnaly used.
Wishing you the best of luck!&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>use 110mb.com as your host(personally,seriously,awfully(?) recommend you!).<br />
Learn PHP?<br />
<a href="http://php.about.com/" rel="nofollow">http://php.about.com/</a><br />
<a href="http://www.w3schools.com/php/default.asp" rel="nofollow">http://www.w3schools.com/php/default.asp</a><br />
<a href="http://www.phpbuddy.com/" rel="nofollow">http://www.phpbuddy.com/</a><br />
<a href="http://www.tizag.com/phpT/" rel="nofollow">http://www.tizag.com/phpT/</a><br />
I&#8217;ll update the list when I remember the other ones which I personnaly used.<br />
Wishing you the best of luck!<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Does My Website Need a Cms? by Steve</title>
		<link>http://contentmanagementresources.com/cms/does-my-website-need-a-cms/comment-page-1#comment-358</link>
		<dc:creator>Steve</dc:creator>
		<pubDate>Fri, 17 Dec 2010 22:06:59 +0000</pubDate>
		<guid isPermaLink="false">http://contentmanagementresources.com/cms/does-my-website-need-a-cms#comment-358</guid>
		<description>You must understand HTML. You definitely should understand how to use CSS and Javascript. These are kind of the common factors. On top of all that you need to select a language/platform for writing code. If you are open source inclined, go with PHP. If you are a fan of MS, go with .NET. MS offers Express versions of their IDEs that are really good.
To make really useful websites you also need to learn relational databases and SQL.
There are a lot of training videos for .NET online.
Good luck.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>You must understand HTML. You definitely should understand how to use CSS and Javascript. These are kind of the common factors. On top of all that you need to select a language/platform for writing code. If you are open source inclined, go with PHP. If you are a fan of MS, go with .NET. MS offers Express versions of their IDEs that are really good.<br />
To make really useful websites you also need to learn relational databases and SQL.<br />
There are a lot of training videos for .NET online.<br />
Good luck.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Content Management System: Knowing Where to Begin by Karl</title>
		<link>http://contentmanagementresources.com/content-management-system/content-management-system-knowing-where-to-begin/comment-page-1#comment-365</link>
		<dc:creator>Karl</dc:creator>
		<pubDate>Fri, 17 Dec 2010 22:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://contentmanagementresources.com/content-management-system/content-management-system-knowing-where-to-begin#comment-365</guid>
		<description>http://www.php.net&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://www.php.net" rel="nofollow">http://www.php.net</a><br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Does My Website Need a Cms? by HJ</title>
		<link>http://contentmanagementresources.com/cms/does-my-website-need-a-cms/comment-page-1#comment-357</link>
		<dc:creator>HJ</dc:creator>
		<pubDate>Fri, 17 Dec 2010 22:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://contentmanagementresources.com/cms/does-my-website-need-a-cms#comment-357</guid>
		<description>here&#039;s the stuff i use regularly:

Adobe Dreamweaver
Ubuntu Server Edition
WAMP Server for Windows
php
mysql
Joomla
Drupal
Notepad
Adobe Photoshop / Flash / Fireworks
WISE FTP (or filezilla)
MySQL Query Browser
PuTTY

as for learning websites - google for what you&#039;re stuck on, or ask questions on forums (like here or Webmaster World)&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>here&#8217;s the stuff i use regularly:</p>
<p>Adobe Dreamweaver<br />
Ubuntu Server Edition<br />
WAMP Server for Windows<br />
php<br />
mysql<br />
Joomla<br />
Drupal<br />
Notepad<br />
Adobe Photoshop / Flash / Fireworks<br />
WISE FTP (or filezilla)<br />
MySQL Query Browser<br />
PuTTY</p>
<p>as for learning websites &#8211; google for what you&#8217;re stuck on, or ask questions on forums (like here or Webmaster World)<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Content Management System: Knowing Where to Begin by 150 IQ</title>
		<link>http://contentmanagementresources.com/content-management-system/content-management-system-knowing-where-to-begin/comment-page-1#comment-364</link>
		<dc:creator>150 IQ</dc:creator>
		<pubDate>Fri, 17 Dec 2010 22:02:59 +0000</pubDate>
		<guid isPermaLink="false">http://contentmanagementresources.com/content-management-system/content-management-system-knowing-where-to-begin#comment-364</guid>
		<description>http://www.fasthosts.co.uk/hosting/compare/?gclid=CNXuuJTo-5QCFQ1gQgoddlKFqg&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p><a href="http://www.fasthosts.co.uk/hosting/compare/?gclid=CNXuuJTo-5QCFQ1gQgoddlKFqg" rel="nofollow">http://www.fasthosts.co.uk/hosting/compare/?gclid=CNXuuJTo-5QCFQ1gQgoddlKFqg</a><br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: contentmanagementresources.com @ 2012-02-23 03:54:53 -->
