<?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: Name generator widget</title>
	<atom:link href="http://www.name-generators.com/name-generators/name-generator-widget.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.name-generators.com/name-generators/name-generator-widget.htm</link>
	<description>Blogging about name generators</description>
	<lastBuildDate>Tue, 24 Jan 2012 16:48:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Niels</title>
		<link>http://www.name-generators.com/name-generators/name-generator-widget.htm#comment-70</link>
		<dc:creator>Niels</dc:creator>
		<pubDate>Tue, 14 Sep 2010 14:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.name-generators.com/?p=189#comment-70</guid>
		<description>Cool. Glad it was useful. If you come around it, I will always be thrilled by a link back to my site. ;)</description>
		<content:encoded><![CDATA[<p>Cool. Glad it was useful. If you come around it, I will always be thrilled by a link back to my site. <img src='http://www.name-generators.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.name-generators.com/name-generators/name-generator-widget.htm#comment-69</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Mon, 13 Sep 2010 22:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.name-generators.com/?p=189#comment-69</guid>
		<description>dood thanks so much! i made some changes but it works like a charm. stufer.yolasite.com</description>
		<content:encoded><![CDATA[<p>dood thanks so much! i made some changes but it works like a charm. stufer.yolasite.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niels</title>
		<link>http://www.name-generators.com/name-generators/name-generator-widget.htm#comment-68</link>
		<dc:creator>Niels</dc:creator>
		<pubDate>Mon, 30 Aug 2010 08:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.name-generators.com/?p=189#comment-68</guid>
		<description>Sure thing. It&#039;s actually quite simple as long as you don&#039;t want to write a name widget, that you host and support for others, but the widget is only to show on your own web site.

Place this snippet of code in head of your html. That somewhere between the head-tags: If in doubt just place it as the last thing before the end head-tag(&lt;/head&gt;)

&lt;pre&gt;

&lt;script type=&quot;text/javascript&quot;&gt;	
	function stuferize(){
		if(document.getElementById(&quot;userName&quot;).value != &quot;&quot;){
			var name = document.getElementById(&quot;userName&quot;).value;
			alert(&quot;Your stufer-ized name is: &quot; + name + &quot;stufer&quot;);
		}else{
			alert(&#039;Please type your name in the text box&#039;);
		}
	}		
&lt;/script&gt;

&lt;/pre&gt;

And place this html in the webpage, where you want the stuferizer to show up:

&lt;pre&gt;

&lt;input type=&quot;text&quot; id=&quot;userName&quot; /&gt;
&lt;input type=&quot;button&quot; value=&quot;Stuferize my name now&quot; onclick=&quot;stuferize()&quot;/&gt;

&lt;/pre&gt;
And the stuferizer name widget should be up and running. 

Good luck. :)</description>
		<content:encoded><![CDATA[<p>Sure thing. It&#8217;s actually quite simple as long as you don&#8217;t want to write a name widget, that you host and support for others, but the widget is only to show on your own web site.</p>
<p>Place this snippet of code in head of your html. That somewhere between the head-tags: If in doubt just place it as the last thing before the end head-tag(&lt;/head&gt;)</p>
<pre>

&lt;script type="text/javascript"&gt;
	function stuferize(){
		if(document.getElementById("userName").value != ""){
			var name = document.getElementById("userName").value;
			alert("Your stufer-ized name is: " + name + "stufer");
		}else{
			alert('Please type your name in the text box');
		}
	}
&lt;/script&gt;
</pre>
<p>And place this html in the webpage, where you want the stuferizer to show up:</p>
<pre>

&lt;input type="text" id="userName" /&gt;
&lt;input type="button" value="Stuferize my name now" onclick="stuferize()"/&gt;
</pre>
<p>And the stuferizer name widget should be up and running. </p>
<p>Good luck. <img src='http://www.name-generators.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.name-generators.com/name-generators/name-generator-widget.htm#comment-67</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Mon, 30 Aug 2010 01:02:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.name-generators.com/?p=189#comment-67</guid>
		<description>&lt;a href=&quot;#comment-1644&quot; rel=&quot;nofollow&quot;&gt;@Niels &lt;/a&gt; 
this is amzing! im stupid when it comes to computer code and such, can u give me the code to insert it into my website?</description>
		<content:encoded><![CDATA[<p><a href="#comment-1644" rel="nofollow">@Niels </a><br />
this is amzing! im stupid when it comes to computer code and such, can u give me the code to insert it into my website?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niels</title>
		<link>http://www.name-generators.com/name-generators/name-generator-widget.htm#comment-66</link>
		<dc:creator>Niels</dc:creator>
		<pubDate>Sun, 15 Aug 2010 23:16:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.name-generators.com/?p=189#comment-66</guid>
		<description>Hi Josh

Sound like a fun idea. :)

You mean something like this: &lt;a href=&quot;http://www.name-generators.com/test/stuferize.html&quot; rel=&quot;nofollow&quot;&gt;Stufer-ize your name&lt;/a&gt;?

Actually it pretty simple to make it to a widget. Just use document.write to write the code to the website. 

But why do you wanna make it into a widget in the first place? Only takes a very few lines of code to integrate it into your site. No really need for a widget functionality here.</description>
		<content:encoded><![CDATA[<p>Hi Josh</p>
<p>Sound like a fun idea. <img src='http://www.name-generators.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You mean something like this: <a href="http://www.name-generators.com/test/stuferize.html" rel="nofollow">Stufer-ize your name</a>?</p>
<p>Actually it pretty simple to make it to a widget. Just use document.write to write the code to the website. </p>
<p>But why do you wanna make it into a widget in the first place? Only takes a very few lines of code to integrate it into your site. No really need for a widget functionality here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.name-generators.com/name-generators/name-generator-widget.htm#comment-65</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Sun, 15 Aug 2010 21:03:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.name-generators.com/?p=189#comment-65</guid>
		<description>hey im trying to make a simple widget that has a text entry box that the user puts his name in. Then they press the &quot;stufer-ize ur name!&quot; button and the result is the entered name plus &quot;stufer&quot; at the end of their name. For example, I input &quot;Josh&quot; into the text box and click the button. The result is a message saying that my new name is &quot;Joshstufer&quot; I have to tried to make such a widget with widgetbox.com but have been unsuccesful. Any help would definately be appreciated for this great cause.

thanks, Josh</description>
		<content:encoded><![CDATA[<p>hey im trying to make a simple widget that has a text entry box that the user puts his name in. Then they press the &#8220;stufer-ize ur name!&#8221; button and the result is the entered name plus &#8220;stufer&#8221; at the end of their name. For example, I input &#8220;Josh&#8221; into the text box and click the button. The result is a message saying that my new name is &#8220;Joshstufer&#8221; I have to tried to make such a widget with widgetbox.com but have been unsuccesful. Any help would definately be appreciated for this great cause.</p>
<p>thanks, Josh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Band name widget &#171; Name Generators Blog</title>
		<link>http://www.name-generators.com/name-generators/name-generator-widget.htm#comment-64</link>
		<dc:creator>Band name widget &#171; Name Generators Blog</dc:creator>
		<pubDate>Fri, 23 Jul 2010 10:09:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.name-generators.com/?p=189#comment-64</guid>
		<description>[...] About            &#171; Name generator widget [...] </description>
		<content:encoded><![CDATA[<p>[...] About            &laquo; Name generator widget [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

