<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>Web Programming Answers</title>
	
	<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>Sun, 20 Dec 2009 08:12:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/WebProgrammingAnswers" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="webprogramminganswers" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>JoomlaPack Joomla Site Restore When Files are Too Large</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/195/joomlapack-joomla-site-restore-when-files-are-too-large/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/195/joomlapack-joomla-site-restore-when-files-are-too-large/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 08:09:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/195/joomlapack-joomla-site-restore-when-files-are-too-large/</guid>
		<description><![CDATA[The database sql file in a JoomlaPack JPA file is stored in installation/sql/joomla.sql.
The correct specs to upload large files into the Joomla LMS file library is .htaccess:
php_value upload_max_filesize 100M
php_value post_max_size 100M
php_value memory_limit 2048M
php_value max_execution_time 120
I gigantic Joomla sql file (205 MB) is possibly 135 MB jos_session. Don&#8217;t backup jos_session, or, edit it out using Jujusoft [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>The database sql file in a JoomlaPack JPA file is stored in installation/sql/joomla.sql.</p>
<p>The correct specs to upload large files into the Joomla LMS file library is .htaccess:<br />
php_value upload_max_filesize 100M<br />
php_value post_max_size 100M<br />
php_value memory_limit 2048M<br />
php_value max_execution_time 120</p>
<p>I gigantic Joomla sql file (205 MB) is possibly 135 MB jos_session. Don&#8217;t backup jos_session, or, edit it out using Jujusoft JuJuEdit, or split the sql file into pieces using splitter.exe, then piece back the pieces you do want.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/195/joomlapack-joomla-site-restore-when-files-are-too-large/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Determine Home Page in Joomla index.php Template</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/193/re-how-to-determine-home-page-in-joomla-index-php-template/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/193/re-how-to-determine-home-page-in-joomla-index-php-template/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 21:28:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Joomla Programmer]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/193/re-how-to-determine-home-page-in-joomla-index-php-template/</guid>
		<description><![CDATA[getVar( &#8216;view&#8217;, &#8221; );
if ( $pageoption  == &#8216;frontpage&#8217; ) { $home=true;}else{$home=false;}
]]></description>
			<content:encoded><![CDATA[<p></p><p>getVar( &#8216;view&#8217;, &#8221; );<br />
if ( $pageoption  == &#8216;frontpage&#8217; ) { $home=true;}else{$home=false;}</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/193/re-how-to-determine-home-page-in-joomla-index-php-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Thesis Theme Head Element “Custom Function”</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/188/wordpress-thesis-theme-head-element-custom-function/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/188/wordpress-thesis-theme-head-element-custom-function/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 02:38:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[hooks]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[hook]]></category>
		<category><![CDATA[thesis]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/?p=188</guid>
		<description><![CDATA[The reason you can&#8217;t find the custom function to add an element to the wordpress head area
&#60;head&#62;
&#60;/head&#62;
is because that behavior is controlled by the Thesis Options web interface in wp-admin, not through the custom_functions.php hook.
Now stop looking for a hook and go to your wp-admin.
]]></description>
			<content:encoded><![CDATA[<p></p><p>The reason you can&#8217;t find the custom function to add an element to the wordpress head area</p>
<p>&lt;head&gt;</p>
<p>&lt;/head&gt;</p>
<p>is because that behavior is controlled by the Thesis Options web interface in wp-admin, not through the custom_functions.php hook.</p>
<p>Now stop looking for a hook and go to your wp-admin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/188/wordpress-thesis-theme-head-element-custom-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use MySQL Update to Change All Values by a Percentage</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/185/use-mysql-update-to-change-all-values-by-a-percentage/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/185/use-mysql-update-to-change-all-values-by-a-percentage/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 10:01:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[SQL]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[prices]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/?p=185</guid>
		<description><![CDATA[update products set products_price = products_price + (products_price * .35)
]]></description>
			<content:encoded><![CDATA[<p></p><p>update products set products_price = products_price + (products_price * .35)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/185/use-mysql-update-to-change-all-values-by-a-percentage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Word Hangs</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/183/microsoft-word-hangs/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/183/microsoft-word-hangs/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 03:56:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft Word]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/?p=183</guid>
		<description><![CDATA[If Microsoft Word 2003 (or 2007) hangs even after applying Windows Update, Windows Update for Office, changing out Normal.dot&#8230; it might be that the default printer is a networked printer that is not available. Change the default printer in the control panel to a non-networked, local printer (even if it&#8217;s a PDF file printer).
Thank you [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If Microsoft Word 2003 (or 2007) hangs even after applying Windows Update, Windows Update for Office, changing out Normal.dot&#8230; it might be that the default printer is a networked printer that is not available. Change the default printer in the control panel to a non-networked, local printer (even if it&#8217;s a PDF file printer).</p>
<p>Thank you to:</p>
<p><a title="Word hangs" href="http://glovario.wordpress.com/2008/03/08/microsoft-word-2007-2003-xp-application-hang-event-id-1000-1001-1002/" target="_blank">http://glovario.wordpress.com/2008/03/08/microsoft-word-2007-2003-xp-application-hang-event-id-1000-1001-1002/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/183/microsoft-word-hangs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Coupon Code Websites for More eCommerce Exposure</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/180/coupon-code-websites-for-more-ecommerce-exposure/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/180/coupon-code-websites-for-more-ecommerce-exposure/#comments</comments>
		<pubDate>Sat, 01 Aug 2009 01:25:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Marketing]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/?p=180</guid>
		<description><![CDATA[Put your coupons on coupon sites. This gives you tremendous exposure to a new audience that is actually looking to shop. I have not verified that these services are all free to merchants, you&#8217;ll find out when you click the &#8220;signup&#8221; links.
Tailor each coupon name to the coupon site. Maybe use a 3 letter code [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Put your coupons on coupon sites. This gives you tremendous exposure to a new audience that is actually looking to shop. I have not verified that these services are all free to merchants, you&#8217;ll find out when you click the &#8220;signup&#8221; links.</p>
<p>Tailor each coupon name to the coupon site. Maybe use a 3 letter code to differentiate a Coupon Cabin coupon (CCB) from a RetailMeNot (RMN) coupon. Then when you view your coupon usage you&#8217;ll know which coupon sites brought you customers.</p>
<p><a title="coupon cabin" href="http://www.couponcabin.com/" target="_blank">http://www.couponcabin.com/</a><br />
<a title="retail me not" href="http://www.retailmenot.com" target="_blank">http://www.retailmenot.com/</a><br />
<a title="smartsource" href="http://www.smartsource.com" target="_blank">http://coupons2.smartsource.com</a><br />
<a title="coupon mountain" href="http://www.couponmountain.com" target="_blank">http://www.couponmountain.com</a><br />
<a title="coupon share" href="http://www.couponshare.com" target="_blank">http://www.couponshare.com/</a><br />
<a title="savings.com" href="http://www.savings.com" target="_blank">http://www.savings.com/</a><br />
<a title="bradseals" href="http://www.bradsdeals.com" target="_blank">http://www.bradsdeals.com</a><br />
<a title="add coupon" href="http://www.addcoupon.com" target="_blank">http://www.addcoupon.com</a><br />
<a title="flamingo world" href="http://www.flamingoworld.com" target="_blank">http://www.flamingoworld.com/</a><br />
<a title="promotional codes" href="http://www.promotionalcodes.com" target="_blank">http://www.promotionalcodes.com/</a><br />
<a title="savester.net" href="http://www.savester.net" target="_blank">http://www.savester.net/</a><br />
<a title="current codes" href="http://www.currentcodes.com" target="_blank">http://www.currentcodes.com/</a><br />
<a title="coupon chief" href="http://www.couponchief.com" target="_blank">http://www.couponchief.com</a><br />
<a title="coupon surfer" href="http://www.couponsurfer.com" target="_blank">http://www.couponsurfer.com</a><br />
<a title="deal catcher" href="http://www.dealcatcher.com" target="_blank">http://www.dealcatcher.com/</a><br />
<a title="coupon craze" href="http://www.couponcraze.com" target="_blank">http://www.couponcraze.com/</a><br />
<a title="my coupons" href="http://www.mycoupons.com" target="_blank">http://www.mycoupons.com/</a><br />
<a title="key code" href="http://www.keycode.com" target="_blank">http://www.keycode.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/180/coupon-code-websites-for-more-ecommerce-exposure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla Programmer: Joomla 1.5 Sobi2 Clone for Windows</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/155/joomla-programmer-joomla-15-sobi2-clone-for-windows/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/155/joomla-programmer-joomla-15-sobi2-clone-for-windows/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 14:45:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Joomla Programmer]]></category>
		<category><![CDATA[sobi]]></category>
		<category><![CDATA[clone]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/?p=155</guid>
		<description><![CDATA[Joomla Programmer: Clone Sobi Using Windows
Sobi2 business index is a powerful database program for Joomla programmers and hobbyists. Recently I used Sobi2 to create a Pet Lost and Found database.Â  This worked well but got confusing when I wanted to add an Adoptable Pets database. The tool provides one form with customizable fields, but some [...]]]></description>
			<content:encoded><![CDATA[<p></p><h1>Joomla Programmer: Clone Sobi Using Windows</h1>
<p><a title="Sobi2 business index for joomla programmers" href="http://extensions.joomla.org/extensions/1113/details" target="_self">Sobi2 business index</a> is a powerful database program for Joomla programmers and hobbyists. Recently I used Sobi2 to create a Pet Lost and Found database.Â  This worked well but got confusing when I wanted to add an Adoptable Pets database. The tool provides one form with customizable fields, but some fields are not the same across Lost Pets and Adoptable Pets. I needed two forms. The only way to get that is to clone Sobi2.</p>
<p>Sigsiu wrote a <a title="sobi2 clone tool for Joomla Programmers" href="http://extensions.joomla.org/extensions/extension-specific/sobi2-extensions/6565/details">Sobi2 cloning tool</a> for Unix. Short of downloading cygwin, this tool doesn&#8217;t help Windows people.</p>
<p>Following, then, are instructions for how to clone the Sobi2 component for multiple installations using a Windows machine. The original <a title="Windows clone for sobi2" href="http://www.sigsiu.net/forum/index.php/topic,9747.msg52729.html#msg52729" target="_blank">forum post on Windows Cloning is here</a>.</p>
<p>Unzip the com_sobi2 installation into a fresh directory com_sobi2. Copy that to the target directory, com_sobi2lost.</p>
<p><a title="Sobi2 business index for joomla programmers" href="http://extensions.joomla.org/extensions/1113/details" target="_self"><img class="alignnone size-full wp-image-161" title="copy the sobi directory to a new target name" src="http://www.bogartcomputing.com/web-programming-answers/wp-content/uploads/2009/03/1copy_com_sobi2.gif" alt="copy the sobi directory to a new target name" width="225" height="55" /></a></p>
<p>Using a bulk file renamer like File and MP3 renamer, rename all files in com_sobi2lost so that any instance of &#8220;sobi&#8221; is replaced with &#8220;sobilost.&#8221; You are editing file names in this step, not the contents of the files.</p>
<p><img class="alignnone size-full wp-image-162" title="rename" src="http://www.bogartcomputing.com/web-programming-answers/wp-content/uploads/2009/03/2rename_files.gif" alt="rename" width="593" height="463" /></p>
<p>Using a grep search and replace tool like Actual Search &amp; Replace:</p>
<p>Find all instances of &#8220;sobi&#8221; lowercase in com_sobi2lost contents. Change those instances to &#8220;sobilost&#8221;</p>
<p><img class="alignnone size-full wp-image-163" title="grep_options" src="http://www.bogartcomputing.com/web-programming-answers/wp-content/uploads/2009/03/3grep_options.gif" alt="grep_options" width="607" height="628" /></p>
<p>Find all instances of &#8220;SOBI&#8221; uppercase in com_sobi2lost contents. Change those instances to &#8220;SOBILOST&#8221;</p>
<p><img class="alignnone size-full wp-image-164" title="grep lowercase" src="http://www.bogartcomputing.com/web-programming-answers/wp-content/uploads/2009/03/4grep_lowercase.gif" alt="grep lowercase" width="556" height="404" /></p>
<p><img class="alignnone size-full wp-image-165" title="grep uppercase" src="http://www.bogartcomputing.com/web-programming-answers/wp-content/uploads/2009/03/5grep_uppercase.gif" alt="grep uppercase" width="618" height="646" /></p>
<p>Edit the installation xml file sobilost2.xml</p>
<p><img class="alignnone size-full wp-image-166" title="edit xml" src="http://www.bogartcomputing.com/web-programming-answers/wp-content/uploads/2009/03/6edit_xml.gif" alt="edit xml" width="196" height="30" /></p>
<p>Find the administration/menu node.</p>
<p><img class="alignnone size-full wp-image-167" title="find description" src="http://www.bogartcomputing.com/web-programming-answers/wp-content/uploads/2009/03/7edit_description.gif" alt="find description" width="704" height="118" /></p>
<p>Change the node&#8217;s value to a unique value such as Lost Animals</p>
<p><img class="alignnone size-full wp-image-168" title="edit description" src="http://www.bogartcomputing.com/web-programming-answers/wp-content/uploads/2009/03/8edit_description.gif" alt="edit description" width="671" height="160" /></p>
<p>ZIP the com_sobi2lost directory to com_sobi2lost.zip</p>
<p><img class="alignnone size-full wp-image-169" title="zip" src="http://www.bogartcomputing.com/web-programming-answers/wp-content/uploads/2009/03/9zip.gif" alt="zip" width="522" height="540" /></p>
<p>Install the com_sobi2lost.zip</p>
<p><img class="alignnone size-full wp-image-170" title="install clone" src="http://www.bogartcomputing.com/web-programming-answers/wp-content/uploads/2009/03/10install.gif" alt="install clone" width="596" height="248" /></p>
<p>The new description shows up as your menu item under components.</p>
<p><img class="alignnone size-full wp-image-171" title="installed" src="http://www.bogartcomputing.com/web-programming-answers/wp-content/uploads/2009/03/11installed.gif" alt="installed" width="468" height="528" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/155/joomla-programmer-joomla-15-sobi2-clone-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla Programmer 1.5: chronoforms and mod_php automatic form submit to paypal</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/143/joomla-programmer-15-chronoforms-and-mod_php-automatic-form-submit-to-paypal/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/143/joomla-programmer-15-chronoforms-and-mod_php-automatic-form-submit-to-paypal/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 05:14:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Joomla Programmer]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[chronoforms]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[mod_php]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/?p=143</guid>
		<description><![CDATA[Joomla Programmer
Getting a chronoforms form submission land on a paypal page which then automatically submits to paypal.
Chronoforms form membership includes field mtype. mtype contains a donation value for paypal. Submit the chronoforms membership mype to mod_php paypal form. Fill in the mod_php paypal form amount field with the mtype value. Automatically submit the mod_php paypal [...]]]></description>
			<content:encoded><![CDATA[<p></p><h2>Joomla Programmer</h2>
<h3>Getting a chronoforms form submission land on a paypal page which then automatically submits to paypal.</h3>
<p>Chronoforms form membership includes field mtype. mtype contains a donation value for paypal. Submit the chronoforms membership mype to mod_php paypal form. Fill in the mod_php paypal form amount field with the mtype value. Automatically submit the mod_php paypal form to paypal. Automatically return to a thank you page.</p>
<ol>
<li><strong>System cache</strong> settings must be off to garner $_POST['value']s. Otherwise you get cached values from previous submissions of chronoforms to mod_php.</li>
<li>Create the mod_php paypal form. Place it in user position<strong> &#8220;membership_dues&#8221;<br />
</strong></li>
<li>create a content article, the text of which is: <strong>{loadposition membership_dues}</strong></li>
<li>In a dummy menu, create an Article layout <strong>menu item pointing to the membership_dues content</strong>. In this example the resultant address is index.php?option=com_content&amp;view=article&amp;id=31</li>
<li>Chronoform membership form method must be <strong>POST</strong>. GET will screw up SEF links.</li>
<li>Set the chronoforms FORM URL<strong> submit URL </strong>to:</li>
<p>http://fulldomainhere/index.php?option=com_content&amp;view=article&amp;id=31</p>
<li><strong>Do NOT have a form target</strong> (the default is target=&#8221;paypal&#8221;) in mod_php paypal form. This creates a popup condition which is quietly suppressed by any browser with popup blocker. It looks like the form submit is not working. Test in IE to see a better error message than in Firefox:<br />
&lt;form action=&#8221;https://www.paypal.com/en/cgi-bin/webscr&#8221; method=&#8221;post&#8221; name=&#8221;mform&#8221; id=&#8221;mform&#8221;&gt;</li>
<li>Return the donator to your thank you page. Whether or not you tell PayPal to return a Post, it will return a GET. So create an HTML page for the return/thank you. If you put a Joomla page as the return, PayPal will send back garbage to index.php, and it will not redirect to the page you specify.<br />
&lt;<strong>input type=&#8221;hidden&#8221; name=&#8221;return&#8221;</strong> value=&#8221;http://fulldomainhere/thankyou.htm&#8221; /&gt;</li>
<li><strong>Fill in the PayPal amount</strong> from the submitted form via a POST variable in mod_php paypal form.:</li>
<p>&lt;img src=&#8221;http://www.animalallies.org//images/stories/pawani.gif&#8221;&gt;&lt;br&gt;Amount $: &lt;input type=&#8221;text&#8221; name=&#8221;amount&#8221; size=&#8221;4&#8243; maxlength=&#8221;10&#8243;<strong> value=&#8221;&lt;?php echo $_POST['mtype']; ?&gt;&#8221;</strong> style=&#8221;text-align:left;&#8221; /&gt;</p>
<li><strong>Do NOT name the submit button </strong>&#8220;submit&#8221; in mod_php paypal form.Â  It clashes with the javascript form submit.</li>
<p>&lt;input class=&#8221;paybutton&#8221; type=&#8221;image&#8221; src=&#8221;http://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif&#8221; <strong>name=&#8221;submitb&#8221;</strong> alt=&#8221;PayPal secure payments.&#8221; /&gt;</p>
<li>auto submit the mod_php paypal form<br />
&lt;script language=&#8221;javaScript&#8221; type=&#8221;text/javascript&#8221;&gt;<br />
<strong>document.mform.submit();</strong><br />
&lt;/script&gt;</li>
</ol>
<p>chronoforms membership application:</p>
<pre>&lt;h1&gt;YourWebsite Membership Application&lt;/h1&gt;
&lt;table&gt;
lots of other form values omitted for this example...
&lt;tr&gt;&lt;td valign=top nowrap&gt;Membership Type&lt;/td&gt;&lt;td&gt;&lt;table&gt;
&lt;tr&gt;&lt;td&gt;&lt;input type=radio name=mtype value="15"&gt;Individual&lt;/td&gt;&lt;td align=right&gt;$15&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;input type=radio name=mtype checked value="25"&gt;Friend&lt;/td&gt;&lt;td align=right&gt;$25&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;input type=radio name=mtype value="50"&gt;Sponsor &lt;/td&gt;&lt;td align=right&gt;$50&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;input type=radio name=mtype value="100"&gt;Patron&lt;/td&gt; &lt;td align=right&gt;$100&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;&lt;input type=radio name=mtype value="500"&gt;Benefactor&lt;/td&gt; &lt;td align=right&gt;$500&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td colspan=2&gt;&lt;input type="submit" value="Â  SubmitÂ  "&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</pre>
<p>mod_php paypal form is positioned at membership_dues user position and assigned to &#8220;all&#8221; menus</p>
<pre>&lt;div style="text-align:left"&gt;
&lt;h4&gt;Thank You for Joining YourWebsite&lt;/h4&gt;
&lt;strong&gt;Please complete your membership payment here&lt;/strong&gt;
&lt;form action="https://www.paypal.com/en/cgi-bin/webscr" method="post" name="mform" id="mform"&gt;
&lt;input type="hidden" name="image_url" value="http://www.fulldomainhere/templates/rhuk_milkyway/images/logo.gif" /&gt;
&lt;input type="hidden" name="cmd" value="_donations" /&gt;
&lt;input type="hidden" name="business" value="yourpaypalemailhere" /&gt;
&lt;input type="hidden" name="return" value="http://www.fulldomainhere/thankyou.htm" /&gt;
&lt;input type="hidden" name="undefined_quantity" value="0" /&gt;
&lt;input type="hidden" name="item_name" value="YourWebsite Membership" /&gt;
&lt;input type="hidden" name="currency_code" value="USD" /&gt;
&lt;input type="hidden" name="charset" value="utf-8" /&gt;
&lt;input type="hidden" name="no_shipping" value="1" /&gt;
&lt;input type="hidden" name="cancel_return" value="http://www.fulldomainhere/" /&gt;
&lt;input type="hidden" name="no_note" value="0" /&gt;
&lt;img src="http://www.fulldomainhere//images/stories/pawani.gif"&gt;&lt;br&gt;Amount $: &lt;input type="text" name="amount" size="4" maxlength="10" value="&lt;?php echo $_POST['mtype']; ?&gt;" style="text-align:left;" /&gt;
&lt;input class="paybutton" type="image" src="http://www.paypal.com/en_US/i/btn/x-click-butcc-donate.gif" name="submitb" alt="PayPal secure payments." /&gt;
&lt;/form&gt;&lt;/div&gt;
&lt;script language="javaScript" type="text/javascript"&gt;
document.mform.submit();
&lt;/script&gt;</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/143/joomla-programmer-15-chronoforms-and-mod_php-automatic-form-submit-to-paypal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fantastic Internet Explorer browser testing tool</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/140/fantastic-internet-explorer-browser-testing-tool/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/140/fantastic-internet-explorer-browser-testing-tool/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 17:53:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Browser Testing]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[internet explorer]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/?p=140</guid>
		<description><![CDATA[http://www.my-debugbar.com/wiki/IETester/HomePage
&#8220;IETester is a free WebBrowser that allows you to have the rendering and javascript engines of IE8 RC1, IE7 IE 6 and IE5.5 on Vista and XP, as well as the installed IE in the same process.&#8221;
Fantastic and bravo!
]]></description>
			<content:encoded><![CDATA[<p></p><p><a title="IE tester" href="http://www.my-debugbar.com/wiki/IETester/HomePage" target="_blank">http://www.my-debugbar.com/wiki/IETester/HomePage</a></p>
<p>&#8220;<span class="wikiword">IETester</span> is a free <span class="wikiword">WebBrowser</span> that allows you to have the rendering and javascript engines of <strong><span class="wikiword">IE8</span> <span class="wikiword">RC1</span>, <span class="wikiword">IE7</span> IE 6 and <span class="wikiword">IE5</span>.5 on Vista and XP</strong>, as well as the installed IE in the same process.&#8221;</p>
<p>Fantastic and bravo!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/140/fantastic-internet-explorer-browser-testing-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla Programmer: Joomla 1.5 Control Menu Web Links Category Display Number Select Dropdown</title>
		<link>http://www.bogartcomputing.com/web-programming-answers/126/joomla-15-control-menu-web-links-category-display-number-select-dropdown/</link>
		<comments>http://www.bogartcomputing.com/web-programming-answers/126/joomla-15-control-menu-web-links-category-display-number-select-dropdown/#comments</comments>
		<pubDate>Thu, 05 Mar 2009 04:08:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Joomla Programmer]]></category>
		<category><![CDATA[categories]]></category>
		<category><![CDATA[counts]]></category>
		<category><![CDATA[web links]]></category>

		<guid isPermaLink="false">http://www.bogartcomputing.com/web-programming-answers/?p=126</guid>
		<description><![CDATA[Joomla Programmer
Removing Joomla 1.5 Web Link Category and Hit Counts
Joomla 1.5.9 leaves out a control parameter to avoid showing the &#8220;how many do you want to display&#8221; select dropdown when displaying a Web Link category.

To get rid of the Display # dropdown:
Go to components/com_weblink/category/tmpl/default_items.php
Remove
echo JText::_(&#8217;Display Num&#8217;) .&#8217;&#38;nbsp;&#8217;;
echo $this-&#62;pagination-&#62;getLimitBox();
To get rid of the category counts:
Go to [...]]]></description>
			<content:encoded><![CDATA[<p></p><h1>Joomla Programmer</h1>
<h2>Removing Joomla 1.5 Web Link Category and Hit Counts</h2>
<p>Joomla 1.5.9 leaves out a control parameter to avoid showing the &#8220;how many do you want to display&#8221; select dropdown when displaying a Web Link category.</p>
<p><img class="alignnone size-full wp-image-131" title="Joomla Programmer. Web links category information" src="http://www.bogartcomputing.com/web-programming-answers/wp-content/uploads/2009/03/weblink_catinfo.gif" alt="Joomla Programmer. Web links category information" width="280" height="308" /></p>
<p>To get rid of the Display # dropdown:</p>
<p>Go to components/com_weblink/category/tmpl/default_items.php</p>
<p>Remove</p>
<p>echo JText::_(&#8217;Display Num&#8217;) .&#8217;&amp;nbsp;&#8217;;<br />
echo $this-&gt;pagination-&gt;getLimitBox();</p>
<p>To get rid of the category counts:</p>
<p>Go to components/com_weblinks/views/category/tmpl/default.php</p>
<p>Remove</p>
<p>&amp;nbsp;<br />
&lt;span class=&#8221;small&#8221;&gt;<br />
(&lt;?php echo $category-&gt;numlinks;?&gt;)<br />
&lt;/span&gt;<br />
<img class="alignnone size-full wp-image-132" title="Joomla Programmer. Web link cateogry display showing other categories but no category count." src="http://www.bogartcomputing.com/web-programming-answers/wp-content/uploads/2009/03/weblink_catnocount2.gif" alt="Joomla Programmer. Web link cateogry display showing other categories but no category count." width="274" height="278" /></p>
<p>There&#8217;s also no way to remove the category counts from the Web Link category listing.</p>
<p><img class="alignnone size-full wp-image-128" title="Web Link Category Count" src="http://www.bogartcomputing.com/web-programming-answers/wp-content/uploads/2009/03/weblink_catcount.gif" alt="Web Link Category Count" width="282" height="156" /></p>
<p>To remove the category counts:</p>
<p>In components/com_weblinks/views/categories/tmpl/default.php</p>
<p>Find</p>
<p>&lt;a href=&#8221;&lt;?php echo $category-&gt;link; ?&gt;&#8221; class=&#8221;category&lt;?php echo $this-&gt;params-&gt;get( &#8216;pageclass_sfx&#8217; ); ?&gt;&#8221;&gt;<br />
&lt;?php echo $this-&gt;escape($category-&gt;title);?&gt;&lt;/a&gt;</p>
<p>After that remove:</p>
<p>&amp;nbsp;<br />
&lt;span class=&#8221;small&#8221;&gt;<br />
(&lt;?php echo $category-&gt;numlinks;?&gt;)<br />
&lt;/span&gt;</p>
<p><img class="alignnone size-full wp-image-130" title="Joomla Programmer web link no count." src="http://www.bogartcomputing.com/web-programming-answers/wp-content/uploads/2009/03/weblink_catnocount.gif" alt="Joomla Programmer web link no count." width="270" height="166" /></p>
<p>Even if you turn off hits in the menu item pointing to the Web Links the hits will display anyway. Perhaps due to cache, I&#8217;m not sure, the system ignores the Table Headings set to Hide parameter in the menu item pointing to the Web Link category.</p>
<p>To remove the table permanently (the administrator menu parameters will now not work at all though):</p>
<p>Go to Go to components/com_weblink/category/tmpl/default_items.php:</p>
<p>Find:</p>
<p>&lt;?php if ( $this-&gt;params-&gt;def( &#8217;show_headings&#8217;, 1 ) ) : ?&gt;</p>
<p>Change this to:</p>
<p>&lt;?php if (false) : ?&gt;</p>
<p>Find:</p>
<p>&lt;?php if ( $this-&gt;params-&gt;get( &#8217;show_link_hits&#8217; ) ) : ?&gt;<br />
Change this to:</p>
<p>&lt;?php if (false) : ?&gt;</p>
<p><img class="alignnone size-full wp-image-135" title="Joomla Programmer. Web Links Modified." src="http://www.bogartcomputing.com/web-programming-answers/wp-content/uploads/2009/03/weblinks_done.gif" alt="Joomla Programmer. Web Links Modified." width="258" height="270" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bogartcomputing.com/web-programming-answers/126/joomla-15-control-menu-web-links-category-display-number-select-dropdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
