<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>CSIS Blogs - OpenSource</title>
    <link>http://csclab.murraystate.edu/serendipity/</link>
    <description>No shortage of noobs here!</description>
    <dc:language>en</dc:language>
    <generator>Serendipity 1.3.1 - http://www.s9y.org/</generator>
    <pubDate>Sat, 01 Dec 2012 02:36:30 GMT</pubDate>

    <image>
        <url>http://csclab.murraystate.edu/serendipity/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: CSIS Blogs - OpenSource - No shortage of noobs here!</title>
        <link>http://csclab.murraystate.edu/serendipity/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Drupal installation - Database configuration failed</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/38-Drupal-installation-Database-configuration-failed.html</link>
            <category>OpenSource</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/38-Drupal-installation-Database-configuration-failed.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=38</wfw:comment>

    <slash:comments>1</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=38</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
    I tried installing Drupal on our Linux box to see why some of my students were having all kinds of problems. The database was created, the user had adequate privileges and yet the installation script never went past asking for the database information. So I went back to first principles (that is, &quot;read the directions&quot;!).&lt;br /&gt;
&lt;br /&gt;
The documentation had instructed that I &quot;&lt;em&gt;make a copy of the default.settings.php file&lt;/em&gt;&quot; and name it &quot;&lt;em&gt;settings.php&lt;/em&gt;&quot; or create an empty file with that name. &lt;strong&gt;I simply renamed it&lt;/strong&gt;. Big mistake! Apparently the &quot;&lt;em&gt;installer uses this file as a template to create your settings file using the details you provide through the install process&lt;/em&gt;&quot; 
    </content:encoded>

    <pubDate>Thu, 17 Sep 2009 16:44:44 -0500</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/38-guid.html</guid>
    
</item>
<item>
    <title>Moving a Joomla site to another host in 10 easy steps</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/37-Moving-a-Joomla-site-to-another-host-in-10-easy-steps.html</link>
            <category>OpenSource</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/37-Moving-a-Joomla-site-to-another-host-in-10-easy-steps.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=37</wfw:comment>

    <slash:comments>3</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=37</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
    Moving a complex web-site (especially after you configured it with all fancy extensions) can seem foreboding to the average newbie. With the right set of tools, this can be accomplished quite easily. I moved my Joomla 1.5 site from host A (source) to host B (destination) with very little trouble&lt;br /&gt;
&lt;blockquote&gt;&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;In the Host A installation, get &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/joomlapack.net/&#039;);&quot;  href=&quot;http://joomlapack.net/&quot; title=&quot;Joomlapack component for backing up the entire site&quot; target=&quot;_blank&quot;&gt;Joomlapack&lt;/a&gt; and install it like any joomla component [&lt;strong&gt;Note&lt;/strong&gt;: New name is &quot;Akeeba Backup&quot;]&lt;/li&gt;&lt;br /&gt;
&lt;lI&gt;open the component and choose &quot;configuration&quot;&lt;/li&gt;&lt;br /&gt;
&lt;li&gt;Enter the output directory location and press &lt;b&gt;apply&lt;/b&gt; at the top right&lt;/li&gt;&lt;br /&gt;
&lt;lI&gt;Click &quot;Backup now&quot; link (above &quot;common settings&quot;)&lt;/li&gt;&lt;br /&gt;
&lt;lI&gt;Use your control panel or FTP client to go to the saved location and download the ZIP to your local computer (note where you saved it!) &lt;/li&gt;&lt;br /&gt;
&lt;lI&gt;Use a suitable tool (FTP client, host B&#039;s file manager etc) to &lt;b&gt;upload and unzip&lt;/b&gt; the file downloaded in previous step. For simplicity, do this in the ROOT location&lt;/li&gt;&lt;br /&gt;
&lt;lI&gt;Create a new MySQL Database and database user through HOST B&#039;s control panel (Need this for next step). Be sure to associate the new user to the new database&lt;/li&gt;&lt;br /&gt;
&lt;lI&gt;Open the installation folder in HOST B site (www.hostb.com/installation/index.php) &lt;/li&gt;&lt;br /&gt;
&lt;lI&gt;Provide the new database name, database user, password etc&lt;/li&gt;&lt;br /&gt;
&lt;lI&gt;The wizard will help you complete the process and you are done &lt;/li&gt;&lt;br /&gt;
&lt;/ol&gt;&lt;/blockquote&gt;&lt;br /&gt;
I was able to move the entire installation to a different folder through Host B&#039;s file manager (to a sub folder from root). All I had to change was the paths to the new location in configuration.php&lt;br /&gt;
&lt;br /&gt;
If you need more detailed information, please check out the authors&#039; &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.akeebabackup.com/documentation/akeeba-backup-documentation.html&#039;);&quot;  href=&quot;http://www.akeebabackup.com/documentation/akeeba-backup-documentation.html&quot; title=&quot;Joomlapack - user manual&quot;&gt;user manual&lt;/a&gt; [Note: &quot;Joomlapack&quot; is now &quot;Akeeba Backup Core&quot;; it is still free.]&lt;br /&gt;
&lt;br /&gt;
Good luck!&lt;br /&gt;
&lt;br /&gt;
 
    </content:encoded>

    <pubDate>Sat, 12 Sep 2009 18:19:30 -0500</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/37-guid.html</guid>
    
</item>
<item>
    <title>Malware - urlseek20.vmn.net</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/34-Malware-urlseek20.vmn.net.html</link>
            <category>OpenSource</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/34-Malware-urlseek20.vmn.net.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=34</wfw:comment>

    <slash:comments>54</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=34</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
    Over the years I have used &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.pdfforge.org/products/pdfcreator&#039;);&quot;  href=&quot;http://www.pdfforge.org/products/pdfcreator&quot; title=&quot;Convert output to PDF files&quot;&gt;PDF creator &lt;/a&gt;to create PDF documents on-the-fly. Since then other similar products would appear higher on the google searches (cute PDF, primo pdf etc) that essentially delivered similar results for the same price - free (of course!) - and I switched to different products on different computers. However, PDFForge was myfavorite.&lt;br /&gt;
&lt;br /&gt;
About 6 months after buying a new computer, I decided to track down and install PDF Creator. This time it came with a search toolbar that I chose not to install. Shortly thereafter, when using a tabbed flash form, I was taken to &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.google.com/search?q=urlseek20.vmn.net&#039;);&quot;  href=&quot;http://www.google.com/search?q=urlseek20.vmn.net&quot; title=&quot;Google search results&quot;&gt;urlseek20.vmn.net&lt;/a&gt; with a &quot;404&quot; error every time I clicked a tab. Interestingly this happened only in Firefox (I have 3.0.7) and not in IE.&lt;br /&gt;
&lt;br /&gt;
Given that it had never happened before, I started killing processes that seemed suspicious. I also downloaded and installed Spybot, AdAware and some other tools recommended for removing malware. Running these programs did not reveal any infection. &lt;br /&gt;
&lt;br /&gt;
&lt;strong&gt;Removal:&lt;/strong&gt; Out of desperation I started removing programs that I wasn&#039;t using starting with the newest installs. Removing the PDFforge toolbar (from Add/remove programs) seems to fix this instantly. I hope it does not reinstall itself again. It remains to be seen! If this is indeed the case, I hope they will identify and fix it ASAP. Their website assures me that their software is &quot;100% clean&quot; as certified by &quot;soft82.com&quot;. Who knows?!&lt;br /&gt;
&lt;br /&gt;
Hopefully this post helps others in the same boat. &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.malwareremoval.com/forum/viewtopic.php?f=11&amp;amp;t=32084&#039;);&quot;  href=&quot;http://www.malwareremoval.com/forum/viewtopic.php?f=11&amp;t=32084&quot; title=&quot;Removing Malware&quot;&gt;Removing malware is cumbersome&lt;/a&gt; to say the least. 
    </content:encoded>

    <pubDate>Tue, 17 Mar 2009 08:44:48 -0500</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/34-guid.html</guid>
    
</item>
<item>
    <title>The List - Open Source apps to try</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/31-The-List-Open-Source-apps-to-try.html</link>
            <category>OpenSource</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/31-The-List-Open-Source-apps-to-try.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=31</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=31</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
    In the last couple of weeks we have been experimenting with a variety of open source products that will introduce interested members of the department to building and using web applications on the cheap. We started with &lt;a title=&quot;Finding a WAMP suite to use on a USB drive&quot; href=&quot;http://csclab.murraystate.edu/serendipity/index.php?/archives/29-WAMP-web-server-on-a-stick.html&quot;&gt;identifying and installing a suitable&lt;/a&gt; &amp;quot;WAMP suite&amp;quot;. This was further expanded with the&lt;a title=&quot;CMSMatrix.org is a good place to start&quot; href=&quot;http://csclab.murraystate.edu/serendipity/index.php?/archives/30-Your-first-CMS-Content-Management-System.html&quot;&gt; installation of a simple CMS&lt;/a&gt; - one that I hadn&#039;t even tried before. In that sense it was a good test for ease-of-installation.&lt;br /&gt;
&lt;br /&gt;
At this point, I will recommend switching to a regular shared host provider as you should have enough experience working with MySQL and PhpMyAdmin - a pre-requisite for anything you do with a W/LAMP environment. Or, you can install the WAMP suite on your local hard-drive and experiment away. My hope was to prime the participant(s) for further exploration. Dr. Lyle will help you get set up with an account on our Linux server that can now be used to try the products I am going to list below. &lt;br /&gt;&lt;a href=&quot;http://csclab.murraystate.edu/serendipity/index.php?/archives/31-The-List-Open-Source-apps-to-try.html#extended&quot;&gt;Continue reading &quot;The List - Open Source apps to try&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 12 Feb 2009 09:12:32 -0600</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/31-guid.html</guid>
    
</item>
<item>
    <title>Your first CMS - Content Management System</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/30-Your-first-CMS-Content-Management-System.html</link>
            <category>OpenSource</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/30-Your-first-CMS-Content-Management-System.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=30</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=30</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
    Trying to cram an application into a 500MB &quot;stick&quot; is proving to be a bit challenging! During the first seminar - before the ice storm hit us - we successfully implemented a &quot;&lt;a href=&quot;http://csclab.murraystate.edu/serendipity/index.php?/archives/29-WAMP-web-server-on-a-stick.html&quot; title=&quot;Web server on a stick&quot;&gt;webserver-on-a-stick&lt;/a&gt;&quot;. The tested suite was &quot;EasyPhP&quot;. I have since tried a few more, fixed (understood?) some issues and have settled on &quot;Vertrigo&quot;. &lt;br /&gt;
&lt;br /&gt;
One of these was:&lt;br /&gt;
Warning: require(Smarty.class.php) [function.require]: failed to open stream: &lt;br /&gt;
&lt;br /&gt;
Turns out that the drive letter for my USB had changed from G to F. Changing a few config files solved this. There were others that have been briefly documented in my previous post.&lt;br /&gt;
&lt;br /&gt;
Today, we will create our first CMS. A good place to start is: http://cmsmatrix.org/ . This site lists quite a few CMS products - both free and commercial - that are available. It even rates these along several dimensions.&lt;br /&gt;
&lt;br /&gt;
&lt;ol&gt;&lt;li&gt;Pick one you like&lt;br /&gt;
&lt;li&gt;Go to the web site and review the requirements&lt;br /&gt;
&lt;li&gt;Download the file&lt;br /&gt;
&lt;li&gt;Extract it to the &quot;www&quot; folder&lt;br /&gt;
&lt;li&gt;Locate the readme and install directions and follow them&lt;br /&gt;
&lt;/ol&gt;&lt;br /&gt;
The rest is trouble shooting! I chose &quot;&lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.jaws-project.com/&#039;);&quot;  href=&quot;http://www.jaws-project.com/&quot; title=&quot;JAWS project&quot;&gt;Jaws&lt;/a&gt;&quot; because it was rated well and seems reasonable small. But it comes as a tar.gz file. You will need 7-zip to extract this.&lt;br /&gt;
&lt;br /&gt;
Good luck! 
    </content:encoded>

    <pubDate>Fri, 06 Feb 2009 12:50:29 -0600</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/30-guid.html</guid>
    
</item>
<item>
    <title>WAMP - web server on a stick</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/29-WAMP-web-server-on-a-stick.html</link>
            <category>OpenSource</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/29-WAMP-web-server-on-a-stick.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=29</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=29</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
    Earlier this semester, I was suggesting some changes to the STARRS lab (BB454) for Dr. Lyle to implement. I was wanting students to be able to explore web servers and their configuration in a safe setting. Dr Lyle responded to my quick demo of one such product - WAMP server - by saying, &quot;Rather than making this available in the lab, why not let students carry their own web server in thumb drives?&quot; &lt;br /&gt;
&lt;br /&gt;
I had not tried this and so began my adventure with portable web servers. &lt;br /&gt;
&lt;br /&gt;
A google search for &quot;portable web server&quot; retrieves numerous excellent candidates. After trying (links at end) uniserver, pampa, XAMPP,vertrigo, easyPhp and WAMP server, I settled on EasyPhP and VertrigoServ. All of the suites installed without problems. They differed in the amount of space they needed and the sophistication of their user interface. Later, I ran into other &quot;nice&quot; suites that give flexibility in &quot;rolling your own&quot; suite (MoWeS portable)&lt;br /&gt;
&lt;br /&gt;
&lt;div class=&quot;serendipity_imageComment_right&quot; style=&quot;width: 47px&quot;&gt;&lt;div class=&quot;serendipity_imageComment_img&quot;&gt;&lt;a class=&#039;serendipity_image_link&#039; href=&#039;http://csclab.murraystate.edu/serendipity/uploads/Vertrigo1.jpg&#039; onclick=&quot;F1 = window.open(&#039;/serendipity/uploads/Vertrigo1.jpg&#039;,&#039;Zoom&#039;,&#039;height=367,width=165,top=208,left=405,toolbar=no,menubar=no,location=no,resize=1,resizable=1,scrollbars=yes&#039;); return false;&quot;&gt;&lt;!-- s9ymdb:9 --&gt;&lt;img class=&quot;serendipity_image_right&quot; width=&quot;47&quot; height=&quot;110&quot;  src=&quot;http://csclab.murraystate.edu/serendipity/uploads/Vertrigo1.serendipityThumb.jpg&quot; alt=&quot;&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div class=&quot;serendipity_imageComment_txt&quot;&gt;Vertrigo tray menu&lt;/div&gt;&lt;/div&gt;In this post, I document my experience with Vertrigo (in the lab, we checked out EasyPhP). The installed package takes up roughly 75MB of disk space. Once launched, a Vertrigo icon appears in the windows tray to facilitate easy management. From here, the user can launch various components/tools, stop/restart the web server, edit configuration files and get help easily. Users can also go to the home page (localhost) directly.&lt;br /&gt;
 &lt;br /&gt;&lt;a href=&quot;http://csclab.murraystate.edu/serendipity/index.php?/archives/29-WAMP-web-server-on-a-stick.html#extended&quot;&gt;Continue reading &quot;WAMP - web server on a stick&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Sun, 25 Jan 2009 21:39:15 -0600</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/29-guid.html</guid>
    
</item>
<item>
    <title>Connection string: Eclipse to SQL server 2005</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/24-Connection-string-Eclipse-to-SQL-server-2005.html</link>
            <category>OpenSource</category>
            <category>SQL server</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/24-Connection-string-Eclipse-to-SQL-server-2005.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=24</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=24</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
    Just a quick note to add to my previous post on connecting to SQL server data from within eclipse. All semester I have been having trouble connecting to an &lt;em&gt;instance&lt;/em&gt; of SQL server. Today, I had to work on a machine that had Eclipse but did not have SQL server Management Studio. &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.sqlexplorer.org/&#039;);&quot;  href=&quot;http://www.sqlexplorer.org/&quot; title=&quot;SQL Explorer - open source plugin&quot;&gt;SQL Explorer plugin&lt;/a&gt; to the rescue. &lt;br /&gt;&lt;a href=&quot;http://csclab.murraystate.edu/serendipity/index.php?/archives/24-Connection-string-Eclipse-to-SQL-server-2005.html#extended&quot;&gt;Continue reading &quot;Connection string: Eclipse to SQL server 2005&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Thu, 13 Nov 2008 22:17:20 -0600</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/24-guid.html</guid>
    
</item>
<item>
    <title>Using Eclipse to connect to MySQL</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/12-Using-Eclipse-to-connect-to-MySQL.html</link>
            <category>OpenSource</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/12-Using-Eclipse-to-connect-to-MySQL.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=12</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=12</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
    This post assumes you are using Eclipse with the &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/eclipsesql.sourceforge.net/&#039;);&quot;  href=&quot;http://eclipsesql.sourceforge.net/&quot; title=&quot;Download SQL Explorer plugin&quot;&gt;SQL Explorer plugin&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
To test if my &lt;a href=&quot;http://csclab.murraystate.edu/serendipity/index.php?/archives/11-Using-Eclipse-to-connect-to-SQL-server-2005.html&quot; title=&quot;Connect to SQl server&quot;&gt;instructions to connect to SQL server 2005&lt;/a&gt; are correct I attempted the same with MySQL. Here&#039;s the procedure in 10 easy steps:&lt;br /&gt;
&lt;ol&gt;&lt;br /&gt;
&lt;li&gt;Download &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/dev.mysql.com/downloads/connector/j/5.1.html&#039;);&quot;  href=&quot;http://dev.mysql.com/downloads/connector/j/5.1.html&quot; title=&quot;Download MySQL jdbc driver&quot;&gt;jdbc driver from MySQL&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;Unzip the file to a recognizable location&lt;br /&gt;
&lt;li&gt;Create a new connection&lt;br /&gt;
&lt;li&gt;Click on Add/edit drivers button&lt;br /&gt;
&lt;li&gt;Select MySQL sdriver from list of jdbc drivers and press &quot;edit&quot;&lt;br /&gt;
&lt;li&gt;Give the driver a name, click on &quot;Add&quot; and locate the jar file unzipped in step (2)&lt;br /&gt;
&lt;li&gt;Press &quot;List Drivers&quot; and you will see &quot;com.mysql.jdbc.Driver&quot; in the driver class name drop down&lt;br /&gt;
&lt;li&gt;Press &quot;OK&quot; and you will be returned to the list in (5) with a tick-mark beside MySQL &lt;br /&gt;
&lt;li&gt;Select OK and provide a valid user name and password &lt;br /&gt;
&lt;li&gt;The URL should point to a legitimate MySQL location (mine says: &quot;jdbc:mysql://127.0.0.1:3306&quot;)&lt;br /&gt;
&lt;/ol&gt;&lt;br /&gt;
Hope this helps someone out. 
    </content:encoded>

    <pubDate>Tue, 02 Sep 2008 19:56:36 -0500</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/12-guid.html</guid>
    
</item>
<item>
    <title>Using Eclipse to connect to SQL server 2005</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/11-Using-Eclipse-to-connect-to-SQL-server-2005.html</link>
            <category>OpenSource</category>
            <category>SQL server</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/11-Using-Eclipse-to-connect-to-SQL-server-2005.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=11</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=11</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
    This term we are going to use Eclipse almost exclusively to develop ColdFusion templates for my CIS420 class. After downloading all the (large) files, I discovered that the ColdFusion plugin does not work with the latest release (3.4) of Eclipse. But that&#039;s for a different post&lt;br /&gt;
&lt;br /&gt;
I was a bit disappointed when I could not get the SQL server connection to work right last year. So this year I wanted to do it all right. That&#039;s when my troubles with Eclipse began. &lt;br /&gt;&lt;a href=&quot;http://csclab.murraystate.edu/serendipity/index.php?/archives/11-Using-Eclipse-to-connect-to-SQL-server-2005.html#extended&quot;&gt;Continue reading &quot;Using Eclipse to connect to SQL server 2005&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 02 Sep 2008 19:02:47 -0500</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/11-guid.html</guid>
    
</item>
<item>
    <title>Merging users - Serendipity</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/10-Merging-users-Serendipity.html</link>
            <category>OpenSource</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/10-Merging-users-Serendipity.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=10</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=10</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
    After experimenting with serendipity under my own account I moved the install to the root so I can open it up to all faculty and students to play with. So far so good. However, after importing my posts, I discovered that all the articles I wrote under the old account ended up under a new user account without an author name - a blank user was created!&lt;br /&gt;
&lt;br /&gt;
Problem: Merge these two &quot;authors&quot; &lt;br /&gt;&lt;a href=&quot;http://csclab.murraystate.edu/serendipity/index.php?/archives/10-Merging-users-Serendipity.html#extended&quot;&gt;Continue reading &quot;Merging users - Serendipity&quot;&lt;/a&gt;
    </content:encoded>

    <pubDate>Tue, 02 Sep 2008 17:40:03 -0500</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/10-guid.html</guid>
    
</item>
<item>
    <title>Serendipity: Share codebase?!</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/5-Serendipity-Share-codebase!.html</link>
            <category>OpenSource</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/5-Serendipity-Share-codebase!.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=5</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=5</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
        In reviewing various blogging tools I was looking for one that allowed multiple users to use the same codebase (and database) and yet have separate blogs. Hence my choice of Serendipity.  According to the &lt;a onclick=&quot;javascript: pageTracker._trackPageview(&#039;/extlink/www.s9y.org/41.html&#039;);&quot;  href=&quot;http://www.s9y.org/41.html&quot; title=&quot;Shared codebase&quot; target=&quot;_blank&quot;&gt;documentation&lt;/a&gt;:&lt;br /&gt;
&lt;blockquote&gt;&lt;em&gt;&quot;You can install ONE s9y distribution and manage multiple users on it by sharing the core files and then deploying specially crafted files in each user&#039;s directory.&quot;&lt;/em&gt;&lt;/blockquote&gt;&lt;br /&gt;
 Seems like it is possible (but &quot;experimental&quot;). There is some Apache tweaking involved. .. best left to my server admin! &lt;br /&gt;
     
    </content:encoded>

    <pubDate>Tue, 02 Sep 2008 16:59:04 -0500</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/5-guid.html</guid>
    
</item>
<item>
    <title>Serendipity: Lost admin site styling</title>
    <link>http://csclab.murraystate.edu/serendipity/index.php?/archives/7-Serendipity-Lost-admin-site-styling.html</link>
            <category>OpenSource</category>
    
    <comments>http://csclab.murraystate.edu/serendipity/index.php?/archives/7-Serendipity-Lost-admin-site-styling.html#comments</comments>
    <wfw:comment>http://csclab.murraystate.edu/serendipity/wfwcomment.php?cid=7</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://csclab.murraystate.edu/serendipity/rss.php?version=2.0&amp;type=comments&amp;cid=7</wfw:commentRss>
    

    <author>nospam@example.com (Victor Raj)</author>
    <content:encoded>
        I ran into this very early in my experimentation. Apparently I made a change in my config that resulted in an ugly admin site. Searching the forum wasn&#039;t much help - too much information. So I reviewed the options in my config and discovered that I had tweaked a default (auto configured) option in the &quot;Appearance and Options&quot; block.&lt;br /&gt;
&lt;br /&gt;
I changed the &quot;&lt;strong&gt;URL Rewriting&lt;/strong&gt; &quot; parameter to say &quot;Use Apache mod_rewrite&quot;. The default was, &quot;disable URL rewriting&quot; &lt;br /&gt;
     
    </content:encoded>

    <pubDate>Tue, 02 Sep 2008 16:59:04 -0500</pubDate>
    <guid isPermaLink="false">http://csclab.murraystate.edu/serendipity/index.php?/archives/7-guid.html</guid>
    
</item>

</channel>
</rss>