<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
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/"
> <channel><title>Comments on: Slikcalc &#8211; Easy Javascript Calculations</title> <atom:link href="http://www.selfcontained.us/2008/03/18/slikcalc-easy-javascript-calculations/feed/" rel="self" type="application/rss+xml" /><link>http://www.selfcontained.us/2008/03/18/slikcalc-easy-javascript-calculations/</link> <description>web-development</description> <lastBuildDate>Fri, 03 Feb 2012 05:18:27 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>By: ghazal</title><link>http://www.selfcontained.us/2008/03/18/slikcalc-easy-javascript-calculations/comment-page-1/#comment-45064</link> <dc:creator>ghazal</dc:creator> <pubDate>Thu, 06 Oct 2011 11:26:20 +0000</pubDate> <guid
isPermaLink="false">http://www.selfcontained.us/2008/03/18/slikcalc-easy-javascript-calculations/#comment-45064</guid> <description>hi,
thank you for this great calculator. Working with it and Mootools 1.4.x, and it goes smoothly.
I&#039;d like to use a type radio instead of a type checkbox. My goal is simple :
launch whatever calculation with a certain sum, same calculation with another sum but the user don&#039;t have choice (as with checkbox), it&#039;s a either/ or scenario.
There should be a logical way to do it with slikcalc (without tweaks in the code) but I can&#039;t get the hang of it.
Could you point me in the right direction ?
Thank you anyway for this great tool.</description> <content:encoded><![CDATA[<p>hi,<br
/> thank you for this great calculator. Working with it and Mootools 1.4.x, and it goes smoothly.<br
/> I&#8217;d like to use a type radio instead of a type checkbox. My goal is simple :<br
/> launch whatever calculation with a certain sum, same calculation with another sum but the user don&#8217;t have choice (as with checkbox), it&#8217;s a either/ or scenario.<br
/> There should be a logical way to do it with slikcalc (without tweaks in the code) but I can&#8217;t get the hang of it.<br
/> Could you point me in the right direction ?<br
/> Thank you anyway for this great tool.</p> ]]></content:encoded> </item> <item><title>By: brad</title><link>http://www.selfcontained.us/2008/03/18/slikcalc-easy-javascript-calculations/comment-page-1/#comment-43289</link> <dc:creator>brad</dc:creator> <pubDate>Sat, 09 Jul 2011 03:16:57 +0000</pubDate> <guid
isPermaLink="false">http://www.selfcontained.us/2008/03/18/slikcalc-easy-javascript-calculations/#comment-43289</guid> <description>ping me @ bradmharris at ymail dot com and we can chat about your questions.</description> <content:encoded><![CDATA[<p>ping me @ bradmharris at ymail dot com and we can chat about your questions.</p> ]]></content:encoded> </item> <item><title>By: C. Scheck</title><link>http://www.selfcontained.us/2008/03/18/slikcalc-easy-javascript-calculations/comment-page-1/#comment-42823</link> <dc:creator>C. Scheck</dc:creator> <pubDate>Tue, 21 Jun 2011 14:55:22 +0000</pubDate> <guid
isPermaLink="false">http://www.selfcontained.us/2008/03/18/slikcalc-easy-javascript-calculations/#comment-42823</guid> <description>Hi Brad,
I stumbled across your slikcalc product and I can&#039;t help but think that this is the answer to my problems. I am developing a php site and what I want to do is use the slikcalc script to create a menu item with a formula calculator in it. I am no javascript person and I am only just now learning php as a whole.
I have read through everything but I am just so confused on how I would get this to work in my php site. I currently have other plugins that utilize the prototype library but Im terrible confused on what files need to go where to make this work.
I have created other javascript menu&#039;s by formatting the menu block in HTML and entering the js details in the HEAD of that block. Can you link me to some information on how to accomplish this, or possible explain the setup process on a php site (namely e107).
Thanks so much for your time.
C. S.</description> <content:encoded><![CDATA[<p>Hi Brad,</p><p>I stumbled across your slikcalc product and I can&#8217;t help but think that this is the answer to my problems. I am developing a php site and what I want to do is use the slikcalc script to create a menu item with a formula calculator in it. I am no javascript person and I am only just now learning php as a whole.</p><p>I have read through everything but I am just so confused on how I would get this to work in my php site. I currently have other plugins that utilize the prototype library but Im terrible confused on what files need to go where to make this work.</p><p>I have created other javascript menu&#8217;s by formatting the menu block in HTML and entering the js details in the HEAD of that block. Can you link me to some information on how to accomplish this, or possible explain the setup process on a php site (namely e107).</p><p>Thanks so much for your time.</p><p>C. S.</p> ]]></content:encoded> </item> <item><title>By: Winchester Lyon</title><link>http://www.selfcontained.us/2008/03/18/slikcalc-easy-javascript-calculations/comment-page-1/#comment-42819</link> <dc:creator>Winchester Lyon</dc:creator> <pubDate>Tue, 21 Jun 2011 12:10:22 +0000</pubDate> <guid
isPermaLink="false">http://www.selfcontained.us/2008/03/18/slikcalc-easy-javascript-calculations/#comment-42819</guid> <description>Sorry for the double post. It seems the code tags are not working. So here&#039;s what I had in the code tag of my previous post:
Example:
1-9 items -&gt; $10.00 ea
10-19 items -&gt; $9.50 ea
20-39 items -&gt; $9.00 ea
and so on.
I can do this in php, but I&#039;m no good with Javascripts..</description> <content:encoded><![CDATA[<p>Sorry for the double post. It seems the code tags are not working. So here&#8217;s what I had in the code tag of my previous post:</p><p>Example:</p><p>1-9 items -&gt; $10.00 ea<br
/> 10-19 items -&gt; $9.50 ea<br
/> 20-39 items -&gt; $9.00 ea<br
/> and so on.</p><p>I can do this in php, but I&#8217;m no good with Javascripts..</p> ]]></content:encoded> </item> <item><title>By: Winchester Lyon</title><link>http://www.selfcontained.us/2008/03/18/slikcalc-easy-javascript-calculations/comment-page-1/#comment-42818</link> <dc:creator>Winchester Lyon</dc:creator> <pubDate>Tue, 21 Jun 2011 11:53:31 +0000</pubDate> <guid
isPermaLink="false">http://www.selfcontained.us/2008/03/18/slikcalc-easy-javascript-calculations/#comment-42818</guid> <description>Hi Brad..  Thank you so much for this great script. This is the most practical and easiest to work with form calculation script I&#039;m come across that does more than just add/subtract a few fields. This makes it so, and I&#039;m not even a developer at all.
I have a question though. How would you handle price breaks with this. Example:
&lt;code&gt;
1-9 items = $10.00 each
10-20 items = $9.50 each
20-50 items = $9.00 each
&lt;/code&gt;
Is there a way to do this? Thanks in advance.</description> <content:encoded><![CDATA[<p>Hi Brad..  Thank you so much for this great script. This is the most practical and easiest to work with form calculation script I&#8217;m come across that does more than just add/subtract a few fields. This makes it so, and I&#8217;m not even a developer at all.</p><p>I have a question though. How would you handle price breaks with this. Example:<br
/><pre><code>
1-9 items = $10.00 each
10-20 items = $9.50 each
20-50 items = $9.00 each
</code></pre><br
/> Is there a way to do this? Thanks in advance.</p> ]]></content:encoded> </item> <item><title>By: Nguyen Kim Long</title><link>http://www.selfcontained.us/2008/03/18/slikcalc-easy-javascript-calculations/comment-page-1/#comment-32603</link> <dc:creator>Nguyen Kim Long</dc:creator> <pubDate>Tue, 18 May 2010 07:31:34 +0000</pubDate> <guid
isPermaLink="false">http://www.selfcontained.us/2008/03/18/slikcalc-easy-javascript-calculations/#comment-32603</guid> <description>Hi the library is only supporting 2 digits behind dot.
How can I show 4 digits behind the dot i.e.  0.0001 kGal ?</description> <content:encoded><![CDATA[<p>Hi the library is only supporting 2 digits behind dot.<br
/> How can I show 4 digits behind the dot i.e.  0.0001 kGal ?</p> ]]></content:encoded> </item> <item><title>By: Lars Sanden</title><link>http://www.selfcontained.us/2008/03/18/slikcalc-easy-javascript-calculations/comment-page-1/#comment-24476</link> <dc:creator>Lars Sanden</dc:creator> <pubDate>Wed, 03 Mar 2010 16:30:31 +0000</pubDate> <guid
isPermaLink="false">http://www.selfcontained.us/2008/03/18/slikcalc-easy-javascript-calculations/#comment-24476</guid> <description>Excellent work!  Just 1 question - I&#039;m trying to make a converter that will allow the user to enter a value into text box 1 and it puts the answer into text box 2 OR if they put a value into text box 2 it will put the answer into text box 1 - I can do one or the other, but if I put in the calculations for both, it seems to try to apply the formula both ways - Celsius to Fahrenheit conversions for instance.
Thank you for the time you&#039;ve put into the great project!</description> <content:encoded><![CDATA[<p>Excellent work!  Just 1 question &#8211; I&#8217;m trying to make a converter that will allow the user to enter a value into text box 1 and it puts the answer into text box 2 OR if they put a value into text box 2 it will put the answer into text box 1 &#8211; I can do one or the other, but if I put in the calculations for both, it seems to try to apply the formula both ways &#8211; Celsius to Fahrenheit conversions for instance.<br
/> Thank you for the time you&#8217;ve put into the great project!</p> ]]></content:encoded> </item> <item><title>By: Chris Kay</title><link>http://www.selfcontained.us/2008/03/18/slikcalc-easy-javascript-calculations/comment-page-1/#comment-24015</link> <dc:creator>Chris Kay</dc:creator> <pubDate>Fri, 05 Feb 2010 03:52:21 +0000</pubDate> <guid
isPermaLink="false">http://www.selfcontained.us/2008/03/18/slikcalc-easy-javascript-calculations/#comment-24015</guid> <description>All good i managed to fix everything and it all works, thx great scripts</description> <content:encoded><![CDATA[<p>All good i managed to fix everything and it all works, thx great scripts</p> ]]></content:encoded> </item> <item><title>By: Chris Kay</title><link>http://www.selfcontained.us/2008/03/18/slikcalc-easy-javascript-calculations/comment-page-1/#comment-24012</link> <dc:creator>Chris Kay</dc:creator> <pubDate>Fri, 05 Feb 2010 00:52:17 +0000</pubDate> <guid
isPermaLink="false">http://www.selfcontained.us/2008/03/18/slikcalc-easy-javascript-calculations/#comment-24012</guid> <description>It is possible to have 2 FormularCalc&#039;s on 1 page, i have a 6 rows each with a hour * amount to create a subtotal for labout, and the i have 12 lines with QTY and amount to create a subtotal for Parts, then i also wanna calculate Labout and Parts to create a total amount due.. all works good with the labour, actually works like a dream with the checkboxes and everything, as i also wanted to have items on the invoice that were not billable but show the amount, so the script works great, just want 2 more calculations</description> <content:encoded><![CDATA[<p>It is possible to have 2 FormularCalc&#8217;s on 1 page, i have a 6 rows each with a hour * amount to create a subtotal for labout, and the i have 12 lines with QTY and amount to create a subtotal for Parts, then i also wanna calculate Labout and Parts to create a total amount due.. all works good with the labour, actually works like a dream with the checkboxes and everything, as i also wanted to have items on the invoice that were not billable but show the amount, so the script works great, just want 2 more calculations</p> ]]></content:encoded> </item> <item><title>By: Ritalin.</title><link>http://www.selfcontained.us/2008/03/18/slikcalc-easy-javascript-calculations/comment-page-1/#comment-22803</link> <dc:creator>Ritalin.</dc:creator> <pubDate>Sun, 15 Nov 2009 21:31:40 +0000</pubDate> <guid
isPermaLink="false">http://www.selfcontained.us/2008/03/18/slikcalc-easy-javascript-calculations/#comment-22803</guid> <description>&lt;strong&gt;Fatigue and ritalin....&lt;/strong&gt;
Why is ritalin prescribed for adults. Ritalin....</description> <content:encoded><![CDATA[<p><strong>Fatigue and ritalin&#8230;.</strong></p><p>Why is ritalin prescribed for adults. Ritalin&#8230;.</p> ]]></content:encoded> </item> </channel> </rss>
