<?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>Brukenet Web Development</title>
	<atom:link href="http://example-wordpress.brukenet.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://example-wordpress.brukenet.com</link>
	<description>Development • Design • Detail</description>
	<lastBuildDate>Wed, 14 Mar 2012 11:02:04 +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>Dynamic changes to forms in response to user input.</title>
		<link>http://example-wordpress.brukenet.com/?p=24</link>
		<comments>http://example-wordpress.brukenet.com/?p=24#comments</comments>
		<pubDate>Thu, 11 Aug 2011 18:10:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Forms]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[dhtml]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://example-wordpress.brukenet.com/?p=24</guid>
		<description><![CDATA[While it is certainly possible to have multiple forms on different pages or to use a variable in the linking URL to serve a particular version of a form via PHP scripting, a more elegant (and efficient) solution is to use Javascript to dynamically alter the form in response to user input. <a href="http://example-wordpress.brukenet.com/?p=24">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Many of my web development clients ask me for dynamic &#8220;branching&#8221; inputs in form elements on their websites.  I&#8217;ve tried several different approaches to this problem and have come up with a few solutions that I would like to share.</p>
<p>Before I begin, you might be wondering exactly what I mean by the word, &#8220;branching&#8221;. Consider a sign-up form for an e-commerce website &#8212; the data that needs to be collected for a potential wholesale customer is more extensive (e.g. company name, tax id, etc.) than what is necessary for a new retail customer.  Ideally, the application form would only display input fields for the more extensive data when the customer selects that they are indeed applying to become a wholesaler.  Those applicants that select the retail option shouldn&#8217;t be presented with input fields that are unrelated to their desired status.</p>
<p>While it is certainly possible to have multiple forms on different pages or to use a variable in the linking URL to serve a particular version of a form via PHP scripting, a more elegant (and efficient) solution is to use Javascript to dynamically alter the form in response to user input.</p>
<p>When using Javasacript to craft a branched form, there are three primary methods:</p>
<ol>
<li>generate a pop-up window for the new inputs.</li>
<li>generate a pseudo pop-up for the new inputs.</li>
<li>toggle the visibility of a container to disply the new inputs.</li>
</ol>
<p>I would recommend the third method (as it is the simplest) for most applications, but each has their own pros and cons and tastes may vary.</p>
<h3>Generate a pop-up window for new inputs</h3>
<p>(I&#8217;ve been interrupted and will finish this post in the morning)</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://example-wordpress.brukenet.com/?feed=rss2&#038;p=24</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to the Brukenet Web Development blog!</title>
		<link>http://example-wordpress.brukenet.com/?p=7</link>
		<comments>http://example-wordpress.brukenet.com/?p=7#comments</comments>
		<pubDate>Sun, 10 Oct 2010 22:03:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Notifications]]></category>

		<guid isPermaLink="false">http://example-wordpress.brukenet.com/?p=7</guid>
		<description><![CDATA[Our desire is to provide concise, accurate, and accessible information regarding complex online issues so that our clients have the knowledge they need to make decisions regarding their web sites and all their online business.  <a href="http://example-wordpress.brukenet.com/?p=7">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Thanks for taking a few minutes to check out our new blog.</p>
<p>We&#8217;ve come a long ways since we started in 2007 and we&#8217;re very excited about our new look and our new direction.  We&#8217;ve made a smooth transition away from being primarily just a web design shop and now offer dynamic web development and custom scripting to our clients.  We&#8217;ve added a specialist in print media and branding as well to increase the value we can bring to clients that are in need of a complete web solution.  To top it all off, we&#8217;ve updated our site and added an administrative login section for each of our clients.</p>
<p>This blog is just one aspect of our <a title="Brukenet Web Development" href="http://www.brukenet.com" target="_blank">new and enhanced company website</a>.  In addition to this WordPress blog, we also have fully functional and customized installations of <a title="Joomla Example" href="http://example-joomla.brukenet.com" target="_blank">Joomla</a>, <a title="Zen Cart Example" href="http://example-zencart.brukenet.com" target="_blank">Zen Cart</a>, and a <a title="Simple Machines Forum Example" href="http://example-smf.brukenet.com" target="_blank">Simple Machines Forum</a> that we present as examples of what we can offer to clients.</p>
<p>In the future, we intend to fill this blog with information that might be of interest to our clients.  Subjects such as search engine optimization (SEO), W3C compatibility, and internet security are complex issues that frequently shift and change; by tackling these and other topics here we hope to help our clients better understand the internet and how to achieve their online goals.</p>
<p>Our desire is to provide concise, accurate, and accessible information regarding complex online issues so that our clients have the knowledge they need to make decisions regarding their web sites and all their online business.</p>
]]></content:encoded>
			<wfw:commentRss>http://example-wordpress.brukenet.com/?feed=rss2&#038;p=7</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

