<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: Fewer Web Pages</title>
	<atom:link href="http://cogdogblog.com/2005/11/05/fewer-web-pages/feed/" rel="self" type="application/rss+xml" />
	<link>http://cogdogblog.com/2005/11/05/fewer-web-pages/</link>
	<description>Alan Levine&#039;s space for barking about and playing with technology</description>
	<lastBuildDate>Mon, 13 Feb 2012 07:01:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Jay Pfaffman</title>
		<link>http://cogdogblog.com/2005/11/05/fewer-web-pages/comment-page-1/#comment-2237</link>
		<dc:creator>Jay Pfaffman</dc:creator>
		<pubDate>Tue, 08 Nov 2005 14:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://cogdogblog.com/?p=1174#comment-2237</guid>
		<description>I try to teach my students that computers are good at only one thing:  doing the same thing over and over.  Humans are bad at that.  If you find yourself doing the same thing over and over and you&#039;re using a computer, you&#039;re doing something wrong.  I started using PHP about 10 years ago when I wrote &lt;a href=&quot;http://webliographer.com/&quot; rel=&quot;nofollow&quot;&gt;Webliographer&lt;/a&gt;, a URL database.

I&#039;m much too lazy now to write my own scripts to format stuff, but it wasn&#039;t until I started using Drupal that &lt;a href=&quot;http://learn.occ.utk.edu/node/25&quot; rel=&quot;nofollow&quot;&gt;I started putting stuff on the web again&lt;/a&gt;.  I don&#039;t understand how anyone creates static HTML pages.  I&#039;m much too lazy for that.</description>
		<content:encoded><![CDATA[<p>I try to teach my students that computers are good at only one thing:  doing the same thing over and over.  Humans are bad at that.  If you find yourself doing the same thing over and over and you&#8217;re using a computer, you&#8217;re doing something wrong.  I started using PHP about 10 years ago when I wrote <a href="http://webliographer.com/" rel="nofollow">Webliographer</a>, a URL database.</p>
<p>I&#8217;m much too lazy now to write my own scripts to format stuff, but it wasn&#8217;t until I started using Drupal that <a href="http://learn.occ.utk.edu/node/25" rel="nofollow">I started putting stuff on the web again</a>.  I don&#8217;t understand how anyone creates static HTML pages.  I&#8217;m much too lazy for that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://cogdogblog.com/2005/11/05/fewer-web-pages/comment-page-1/#comment-2226</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Mon, 07 Nov 2005 16:01:52 +0000</pubDate>
		<guid isPermaLink="false">http://cogdogblog.com/?p=1174#comment-2226</guid>
		<description>First of all thanks Tom for noting an error on the MIL page-- My code had a relative link built wrong, but it was one edit to fix ;-) Here is something else that I have found valuable-  a web audience that is willing to let you know of things that do not work or do not make sense.

Also, one thing I left out was building re-directs for all of the old *.html files. I am really against moving/renaming web files and not leaving a redirection or even a note.  So for all of the old *.html files, I used a simple format at Meta-Refresh tag:

http://www.mcli.dist.maricopa.edu/mil/projects.html

As far as learning PHP/MySQL, I am hard pressed to recommend specific resources as it really depends on your style of learning and proficiency at coding, logic, etc.

I think I had purchased a basic MySQL / PHP Intro book (the title escapes me but it was noty a thick tome). Maybe something like PHP/MySQl for the Absolute Beginner:
http://www.amazon.com/exec/obidos/tg/detail/-/1592004946

You will; find plently of online tutroials by Googling PHP mysql +tutorial

A nifty interactive site to learn the basics of writing SQL statements is http://sqlcourse.com/ and the followup http://sqlcourse2.com/    In fact, the original version of this was crfeated by a colleague here at Maricopa--  a real code genius.

I also continue to pick up a lot of learning from just using the online PHP reference http://www.php.net/ as each entry has user contributed notes. And then there are tonrs of libraries of exisiting PHP code you can not only use but learn some code techniques.

And finally, it helps to have a small project you can learn as you do. I never got far with just book or tutorial examples; it always made more sense to me as I learned by doing ym own projects.

Best of luck! I&#039;ve been doing this for about 4-5 years and still have a long way to go.</description>
		<content:encoded><![CDATA[<p>First of all thanks Tom for noting an error on the MIL page&#8211; My code had a relative link built wrong, but it was one edit to fix ;-) Here is something else that I have found valuable-  a web audience that is willing to let you know of things that do not work or do not make sense.</p>
<p>Also, one thing I left out was building re-directs for all of the old *.html files. I am really against moving/renaming web files and not leaving a redirection or even a note.  So for all of the old *.html files, I used a simple format at Meta-Refresh tag:</p>
<p><a href="http://www.mcli.dist.maricopa.edu/mil/projects.html" rel="nofollow">http://www.mcli.dist.maricopa.edu/mil/projects.html</a></p>
<p>As far as learning PHP/MySQL, I am hard pressed to recommend specific resources as it really depends on your style of learning and proficiency at coding, logic, etc.</p>
<p>I think I had purchased a basic MySQL / PHP Intro book (the title escapes me but it was noty a thick tome). Maybe something like PHP/MySQl for the Absolute Beginner:<br />
<a href="http://www.amazon.com/exec/obidos/tg/detail/-/1592004946" rel="nofollow">http://www.amazon.com/exec/obidos/tg/detail/-/1592004946</a></p>
<p>You will; find plently of online tutroials by Googling PHP mysql +tutorial</p>
<p>A nifty interactive site to learn the basics of writing SQL statements is <a href="http://sqlcourse.com/" rel="nofollow">http://sqlcourse.com/</a> and the followup <a href="http://sqlcourse2.com/" rel="nofollow">http://sqlcourse2.com/</a>    In fact, the original version of this was crfeated by a colleague here at Maricopa&#8211;  a real code genius.</p>
<p>I also continue to pick up a lot of learning from just using the online PHP reference <a href="http://www.php.net/" rel="nofollow">http://www.php.net/</a> as each entry has user contributed notes. And then there are tonrs of libraries of exisiting PHP code you can not only use but learn some code techniques.</p>
<p>And finally, it helps to have a small project you can learn as you do. I never got far with just book or tutorial examples; it always made more sense to me as I learned by doing ym own projects.</p>
<p>Best of luck! I&#8217;ve been doing this for about 4-5 years and still have a long way to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://cogdogblog.com/2005/11/05/fewer-web-pages/comment-page-1/#comment-2221</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sun, 06 Nov 2005 19:37:32 +0000</pubDate>
		<guid isPermaLink="false">http://cogdogblog.com/?p=1174#comment-2221</guid>
		<description>A great point and something I&#039;m trying to get our school district to go towards.  We have several huge content resource sites that are over a hundred pages of static html (not even any css).  They are a huge pain to update and often even worse for users in my opinion.  Both those things equal less frequent updates and much less use of what is very good information.  

I&#039;m looking to pick up some mySQL/PHP skills anyway.  Do you have any recommendations for tutorials or books?    

By the way- for some reason I&#039;m getting 404&#039;s off of the package links on your http://www.mcli.dist.maricopa.edu/mil/projects.php page.  I&#039;m running Safari 2.0.2.  Thought you might want to know.</description>
		<content:encoded><![CDATA[<p>A great point and something I&#8217;m trying to get our school district to go towards.  We have several huge content resource sites that are over a hundred pages of static html (not even any css).  They are a huge pain to update and often even worse for users in my opinion.  Both those things equal less frequent updates and much less use of what is very good information.  </p>
<p>I&#8217;m looking to pick up some mySQL/PHP skills anyway.  Do you have any recommendations for tutorials or books?    </p>
<p>By the way- for some reason I&#8217;m getting 404&#8242;s off of the package links on your <a href="http://www.mcli.dist.maricopa.edu/mil/projects.php" rel="nofollow">http://www.mcli.dist.maricopa.edu/mil/projects.php</a> page.  I&#8217;m running Safari 2.0.2.  Thought you might want to know.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

