<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Movies</title>
	<atom:link href="http://bchrisler.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://bchrisler.wordpress.com</link>
	<description>Movies: The other world.</description>
	<lastBuildDate>Sun, 24 Feb 2008 05:35:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bchrisler.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Movies</title>
		<link>http://bchrisler.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bchrisler.wordpress.com/osd.xml" title="Movies" />
	<atom:link rel='hub' href='http://bchrisler.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Pros and Cons over 3 Methods of Web Pages</title>
		<link>http://bchrisler.wordpress.com/2008/02/24/pros-and-cons-over-3-methods-of-web-pages/</link>
		<comments>http://bchrisler.wordpress.com/2008/02/24/pros-and-cons-over-3-methods-of-web-pages/#comments</comments>
		<pubDate>Sun, 24 Feb 2008 05:35:35 +0000</pubDate>
		<dc:creator>bchrisler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[cons]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[hand coding]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[language]]></category>
		<category><![CDATA[methods]]></category>
		<category><![CDATA[pros]]></category>
		<category><![CDATA[web pages]]></category>
		<category><![CDATA[WYSIWYG]]></category>

		<guid isPermaLink="false">http://bchrisler.wordpress.com/?p=7</guid>
		<description><![CDATA[In this essay we will be comparing and contrasting three different methods of web page creation: database, hand coding, and HTML WYSIWYG. All three of these methods have their pros and cons, but which one is right for you? &#160; The most common and traditional method is hand coding. Before the HTML WYSIWYG application and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bchrisler.wordpress.com&amp;blog=2589118&amp;post=7&amp;subd=bchrisler&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">In this essay we will be comparing and contrasting three different methods of web page creation: database, hand coding, and HTML WYSIWYG.<span>  </span>All three of these methods have their pros and cons, but which one is right for you?</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">The most common and traditional method is hand coding.<span>  </span>Before the HTML WYSIWYG application and database web pages, HTML hand coding was the language that allowed web pages to exist.<span>  </span>Hand coding a webpage can be very simple or it can be very complex.<span>  </span>If you want to make a simple webpage that is mostly text, then hand coding it will be fairly easy.<span>  </span>If you want complex interactivity then hand coding will become more advanced.<span>  </span>Another good aspect about hand coding is you don’t need an expensive program to do it.<span>  </span>All you need is a free program like notepad (standard on all PCs) to be the hand coding application.<span>  </span>Now there are some downsides to hand coding a web page.<span>  </span>The number one downside that most people would probably agree to would be learning the HTML language.<span>  </span>To hand code a web page you have to know the HTML language, which can be very complicated for some people to learn.<span>  </span>A simple text website requires you to know the basics of HTML language, but if you do want a very complex page, a person will have to study the language a bit harder.<span>  </span>To add on to this, HTML language is the code to a webpage, one typing error and that portion of the web page will not work.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">A popular way of making web pages in today’s world is using a HTML WYSIWYG application, which stands for “what you see is what you get”.<span>  </span>This application allows a person to look at a web page more so of the design aspect of it.<span>  </span>Instead of just entering a bunch of code that really makes no sense, in a WYSIWYG application you can literally click and type to add text, click and insert a picture, and add layout features without entering a single bit of code.<span>  </span>This may sound great and it is to a certain extent.<span>  </span>Even though it may be as simple a click here or a click there you still have to have knowledge of the HTML language. <span> </span>When creating a web page in a WYSIWYG application it still is producing HTML code to create the web page.<span>  </span>The problem with this is that these applications use complex code that can be very difficult to understand.<span>  </span>And even using these applications you will still have to do some hand coding and with the complex code the applications create, hand coding can become more difficult.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">Database driven web pages are becoming more and more popular in today’s society.<span>  </span>Websites such as wordpress, facebook, myspace, etc are all database driven web pages.<span>  </span>These types of web pages are actually really cool.<span>  </span>Forums and blogs are the most common types of database web pages that allow people to publish their material for all to see.<span>  </span>The Shopping Cart that you find on retail websites is a database web page.<span>  </span>Database web pages also have their downsides.<span>  </span>Users can face security and privacy risks.<span>  </span>When shopping on the internet people can be vulnerable to credit card and identity theft.<span> </span>Also, during upgrades, these web pages will be brought down for the duration.<span>  </span>Lastly, everything is instantaneous.<span>  </span>If you post a message on a forum that you didn’t exactly mean to, it’s too late to take it back.<span>  </span>Once you click the submit button that message is automatically posted for the whole world to see.</p>
<p class="MsoNormal">&nbsp;</p>
<p class="MsoNormal">Like everything, these three methods have their ups and downs.<span>  </span>One thing that is clear though, you need to have a basic understanding of the HTML language no matter what method you choose to create your web pages.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bchrisler.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bchrisler.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bchrisler.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bchrisler.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bchrisler.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bchrisler.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bchrisler.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bchrisler.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bchrisler.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bchrisler.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bchrisler.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bchrisler.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bchrisler.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bchrisler.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bchrisler.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bchrisler.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bchrisler.wordpress.com&amp;blog=2589118&amp;post=7&amp;subd=bchrisler&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bchrisler.wordpress.com/2008/02/24/pros-and-cons-over-3-methods-of-web-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a61cac4831cb0e3104a0db60c6dcc26?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bchrisler</media:title>
		</media:content>
	</item>
		<item>
		<title>Pros and Cons of a Tiered Internet</title>
		<link>http://bchrisler.wordpress.com/2008/01/25/pros-and-cons-of-a-tiered-internet/</link>
		<comments>http://bchrisler.wordpress.com/2008/01/25/pros-and-cons-of-a-tiered-internet/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 20:09:34 +0000</pubDate>
		<dc:creator>bchrisler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cons]]></category>
		<category><![CDATA[internet providers]]></category>
		<category><![CDATA[net neutrality]]></category>
		<category><![CDATA[pros]]></category>
		<category><![CDATA[tiered internet]]></category>

		<guid isPermaLink="false">http://bchrisler.wordpress.com/2008/01/25/pros-and-cons-of-a-tiered-internet/</guid>
		<description><![CDATA[Net neutrality is a hot topic for today&#8217;s generation. There is no set definition for net neutrality, but it can be defined as equal treatment and access for users of the internet. One way to achieve this is by creating a tiered internet. A debate has opened on both sides of creating a tiered system. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bchrisler.wordpress.com&amp;blog=2589118&amp;post=6&amp;subd=bchrisler&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Net neutrality is a hot topic for today&#8217;s generation.  There is no set definition for net neutrality, but it can be defined as equal treatment and access for users of the internet.  One way to achieve this is by creating a tiered internet.  A debate has opened on both sides of creating a tiered system.</p>
<p>Some of the pros for creating a tiered internet are that it will allow more internet providers to start up, thus increasing broadband service throughout the country.  This action would eventually lead to broadband service being available as much as telephone service.  Having a tiered system would also allow providers to offer different levels of service at different fees.  This can be both good and bad.  The good aspect of it would be if your a person who uses the internet for just searching the internet and checking email, you might subscribe to a lower level of service for a smaller fee and just the opposite if your a gamer or avid downloader of large files.  This system may also help internet providers stop cutting back a users internet connection, because they are using too much bandwidth my downloading large files or playing games.  The bad aspect is explained in the next paragraph.</p>
<p>Some of the cons of having a tiered internet are by having different levels of service for different fees, it could limit competition.  Smaller providers that are not as financially secure will find it difficult to provide higher levels of service and thus, can go out of business.  To add on to this, larger companies, such as AOL, then have a good deal of control over the internet and can limit what a user is allowed to do.  For instance, the internet provider may not want to allow certain applications or website to be accessed by their users, which can be frustrating for the user.  Also by having different levels of service, applications can be blocked.  So if you subscribe to a lower level of service, you may not be able to access websites such as youtube.com because the applications that run the site are not allowed with your service.  What all this does is causes a free internet to become almost a dictatorship, where internet providers have control of what you access, which goes against the grain of what the internet is all about.</p>
<p>Overall, I believe a tiered internet system can be a good thing if it is handled properly.  At the moment, really only two types of companies are internet providers, which are cable and telephone companies.  There really is no law that provides a set of standards that these companies have to adhere to, so they are pretty much given free rein on what they can do, to an extent.  Bills, such as the Telecommunications Act of 1996 have begun to help set these standards.  By allowing more businesses to become internet providers you help technology evolve.  These companies may find a new way of providing the internet or how it is accessed.  If Microsoft was the only software company that provided an operating system where do you think we would be today?  Probably, not as far was we&#8217;ve come with operating systems.  Mainly, we need to keep the internet an open world of information that can be accessed by anyone.</p>
<p class="MsoNormal">&nbsp;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bchrisler.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bchrisler.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bchrisler.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bchrisler.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bchrisler.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bchrisler.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bchrisler.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bchrisler.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bchrisler.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bchrisler.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bchrisler.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bchrisler.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bchrisler.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bchrisler.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bchrisler.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bchrisler.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bchrisler.wordpress.com&amp;blog=2589118&amp;post=6&amp;subd=bchrisler&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bchrisler.wordpress.com/2008/01/25/pros-and-cons-of-a-tiered-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a61cac4831cb0e3104a0db60c6dcc26?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bchrisler</media:title>
		</media:content>
	</item>
		<item>
		<title>Some of my favorite fantasy movies.</title>
		<link>http://bchrisler.wordpress.com/2008/01/22/some-of-my-favorite-fantasy-movies/</link>
		<comments>http://bchrisler.wordpress.com/2008/01/22/some-of-my-favorite-fantasy-movies/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 20:13:02 +0000</pubDate>
		<dc:creator>bchrisler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[fantasy]]></category>
		<category><![CDATA[harry potter]]></category>
		<category><![CDATA[lord of the rings]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[pirates of the caribbean]]></category>
		<category><![CDATA[star wars]]></category>

		<guid isPermaLink="false">http://bchrisler.wordpress.com/2008/01/22/some-of-my-favorite-fantasy-movies/</guid>
		<description><![CDATA[Some of the best fantasy movies that I have seen have been movies such as: the Lord of the Rings trilogy, the Star Wars trilogy (more sci-fi, but still), the Pirates of the Caribbean triology, and the Harry Potter series.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bchrisler.wordpress.com&amp;blog=2589118&amp;post=3&amp;subd=bchrisler&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Some of the best fantasy movies that I have seen have been movies such as: the Lord of the Rings trilogy, the Star Wars trilogy (more sci-fi, but still), the Pirates of the Caribbean triology, and the Harry Potter series.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bchrisler.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bchrisler.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bchrisler.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bchrisler.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bchrisler.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bchrisler.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bchrisler.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bchrisler.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bchrisler.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bchrisler.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bchrisler.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bchrisler.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bchrisler.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bchrisler.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bchrisler.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bchrisler.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bchrisler.wordpress.com&amp;blog=2589118&amp;post=3&amp;subd=bchrisler&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bchrisler.wordpress.com/2008/01/22/some-of-my-favorite-fantasy-movies/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a61cac4831cb0e3104a0db60c6dcc26?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bchrisler</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://bchrisler.wordpress.com/2008/01/22/hello-world/</link>
		<comments>http://bchrisler.wordpress.com/2008/01/22/hello-world/#comments</comments>
		<pubDate>Tue, 22 Jan 2008 19:50:23 +0000</pubDate>
		<dc:creator>bchrisler</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bchrisler.wordpress.com&amp;blog=2589118&amp;post=1&amp;subd=bchrisler&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/bchrisler.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/bchrisler.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bchrisler.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bchrisler.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/bchrisler.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/bchrisler.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/bchrisler.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/bchrisler.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/bchrisler.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/bchrisler.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/bchrisler.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/bchrisler.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/bchrisler.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/bchrisler.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/bchrisler.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/bchrisler.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bchrisler.wordpress.com&amp;blog=2589118&amp;post=1&amp;subd=bchrisler&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bchrisler.wordpress.com/2008/01/22/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/0a61cac4831cb0e3104a0db60c6dcc26?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bchrisler</media:title>
		</media:content>
	</item>
	</channel>
</rss>
