<?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</title>
	<atom:link href="http://www.bogartcomputing.com/web-programming-answers/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>Sat, 30 Jun 2012 01:32:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Joomla Component Installation XML File Can Create Error Regarding a Missing Administration Element</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/356/joomla-component-installation-xml-file-can-create-error-regarding-a-missing-administration-element/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/356/joomla-component-installation-xml-file-can-create-error-regarding-a-missing-administration-element/#comments</comments>
		<pubDate>Sun, 18 Mar 2012 06:24:07 +0000</pubDate>
		<dc:creator>caroline</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Joomla Component]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/?p=356</guid>
		<description><![CDATA[If a sub-folder XML file contains an &#8220;install&#8221; element, the Joomla installer might bypass the intended install xml file for the sub-folder variation. Only the ...]]></description>
				<content:encoded><![CDATA[<p>If a sub-folder XML file contains an &#8220;install&#8221; element, the Joomla installer might bypass the intended install xml file for the sub-folder variation. Only the top level installer xml file should have an &#8220;install&#8221; element. The core Joomla 1.5 Contact component has an administrator file (contact.xml) which contains the &#8220;install&#8221; element. I used the Contact componenent as the basis of a new component. The installation failed because the installer read the administrator/contact.xml as the installer xml file. The solution was to remove the &lt;install&gt; and all header elements, and to add a top level &lt;config&gt; element instead.</p>
<p>If your installation has this error, you might get this misleading message: &#8220;The XML file did not contain an administration element.&#8221; This is because the installer is not looking at the correct installation xml file. It&#8217;s not that the installation xml file doesn&#8217;t have an &lt;administration&gt; element, it&#8217;s that the sub-folder installation xml file is overriding the real installation XML file, and the sub-folder XML file does not have an administrator element.</p>
<p>Keep administrator and install in the top level XML file. Don&#8217;t use administrator or install in sub-folder configuration XML files.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/356/joomla-component-installation-xml-file-can-create-error-regarding-a-missing-administration-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript, DOM and Jquery click events</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/285/javascript-dom-and-jquery-click-events/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/285/javascript-dom-and-jquery-click-events/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 08:33:36 +0000</pubDate>
		<dc:creator>caroline</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[JQuery]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/?p=285</guid>
		<description><![CDATA[Javascript &#160;]]></description>
				<content:encoded><![CDATA[<div id="results"></div>
<p>Javascript</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/285/javascript-dom-and-jquery-click-events/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use ChronoForm ReDirect Plugin to Submit PayPal Shopping Cart Form</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/313/how-to-use-chronoform-redirect-plugin-to-submit-paypal-shopping-cart-form/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/313/how-to-use-chronoform-redirect-plugin-to-submit-paypal-shopping-cart-form/#comments</comments>
		<pubDate>Thu, 01 Mar 2012 08:31:15 +0000</pubDate>
		<dc:creator>caroline</dc:creator>
				<category><![CDATA[Chronoforms]]></category>
		<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Joomla Programmer]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/?p=313</guid>
		<description><![CDATA[The Joomla ChronoForm component includes a ReDirect Plugin that can be used to pay for a submitted form of shopping cart variables. Here is an ...]]></description>
				<content:encoded><![CDATA[<p>The Joomla ChronoForm component includes a ReDirect Plugin that can be used to pay for a submitted form of shopping cart variables.</p>
<p>Here is an example of its setup. This form allows the user to purchase tickets and to give an optional donation. It requests the user&#8217;s name, email and phone. It goes to PayPal, accepts payment and returns to a thank you page.</p>
<p>Setup the Form</p>
<p>Create a new form, give it a unique name</p>
<p>Email the results or not. Leave the rest of the General tab variables at their defaults.</p>
<p>Enter the form code:<br />
<code><br />
&lt;h2&gt;Animal Allies SIPS FOR STRAYS Fundraiser&lt;/h2&gt;<br />
&lt;p style="font-size: 16px;"&gt;&lt;strong&gt;Milly's Tavern, April 21st 2011, 6pm - 8pm&lt;/strong&gt;&lt;/p&gt;<br />
&lt;fieldset&gt;&lt;legend&gt;Tickets&lt;/legend&gt;<br />
&lt;label for="quantity_1"&gt;$20 Each Ticket &lt;/label&gt;&lt;span class="reqMark"&gt;*&lt;/span&gt;<br />
&lt;!-- amount_1 calculated --&gt;<br />
&lt;input type="hidden" name="amount_1" value="" /&gt;</code></p>
<p>&nbsp;</p>
<p><code>&lt;!-- quantity_1 --&gt;<br />
&lt;select id="quantity_1" name="quantity_1" class="required"&gt;<br />
&lt;option value=""&gt;Please select...&lt;/option&gt;<br />
&lt;option value="1" class="" selected&gt;1&lt;/option&gt;<br />
&lt;option value="2" class=""&gt;2&lt;/option&gt;<br />
&lt;option value="3" class=""&gt;3&lt;/option&gt;<br />
&lt;option value="4" class=""&gt;4&lt;/option&gt;<br />
&lt;option value="5" class=""&gt;5&lt;/option&gt;<br />
&lt;option value="6" class=""&gt;6&lt;/option&gt;<br />
&lt;option value="7" class=""&gt;7&lt;/option&gt;<br />
&lt;option value="8" class=""&gt;8&lt;/option&gt;<br />
&lt;option value="9" class=""&gt;9&lt;/option&gt;<br />
&lt;option value="10" class=""&gt;10&lt;/option&gt;<br />
&lt;option value="11" class=""&gt;11&lt;/option&gt;<br />
&lt;option value="12" class=""&gt;12&lt;/option&gt;<br />
&lt;option value="13" class=""&gt;13&lt;/option&gt;<br />
&lt;option value="14" class=""&gt;14&lt;/option&gt;<br />
&lt;option value="15" class=""&gt;15&lt;/option&gt;<br />
&lt;option value="16" class=""&gt;16&lt;/option&gt;<br />
&lt;option value="17" class=""&gt;17&lt;/option&gt;<br />
&lt;option value="18" class=""&gt;18&lt;/option&gt;<br />
&lt;option value="19" class=""&gt;19&lt;/option&gt;<br />
&lt;option value="20" class=""&gt;20&lt;/option&gt;&lt;/select&gt; tickets&lt;br&gt;<br />
&lt;/fieldset&gt;</code></p>
<p>&nbsp;</p>
<p><code>&lt;fieldset&gt;&lt;legend&gt;About You&lt;/legend&gt;</code></p>
<p><code>&lt;!-- First Name, Last Name, Email, Phone --&gt;</code></p>
<p><code>&lt;label for="firstName"&gt;First Name: &lt;/label&gt;&lt;span class="reqMark"&gt;*&lt;/span&gt;<br />
&lt;input type="text" id="firstName" name="firstName" value="" size="35" class="required"&gt;&lt;br&gt;</code></p>
<p>&lt;label for=&#8221;lastName&#8221;&gt;Last Name: &lt;/label&gt;&lt;span class=&#8221;reqMark&#8221;&gt;*&lt;/span&gt;<br />
&lt;input type=&#8221;text&#8221; id=&#8221;lastName&#8221; name=&#8221;lastName&#8221; value=&#8221;" size=&#8221;35&#8243; class=&#8221;required&#8221;&gt;&lt;br&gt;</p>
<p>&lt;label for=&#8221;email&#8221;&gt;Email: &lt;/label&gt;&lt;span class=&#8221;reqMark&#8221;&gt;*&lt;/span&gt;<br />
&lt;input type=&#8221;text&#8221; id=&#8221;email&#8221; name=&#8221;email&#8221; value=&#8221;" size=&#8221;35&#8243; class=&#8221;validate-email required&#8221;&gt; &lt;br&gt;</p>
<p>&lt;label for=&#8221;phone&#8221;&gt;Phone: &lt;/label&gt;&lt;span class=&#8221;reqMark&#8221;&gt;*&lt;/span&gt;<br />
&lt;input type=&#8221;text&#8221; id=&#8221;phone&#8221; name=&#8221;phone&#8221; value=&#8221;" size=&#8221;35&#8243; class=&#8221;validate-phone required&#8221;&gt;&lt;br&gt;</p>
<p>&lt;/fieldset&gt;</p>
<p>&lt;fieldset&gt;&lt;legend&gt;Donation&lt;/legend&gt;<br />
&lt;label&gt;We always welcome donations! &lt;/label&gt;&lt;span class=&#8221;reqMark&#8221;&gt;*&lt;/span&gt;</p>
<p>&lt;!&#8211; amount_2 placeholder on server too &#8211;&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;amount_2&#8243; value=&#8221;" /&gt;</p>
<p>&lt;!&#8211; price_2 &#8211;&gt;<br />
&lt;select id=&#8221;price_2&#8243; name=&#8221;price_2&#8243; class=&#8221;required&#8221;&gt;<br />
&lt;option value=&#8221;"&gt;Please select&#8230;&lt;/option&gt;<br />
&lt;option value=&#8221;0.00&#8243; class=&#8221;" selected&gt;<br />
Sorry I can&#8217;t give a donation this time&lt;/option&gt;<br />
&lt;option value=&#8221;10.00&#8243; class=&#8221;"&gt;Yes, I want to give $10 to Animal Allies Rescue!&lt;/option&gt;<br />
&lt;option value=&#8221;20.00&#8243; class=&#8221;"&gt;I want to give $20 to Animal Allies Rescue&lt;/option&gt;<br />
&lt;option value=&#8221;30.00&#8243; class=&#8221;"&gt;I want to give $30 to Animal Allies Rescue&lt;/option&gt;<br />
&lt;option value=&#8221;40.00&#8243; class=&#8221;"&gt;I want to give $40 to Animal Allies Rescue&lt;/option&gt;<br />
&lt;option value=&#8221;50.00&#8243; class=&#8221;"&gt;I want to give $50 to Animal Allies Rescue&lt;/option&gt;&lt;/select&gt;<br />
&lt;br&gt;&lt;/fieldset&gt;</p>
<p>&nbsp;</p>
<p><code>&lt;fieldset&gt;&lt;legend&gt;Click to Buy&lt;/legend&gt;<br />
Click submit to pay for your tickets at PayPal:<br />
&lt;input type="submit" id="sipssubmit" name="sipssubmit" value="submit"&gt;&lt;/fieldset&gt;<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/313/how-to-use-chronoform-redirect-plugin-to-submit-paypal-shopping-cart-form/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update SQL Substring For Joomla Event Booking Component Daylight Savings Adjustments</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/329/update-sql-substring-for-joomla-event-booking-component-daylight-savings-adjustments/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/329/update-sql-substring-for-joomla-event-booking-component-daylight-savings-adjustments/#comments</comments>
		<pubDate>Sun, 19 Feb 2012 05:57:12 +0000</pubDate>
		<dc:creator>caroline</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Joomla Programmer]]></category>
		<category><![CDATA[Chronoforms]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/?p=329</guid>
		<description><![CDATA[To set event start and end dates back to &#8220;normal&#8221;: UPDATE jos_eb_events SET    event_date = replace(event_date, &#8217;19:00&#8242;, &#8217;18:00&#8242;) WHERE  event_date LIKE &#8216;%19:00%&#8217;; UPDATE jos_eb_events SET    ...]]></description>
				<content:encoded><![CDATA[<p>To set event start and end dates back to &#8220;normal&#8221;:</p>
<p>UPDATE jos_eb_events<br />
SET    event_date = replace(event_date, &#8217;19:00&#8242;, &#8217;18:00&#8242;)<br />
WHERE  event_date LIKE &#8216;%19:00%&#8217;;</p>
<p>UPDATE jos_eb_events<br />
SET    event_end_date = replace(event_end_date, &#8217;22:00&#8242;, &#8217;21:00&#8242;)<br />
WHERE  event_end_date LIKE &#8216;%22:00%&#8217;;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/329/update-sql-substring-for-joomla-event-booking-component-daylight-savings-adjustments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
