<?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/"
		xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>
<channel>
	<title>Blog.ChenHow.Net &#187; browser ping</title>
	<atom:link href="http://blog.chenhow.net/tag/browser-ping/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.chenhow.net</link>
	<description>Tech news, reviews, linux tips &#38; tricks, gadgets, foods and life experience sharing</description>
	<lastBuildDate>Wed, 21 Dec 2011 03:32:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<copyright>Copyright &#xA9; Blog.ChenHow.Net 2010 </copyright>
	<managingEditor>chenhow@chenhow.net (Blog.ChenHow.Net)</managingEditor>
	<webMaster>chenhow@chenhow.net (Blog.ChenHow.Net)</webMaster>
	<image>
		<url>http://blog.chenhow.net/wp-content/plugins/podpress/images/powered_by_podpress.jpg</url>
		<title>Blog.ChenHow.Net</title>
		<link>http://blog.chenhow.net</link>
		<width>144</width>
		<height>144</height>
	</image>
	<itunes:subtitle></itunes:subtitle>
	<itunes:summary>Tech news, reviews, linux tips &#38; tricks, gadgets, foods and life experience sharing</itunes:summary>
	<itunes:keywords></itunes:keywords>
	<itunes:category text="Society &#38; Culture" />
	<itunes:author>Blog.ChenHow.Net</itunes:author>
	<itunes:owner>
		<itunes:name>Blog.ChenHow.Net</itunes:name>
		<itunes:email>chenhow@chenhow.net</itunes:email>
	</itunes:owner>
	<itunes:block>no</itunes:block>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://blog.chenhow.net/wp-content/plugins/podpress/images/powered_by_podpress_large.jpg" />
		<item>
		<title>Use firefox browser to do ping and tracert</title>
		<link>http://blog.chenhow.net/2008/10/16/internet/use-firefox-browser-to-do-ping-and-tracert/</link>
		<comments>http://blog.chenhow.net/2008/10/16/internet/use-firefox-browser-to-do-ping-and-tracert/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 09:11:14 +0000</pubDate>
		<dc:creator>chenhow</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[browser ping]]></category>
		<guid isPermaLink="false">http://blog.chenhow.net/?p=348</guid>
		<description><![CDATA[The title says it all, you can run ping and traceroute in your internet browser. It&#8217;s can be handy for sys admin to do their troubleshooting without the need to open a terminal/command prompt. Steps 1. Open up your firefox browser. 2. Bookmark these 2 links and put a “ping” &#38; “tracert” keyword for each. [...]]]></description>
			<content:encoded><![CDATA[<p>The title says it all, you can run ping and traceroute in your internet browser. It&#8217;s can be handy for sys admin to do their troubleshooting without the need to open a terminal/command prompt.</p>
<p><strong>Steps</strong></p>
<p>1. Open up your firefox browser.</p>
<p>2. Bookmark these 2 links and put a “ping” &amp; “tracert” keyword for each.</p>
<blockquote><p>http://network-tools.com/default.asp?prog=ping&amp;host=%s </p>
<p>http://network-tools.com/default.asp?prog=trace&#038;host=%s</p>
</blockquote>
<p>3. To create a keyword for your bookmark,  if you are using firefox, hit &lt;Ctrl&gt; + &lt;B&gt; then search for the 2 URL&#8217;s that you have added just now. When you found it, right click and choose &#8220;<strong>Properties</strong>&#8221; on it and you will see something like this</p>
<p style="text-align: center;"><img class="aligncenter" title="bookmark" src="http://www.chenhow.net/images/Misc/network_tools_bookmark.png" alt="bookmark" width="372" height="333" /></p>
<p><br class="spacer_" /></p>
<p>5. After clicking <strong>&#8220;Properties&#8221;</strong>, a window will pop up and from there you can see there is a <strong>&#8220;Keyword&#8221; </strong>field. So just enter the keyword accordingly.</p>
<ul>
<li><strong>&#8220;ping&#8221; </strong>keyword for bookmark http://network-tools.com/default.asp?prog=ping&amp;host=%s</li>
<li><strong>&#8220;tracert&#8221; </strong>keyword for bookmark http://network-tools.com/default.asp?prog=trace&amp;host=%s</li>
</ul>
<p>Example:</p>
<p style="text-align: center;"><img class="aligncenter" title="ping" src="http://www.chenhow.net/images/Misc/ping.jpg" alt="ping" width="377" height="249" /></p>
<p>4. Ok, you are all set. Now try to type &#8220;ping www.google.com&#8221; or &#8220;tracert www.google.com&#8221; without the double quote on your browser URL address bar</p>
<p>Example:</p>
<p><img title="urlbar" src="http://www.chenhow.net/images/Misc/urlbar.jpg" alt="urlbar" width="285" height="35" /></p>
<p>5. See, the ping/tracert result is showing in the browser</p>
<p style="text-align: center;"><img class="aligncenter" title="result" src="http://www.chenhow.net/images/Misc/ping_result.jpg" alt="result" width="255" height="253" /></p>
<p><br class="spacer_" /></p>
<p>Quite handy isn&#8217;t it.</p>
<div  class="related_post_title">Related Posts</div><ul class="related_post"><li>No Related Posts</li></ul>]]></content:encoded>
			<wfw:commentRss>http://blog.chenhow.net/2008/10/16/internet/use-firefox-browser-to-do-ping-and-tracert/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
	</channel>
</rss>

