<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[FrontAccounting forum — Option to disable compression function for javascript code]]></title>
		<link>https://frontaccounting.com/punbb/viewtopic.php?id=1073</link>
		<atom:link href="https://frontaccounting.com/punbb/extern.php?action=feed&amp;tid=1073&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Option to disable compression function for javascript code.]]></description>
		<lastBuildDate>Fri, 12 Feb 2010 02:03:39 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Option to disable compression function for javascript code]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4771#p4771</link>
			<description><![CDATA[<p>Thx for the reply, I am just about to send my first mail to: developers@lists.frontaccounting.eu</p><p>Hope you receive it, if don&#039;t please let me know.</p><p>Thx everyone.</p><p>James</p>]]></description>
			<author><![CDATA[null@example.com (jaime.hinojosa)]]></author>
			<pubDate>Fri, 12 Feb 2010 02:03:39 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4771#p4771</guid>
		</item>
		<item>
			<title><![CDATA[Re: Option to disable compression function for javascript code]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4765#p4765</link>
			<description><![CDATA[<p>The same you have subscribed, but without &#039;-subscribe&#039; suffix. Use your email address you have used for subscribe, or mail list server will send you next Chinese advice <img src="https://frontaccounting.com/punbb/img/smilies/wink.png" width="15" height="15" alt="wink" />.</p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Thu, 11 Feb 2010 20:32:17 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4765#p4765</guid>
		</item>
		<item>
			<title><![CDATA[Re: Option to disable compression function for javascript code]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4761#p4761</link>
			<description><![CDATA[<p>I just subscribed to the developers list, to what mail address should I send messages?</p><p>I read the developers help list, but I just do not get it <img src="https://frontaccounting.com/punbb/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>Thx everyone.</p><p>James</p>]]></description>
			<author><![CDATA[null@example.com (jaime.hinojosa)]]></author>
			<pubDate>Thu, 11 Feb 2010 15:08:30 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4761#p4761</guid>
		</item>
		<item>
			<title><![CDATA[Re: Option to disable compression function for javascript code]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4738#p4738</link>
			<description><![CDATA[<p>There is no special development forum, simply because mailing list (or direct mail contact) works better in this case. Subscription to developers mailing list is not restricted, but most of FrontAccounting users are rather interested in new features than FA internals and developer discussions <img src="https://frontaccounting.com/punbb/img/smilies/wink.png" width="15" height="15" alt="wink" />.</p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Wed, 10 Feb 2010 16:38:53 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4738#p4738</guid>
		</item>
		<item>
			<title><![CDATA[Re: Option to disable compression function for javascript code]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4737#p4737</link>
			<description><![CDATA[<p>Thx for the reply, it helps a lot...<br />I was wondering why do some buttons where of type &quot;submit&quot; and also have some ajax functionality... I guess is because the &quot;no js compability&quot;...</p><p>Does a forum for FA developers exist? or all questions are made through the developers mailing list?</p><p>Thx everyone.</p><p>James</p>]]></description>
			<author><![CDATA[null@example.com (jaime.hinojosa)]]></author>
			<pubDate>Wed, 10 Feb 2010 15:25:32 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4737#p4737</guid>
		</item>
		<item>
			<title><![CDATA[Re: Option to disable compression function for javascript code]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4730#p4730</link>
			<description><![CDATA[<p>As for now there is no real developers guide, I&#039;m affraid. Please subscribe to developers mailing list (you will find the address on our wiki), so when in trouble you can ask other developers for help.</p><p>Regarding ajax it works generally as follows:<br />. All ajax updates are performed using JsHttpRequest library, which consists two parts: javascript code stored in js directory and used on browser side, and JsHttpRequest.php class used in ajax.inc backend handler.<br />. All ajax calls are supported by global $Ajax variable.<br />. Gui elements are ajaxified in helper functions (includes/ui/*). It means that during page rendering content/values of all form controls are buffered, and when $Ajax-&gt;activate method is called somewhere during ajax call processing, related element values/content is send to browser, and updated on user&#039;s window.<br />. All ajaxified elements degrade graccefully on non-javascript browser. It means that FA is usable also with javascript off, although in fallback mode it is not so comfortable as using ajax.<br />. Javascript handlers for most of active controls are installed on browser side during onload event handling by behaviour class. Most of the definitions you will find in inserts.js file.</p><p>Hope it helps.</p><p>Janusz</p>]]></description>
			<author><![CDATA[null@example.com (itronics)]]></author>
			<pubDate>Wed, 10 Feb 2010 09:03:22 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4730#p4730</guid>
		</item>
		<item>
			<title><![CDATA[Re: Option to disable compression function for javascript code]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4725#p4725</link>
			<description><![CDATA[<p>nvm, i found how to...<br />edit config.php and change:<br />$go_debug &nbsp; &nbsp; &nbsp; &nbsp; = 0;<br />to:<br />$go_debug &nbsp; &nbsp; &nbsp; &nbsp; = 1;<br />do you guys know about a developer&#039;s guide for frontaccounting? I started yesterday and i am having a hard time trying to understand how frontaccounting uses php, js, ajax, html, json and mysql, specially php and ajax.</p><p>PD: I have a lot of experience with php, js, ajax, html, json and mysql but for some reason i get lost every time i try to follow the flow of the application with firebug and xdebug (in netbeans)... any recommendations?</p><p>PD2: Sorry for my english <img src="https://frontaccounting.com/punbb/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p>]]></description>
			<author><![CDATA[null@example.com (jaime.hinojosa)]]></author>
			<pubDate>Tue, 09 Feb 2010 23:20:29 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4725#p4725</guid>
		</item>
		<item>
			<title><![CDATA[Option to disable compression function for javascript code]]></title>
			<link>https://frontaccounting.com/punbb/viewtopic.php?pid=4722#p4722</link>
			<description><![CDATA[<p>I find it very hard to debug javascript with firebug because the code is not indented, do you know if an option like this already exists?</p>]]></description>
			<author><![CDATA[null@example.com (jaime.hinojosa)]]></author>
			<pubDate>Tue, 09 Feb 2010 22:07:58 +0000</pubDate>
			<guid>https://frontaccounting.com/punbb/viewtopic.php?pid=4722#p4722</guid>
		</item>
	</channel>
</rss>
