<?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>Blog Teknisoft</title>
	<atom:link href="http://blog.teknisoft.net/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.teknisoft.net</link>
	<description>Resources Development Pages</description>
	<lastBuildDate>Thu, 04 Aug 2011 16:20:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.7.5</generator>
	<item>
		<title>How to create a website using the services of a hosting company</title>
		<link>http://blog.teknisoft.net/2011.08/how-to-create-a-website-using-the-services-of-a-hosting-company.html</link>
		<comments>http://blog.teknisoft.net/2011.08/how-to-create-a-website-using-the-services-of-a-hosting-company.html#respond</comments>
		<pubDate>Thu, 04 Aug 2011 15:02:58 +0000</pubDate>
		<dc:creator><![CDATA[Teknisoft Network]]></dc:creator>
				<category><![CDATA[Articles]]></category>

		<guid isPermaLink="false">http://blog.teknisoft.net/?p=225</guid>
		<description><![CDATA[There are several things to be aware and prepared when you are intending to have a website or blog, things have to be prepared is set up domain names, server hosting, website content and promotion. Domain is the name of the website, such as yahoo.com, google.com, etc. While Hosting is a place to store files [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>There are several things to be aware and prepared when you are intending to have a website or blog, things have to be prepared is set up domain names, server hosting, website content and promotion. Domain is the name of the website, such as yahoo.com, google.com, etc. While Hosting is a place to store files on the internet. If likened to a house, then the home address is the domain, and the homes are hosting. We first register the domain that you want, such as yourdomain.com. After that we need Web Hosting after we have a domain.<span id="more-225"></span></p>
<p>&nbsp;</p>
<p>For those of you who do not have your own server you can still create a website that is using the Web Services Host who provides a website on the Internet where we live, one of which you can use web hosting services from <a href="http://www.webhostingsites.com/hostgator.html">hostgator</a> or <a href="http://www.webhostingsites.com/webhostinghub.html">webhostinghub</a>, or you can read some reviews from the <a href="http://www.webhostingsites.com/">web hosting sites</a> that review on the 10 best providers of web hosting service. That&#8217;s much cheaper than we buy our own web servers and not have to hire technicians to our server maintenance. Web Hosting Companies provide equipment Hardware, Software, Bandwidth, Data Center and technical services we need without having our own doing.</p>
<p>&nbsp;</p>
<p>Next we prepare the content and design that we wish to use to build our website. The design that we create can use certain software to use macromedia dreamweaver or fireworks depending on our will. We can also collect the materials that you will fit on the Internet in the form of text, pictures / images or sound. Text files &amp; pictures will be accessible to Internet users. Once the website so we can not leave it alone without our memanajenya our website. The one way is to promote our website in the world of the Internet itself. One of the most important and proven effective is to exchange banner and register it on the search engine on the internet</p>
<p>&nbsp;</p>
<p>We should analyze our website the results of any developments in the internet world. How do visitors each day whether to increase or even otherwise, how it impacts our business is experiencing gains or losses for the sake of analysis we have optimal website as we get up.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.teknisoft.net/2011.08/how-to-create-a-website-using-the-services-of-a-hosting-company.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clear CMOS Without Abstracting Battery</title>
		<link>http://blog.teknisoft.net/2009.07/clear-cmos-without-abstracting-battery.html</link>
		<comments>http://blog.teknisoft.net/2009.07/clear-cmos-without-abstracting-battery.html#respond</comments>
		<pubDate>Wed, 29 Jul 2009 15:51:27 +0000</pubDate>
		<dc:creator><![CDATA[Teknisoft Network]]></dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[Battery]]></category>
		<category><![CDATA[CMOS]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[Motherboard]]></category>
		<category><![CDATA[RAM]]></category>

		<guid isPermaLink="false">http://www.teknisoft.org/2007/05/20/clear-cmos-withoutaabstracting-battery/</guid>
		<description><![CDATA[The below debug routine will clear CMOS, BIOS, Passwords, Settings, Viruses, and other items residing in the CMOS. During this process you may get returned characters which are an indication that the string has gone in, if you by chance get ERROR ensure that you have typed the line in correctly, if not retype. Ensure [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>The below debug routine will clear CMOS, BIOS, Passwords, Settings, Viruses, and           other items residing in the CMOS. During this process you may get returned characters           which are an indication that the string has gone in, if you by chance get ERROR ensure           that you have typed the line in correctly, if not retype. Ensure that you do not skip any           lines, that it is ALL typed in correctly to help prevent problems. Before running this           Debug routine also ensure that you have read the above disclaimer.<span id="more-23"></span></p>
<p>After typing debug you will get &#8220;-&#8221; which is were you can           begin by typing A and pressing enter.</p>
<p>A <strong>&lt;ENTER&gt;</strong><br />
MOV AX,0 <strong>&lt;ENTER&gt; </strong><br />
MOV AX,CX <strong>&lt;ENTER&gt;</strong><br />
OUT 70,AL <strong>&lt;ENTER&gt;</strong><br />
MOV AX,0 <strong>&lt;ENTER&gt;</strong><br />
OUT 71,AL <strong>&lt;ENTER&gt;</strong><br />
INC CX <strong>&lt;ENTER&gt; </strong><br />
CMP CX,100 <strong>&lt;ENTER&gt; </strong><br />
JB 103 <strong>&lt;ENTER&gt; </strong><br />
INT 20 <strong>&lt;ENTER&gt; </strong><br />
<strong>&lt;ENTER&gt;</strong> Note: <em>Nothing is typed on this line </em><br />
G <strong>&lt;ENTER&gt;</strong> <em>By pressing G this will execute the above script,           ensure you have read and agree to the above disclaimer.</em><br />
Q <strong>&lt;ENTER&gt;</strong></p>
<p>Then reboot and you will get a Setup Checksum Error. Go into setup, correct all the           incorrect values, time, date&#8230;</p>
<p>Taken From : http://www.computerhope.com</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.teknisoft.net/2009.07/clear-cmos-without-abstracting-battery.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password saved with the sheet Paper</title>
		<link>http://blog.teknisoft.net/2009.07/password-saved-with-the-sheet-paper.html</link>
		<comments>http://blog.teknisoft.net/2009.07/password-saved-with-the-sheet-paper.html#comments</comments>
		<pubDate>Wed, 29 Jul 2009 11:27:11 +0000</pubDate>
		<dc:creator><![CDATA[Teknisoft Network]]></dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.teknisoft.net/?p=152</guid>
		<description><![CDATA[Start from Facebook, email and online bank account passwords to access them. So that the password is not so weak point, see them with the tips sheet paper. Tips from detikINET following advice from the official company blog antivirus and computer security, F-Secure, on Wednesday (27/5/2009): 1. Write the password on the sheet of paper [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-153" title="security" src="http://blog.teknisoft.net/wp-content/uploads/2009/05/security.jpg" alt="security" width="135" height="96" />Start from Facebook, email and online bank account passwords to access them. So that the password is not so weak point, see them with the tips sheet paper.<br />
Tips from detikINET following advice from the official company blog antivirus and computer security, F-Secure, on Wednesday (27/5/2009):</p>
<p>1. Write the password on the sheet of paper<br />
2. Only a write password, and do not only with e-mail address or other<br />
3. Do not paste the paper on the monitor, close down the computer or keyboard<br />
4. Save paper in the wallet along with the important things, such as credit cards, ATM cards and identity cards</p>
<p>However, before doing three things at the top, follow the first way to create a secure password. Once the safe-up to this password can only be written on the sheet of paper. <span id="more-152"></span><br />
1. Select the initial three characters that relate directly to the site, such as&#8217; I &#8216;to Yahoo or&#8217; fbk &#8216;for Facebook.<br />
2. Use differences in capital letters on the initial three characters, such as&#8217; yah &#8216;or&#8217; I &#8216;<br />
3. Use random numbers for the next series, for example&#8217;6879 &#8216;<br />
4. Write the three characters and the beginning of a series of random numbers on the paper secaraik<br />
5. Add three random characters that are not written &#8211; but remember well the withdrawal for the ATM PIN number &#8211; for example &#8216;@ m3&#8217;<br />
6. Three random characters that could be placed in the front, middle or back<br />
7. If you follow the above example, the password it will be: &#8216;yAh6879 @ m3&#8217; or &#8216;@ m3yAh6879&#8217; or &#8216;@ yah m36879&#8217; is written on the paper only secarik &#8216;yAh6879&#8217;</p>
<p>Security of the above method is the three characters are not written. While the password is written to help remember the unique password with random characters.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.teknisoft.net/2009.07/password-saved-with-the-sheet-paper.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefox 3.5 RC2</title>
		<link>http://blog.teknisoft.net/2009.07/firefox-3-5-rc2.html</link>
		<comments>http://blog.teknisoft.net/2009.07/firefox-3-5-rc2.html#respond</comments>
		<pubDate>Mon, 27 Jul 2009 21:30:54 +0000</pubDate>
		<dc:creator><![CDATA[Teknisoft Network]]></dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.teknisoft.net/?p=170</guid>
		<description><![CDATA[Mozilla recently released Firefox 3.5 RC 2, which can be downloaded in the Firefox site. RC 2 is a version of Firefox 3.5 that lets users browse faster and more stable than version betanya. Firefox 3.5 has a significant change in terms of speed of access, he said that up to two times from the [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-171" title="firefox-3.5-rc2" src="http://blog.teknisoft.net/wp-content/uploads/2009/06/firefox-3.5-rc2.jpg" alt="firefox-3.5-rc2" width="150" height="150" />Mozilla recently released <a href="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.5rc2/" target="_blank">Firefox 3.5 RC 2</a>, which can be downloaded in the Firefox site. RC 2 is a version of Firefox 3.5 that lets users browse faster and more stable than version betanya.<br />
Firefox 3.5 has a significant change in terms of speed of access, he said that up to two times from the previous version.</p>
<p>Here are some significant changes,</p>
<p>&#8211; Browse more private<br />
Like some other new browsers, RC2 offers a feature that more private browsing. In this mode Firefox will not save anything, such as history, cookies, usernames or passwords.<br />
Unlike incognito mode in Google Chrome, or InPrivate in IE 8, Firefox 3.5 does not give any indication of when a user run this mode.<br />
<span id="more-170"></span><br />
&#8211; Firefox can &#8216;forget&#8217;<br />
Do not be a first meeting, which referred to forget here is delete the history, but without the subfoldernya. Suppose a user www.teknisoft.net history, history will be erased, but Firefox still save the subfolder of teknisoft eg, www.teknisoft.net/project.</p>
<p>&#8211; Tab the better<br />
Tab in Firefox 3.5 will work better. Besides the user can move the tab on the toolbar, they can also drag n drop the tab in the Firefox window the other.</p>
<p>Actually this feature does not feel special. Section of the Chrome and Safari, this feature is already there first.</p>
<p>&#8211; The &#8216;text is missing&#8217;<br />
Firefox 3.5 designed to restore the &#8216;missing any posts. For example when a user write a comment on the news and not deliberately detikinet to click back, it usually happens that their page will be lost because the page changes to the previous session.</p>
<p>Well, now Firefox can still &#8216;considering&#8217; this, so when users click-forward again, which was written the previous comment is not lost.<br />
Firefox claims that version 3.5 is eight times faster in the 3.0 version of JavaScript. Besides the addition to the features and performance, integration Firefox 3.5 with Ogg Theora video, a technology that is the latest web format.</p>
<p>Learn More Wait attendance final version.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.teknisoft.net/2009.07/firefox-3-5-rc2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FlashDrive 128 GB, All in All Files</title>
		<link>http://blog.teknisoft.net/2009.06/flashdrive-128-gb-all-in-all-files.html</link>
		<comments>http://blog.teknisoft.net/2009.06/flashdrive-128-gb-all-in-all-files.html#respond</comments>
		<pubDate>Tue, 23 Jun 2009 07:51:29 +0000</pubDate>
		<dc:creator><![CDATA[Teknisoft Network]]></dc:creator>
				<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://blog.teknisoft.net/?p=177</guid>
		<description><![CDATA[Kingston Technology Company released peranti USB Flash drive 128 GB. The memory capacity of the product in the Data Traveler 200 is claimed as the first manufacturer in the world. According to Nathan Su, Flash Memory Sales Director Asia Pacific Kingston, with the capacity of the collection of all music, photos, video, and other database [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-178" title="kingston" src="http://blog.teknisoft.net/wp-content/uploads/2009/06/kingston.jpg" alt="kingston" width="150" height="150" />Kingston Technology Company released peranti USB Flash drive 128 GB. The memory capacity of the product in the Data Traveler 200 is claimed as the first manufacturer in the world. According to Nathan Su, Flash Memory Sales Director Asia Pacific Kingston, with the capacity of the collection of all music, photos, video, and other database we can easily fit in your pocket.<br />
<span id="more-177"></span><br />
&#8220;It is a very important for consumers requires a normal room with a capacity to carry large files database,&#8221;  in the caption.<br />
In addition to having large capacity, flash disks also have the protection of security so that data can be important in quite safe when taken. &#8220;Secure password once to help in data security and does not need the admin rights,&#8221; continued Nathan.<br />
Kingston DataTraveler 200 is deliberately designed without a close (capless) in order to protect the USB connector when not in use, or when enhanced for Windows ReadyBoost. This unit is also available in capacity of 32 GB and 64 GB</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.teknisoft.net/2009.06/flashdrive-128-gb-all-in-all-files.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Be careful &#8216;terror&#8217; in the PDF File BlackBerry</title>
		<link>http://blog.teknisoft.net/2009.06/be-careful-terror-in-the-pdf-file-blackberry.html</link>
		<comments>http://blog.teknisoft.net/2009.06/be-careful-terror-in-the-pdf-file-blackberry.html#respond</comments>
		<pubDate>Tue, 02 Jun 2009 17:32:48 +0000</pubDate>
		<dc:creator><![CDATA[Teknisoft Network]]></dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.teknisoft.net/?p=160</guid>
		<description><![CDATA[Jakarta &#8211; Research In Motion (Rim) warn about the existence of a bug in the BlackBerry Enterprise Server and BlackBerry Professional Software. Bug can be used to turn off the server, or run a malicious program. Reportedly, the bug is the component of the PDF file attachment on the BlackBerry service. According to the rim, [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Jakarta &#8211; Research In Motion (Rim) warn about the existence of a bug in the BlackBerry Enterprise Server and BlackBerry Professional Software. Bug can be used to turn off the server, or run a malicious program. Reportedly, the bug is the component of the PDF file attachment on the BlackBerry service. According to the rim, a few months last component has been attacked three PDF types of bugs. The rim did not give a clear picture about the security detail was slit. But they say the bug is located in the component PDF files. When you open the attachment on the BlackBerry, the bug can kill the server or run malicious code on the hosting service. <span id="more-160"></span></p>
<p>Quoted detikINET from Zdnet, on Monday (1/06/2009), according to the security of Secunia, the bug has been located at the &#8216;highly critical&#8217;, or highly critical. Rim parties acknowledge there is a bug in the BlackBerry Enterprise Server versions 4.1.3 through 5.0, and the BlackBerry Professional Software version 4.1.4. To overcome the &#8216;terror&#8217;, the rim has been providing temporary patch that can be used to slit menambal security is</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.teknisoft.net/2009.06/be-careful-terror-in-the-pdf-file-blackberry.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fraud Tips talisman on Facebook</title>
		<link>http://blog.teknisoft.net/2009.06/fraud-tips-talisman-on-facebook.html</link>
		<comments>http://blog.teknisoft.net/2009.06/fraud-tips-talisman-on-facebook.html#respond</comments>
		<pubDate>Tue, 02 Jun 2009 17:29:59 +0000</pubDate>
		<dc:creator><![CDATA[Teknisoft Network]]></dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blog.teknisoft.net/?p=158</guid>
		<description><![CDATA[Attacks phishing (online fraud) through the Facebook craze. Internet security vendor Kaspersky Lab reveals that malicious code is spread through social networking sites is 10 times more effective menginfeksi, compared with the distribution of malware via email. &#8220;Phishing indirection can successfully pretend to be something that was initially visible for legal fishing victim. Stay alert [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Attacks phishing (online fraud) through the Facebook craze. Internet security vendor Kaspersky Lab reveals that malicious code is spread through social networking sites is 10 times more effective menginfeksi, compared with the distribution of malware via email. &#8220;Phishing indirection can successfully pretend to be something that was initially visible for legal fishing victim. Stay alert and take appropriate preventive action is the key to not enter into their trap,&#8221; said David Emm, a member of the Research and Analysis of Global Kaspersky Lab.<br />
<span id="more-158"></span><br />
To overcome these phishing attacks, see tips from Kaspersky powerful, which cited information from the authorized detikINET, Friday (22/5/2009):<br />
1. For sites such as Facebook, create a bookmark to the login page, or typing the URL directly in the browser address bar.<br />
2. Do not click the link in the email message.<br />
3. Only typing confidential data on the website is secure.<br />
4. Check your bank accounts regularly and report anything suspicious to your bank.<br />
5. Search giveaway signs of phishing email: if it is not intended for personal to you, if you are not the only recipient of the email, if there are spelling errors, grammar or bad syntax or stiffness in the use of other languages.<br />
6. Installing security software for the Internet and keep updating anti-virus.<br />
7. Install the security patch.<br />
8. Alert to email and instant messages that are not requested.<br />
9. Be careful when the login request Administrator rights.<br />
10. Back up your data.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.teknisoft.net/2009.06/fraud-tips-talisman-on-facebook.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Attrib command to the wrong folder Unhidden Virus</title>
		<link>http://blog.teknisoft.net/2009.05/attrib-command-to-the-wrong-folder-unhidden-virus.html</link>
		<comments>http://blog.teknisoft.net/2009.05/attrib-command-to-the-wrong-folder-unhidden-virus.html#comments</comments>
		<pubDate>Thu, 28 May 2009 22:55:07 +0000</pubDate>
		<dc:creator><![CDATA[Teknisoft Network]]></dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.teknisoft.net/?p=139</guid>
		<description><![CDATA[Have you experienced flash disk the contents of important files infected viruses. Although the PC in the house already has anti-virus, which is always on the update every day another problem appears, when the &#8220;scan&#8221; files that are stored in a folder directly on the &#8220;delete&#8221; by the anti virus. Oops, vanish all important files [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-140" title="folder" src="http://blog.teknisoft.net/wp-content/uploads/2009/05/folder.jpg" alt="folder" width="111" height="111" />Have you experienced flash disk the contents of important files infected viruses. Although the PC in the house already has anti-virus, which is always on the update every day another problem appears, when the &#8220;scan&#8221; files that are stored in a folder directly on the &#8220;delete&#8221; by the anti virus. Oops, vanish all important files &#8230; Strangely, the files are not stored in the folder is still intact. More and more bizarre, the remaining space in the Flash Disk is not in accordance with the amount of the remaining files?<br />
<span id="more-139"></span>The possibility that the folder &#8220;deleted before&#8221; there is still a hidden condition. There is no other way except to unhidden folders that. How?</p>
<p>* From &#8220;Start Menu&#8221;, enable the &#8220;Run&#8221; and type &#8220;cmd&#8221;.<br />
* The move to Flash Disk drive, eg in the D:<br />
* Type &#8220;attrib-r-s-h / s / d&#8221;<br />
* Wait until the process is complete</p>
<p>Check in Windows Explorer folders hidden earlier appear again.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.teknisoft.net/2009.05/attrib-command-to-the-wrong-folder-unhidden-virus.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Messenger Multi-Login in Google Talk</title>
		<link>http://blog.teknisoft.net/2009.05/messenger-multi-login-in-google-talk.html</link>
		<comments>http://blog.teknisoft.net/2009.05/messenger-multi-login-in-google-talk.html#respond</comments>
		<pubDate>Mon, 18 May 2009 12:54:34 +0000</pubDate>
		<dc:creator><![CDATA[Teknisoft Network]]></dc:creator>
				<category><![CDATA[Product]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Google Talk]]></category>

		<guid isPermaLink="false">http://blog.teknisoft.net/?p=130</guid>
		<description><![CDATA[If you frequently use chat yahoo, most probably already heard the Multi Login Di Yahoo Messenger, nach to tip this time is not on the yahoo multi login again, but multi-login message in Google Talk, an instant messaging service to communicate with Google. Google Talk allows users who have e-mail account on Google to communicate [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><img class="alignleft" title="Google Talk" src="http://dedekurniadi.web.id/wp-content/uploads/2008/08/googletalk2.gif" alt="" width="138" height="199" />If you frequently use chat yahoo, most probably already heard the Multi Login Di Yahoo Messenger, nach to tip this time is not on the yahoo multi login again, but multi-login message in Google Talk, an instant messaging service to communicate with Google.<br />
Google Talk allows users who have e-mail account on Google to communicate with each other via the internet. At Google Talk, you can login to more than one Google Talk account simultaneously. Very easy to do, follow the 4 steps below:<span id="more-130"></span></p>
<ol>
<li>Create a Google Talk shortcut on your desktop. To create a shortcut, I right-click on the Google Talk messenger application and select Send To -&gt; Desktop (create shortcut).</li>
<li>Right click on the Google Talk icon and select Properties.</li>
<li>Change the location in the Target, the first target &#8220;C: \ Program Files \ Google \ Google Talk \ googletalk.exe&#8221; / startmenu &#8220;to&#8221; C: \ Program Files \ Google \ Google Talk \ googletalk.exe &#8220;/ nomutex.</li>
<li>Click Ok.</li>
</ol>
<p>Now you can enable some of Google Talk messenger services simultaneously. adan try and please do not forget to install the first chat application Google</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.teknisoft.net/2009.05/messenger-multi-login-in-google-talk.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase Traffic and PageRank with Web Site Submission</title>
		<link>http://blog.teknisoft.net/2009.05/increase-traffic-and-pagerank-with-web-site-submission.html</link>
		<comments>http://blog.teknisoft.net/2009.05/increase-traffic-and-pagerank-with-web-site-submission.html#comments</comments>
		<pubDate>Sat, 16 May 2009 06:29:46 +0000</pubDate>
		<dc:creator><![CDATA[Teknisoft Network]]></dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://blog.teknisoft.net/?p=120</guid>
		<description><![CDATA[Technorati ProfileStill remember with any posts on my previous Tip Increase PageRank and Alexa Traffic Blog, if you have not read, please read first, in any posts is that there are points to improve the alexa traffic and PageRank with one submit url blog / website alias address our submission to the website have on [&#8230;]]]></description>
				<content:encoded><![CDATA[<p><a href="http://technorati.com/claim/tmv49yhexw" rel="me">Technorati Profile</a><a href="http://dedekurniadi.web.id/wp-content/uploads/2009/05/search_engine_submission-150x150.gif" onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer; width: 150px; height: 150px;" src="http://dedekurniadi.web.id/wp-content/uploads/2009/05/search_engine_submission-150x150.gif" border="0" alt="" /></a>Still remember with any posts on my previous <a href="http://seo.teknisoft.net/2009/05/tip-increase-pagerank-and-alexa-traffic.html">Tip Increase PageRank and Alexa Traffic Blog</a>, if you have not read, please read first, in any posts is that there are points to improve the alexa traffic and PageRank with one submit url blog / website alias address our submission to the website have on the internet, so that faster terindex in the search engine. whether to enter a URL to the Website Submission can menggenjot blog traffic and PageRank? answered yes, because a site will be more popular if more laying other sites that link that leads to the site, with the assumption that the content / site content is more useful from the content / content of other sites.<a href="http://technorati.com/claim/tmv49yhexw" rel="me">Technorati Profile</a></p>
<p>If you blog or website does not quite have the new one you can use the web site submission, the following list of web site submission you can use, but do not<span id="more-120"></span> remember the web address mensubmit the same repeated in the same time, because that will cause the webiste our input is considered spam, so eventually the Ban:</p>
<p>Register Web Site Submission</p>
<p>&#8211; Google.co.id/addurl<br />
&#8211; Abacho.co.uk<br />
&#8211; Abacho.com<br />
&#8211; Abacho.es<br />
&#8211; Abacho.fr<br />
&#8211; Abacho.it<br />
&#8211; Abacho.se<br />
&#8211; Acoon.com<br />
&#8211; AcrossCan.com<br />
&#8211; AdmCity.com<br />
&#8211; Ahot.dk<br />
&#8211; Amfibi.com<br />
&#8211; Amidalla.de<br />
&#8211; Anazitisis.gr<br />
&#8211; Anoox.com<br />
&#8211; Aonde.com<br />
&#8211; AUSearchEngine.com<br />
&#8211; Blue.lu<br />
&#8211; Boitho.com<br />
&#8211; Bots.Souany.com<br />
&#8211; Burf.com<br />
&#8211; Business-Inc.net<br />
&#8211; CanadianContent.net<br />
&#8211; CAWebSearch.com<br />
&#8211; Cipinet.com<br />
&#8211; Claymont.com<br />
&#8211; CoolFishy.com<br />
&#8211; Cuil.com<br />
&#8211; DinoSearch.com<br />
&#8211; EnterUK.co.uk<br />
&#8211; EntireWeb.com<br />
&#8211; Eudip.com<br />
&#8211; Evisum.com<br />
&#8211; Exalead.com<br />
&#8211; Exalead.de<br />
&#8211; Exalead.fr<br />
&#8211; FastBot.de<br />
&#8211; FindOnce.co.uk<br />
&#8211; FyberSearch.com<br />
&#8211; GhetoSearch.com<br />
&#8211; Google.com<br />
&#8211; Google.nl<br />
&#8211; Google.se<br />
&#8211; Gooru.pl<br />
&#8211; Iconnic.com<br />
&#8211; InfoTiger.com<br />
&#8211; IntelSeek.com<br />
&#8211; Jayde.com<br />
&#8211; JBA<br />
&#8211; Jyxo.cz<br />
&#8211; LimeSearch.co.uk<br />
&#8211; Megaglobe.com<br />
&#8211; Megaglobe.com DE<br />
&#8211; NetSearchAustralia.com<br />
&#8211; OfficialSearch.com<br />
&#8211; OneKey.com<br />
&#8211; Onkosh.com<br />
&#8211; Scoop.Evansville.net<br />
&#8211; ScrubTheWeb.com<br />
&#8211; Search.Beamed.com<br />
&#8211; Search4More.com<br />
&#8211; SearchEngine.com DE<br />
&#8211; SearchEngine.com FR<br />
&#8211; SearchEngine.com NL<br />
&#8211; SearchEngine.com UK<br />
&#8211; Search-o-rama.com<br />
&#8211; SearchWho.com<br />
&#8211; SearchZA.com<br />
&#8211; SentenceSeek.com<br />
&#8211; SonicRun.com<br />
&#8211; Szigg.net<br />
&#8211; Szukacz.pl<br />
&#8211; Uwad.com<br />
&#8211; WalHello.com<br />
&#8211; WebSquash.com</p>
<p><span class="fullpost">Indonesian Reader please read : <a href="http://dedekurniadi.web.id/2009/05/13/genjot-trafik-dan-pagerank-dengan-web-site-submission/">Genjot Trafik dan Pagerank dengan Web Site Submission</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.teknisoft.net/2009.05/increase-traffic-and-pagerank-with-web-site-submission.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 2.082 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2017-07-11 14:06:54 -->

<!-- Compression = gzip -->