<?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>The Daily Blab</title>
	<atom:link href="http://sschill.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sschill.wordpress.com</link>
	<description>A Web Development Blog</description>
	<lastBuildDate>Wed, 17 Aug 2011 01:59:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='sschill.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Daily Blab</title>
		<link>http://sschill.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://sschill.wordpress.com/osd.xml" title="The Daily Blab" />
	<atom:link rel='hub' href='http://sschill.wordpress.com/?pushpress=hub'/>
		<item>
		<title>1and1.com and php 4.0 / 5.0</title>
		<link>http://sschill.wordpress.com/2010/01/13/1and1-com-and-php-4-0-5-0/</link>
		<comments>http://sschill.wordpress.com/2010/01/13/1and1-com-and-php-4-0-5-0/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 02:08:02 +0000</pubDate>
		<dc:creator>sschill</dc:creator>
				<category><![CDATA[Web Blabs]]></category>

		<guid isPermaLink="false">http://sschill.wordpress.com/?p=63</guid>
		<description><![CDATA[Today, I learned that 1and1 has a bit of a goofy issue concerning the version of php that is installed on their servers. You see they have somehow achieved both php 4.0 and 5.0 installations.  This poses an issue when it comes to Joomla! because it automatically uses the php 4.0 installation and this poses [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sschill.wordpress.com&amp;blog=11262896&amp;post=63&amp;subd=sschill&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today, I learned that 1and1 has a bit of a goofy issue concerning the version of php that is installed on their servers.</p>
<p>You see they have somehow achieved both php 4.0 and 5.0 installations.  This poses an issue when it comes to Joomla! because it automatically uses the php 4.0 installation and this poses security risks that Joomla! has either fixed or doesn&#8217;t need to worry about if php 5.0 were installed and being utilized.</p>
<p>Luckily there&#8217;s a fix and it&#8217;s simple!</p>
<p>Go into your Joomla! root directory and find the htaccess.txt file.  Download it to your computer and open it with either notepad or wordpad.  Scroll to the bottom of the document and paste the following&#8230;</p>
<p>########## Begin php fix<br />
#<br />
AddType x-mapp-php5 .php<br />
#<br />
########## End php fix</p>
<p>This code will add a mime-type which tells any php file that is loaded by the server to be executed using php 5.0.  Seeing as how 1and1 has both 4.0 and 5.0 installed, their servers are able to do this.</p>
<p>Next upload the file back to the Joomla! directory via FileZilla (or your FTP Client of choice), but be sure to rename the file to .htaccess on the server, otherwise the server won&#8217;t utilize it.</p>
<p>To double check that the changes were made, go to your Joomla! admin panel.  Under <em>Help &gt; System Info</em> check the php version to see if it&#8217;s 5.x.x.  Then proceed to the <em>php Information </em>tab and look for <em>registered_globals</em> and make sure it&#8217;s off.  If both of these are present then your correction worked, and Joomla! should be both more secure and less likely to cause errors.</p>
<p>Congrats you just made your Joomla! world a better place!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sschill.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sschill.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sschill.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sschill.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sschill.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sschill.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sschill.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sschill.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sschill.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sschill.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sschill.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sschill.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sschill.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sschill.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sschill.wordpress.com&amp;blog=11262896&amp;post=63&amp;subd=sschill&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sschill.wordpress.com/2010/01/13/1and1-com-and-php-4-0-5-0/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee1ad1cf8c9b5d2215dbbc4ff58526e5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sschill</media:title>
		</media:content>
	</item>
		<item>
		<title>Brief Drupal Review</title>
		<link>http://sschill.wordpress.com/2010/01/13/brief-drupal-review/</link>
		<comments>http://sschill.wordpress.com/2010/01/13/brief-drupal-review/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 17:34:52 +0000</pubDate>
		<dc:creator>sschill</dc:creator>
				<category><![CDATA[Course Blabs]]></category>

		<guid isPermaLink="false">http://sschill.wordpress.com/?p=59</guid>
		<description><![CDATA[Today we were asked to go online to http://www.opensourcecms.com and try out a demo of the Drupal CMS.  I&#8217;m going to try and keep this brief. For starters in comparison to Joomla! it has a different look and a far more different feel.  In Joomla! there is an obvious front-end and back-end to the site, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sschill.wordpress.com&amp;blog=11262896&amp;post=59&amp;subd=sschill&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today we were asked to go online to <a href="http://www.opensourcecms.com">http://www.opensourcecms.com</a> and try out a demo of the Drupal CMS.  I&#8217;m going to try and keep this brief.</p>
<p>For starters in comparison to Joomla! it has a different look and a far more different feel.  In Joomla! there is an obvious front-end and back-end to the site, seperating the average user from the administrator.  Drupal isn&#8217;t quite as segregated.  Instead they went for a more seamless and streamlined approach, which can be quite confusing and overwhelming at first.  The two ends are integrated and you navigate everything (depending on the template being used) via the left navigation bar.  The more you use it, the easier it becomes.  One last thing about the navigation that I liked was the clear categorization of functions and options that are under the administrators menu list.  Everything is broken down into just a few categories and it was very easy to find where things are located.</p>
<p>Another perk that Drupal offers is the long list of included modules in the default install.  Unlike Joomla, Drupal offers simple Blogging and Forum capabilities, among many other components.  Another PLUS is the built in user management functionality, which allows the creation of custom user groups and permissions.  One thing Joomla! is lacking a bit.</p>
<p>Lastly, I&#8217;d like to include one minor beef with the CMS.  There isn&#8217;t a default WYSIWYG enabled for content creation.  There is probably an option somewhere in the administrators menu which allows the enabling of this feature, but it is not activated by default, which is surprising.</p>
<p>Overall a fairly easy to use CMS once you become accustomed to the navigation system and the integration of both the front and back-end of the site.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sschill.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sschill.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sschill.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sschill.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sschill.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sschill.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sschill.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sschill.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sschill.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sschill.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sschill.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sschill.wordpress.com/59/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sschill.wordpress.com/59/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sschill.wordpress.com/59/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sschill.wordpress.com&amp;blog=11262896&amp;post=59&amp;subd=sschill&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sschill.wordpress.com/2010/01/13/brief-drupal-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee1ad1cf8c9b5d2215dbbc4ff58526e5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sschill</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Joomla! on a 1and1.com Hosted Site &#8211; Manually</title>
		<link>http://sschill.wordpress.com/2010/01/12/installing-joomla-on-a-1and1-com-hosted-site-manually/</link>
		<comments>http://sschill.wordpress.com/2010/01/12/installing-joomla-on-a-1and1-com-hosted-site-manually/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 04:19:18 +0000</pubDate>
		<dc:creator>sschill</dc:creator>
				<category><![CDATA[Web Blabs]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[FileZilla]]></category>
		<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[mySQL]]></category>
		<category><![CDATA[WDMD]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://sschill.wordpress.com/?p=33</guid>
		<description><![CDATA[It&#8217;s been a long weekend, but alas I&#8217;ve returned with quite the spiel in order to repay for my absence.  Today I&#8217;m going to do a tutorial of the Joomla! installation process on a 1and1.com hosted server.  It will include some brief information on FTP data transfers, mySQL database creation through the 1and1 control panel [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sschill.wordpress.com&amp;blog=11262896&amp;post=33&amp;subd=sschill&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long weekend, but alas I&#8217;ve returned with quite the spiel in order to repay for my absence.  Today I&#8217;m going to do a tutorial of the Joomla! installation process on a 1and1.com hosted server.  It will include some brief information on FTP data transfers, mySQL database creation through the 1and1 control panel and the actual Joomla! installation.</p>
<p>One of the reasons I chose 1and1.com was because they’re offering a nice little promotion until the end of January.  Six months of free hosting and $6.99 a month after that with a 12 month contract.  The only money needed to pay up front is a $4.99 setup fee.  Other than that it is compatible with Joomla! and also includes a One-Click Installation of the CMS, but I’d rather show you the manual approach, because it&#8217;s more fun.</p>
<p><strong>What you’ll need. </strong></p>
<ul>
<li>Purchased hosting at 1and1.com and the completed purchase and registration process.  (Please Note: Domain registration is not necessary with 1and1.com for this tutorial because they offer a free randomly generated domain name to access your content.  You can register a different domain at a later time if desired).</li>
<li>A zipped copy of Joomla! version 1.5.x</li>
<li>An FTP client such as FileZilla (Install the client before proceeding).</li>
</ul>
<p>(Note: All examples provided below of unique user or database names have alphabetical character preceding the numerical strings.  These characters are what I&#8217;ve found to be 1and1.com convention, but cannot guarantee your unique names will have these exact prefixes.)</p>
<p>Enough talk let’s get into the setup shall we?</p>
<p>1.  Upon purchasing hosting services at 1and1.com you’ll receive a confirmation email with your <em>Customer ID</em>, which is required for you to log into the server control panel.  As indicated in the email you’ll want to go to <a href="http://admin.1and1.com/">http://admin.1and1.com</a> and fill in the form with the <em>Customer ID </em>from the email you received and the password you indicated during the hosting purchase and registration process.</p>
<p>2.  Once logged into the control panel we’ll need to find the server’s FTP user information.  Without it we cannot upload Joomla! to the server.  Under the <em>Web Space &amp; Access</em> section of the control panel select <em>FTP Account</em>.  There you’ll be presented with the user names of FTP account holders for your server space.  The FTP User Name is the odd looking string of numbers with the letter “u” preceding it.   That’s what we’re looking for, but to increase security you’ll want to click <em>edit</em> and create a strong password to be associated with the FTP access to your server.</p>
<p>3.  Lastly, we’ll need to find the name of your <em>Host</em> or domain name.  Since a free one was assigned to you by 1and1 you’ll need to click <em>Domains</em> under <em>Basic Settings</em> on the control panel.  On this page you’ll see your domain name (looks like a URL) in a list.</p>
<p>4.  Now open FileZilla and select <em>File &gt; Site Manager</em>, click <em>New Site</em> and fill out all the appropriate information.  Use the default FTP Port 21.</p>
<p style="text-align:center;"><a href="http://sschill.files.wordpress.com/2010/01/ftpsettings.jpg"><img class="size-medium wp-image-52 aligncenter" title="ftpSettings" src="http://sschill.files.wordpress.com/2010/01/ftpsettings.jpg?w=300&#038;h=279" alt="FileZilla - Screenshot" width="300" height="279" /></a></p>
<p>5.  Next, click <em>Connect </em>and hopefully after a moment you will see all of the files currently stored on your portion of the server.  On the left hand side of the FileZilla interface you’ll notice you have the capability to browse your computer&#8217;s directories.  Find the zipped Joomla! file you downloaded and double-click it to send it to the server.  After a few moments the file should appear on the right hand side of the screen.  This signifies the file was successfully uploaded to your server space.</p>
<p>6.  Now, close FileZilla and return to the server control panel.  Next we’ll unpack the zip file.  We sent a zip file because it’s easier to send a single pack of information and unzip it server-side rather than send thousands of files separately.  This way we reduce the risk of skipping files during the upload.  Sometimes it only takes one file out of a thousand to make the whole thing come crashing down.</p>
<p>Under <em>Web Space &amp; Access</em> click <em>WebspaceExplorer</em>.  This will allow us to browse the contents of the server and unzip the zip file.  Sadly, FTP Clients such as FileZilla are incapable of unzipping files.  Create a new directory folder by clicking the <em>New Folder </em>button in the top left corner.  Name it “joomla”and click <em>ok.</em> Find the zipped Joomla! file and right click it.  Select <em>Unzip</em> and select the “joomla” folder from the menu and click <em>ok. </em>The server will now unzip the file server-side.  Hassle free.</p>
<p style="text-align:center;"><a href="http://sschill.files.wordpress.com/2010/01/ftpunzip.jpg"><img class="size-medium wp-image-54 aligncenter" title="wsExpUnzip" src="http://sschill.files.wordpress.com/2010/01/ftpunzip.jpg?w=300&#038;h=159" alt="WebspaceExplorer Unzip - Screenshot" width="300" height="159" /></a></p>
<p>7.  Before we can start the Joomla! installation we’ll need to create a database, which can take 1and1 up to 24 hours to create.  Under <em>Web Space &amp; Access</em> click on <em>MySQL Administration</em> and in the center of the page click <em>New Database</em>.  Give it a description that you’ll recognize and is relevant to its purpose. I named it something that reflects the website I’m creating.  Select MySQL 5.0 and give it a password.  A strong one remember!  Click <em>Set Up</em>.</p>
<p>8.  Now we wait.  It says 24 hours, but you can check back sooner and it may be installed.  Mine was up in less than a few hours.  You’ll know it’s been successfully created because all of the fields under the <em>MySQL Administration</em> page will be populated for an entire row.  The following example information is FAKE and is used to help you identify important information to be used during the Joomla! installation process.</p>
<ul>
<li>Database Name – db123456789</li>
<li>User Name – dbo123456789</li>
<li>Host Name – db1234.random.net</li>
</ul>
<p>9.  After you’ve found this information you’re ready to go, BUT WAIT!  We need to redirect the main domain to look into the joomla folder.  So when you type in your URL the server will redirect you to the joomla site that is stored in your joomla folder.  On the control panel select <em>Domains </em>under <em>Basic Settings</em>.  Check the box next to your domain and click the <em>Destination</em> drop-down menu and select <em>Edit Destination.</em> Go to the <em>Existing Directory</em> combo box found under the Home Directory area of the page.  Drop it down and select the folder ”/joomla” and click <em>ok</em>.</p>
<p>10.  Wait a few moments and type your URL or domain address in the address bar of your browser and await the installation prompt of Joomla!</p>
<p>11.  Everything is fairly straight forward.</p>
<ul>
<li>Language | Select your language.</li>
<li>Pre-Installation Check | Verify that 1and1 offers compatible servers.  A few options will be tagged <strong>Red</strong>; Display Errors and Register Globals.  These will appear in red because 1and1 has a PHP 4.0 / 5.0 installation conflict, but it should not affect your Joomla! installation.</li>
<li>License | Select <em>I Agree</em>.</li>
<li>Database | Now refer to the unique names mentioned in Step 8 of this tutorial.
<ul>
<li>Select mySQL for the database type</li>
<li>Host Name: Your unique name (db1234.random.net)</li>
<li>User Name: (dbo123456789)</li>
<li>Password: The password you set for the database</li>
<li>Database Name: (db123456789)</li>
<li>Lastly, select <em>Advanced</em> at the bottom of the page and create a different prefix for your tables to use.  A bad example would be abc_ but don’t forget the underscore.  This will help prevent hackers from messing with your data because they will likely know the default jos_ prefix.</li>
</ul>
</li>
<li>FTP Configuration | Select <em>No</em> and leave the rest blank</li>
<li>Configuration | Create a site name (can be altered later), fill in information for the site&#8217;s SuperAdmin account, and finally click <strong><em>Install Sample Data</em></strong> (this will put sample info into the Joomla! site, which will help you understand where information is displayed on the front-end versus the back-end of the site.</li>
<li>Finish | You&#8217;re done, but&#8230;</li>
</ul>
<p>12.  Go back into either FileZilla or the <em>WebspaceExplorer</em> and delete the installation folder in the joomla directory.  Either way Joomla! won’t let you continue to the admin panel until you do so.  Then your site is ready to be configured.</p>
<p>Go to your “site address”/administrator and have fun.  Happy creating!!!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sschill.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sschill.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sschill.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sschill.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sschill.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sschill.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sschill.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sschill.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sschill.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sschill.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sschill.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sschill.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sschill.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sschill.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sschill.wordpress.com&amp;blog=11262896&amp;post=33&amp;subd=sschill&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sschill.wordpress.com/2010/01/12/installing-joomla-on-a-1and1-com-hosted-site-manually/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee1ad1cf8c9b5d2215dbbc4ff58526e5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sschill</media:title>
		</media:content>

		<media:content url="http://sschill.files.wordpress.com/2010/01/ftpsettings.jpg?w=300" medium="image">
			<media:title type="html">ftpSettings</media:title>
		</media:content>

		<media:content url="http://sschill.files.wordpress.com/2010/01/ftpunzip.jpg?w=300" medium="image">
			<media:title type="html">wsExpUnzip</media:title>
		</media:content>
	</item>
		<item>
		<title>Decisions, Decisions&#8230; Semester Project &amp; Hosting</title>
		<link>http://sschill.wordpress.com/2010/01/06/decisions-decisions-semester-project-hosting/</link>
		<comments>http://sschill.wordpress.com/2010/01/06/decisions-decisions-semester-project-hosting/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 23:53:46 +0000</pubDate>
		<dc:creator>sschill</dc:creator>
				<category><![CDATA[Course Blabs]]></category>

		<guid isPermaLink="false">http://sschill.wordpress.com/?p=28</guid>
		<description><![CDATA[I have finally come to a decision!  Well, kind of.  For our semester projects I&#8217;ve got two ideas.  Seeing as how Tim was discussing a lot about portfolios and such I was kind of under the impression that it&#8217;s what we were supposed to do?  So, I&#8217;m perfectly okay with creating a more formalized portfolio [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sschill.wordpress.com&amp;blog=11262896&amp;post=28&amp;subd=sschill&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have finally come to a decision!  Well, kind of.  For our semester projects I&#8217;ve got two ideas.  Seeing as how Tim was discussing a lot about portfolios and such I was kind of under the impression that it&#8217;s what we were supposed to do?  So, I&#8217;m perfectly okay with creating a more formalized portfolio do display my err&#8230;. accomplishments.  But, on the other hand I&#8217;ve notice a number of other people discussing more creative ideas.  For my alternative, (and more preferred option) I&#8217;d like to work on a clan website for a fleet that I want to form for the upcoming MMO Star Trek Online.  Granted, it&#8217;s not really education focus, but it could still prove educational!</p>
<p>For my hosting solution I&#8217;ve chosen to go with GoDaddy.com.  After a little research and comparison of all the options given by Tim, Casey, and Corey I&#8217;ve decided GoDaddy will fit my needs and situation a little better.  I&#8217;ll obviously still need a domain name and I&#8217;ve got a list of them, but that will be finalized another day.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sschill.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sschill.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sschill.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sschill.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sschill.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sschill.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sschill.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sschill.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sschill.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sschill.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sschill.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sschill.wordpress.com/28/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sschill.wordpress.com/28/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sschill.wordpress.com/28/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sschill.wordpress.com&amp;blog=11262896&amp;post=28&amp;subd=sschill&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sschill.wordpress.com/2010/01/06/decisions-decisions-semester-project-hosting/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee1ad1cf8c9b5d2215dbbc4ff58526e5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sschill</media:title>
		</media:content>
	</item>
		<item>
		<title>dotNetNuke, dropping the Bomb</title>
		<link>http://sschill.wordpress.com/2010/01/06/dotnetnuke-dropping-the-bomb/</link>
		<comments>http://sschill.wordpress.com/2010/01/06/dotnetnuke-dropping-the-bomb/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 22:02:40 +0000</pubDate>
		<dc:creator>sschill</dc:creator>
				<category><![CDATA[Web Blabs]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[dotNetNuke]]></category>
		<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[WDMD]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://sschill.wordpress.com/?p=22</guid>
		<description><![CDATA[Today&#8217;s class was a little more self-propelled.  In small groups we were required to go through an assigned Content Management System and rank various criteria on a three color scale. Red &#8211; Poorly Supported or Difficult to Use Orange &#8211; Average Support/Ease of Use Green &#8211; Strongly Supported or Very Easy to Use As you&#8217;ve [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sschill.wordpress.com&amp;blog=11262896&amp;post=22&amp;subd=sschill&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today&#8217;s class was a little more self-propelled.  In small groups we were required to go through an assigned Content Management System and rank various criteria on a three color scale.</p>
<ul>
<li>Red &#8211; Poorly Supported or Difficult to Use</li>
<li>Orange &#8211; Average Support/Ease of Use</li>
<li>Green &#8211; Strongly Supported or Very Easy to Use</li>
</ul>
<p>As you&#8217;ve probably already ascertained the CMS that I helped review was dotNetNuke.  Katy Behringer and I went through Core Functionality, Development Considerations, Support for dotNetNuke and our results were added onto the follow document originally given to us by Professor Tim Krause.</p>
<p><span style="text-decoration:underline;"><a href="http://sschill.files.wordpress.com/2010/01/dotnetnukecomparison.pdf">dotNetNuke Comparison</a></span></p>
<p>When you look at the comparison chart there&#8217;s a number of things dotNetNuke does well.  When looking at core functionality the CMS provides many things that some CMS&#8217;s don&#8217;t, such as Workflow Control and User Registration and Account Maintenance.  But there is a lingering issue with dotNetNuke that both Katy and myself discovered, and it&#8217;s that the user interface for the admin panel can be very confusing and complex.</p>
<p>The panel is split into two areas.  At the very top is a tool bar with short cuts to some common admin tasks.  The other being the main window.  Inside resides the main work area and two drop down menus that allow for further settings manipulation, content creation, as well as a slew of host properties and settings that can be altered.  Unlike Joomla or WordPress adding articles or creating new pages isn&#8217;t exactly intuitive and it would appear that the simplest way to add further functionality is through the &#8220;Add New Module&#8221; and &#8220;Add Existing Module&#8221; functionality on the top tool bar.  Let&#8217;s just say that dotNetNuke likes to hide things on the admin.</p>
<p>One nice yet confusing aspect of the admin panel is the radio buttons in the top left corner, which changes the admins current editing mode.</p>
<ul>
<li>The <em>View</em> mode<em> </em>allows the admin to see the changes they&#8217;re making in real time to the front end of the site.  This is the easiest way to get a preview of a page and this mode also allows the admin to use a WYSIWYG interface.</li>
<li>The <em>Edit</em> mode allows the admin to change the site, module, and user settings.</li>
<li>Lastly the <em>Layout</em> mode wasn&#8217;t exactly blunt about it&#8217;s purpose.  I would assume it&#8217;s used for graphics and the physical layout of the pages.</li>
</ul>
<p>The other major issue I had with dotNetNuke was its speed.  It was incredibly painful to tinker with because every single change took far too long to implement.  When comparing it to Joomla! or WordPress it felt like I could have run a lap around the world before the system added either a new module or created a blog.  Even posting in the newly created blog took an eternity.  Everything was very slow, but it may have something to do with it being hosted on their demo servers.  It&#8217;s hard to tell, but due to the sheer complexity of the CMS I would advise only the bravest souls dare tackle it.  Unless you have a large staff and the money to hire commercial support, you&#8217;re gonna have a rough time, because basic community support appeared to be sparse.  I found very few answers to my questions I set out after on dotNetNuke and every time I turned around modules, skins, and other add-ons were all for sale.  There&#8217;s not much for free in the world of dotNetNuke, well except for their &#8220;Community&#8221; version of the CMS.</p>
<p>At least there are less stressful alternatives out there.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sschill.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sschill.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sschill.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sschill.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sschill.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sschill.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sschill.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sschill.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sschill.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sschill.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sschill.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sschill.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sschill.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sschill.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sschill.wordpress.com&amp;blog=11262896&amp;post=22&amp;subd=sschill&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sschill.wordpress.com/2010/01/06/dotnetnuke-dropping-the-bomb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee1ad1cf8c9b5d2215dbbc4ff58526e5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sschill</media:title>
		</media:content>
	</item>
		<item>
		<title>Kunena: Thanks Joomla! You sure make things easy!!!</title>
		<link>http://sschill.wordpress.com/2010/01/05/kunena-thanks-joomla-you-sure-make-things-easy/</link>
		<comments>http://sschill.wordpress.com/2010/01/05/kunena-thanks-joomla-you-sure-make-things-easy/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 04:36:43 +0000</pubDate>
		<dc:creator>sschill</dc:creator>
				<category><![CDATA[Web Blabs]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Joomla!]]></category>
		<category><![CDATA[Kunena]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://sschill.wordpress.com/?p=16</guid>
		<description><![CDATA[So secretly I&#8217;m a little ahead of the curve.  Just a little though, I promise. In recent weeks I&#8217;ve been paging through Joomla! For Dummies, in hopes of getting a better sense of CMS&#8217;s and possibly create a site that would cater to the needs of a gaming clan for an MMO that&#8217;s to be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sschill.wordpress.com&amp;blog=11262896&amp;post=16&amp;subd=sschill&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So secretly I&#8217;m a little ahead of the curve.  Just a little though, I promise.</p>
<p>In recent weeks I&#8217;ve been paging through <span style="text-decoration:underline;">Joomla! For Dummies</span>, in hopes of getting a better sense of CMS&#8217;s and possibly create a site that would cater to the needs of a gaming clan for an MMO that&#8217;s to be released on 02/02/2010.  Yep, that&#8217;s right Star Trek Online is debuting and I cannot wait!!!!  I figured I&#8217;ll play the game, have some fun, and possibly draw an educational experience from it.</p>
<p>Heck, why not? So, in my voyage towards creating a site for my clan I looked into the various different modules and plug-ins that I could possibly implement.  This was the main reason I was drawn towards CMS&#8217;s as a solution.</p>
<p>One key function I wanted to include was a forum, and I had just thought I&#8217;d need to have a separate entity and have my site link to it, BUT!!!!!!  Joomla! struck GOLD!  Joomla has numerous different forum modules and I decided to just try what was highly rated (not a bad methodology, right?) and that was Kunena.</p>
<p>So far I haven&#8217;t done much exploring, but I guess my main point in this long mess of a post&#8230;</p>
<p>&#8220;Installation of a forum module such as Kunena into Joomla&#8230; is&#8230; a&#8230; BREEZE!&#8221;</p>
<p>Hands down, I am so impressed with the sleek and simple integration into the CMS.  The forum is simply contained within the Joomla template, that it doesn&#8217;t even look like it was added in after the fact.  Joomla is just proving to be more and more EPIC everyday!</p>
<p>-I&#8217;m off! I hope to share more on Kunena in Joomla, VERY SOON!-</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sschill.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sschill.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sschill.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sschill.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sschill.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sschill.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sschill.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sschill.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sschill.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sschill.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sschill.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sschill.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sschill.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sschill.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sschill.wordpress.com&amp;blog=11262896&amp;post=16&amp;subd=sschill&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sschill.wordpress.com/2010/01/05/kunena-thanks-joomla-you-sure-make-things-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee1ad1cf8c9b5d2215dbbc4ff58526e5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sschill</media:title>
		</media:content>
	</item>
		<item>
		<title>Purpose? Everything Needs a Purpose&#8230;</title>
		<link>http://sschill.wordpress.com/2010/01/05/purpose-everything-needs-a-purpose/</link>
		<comments>http://sschill.wordpress.com/2010/01/05/purpose-everything-needs-a-purpose/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 03:50:59 +0000</pubDate>
		<dc:creator>sschill</dc:creator>
				<category><![CDATA[Generic Blabs]]></category>

		<guid isPermaLink="false">http://sschill.wordpress.com/?p=5</guid>
		<description><![CDATA[Welcome everybody to what I&#8217;m currently referring to as &#8220;The Daily Blab&#8221;. Purpose, everything needs a purpose and luckily this isn&#8217;t one of those deep soul searching quests that everyone faces at least once in their life, Who am I?  What is my purpose in life? Granted everything has a purpose, but thankfully the purpose [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sschill.wordpress.com&amp;blog=11262896&amp;post=5&amp;subd=sschill&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome everybody to what I&#8217;m currently referring to as &#8220;The Daily Blab&#8221;.</p>
<p>Purpose, everything needs a purpose and luckily this isn&#8217;t one of those deep soul searching quests that everyone faces at least once in their life, <em>Who am I?  What is my purpose in life?</em></p>
<p>Granted everything has a purpose, but thankfully the purpose of this blog is simpler, but still ever changing.</p>
<p>At this point in time my blog&#8217;s purpose is to serve as a learning medium, which will allow myself and others to draw from the benefits of a course I&#8217;m currently taking over Winterim at the University of Wisconsin &#8211; Stevens Point.  The course title is Web Content Management Systems and over the next few weeks our class is going to go over the ideas and concepts behind WCMS&#8217;s as well as explore a few popular Open Source solutions to the WCMS.</p>
<p>First, we are exploring WordPress&#8230; well isn&#8217;t that obvious?  And as part of our journey into the world of WCMS&#8217;s we&#8217;re given the opportunity to express ourselves daily through blogging.  With the help of WordPress we will familiarize ourselves with learning, navigating, and modifying just one of the many WCMS&#8217;s solutions out on the Web.  (NOTE &#8211; WordPress is a FREE WCMS and also hosted for FREE through WordPress.com &#8211; You want a blog here&#8217;s your solution).</p>
<p>So sit back, relax, and read on whilst I give you updates on what we&#8217;re exploring in class with WCMS&#8217;s.  Also, on occasion I may throw in some extra content, hopefully Web Development or at the least WCMS oriented, but you never know with me.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/sschill.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/sschill.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/sschill.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/sschill.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/sschill.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/sschill.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/sschill.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/sschill.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/sschill.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/sschill.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/sschill.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/sschill.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/sschill.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/sschill.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sschill.wordpress.com&amp;blog=11262896&amp;post=5&amp;subd=sschill&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://sschill.wordpress.com/2010/01/05/purpose-everything-needs-a-purpose/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/ee1ad1cf8c9b5d2215dbbc4ff58526e5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sschill</media:title>
		</media:content>
	</item>
	</channel>
</rss>
