<?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>PEBOOM &#187; Internet Marketing</title>
	<atom:link href="http://peboom.com/category/internet-marketing/feed/" rel="self" type="application/rss+xml" />
	<link>http://peboom.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 Feb 2012 16:41:35 +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>Edit &#8220;hosts&#8221; file</title>
		<link>http://peboom.com/edit-hosts-file/</link>
		<comments>http://peboom.com/edit-hosts-file/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 15:06:27 +0000</pubDate>
		<dc:creator>peboom</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://peboom.com/?p=349</guid>
		<description><![CDATA[How to modify your host file If you are using WIN XP go to : Code: C:\WINDOWS\system32\drivers\etc if you are using WIN VISTA OR WIN 7 check this: Code: http://www.windows7.cc/windows7-faq/edit-hosts-file-in-windows-7-windows-vista/]]></description>
			<content:encoded><![CDATA[<div>
<div id="post_message_91099">
<blockquote><p>How to modify your host file</p>
<p><em>If you are using WIN XP</em></p>
<p>go to :</p>
<div>
<div>Code:</div>
<pre>C:\WINDOWS\system32\drivers\etc</pre>
</div>
<p><em>if you are using WIN VISTA OR WIN 7</em><br />
check this:</p>
<div>
<div>Code:</div>
<pre>http://www.windows7.cc/windows7-faq/edit-hosts-file-in-windows-7-windows-vista/</pre>
</div>
</blockquote>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://peboom.com/edit-hosts-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fake Name generator [Imacro]</title>
		<link>http://peboom.com/fake-name-generator-imacro/</link>
		<comments>http://peboom.com/fake-name-generator-imacro/#comments</comments>
		<pubDate>Sun, 10 Oct 2010 14:53:16 +0000</pubDate>
		<dc:creator>peboom</dc:creator>
				<category><![CDATA[Backlink]]></category>

		<guid isPermaLink="false">http://peboom.com/?p=346</guid>
		<description><![CDATA[iMacros &#8211; Fake Name Generator This will let you quickly generate tons of fake female names. All the results will match (i.e. the ZIP code matches the State and phone number area code). Code: SET !ERRORIGNORE YES SET !EXTRACT_TEST_POPUP NO FILTER TYPE=IMAGES STATUS=ON TAB T=1 URL GOTO=http://www.fakenamegenerator.com/gen-female-us-us.php TAG POS=1 TYPE=SPAN ATTR=CLASS:given-name EXTRACT=TXT TAG POS=1 TYPE=SPAN [...]]]></description>
			<content:encoded><![CDATA[<div>
<div id="post_message_150638">
<blockquote><p>iMacros &#8211; Fake Name Generator</p>
<p>This will let you quickly generate tons of fake female names. All the results will match (i.e. the ZIP code matches the State and phone number area code).</p>
<div>
<div>Code:</div>
<pre>SET !ERRORIGNORE YES
SET !EXTRACT_TEST_POPUP NO
FILTER TYPE=IMAGES STATUS=ON
TAB T=1
URL GOTO=http://www.fakenamegenerator.com/gen-female-us-us.php
TAG POS=1 TYPE=SPAN ATTR=CLASS:given-name EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:additional-name EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:family-name EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:street-address EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:locality EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:region EXTRACT=TXT
TAG POS=1 TYPE=SPAN ATTR=CLASS:postal-code EXTRACT=TXT
'password
TAG POS=1 TYPE=LI ATTR=TXT:Password*
TAG POS=R1 TYPE=LI ATTR=TXT:* EXTRACT=TXT
'phone number
TAG POS=R1 TYPE=SPAN ATTR=TXT:* EXTRACT=TXT
'mother's maiden name
TAG POS=R2 TYPE=LI ATTR=TXT:* EXTRACT=TXT
'birthday
TAG POS=R2 TYPE=LI ATTR=TXT:* EXTRACT=TXT
'SSN
TAG POS=R6 TYPE=LI ATTR=TXT:* EXTRACT=TXT
'job
TAG POS=R2 TYPE=LI ATTR=TXT:* EXTRACT=TXT
FILTER TYPE=IMAGES STATUS=OFF
SAVEAS TYPE=EXTRACT FOLDER=C:\ FILE=Women.csv</pre>
</div>
<p>NOTES:</p>
<p>1.  You will need to use the Play (Loop) button under where it says &#8220;Repeat Macro.&#8221;  I usually generate 10 at a time.</p>
<p>2.  This saves the results to a CSV file under C:\.  You can change the directory if you want.</p>
<p>3. If you are using this for Dating methods, you might want to run through the list of birth dates and change the year to 1993 (for 18-19 y/o girls) or another year. It generates a random age, and sometimes they are 70 years old.</p>
<p>4.  Use Excel or other spreadsheet program to open the file for easy data manipulation.</p>
<p>Name this iMacro as Women.iim if you want it to work with the bonus macro below&#8230;</p>
<p><span style="text-decoration: underline;"><strong>BONUS</strong></span></p>
<p>Javascript to quickly generate 10 names (or however many you want)</p>
<div>
<div>Code:</div>
<pre>var i
var ret

var i=0;
for (i=0;i&lt;=<span style="color: red;">9</span>;i++)
{
/* Run the Macro(s)  */
ret = iimPlay("Women")
}</pre>
</div>
<p>Bonus Notes:</p>
<p>1.  Save this code in a file named Women.j s (no space between j and s)</p>
<p>2. You can change the 9 to any number based on the number of names you need. For example, if you want 50 names, change 9 to 49. (That&#8217;s because javascript counts the 0 as the first result, so all the end numbers are one number less than what you need).</p>
<p>Hope you enjoy this one.</p>
<p>It&#8217;s very practical for combining with the Signup macros. Create 10 names and then sign them up automatically for yahoo, digg, facebook, twitter, etc.<br />
จีจีครับ ฮ่าๆๆ</p></blockquote>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://peboom.com/fake-name-generator-imacro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domain Mapping คืออะไร</title>
		<link>http://peboom.com/domain-mapping-%e0%b8%84%e0%b8%b7%e0%b8%ad%e0%b8%ad%e0%b8%b0%e0%b9%84%e0%b8%a3/</link>
		<comments>http://peboom.com/domain-mapping-%e0%b8%84%e0%b8%b7%e0%b8%ad%e0%b8%ad%e0%b8%b0%e0%b9%84%e0%b8%a3/#comments</comments>
		<pubDate>Fri, 08 Oct 2010 10:33:45 +0000</pubDate>
		<dc:creator>peboom</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://peboom.com/?p=339</guid>
		<description><![CDATA[Domain Mapping คือการนำเอาชื่อเว็บไซด์เรา โยงเข้าสู่โฮสที่คนละ URL กัน เหมือนที่เราใช้โฮสของ WordPress.com บล๊อกฟรีอยู่ แล้วเราก็ซื้อโดเมนใหม่มา ต้องการจะเอาโดเมนเรา โยงไปยังบล๊อกเก่าใน บล๊อกเก่าของเรานั่นเองครับ การทำ Domain Mapping มีหลากหลายวิธีมากขึ้นอยู่กับ โฮสที่เราเลือกใช้อยู่นั่นเองครับ]]></description>
			<content:encoded><![CDATA[<p>Domain Mapping คือการนำเอาชื่อเว็บไซด์เรา โยงเข้าสู่โฮสที่คนละ URL กัน</p>
<p>เหมือนที่เราใช้โฮสของ WordPress.com บล๊อกฟรีอยู่ แล้วเราก็ซื้อโดเมนใหม่มา ต้องการจะเอาโดเมนเรา โยงไปยังบล๊อกเก่าใน บล๊อกเก่าของเรานั่นเองครับ การทำ Domain Mapping มีหลากหลายวิธีมากขึ้นอยู่กับ โฮสที่เราเลือกใช้อยู่นั่นเองครับ</p>
]]></content:encoded>
			<wfw:commentRss>http://peboom.com/domain-mapping-%e0%b8%84%e0%b8%b7%e0%b8%ad%e0%b8%ad%e0%b8%b0%e0%b9%84%e0%b8%a3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

