<?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 for Morning Copy</title>
	<atom:link href="http://www.morningcopy.com.au/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.morningcopy.com.au</link>
	<description>Copywriting, Search Marketing &#38; Email Campaigns</description>
	<lastBuildDate>Sun, 08 Jan 2012 02:36:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on How to style Google Forms: Redux by Elliot</title>
		<link>http://www.morningcopy.com.au/tutorials/how-to-style-google-forms-redux/#comment-1527</link>
		<dc:creator>Elliot</dc:creator>
		<pubDate>Sun, 08 Jan 2012 02:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/?p=979#comment-1527</guid>
		<description>Wonderful tutorial! Any way to avoid conflicts when the page is put inside a jQuery accordion? I&#039;m having trouble getting this to work at http://www.belovedfestival.com.</description>
		<content:encoded><![CDATA[<p>Wonderful tutorial! Any way to avoid conflicts when the page is put inside a jQuery accordion? I&#8217;m having trouble getting this to work at <a href="http://www.belovedfestival.com" rel="nofollow">http://www.belovedfestival.com</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to solve Apple WIFI IP address conflicts by Ez</title>
		<link>http://www.morningcopy.com.au/tutorials/fix-apple-wifi-ip-address-conflicts/#comment-1525</link>
		<dc:creator>Ez</dc:creator>
		<pubDate>Thu, 05 Jan 2012 03:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/?p=781#comment-1525</guid>
		<description>Tobba,
I am having the same problem. What you need to do to fix it is to select a different range for the DHCP

So for instance if your existing range is 192.168.0.x then you need to change it to: starting address: 192.168.1.1 and ending address: 192.168.1.200 (or whatever)

The problem ultimatly is that your existing router is dishing out DHCP ip addresses to the devices attached to it. One of those devices is the Airport Express. What you are trying to achieve is to have the Airport Express dish out it&#039;s own set of ip addresses to all the devices attached to it over wireless. This is why you need to create a new range. What you are doing is creating a subset of devices sitting on the Airport. The Airport will look like a single device to your existing router.

I hope this works for you. 
Ez</description>
		<content:encoded><![CDATA[<p>Tobba,<br />
I am having the same problem. What you need to do to fix it is to select a different range for the DHCP</p>
<p>So for instance if your existing range is 192.168.0.x then you need to change it to: starting address: 192.168.1.1 and ending address: 192.168.1.200 (or whatever)</p>
<p>The problem ultimatly is that your existing router is dishing out DHCP ip addresses to the devices attached to it. One of those devices is the Airport Express. What you are trying to achieve is to have the Airport Express dish out it&#8217;s own set of ip addresses to all the devices attached to it over wireless. This is why you need to create a new range. What you are doing is creating a subset of devices sitting on the Airport. The Airport will look like a single device to your existing router.</p>
<p>I hope this works for you.<br />
Ez</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to style Google Forms by Ben</title>
		<link>http://www.morningcopy.com.au/tutorials/how-to-style-google-forms/#comment-1524</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Wed, 04 Jan 2012 16:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=43#comment-1524</guid>
		<description>Any idea how to do Step 9 when embedding the form in a facebook page?</description>
		<content:encoded><![CDATA[<p>Any idea how to do Step 9 when embedding the form in a facebook page?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Forms and jQuery Validation by Gatch</title>
		<link>http://www.morningcopy.com.au/tutorials/google-forms-and-jquery-validation/#comment-1523</link>
		<dc:creator>Gatch</dc:creator>
		<pubDate>Thu, 29 Dec 2011 09:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=94#comment-1523</guid>
		<description>I have the same problem. cant post the link to my form coz im still coding it locally...</description>
		<content:encoded><![CDATA[<p>I have the same problem. cant post the link to my form coz im still coding it locally&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Forms and jQuery Validation by Gatch</title>
		<link>http://www.morningcopy.com.au/tutorials/google-forms-and-jquery-validation/#comment-1522</link>
		<dc:creator>Gatch</dc:creator>
		<pubDate>Thu, 29 Dec 2011 09:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=94#comment-1522</guid>
		<description>&quot;Submit&quot; button only works in firefox. I want this also to work in safari and chrome.

Here&#039;s my code:

in my ...





$(document).ready(function() {
	$(&quot;#commentForm&quot;).validate({meta: &quot;validate&quot;});
});


in my ...

			var submitted=false;
			
			

		
		
		Name
		*
		
		
		 
		Email Address
		*

		
		
		 
		Message
		*
		
		
		
		
		


		
		

what&#039;s wrong with it? thanks in advance!</description>
		<content:encoded><![CDATA[<p>&#8220;Submit&#8221; button only works in firefox. I want this also to work in safari and chrome.</p>
<p>Here&#8217;s my code:</p>
<p>in my &#8230;</p>
<p>$(document).ready(function() {<br />
	$(&#8220;#commentForm&#8221;).validate({meta: &#8220;validate&#8221;});<br />
});</p>
<p>in my &#8230;</p>
<p>			var submitted=false;</p>
<p>		Name<br />
		*</p>
<p>		Email Address<br />
		*</p>
<p>		Message<br />
		*</p>
<p>what&#8217;s wrong with it? thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to style Google Forms: Redux by Gatch</title>
		<link>http://www.morningcopy.com.au/tutorials/how-to-style-google-forms-redux/#comment-1521</link>
		<dc:creator>Gatch</dc:creator>
		<pubDate>Thu, 29 Dec 2011 08:42:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/?p=979#comment-1521</guid>
		<description>Great tutorial! Thanks a lot :)</description>
		<content:encoded><![CDATA[<p>Great tutorial! Thanks a lot :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to style Google Forms by Lucy</title>
		<link>http://www.morningcopy.com.au/tutorials/how-to-style-google-forms/#comment-1518</link>
		<dc:creator>Lucy</dc:creator>
		<pubDate>Tue, 22 Nov 2011 16:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=43#comment-1518</guid>
		<description>I&#039;m trying to customise a form so that it carries out some calculations in javascript before it&#039;s submitted. 

The calculations work fine but I&#039;m trying to insert their results into the elements which will be submitted. Because of Google&#039;s stupid naming system: entry.1.single which includes full stops in elements I&#039;m not sure what to do.

Can I rewrite this to take the full stops into account?

  document.ofrm.entry.3.single.value = dm(eval(TotA));

 or can I use the element id to insert the calculated value? or can I change the element name but still get it into the right field in the Google spreadsheet?

Any help greatly appreciated!! Thanks.</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to customise a form so that it carries out some calculations in javascript before it&#8217;s submitted. </p>
<p>The calculations work fine but I&#8217;m trying to insert their results into the elements which will be submitted. Because of Google&#8217;s stupid naming system: entry.1.single which includes full stops in elements I&#8217;m not sure what to do.</p>
<p>Can I rewrite this to take the full stops into account?</p>
<p>  document.ofrm.entry.3.single.value = dm(eval(TotA));</p>
<p> or can I use the element id to insert the calculated value? or can I change the element name but still get it into the right field in the Google spreadsheet?</p>
<p>Any help greatly appreciated!! Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to style Google Forms: Redux by Dillon</title>
		<link>http://www.morningcopy.com.au/tutorials/how-to-style-google-forms-redux/#comment-1517</link>
		<dc:creator>Dillon</dc:creator>
		<pubDate>Tue, 15 Nov 2011 23:09:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/?p=979#comment-1517</guid>
		<description>Yep, use the &lt;a href=&quot;http://jquery.bassistance.de/validate/demo/captcha/&quot; rel=&quot;nofollow&quot;&gt;Bassistance Captcha Plugin&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Yep, use the <a href="http://jquery.bassistance.de/validate/demo/captcha/" rel="nofollow">Bassistance Captcha Plugin</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to style Google Forms: Redux by Jo</title>
		<link>http://www.morningcopy.com.au/tutorials/how-to-style-google-forms-redux/#comment-1516</link>
		<dc:creator>Jo</dc:creator>
		<pubDate>Tue, 15 Nov 2011 15:55:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/?p=979#comment-1516</guid>
		<description>Is there a way to add a Captcha to an embedded Google Form?</description>
		<content:encoded><![CDATA[<p>Is there a way to add a Captcha to an embedded Google Form?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Google Forms and jQuery Validation by bharath</title>
		<link>http://www.morningcopy.com.au/tutorials/google-forms-and-jquery-validation/#comment-1515</link>
		<dc:creator>bharath</dc:creator>
		<pubDate>Wed, 09 Nov 2011 13:23:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.morningcopy.com.au/news/?p=94#comment-1515</guid>
		<description>ok I found a problem...&#039;sad&#039;
I have multiple texboxes that needs email in the same form and sadly the validation only works for the first one any particular reason y?</description>
		<content:encoded><![CDATA[<p>ok I found a problem&#8230;&#8217;sad&#8217;<br />
I have multiple texboxes that needs email in the same form and sadly the validation only works for the first one any particular reason y?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

