<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.mediacollege.com/~d/styles/itemcontent.css"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
	<channel>
		<title>MediaCollege.com Forum - Web Design</title>
		<link>http://www.mediacollege.com/forum/</link>
		<description>Making websites, site performance, etc.</description>
		<language>en</language>
		<lastBuildDate>Thu, 18 Mar 2010 03:16:46 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.mediacollege.com/forum/images/misc/rss.png</url>
			<title>MediaCollege.com - Web Design</title>
			<link>http://www.mediacollege.com/forum/</link>
		</image>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.mediacollege.com/mc-forum-webdesign" /><feedburner:info uri="mc-forum-webdesign" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.mediacollege.com%2Fmc-forum-webdesign" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url=http%3A%2F%2Ffeeds.mediacollege.com%2Fmc-forum-webdesign" src="http://www.newsgator.com/images/ngsub1.gif">Subscribe with NewsGator</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.mediacollege.com%2Fmc-forum-webdesign" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://www.bloglines.com/sub/http://feeds.mediacollege.com/mc-forum-webdesign" src="http://www.bloglines.com/images/sub_modern11.gif">Subscribe with Bloglines</feedburner:feedFlare><feedburner:feedFlare href="http://www.netvibes.com/subscribe.php?url=http%3A%2F%2Ffeeds.mediacollege.com%2Fmc-forum-webdesign" src="http://www.netvibes.com/img/add2netvibes.gif">Subscribe with Netvibes</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.mediacollege.com%2Fmc-forum-webdesign" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.pageflakes.com/subscribe.aspx?url=http%3A%2F%2Ffeeds.mediacollege.com%2Fmc-forum-webdesign" src="http://www.pageflakes.com/ImageFile.ashx?instanceId=Static_4&amp;fileName=ATP_blu_91x17.gif">Subscribe with Pageflakes</feedburner:feedFlare><item>
			<title>Limiting Characters in 2  Concatenated Fields with Javascript</title>
			<link>http://feeds.mediacollege.com/~r/mc-forum-webdesign/~3/KDLOhXZIWZo/showthread.php</link>
			<pubDate>Wed, 17 Mar 2010 11:44:38 GMT</pubDate>
			<description><![CDATA[I discovered the following script here: 
 
<script language="javascript" type="text/javascript"> 
function limitText(limitField, limitCount, limitNum) { 
	if (limitField.value.length > limitNum) {...]]></description>
			<content:encoded><![CDATA[<div>I discovered the following script here:<br />
<br />
&lt;script language=&quot;javascript&quot; type=&quot;text/javascript&quot;&gt;<br />
function limitText(limitField, limitCount, limitNum) {<br />
	if (limitField.value.length &gt; limitNum) {<br />
		limitField.value = limitField.value.substring(0, limitNum);<br />
	} else {<br />
		limitCount.value = limitNum - limitField.value.length;<br />
	}<br />
}<br />
&lt;/script&gt;<br />
<br />
This works great, but I need to check the length on two concatenated fields.  Javascript rookie.  Please advise</div>

 <img src="http://feeds.feedburner.com/~r/mc-forum-webdesign/~4/KDLOhXZIWZo" height="1" width="1"/>]]></content:encoded>
			<category domain="http://www.mediacollege.com/forum/forumdisplay.php?16-Web-Design">Web Design</category>
			<dc:creator>tpiccirillo</dc:creator>
			<guid isPermaLink="false">http://www.mediacollege.com/forum/showthread.php?7361-Limiting-Characters-in-2-Concatenated-Fields-with-Javascript</guid>
		<feedburner:origLink>http://www.mediacollege.com/forum/showthread.php?7361-Limiting-Characters-in-2-Concatenated-Fields-with-Javascript</feedburner:origLink></item>
		<item>
			<title>Media Player Script</title>
			<link>http://feeds.mediacollege.com/~r/mc-forum-webdesign/~3/6nrSYcvQ3lA/showthread.php</link>
			<pubDate>Thu, 11 Mar 2010 04:36:41 GMT</pubDate>
			<description>Here is my Question, I came across this site via google 2 weeks ago. I was searching for a script to embed Videos of Cuckoo clocks on my site. I found it thru Media college. The 1 problem I see with...</description>
			<content:encoded><![CDATA[<div>Here is my Question, I came across this site via google 2 weeks ago. I was searching for a script to embed Videos of Cuckoo clocks on my site. I found it thru Media college. The 1 problem I see with it on IE is that it always ask you to allow it to download, which sometimes freaks people out and they will just leave for that reason. I read a Article on IE and they are supposed to take out this warning on 4-1-2010. But with microsoft and IE you never know what they are going to do. Is ther any way on this script that you can stop the download until they push the play button. That way people would not get the warning until they push play. I will include the script<br />
<br />
&lt;OBJECT ID=&quot;MediaPlayer&quot; WIDTH=&quot;192&quot; HEIGHT=&quot;290&quot; CLASSID=&quot;CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95&quot;<br />
STANDBY=&quot;Loading Windows Media Player components...&quot; TYPE=&quot;application/x-oleobject&quot;&gt;<br />
&lt;PARAM NAME=&quot;FileName&quot; VALUE=&quot;2653.AVI&quot;&gt;<br />
&lt;PARAM name=&quot;ShowControls&quot; VALUE=&quot;true&quot;&gt;<br />
&lt;param name=&quot;ShowStatusBar&quot; value=&quot;true&quot;&gt;<br />
&lt;PARAM name=&quot;ShowDisplay&quot; VALUE=&quot;true&quot;&gt;<br />
&lt;PARAM name=&quot;autostart&quot; VALUE=&quot;false&quot;&gt;<br />
&lt;EMBED TYPE=&quot;application/x-mplayer2&quot; SRC=&quot;2653.AVI&quot; NAME=&quot;MediaPlayer&quot;<br />
WIDTH=&quot;192&quot; HEIGHT=&quot;290&quot; ShowControls=&quot;1&quot; ShowStatusBar=&quot;1&quot; ShowDisplay=&quot;1&quot; autostart=&quot;0&quot;&gt; &lt;/EMBED&gt;<br />
&lt;/OBJECT&gt;<br />
<br />
Here is the URL that I do have these videos uploaded.  <a href="http://www.edscukoouhren.com/vcf.html" target="_blank">http://www.edscukoouhren.com/vcf.html</a><br />
:confused: The first one is from Youtube then down at the bottom I have the Media player embeded on  the bottom of the page. If I Knew how to embed the adobe script it would be alot better for it does not ask for the warning.<br />
Tks<br />
Cuckoo Ed</div>

 <img src="http://feeds.feedburner.com/~r/mc-forum-webdesign/~4/6nrSYcvQ3lA" height="1" width="1"/>]]></content:encoded>
			<category domain="http://www.mediacollege.com/forum/forumdisplay.php?16-Web-Design">Web Design</category>
			<dc:creator>Cuckoo Ed</dc:creator>
			<guid isPermaLink="false">http://www.mediacollege.com/forum/showthread.php?7333-Media-Player-Script</guid>
		<feedburner:origLink>http://www.mediacollege.com/forum/showthread.php?7333-Media-Player-Script</feedburner:origLink></item>
		<item>
			<title>How to Submit Form Condtionally using drop down menu in form</title>
			<link>http://feeds.mediacollege.com/~r/mc-forum-webdesign/~3/JW5BXlI80XM/showthread.php</link>
			<pubDate>Wed, 10 Mar 2010 20:48:10 GMT</pubDate>
			<description><![CDATA[Hi, 
 
I am developing a form for my company's website.  I want one form for multiple departments (Sales, Support, Marketing, etc.). 
 
I would like it so if someone selects Sales, then Commercial...]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I am developing a form for my company's website.  I want one form for multiple departments (Sales, Support, Marketing, etc.).<br />
<br />
I would like it so if someone selects Sales, then Commercial Sales from a second drop down, then Europe from a third drop down, it will send an email to the Sales Director for Europe.<br />
<br />
If someone selects Sales and Commerical Sales in the US, it will send an email to THAT Sales Director.<br />
<br />
Is this possible?<br />
<br />
Thanks so much!!!!!!!<br />
<br />
Eric</div>

 <img src="http://feeds.feedburner.com/~r/mc-forum-webdesign/~4/JW5BXlI80XM" height="1" width="1"/>]]></content:encoded>
			<category domain="http://www.mediacollege.com/forum/forumdisplay.php?16-Web-Design">Web Design</category>
			<dc:creator>ehubbel</dc:creator>
			<guid isPermaLink="false">http://www.mediacollege.com/forum/showthread.php?7331-How-to-Submit-Form-Condtionally-using-drop-down-menu-in-form</guid>
		<feedburner:origLink>http://www.mediacollege.com/forum/showthread.php?7331-How-to-Submit-Form-Condtionally-using-drop-down-menu-in-form</feedburner:origLink></item>
		<item>
			<title>web host problems with videos not playing</title>
			<link>http://feeds.mediacollege.com/~r/mc-forum-webdesign/~3/M5V45XQKrsw/showthread.php</link>
			<pubDate>Sat, 27 Feb 2010 19:17:04 GMT</pubDate>
			<description><![CDATA[hi, 
  
I'm  very new to wed design and an absolute novice with things to do with web hosting. 
but im wondering if anyone can help- 
i uploaded my website using to a flash template and i want to...]]></description>
			<content:encoded><![CDATA[<div>hi,<br />
 <br />
I'm  very new to wed design and an absolute novice with things to do with web hosting.<br />
but im wondering if anyone can help-<br />
i uploaded my website using to a flash template and i want to integrate videos in. i put in 2 videos, one played halfway and stalled and the other didnt play at all. <br />
they preview fine in dreamweaver. i wondering if theres a size restriction to most web host. the videos are between 8-12mb. <br />
 <br />
i hope i have provided enough info if not please forgive me as i dont know a lot about this stuff.<br />
the webhost is 00webhost.<br />
tried to contact them but am finding it difficult.  <br />
<br />
Hope someone can help.</div>

 <img src="http://feeds.feedburner.com/~r/mc-forum-webdesign/~4/M5V45XQKrsw" height="1" width="1"/>]]></content:encoded>
			<category domain="http://www.mediacollege.com/forum/forumdisplay.php?16-Web-Design">Web Design</category>
			<dc:creator>timgannon</dc:creator>
			<guid isPermaLink="false">http://www.mediacollege.com/forum/showthread.php?7295-web-host-problems-with-videos-not-playing</guid>
		<feedburner:origLink>http://www.mediacollege.com/forum/showthread.php?7295-web-host-problems-with-videos-not-playing</feedburner:origLink></item>
		<item>
			<title>Image Based website</title>
			<link>http://feeds.mediacollege.com/~r/mc-forum-webdesign/~3/4HAMdoV8wO4/showthread.php</link>
			<pubDate>Wed, 24 Feb 2010 12:56:09 GMT</pubDate>
			<description><![CDATA[Hello, my question is how to place an update in an image based website(designed in adobe photoshop). for example if a website is created and we want place a bar that the "competion has just...]]></description>
			<content:encoded><![CDATA[<div>Hello, my question is how to place an update in an image based website(designed in adobe photoshop). for example if a website is created and we want place a bar that the &quot;competion has just begun&quot;.Any answers plz reply</div>

 <img src="http://feeds.feedburner.com/~r/mc-forum-webdesign/~4/4HAMdoV8wO4" height="1" width="1"/>]]></content:encoded>
			<category domain="http://www.mediacollege.com/forum/forumdisplay.php?16-Web-Design">Web Design</category>
			<dc:creator>ashimavinash</dc:creator>
			<guid isPermaLink="false">http://www.mediacollege.com/forum/showthread.php?7283-Image-Based-website</guid>
		<feedburner:origLink>http://www.mediacollege.com/forum/showthread.php?7283-Image-Based-website</feedburner:origLink></item>
		<item>
			<title>Need a script for a comment section on my site</title>
			<link>http://feeds.mediacollege.com/~r/mc-forum-webdesign/~3/xmeIPPbMt6M/showthread.php</link>
			<pubDate>Wed, 10 Feb 2010 12:53:52 GMT</pubDate>
			<description><![CDATA[Hey guys I just created my first website and I don't know much about programming. I was wondering what's the easiest way to let visitors leave comments on articles that I post. 
 
I know blogs...]]></description>
			<content:encoded><![CDATA[<div>Hey guys I just created my first website and I don't know much about programming. I was wondering what's the easiest way to let visitors leave comments on articles that I post.<br />
<br />
I know blogs already have a comment section built into them but my site's not a blog and I'm not using a template. Is there some kind of script I can implement into my site to let visitors leave comments?</div>

 <img src="http://feeds.feedburner.com/~r/mc-forum-webdesign/~4/xmeIPPbMt6M" height="1" width="1"/>]]></content:encoded>
			<category domain="http://www.mediacollege.com/forum/forumdisplay.php?16-Web-Design">Web Design</category>
			<dc:creator>Samuel Combs</dc:creator>
			<guid isPermaLink="false">http://www.mediacollege.com/forum/showthread.php?7226-Need-a-script-for-a-comment-section-on-my-site</guid>
		<feedburner:origLink>http://www.mediacollege.com/forum/showthread.php?7226-Need-a-script-for-a-comment-section-on-my-site</feedburner:origLink></item>
	</channel>
</rss>
