<?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>Erikk Ross AIO</title>
	<atom:link href="http://er155.aisites.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://er155.aisites.com</link>
	<description>Resource for the following classes at AIO: IMD312 Introduction to Programming, IMD323 Database Systems and IMD331 Web Site Development II</description>
	<lastBuildDate>Tue, 26 Jan 2010 23:51:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Using jQuery to add a Twitter Feed to Your Site</title>
		<link>http://er155.aisites.com/2010/01/using-jquery-to-add-a-twitter-feed-to-your-site/</link>
		<comments>http://er155.aisites.com/2010/01/using-jquery-to-add-a-twitter-feed-to-your-site/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 23:51:13 +0000</pubDate>
		<dc:creator>Erikk</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[IMD401]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://er155.aisites.com/?p=238</guid>
		<description><![CDATA[This video goes through how to add a feed of your tweets to your web site by using jQuery.

Watch video now
View Live Demo (You can also view the source of the file to copy/paste the code)

You may find the video confusing if you are not familiar with jQuery. If you want you can simply use [...]]]></description>
			<content:encoded><![CDATA[<p>This video goes through how to add a feed of your tweets to your web site by using jQuery.</p>
<ul>
<li><a href="http://www.screencast.com/t/MTVhNjA4" target="_blank">Watch video now</a></li>
<li><a href="http://er5325.aisites.com/jquery/twitter.html" target="_blank">View Live Demo</a> (You can also view the source of the file to copy/paste the code)</li>
</ul>
<p>You may find the video confusing if you are not familiar with jQuery. If you want you can simply use the code in the live demo page and copy it on your site to add the twitter feed without having to understand how everything works within it. Just be sure to change the twitterUser variable to be your twitter account.</p>
<p>If you have any questions, use the comments below.</p>
<p><strong>External References: </strong></p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/JSON">Wikipedia page on JSON</a></li>
<li><a href="http://www.jquery.com">jQuery &#8211; Official site</a></li>
<li><a href="http://www.twitter.com">Twitter</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://er155.aisites.com/2010/01/using-jquery-to-add-a-twitter-feed-to-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Tutorial: Adding Images to the Master/Detail pages</title>
		<link>http://er155.aisites.com/2009/08/video-tutorial-adding-images-to-the-masterdetail-pages/</link>
		<comments>http://er155.aisites.com/2009/08/video-tutorial-adding-images-to-the-masterdetail-pages/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 01:16:37 +0000</pubDate>
		<dc:creator>Erikk</dc:creator>
				<category><![CDATA[IMD323]]></category>
		<category><![CDATA[IMD331]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://er155.aisites.com/?p=215</guid>
		<description><![CDATA[Watch Video &#124; Download Video
In this video I go over how to add images to your master detail pages.
]]></description>
			<content:encoded><![CDATA[<p><strong><a href="http://www.treadmark.net/imd331/master_details_images" target="_blank">Watch Video</a></strong> | <strong><a href="http://www.treadmark.net/imd331/zip_files/master_details_images.zip">Download Video</a></strong></p>
<p>In this video I go over how to add images to your master detail pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://er155.aisites.com/2009/08/video-tutorial-adding-images-to-the-masterdetail-pages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AJAX Autocomplete Example</title>
		<link>http://er155.aisites.com/2009/07/ajax-autocomplete-example/</link>
		<comments>http://er155.aisites.com/2009/07/ajax-autocomplete-example/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 21:03:51 +0000</pubDate>
		<dc:creator>Erikk</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[IMD331]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Add new tag]]></category>

		<guid isPermaLink="false">http://er155.aisites.com/?p=202</guid>
		<description><![CDATA[In this video, I show how to build a simple autocomplete search box. You have probably seen this feature on popular sites such as Netflix, Google, Hulu and Adobe. When you start to type in a search box, you get results returned immediately that match what you typed.
I used PHP, MySQL and jQuery to create [...]]]></description>
			<content:encoded><![CDATA[<p>In this video, I show how to build a simple autocomplete search box. You have probably seen this feature on popular sites such as Netflix, Google, Hulu and Adobe. When you start to type in a search box, you get results returned immediately that match what you typed.</p>
<p>I used PHP, <a href="http://er155.aisites.com/category/mysql/" target="_self">MySQL </a>and <a href="http://er155.aisites.com/category/jquery/" target="_self">jQuery</a> to create this example.</p>
<p><strong>What you need to do in order to get this to work: </strong></p>
<p>In order to get this working on your site, you will need to follow a few steps.</p>
<ol>
<li>Setup your database. You can use a database you already have or create a new one. If you already have a database and table created you can skip this step. You can view my other <a href="http://er155.aisites.com/category/mysql/">MySQL </a>tutorials for more details on setting up a database. <br/><br/></li>
<li>Modify the include/dbconn.php file. You will need to modify this file to connect to your database. You will need to provide your server name, username, password and database name.<br/><br/></li>
<li>Possibly make changes to get_customers.php. You will most likely have to make some changes to this file as well in order to use your own table name.<br />
<br/>For example, on line 9 my query looks like this:<br />
<code>     $query = "SELECT first_name, last_name FROM Customers WHERE last_name LIKE '%" . $queryString . "%' ORDER BY last_name, first_name";</code><br/><br />
You will have to change that line of code to match your database table and column names.<br />
<br/>You will also need to modify this line of code from get_customers.php:<br />
<code>     echo '&lt;li onclick="fill(\'' . $row['first_name'] . ' ' . $row['last_name'] . '\');"&gt;' . $row['first_name'] . ' ' . $row['last_name'] . '&lt;/li&gt;';</code><br/></p>
<p><br/>You will need to change $row['first_name'] and $row['last_name'] to match the name of your columns.
</li>
</ol>
<h3><a href="http://www.treadmark.net/imd331/ajax_autocomplete/" target="_blank">Watch Video</a> | <a href="http://er5325.aisites.com/autocomplete/" target="_blank">View live example</a> | <a href='http://er155.aisites.com/wp-content/uploads/2009/07/autocomplete.zip'>Autocomplete Code</a><br/><br/><br/></p>
]]></content:encoded>
			<wfw:commentRss>http://er155.aisites.com/2009/07/ajax-autocomplete-example/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Tutorial: View output of PHP within Dreamweaver</title>
		<link>http://er155.aisites.com/2009/05/video-tutorial-view-output-of-php-within-dreamweaver/</link>
		<comments>http://er155.aisites.com/2009/05/video-tutorial-view-output-of-php-within-dreamweaver/#comments</comments>
		<pubDate>Tue, 19 May 2009 00:16:53 +0000</pubDate>
		<dc:creator>Erikk</dc:creator>
				<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[IMD312]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Add new tag]]></category>

		<guid isPermaLink="false">http://er155.aisites.com/?p=195</guid>
		<description><![CDATA[This video shows how you can preview the output of PHP within Dreamweaver. If you are use to using the Design view to preview how your page looks, you may have noticed that this does not work with PHP code. Instead you will usually see nothing where your PHP code is at.
However, you can use [...]]]></description>
			<content:encoded><![CDATA[<p>This video shows how you can preview the output of PHP within Dreamweaver. If you are use to using the Design view to preview how your page looks, you may have noticed that this does not work with PHP code. Instead you will usually see nothing where your PHP code is at.</p>
<p>However, you can use the Live View to preview the output of your PHP code from within Dreamweaver. This video shows you how to do that and what you need to setup in order to be able to do this.</p>
<p><strong><a href="http://www.treadmark.net/imd312/tutorials/dreamweaver_live_view/" target="_blank">Watch Video</a></strong></p>
<p><strong><a href="http://er155.aisites.com/wp-content/uploads/2009/05/dw_live_view.png"><img class="aligncenter size-medium wp-image-198" title="Dreamweaver Live View" src="http://er155.aisites.com/wp-content/uploads/2009/05/dw_live_view-300x225.png" alt="Dreamweaver Live View" width="300" height="225" /></a><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://er155.aisites.com/2009/05/video-tutorial-view-output-of-php-within-dreamweaver/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Video Tutorial: MySQL Setup Through OLS</title>
		<link>http://er155.aisites.com/2009/05/video-tutorial-mysql-setup-through-ols/</link>
		<comments>http://er155.aisites.com/2009/05/video-tutorial-mysql-setup-through-ols/#comments</comments>
		<pubDate>Thu, 07 May 2009 23:39:23 +0000</pubDate>
		<dc:creator>Erikk</dc:creator>
				<category><![CDATA[IMD312]]></category>
		<category><![CDATA[IMD323]]></category>
		<category><![CDATA[IMD331]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[OLS]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://er155.aisites.com/?p=193</guid>
		<description><![CDATA[Watch Video &#124; Download Video
This video shows you how to create a new MySQL database on your OLS server. Then I go into using phpMyAdmin to create the tables in your database. Finally I show a simple PHP page that will pull the information out of the database and display it in a web page. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.treadmark.net/imd312/tutorials/mysql/" target="_blank">Watch Video</a> | <a href="http://treadmark.net/imd312/tutorials/zip_files/mysql.zip" target="_blank">Download Video</a></p>
<p>This video shows you how to create a new MySQL database on your OLS server. Then I go into using phpMyAdmin to create the tables in your database. Finally I show a simple PHP page that will pull the information out of the database and display it in a web page. I also have several other videos about MySQL and data access, including using Dreamweaver to write the PHP code for you.</p>
]]></content:encoded>
			<wfw:commentRss>http://er155.aisites.com/2009/05/video-tutorial-mysql-setup-through-ols/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Tutorial: Include Files</title>
		<link>http://er155.aisites.com/2009/05/video-tutorial-include-files/</link>
		<comments>http://er155.aisites.com/2009/05/video-tutorial-include-files/#comments</comments>
		<pubDate>Thu, 07 May 2009 22:59:34 +0000</pubDate>
		<dc:creator>Erikk</dc:creator>
				<category><![CDATA[IMD312]]></category>
		<category><![CDATA[IMD323]]></category>
		<category><![CDATA[IMD331]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://er155.aisites.com/?p=190</guid>
		<description><![CDATA[Watch Video &#124; Download Video
Example code can be found here: Include file example
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.treadmark.net/imd312/tutorials/include_files/" target="_blank">Watch Video</a> | <a href="http://treadmark.net/imd312/tutorials/zip_files/include_files.zip" target="_blank">Download Video</a></p>
<p>Example code can be found here: <a href="http://er155.aisites.com/wp-content/uploads/2009/05/include_files.zip">Include file example</a></p>
]]></content:encoded>
			<wfw:commentRss>http://er155.aisites.com/2009/05/video-tutorial-include-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Video Tutorial: IMD312 Week 4 Assignment 4 (Email)</title>
		<link>http://er155.aisites.com/2009/05/video-tutorial-imd312-week-4-assignment-4-email/</link>
		<comments>http://er155.aisites.com/2009/05/video-tutorial-imd312-week-4-assignment-4-email/#comments</comments>
		<pubDate>Thu, 07 May 2009 22:56:21 +0000</pubDate>
		<dc:creator>Erikk</dc:creator>
				<category><![CDATA[IMD312]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://er155.aisites.com/?p=187</guid>
		<description><![CDATA[Watch Video &#124; Download Video
You can download the code for this video from here: Email code example
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.treadmark.net/imd312/tutorials/email/" target="_blank">Watch Video</a> | <a href="http://treadmark.net/imd312/tutorials/zip_files/email.zip" target="_blank">Download Video</a></p>
<p>You can download the code for this video from here: <a href="http://er155.aisites.com/wp-content/uploads/2009/05/email.zip">Email code example</a></p>
]]></content:encoded>
			<wfw:commentRss>http://er155.aisites.com/2009/05/video-tutorial-imd312-week-4-assignment-4-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Tutorial: IMD312 Week 4 Assignment 3</title>
		<link>http://er155.aisites.com/2009/05/video-tutorial-imd312-week-4-assignment-3/</link>
		<comments>http://er155.aisites.com/2009/05/video-tutorial-imd312-week-4-assignment-3/#comments</comments>
		<pubDate>Thu, 07 May 2009 22:51:23 +0000</pubDate>
		<dc:creator>Erikk</dc:creator>
				<category><![CDATA[IMD312]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://er155.aisites.com/?p=182</guid>
		<description><![CDATA[Watch Video &#124; Download Video
You can view the code from this example here: Week 4 Assignment 3 code
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.treadmark.net/imd312/tutorials/week4_assignment3/" target="_blank">Watch Video</a> | <a href="http://treadmark.net/imd312/tutorials/zip_files/week4_assignment3.zip" target="_blank">Download Video</a></p>
<p>You can view the code from this example here: <a href="http://er155.aisites.com/wp-content/uploads/2009/05/week4_assignment3.zip">Week 4 Assignment 3 code</a></p>
]]></content:encoded>
			<wfw:commentRss>http://er155.aisites.com/2009/05/video-tutorial-imd312-week-4-assignment-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Video Tutorial: Week 3 Assignment 1</title>
		<link>http://er155.aisites.com/2009/05/video-tutorial-week-3-assignment-1/</link>
		<comments>http://er155.aisites.com/2009/05/video-tutorial-week-3-assignment-1/#comments</comments>
		<pubDate>Thu, 07 May 2009 22:29:37 +0000</pubDate>
		<dc:creator>Erikk</dc:creator>
				<category><![CDATA[IMD312]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://er155.aisites.com/?p=179</guid>
		<description><![CDATA[Watch Video &#124; Download Video
This video will show how to create the dynamic confirmation page. This video was created in Dreamweaver 8, so it is a little old, but all the code is the same.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.treadmark.net/imd312/tutorials/week3_assignment1/" target="_blank">Watch Video</a> | <a href="http://treadmark.net/imd312/tutorials/zip_files/week3_assignment1.zip" target="_blank">Download Video</a></p>
<p>This video will show how to create the dynamic confirmation page. This video was created in Dreamweaver 8, so it is a little old, but all the code is the same.</p>
]]></content:encoded>
			<wfw:commentRss>http://er155.aisites.com/2009/05/video-tutorial-week-3-assignment-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery for Absolute Beginners</title>
		<link>http://er155.aisites.com/2009/05/jquery-for-absolute-beginners/</link>
		<comments>http://er155.aisites.com/2009/05/jquery-for-absolute-beginners/#comments</comments>
		<pubDate>Wed, 06 May 2009 00:55:15 +0000</pubDate>
		<dc:creator>Erikk</dc:creator>
				<category><![CDATA[IMD401]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://er155.aisites.com/?p=176</guid>
		<description><![CDATA[I stumbled upon an excellent jQuery video series today called &#8220;jQuery for Absolute Beginners.&#8221; There are 15 videos that are geared toward jQuery beginners. I watched a couple of them and they are very well done.
http://blog.themeforest.net/screencasts/jquery-for-absolute-beginners-video-series/
]]></description>
			<content:encoded><![CDATA[<p>I stumbled upon an excellent jQuery video series today called &#8220;<a href="http://blog.themeforest.net/screencasts/jquery-for-absolute-beginners-video-series/" target="_self">jQuery for Absolute Beginners</a>.&#8221; There are 15 videos that are geared toward jQuery beginners. I watched a couple of them and they are very well done.</p>
<p><a href="http://blog.themeforest.net/screencasts/jquery-for-absolute-beginners-video-series/">http://blog.themeforest.net/screencasts/jquery-for-absolute-beginners-video-series/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://er155.aisites.com/2009/05/jquery-for-absolute-beginners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

