<?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>Webdogs 3.0 &#187; calculators</title>
	<atom:link href="http://webdogs.org/tag/calculators/feed/" rel="self" type="application/rss+xml" />
	<link>http://webdogs.org</link>
	<description>site sentient since 2006</description>
	<lastBuildDate>Tue, 15 May 2012 00:10:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Food stamp calculator as a pedagogical tool</title>
		<link>http://webdogs.org/2008/12/16/food-stamp-calculator-as-a-pedagogical-tool/</link>
		<comments>http://webdogs.org/2008/12/16/food-stamp-calculator-as-a-pedagogical-tool/#comments</comments>
		<pubDate>Tue, 16 Dec 2008 07:49:10 +0000</pubDate>
		<dc:creator>Brian Lawlor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[calculators]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.webdogs.org/?p=408</guid>
		<description><![CDATA[To cut to the chase, this post is about a prototype food stamp calculator for use by advocates, built with PHP and JavaScript. (It works fine in Firefox; the design and functions are buggy in IE.) Here&#8217;s the back story: One of the most successful content projects undertaken by Legal Services of Northern California has [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float: right; margin: 4px 0 0 15px;" src="http://www.webdogs.org/dog_files/dynamic_calculations.png" alt="" /></p>
<p>To cut to the chase, this post is about a <a href="http://www.webdogs.org/calculator/calculator.php">prototype food stamp calculator</a> for use by advocates, built with PHP and JavaScript. (It works fine in Firefox; the design and functions are buggy in IE.)</p>
<p>Here&#8217;s the back story:</p>
<p>One of the most successful content projects undertaken by <a href="http://lsnc.net/">Legal Services of Northern California</a> has been its web-based <a href="http://www.foodstampguide.org/">California Food Stamp Guide</a> (FSG). As part of that project, we had discussions about building a California-specific food stamp calculator, and then further discussions about the purpose and function of such a thing. Should it be client or advocate oriented? In either case, should it be more of an &#8220;estimator,&#8221; i.e., a <a href="http://www.snap-step1.usda.gov/fns/">screening tool</a> to get a reasonable, in-the-zone estimate of monthly benefits? Or a tool to make more precise food stamp budget calculations, such that one could check and challenge the calculations in individual cases made by a local welfare office? Among the <a href="http://www.foodstampguide.org/?page_id=145">editorial team</a> that worked on the FSG, there was great interest in having a calculator, but no actual consensus emerged about how best to approach it.</p>
<p>One distinctive idea did emerge, however. Rosemary French at the <a href="http://www.benchmarkinstitute.org/">Benchmark Institute</a> promoted the idea of a calculator that would serve as a pedagogical tool. Her notion incorporated these key elements to make it an effective advocate teaching tool: The calculator should make accurate, complete calculations based on all the possible economic and circumstantial elements that make up an actual monthly benefits determination; it should reveal how changes in a relevant dollar amount or in the application of a client&#8217;s individual circumstances (e.g., medical expenses, daycare expenses, etc.) affect the outcome; and it should display the calculation as a whole, on a single page, rather than in steps that cannot be viewed in relation to each other.</p>
<p>Rosemary&#8217;s idea was the one that inspired us to try something different from the array of other food stamp calculators out there. For various reasons we never quite completed the project, but we do want to share with the larger advocacy community what we did accomplish: a prototype for a California-specific <a href="http://www.webdogs.org/calculator/calculator.php">advocate tool for calculating monthly benefits</a> that honors its pedagogical purposes. (Again, it works as intended in Firefox; not so much in IE.)</p>
<p>Hopefully, use by advocates should be self-explanatory. Start entering numbers and selecting options and the budget calculations shall be revealed dynamically, on the right. The calculations are all based on current food stamp program eligibility standards in California, but can only be made accurately for households in which everyone is eligible; the prototype does not make calculations for mixed households in which one or more members are ineligible. There are Ajaxy pop-up help pages that can be used to provide explanations and links to other resources; one can also save a calculation as a bookmark or print out the results; and other touches. </p>
<p>The PHP and Javascript coding, which includes use of <a href="http://jquery.com/">jQuery</a>,  was done by the esteemed <a href="http://twitter.com/sstrudeau">Scott Trudeau</a>. (Ed Lachgar, on the LSNC IT staff, built the PHP print functions. The layout and visual design were done here at the Webdogs 2.0 labs, so don&#8217;t blame Scott for what it looks like.) If anyone has questions or interest about the PHP and JavaScript coding, feel free to <a href="http://twitter.com/sstrudeau">contact Scott</a> for details, explanations, etc.</p>
<p>Although we have no immediate plans to do more with this project, we are posting all the prototype code for those who may be interested in adapting, modifying or just playing with it. It&#8217;s yours for the taking:</p>
<p><a href="http://www.webdogs.org/dog_files/fscalculator.zip">Download the source code</a>.</p>
<h2  class="related_post_title">Other posts of possible interest...</h2><ul class="related_post"><li><a href="http://webdogs.org/2009/06/05/a-quick-and-dirty-onebox-using-php/" title="A quick and dirty OneBox using PHP">A quick and dirty OneBox using PHP</a></li><li><a href="http://webdogs.org/2008/01/11/using-ie-conditional-comments-with-pika-306/" title="Using IE conditional comments with Pika 3.06">Using IE conditional comments with Pika 3.06</a></li><li><a href="http://webdogs.org/2007/08/15/wamp-me-up-scotty/" title="WAMP me up, Scotty!">WAMP me up, Scotty!</a></li><li><a href="http://webdogs.org/2007/08/07/more-than-you-ever-wanted-to-know-about-food-stamp-calculators/" title="More than you ever wanted to know about Food Stamp calculators">More than you ever wanted to know about Food Stamp calculators</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://webdogs.org/2008/12/16/food-stamp-calculator-as-a-pedagogical-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More than you ever wanted to know about Food Stamp calculators</title>
		<link>http://webdogs.org/2007/08/07/more-than-you-ever-wanted-to-know-about-food-stamp-calculators/</link>
		<comments>http://webdogs.org/2007/08/07/more-than-you-ever-wanted-to-know-about-food-stamp-calculators/#comments</comments>
		<pubDate>Wed, 08 Aug 2007 00:12:52 +0000</pubDate>
		<dc:creator>Brian Lawlor</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[calculators]]></category>
		<category><![CDATA[legal services]]></category>

		<guid isPermaLink="false">http://www.webdogs.org/2007/08/07/more-than-you-ever-wanted-to-know-about-food-stamp-calculators/</guid>
		<description><![CDATA[First, the context. Yesterday I posted a message to the LStech list to get leads from the legal services tech heads about web-based Food Stamp calculators. The thing that prompted my message is the work I and a half dozen other advocates in California are doing, as a labor of love, to update the widely [...]]]></description>
			<content:encoded><![CDATA[<p>First, the context.</p>
<p>Yesterday I posted a message to the <a href="http://lists.lstech.org/index.html/info/lstech">LStech list</a> to get leads from the legal services tech heads about web-based Food Stamp calculators. The thing that prompted my message is the work I and a half dozen other advocates in California are doing, as a labor of love, to update the widely used <a href="http://www.foodstampguide.org/">California Food Stamp Guide</a> LSNC created eons ago, based on a <a href="http://www.cfpa.net/">California Food Policy Advocate&#8217;s</a> version of the venerable FRAC Food Stamp Guide. That editorial &#8220;content&#8221; work is the heart of the project, but a couple of the folks working on the project asked if we could also add a Food Stamp benefits calculator to the online guide, tailored to the California program. Hence, my message to my fellow legal services tech heads.</p>
<p>Predictably and helpfully, I got a slew of responses from the field which brought me pretty much current on what is out there and the variety of coding approaches used by the advocacy community. Among the most notable examples:</p>
<ul>
<li>ASP implementation by the <a href="http://www.foodstampshelp.org/getfoodstamps/eligible.aspx">Food Stamp Outreach Project</a> (New York)</li>
<li>ColdFusion implementations by <a href="http://www.gettingfoodstamps.org/qualify.htm">Project Bread</a> (Massachusetts)</li>
<li>PHP implementation by <a href="http://www.vermontfoodhelp.com/info/howmuch/index.php">VermontFoodHelp.org</a> [updated May 2010]</li>
<li>Flash implementation by <a href="http://www.illinoislegaladvocate.org/index.cfm?fuseaction=home.dsp_Content&#038;contentID=871">IllinoisLegalAdvocate.org</a></li>
<li>HotDocs implementations by <a href="http://www.ptla.org/ptlasite/cliented/benefits/estimator.htm">Pine Tree Legal Assistance</a> (Maine) and <a href="http://www.georgiaadvocates.org/GOJC">GeorgiaAdvocates.org</a></li>
<li>PHP implementation by <a href="http://calculator.foodstamphelp.org/">Michigan Food Stamp Partnership</a></li>
</ul>
<p>I also was provided with an interesting <a href="http://www.webdogs.org/dog_files/cls_foodstampcalculator.xls">Excel-based calculator</a> by my first responder, Michael Bowen at Community Legal Services in Philadelphia, an approach also used by <a href="http://www.masslegalservices.org/">Massachusetts Legal Services</a>. And several folks drew attention to the<br />
<a href="http://www.snap-step1.usda.gov/fns/">Food Stamp Pre-screening Eligibility Tool</a> at USDA/FNS, an application that will screen for all 50 states and which for some folks may be all they need in a basic calculator.</p>
<p>Given this rather spectacular array of choices, I felt motivated to see what a basic Google search for &#8220;<a href="http://www.google.com/search?hl=en&#038;rls=GGGL%2CGGGL%3A2006-25%2CGGGL%3Aen&#038;q=food+stamps+calculator&#038;btnG=Search">food stamps calculator</a>&#8221; would turn up, which turned out to be a lot. I spent some time grazing the search results and went five-pages deep, which is deep for me. (I cannot remember the last time I went past even the first page of search results at Google.) There was a lot there, including innumerable state food stamp program sites with various types of calculators. And, to my surprise, a link to the Center on Budget and Policy Priorities summary, <a href="http://www.cbpp.org/8-25-03fa.htm">Food Stamps On-line: A Review of State Government Food Stamp Websites</a>. (Who knew!)</p>
<p>My favorites? It is way too early to tell. I need to earnestly take a look at the several very interesting advocate-oriented implementations, listed above, to see how each works &#8212; which is to say what is the character and flow of the questions, how it addresses usability, what and how the calculator attempts to accomplish its goal, how &#8220;understandable&#8221; is the display and the wording used, is it stable or brittle, does it work across the most commonly used browser, yada yada yada. Again, working on the calculator thing is a lesser part of the overall project but we are determined to come up with something that is an authentically useful complement to the Food Stamp Guide itself.</p>
<p>Oh, yeah, there actually was a &#8220;favorite,&#8221; or better said a surprise among the calculators: The U.S. Department of Health &#038; Human Services has created <a href="http://marriagecalculator.acf.hhs.gov/marriage/dd/dd_2.php?prog=2">The Marriage Calculator: Financial Consequences of Marriage Decisions</a> on Food Stamp eligibility! That one stopped me cold when I clicked through to it.</p>
<h2  class="related_post_title">Other posts of possible interest...</h2><ul class="related_post"><li><a href="http://webdogs.org/2008/12/16/food-stamp-calculator-as-a-pedagogical-tool/" title="Food stamp calculator as a pedagogical tool">Food stamp calculator as a pedagogical tool</a></li><li><a href="http://webdogs.org/2007/03/22/ejc-gis-denver-encounter/" title="EJC + GIS = Denver encounter">EJC + GIS = Denver encounter</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://webdogs.org/2007/08/07/more-than-you-ever-wanted-to-know-about-food-stamp-calculators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

