<?xml version="1.0" encoding="utf-8"?>
				<!-- generator="e107" -->
				<!-- content type="Forum / topic" -->
				<rss  version="2.0">
				<channel>
				<title>8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes : Forum / topic</title>
				<link>http://www.8051projects.net/</link>
				<description>Learn to make simple microcontroller projects, pic, 8051, avr and arm projects. download 8051 projects, tutorials, libraries, sample codes. join the microcontroller discussion forum and ask doubts regarding electronics. the best source for 8051 over internet.</description>

<language>en-gb</language>
				<copyright>2008 Rickey's World</copyright>
				<managingEditor>contact@nospam.com (Ajay Bhargav)</managingEditor>
				<webMaster>contact@nospam.com (Ajay Bhargav)</webMaster>
				<pubDate>Thu, 08 Jan 2009 20:11:59 -0800</pubDate>
				<lastBuildDate>Thu, 08 Jan 2009 20:11:59 -0800</lastBuildDate>
				<docs>http://backend.userland.com/rss</docs>
				<generator>e107 (http://e107.org)</generator>
				<ttl>60</ttl>
				<textInput>
				<title>Search</title>
				<description>Search 8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes</description>
				<name>query</name>
				<link>http://www.8051projects.net/search.php</link>
				</textInput>
						<item>
						<title>Link to map only?</title>
<link>http://www.8051projects.net/forum-t6176.html</link>
<description><![CDATA[Is there a page I can make a link to that will show just the map with user locations? I know it shows under a list of users but if you have hundreds of users that can get to  be a long list]]></description>
<pubDate>Sun, 24 Feb 2008 12:34:02 -0800</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t6176.html</guid>
</item>
						<item>
						<title>Re: Link to map only?</title>
<link>http://www.8051projects.net/forum-t6176.html</link>
<description><![CDATA[use <div style='text-align:center;'>
	<table style='width:98%' class='fborder'><tr>
	<td class='forumheader'>Members Map</td></tr>
	<tr><td class='forumheader3'><div id='map' style='width:100%; height:400px'></div></td></tr>
	</table></div> shortcode in a custom file. it will show you all users on a world map. I think that is what you wanted...]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Mon, 25 Feb 2008 10:25:52 -0800</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t6176.html</guid>
</item>
						<item>
						<title>Re: Link to map only?</title>
<link>http://www.8051projects.net/forum-t6176.html</link>
<description><![CDATA[Pardon me ahead of hand for being an e107 newbie.<br />I tried calling the shortcode map.sc following the basic directions I found on e107.org for making a custom page with enabled shortcode, but I don't seem to be able to get it to process the shortcode. I am not sure what I am doing wrong.<br /><br />Is there an example I could reverse engineer so I can learn this stuff?<br /><br />I want to add a site link for a user map showing all the pins.<br />the user location profile maps work great so far.<br /><br />thanks<br />]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Mon, 03 Mar 2008 11:47:14 -0800</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t6176.html</guid>
</item>
						<item>
						<title>Re: Link to map only?</title>
<link>http://www.8051projects.net/forum-t6176.html</link>
<description><![CDATA[The <div style='text-align:center;'>
	<table style='width:98%' class='fborder'><tr>
	<td class='forumheader'>Members Map</td></tr>
	<tr><td class='forumheader3'><div id='map' style='width:100%; height:400px'></div></td></tr>
	</table></div> shortcode does seem to do something in a custom page... But, all that gets displayed in the page is a blank table with the title "Members Map".<br /><br />Has anyone got this work yet?]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Thu, 06 Mar 2008 05:29:55 -0800</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t6176.html</guid>
</item>
						<item>
						<title>Re: Link to map only?</title>
<link>http://www.8051projects.net/forum-t6176.html</link>
<description><![CDATA[i forget to tell there is one more thing need to be added in that custom page..<br /><br />a java script code..<br />let say your custom page name is abc.php<br /><br />so open e_meta.php from mapme plugin folder..<br />add this part of code at the end..<br /><br /><div class='code_box'>CODE:</div><div class='code_highlight' style='unicode-bidi: embed; direction: ltr'><div class="php" style="font-family: monospace;"><span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>e_PAGE == abc.php<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">$footer_js</span><span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#93;</span>= <span style="color: #ff0000;">&quot;http://maps.google.com/maps?file=api&v=2&key=&quot;</span>.<span style="color: #0000ff;">$pref</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'mapme_key'</span><span style="color: #66cc66;">&#93;</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">$footer_js</span><span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#93;</span>= e_PLUGIN.<span style="color: #ff0000;">&quot;mapme/mapjs.php&quot;</span>;<br /><span style="color: #66cc66;">&#125;</span><br />&nbsp;</div></div><br /><br />Please test it and tell me <img src='http://www.8051projects.net/e107_images/emotes/yahoo/1.gif' alt='' style='vertical-align:middle; border:0' />]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Thu, 06 Mar 2008 07:13:38 -0800</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t6176.html</guid>
</item>
						<item>
						<title>Re: Link to map only?</title>
<link>http://www.8051projects.net/forum-t6176.html</link>
<description><![CDATA[I tried this fix, and it caused my e017 website to parse error on every page!   <img src='http://www.8051projects.net/e107_images/emotes/yahoo/2.gif' alt='' style='vertical-align:middle; border:0' />  <br /><br />Scared me silly and I undid the change in about 2 seconds and all is  now well. I didn't look at the error code long enough to provide any other details - sorry.<br /><br />The file name I used had a "?" in it. Like:  page.php?35<br /><br />I don't know if that was the problem. But, I'm not going to repeat that test again to find out.<br /><br />Any other suggestions??]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Fri, 07 Mar 2008 08:11:38 -0800</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t6176.html</guid>
</item>
						<item>
						<title>Re: Link to map only?</title>
<link>http://www.8051projects.net/forum-t6176.html</link>
<description><![CDATA[I am on traveling right now and so couldn't do any test of changes i suggested.<br /><br />Also i don't think there is a need of link to map only.. members page is enough for this. and i have posted code to move the user map to the top area of members page.<br /><br />here is what i wrote:<br /><div class='quote_top'>Rickey wrote ...</div><div class='quote'>for those who what member map at the top... do this hack!! - this hack will be an added in the next version of Map me!<br />open e_meta.php in mapme folder in e107 plugins folder...<br /><br />there you find..<br /><div class='code_box'>CODE:</div><div class='code_highlight' style='unicode-bidi: embed; direction: ltr'><div class="php" style="font-family: monospace;"><span style="color: #0000ff;">$USER_SHORT_TEMPLATE_END</span> .=<span style="color: #ff0000;">&quot;<div style='text-align:center;'>
	<table style='width:98%' class='fborder'><tr>
	<td class='forumheader'>Members Map</td></tr>
	<tr><td class='forumheader3'><div id='map' style='width:100%; height:400px'></div></td></tr>
	</table></div>&quot;</span>;<br />&nbsp;</div></div><br /><br />change it to...<br /><div class='code_box'>CODE:</div><div class='code_highlight' style='unicode-bidi: embed; direction: ltr'><div class="php" style="font-family: monospace;"><span style="color: #0000ff;">$USER_SHORT_TEMPLATE_START</span> =<span style="color: #ff0000;">&quot;<div style='text-align:center;'>
	<table style='width:98%' class='fborder'><tr>
	<td class='forumheader'>Members Map</td></tr>
	<tr><td class='forumheader3'><div id='map' style='width:100%; height:400px'></div></td></tr>
	</table></div>&quot;</span>.<span style="color: #0000ff;">$USER_SHORT_TEMPLATE_START</span>;<br />&nbsp;</div></div><br /><br />member map will move to top... </div><br /><br />2dopey already tested everything...]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Fri, 07 Mar 2008 21:01:30 -0800</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t6176.html</guid>
</item>
						<item>
						<title>Re: Link to map only?</title>
<link>http://www.8051projects.net/forum-t6176.html</link>
<description><![CDATA[Regarding your example code for the stand alone page:<br /><br />You left out some important  " " ....<br /><br />Your example:<br /><div class='code_box'>CODE:</div><div class='code_highlight' style='unicode-bidi: embed; direction: ltr'><div class="php" style="font-family: monospace;"><span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>e_PAGE == abc.php<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">$footer_js</span><span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#93;</span>= <span style="color: #ff0000;">&quot;http://maps.google.com/maps?file=api&amp;v=2&amp;key=&quot;</span>.<span style="color: #0000ff;">$pref</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'mapme_key'</span><span style="color: #66cc66;">&#93;</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">$footer_js</span><span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#93;</span>= e_PLUGIN.<span style="color: #ff0000;">&quot;mapme/mapjs.php&quot;</span>;<br /><span style="color: #66cc66;">&#125;</span></div></div><br /><br />Should be:<br /><div class='code_box'>CODE:</div><div class='code_highlight' style='unicode-bidi: embed; direction: ltr'><div class="php" style="font-family: monospace;"><span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>e_PAGE == <span style="color: #ff0000;">&quot;abc.php&quot;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">$footer_js</span><span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#93;</span>= <span style="color: #ff0000;">&quot;http://maps.google.com/maps?file=api&amp;v=2&amp;key=&quot;</span>.<span style="color: #0000ff;">$pref</span><span style="color: #66cc66;">&#91;</span><span style="color: #ff0000;">'mapme_key'</span><span style="color: #66cc66;">&#93;</span>;<br />&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0000ff;">$footer_js</span><span style="color: #66cc66;">&#91;</span><span style="color: #66cc66;">&#93;</span>= e_PLUGIN.<span style="color: #ff0000;">&quot;mapme/mapjs.php&quot;</span>;<br /><span style="color: #66cc66;">&#125;</span></div></div><br /><br />That fixes the parse error. But, it did not have any effect on displaying the members map on a custom page.<br /><br />I disagree that there is no need, or use for, a stand alone members map page. I'd really like to have one. But, if that's not possible, your fix to move it to the top of the user list page is nice to have - thanks.]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Sat, 08 Mar 2008 05:07:53 -0800</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t6176.html</guid>
</item>
						<item>
						<title>Re: Link to map only?</title>
<link>http://www.8051projects.net/forum-t6176.html</link>
<description><![CDATA[Maybe in next version i make it a stand alone page <img src='http://www.8051projects.net/e107_images/emotes/yahoo/4.gif' alt='' style='vertical-align:middle; border:0' /> <br />my idea was just to have all members to be displayed on one map. and i thought its better to have it on members page. But maybe people want to have it separate so i will work out on it. And have to work on some small bugs <img src='http://www.8051projects.net/e107_images/emotes/yahoo/1.gif' alt='' style='vertical-align:middle; border:0' /> <br />Hope i will get enough time.]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Sun, 09 Mar 2008 11:47:46 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t6176.html</guid>
</item>
						<item>
						<title>Re: Link to map only?</title>
<link>http://www.8051projects.net/forum-t6176.html</link>
<description><![CDATA[hardly getting time from busy work! will surely be starting with it..<br />there are things to be done.. <img src='http://www.8051projects.net/e107_images/emotes/yahoo/2.gif' alt='' style='vertical-align:middle; border:0' />]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Thu, 17 Apr 2008 05:38:25 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t6176.html</guid>
</item>
						<item>
						<title>Re: Link to map only?</title>
<link>http://www.8051projects.net/forum-t6176.html</link>
<description><![CDATA[Hi,<br /><br />any news available?<br /><br />]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Thu, 17 Apr 2008 00:08:15 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t6176.html</guid>
</item>
						<item>
						<title>Re: Link to map only?</title>
<link>http://www.8051projects.net/forum-t6176.html</link>
<description><![CDATA[in hopeful expectation <img src='http://www.8051projects.net/e107_images/emotes/yahoo/1.gif' alt='' style='vertical-align:middle; border:0' />]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Wed, 23 Apr 2008 23:49:13 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t6176.html</guid>
</item>
						<item>
						<title>Re: Link to map only?</title>
<link>http://www.8051projects.net/forum-t6176.html</link>
<description><![CDATA[hi, <br /><br />any news available?<br /><br />]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Wed, 02 Jul 2008 02:28:26 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t6176.html</guid>
</item>
						<item>
						<title>Re: Link to map only?</title>
<link>http://www.8051projects.net/forum-t6176.html</link>
<description><![CDATA[In the next version is there any way you can add an admin area where we can add the points for the users if we want?]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Wed, 03 Sep 2008 14:18:17 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t6176.html</guid>
</item>
						<item>
						<title>Re: Link to map only?</title>
<link>http://www.8051projects.net/forum-t6176.html</link>
<description><![CDATA[hy there,<br /><br />any good news about a new version of mapme with standalone support?<br /><br />my problem is - i've installed the "alternate profiles 0.3" plugin in my e107 website - so i didn't use the user.php page from e107.<br />the new path of my memberwebsite is eg. : http://www.yourpage.de/e107_plugins/alternate_profiles/newuser.php<br /><br />i've tested the previous written hints to change the location of mapme - but it doesn't work...<br />has anyone some ideas?<br /><br />thx cen]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Thu, 25 Sep 2008 01:57:11 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t6176.html</guid>
</item>
						<item>
						<title>Re: Link to map only?</title>
<link>http://www.8051projects.net/forum-t6176.html</link>
<description><![CDATA[i have already made a standalone usermap <br />http://www.8051projects.net/plugins/mapme/map.php<br /><br />But did not get time to update..]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Tue, 07 Oct 2008 06:30:59 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t6176.html</guid>
</item>
						<item>
						<title>Re: Link to map only?</title>
<link>http://www.8051projects.net/forum-t6176.html</link>
<description><![CDATA[See this post for a standalone map page:<br /><br /><a class='bbcode' href='http://www.8051projects.net/forum-t9126.html' rel='external'  target='_blank'>http://www.8051projects.net/forum-t9126.html</a><br />]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Tue, 07 Oct 2008 03:28:24 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t6176.html</guid>
</item>
				</channel>
				</rss>