<?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: How to make a name generator</title>
	<atom:link href="http://www.name-generators.com/name-generators/how-to-make-name-generator.htm/feed" rel="self" type="application/rss+xml" />
	<link>http://www.name-generators.com/name-generators/how-to-make-name-generator.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/how-to-make-name-generator.htm#comment-902</link>
		<dc:creator>Niels</dc:creator>
		<pubDate>Thu, 03 Nov 2011 21:01:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.name-generators.com/?p=143#comment-902</guid>
		<description>Hi Stacy. :)

Yes there is. You can add an input field, get the value (the input) from with javaScript and then use the inputted name in any way you want to in combination with different word arrays. And you can also make a check on the input field to validate if the user actually did fill it. 

All can be done with rather simple JavaScript, if you got the basic understanding of it. 

Good luck.</description>
		<content:encoded><![CDATA[<p>Hi Stacy. <img src='http://www.name-generators.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Yes there is. You can add an input field, get the value (the input) from with javaScript and then use the inputted name in any way you want to in combination with different word arrays. And you can also make a check on the input field to validate if the user actually did fill it. </p>
<p>All can be done with rather simple JavaScript, if you got the basic understanding of it. </p>
<p>Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stacy</title>
		<link>http://www.name-generators.com/name-generators/how-to-make-name-generator.htm#comment-899</link>
		<dc:creator>Stacy</dc:creator>
		<pubDate>Thu, 03 Nov 2011 20:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.name-generators.com/?p=143#comment-899</guid>
		<description>This is very cool, but is there a way to actually have the people type in their names first and then click submit?</description>
		<content:encoded><![CDATA[<p>This is very cool, but is there a way to actually have the people type in their names first and then click submit?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niels</title>
		<link>http://www.name-generators.com/name-generators/how-to-make-name-generator.htm#comment-41</link>
		<dc:creator>Niels</dc:creator>
		<pubDate>Wed, 25 May 2011 09:18:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.name-generators.com/?p=143#comment-41</guid>
		<description>Thanks for getting back to me, Suzanne. :)

I&#039;m very thrilled that you could find your way through my name gen scripts. They are aimed at beginners, but you never know, how well it works out before some one has tried them and take the time to give some feedback.</description>
		<content:encoded><![CDATA[<p>Thanks for getting back to me, Suzanne. <img src='http://www.name-generators.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I&#8217;m very thrilled that you could find your way through my name gen scripts. They are aimed at beginners, but you never know, how well it works out before some one has tried them and take the time to give some feedback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suzanne</title>
		<link>http://www.name-generators.com/name-generators/how-to-make-name-generator.htm#comment-40</link>
		<dc:creator>Suzanne</dc:creator>
		<pubDate>Wed, 25 May 2011 06:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.name-generators.com/?p=143#comment-40</guid>
		<description>Thank you for getting back to me so quickly and for the compliment! I appreciate it. I was pretty proud of myself having figured that out by myself from your scripts. First time I&#039;ve ever done anything like that! Was fun.
Going to make another one soon as I add to the list for that one.</description>
		<content:encoded><![CDATA[<p>Thank you for getting back to me so quickly and for the compliment! I appreciate it. I was pretty proud of myself having figured that out by myself from your scripts. First time I&#8217;ve ever done anything like that! Was fun.<br />
Going to make another one soon as I add to the list for that one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niels</title>
		<link>http://www.name-generators.com/name-generators/how-to-make-name-generator.htm#comment-39</link>
		<dc:creator>Niels</dc:creator>
		<pubDate>Sat, 21 May 2011 09:23:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.name-generators.com/?p=143#comment-39</guid>
		<description>Hi Suzanne. 

Cool horse name generator you have made. :) 

Unfortunately there&#039;s no way you can hide your code and name arrays with a name generator coded in JavaScript. JavaScript is executed in the user browser and therefore all code, including the name arrays are loaded to the browser when you load the page.

There might be some way though you can obfuscate the arrays, but tech users will still be able to copy them. But I can&#039;t help on that subject, because I don&#039;t know much about it.  

If you wanna give out only a single name at the time you must make a server side programmed name generator. Eg in php, asp, .net etc. Just as easy to make, but much much slower to use because the is called every time the user wants to make a new name.</description>
		<content:encoded><![CDATA[<p>Hi Suzanne. </p>
<p>Cool horse name generator you have made. <img src='http://www.name-generators.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>Unfortunately there&#8217;s no way you can hide your code and name arrays with a name generator coded in JavaScript. JavaScript is executed in the user browser and therefore all code, including the name arrays are loaded to the browser when you load the page.</p>
<p>There might be some way though you can obfuscate the arrays, but tech users will still be able to copy them. But I can&#8217;t help on that subject, because I don&#8217;t know much about it.  </p>
<p>If you wanna give out only a single name at the time you must make a server side programmed name generator. Eg in php, asp, .net etc. Just as easy to make, but much much slower to use because the is called every time the user wants to make a new name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suzanne</title>
		<link>http://www.name-generators.com/name-generators/how-to-make-name-generator.htm#comment-38</link>
		<dc:creator>Suzanne</dc:creator>
		<pubDate>Fri, 20 May 2011 23:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.name-generators.com/?p=143#comment-38</guid>
		<description>Hi!
I used your script to name my own generator and I&#039;m very excited to publish it. Thank you! One question: How can I hide my name lists from the Right-Click/View Page Source clickers of the world? I work very hard to come up with unique names and would prefer they not be stolen all in one fail swoop.

Thank you so much! Please feel free to write a review on my generator (as you noted above)!</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I used your script to name my own generator and I&#8217;m very excited to publish it. Thank you! One question: How can I hide my name lists from the Right-Click/View Page Source clickers of the world? I work very hard to come up with unique names and would prefer they not be stolen all in one fail swoop.</p>
<p>Thank you so much! Please feel free to write a review on my generator (as you noted above)!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Save the names from the name generator in a list &#124; Name Generators Blog</title>
		<link>http://www.name-generators.com/name-generators/how-to-make-name-generator.htm#comment-37</link>
		<dc:creator>Save the names from the name generator in a list &#124; Name Generators Blog</dc:creator>
		<pubDate>Mon, 14 Mar 2011 10:24:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.name-generators.com/?p=143#comment-37</guid>
		<description>[...] you can see how you  Make a name generator.    Categories: Name generator stuff Tags: javascript, list, save        Comments (0) Trackbacks [...] </description>
		<content:encoded><![CDATA[<p>[...] you can see how you  Make a name generator.    Categories: Name generator stuff Tags: javascript, list, save        Comments (0) Trackbacks [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tina</title>
		<link>http://www.name-generators.com/name-generators/how-to-make-name-generator.htm#comment-36</link>
		<dc:creator>Tina</dc:creator>
		<pubDate>Mon, 28 Feb 2011 14:16:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.name-generators.com/?p=143#comment-36</guid>
		<description>Thanks Niels! Much appreciated.</description>
		<content:encoded><![CDATA[<p>Thanks Niels! Much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Niels</title>
		<link>http://www.name-generators.com/name-generators/how-to-make-name-generator.htm#comment-35</link>
		<dc:creator>Niels</dc:creator>
		<pubDate>Sun, 27 Feb 2011 09:38:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.name-generators.com/?p=143#comment-35</guid>
		<description>Hi Tina

Great idea. I&#039;ll make a short example of how to make a list with all the generated names in a simple way.

Unfortunately I&#039;m pretty busy right now, but it&#039;ll be my project for my March blog post. 

Stay tuned. It&#039;ll be up before the end of next month.</description>
		<content:encoded><![CDATA[<p>Hi Tina</p>
<p>Great idea. I&#8217;ll make a short example of how to make a list with all the generated names in a simple way.</p>
<p>Unfortunately I&#8217;m pretty busy right now, but it&#8217;ll be my project for my March blog post. </p>
<p>Stay tuned. It&#8217;ll be up before the end of next month.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tina</title>
		<link>http://www.name-generators.com/name-generators/how-to-make-name-generator.htm#comment-34</link>
		<dc:creator>Tina</dc:creator>
		<pubDate>Sun, 27 Feb 2011 09:26:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.name-generators.com/?p=143#comment-34</guid>
		<description>Helllo Neils

Thank you so much for this wonderful script!  I&#039;ve been searching for a while for a script that came with easy instructions.  The script is going to liven up my geofiction project.  However, I was wondering if you are willing to also share the how-to / code for creating the list of names from the generator?

-Tina</description>
		<content:encoded><![CDATA[<p>Helllo Neils</p>
<p>Thank you so much for this wonderful script!  I&#8217;ve been searching for a while for a script that came with easy instructions.  The script is going to liven up my geofiction project.  However, I was wondering if you are willing to also share the how-to / code for creating the list of names from the generator?</p>
<p>-Tina</p>
]]></content:encoded>
	</item>
</channel>
</rss>

