<?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>Web Programming Answers &#187; Web Programming</title>
	<atom:link href="http://www.bogartcomputing.com/web-programming-answers/category/web-programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bogartcomputing.com/web-programming-answers</link>
	<description>Joomla Programmer, PHP, Joomla, Zen-Cart, osCommerce, MySQL, CSS, XHTML, Ecommerce, Search Engine Marketing, Web Programming answers, often in their rawest form</description>
	<lastBuildDate>Wed, 23 Nov 2011 20:28:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>A heavily corrected Windows XP XAMPP Zend Framework Quickstart Tutorial Revision</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/213/a-heavily-corrected-windows-xp-xampp-zend-framework-quickstart-tutorial-revision/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/213/a-heavily-corrected-windows-xp-xampp-zend-framework-quickstart-tutorial-revision/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 03:46:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/?p=213</guid>
		<description><![CDATA[http://framework.zend.com/manual/en/learning.quickstart.intro.html With many thanks to commenter alstanto on: 2010-04-07 22:04:18 Download Zend Framework 1.10.5 from: http://downloads.zend.com/framework/1.10.5/ZendFramework-1.10.5.zip Pre-Tutorial Extract to c:\ZendFramework-1.10.5 Rename directory to c:\Zend Add to Environment Path: ;C:\Zend\bin;C:\Zend\library;C:\xampp\php Uncomment C:\xampp\apache\conf\httpd.conf Include conf/extra/httpd-vhosts.conf In C:\xampp\apache\conf\extra\httpd-vhosts.conf add: &#60;VirtualHost *:80&#62; DocumentRoot "c:\zs\quickstart\public" ServerName quickstart.local SetEnv APPLICATION_ENV "development" &#60;Directory c:\zs\quickstart\public&#62; DirectoryIndex index.php AllowOverride All Order allow,deny Allow from [...]]]></description>
		<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/213/a-heavily-corrected-windows-xp-xampp-zend-framework-quickstart-tutorial-revision/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Replace column substring SQL Server columns</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/109/replace-column-substring-sql-server-columns/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/109/replace-column-substring-sql-server-columns/#comments</comments>
		<pubDate>Thu, 21 Jun 2007 05:17:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/109/replace-column-substring-sql-server-columns/</guid>
		<description><![CDATA[Replace all instances of FINDTHIS with REPLACEWITHTHIS in columns COLUMN1 and COLUMN2 of table TABLE where those substrings are in fact found update TABLE set COLUMN1=REPLACE(COLUMN1,&#8217;FINDTHIS&#8217;,'REPLACEWITHTHIS&#8217;), COLUMN2=REPLACE(COLUMN2,&#8217;FINDTHIS&#8217;,'REPLACEWITHTHIS&#8217;) from TABLE where COLUMN1 like &#8216;%SUBSTRINGPIECE%&#8217; or COLUMN2 like &#8216;%SUBSTRINGPIECE%&#8217;]]></description>
		<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/109/replace-column-substring-sql-server-columns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zen Cart UPS XML does not work with zones</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/107/zen-cart-ups-xml-does-not-work-with-zones/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/107/zen-cart-ups-xml-does-not-work-with-zones/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 08:59:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[Zen Cart]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/107/zen-cart-ups-xml-does-not-work-with-zones/</guid>
		<description><![CDATA[You&#8217;re here because you want to run UPS XML for Zen Cart with zones. It configures ok if you have no zones set, but as soon as you add a zone it displays the &#8220;unconfigured&#8221; yellow icon. The admin and the catalog both use the same code to determine if a UPS rate exists. The [...]]]></description>
		<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/107/zen-cart-ups-xml-does-not-work-with-zones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programmatically determine Joomla homepage</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/106/programmatically-determine-joomla-homepage-2/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/106/programmatically-determine-joomla-homepage-2/#comments</comments>
		<pubDate>Sat, 17 Mar 2007 12:01:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/106/programmatically-determine-joomla-homepage-2/</guid>
		<description><![CDATA[If both mod_rewrite and 301&#8242;s are out in full force the home page is not going to be identifiable by a Server query_string containing &#8220;frontpage.&#8221; To determine if the current code is on the home page: $s = filter_var($_REQUEST['QUERY_STRING'], FILTER_SANITIZE_SPECIAL_CHARS); if (empty($s)) { //you&#8217;re on the home page }]]></description>
		<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/106/programmatically-determine-joomla-homepage-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

