<?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: MAC Address Java Applet</title>
	<atom:link href="http://techdetails.agwego.com/2008/02/11/37/feed/" rel="self" type="application/rss+xml" />
	<link>http://techdetails.agwego.com/2008/02/11/37/</link>
	<description>Software this and that</description>
	<lastBuildDate>Fri, 05 Feb 2010 09:42:35 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ALwarrior</title>
		<link>http://techdetails.agwego.com/2008/02/11/37/comment-page-1/#comment-1205</link>
		<dc:creator>ALwarrior</dc:creator>
		<pubDate>Fri, 05 Feb 2010 09:42:35 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2008/02/11/37/#comment-1205</guid>
		<description>macs[ 0 ]; Contain Windows XP mac address.
macs[ 1 ]; Contain the first mac of Vista and Seven.

You can try this:

if(macs[ 0 ])mac_string += macs[ 0 ];
if(macs[ 1 ])mac_string += macs[ 1 ];

Then filter or import only first 17 characters...</description>
		<content:encoded><![CDATA[<p>macs[ 0 ]; Contain Windows XP mac address.<br />
macs[ 1 ]; Contain the first mac of Vista and Seven.</p>
<p>You can try this:</p>
<p>if(macs[ 0 ])mac_string += macs[ 0 ];<br />
if(macs[ 1 ])mac_string += macs[ 1 ];</p>
<p>Then filter or import only first 17 characters&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhodders</title>
		<link>http://techdetails.agwego.com/2008/02/11/37/comment-page-1/#comment-723</link>
		<dc:creator>Rhodders</dc:creator>
		<pubDate>Sun, 13 Dec 2009 03:27:15 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2008/02/11/37/#comment-723</guid>
		<description>Can someone also fix it so that it dosent come up with 00:00:00:00:00:00:00:e0 (Windows 7)</description>
		<content:encoded><![CDATA[<p>Can someone also fix it so that it dosent come up with 00:00:00:00:00:00:00:e0 (Windows 7)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhodders</title>
		<link>http://techdetails.agwego.com/2008/02/11/37/comment-page-1/#comment-722</link>
		<dc:creator>Rhodders</dc:creator>
		<pubDate>Sun, 13 Dec 2009 03:17:20 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2008/02/11/37/#comment-722</guid>
		<description>Can someone sort out the Get “first” MAC Address ” as mentioned in the above posts, and then post a link, it would be much appreciated by all</description>
		<content:encoded><![CDATA[<p>Can someone sort out the Get “first” MAC Address ” as mentioned in the above posts, and then post a link, it would be much appreciated by all</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pepe</title>
		<link>http://techdetails.agwego.com/2008/02/11/37/comment-page-1/#comment-698</link>
		<dc:creator>pepe</dc:creator>
		<pubDate>Thu, 10 Dec 2009 21:26:37 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2008/02/11/37/#comment-698</guid>
		<description>How I can modify the code for get the complete name adapter network?</description>
		<content:encoded><![CDATA[<p>How I can modify the code for get the complete name adapter network?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deny</title>
		<link>http://techdetails.agwego.com/2008/02/11/37/comment-page-1/#comment-31</link>
		<dc:creator>Deny</dc:creator>
		<pubDate>Sat, 01 Aug 2009 14:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2008/02/11/37/#comment-31</guid>
		<description>&lt;p&gt; Great applet but can someone fix code for Get &quot;first&quot; MAC Address &quot; because it does not display any result on Vista. Not with Firefox neither with IE. &lt;/p&gt; &lt;p&gt; Thanks &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p> Great applet but can someone fix code for Get &#8220;first&#8221; MAC Address &#8221; because it does not display any result on Vista. Not with Firefox neither with IE. </p>
<p> Thanks </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chuck</title>
		<link>http://techdetails.agwego.com/2008/02/11/37/comment-page-1/#comment-30</link>
		<dc:creator>Chuck</dc:creator>
		<pubDate>Wed, 06 May 2009 21:34:17 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2008/02/11/37/#comment-30</guid>
		<description>&lt;p&gt; Can this output to a vairable instead of a JavaScript alert? &lt;/p&gt; &lt;p&gt; I need a way to get a computer&#039;s IP Address, Hostname, and MAC Address so that I can place the contents of these items into a &quot;mailto&quot; tag so my LAN users can request access to blocked websites. This information would make it easy for them to request a webpage to be unblocked. This would need to work for Apple and Windows computers. &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p> Can this output to a vairable instead of a JavaScript alert? </p>
<p> I need a way to get a computer&#8217;s IP Address, Hostname, and MAC Address so that I can place the contents of these items into a &#8220;mailto&#8221; tag so my LAN users can request access to blocked websites. This information would make it easy for them to request a webpage to be unblocked. This would need to work for Apple and Windows computers. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aden Choe</title>
		<link>http://techdetails.agwego.com/2008/02/11/37/comment-page-1/#comment-29</link>
		<dc:creator>Aden Choe</dc:creator>
		<pubDate>Mon, 04 May 2009 08:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2008/02/11/37/#comment-29</guid>
		<description>&lt;p&gt; Hi! &lt;/p&gt; &lt;p&gt; &#160;Thank you for your applet. &lt;/p&gt; &lt;p&gt; But I have one question. The question is First mac address is just macaddress of&#160; localhost? &lt;/p&gt; &lt;p&gt; Please answer me. &lt;/p&gt; &lt;p&gt; Thank you. &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p> Hi! </p>
<p> &#160;Thank you for your applet. </p>
<p> But I have one question. The question is First mac address is just macaddress of&#160; localhost? </p>
<p> Please answer me. </p>
<p> Thank you. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rizwan</title>
		<link>http://techdetails.agwego.com/2008/02/11/37/comment-page-1/#comment-28</link>
		<dc:creator>Rizwan</dc:creator>
		<pubDate>Fri, 24 Apr 2009 04:09:11 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2008/02/11/37/#comment-28</guid>
		<description>&lt;p&gt; This applet works fine in XP OS but it doesnot work in vista. I tried the code that you have given for vista but still i dont get any MAC address. Can you help. Thanks in advance. &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p> This applet works fine in XP OS but it doesnot work in vista. I tried the code that you have given for vista but still i dont get any MAC address. Can you help. Thanks in advance. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gavin</title>
		<link>http://techdetails.agwego.com/2008/02/11/37/comment-page-1/#comment-27</link>
		<dc:creator>gavin</dc:creator>
		<pubDate>Wed, 11 Mar 2009 00:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2008/02/11/37/#comment-27</guid>
		<description>&lt;p&gt; I need something like this to work in OS X, what would you recommend? &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p> I need something like this to work in OS X, what would you recommend? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillermo</title>
		<link>http://techdetails.agwego.com/2008/02/11/37/comment-page-1/#comment-26</link>
		<dc:creator>Guillermo</dc:creator>
		<pubDate>Fri, 20 Feb 2009 20:03:35 +0000</pubDate>
		<guid isPermaLink="false">http://techdetails.agwego.com/2008/02/11/37/#comment-26</guid>
		<description>&lt;p&gt; the html don&#039;t work form me in IE7, but works fine in Firefox. IE7 says says that the errors are in these lines: &lt;/p&gt; &lt;p&gt; &#160;document.macaddressapplet.setSep( &quot;:&quot; ); &lt;br /&gt; &#160;document.macaddressapplet.setFormat( &quot;%02x&quot; ); &lt;br /&gt; &#160;var macs = eval( String( document.macaddressapplet.getMacAddressesJSON() ) ); &lt;/p&gt; &lt;p&gt; &#160;the message from IE7: the object don&#039;t accept this method &lt;/p&gt; &lt;p&gt; thanks for any help &lt;/p&gt;</description>
		<content:encoded><![CDATA[<p> the html don&#8217;t work form me in IE7, but works fine in Firefox. IE7 says says that the errors are in these lines: </p>
<p> &#160;document.macaddressapplet.setSep( &#8220;:&#8221; ); <br /> &#160;document.macaddressapplet.setFormat( &#8220;%02x&#8221; ); <br /> &#160;var macs = eval( String( document.macaddressapplet.getMacAddressesJSON() ) ); </p>
<p> &#160;the message from IE7: the object don&#8217;t accept this method </p>
<p> thanks for any help </p>
]]></content:encoded>
	</item>
</channel>
</rss>
