<?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/"
	>

<channel>
	<title>HTML&#187; Yahoo</title>
	<atom:link href="http://htmlindex.net/tag/yahoo/feed" rel="self" type="application/rss+xml" />
	<link>http://htmlindex.net</link>
	<description>html index</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:47:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Why my flash contact form isnt working on my yahoo website?</title>
		<link>http://htmlindex.net/flash-mailto-html-text/why-my-flash-contact-form-isnt-working-on-my-yahoo-website</link>
		<comments>http://htmlindex.net/flash-mailto-html-text/why-my-flash-contact-form-isnt-working-on-my-yahoo-website#comments</comments>
		<pubDate>Sun, 29 Jan 2012 16:00:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Flash Mailto Html Text]]></category>
		<category><![CDATA[Contact]]></category>
		<category><![CDATA[Contact Yahoo]]></category>
		<category><![CDATA[Exec]]></category>
		<category><![CDATA[File Server]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Actionscript]]></category>
		<category><![CDATA[Flash Events]]></category>
		<category><![CDATA[Flash Form]]></category>
		<category><![CDATA[Flash Net]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[Import Flash]]></category>
		<category><![CDATA[isn't]]></category>
		<category><![CDATA[Null Return]]></category>
		<category><![CDATA[Php File]]></category>
		<category><![CDATA[Php Server]]></category>
		<category><![CDATA[Php Variables]]></category>
		<category><![CDATA[Result Object]]></category>
		<category><![CDATA[Site Server]]></category>
		<category><![CDATA[Text Variables]]></category>
		<category><![CDATA[Valid Email Address]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[Website Flash]]></category>
		<category><![CDATA[Website Question]]></category>
		<category><![CDATA[Working]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[Yahoo Website]]></category>

		<guid isPermaLink="false">http://htmlindex.net/flash-mailto-html-text/why-my-flash-contact-form-isnt-working-on-my-yahoo-website</guid>
		<description><![CDATA[Question by : Why my flash contact form isnt working on my yahoo website? My flash contact form actionscript is below: stop(); import flash.events.*; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLRequest; // &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- var variables:URLVariables = new URLVariables(); // Be sure to change this URL to the PHP parse file on your site server var varSend:URLRequest &#8230; <a href="http://htmlindex.net/flash-mailto-html-text/why-my-flash-contact-form-isnt-working-on-my-yahoo-website">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fflash-mailto-html-text%252Fwhy-my-flash-contact-form-isnt-working-on-my-yahoo-website%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FzufKH7%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Why%20my%20flash%20contact%20form%20isnt%20working%20on%20my%20yahoo%20website%3F%22%20%7D);"></div>
<p><strong><i>Question by </i>: Why my flash contact form isnt working on my yahoo website?</strong><br />
My flash contact form actionscript is below:</p>
<p>stop();</p>
<p>import flash.events.*;<br />
import flash.net.URLLoader;<br />
import flash.net.URLLoaderDataFormat;<br />
import flash.net.URLRequest;<br />
// &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
var variables:URLVariables = new URLVariables();<br />
// Be sure to change this URL to the PHP parse file on your site server<br />
var varSend:URLRequest = new URLRequest(&#8220;http://pictureperfectdvdmedia.com/contact_parse.php&#8221;);<br />
var varLoader:URLLoader = new URLLoader;<br />
varSend.method = URLRequestMethod.POST;<br />
varSend.data = variables;</p>
<p>status_txt.text = &#8220;&#8221;;</p>
<p>submit_btn.addEventListener(MouseEvent.CLICK, ValidateAndSend);</p>
<p>function ValidateAndSend(event:MouseEvent):void{</p>
<p>    //validate form fields<br />
if(!name_txt.length) {<br />
status_txt.text = &#8220;Please enter your name.&#8221;;<br />
} else if(!email_txt.length) {<br />
status_txt.text = &#8220;Please enter an email address&#8221;;<br />
} else if(!validateEmail(email_txt.text)) {<br />
status_txt.text = &#8220;Please enter a VALID email address&#8221;;<br />
} else if(!msg_txt.length) {<br />
status_txt.text = &#8220;Please enter a message.&#8221;;<br />
} else {</p>
<p> status_txt.text = &#8220;Thanks &#8221; + name_txt.text + &#8220;, your message has been sent! We will be contacting you very soon!&#8221;;</p>
<p>  variables.userName = name_txt.text;<br />
   variables.userEmail = email_txt.text;<br />
   variables.userMsg = msg_txt.text;<br />
   varLoader.load(varSend);</p>
<p>    gotoAndStop(2);</p>
<p>}<br />
}</p>
<p>function validateEmail(str:String):Boolean {<br />
var pattern:RegExp = /(\w|[_.\-])+@((\w|-)+\.)+\w{2,4}+/;<br />
var result:Object = pattern.exec(str);<br />
if(result == null) {<br />
return false;<br />
}<br />
return true;<br />
}</p>
<p>My PHP File:</p>
<p><?php<br />
/*<br />
             ---     Created By Adam @ www.developphp.com      ---<br />
       ---     For help or script expansion join our forums there      ---<br />
            ---    Use this code as your own any way you like      ---<br />
*/<br />
// Create local PHP variables from the info the user gave in the Flash form<br />
$  senderName   = $  _POST['userName'];<br />
$  senderEmail     = $  _POST['userEmail'];<br />
$  senderMessage = $  _POST['userMsg'];</p>
<p>// Strip slashes on the Local variables<br />
$  senderName   = stripslashes($  senderName);<br />
$  senderEmail     = stripslashes($  senderEmail);<br />
$  senderMessage   = stripslashes($  senderMessage); </p>
<p>//!!!!!!!!!!!!!!!!!!!!!!!!!     change this to your email     !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!<br />
                          $  to = "info@pictureperfectdvdmedia.com";<br />
     // Place sender Email address here<br />
    $  from = "info@pictureperfectdvdmedia.com";<br />
    $  subject = "Inquiry";<br />
    //Begin HTML Email Message<br />
    $  message = <<<EOF<br />
<html><br />
  <body bgcolor="#FFFFFF"><br />
<b>Name</b> = $  senderName</p>
<p><b>Email</b> = $  senderEmail</p>
<p><b>Message</b> = $  senderMessage<br />
  </body><br />
</html><br />
EOF;<br />
   //end of message<br />
    $  headers  = &#8220;From: $  from\r\n&#8221;;<br />
    $  headers .= &#8220;Content-type: text/<a href="http://htmlindex.net" target=_self>html</a>\r\n&#8221;;<br />
    $  to = &#8220;$  to&#8221;;</p>
<p>    mail($  to, $  subject, $  message, $  headers);</p>
<p>exit();<br />
?></p>
<p>I can submit the form and receive and email when I hit &#8220;run PHP&#8221; on my yahoo account or if I run the flash contact form movie from the flash software. It doesnt work when I upload the php and flash form to my website.</p>
<p>Please contact me at INFO@pictureperfectdvdmedia.com if you can help!</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by Ron</i><br/>Little confusing. Works on Yahoo account but not on website. If website is not the Yahoo account, then the website may not have SMTP enable to send email. Your current hosting package MUST allow SMTP ( http://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol ) to work. Otherwise, no email can be sent.</p>
<p>Ron</p>
<p><strong>Add your own answer in the comments!</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fflash-mailto-html-text%2Fwhy-my-flash-contact-form-isnt-working-on-my-yahoo-website';
  addthis_title  = 'Why+my+flash+contact+form+isnt+working+on+my+yahoo+website%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/flash-mailto-html-text/why-my-flash-contact-form-isnt-working-on-my-yahoo-website"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Contact' rel='tag' target='_blank'>Contact</a>, <a class='technorati-link' href='http://technorati.com/tag/Contact+Yahoo' rel='tag' target='_blank'>Contact Yahoo</a>, <a class='technorati-link' href='http://technorati.com/tag/Exec' rel='tag' target='_blank'>Exec</a>, <a class='technorati-link' href='http://technorati.com/tag/File+Server' rel='tag' target='_blank'>File Server</a>, <a class='technorati-link' href='http://technorati.com/tag/Flash' rel='tag' target='_blank'>Flash</a>, <a class='technorati-link' href='http://technorati.com/tag/Flash+Actionscript' rel='tag' target='_blank'>Flash Actionscript</a>, <a class='technorati-link' href='http://technorati.com/tag/Flash+Events' rel='tag' target='_blank'>Flash Events</a>, <a class='technorati-link' href='http://technorati.com/tag/Flash+Form' rel='tag' target='_blank'>Flash Form</a>, <a class='technorati-link' href='http://technorati.com/tag/Flash+Net' rel='tag' target='_blank'>Flash Net</a>, <a class='technorati-link' href='http://technorati.com/tag/form' rel='tag' target='_blank'>form</a>, <a class='technorati-link' href='http://technorati.com/tag/Import+Flash' rel='tag' target='_blank'>Import Flash</a>, <a class='technorati-link' href='http://technorati.com/tag/isn%27t' rel='tag' target='_blank'>isn't</a>, <a class='technorati-link' href='http://technorati.com/tag/Null+Return' rel='tag' target='_blank'>Null Return</a>, <a class='technorati-link' href='http://technorati.com/tag/Php+File' rel='tag' target='_blank'>Php File</a>, <a class='technorati-link' href='http://technorati.com/tag/Php+Server' rel='tag' target='_blank'>Php Server</a>, <a class='technorati-link' href='http://technorati.com/tag/Php+Variables' rel='tag' target='_blank'>Php Variables</a>, <a class='technorati-link' href='http://technorati.com/tag/Result+Object' rel='tag' target='_blank'>Result Object</a>, <a class='technorati-link' href='http://technorati.com/tag/Site+Server' rel='tag' target='_blank'>Site Server</a>, <a class='technorati-link' href='http://technorati.com/tag/Text+Variables' rel='tag' target='_blank'>Text Variables</a>, <a class='technorati-link' href='http://technorati.com/tag/Valid+Email+Address' rel='tag' target='_blank'>Valid Email Address</a>, <a class='technorati-link' href='http://technorati.com/tag/website' rel='tag' target='_blank'>website</a>, <a class='technorati-link' href='http://technorati.com/tag/Website+Flash' rel='tag' target='_blank'>Website Flash</a>, <a class='technorati-link' href='http://technorati.com/tag/Website+Question' rel='tag' target='_blank'>Website Question</a>, <a class='technorati-link' href='http://technorati.com/tag/Working' rel='tag' target='_blank'>Working</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo' rel='tag' target='_blank'>Yahoo</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo+Website' rel='tag' target='_blank'>Yahoo Website</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/flash-mailto-html-text/why-my-flash-contact-form-isnt-working-on-my-yahoo-website/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I said Eggman   &lt;font color=black face=&quot;small fon?</title>
		<link>http://htmlindex.net/html-fonts/i-said-eggman-font-colorblack-facesmall-fon</link>
		<comments>http://htmlindex.net/html-fonts/i-said-eggman-font-colorblack-facesmall-fon#comments</comments>
		<pubDate>Mon, 16 Jan 2012 16:00:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html Fonts]]></category>
		<category><![CDATA[]]></category>
		<category><![CDATA[<body]]></category>
		<category><![CDATA[<font]]></category>
		<category><![CDATA[bgcolor=orange>]]></category>
		<category><![CDATA[Black Face]]></category>
		<category><![CDATA[color=black]]></category>
		<category><![CDATA[Dairy Queen]]></category>
		<category><![CDATA[Eggman]]></category>
		<category><![CDATA[face=small]]></category>
		<category><![CDATA[Font Color]]></category>
		<category><![CDATA[Font Face]]></category>
		<category><![CDATA[I]]></category>
		<category><![CDATA[lol]]></category>
		<category><![CDATA[Lt]]></category>
		<category><![CDATA[said]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[Yahoo Answers]]></category>
		<category><![CDATA[Yahoo Mail]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-fonts/i-said-eggman-font-colorblack-facesmall-fon</guid>
		<description><![CDATA[by caribbeanfreephoto Question by :]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml-fonts%252Fi-said-eggman-font-colorblack-facesmall-fon%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FwyWaqc%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22%20%20I%20said%20Eggman%20%20%20%26lt%3Bfont%20color%3Dblack%20face%3D%26quot%3Bsmall%20fon%3F%22%20%7D);"></div>
<div style="float:left;margin:5px;font-size:80%;"><img alt=""html fonts"" src="http://farm1.staticflickr.com/30/53357783_35de081e34_m.jpg" width="160" title="  I said Eggman   &lt;font color=black face=&quot;small fon?" /><br/> by <a target="_blank" href="http://www.flickr.com/photos/72963735@N00/53357783">caribbeanfreephoto</a></div>
<p><strong><i>Question by </i>: <html> <head>  </head> <body bgcolor=orange><br />
<h1><font color=black face="small fon?</strong><br />
<html><br />
<head></p>
<p></head><br />
<body bgcolor=orange></p>
<h1><font color=black face="small fonts"><marquee>I said EGGMAN!</marquee><br />
<center><img src=logo1.j title="  I said Eggman   &lt;font color=black face=&quot;small fon?" alt="   I said Eggman   &lt;font color=black face=&quot;small fon?" /></p>
<hr noshade=true color=red>
<center><font color=red face="small fonts">HOME   |   ABOUT ME   |   RANDOM   |</p>
<hr noshade=true color=red>
<center><br />
<table border=1 bordercolor=red>
<tr>
<td width=250 height=250><img src=sad.j title="  I said Eggman   &lt;font color=black face=&quot;small fon?" alt="   I said Eggman   &lt;font color=black face=&quot;small fon?" /></td>
<td width=250 height=250><img src=happy1.j title="  I said Eggman   &lt;font color=black face=&quot;small fon?" alt="   I said Eggman   &lt;font color=black face=&quot;small fon?" /><br />
ummm the only reason this is here was that i made it at school and yahoo mail&#8217;s url was blocked so&#8230; i put it on yahoo answers to copy and paste it to note bad to finsih it lol my high school is gay like thatr</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by Cloudfly</i><br/>lol amaga whataga dairy queen bbq?!?!?!?!?!</p>
<p><strong>Give your answer to this question below!</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-fonts%2Fi-said-eggman-font-colorblack-facesmall-fon';
  addthis_title  = 'I+said+Eggman+++%26lt%3Bfont+color%3Dblack+face%3D%26quot%3Bsmall+fon%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html-fonts/i-said-eggman-font-colorblack-facesmall-fon"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/' rel='tag' target='_blank'></a>, <a class='technorati-link' href='http://technorati.com/tag/' rel='tag' target='_blank'></a>, <a class='technorati-link' href='http://technorati.com/tag/' rel='tag' target='_blank'></a>, <a class='technorati-link' href='http://technorati.com/tag/%26lt%3Bbody' rel='tag' target='_blank'>&lt;body</a>, <a class='technorati-link' href='http://technorati.com/tag/%26lt%3Bfont' rel='tag' target='_blank'>&lt;font</a>, <a class='technorati-link' href='http://technorati.com/tag/bgcolor%3Dorange%26gt%3B' rel='tag' target='_blank'>bgcolor=orange&gt;</a>, <a class='technorati-link' href='http://technorati.com/tag/Black+Face' rel='tag' target='_blank'>Black Face</a>, <a class='technorati-link' href='http://technorati.com/tag/color%3Dblack' rel='tag' target='_blank'>color=black</a>, <a class='technorati-link' href='http://technorati.com/tag/Dairy+Queen' rel='tag' target='_blank'>Dairy Queen</a>, <a class='technorati-link' href='http://technorati.com/tag/Eggman' rel='tag' target='_blank'>Eggman</a>, <a class='technorati-link' href='http://technorati.com/tag/face%3Dsmall' rel='tag' target='_blank'>face=small</a>, <a class='technorati-link' href='http://technorati.com/tag/Font+Color' rel='tag' target='_blank'>Font Color</a>, <a class='technorati-link' href='http://technorati.com/tag/Font+Face' rel='tag' target='_blank'>Font Face</a>, <a class='technorati-link' href='http://technorati.com/tag/I' rel='tag' target='_blank'>I</a>, <a class='technorati-link' href='http://technorati.com/tag/lol' rel='tag' target='_blank'>lol</a>, <a class='technorati-link' href='http://technorati.com/tag/Lt' rel='tag' target='_blank'>Lt</a>, <a class='technorati-link' href='http://technorati.com/tag/said' rel='tag' target='_blank'>said</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo' rel='tag' target='_blank'>Yahoo</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo+Answers' rel='tag' target='_blank'>Yahoo Answers</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo+Mail' rel='tag' target='_blank'>Yahoo Mail</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-fonts/i-said-eggman-font-colorblack-facesmall-fon/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to put mp3 in this html player to my website?</title>
		<link>http://htmlindex.net/how-to-embed-shockwave-flash-in-html/how-to-put-mp3-in-this-html-player-to-my-website</link>
		<comments>http://htmlindex.net/how-to-embed-shockwave-flash-in-html/how-to-put-mp3-in-this-html-player-to-my-website#comments</comments>
		<pubDate>Sat, 31 Dec 2011 16:00:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To Embed Shockwave Flash In Html]]></category>
		<category><![CDATA[Copy And Paste]]></category>
		<category><![CDATA[Copy Paste]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Mp3 File]]></category>
		<category><![CDATA[Mp3 Player]]></category>
		<category><![CDATA[Mp3 Site]]></category>
		<category><![CDATA[Mp3 Song]]></category>
		<category><![CDATA[Mp3 Upload]]></category>
		<category><![CDATA[Mp3 Website]]></category>
		<category><![CDATA[Music Mp3]]></category>
		<category><![CDATA[player]]></category>
		<category><![CDATA[Player Code]]></category>
		<category><![CDATA[This]]></category>
		<category><![CDATA[Upload Mp3]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[Website Music]]></category>
		<category><![CDATA[Website Question]]></category>
		<category><![CDATA[World Music]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://htmlindex.net/how-to-embed-shockwave-flash-in-html/how-to-put-mp3-in-this-html-player-to-my-website</guid>
		<description><![CDATA[Question by : How to put mp3 in this html player to my website? i found this simple mp3 player for my website with this code world music mp3 from origenmusic.com and im wondering how i can put few songs in it to show up on my website..i know i have to upload mp3 to &#8230; <a href="http://htmlindex.net/how-to-embed-shockwave-flash-in-html/how-to-put-mp3-in-this-html-player-to-my-website">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhow-to-embed-shockwave-flash-in-html%252Fhow-to-put-mp3-in-this-html-player-to-my-website%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FsbW8cg%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20to%20put%20mp3%20in%20this%20html%20player%20to%20my%20website%3F%22%20%7D);"></div>
<p><strong><i>Question by </i>: How to put mp3 in this <a href="http://htmlindex.net" target=_self>html</a> player to my website?</strong><br />
i found this simple mp3 player for my website with this code   </p>
<div align="center" style="WIDTH: 360px; BACKGROUND-COLOR: #cccccc" ><img src="http://www.origenmusic.com/img/mp3-download.gif" alt="start mp3" border="0" title="How to put mp3 in this html player to my website?" /><br /><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"<br />
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"<br />
width="360" height="168" ><param name="allowScriptAccess" value="sameDomain"><param name="movie" value="http://www.origenmusic.com/xspf_player.swf?playlist_url=http://www.origenmusic.com/playlist/background-music.xspf&#038;autoload=true&#038;autoplay=true&#038;info_button_text=CLICK TO HEAR MORE"><param name="quality" value="high"><param name="bgcolor" value="#E6E6E6"><embed src="http://www.origenmusic.com/xspf_player.swf?playlist_url=http://www.origenmusic.com/playlist/background-music.xspf&#038;autoload=true&#038;autoplay=true&#038;info_button_text=CLICK TO HEAR MORE" quality="high" bgcolor="#E6E6E6" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="center" height="168" width="360"></embed></object>world music mp3</div>
<p>  from origenmusic.com  and im wondering how i can put few songs in it to show up on my website..i know i have to upload mp3 to upload site but what then? how to put them into player and what is whole process of it? do i neeed first to copy and paste mp3 player code and then after mp3 song or all together? help<br />
thanks</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by Bill M</i><br/>It&#8217;s hard to tell the way Yahoo truncates things, but maybe the link for the mp3 file goes after<param name="movie" value=</p><strong>What do you think? Answer below!</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhow-to-embed-shockwave-flash-in-html%2Fhow-to-put-mp3-in-this-html-player-to-my-website';
  addthis_title  = 'How+to+put+mp3+in+this+html+player+to+my+website%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/how-to-embed-shockwave-flash-in-html/how-to-put-mp3-in-this-html-player-to-my-website"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Copy+And+Paste' rel='tag' target='_blank'>Copy And Paste</a>, <a class='technorati-link' href='http://technorati.com/tag/Copy+Paste' rel='tag' target='_blank'>Copy Paste</a>, <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/Mp3+File' rel='tag' target='_blank'>Mp3 File</a>, <a class='technorati-link' href='http://technorati.com/tag/Mp3+Player' rel='tag' target='_blank'>Mp3 Player</a>, <a class='technorati-link' href='http://technorati.com/tag/Mp3+Site' rel='tag' target='_blank'>Mp3 Site</a>, <a class='technorati-link' href='http://technorati.com/tag/Mp3+Song' rel='tag' target='_blank'>Mp3 Song</a>, <a class='technorati-link' href='http://technorati.com/tag/Mp3+Upload' rel='tag' target='_blank'>Mp3 Upload</a>, <a class='technorati-link' href='http://technorati.com/tag/Mp3+Website' rel='tag' target='_blank'>Mp3 Website</a>, <a class='technorati-link' href='http://technorati.com/tag/Music+Mp3' rel='tag' target='_blank'>Music Mp3</a>, <a class='technorati-link' href='http://technorati.com/tag/player' rel='tag' target='_blank'>player</a>, <a class='technorati-link' href='http://technorati.com/tag/Player+Code' rel='tag' target='_blank'>Player Code</a>, <a class='technorati-link' href='http://technorati.com/tag/This' rel='tag' target='_blank'>This</a>, <a class='technorati-link' href='http://technorati.com/tag/Upload+Mp3' rel='tag' target='_blank'>Upload Mp3</a>, <a class='technorati-link' href='http://technorati.com/tag/website' rel='tag' target='_blank'>website</a>, <a class='technorati-link' href='http://technorati.com/tag/Website+Music' rel='tag' target='_blank'>Website Music</a>, <a class='technorati-link' href='http://technorati.com/tag/Website+Question' rel='tag' target='_blank'>Website Question</a>, <a class='technorati-link' href='http://technorati.com/tag/World+Music' rel='tag' target='_blank'>World Music</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo' rel='tag' target='_blank'>Yahoo</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/how-to-embed-shockwave-flash-in-html/how-to-put-mp3-in-this-html-player-to-my-website/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>&#8220;&amp;&#8221;&quot;amp;&#8221; shows up when using autofill in yahoo email causing emails not to be sent.?</title>
		<link>http://htmlindex.net/html-amp/amp-shows-up-when-using-autofill-in-yahoo-email-causing-emails-not-to-be-sent</link>
		<comments>http://htmlindex.net/html-amp/amp-shows-up-when-using-autofill-in-yahoo-email-causing-emails-not-to-be-sent#comments</comments>
		<pubDate>Fri, 23 Dec 2011 16:46:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html Amp]]></category>
		<category><![CDATA[Address Line]]></category>
		<category><![CDATA[Amp]]></category>
		<category><![CDATA[ampersand]]></category>
		<category><![CDATA[Autofill]]></category>
		<category><![CDATA[causing]]></category>
		<category><![CDATA[Contact List]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Email Address]]></category>
		<category><![CDATA[Emails]]></category>
		<category><![CDATA[Jack Jill]]></category>
		<category><![CDATA[Jill Jackson]]></category>
		<category><![CDATA[sent.]]></category>
		<category><![CDATA[shows]]></category>
		<category><![CDATA[Slash]]></category>
		<category><![CDATA[Thomas Sommer]]></category>
		<category><![CDATA[Underscore]]></category>
		<category><![CDATA[using]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[Yahoo Email]]></category>
		<category><![CDATA[Yahoo Emails]]></category>
		<category><![CDATA[Yahoo Mail]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-amp/amp-shows-up-when-using-autofill-in-yahoo-email-causing-emails-not-to-be-sent</guid>
		<description><![CDATA[by Thomas Sommer Question by : &#8220;&#038;&#8221;"amp;&#8221; shows up when using autofill in yahoo email causing emails not to be sent.? If I autocomplete Jack &#038; Jill Jackson in yahoo mail I will get two entries. Jack &#8220;&#038;&#8221;"amp;&#8221; followed by the email address with a ,. The Jack &#038; keeps emails from going out until &#8230; <a href="http://htmlindex.net/html-amp/amp-shows-up-when-using-autofill-in-yahoo-email-causing-emails-not-to-be-sent">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml-amp%252Famp-shows-up-when-using-autofill-in-yahoo-email-causing-emails-not-to-be-sent%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22%5C%22%26amp%3B%5C%22%5C%22amp%3B%5C%22%20shows%20up%20when%20using%20autofill%20in%20yahoo%20email%20causing%20emails%20not%20to%20be%20sent.%3F%22%20%7D);"></div>
<div style="float:left;margin:5px;font-size:80%;"><img alt=""html amp"" src="http://farm3.staticflickr.com/2435/3896139117_069a493b45_m.jpg" width="160" title="&amp;amp; shows up when using autofill in yahoo email causing emails not to be sent.?" /><br/> by <a target="_blank" href="http://www.flickr.com/photos/73559630@N00/3896139117">Thomas Sommer</a></div>
<p><strong><i>Question by </i>: &#8220;&#038;&#8221;"amp;&#8221; shows up when using autofill in yahoo email causing emails not to be sent.?</strong><br />
If I autocomplete Jack &#038; Jill Jackson in yahoo mail I will get two entries. Jack &#8220;&#038;&#8221;"amp;&#8221; followed by the email address with a ,. The Jack &#038; keeps emails from going out until I remove it. Is there anyway to fix the issue? Looks like <a href="http://htmlindex.net" target=_self>html</a> in contact names.</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by LoneStar</i><br/>The &#038; symbol is an &#8220;ampersand&#8221;, and is &#8220;usually&#8221; (not always, but usually) not recognized nor allowed on the address line&#8212;so &#8220;amp&#8221; is inserted to clearify.</p>
<p>If you type in the address individually&#8212;it &#8220;might&#8221; go unchanged&#8212;-but then again, it &#8220;might&#8221; not.</p>
<p>Use a slash (/) instead of an &#038;&#8212;-or an underscore (_)<br />
You could change Jack&#038;Jill (in your contact list) to<br />
Jack/Jill&#8212;-or&#8212;-Jack_Jill&#8212;-or JacknJill</p>
<p><strong>Give your answer to this question below!</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-amp%2Famp-shows-up-when-using-autofill-in-yahoo-email-causing-emails-not-to-be-sent';
  addthis_title  = '%26%238220%3B%26amp%3B%26%238221%3B%22amp%3B%26%238221%3B+shows+up+when+using+autofill+in+yahoo+email+causing+emails+not+to+be+sent.%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html-amp/amp-shows-up-when-using-autofill-in-yahoo-email-causing-emails-not-to-be-sent"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Address+Line' rel='tag' target='_blank'>Address Line</a>, <a class='technorati-link' href='http://technorati.com/tag/Amp' rel='tag' target='_blank'>Amp</a>, <a class='technorati-link' href='http://technorati.com/tag/ampersand' rel='tag' target='_blank'>ampersand</a>, <a class='technorati-link' href='http://technorati.com/tag/Autofill' rel='tag' target='_blank'>Autofill</a>, <a class='technorati-link' href='http://technorati.com/tag/causing' rel='tag' target='_blank'>causing</a>, <a class='technorati-link' href='http://technorati.com/tag/Contact+List' rel='tag' target='_blank'>Contact List</a>, <a class='technorati-link' href='http://technorati.com/tag/Email' rel='tag' target='_blank'>Email</a>, <a class='technorati-link' href='http://technorati.com/tag/Email+Address' rel='tag' target='_blank'>Email Address</a>, <a class='technorati-link' href='http://technorati.com/tag/Emails' rel='tag' target='_blank'>Emails</a>, <a class='technorati-link' href='http://technorati.com/tag/Jack+Jill' rel='tag' target='_blank'>Jack Jill</a>, <a class='technorati-link' href='http://technorati.com/tag/Jill+Jackson' rel='tag' target='_blank'>Jill Jackson</a>, <a class='technorati-link' href='http://technorati.com/tag/sent.' rel='tag' target='_blank'>sent.</a>, <a class='technorati-link' href='http://technorati.com/tag/shows' rel='tag' target='_blank'>shows</a>, <a class='technorati-link' href='http://technorati.com/tag/Slash' rel='tag' target='_blank'>Slash</a>, <a class='technorati-link' href='http://technorati.com/tag/Thomas+Sommer' rel='tag' target='_blank'>Thomas Sommer</a>, <a class='technorati-link' href='http://technorati.com/tag/Underscore' rel='tag' target='_blank'>Underscore</a>, <a class='technorati-link' href='http://technorati.com/tag/using' rel='tag' target='_blank'>using</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo' rel='tag' target='_blank'>Yahoo</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo+Email' rel='tag' target='_blank'>Yahoo Email</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo+Emails' rel='tag' target='_blank'>Yahoo Emails</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo+Mail' rel='tag' target='_blank'>Yahoo Mail</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-amp/amp-shows-up-when-using-autofill-in-yahoo-email-causing-emails-not-to-be-sent/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Online Computer Training For Free</title>
		<link>http://htmlindex.net/free-html-training/online-computer-training-for-free</link>
		<comments>http://htmlindex.net/free-html-training/online-computer-training-for-free#comments</comments>
		<pubDate>Thu, 08 Dec 2011 04:00:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Free Html Training]]></category>
		<category><![CDATA[Cash Flow]]></category>
		<category><![CDATA[Central Processing Unit]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[Computer System]]></category>
		<category><![CDATA[Computer Training]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Free Article]]></category>
		<category><![CDATA[Free Computer]]></category>
		<category><![CDATA[Free Sample]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hyper Text Mark]]></category>
		<category><![CDATA[Learn Html]]></category>
		<category><![CDATA[Lot]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[Options]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Tight Budget]]></category>
		<category><![CDATA[Training]]></category>
		<category><![CDATA[Traynor]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://htmlindex.net/free-html-training/online-computer-training-for-free</guid>
		<description><![CDATA[Article by Ian Traynor So you&#8217;re on a tight budget and at the same time you want some computer training, right? Nowadays there are a lot of options for people seeking better themselves through various training programs and certification classes. However, some of them just can&#8217;t afford to make some of these options possible due &#8230; <a href="http://htmlindex.net/free-html-training/online-computer-training-for-free">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Ffree-html-training%252Fonline-computer-training-for-free%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Online%20Computer%20Training%20For%20Free%22%20%7D);"></div>
<p>Article  by Ian Traynor</p>
<p>So you&#8217;re on a tight budget and at the same time you want some computer training, right? Nowadays there are a lot of options for people seeking better themselves through various training programs and certification classes. However, some of them just can&#8217;t afford to make some of these options possible due to not enough cash flow. That is where free online computer training comes in to picture. Where else can you go and get enough information to teach yourself all about computers? You can learn from the most difficult HTML (hyper-text mark up language, used to build websites) to as simple as how to tear down and rebuild a CPU (central processing unit)?</p>
<p>If you can just plug into a free online computer training system or a set of resources available in almost all places, you can literally teach yourself almost anything. There are a variety of ways to go about this process, so let&#8217;s start from the beginning. The very first thing you need to determine on your own what exactly you want to learn from your free online computer training, before you ever embark on your online adventure. Pick out your base subject, and then you can get started researching online sources for free training. For our examples, let&#8217;s take the subject of <a href="http://htmlindex.net" target=_self>html</a> and see where we can get some free online computer training to learn HTML.</p>
<p>As the part of first step, let&#8217;s get on a major search engine like Yahoo or Google and do a search for the term &#8216;free HTML training&#8217; or &#8216;free online computer training&#8217;. You will find quite a few results coming up in reference to these terms, but don&#8217;t be fooled. Most of these won&#8217;t really have free training, maybe just a free sample class or maximum two. Some of these won&#8217;t even have anything free at all, they either buy an advertising slot or they develop their website in a way to show up higher in the results to get your attention. Remember, what you are looking for is a site that is truly going to give you free online computer training.</p>
<p>Sometimes you can see that the best results for free online computer training can come in the form of free forums or bulletin boards. For all those who are really new to the Internet, let&#8217;s talk about them for a minute. Forums and bulletin boards are web pages that allow visitors to sign up as &#8216;users&#8217;, usually for free. Once you are registered with these sights, you can then post and respond to others on the forums or boards and ask questions. The specialty of these resources is that there are hundreds of websites out there covering almost all topics that can be imagined, especially the one&#8217;s dealing with computers. So for all those who are searching for an online free computer training this works like crazy. They also contain a great wealth of information from other users who have answered in return to the questions generally asked on the boards.</p>
<p>Another such website which contains one such free online computer training is e-zines and newsletters. You can as well do another research for the search term &#8216;free online computer training&#8217; in conjunction with terms like e-zines and newsletters. Don&#8217;t worry as most of these too are free and you can subscribe for them either for a long or short time depending on what kind of materials are provided in the due course. Overall it can be said that where there is a will, there is a way, especially when it comes to free online computer training.
				</p>
<p>			    About the Author</p>
<p>Ian Traynor has been involved with computers since the 1980s. Since then, he has continually been involved in computer training, both receiving training and delivering training. He has brought together a collection of his articles on computer training in one of his websites: <a target="_blank" target="_new" href="http://www.computertrainingsecrets.com">Computer Training Secrets:</a></p>
<div></div>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Ffree-html-training%2Fonline-computer-training-for-free';
  addthis_title  = 'Online+Computer+Training+For+Free';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/free-html-training/online-computer-training-for-free"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Cash+Flow' rel='tag' target='_blank'>Cash Flow</a>, <a class='technorati-link' href='http://technorati.com/tag/Central+Processing+Unit' rel='tag' target='_blank'>Central Processing Unit</a>, <a class='technorati-link' href='http://technorati.com/tag/computer' rel='tag' target='_blank'>computer</a>, <a class='technorati-link' href='http://technorati.com/tag/Computer+System' rel='tag' target='_blank'>Computer System</a>, <a class='technorati-link' href='http://technorati.com/tag/Computer+Training' rel='tag' target='_blank'>Computer Training</a>, <a class='technorati-link' href='http://technorati.com/tag/free' rel='tag' target='_blank'>free</a>, <a class='technorati-link' href='http://technorati.com/tag/Free+Article' rel='tag' target='_blank'>Free Article</a>, <a class='technorati-link' href='http://technorati.com/tag/Free+Computer' rel='tag' target='_blank'>Free Computer</a>, <a class='technorati-link' href='http://technorati.com/tag/Free+Html+Training' rel='tag' target='_blank'>Free Html Training</a>, <a class='technorati-link' href='http://technorati.com/tag/Free+Sample' rel='tag' target='_blank'>Free Sample</a>, <a class='technorati-link' href='http://technorati.com/tag/Google' rel='tag' target='_blank'>Google</a>, <a class='technorati-link' href='http://technorati.com/tag/Hyper+Text+Mark' rel='tag' target='_blank'>Hyper Text Mark</a>, <a class='technorati-link' href='http://technorati.com/tag/Learn+Html' rel='tag' target='_blank'>Learn Html</a>, <a class='technorati-link' href='http://technorati.com/tag/Lot' rel='tag' target='_blank'>Lot</a>, <a class='technorati-link' href='http://technorati.com/tag/online' rel='tag' target='_blank'>online</a>, <a class='technorati-link' href='http://technorati.com/tag/Options' rel='tag' target='_blank'>Options</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Engine' rel='tag' target='_blank'>Search Engine</a>, <a class='technorati-link' href='http://technorati.com/tag/Tight+Budget' rel='tag' target='_blank'>Tight Budget</a>, <a class='technorati-link' href='http://technorati.com/tag/Training' rel='tag' target='_blank'>Training</a>, <a class='technorati-link' href='http://technorati.com/tag/Traynor' rel='tag' target='_blank'>Traynor</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo' rel='tag' target='_blank'>Yahoo</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/free-html-training/online-computer-training-for-free/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>using javascript body onload command to show results without having to click submit?</title>
		<link>http://htmlindex.net/html-submit-example/using-javascript-body-onload-command-to-show-results-without-having-to-click-submit</link>
		<comments>http://htmlindex.net/html-submit-example/using-javascript-body-onload-command-to-show-results-without-having-to-click-submit#comments</comments>
		<pubDate>Mon, 21 Nov 2011 04:00:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html Submit Example]]></category>
		<category><![CDATA[Abc]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Asp Script]]></category>
		<category><![CDATA[body]]></category>
		<category><![CDATA[Body Onload]]></category>
		<category><![CDATA[Click]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[Demo]]></category>
		<category><![CDATA[DIV]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[having]]></category>
		<category><![CDATA[Hello]]></category>
		<category><![CDATA[Html Menu]]></category>
		<category><![CDATA[Html Page]]></category>
		<category><![CDATA[Html Source]]></category>
		<category><![CDATA[Input Box]]></category>
		<category><![CDATA[Input Field]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[Javascript Onload]]></category>
		<category><![CDATA[Menu View]]></category>
		<category><![CDATA[Netscape]]></category>
		<category><![CDATA[onload]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[Set Of Variables]]></category>
		<category><![CDATA[Show]]></category>
		<category><![CDATA[submit]]></category>
		<category><![CDATA[Suggestion]]></category>
		<category><![CDATA[using]]></category>
		<category><![CDATA[View Source]]></category>
		<category><![CDATA[without]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-submit-example/using-javascript-body-onload-command-to-show-results-without-having-to-click-submit</guid>
		<description><![CDATA[Question by johnrobinm: using javascript body onload command to show results without having to click submit? hello, i have an shtml page with a simple form using get to retrieve data, when the submit button is clicked the results are returned on another html page, what i was wondering is if there was a way &#8230; <a href="http://htmlindex.net/html-submit-example/using-javascript-body-onload-command-to-show-results-without-having-to-click-submit">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml-submit-example%252Fusing-javascript-body-onload-command-to-show-results-without-having-to-click-submit%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22using%20javascript%20body%20onload%20command%20to%20show%20results%20without%20having%20to%20click%20submit%3F%22%20%7D);"></div>
<p><strong><i>Question by johnrobinm</i>: using javascript body onload command to show results without having to click submit?</strong><br />
hello, i have an shtml page with a simple form using get to retrieve data, when the submit button is clicked the results are returned on another html page, what i was wondering is if there was a way to have the results for the form returned automatically without having to click the submit button (which there is a way, just put the asp script address with the form variables you want in the url but it only works to return one set of variables) what i can&#8217;t figure out is what if you want to have multiple form results computed and returned using javascript&#8217;s body onload command so that the form results can be computed and shown on the same single webpage, in other words, how could you preload the results of (this is only an example:</p>
<p>&#8220;http://abc.com/page.shtml?var1=1&#038;var2=1&#038;search=Submit&#8221;</p>
<p>&#8220;http://abc.com/page.s<a href="http://htmlindex.net" target=_self>html</a>?var1=2&#038;var2=2&#038;search=Submit&#8221;</p>
<p>&#8220;http://abc.com/page.shtml?var1=3&#038;var2=3&#038;search=Submit&#8221;</p>
<p>and have these reults displayed on one webpage without having to click submit?</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by AQuestionMark</i><br/>You can use onchange in the last input box of the form to call a function to display the the div which display is none when load. These div contains iframe of the links you got.</p>
<p>So when the function is call, value is taken from input field, and based on what is entered, a div is set display=&#8221;" to show.</p>
<p>Here&#8217;s a demo http://www.freewebs.com/swhtam/YA/noSubmitResult.html  go to menu View, source for the complete code.</p>
<p>In the demo, when you enter name like yahoo, google or netscape in seach engine box and hit tab, that page will show underneath the box.</p>
<p>Alternatively, you could use Ajax to call that page without submit, a bit harder with coding, but since you want preloaded page, so this is only my suggestion.</p>
<p><strong>Give your answer to this question below!</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-submit-example%2Fusing-javascript-body-onload-command-to-show-results-without-having-to-click-submit';
  addthis_title  = 'using+javascript+body+onload+command+to+show+results+without+having+to+click+submit%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html-submit-example/using-javascript-body-onload-command-to-show-results-without-having-to-click-submit"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Abc' rel='tag' target='_blank'>Abc</a>, <a class='technorati-link' href='http://technorati.com/tag/Ajax' rel='tag' target='_blank'>Ajax</a>, <a class='technorati-link' href='http://technorati.com/tag/Asp+Script' rel='tag' target='_blank'>Asp Script</a>, <a class='technorati-link' href='http://technorati.com/tag/body' rel='tag' target='_blank'>body</a>, <a class='technorati-link' href='http://technorati.com/tag/Body+Onload' rel='tag' target='_blank'>Body Onload</a>, <a class='technorati-link' href='http://technorati.com/tag/Click' rel='tag' target='_blank'>Click</a>, <a class='technorati-link' href='http://technorati.com/tag/command' rel='tag' target='_blank'>command</a>, <a class='technorati-link' href='http://technorati.com/tag/Demo' rel='tag' target='_blank'>Demo</a>, <a class='technorati-link' href='http://technorati.com/tag/DIV' rel='tag' target='_blank'>DIV</a>, <a class='technorati-link' href='http://technorati.com/tag/Google' rel='tag' target='_blank'>Google</a>, <a class='technorati-link' href='http://technorati.com/tag/having' rel='tag' target='_blank'>having</a>, <a class='technorati-link' href='http://technorati.com/tag/Hello' rel='tag' target='_blank'>Hello</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Menu' rel='tag' target='_blank'>Html Menu</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Page' rel='tag' target='_blank'>Html Page</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Source' rel='tag' target='_blank'>Html Source</a>, <a class='technorati-link' href='http://technorati.com/tag/Input+Box' rel='tag' target='_blank'>Input Box</a>, <a class='technorati-link' href='http://technorati.com/tag/Input+Field' rel='tag' target='_blank'>Input Field</a>, <a class='technorati-link' href='http://technorati.com/tag/javascript' rel='tag' target='_blank'>javascript</a>, <a class='technorati-link' href='http://technorati.com/tag/Javascript+Onload' rel='tag' target='_blank'>Javascript Onload</a>, <a class='technorati-link' href='http://technorati.com/tag/Menu+View' rel='tag' target='_blank'>Menu View</a>, <a class='technorati-link' href='http://technorati.com/tag/Netscape' rel='tag' target='_blank'>Netscape</a>, <a class='technorati-link' href='http://technorati.com/tag/onload' rel='tag' target='_blank'>onload</a>, <a class='technorati-link' href='http://technorati.com/tag/results' rel='tag' target='_blank'>results</a>, <a class='technorati-link' href='http://technorati.com/tag/Set+Of+Variables' rel='tag' target='_blank'>Set Of Variables</a>, <a class='technorati-link' href='http://technorati.com/tag/Show' rel='tag' target='_blank'>Show</a>, <a class='technorati-link' href='http://technorati.com/tag/submit' rel='tag' target='_blank'>submit</a>, <a class='technorati-link' href='http://technorati.com/tag/Suggestion' rel='tag' target='_blank'>Suggestion</a>, <a class='technorati-link' href='http://technorati.com/tag/using' rel='tag' target='_blank'>using</a>, <a class='technorati-link' href='http://technorati.com/tag/View+Source' rel='tag' target='_blank'>View Source</a>, <a class='technorati-link' href='http://technorati.com/tag/without' rel='tag' target='_blank'>without</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo' rel='tag' target='_blank'>Yahoo</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-submit-example/using-javascript-body-onload-command-to-show-results-without-having-to-click-submit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>In new Yahoo Mail, an ampersand in From: name now being replaced by &#8220;&amp; amp;&#8221;?</title>
		<link>http://htmlindex.net/html-amp/in-new-yahoo-mail-an-ampersand-in-from-name-now-being-replaced-by-amp</link>
		<comments>http://htmlindex.net/html-amp/in-new-yahoo-mail-an-ampersand-in-from-name-now-being-replaced-by-amp#comments</comments>
		<pubDate>Wed, 16 Nov 2011 14:51:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html Amp]]></category>
		<category><![CDATA[Amp]]></category>
		<category><![CDATA[ampersand]]></category>
		<category><![CDATA[Ampersand Character]]></category>
		<category><![CDATA[Ampersand Symbol]]></category>
		<category><![CDATA[being]]></category>
		<category><![CDATA[E Mail]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[Html Tag]]></category>
		<category><![CDATA[Illustration]]></category>
		<category><![CDATA[Jane Smith]]></category>
		<category><![CDATA[John Doe]]></category>
		<category><![CDATA[John Smith]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[Mail Options]]></category>
		<category><![CDATA[Mail Recipients]]></category>
		<category><![CDATA[Mail Yahoo]]></category>
		<category><![CDATA[Name]]></category>
		<category><![CDATA[Names.]]></category>
		<category><![CDATA[New Mail]]></category>
		<category><![CDATA[Oscar]]></category>
		<category><![CDATA[replaced]]></category>
		<category><![CDATA[Sending Mail]]></category>
		<category><![CDATA[Yahoo]]></category>
		<category><![CDATA[Yahoo Mail]]></category>
		<category><![CDATA[Yahoo Servers]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-amp/in-new-yahoo-mail-an-ampersand-in-from-name-now-being-replaced-by-amp</guid>
		<description><![CDATA[Question by RichardW: In new Yahoo Mail, an ampersand in From: name now getting replaced by &#8220;&#038; amp&#8221;? In our mail options, we have the &#8220;From&#8221; name set to our names separated by an ampersand. For illustration, an e-mail would appear like this: From: John Doe &#038; Jane Smith We&#8217;ve had it this way for &#8230; <a href="http://htmlindex.net/html-amp/in-new-yahoo-mail-an-ampersand-in-from-name-now-being-replaced-by-amp">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml-amp%252Fin-new-yahoo-mail-an-ampersand-in-from-name-now-being-replaced-by-amp%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22In%20new%20Yahoo%20Mail%2C%20an%20ampersand%20in%20From%3A%20name%20now%20being%20replaced%20by%20%5C%22%26amp%3B%20amp%3B%5C%22%3F%22%20%7D);"></div>
<p><strong><i>Question by RichardW</i>: In new Yahoo Mail, an ampersand in From: name now getting replaced by &#8220;&#038; amp&#8221;?</strong><br />
In our mail options, we have the &#8220;From&#8221; name set to our names separated by an ampersand. For illustration, an e-mail would appear like this:<br />
From: John Doe &#038; Jane Smith <doe-smith@yahoo.com></p>
<p>We&#8217;ve had it this way for as prolonged as I can remember and it often worked appropriately. Even so, not too long ago (inside the previous week or so), the &#8220;&#038;&#8221; is becoming replaced by &#8220;&#038; amp&#8221;. Now e-mail recipients are getting this in our mail:<br />
From: John Doe &#038; amp Jane Smith <doe-smith@yahoo.com></p>
<p>&#8220;&#038; amp&#8221; just takes place to be the <a href="http://htmlindex.net" target=_self>html</a> tag for an ampersand character. I think this need to be a bug just introduced into Yahoo Mail. Is there any way close to this problem, or just have to wait for them to fix it? We use the new Yahoo Mail. I attempted sending mail beneath Classic Yahoo Mail and identified that the ampersand nevertheless does seem appropriately. In new Yahoo Mail, it was also proper previously and I only observed this new behavior in the previous week.</p>
<p><strong>Very best answer:</strong></p>
<p><i>Answer by Oscar</i><br/>This appears to be an encoding concern of some sort. I recommend that you report this to the Yahoo! Mail Tech team as it perhaps some thing they have a repair for.</p>
<p>But if you change the ampersand symbol &#8220;&#038;&#8221; to the word &#8220;and&#8221; the encoding problem ought to be fixed. It looks that for some cause the ampersand symbol is not staying interpertated correctly by Yahoo!&#8217;s servers.</p>
<p><strong>Add your own solution in the comments!</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-amp%2Fin-new-yahoo-mail-an-ampersand-in-from-name-now-being-replaced-by-amp';
  addthis_title  = 'In+new+Yahoo+Mail%2C+an+ampersand+in+From%3A+name+now+being+replaced+by+%26%238220%3B%26amp%3B+amp%3B%26%238221%3B%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html-amp/in-new-yahoo-mail-an-ampersand-in-from-name-now-being-replaced-by-amp"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Amp' rel='tag' target='_blank'>Amp</a>, <a class='technorati-link' href='http://technorati.com/tag/ampersand' rel='tag' target='_blank'>ampersand</a>, <a class='technorati-link' href='http://technorati.com/tag/Ampersand+Character' rel='tag' target='_blank'>Ampersand Character</a>, <a class='technorati-link' href='http://technorati.com/tag/Ampersand+Symbol' rel='tag' target='_blank'>Ampersand Symbol</a>, <a class='technorati-link' href='http://technorati.com/tag/being' rel='tag' target='_blank'>being</a>, <a class='technorati-link' href='http://technorati.com/tag/E+Mail' rel='tag' target='_blank'>E Mail</a>, <a class='technorati-link' href='http://technorati.com/tag/from' rel='tag' target='_blank'>from</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Tag' rel='tag' target='_blank'>Html Tag</a>, <a class='technorati-link' href='http://technorati.com/tag/Illustration' rel='tag' target='_blank'>Illustration</a>, <a class='technorati-link' href='http://technorati.com/tag/Jane+Smith' rel='tag' target='_blank'>Jane Smith</a>, <a class='technorati-link' href='http://technorati.com/tag/John+Doe' rel='tag' target='_blank'>John Doe</a>, <a class='technorati-link' href='http://technorati.com/tag/John+Smith' rel='tag' target='_blank'>John Smith</a>, <a class='technorati-link' href='http://technorati.com/tag/Mail' rel='tag' target='_blank'>Mail</a>, <a class='technorati-link' href='http://technorati.com/tag/Mail+Options' rel='tag' target='_blank'>Mail Options</a>, <a class='technorati-link' href='http://technorati.com/tag/Mail+Recipients' rel='tag' target='_blank'>Mail Recipients</a>, <a class='technorati-link' href='http://technorati.com/tag/Mail+Yahoo' rel='tag' target='_blank'>Mail Yahoo</a>, <a class='technorati-link' href='http://technorati.com/tag/Name' rel='tag' target='_blank'>Name</a>, <a class='technorati-link' href='http://technorati.com/tag/Names.' rel='tag' target='_blank'>Names.</a>, <a class='technorati-link' href='http://technorati.com/tag/New+Mail' rel='tag' target='_blank'>New Mail</a>, <a class='technorati-link' href='http://technorati.com/tag/Oscar' rel='tag' target='_blank'>Oscar</a>, <a class='technorati-link' href='http://technorati.com/tag/replaced' rel='tag' target='_blank'>replaced</a>, <a class='technorati-link' href='http://technorati.com/tag/Sending+Mail' rel='tag' target='_blank'>Sending Mail</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo' rel='tag' target='_blank'>Yahoo</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo+Mail' rel='tag' target='_blank'>Yahoo Mail</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo+Servers' rel='tag' target='_blank'>Yahoo Servers</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-amp/in-new-yahoo-mail-an-ampersand-in-from-name-now-being-replaced-by-amp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting a SEO Friendly Design with a Custom Thesis Theme</title>
		<link>http://htmlindex.net/uncategorized/getting-a-seo-friendly-design-with-a-custom-thesis-theme</link>
		<comments>http://htmlindex.net/uncategorized/getting-a-seo-friendly-design-with-a-custom-thesis-theme#comments</comments>
		<pubDate>Wed, 09 Jun 2010 14:11:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Actuality]]></category>
		<category><![CDATA[Chris Pearson]]></category>
		<category><![CDATA[Common Knowledge]]></category>
		<category><![CDATA[Concessions]]></category>
		<category><![CDATA[Design Search]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[html code]]></category>
		<category><![CDATA[Lot]]></category>
		<category><![CDATA[Love]]></category>
		<category><![CDATA[Optimized Code]]></category>
		<category><![CDATA[Page Design Elements]]></category>
		<category><![CDATA[Personification]]></category>
		<category><![CDATA[Phrases]]></category>
		<category><![CDATA[Search Engine]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[Thesis]]></category>
		<category><![CDATA[traffic]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://htmlindex.net/uncategorized/getting-a-seo-friendly-design-with-a-custom-thesis-theme</guid>
		<description><![CDATA[It is common knowledge that a SEO friendly design is the best thing for your web site. A custom thesis theme from DIYThemes is a powerful, yet simple first step you can make to ensure that your site has a SEO friendly design. Exactly what does a custom Thesis theme have to do with SEO? &#8230; <a href="http://htmlindex.net/uncategorized/getting-a-seo-friendly-design-with-a-custom-thesis-theme">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Funcategorized%252Fgetting-a-seo-friendly-design-with-a-custom-thesis-theme%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Getting%20a%20SEO%20Friendly%20Design%20with%20a%20Custom%20Thesis%20Theme%22%20%7D);"></div>
<p>It is common knowledge that a SEO friendly design is the best thing for your web site. A custom thesis theme from DIYThemes is a powerful, yet simple first step you can make to ensure that your site has a SEO friendly design. Exactly what does a custom Thesis theme have to do with SEO? A Thesis theme is web site/blogging framework created by Chris Pearson and Brian Clark, that runs on the WordPress platform, and is the personification of SEO friendly design. It is widely reckoned to be the ultimate in premium WordPress themes, but in actuality, it is so much more.</p>
<p>A lot of WordPress themes forgo rock solid code as a design trade-off. Search engines analyze the <a href="http://htmlindex.net" target=_self>html</a> code that makes up a web site to establish precisely what the site is about. By knowing what a site is all about helps Google, Bing, Yahoo, and the rest, determine how relevant the content of a site is to particular phrases being used for search. Having errors in the HTML code prevents the search engines from knowing just where to rank a particular site, because it cannot determine just how relevant the content of the site is. Having a SEO friendly design basically means that the code behind a design is valid and optimized. Everything else being equal, search engines like clean, valid, optimized code better, and the better they like your site, the more traffic it will receive. This is where a custom Thesis theme really sparkles.</p>
<h2 style="text-align: center;">Basic SEO Friendly Design Concepts</h2>
<p>When the code that search engines see is linked to your page design elements, concessions have to be made that effect how clean your code looks to the search engine. Thesis theme separates the html code from the design mark-up, and gives you a very SEO friendly design. Search engines love it, and if your site relies on traffic, you&#8217;re going to love it too. It gives you an distinctive, i. e. unduplicated, look to the search engines. A web site based on a custom Thesis theme can be altered at will, without you ever having to be concerned about if the design changes will diminish your standings with Google or Yahoo or Bing. Plain and simple, the search engines like the WordPress platform, for the most part, but with a custom Thesis theme, you have true cyber-love.</p>
<p>&nbsp;</p>
<p>So, you have designed your site to reflect you. You have invested a lot of time and effort, and you are quite delighted with the results of your Thesis theme based site. What happens when a new version of Thesis theme becomes available? Do you need to watch all your hard work disappear and start building your SEO friendly design again, from the start? No. No, you don&#8217;t. That is one, in a long list, of my favorite things about Thesis. Whenever you want to modify the style of your site, the underlying <a href="http://htmlindex.net" target=_self>html code</a> is never altered. This makes Thesis theme the perfect SEO optimized framework for the WordPress platform. Your code will always be state-of-the-art with every updated version, which are provided to you free.  Thesis theme has built-in SEO options. This means that you don&#8217;t need any SEO plug-ins to properly optimize your content for optimal search results. The point-and-click administrative controls makes it simple to create a web site tailored to your specific design ideas. You have an massive amount of control without having to write a single line of code.  The support that comes with Thesis is an priceless bonus. The members-only community is filled with over 5,000 of your fellow webmasters, plus, the Thesis Support and Development team. You will have all the support you will ever need to make your custom Thesis theme the best SEO friendly design decision available. Version 1.7 has just come out and you owe it to yourself to look into what I personally consider the absolute best, all-around, web site foundation.  I use this theme by Chris Pearson and Brian Clark on every one of my domains. I honestly would not use any other theme. Find out why you just can&#8217;t live without the Thesis theme and why a Custom Thesis Theme is the best innovative and user-friendly, SEO-optimized WordPress framework.</p>
<h2 style="text-align: center;">You can learn more on my <a href="http://dmorganhenley.com/products/thesis-theme"> Thesis Theme Page</a></h2>
<p>Also check out my ezinearticle on <a href="http://ezinearticles.com/?Creating-a-SEO-Friendly-Design-With-a-Custom-Thesis-Theme&amp;id=4152417" target="_blank">Creating a SEO Friendly Design</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Funcategorized%2Fgetting-a-seo-friendly-design-with-a-custom-thesis-theme';
  addthis_title  = 'Getting+a+SEO+Friendly+Design+with+a+Custom+Thesis+Theme';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/uncategorized/getting-a-seo-friendly-design-with-a-custom-thesis-theme"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Actuality' rel='tag' target='_blank'>Actuality</a>, <a class='technorati-link' href='http://technorati.com/tag/Chris+Pearson' rel='tag' target='_blank'>Chris Pearson</a>, <a class='technorati-link' href='http://technorati.com/tag/Common+Knowledge' rel='tag' target='_blank'>Common Knowledge</a>, <a class='technorati-link' href='http://technorati.com/tag/Concessions' rel='tag' target='_blank'>Concessions</a>, <a class='technorati-link' href='http://technorati.com/tag/Design+Search' rel='tag' target='_blank'>Design Search</a>, <a class='technorati-link' href='http://technorati.com/tag/Google' rel='tag' target='_blank'>Google</a>, <a class='technorati-link' href='http://technorati.com/tag/html+code' rel='tag' target='_blank'>html code</a>, <a class='technorati-link' href='http://technorati.com/tag/Lot' rel='tag' target='_blank'>Lot</a>, <a class='technorati-link' href='http://technorati.com/tag/Love' rel='tag' target='_blank'>Love</a>, <a class='technorati-link' href='http://technorati.com/tag/Optimized+Code' rel='tag' target='_blank'>Optimized Code</a>, <a class='technorati-link' href='http://technorati.com/tag/Page+Design+Elements' rel='tag' target='_blank'>Page Design Elements</a>, <a class='technorati-link' href='http://technorati.com/tag/Personification' rel='tag' target='_blank'>Personification</a>, <a class='technorati-link' href='http://technorati.com/tag/Phrases' rel='tag' target='_blank'>Phrases</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Engine' rel='tag' target='_blank'>Search Engine</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Engines' rel='tag' target='_blank'>Search Engines</a>, <a class='technorati-link' href='http://technorati.com/tag/seo' rel='tag' target='_blank'>seo</a>, <a class='technorati-link' href='http://technorati.com/tag/Thesis' rel='tag' target='_blank'>Thesis</a>, <a class='technorati-link' href='http://technorati.com/tag/traffic' rel='tag' target='_blank'>traffic</a>, <a class='technorati-link' href='http://technorati.com/tag/Wordpress+Themes' rel='tag' target='_blank'>WordPress Themes</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo' rel='tag' target='_blank'>Yahoo</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/uncategorized/getting-a-seo-friendly-design-with-a-custom-thesis-theme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learn HTML Lesson 4: Get free webspace from yahoo</title>
		<link>http://htmlindex.net/html/learn-html-lesson-4-get-free-webspace-from-yahoo</link>
		<comments>http://htmlindex.net/html/learn-html-lesson-4-get-free-webspace-from-yahoo#comments</comments>
		<pubDate>Thu, 18 Feb 2010 12:29:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Geocities]]></category>
		<category><![CDATA[learning]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[webspace]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html/learn-html-lesson-4-get-free-webspace-from-yahoo</guid>
		<description><![CDATA[This is lesson 4 of my little html video course. This explains how to get free webspace on yahoo geocities to upload your fresh HTML file and test it live on the internet Duration : 0:10:7 addthis_url = 'http%3A%2F%2Fhtmlindex.net%2Fhtml%2Flearn-html-lesson-4-get-free-webspace-from-yahoo'; addthis_title = 'Learn+HTML+Lesson+4%3A+Get+free+webspace+from+yahoo'; addthis_pub = ''; Technorati Tags: free, Geocities, html, learning, screencast, webspace, Yahoo]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml%252Flearn-html-lesson-4-get-free-webspace-from-yahoo%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Learn%20HTML%20Lesson%204%3A%20Get%20free%20webspace%20from%20yahoo%22%20%7D);"></div>
<p><img src="http://i.ytimg.com/vi/ZiG1uImEHuM/2.jpg" align="left" title="Learn HTML Lesson 4: Get free webspace from yahoo" alt="2 Learn HTML Lesson 4: Get free webspace from yahoo" />This is lesson 4 of my little <a href="http://htmlindex.net" target=_self>html</a> video course. This explains how to get free webspace on yahoo geocities to upload your fresh HTML file and test it live on the internet</p>
<p>Duration : <b>0:10:7</b></p>
<p><span id="more-570"></span><br /><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/ZiG1uImEHuM&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/ZiG1uImEHuM&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml%2Flearn-html-lesson-4-get-free-webspace-from-yahoo';
  addthis_title  = 'Learn+HTML+Lesson+4%3A+Get+free+webspace+from+yahoo';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html/learn-html-lesson-4-get-free-webspace-from-yahoo"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/free' rel='tag' target='_blank'>free</a>, <a class='technorati-link' href='http://technorati.com/tag/Geocities' rel='tag' target='_blank'>Geocities</a>, <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/learning' rel='tag' target='_blank'>learning</a>, <a class='technorati-link' href='http://technorati.com/tag/screencast' rel='tag' target='_blank'>screencast</a>, <a class='technorati-link' href='http://technorati.com/tag/webspace' rel='tag' target='_blank'>webspace</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo' rel='tag' target='_blank'>Yahoo</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html/learn-html-lesson-4-get-free-webspace-from-yahoo/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Giorgio Armani 2.5oz Code Cologne</title>
		<link>http://htmlindex.net/html-code/giorgio-armani-2-5oz-code-cologne</link>
		<comments>http://htmlindex.net/html-code/giorgio-armani-2-5oz-code-cologne#comments</comments>
		<pubDate>Wed, 17 Feb 2010 01:42:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html code]]></category>
		<category><![CDATA[Amp]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Armani Cologne]]></category>
		<category><![CDATA[Class Details]]></category>
		<category><![CDATA[Cumin]]></category>
		<category><![CDATA[Designer Giorgio]]></category>
		<category><![CDATA[Div Class]]></category>
		<category><![CDATA[Fragrance]]></category>
		<category><![CDATA[Fragrancenet Com]]></category>
		<category><![CDATA[Giorgio Armani]]></category>
		<category><![CDATA[Giorgio Cologne]]></category>
		<category><![CDATA[Lavendar]]></category>
		<category><![CDATA[Recommended Age]]></category>
		<category><![CDATA[Rel Nofollow]]></category>
		<category><![CDATA[Search Type]]></category>
		<category><![CDATA[Shopping]]></category>
		<category><![CDATA[Yahoo]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-code/giorgio-armani-2-5oz-code-cologne</guid>
		<description><![CDATA[div class=&#8217;details&#8217; span class=&#8217;lblue&#8217; DESIGN HOUSE &#8211; /span a rel=&#8217;nofollow&#8217; class=&#8217;und&#8217; href=&#8217;http://www.fragrancenet.com/f/net/search_results.html?search=Giorgio%20Armani amp;search_type=designer&#8217; Giorgio Armani /a /div div class=&#8217;details&#8217; span class=&#8217;lblue&#8217; YEAR INTRODUCED &#8211; /span 2004 /div div class=&#8217;details&#8217; span class=&#8217;lblue&#8217; FRAGRANCE NOTES &#8211; /span apple, lavendar, cumin, citrus, and woods. /div div class=&#8217;details&#8217; span class=&#8217;lblue&#8217; RECOMMENDED USE &#8211; /span romantic br / br / &#8230; <a href="http://htmlindex.net/html-code/giorgio-armani-2-5oz-code-cologne">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml-code%252Fgiorgio-armani-2-5oz-code-cologne%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Giorgio%20Armani%202.5oz%20Code%20Cologne%22%20%7D);"></div>
<p><img src="http://htmlindex.net/wpshopping/uploads/3.jpeg" alt="Giorgio Armani 2.5oz Code Cologne" title="Giorgio Armani 2.5oz Code Cologne" /></p>
<p>div class=&#8217;details&#8217; span class=&#8217;lblue&#8217; DESIGN HOUSE &#8211; /span a rel=&#8217;nofollow&#8217; class=&#8217;und&#8217; href=&#8217;http://www.fragrancenet.com/f/net/search_results.<b><a href="http://htmlindex.net" target=_self>html</a></b>?search=Giorgio%20Armani amp;search_type=designer&#8217; Giorgio Armani /a /div div class=&#8217;details&#8217; span class=&#8217;lblue&#8217; YEAR INTRODUCED &#8211; /span 2004 /div div class=&#8217;details&#8217; span class=&#8217;lblue&#8217; FRAGRANCE NOTES &#8211; /span apple, lavendar, cumin, citrus, and woods. /div div class=&#8217;details&#8217; span class=&#8217;lblue&#8217; RECOMMENDED USE &#8211; /span romantic br / br / strong scent strength: /strong nbsp;moderate br / strong recommended age: /strong nbsp;mature br / strong scent life: /strong nbsp;6-10 hours br / strong recommended use: /strong nbsp;romantic br / strong classification: /strong nbsp;oriental/spicy /div</p>
<p><span id="more-557"></span><br /> powered by Yahoo shopping</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-code%2Fgiorgio-armani-2-5oz-code-cologne';
  addthis_title  = 'Giorgio+Armani+2.5oz+Code+Cologne';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html-code/giorgio-armani-2-5oz-code-cologne"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Amp' rel='tag' target='_blank'>Amp</a>, <a class='technorati-link' href='http://technorati.com/tag/apple' rel='tag' target='_blank'>apple</a>, <a class='technorati-link' href='http://technorati.com/tag/Armani+Cologne' rel='tag' target='_blank'>Armani Cologne</a>, <a class='technorati-link' href='http://technorati.com/tag/Class+Details' rel='tag' target='_blank'>Class Details</a>, <a class='technorati-link' href='http://technorati.com/tag/Cumin' rel='tag' target='_blank'>Cumin</a>, <a class='technorati-link' href='http://technorati.com/tag/Designer+Giorgio' rel='tag' target='_blank'>Designer Giorgio</a>, <a class='technorati-link' href='http://technorati.com/tag/Div+Class' rel='tag' target='_blank'>Div Class</a>, <a class='technorati-link' href='http://technorati.com/tag/Fragrance' rel='tag' target='_blank'>Fragrance</a>, <a class='technorati-link' href='http://technorati.com/tag/Fragrancenet+Com' rel='tag' target='_blank'>Fragrancenet Com</a>, <a class='technorati-link' href='http://technorati.com/tag/Giorgio+Armani' rel='tag' target='_blank'>Giorgio Armani</a>, <a class='technorati-link' href='http://technorati.com/tag/Giorgio+Cologne' rel='tag' target='_blank'>Giorgio Cologne</a>, <a class='technorati-link' href='http://technorati.com/tag/Lavendar' rel='tag' target='_blank'>Lavendar</a>, <a class='technorati-link' href='http://technorati.com/tag/Recommended+Age' rel='tag' target='_blank'>Recommended Age</a>, <a class='technorati-link' href='http://technorati.com/tag/Rel+Nofollow' rel='tag' target='_blank'>Rel Nofollow</a>, <a class='technorati-link' href='http://technorati.com/tag/Search+Type' rel='tag' target='_blank'>Search Type</a>, <a class='technorati-link' href='http://technorati.com/tag/Shopping' rel='tag' target='_blank'>Shopping</a>, <a class='technorati-link' href='http://technorati.com/tag/Yahoo' rel='tag' target='_blank'>Yahoo</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-code/giorgio-armani-2-5oz-code-cologne/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: htmlindex.net @ 2012-02-12 03:50:20 -->
