<?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"
	>

<channel>
	<title>Mr. Schroth</title>
	<atom:link href="http://tech.lp.noacsc.org/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://tech.lp.noacsc.org</link>
	<description>Technology in Education</description>
	<pubDate>Mon, 12 May 2008 17:49:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>Eclipse PDT (Part 2) - Creating your first project</title>
		<link>http://tech.lp.noacsc.org/?p=5</link>
		<comments>http://tech.lp.noacsc.org/?p=5#comments</comments>
		<pubDate>Mon, 12 May 2008 17:48:29 +0000</pubDate>
		<dc:creator>Brandon Schroth</dc:creator>
		
		<category><![CDATA[Web Page 2]]></category>

		<category><![CDATA[WebPage2]]></category>

		<guid isPermaLink="false">http://tech.lp.noacsc.org/?p=5</guid>
		<description><![CDATA[**Follow instructions from class on setting up XAMPP on your personal computer for a test development site on your machine.
To create a new project in Eclipse you must first Right Click on the PHP Explorer window and go to New &#62; PHP Project like Figure 1.
Figure 1:

Next name your project WebPage2 when the dialog box [...]]]></description>
			<content:encoded><![CDATA[<p>**Follow instructions from class on setting up <a title="XAMPP Project Page" href="http://www.apachefriends.org/en/xampp.html" target="_blank">XAMPP</a> on your personal computer for a test development site on your machine.</p>
<p>To create a new project in Eclipse you must first <em>Right Click</em> on the PHP Explorer window and go to <em>New &gt; PHP Project</em> like <strong><em>Figure 1.</em></strong></p>
<p><em><strong>Figure 1:</strong></em></p>
<p><a href="http://tech.lp.noacsc.org/wp-content/uploads/2008/05/eclipse_new_project.png"><img class="aligncenter size-medium wp-image-6" title="eclipse_new_project" src="http://tech.lp.noacsc.org/wp-content/uploads/2008/05/eclipse_new_project.png" alt="New Project" width="300" height="256" /></a></p>
<p>Next name your project <em>WebPage2</em> when the dialog box comes up on the screen.  This creates a Eclipse Project called <em>WebPage2</em> where we can create our project website for php scripts.  Let&#8217;s go ahead and create the default.php file to be the page that automatically loads with the <a title="XAMPP Project Page" href="http://www.apachefriends.org/en/xampp.html" target="_blank">XAMPP</a> Server installed from class.</p>
<p>With the little that we&#8217;ve gone over in class regarding PHP, in the default.php page please print out your name and current time.  Make sure that it always prints out the correct time to the page no matter what time they visit it must be in sync with the time they view the page.  Check out the php manual regarding date and/or time.</p>
<p>Before the next class please touch up on your html (<a title="W3 Schools" href="http://www.w3schools.com/html/default.asp" target="_blank">W3 Schools</a>) skills.</p>
<p><strong>Resources:</strong></p>
<ul>
<li>http://www.php.net/manual/en/</li>
<li>http://www.w3schools.com</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tech.lp.noacsc.org/?feed=rss2&amp;p=5</wfw:commentRss>
		</item>
		<item>
		<title>Using Eclipse PDT (PHP Development Tools) Part 1</title>
		<link>http://tech.lp.noacsc.org/?p=4</link>
		<comments>http://tech.lp.noacsc.org/?p=4#comments</comments>
		<pubDate>Tue, 06 May 2008 23:21:45 +0000</pubDate>
		<dc:creator>Brandon Schroth</dc:creator>
		
		<category><![CDATA[Web Page 2]]></category>

		<category><![CDATA[WebPage2]]></category>

		<guid isPermaLink="false">http://tech.lp.noacsc.org/?p=4</guid>
		<description><![CDATA[*This is Part 1 in a multi-part series
Eclipse is an IDE (Integrated Development Environment) that is usually used for Java projects but there are plenty of plugins that have been developed to use Eclipse as a development environment for other languages.  Those languages include C, C++, PHP, XML and so on and so forth.
An [...]]]></description>
			<content:encoded><![CDATA[<p><em>*This is Part 1 in a multi-part series</em></p>
<p><a title="Eclipse" href="http://www.eclipse.org" target="_blank">Eclipse</a> is an IDE (Integrated Development Environment) that is usually used for Java projects but there are plenty of plugins that have been developed to use Eclipse as a development environment for other languages.  Those languages include C, C++, PHP, XML and so on and so forth.</p>
<p>An example of other PHP IDE&#8217;s are; Dev-PHP IDE, Zend Studio, Komodo, PHP Designer and PHPEdit.</p>
<p>Those are all pay for IDE&#8217;s where the Eclipse PDT is free and fairly easy to get community support if needed.  The easiest download is the PDT all-in-one package that has Eclipse and all the other <strong>required</strong> plugins.  As of today (05/06/2008) the latest build of the PDT all-in-on package is located here:</p>
<p><a href="http://download.eclipse.org/tools/pdt/downloads/release.php?release=R20080103" target="_blank">http://download.eclipse.org/tools/pdt/downloads/release.php?release=R20080103</a></p>
<p>where you can download the version for your OS type.</p>
<p>To get a quick start on using/installing Eclipse PDT check out the following YouTube Video&#8217;s:</p>
<p>Part 1 - <a href="# http://www.youtube.com/watch?v=VRFZpk-YHl4 " target="_blank">http://www.youtube.com/watch?v=VRFZpk-YHl4</a></p>
<p>Part 2 - <a href="http://www.youtube.com/watch?v=x8WnciHjXco" target="_blank">http://www.youtube.com/watch?v=x8WnciHjXco</a></p>
<p><strong>Resources:</strong></p>
<ul>
<li><a title="CodeJacked" href="http://www.codejacked.com/php-development-with-eclipse-pdt/" target="_blank">http://www.codejacked.com/php-development-with-eclipse-pdt/</a></li>
<li><a href="# http://www.youtube.com/watch?v=VRFZpk-YHl4 " target="_blank">http://www.youtube.com/watch?v=VRFZpk-YHl4</a></li>
<li><a href="http://www.youtube.com/watch?v=x8WnciHjXco" target="_blank">http://www.youtube.com/watch?v=x8WnciHjXco</a></li>
<li><a href="http://www.eclipse.org/pdt/" target="_blank">http://www.eclipse.org/pdt/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://tech.lp.noacsc.org/?feed=rss2&amp;p=4</wfw:commentRss>
		</item>
		<item>
		<title>YouTube and Senior Projects</title>
		<link>http://tech.lp.noacsc.org/?p=3</link>
		<comments>http://tech.lp.noacsc.org/?p=3#comments</comments>
		<pubDate>Wed, 16 Apr 2008 17:04:29 +0000</pubDate>
		<dc:creator>Brandon Schroth</dc:creator>
		
		<category><![CDATA[Senior Project]]></category>

		<category><![CDATA[senior projects]]></category>

		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://tech.lp.noacsc.org/?p=3</guid>
		<description><![CDATA[Since senior projects are currently being presented to judges this week and over the past week I&#8217;ve had almost 3 dozen students stop by trying to get a video from YouTube to put on their PowerPoint.  I have a couple resources that may come in handy.  Although both of these websites I&#8217;m about [...]]]></description>
			<content:encoded><![CDATA[<p>Since senior projects are currently being presented to judges this week and over the past week I&#8217;ve had almost 3 dozen students stop by trying to get a video from YouTube to put on their PowerPoint.  I have a couple resources that may come in handy.  Although both of these websites I&#8217;m about to post don&#8217;t work 100% of the time, they are good resources none-the-less.</p>
<p><a title="Vixy.net" href="http://vixy.net" target="_blank">http://vixy.net</a></p>
<p><a title="ConvertTube.com" href="http://converttube.com" target="_blank">http://converttube.com</a></p>
<p>Once again these sites can be hit or miss but they work great when they work.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.lp.noacsc.org/?feed=rss2&amp;p=3</wfw:commentRss>
		</item>
	</channel>
</rss>
