<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Webmaster-Talk.com - Coding Forum</title>
		<link>http://www.webmaster-talk.com/</link>
		<description>Coding forum for all OTHER languages or scripting discussions.</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 00:33:21 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://img.webmaster-talk.com/bluesky/vb_img/misc/rss.jpg</url>
			<title>Webmaster-Talk.com - Coding Forum</title>
			<link>http://www.webmaster-talk.com/</link>
		</image>
		<item>
			<title>Custom Markup?</title>
			<link>http://www.webmaster-talk.com/coding-forum/192086-custom-markup.html</link>
			<pubDate>Fri, 20 Nov 2009 22:23:41 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I've created a form which allows user input.  However, it grabs any < and > and replaces them with &gt; and &lt;, making it tougher to hack.  But I...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I've created a form which allows user input.  However, it grabs any &lt; and &gt; and replaces them with &amp;gt; and &amp;lt;, making it tougher to hack.  But I still want users to have access to <b>bold text</b> or <i>italic text</i>.<br />
<br />
I've thought about preg_matching everything between two tags, for example, everything between *bold* and */bold* will be bold, and everything between *italic and */italic* will be italic.  But that takes time, greatly adding to the loading time of the pages.<br />
<br />
I don't care about an extra second, but about 5 seconds is too much.  Is there a faster way to do this?<br />
<br />
Thanks,<br />
<br />
-PG</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>Physicsguy</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/192086-custom-markup.html</guid>
		</item>
		<item>
			<title>Possible for this scenerio?</title>
			<link>http://www.webmaster-talk.com/coding-forum/192081-possible-for-this-scenerio.html</link>
			<pubDate>Fri, 20 Nov 2009 21:14:42 GMT</pubDate>
			<description>Suppose I wanted to sell advertising space on my site, could it be possible to charge for a position based on the amount they paid?  
 
Another...</description>
			<content:encoded><![CDATA[<div>Suppose I wanted to sell advertising space on my site, could it be possible to charge for a position based on the amount they paid? <br />
<br />
Another words, you visit the site, select the image you want to upload (form), then you would go to the paypal website to submit a payment amount of your choice (right from the form) then the ad would be placed accordingly on the site. Meaning that the ads are sorted based on the amount that was paid, higher priced ads on 'homepage' cheaper prices on higher pages into the site. <br />
<br />
-- Or-- <br />
<br />
would I have to do the placement manually? I never looked into other scripts for this purpose as I am thinking this would be a new idea.<br />
<br />
Thanks, and I am awaiting replies!<br />
-Brian</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>Brian07002</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/192081-possible-for-this-scenerio.html</guid>
		</item>
		<item>
			<title><![CDATA[Website with 2 Languages (Eng & Arabic)]]></title>
			<link>http://www.webmaster-talk.com/coding-forum/192074-website-with-2-languages-eng-arabic.html</link>
			<pubDate>Fri, 20 Nov 2009 17:44:28 GMT</pubDate>
			<description>hi peeps. how do you create a web site with 2 languages?  
 
i am a web designer and knows nothing about programming. if programming is the answer...</description>
			<content:encoded><![CDATA[<div>hi peeps. how do you create a web site with 2 languages? <br />
<br />
i am a web designer and knows nothing about programming. if programming is the answer which i assume is, i'm sure i can find a way to work around it or hire someone who can work with me if i have an idea how it is being done.<br />
<br />
thanks in advance for any input.<br />
<br />
iv</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>ivjavier</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/192074-website-with-2-languages-eng-arabic.html</guid>
		</item>
		<item>
			<title>Creating a searchable list</title>
			<link>http://www.webmaster-talk.com/coding-forum/191985-creating-a-searchable-list.html</link>
			<pubDate>Thu, 19 Nov 2009 13:06:09 GMT</pubDate>
			<description>I have to create a searchable list on a web page. The list is of 400 locations and there status eg; 
 
Dublin 44 
Paris 66 
London 77 
 
The the...</description>
			<content:encoded><![CDATA[<div>I have to create a searchable list on a web page. The list is of 400 locations and there status eg;<br />
<br />
Dublin 44<br />
Paris 66<br />
London 77<br />
<br />
The the query would be;<br />
<br />
dublin = Dublin 44<br />
or <br />
Tokyo = no entry for tokyo <br />
<br />
What's the best way to do this?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>uber_grizzly</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/191985-creating-a-searchable-list.html</guid>
		</item>
		<item>
			<title><![CDATA[How To Hide Something (PHP-Like), but PHP doesn't work!]]></title>
			<link>http://www.webmaster-talk.com/coding-forum/191953-how-hide-something-php-like-but.html</link>
			<pubDate>Thu, 19 Nov 2009 01:15:45 GMT</pubDate>
			<description><![CDATA[Hello again, 
 
I've made a text file, and in with all the information is a password.  It's easy to find, if you know where to look, so I'd like to...]]></description>
			<content:encoded><![CDATA[<div>Hello again,<br />
<br />
I've made a text file, and in with all the information is a password.  It's easy to find, if you know where to look, so I'd like to be able to hide it.  Here's my text file:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">***Stuff I need to hide***Just some Information|</code><hr />
</div>Now, I have my script to echo everything to the page.  It needs to do that, otherwise my other scripts won't work.<br />
<br />
How can I just output &quot;Just some Information&quot; minus the ***Stuff I need to hide***?<br />
<br />
I've thought, just echo everything after the second find of &quot;***&quot;, but I need to have it there, just invisible.<br />
<br />
I've also tried this:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;?php $hiddenstuff = &quot;Stuff I need to hide&quot;; ?&gt;Just some Information|</code><hr />
</div>But when you view the source, you can see in it &quot;&lt;?php $hiddenstuff = &quot;Stuff I need to hide&quot;; ?&gt;Just some Information&quot;.<br />
<br />
So I need a way for it to echo to the page, but not be visible to either the page or the source...?<br />
<br />
How can I do this?  It's stumped me for about 10 minutes...</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>Physicsguy</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/191953-how-hide-something-php-like-but.html</guid>
		</item>
		<item>
			<title>Need primer in FLV editing</title>
			<link>http://www.webmaster-talk.com/coding-forum/191876-need-primer-in-flv-editing.html</link>
			<pubDate>Tue, 17 Nov 2009 20:45:58 GMT</pubDate>
			<description>I have a quick edit I need to do to a FLV file, but have no editing tool at present. I could download the Flash trial, or I could get a free Flash...</description>
			<content:encoded><![CDATA[<div>I have a quick edit I need to do to a FLV file, but have no editing tool at present. I could download the Flash trial, or I could get a free Flash editing tool. What do you recommend? <br />
 <br />
And what would be the absolute fastest way to get up to speed on this?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>jagdriver</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/191876-need-primer-in-flv-editing.html</guid>
		</item>
		<item>
			<title>Meta or CSS First?</title>
			<link>http://www.webmaster-talk.com/coding-forum/191722-meta-or-css-first.html</link>
			<pubDate>Sun, 15 Nov 2009 13:54:57 GMT</pubDate>
			<description>In a basic web page is there a specific order scrips should be listed? 
 
Would it make a difference in SEO if I listed Meta Tags first instead of...</description>
			<content:encoded><![CDATA[<div>In a basic web page is there a specific order scrips should be listed?<br />
<br />
Would it make a difference in SEO if I listed Meta Tags first instead of CSS?<br />
<br />
Is listing Meta then CSS and web standard?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>DynamicFlooder</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/191722-meta-or-css-first.html</guid>
		</item>
		<item>
			<title>FLASH problems in Safari</title>
			<link>http://www.webmaster-talk.com/coding-forum/191674-flash-problems-in-safari.html</link>
			<pubDate>Sat, 14 Nov 2009 16:59:09 GMT</pubDate>
			<description><![CDATA[Hi 
  
I'm doing a website that runs pretty well into mozilla, explorer 7 and opera. 
  
But I change my explorer to version 8. The menu intems now...]]></description>
			<content:encoded><![CDATA[<div>Hi<br />
 <br />
I'm doing a website that runs pretty well into mozilla, explorer 7 and opera.<br />
 <br />
But I change my explorer to version 8. The menu intems now they appear one on top of another instead of showing horizontally acroo the all page.<br />
 <br />
Also on the Safari, the sub items of the menu do not open onvtop of a flash movie , like it happens in mozilla and opera.<br />
 <br />
Still anothet situation is one flash movie that has background transparency, it is ok in Mozilla, Opera and explorar, but it gives-me whit backgrond on safari.<br />
 <br />
Can somebody help here?<br />
 <br />
Thnks</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>josil</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/191674-flash-problems-in-safari.html</guid>
		</item>
		<item>
			<title>Insert an image</title>
			<link>http://www.webmaster-talk.com/coding-forum/191356-insert-an-image.html</link>
			<pubDate>Tue, 10 Nov 2009 16:16:40 GMT</pubDate>
			<description>Hai all,I am a new member in this forum,I need a complete html code(A-Z)for making a webpage, in this page there is an image which located in...</description>
			<content:encoded><![CDATA[<div>Hai all,I am a new member in this forum,I need a complete html code(A-Z)for making a webpage, in this page there is an image which located in ftpwt.com(ftp server).The image is automatically uploading from a webcam with specific time interval(10seconds).Now I want to view that image from my page.If I insert image in webpage by giving path(username:password@ftpwt.com)it is not secured one,is there any way to getting that upadated image from page.Please provide complete html code(code can copy to notepad and save It as a htmlpage) because my knowledge is too low to understand complicated code.Any one can help me that would be much much appreciated.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>firozap07</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/191356-insert-an-image.html</guid>
		</item>
		<item>
			<title>Is it ethical...</title>
			<link>http://www.webmaster-talk.com/coding-forum/191149-is-it-ethical.html</link>
			<pubDate>Sat, 07 Nov 2009 20:58:41 GMT</pubDate>
			<description><![CDATA[I have a customer that wants me to make their website more "pretty". Essentially, they are asking me to redesign their site. It's one of those online...]]></description>
			<content:encoded><![CDATA[<div>I have a customer that wants me to make their website more &quot;pretty&quot;. Essentially, they are asking me to redesign their site. It's one of those online store websites, that runs on a shopping cart system. <br />
<br />
I've never seen or heard of the script they are running, and really don't want to work around it. I don't know if it allows for easy design integration, so I've told my customer that I'll be building them a whole new website - and that they'll have to re-enter all product information manually. What I plan on doing is picking up a good shopping cart script (I've seen some very nice commercial ones around), and basically create them a template of their liking for it. <br />
<br />
For this, I'm charging $350.00. Is it right for me to do so?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>andrei155</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/191149-is-it-ethical.html</guid>
		</item>
		<item>
			<title>Webservice request xml</title>
			<link>http://www.webmaster-talk.com/coding-forum/191033-webservice-request-xml.html</link>
			<pubDate>Fri, 06 Nov 2009 12:02:22 GMT</pubDate>
			<description>Hi All,  
 
I have a question about webserve,  
I have this example here ...</description>
			<content:encoded><![CDATA[<div>Hi All, <br />
<br />
I have a question about webserve, <br />
I have this example here <br />
<a href="http://www.w3schools.com/webservices/tempconvert.asmx?op=FahrenheitToCelsius" target="_blank">http://www.w3schools.com/webservices...nheitToCelsius</a><br />
<br />
My question:<br />
Can anyone tell me how to receive the xml answer that is being displayed in the browser in my source code as string? (so that i can parse and extract the response value). <br />
<br />
the result is fine but my problem is that  how can i make use of it as it only displays in the browser?<br />
<br />
thanx</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>tropic</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/191033-webservice-request-xml.html</guid>
		</item>
		<item>
			<title>mailing harvester thing</title>
			<link>http://www.webmaster-talk.com/coding-forum/190773-mailing-harvester-thing.html</link>
			<pubDate>Tue, 03 Nov 2009 19:05:16 GMT</pubDate>
			<description>Not sure if this is the right spot, but on my website when someone sends in an inquiry it comes with an email. Then I have to physically take that...</description>
			<content:encoded><![CDATA[<div>Not sure if this is the right spot, but on my website when someone sends in an inquiry it comes with an email. Then I have to physically take that email address and copy and paste it into a file, and it sucks! haha. Is there something I can do or use to where it takes that email and puts into a file for me? <br />
<br />
Thanks,<br />
<br />
Brian</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>bdg1115</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/190773-mailing-harvester-thing.html</guid>
		</item>
		<item>
			<title>How can I hide an Affiliate links in ebook ( pdf format )</title>
			<link>http://www.webmaster-talk.com/coding-forum/190441-how-can-i-hide-affiliate-links.html</link>
			<pubDate>Fri, 30 Oct 2009 14:55:17 GMT</pubDate>
			<description>Hello All, 
  
I am now writing an ebook in PDF format and emded it with affiliate links so how can i hide affiliate links to make my commissions...</description>
			<content:encoded><![CDATA[<div>Hello All,<br />
 <br />
I am now writing an ebook in PDF format and emded it with affiliate links so how can i hide affiliate links to make my commissions more secure ?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>tameem</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/190441-how-can-i-hide-affiliate-links.html</guid>
		</item>
		<item>
			<title>server.mappath(path)in vb.net</title>
			<link>http://www.webmaster-talk.com/coding-forum/190403-server-mappath-path-in-vb-net.html</link>
			<pubDate>Fri, 30 Oct 2009 07:59:28 GMT</pubDate>
			<description><![CDATA[Dim path As String 
        path = "test.bat" 
        Dim sw As System.IO.StreamWriter 
        Dim fi As System.IO.FileInfo  
        fi = New...]]></description>
			<content:encoded><![CDATA[<div>Dim path As String<br />
        path = &quot;test.bat&quot;<br />
        Dim sw As System.IO.StreamWriter<br />
        Dim fi As System.IO.FileInfo <br />
        fi = New System.IO.FileInfo(Server.MapPath(path))<br />
        sw = fi.CreateText()<br />
        'The List Of Operations you want to execute.<br />
        sw.WriteLine(&quot;cd c:\\&quot;)<br />
        sw.WriteLine(&quot;md c:\\dummy&quot;)<br />
        sw.WriteLine(&quot;cd dummy&quot;)<br />
        sw.WriteLine(&quot;C:\\winJavaCoverage\\bin\\javacovera  ge -F c:\\test.java&quot;)<br />
        sw.WriteLine(&quot;javac Pack\\Test.java&quot;)<br />
        sw.WriteLine(&quot;java Pack\\Test&quot;)<br />
        sw.Close()<br />
 <br />
 <br />
pls help me.when i use thid code in my vb.net form it shows server.mappath is not declared.m not geting how to do that.please help me its so urgent</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>kokila1986</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/190403-server-mappath-path-in-vb-net.html</guid>
		</item>
		<item>
			<title>What is it you guys like so much about Java?</title>
			<link>http://www.webmaster-talk.com/coding-forum/190306-what-you-guys-like-so-much.html</link>
			<pubDate>Thu, 29 Oct 2009 02:48:18 GMT</pubDate>
			<description>either by itself, or as compared to other languages?</description>
			<content:encoded><![CDATA[<div>either by itself, or as compared to other languages?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>Lashtal</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/190306-what-you-guys-like-so-much.html</guid>
		</item>
		<item>
			<title><![CDATA[How to get my excel spread sheet with formula's onto my site?]]></title>
			<link>http://www.webmaster-talk.com/coding-forum/190300-how-get-my-excel-spread-sheet.html</link>
			<pubDate>Wed, 28 Oct 2009 22:19:22 GMT</pubDate>
			<description>I have an excel spreadsheet that I want on my site.  I would like for people to insert their numbers and it will formulate the answers.  I have the...</description>
			<content:encoded><![CDATA[<div>I have an excel spreadsheet that I want on my site.  I would like for people to insert their numbers and it will formulate the answers.  I have the spread sheet with the formula's so everything works fine on my end?<br />
<br />
How do I get this on my site?  Is there a wordpress plugin that will do this?  Or will I need someone to program or code this?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>seothomas</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/190300-how-get-my-excel-spread-sheet.html</guid>
		</item>
		<item>
			<title>Help with administrator tools</title>
			<link>http://www.webmaster-talk.com/coding-forum/190207-help-with-administrator-tools.html</link>
			<pubDate>Tue, 27 Oct 2009 20:09:00 GMT</pubDate>
			<description><![CDATA[I am not so professional so if I'm not using the right terminology or posting in the correct forum please forgive me. Thanks in advance to whoever...]]></description>
			<content:encoded><![CDATA[<div>I am not so professional so if I'm not using the right terminology or posting in the correct forum please forgive me. Thanks in advance to whoever offers help.<br />
<br />
I need to build website for a friend's company. He needs a simple informational website, it doesn't need shopping cart/checkout or anything complicated. The main purpose is to list products that they manufacture for customers to view. Afterward they order via telephone/fax.<br />
<br />
Where it gets complicated is that of course the business owner will need to update the site. I need a program where he can log in with username/password, obviously something secure. Preferably the admin should be able to create new users. The main function is to add products. There will be a menu on the side of the website linking to a separate page for each product category (they have a lot of products). The trick is that he wants to be able to edit the order of how the products appear (i.e. not necessarily should they be in order of newest/oldest or a-z).<br />
He also wants to have the ability to change the order of the product categories on the main menu.<br />
<br />
The other questions I have should be fairly easy. How do I create forms and leave control to him of where they are sent to (in others words he can change the e-mail address).<br />
<br />
How can I install an efficient product search engine for the page (not those cheap kinds that bring you to a new, different-looking site for the results).<br />
<br />
I would also like to create a nice flash banner for eye-candy. Does anyone know of a good site where I can do this easily for cheap or free?<br />
<br />
I would like to note that I am not a programmer. I know html and css, and I have enough brains to learn new tricks with a little playing around. What I need to know is where I can find already-existing software that can do these functions, and how do I upload/install it. Thanks again in advance for any help.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>moshe770</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/190207-help-with-administrator-tools.html</guid>
		</item>
		<item>
			<title>How can I protect my affiliate link</title>
			<link>http://www.webmaster-talk.com/coding-forum/190199-how-can-i-protect-my-affiliate.html</link>
			<pubDate>Tue, 27 Oct 2009 19:25:14 GMT</pubDate>
			<description>Hello All, 
  
I am now writing free PDF ebook and i want to put some affiliates links so how can i protect links ?</description>
			<content:encoded><![CDATA[<div>Hello All,<br />
 <br />
I am now writing free PDF ebook and i want to put some affiliates links so how can i protect links ?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>tameem</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/190199-how-can-i-protect-my-affiliate.html</guid>
		</item>
		<item>
			<title>creating a computer language</title>
			<link>http://www.webmaster-talk.com/coding-forum/190119-creating-a-computer-language.html</link>
			<pubDate>Tue, 27 Oct 2009 00:57:52 GMT</pubDate>
			<description><![CDATA[what do you need to know in order to do it? 
 
[sorry if this sounds like a stupid question, lol]]]></description>
			<content:encoded><![CDATA[<div>what do you need to know in order to do it?<br />
<br />
[sorry if this sounds like a stupid question, lol]</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>Lashtal</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/190119-creating-a-computer-language.html</guid>
		</item>
		<item>
			<title>Put a map access by train on a website</title>
			<link>http://www.webmaster-talk.com/coding-forum/190068-put-a-map-access-train-website.html</link>
			<pubDate>Mon, 26 Oct 2009 09:05:35 GMT</pubDate>
			<description><![CDATA[Hello, 
 
I'm the webmaster of a school, and I need to create the "Map access" page, that's the page where we tell you how to go to the school, by...]]></description>
			<content:encoded><![CDATA[<div><div align="left">Hello,<br />
<br />
I'm the webmaster of a school, and I need to create the &quot;Map access&quot; page, that's the page where we tell you how to go to the school, by car, by train and by plane. I've already done the &quot;by car&quot; part, I inserted a google map frame (i have a Google API key) which calculates the trip from any position in the world to the school, perfect.<br />
<br />
Now I want to create an interactive page for the &quot;by train&quot; part. Basically, what I want is that the users enter their location in a text box, and that it shows which train/subway to take to come to the nearest station from the school (i know the name of the station of course).<br />
I thought it was possible to do it with Google maps (there's an Iphone app which does it I think), but I have no idea how to do it on a website, so I need your help.<br />
<br />
Another idea is to make a link to transilien.com (I live in France, and this is THE website for traveling by train). Go to  <a href="http://www.transilien.com/web/site" target="_blank">http://www.transilien.com/web/site</a>, type anything in the first textbox (say &quot;PARIS  - GARE DE L'EST&quot;) and anything in the seconde textbox (for example &quot;PARIS - GARE DU NORD&quot;). Then click on the green &quot;Trouver&quot; button, and it will show you different trips to go from the starting to the finishing point, it's great. What I want, is that the visitors type their location <u>on the school's website</u>, and click on a button which will bring them to a transilien.com page and show them the ways to come to the school by train. Can anybody help me?<br />
<br />
Thanks a lot.<br />
</div></div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>Kurt Gödel</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/190068-put-a-map-access-train-website.html</guid>
		</item>
		<item>
			<title>Hit counter ?!</title>
			<link>http://www.webmaster-talk.com/coding-forum/190012-hit-counter.html</link>
			<pubDate>Sun, 25 Oct 2009 12:24:39 GMT</pubDate>
			<description>I have a travel web site...just realized. 
By Google I have 5-6 unique visits, 20 all visits per day... 
By Awstat I have 15-19 unique, 50 all visits...</description>
			<content:encoded><![CDATA[<div>I have a travel web site...just realized.<br />
By Google I have 5-6 unique visits, 20 all visits per day...<br />
By Awstat I have 15-19 unique, 50 all visits per day...<br />
By Webalizer I have 40-45 unique , 100 all visits per day...<br />
<br />
I do not ask which is real..but I installed a hit counter on 11:00 today (CGI script from my cPanel fantastico)...to get a real time monitoring of visits...<br />
I know bad things about that <br />
<br />
BUT my hit counter now (13:25) displays 259 visits/openings (20-25 is mine) but its alot more that what stat programs are saying...<br />
<br />
Its a huge difference....I want to know why?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>shile</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/190012-hit-counter.html</guid>
		</item>
		<item>
			<title>Simple Flash question</title>
			<link>http://www.webmaster-talk.com/coding-forum/189896-simple-flash-question.html</link>
			<pubDate>Fri, 23 Oct 2009 13:49:34 GMT</pubDate>
			<description><![CDATA[I probably should know this, but I cant for life of me remember, so I'm calling on you lot. 
 
In my flash movie I have a movie clip on frame 1, I...]]></description>
			<content:encoded><![CDATA[<div>I probably should know this, but I cant for life of me remember, so I'm calling on you lot.<br />
<br />
In my flash movie I have a movie clip on frame 1, I want it to play that movie clip, then at the end move onto frame 2, but I cant seem to get it to do that.<br />
<br />
I thought it was as simple as sticking _root.gotoAndPlay(2) on the end frame in the movieclip, but it doesnt like it.<br />
<br />
Any one shed any light on where Im going wrong?<br />
<br />
Thanks.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>b0881</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/189896-simple-flash-question.html</guid>
		</item>
		<item>
			<title>YouTube playlist embeddable player: How to add search box?</title>
			<link>http://www.webmaster-talk.com/coding-forum/189895-youtube-playlist-embeddable-player-how-add.html</link>
			<pubDate>Fri, 23 Oct 2009 13:31:58 GMT</pubDate>
			<description>I created a playlist on Youtube and want to embed the playlist player on my site (http://www.thedailysearch.com). 
 
But there seems to be no search...</description>
			<content:encoded><![CDATA[<div>I created a playlist on Youtube and want to embed the playlist player on my <a href="http://www.thedailysearch.com" target="_blank">site</a>.<br />
<br />
But there seems to be no search box available in the play list player?<br />
<br />
There's a search box in the regular players...How can I get a search box in the play list player?<br />
<br />
The playlist code is below:<br />
<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;object width=&quot;416&quot; height=&quot;337&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/cp/vjVQa1PpcFMXFQxUeTpnGJ-O2ik-g8_Bjc-hsvZKk4c=&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/cp/vjVQa1PpcFMXFQxUeTpnGJ-O2ik-g8_Bjc-hsvZKk4c=&quot; type=&quot;application/x-shockwave-flash&quot; width=&quot;416&quot; height=&quot;337&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</code><hr />
</div>The code here is the youtube embed code with a search box:<br />
<br />
<div style="margin:20px; margin-top:5px">
	<div class="smallfont" style="margin-bottom:2px">Code:</div>
	<hr /><code style="margin:0px" dir="ltr" style="text-align:left">&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/na3CpxoTGYI&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;&lt;embed src=&quot;http://www.youtube.com/v/na3CpxoTGYI&amp;hl=en&amp;fs=1&amp;color1=0x006699&amp;color2=0x54abd6&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;&lt;/object&gt;</code><hr />
</div>I want to put the video from my playlist (first code) in the second code so it plays AND keeps the search box function. Is there a code for this or hack?<br />
<br />
I can get my play list video to play in the second code but it looses the search box.<br />
<br />
Any help with this would be great! Thanks!</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>chillspike</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/189895-youtube-playlist-embeddable-player-how-add.html</guid>
		</item>
		<item>
			<title>Picture slide</title>
			<link>http://www.webmaster-talk.com/coding-forum/189821-picture-slide.html</link>
			<pubDate>Thu, 22 Oct 2009 16:22:18 GMT</pubDate>
			<description>If you go to Hulu you see a picture of the show, and when you click the arrow it slides to the next one. How would you do this? Does anyone know of a...</description>
			<content:encoded><![CDATA[<div>If you go to Hulu you see a picture of the show, and when you click the arrow it slides to the next one. How would you do this? Does anyone know of a tutorial? I think it can be done in Javascript.</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>bdg1115</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/189821-picture-slide.html</guid>
		</item>
		<item>
			<title>Coder VS Web Developer</title>
			<link>http://www.webmaster-talk.com/coding-forum/189795-coder-vs-web-developer.html</link>
			<pubDate>Thu, 22 Oct 2009 10:36:26 GMT</pubDate>
			<description>what do you think differences between a coder and developer? Or both are same?</description>
			<content:encoded><![CDATA[<div>what do you think differences between a coder and developer? Or both are same?</div>

]]></content:encoded>
			<category domain="http://www.webmaster-talk.com/coding-forum/">Coding Forum</category>
			<dc:creator>mint1</dc:creator>
			<guid isPermaLink="true">http://www.webmaster-talk.com/coding-forum/189795-coder-vs-web-developer.html</guid>
		</item>
	</channel>
</rss>
