<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Infusion Technology Solutions Blog&#187; Web Development</title>
	<atom:link href="http://blog.infusiontechsolutions.com/category/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.infusiontechsolutions.com</link>
	<description>Technology related solutions, tips, tricks, and other interesting topics</description>
	<lastBuildDate>Tue, 20 Apr 2010 15:07:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to Mirror A Directory Locally Using Rsync</title>
		<link>http://blog.infusiontechsolutions.com/how-to-mirror-a-directory-locally-using-rsync/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-mirror-a-directory-locally-using-rsync</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-mirror-a-directory-locally-using-rsync/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 03:55:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mirror]]></category>
		<category><![CDATA[rsync]]></category>
		<category><![CDATA[source directory]]></category>
		<category><![CDATA[sync]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=229</guid>
		<description><![CDATA[Most of the instructions for mirroring a directory with Rsync involve mirroring the data to a different server. You can also use Rsync to sync or mirror a directory on the same computer as the source directory. Here is an example command on how to mirror two directories locally. In this example, /home/apache/public_html is the [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-mirror-a-directory-locally-using-rsync/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Force SSL Connections with a Website</title>
		<link>http://blog.infusiontechsolutions.com/how-to-force-ssl-connections-with-a-website/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-force-ssl-connections-with-a-website</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-force-ssl-connections-with-a-website/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 03:09:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[host request]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[linux servers]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[port 443]]></category>
		<category><![CDATA[request uri]]></category>
		<category><![CDATA[rewrite]]></category>
		<category><![CDATA[rewriterule]]></category>
		<category><![CDATA[ssl connections]]></category>
		<category><![CDATA[website directory]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=178</guid>
		<description><![CDATA[You can force visitors of your website to use SSL connections (HTTPS) if your web server uses Apache for its web services. Most web hosting providers use Apache for their Linux servers. To automatically redirect someone to the SSL (HTTPS) version of your website place the following at the top level of your website directory [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-force-ssl-connections-with-a-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Change the SFTP Port In Dreamweaver CS3</title>
		<link>http://blog.infusiontechsolutions.com/how-to-change-the-sftp-port-in-dreamweaver-cs3/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-change-the-sftp-port-in-dreamweaver-cs3</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-change-the-sftp-port-in-dreamweaver-cs3/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 15:12:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[adobe creative suite 3]]></category>
		<category><![CDATA[adobe cs3]]></category>
		<category><![CDATA[cs3]]></category>
		<category><![CDATA[dreamweaver]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[sftp port]]></category>
		<category><![CDATA[sftp server]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=170</guid>
		<description><![CDATA[When you set up a SFTP server connection for a website in Dreamweaver, the default port used is 22. If you want to use a different port then you need to add a &#8220;:portNumber&#8221; at the end of the &#8220;FTP Host&#8221; address field. For example, suppose your web server has an address of www.foo.com and [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-change-the-sftp-port-in-dreamweaver-cs3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Parse error: syntax error, unexpected $end</title>
		<link>http://blog.infusiontechsolutions.com/php-parse-error-syntax-error-unexpected-end/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=php-parse-error-syntax-error-unexpected-end</link>
		<comments>http://blog.infusiontechsolutions.com/php-parse-error-syntax-error-unexpected-end/#comments</comments>
		<pubDate>Sat, 26 Jul 2008 22:01:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache error log]]></category>
		<category><![CDATA[configuration file]]></category>
		<category><![CDATA[error syntax error]]></category>
		<category><![CDATA[parse error syntax error unexpected end]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php web]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=160</guid>
		<description><![CDATA[The following error may appear in your Apache error log file or displayed on a PHP web page: Parse Error: syntax error, unexpected $end in ….. scripts.php on line … If you are running PHP 5 then that means you probably need to enable the PHP configuration file option &#8220;short_open_tag&#8221;. In your php.ini file enable [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/php-parse-error-syntax-error-unexpected-end/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Query Multiple Databases in PHP</title>
		<link>http://blog.infusiontechsolutions.com/how-to-query-multiple-databases-in-php/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-query-multiple-databases-in-php</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-query-multiple-databases-in-php/#comments</comments>
		<pubDate>Sun, 04 May 2008 04:53:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[databases]]></category>
		<category><![CDATA[mysql query]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sql query]]></category>
		<category><![CDATA[sql statement]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=153</guid>
		<description><![CDATA[You can perform a SQL query against more than one database with PHP. Here is a sample generic SQL query against two databases: SELECT image.image_title, greetings.date FROM db1.image, db2.greetings WHERE greetings.image_id=image.imageid And here is some PHP sample code on how you would query two databases in a single SQL statement: $query="INSERT INTO db1.table1 SELECT * [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-query-multiple-databases-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Check if an Apache Module Has Been Loaded</title>
		<link>http://blog.infusiontechsolutions.com/how-to-check-if-an-apache-module-has-been-loaded/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-check-if-an-apache-module-has-been-loaded</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-check-if-an-apache-module-has-been-loaded/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 04:19:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[apache configuration]]></category>
		<category><![CDATA[apache directive]]></category>
		<category><![CDATA[apache documentation]]></category>
		<category><![CDATA[apache module]]></category>
		<category><![CDATA[configuration httpd]]></category>
		<category><![CDATA[configuration settings]]></category>
		<category><![CDATA[directive]]></category>
		<category><![CDATA[httpd.conf]]></category>
		<category><![CDATA[ifmodule]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=146</guid>
		<description><![CDATA[Sometimes it is useful in the Apache configuration httpd.conf file to only apply configuration settings if a particular module has already been loaded. Or it is useful to load settings in the event an Apache module has not been loaded. Here is how to handle both cases: &#60;IfModule module_identifier&#62; # do these Apache settings if [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-check-if-an-apache-module-has-been-loaded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Internal Error 2739&#8243; When Trying to Install Adobe Photoshop CS3 in Windows Vista</title>
		<link>http://blog.infusiontechsolutions.com/internal-error-2739-when-trying-to-install-adobe-photoshop-cs3-in-windows-vista/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=internal-error-2739-when-trying-to-install-adobe-photoshop-cs3-in-windows-vista</link>
		<comments>http://blog.infusiontechsolutions.com/internal-error-2739-when-trying-to-install-adobe-photoshop-cs3-in-windows-vista/#comments</comments>
		<pubDate>Mon, 07 Apr 2008 19:21:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[2739]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[administrative privileges]]></category>
		<category><![CDATA[adobe creative suite 3]]></category>
		<category><![CDATA[adobe photoshop cs3]]></category>
		<category><![CDATA[creative suite 3]]></category>
		<category><![CDATA[dll file]]></category>
		<category><![CDATA[error message]]></category>
		<category><![CDATA[internal error]]></category>
		<category><![CDATA[internal error 2739]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows system32]]></category>
		<category><![CDATA[windows vista]]></category>
		<category><![CDATA[x64]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=143</guid>
		<description><![CDATA[When trying to install Adobe Creative Suite 3 ( CS3 ) you may encounter the following error message: Internal Error 2739 This error message occurs right after you run the setup program to install CS3. The problem is that a DLL file needs to be reregistered with Vista. To fix this error perform the following [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/internal-error-2739-when-trying-to-install-adobe-photoshop-cs3-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to remove the &#8220;Welcome to the Frontpage&#8221; title in Joomla 1.5</title>
		<link>http://blog.infusiontechsolutions.com/how-to-remove-the-welcome-to-the-frontpage-title-in-joomla-15/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-remove-the-welcome-to-the-frontpage-title-in-joomla-15</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-remove-the-welcome-to-the-frontpage-title-in-joomla-15/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 00:40:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[joomla 1.5]]></category>
		<category><![CDATA[menu link]]></category>
		<category><![CDATA[menus]]></category>
		<category><![CDATA[parameters]]></category>
		<category><![CDATA[Welcome to the Frontpage]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=141</guid>
		<description><![CDATA[If you install a new installation of Joomla! 1.5 on your server, you will see the &#8220;Welcome to the Frontpage&#8221; title on your Frontpage. It took me awhile to figure out how to change this. Here is how you do it: Go to your Joomla! 1.5 Administration site and login. In your administration site go [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-remove-the-welcome-to-the-frontpage-title-in-joomla-15/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Change the Favicon For a Joomla 1.5 Website</title>
		<link>http://blog.infusiontechsolutions.com/how-to-change-the-favicon-for-a-joomla-15-website/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-change-the-favicon-for-a-joomla-15-website</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-change-the-favicon-for-a-joomla-15-website/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 00:26:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[favicon]]></category>
		<category><![CDATA[favicon ico]]></category>
		<category><![CDATA[ico file]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[web page]]></category>
		<category><![CDATA[website template]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=138</guid>
		<description><![CDATA[The favicon used for a Joomla 1.5 web page is located in the directory for the template which the web page is currently using. For example, if the website template you are using is named &#8220;foo&#8221; then the favicon.ico file will be located at &#8220;/templates/foo/favicon.ico&#8221;. Simply replace that favicon.ico file with your custom favicon.ico file [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-change-the-favicon-for-a-joomla-15-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Computer Programming Training From Google Code University</title>
		<link>http://blog.infusiontechsolutions.com/free-computer-programming-training-from-google-code-university/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=free-computer-programming-training-from-google-code-university</link>
		<comments>http://blog.infusiontechsolutions.com/free-computer-programming-training-from-google-code-university/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 13:16:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[distributed systems]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google code university]]></category>
		<category><![CDATA[googlecodeuniversity]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[university]]></category>
		<category><![CDATA[web security]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/free-computer-programming-training-from-google-code-university/</guid>
		<description><![CDATA[Google Code University offers free training for computer programming. The training consists of a website which contains training materials such as slide shows, videos, and problem solving sets. Here is an excerpt from the Google training website which describes the training offered: This website provides tutorials and sample course content so CS students and educators [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/free-computer-programming-training-from-google-code-university/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

