<?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>Internet Marketing Business, Product Review, Tips and Latest Information By SeanTan Marketing &#187; Microsoft Frontpage</title>
	<atom:link href="http://seantanmarketing.com/category/microsoft_frontpage/feed" rel="self" type="application/rss+xml" />
	<link>http://seantanmarketing.com</link>
	<description>Internet Marketing Business, Product Review, Free Latest Update Information.</description>
	<lastBuildDate>Tue, 13 Jul 2010 17:39:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Place Bookmark Order In Your Webpage</title>
		<link>http://seantanmarketing.com/sharing/place-bookmark-order-in-your-webpage</link>
		<comments>http://seantanmarketing.com/sharing/place-bookmark-order-in-your-webpage#comments</comments>
		<pubDate>Wed, 29 Aug 2007 15:20:17 +0000</pubDate>
		<dc:creator>Sean Tan</dc:creator>
				<category><![CDATA[Microsoft Frontpage]]></category>
		<category><![CDATA[Sharing]]></category>

		<guid isPermaLink="false">http://seantanmarketing.com/microsoft_frontpage/place-bookmark-order-in-your-webpage</guid>
		<description><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://seantanmarketing.com/sharing/place-bookmark-order-in-your-webpage&t=Place Bookmark Order In Your Webpage&k=#FFFFFF" scrolling="no" frameborder="0" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><p>If you&#8217;re still wondering how other webmaster put the bookmark link in their webpage, then you can watch the video below, I will show you how to place bookmark order in your webpage and have you visitors one click and go to the location you want.</p>
<p><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/3FCVmHtchW8"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/3FCVmHtchW8" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object></p>
<p>If you have any question about the bookmark order or any suggestion, kindly leave your comment. Thank you!</p>
]]></description>
		<wfw:commentRss>http://seantanmarketing.com/sharing/place-bookmark-order-in-your-webpage/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to insert date into your webpage</title>
		<link>http://seantanmarketing.com/microsoft_frontpage/how-to-insert-date-into-your-webpage</link>
		<comments>http://seantanmarketing.com/microsoft_frontpage/how-to-insert-date-into-your-webpage#comments</comments>
		<pubDate>Tue, 01 May 2007 13:56:06 +0000</pubDate>
		<dc:creator>Sean Tan</dc:creator>
				<category><![CDATA[Microsoft Frontpage]]></category>

		<guid isPermaLink="false">http://seantanmarketing.com/microsoft_frontpage/how-to-insert-date-into-your-webpage</guid>
		<description><![CDATA[<div class="diggthisplugin" style="float: right; width: 42px; padding-right: 10px; margin-left: 10px; margin-bottom: 0px;"><iframe src="http://digg.com/tools/diggthis.php?u=http://seantanmarketing.com/microsoft_frontpage/how-to-insert-date-into-your-webpage&t=How to insert date into your webpage&k=#FFFFFF" scrolling="no" frameborder="0" style="border: none; height: 80px; width: 52px;"></iframe>
		</div><p>Some newbie are still wondering how to insert the date into their webpage that updated everyday. Below are the code and the date will be like &#8221; 12 May 2007 &#8221;</p>
<p>Date Code:<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;<br />
&lt;script language=&#8221;JavaScript&#8221;&gt;<br />
&lt;!&#8211;<br />
function makeArray() {<br />
for (i = 0; i&lt;makeArray.arguments.length; i++)<br />
this[i + 1] = makeArray.arguments[i];<br />
}<br />
var months = new makeArray(&#8216;January&#8217;,'February&#8217;,'March&#8217;,'April&#8217;,'May&#8217;,'June&#8217;, &#8216;July&#8217;,'August&#8217;,'September&#8217;,'October&#8217;,'November&#8217;,'December&#8217;);<br />
var date = new Date();<br />
var day = date.getDate();<br />
var month = date.getMonth() + 1;<br />
var yy = date.getYear();<br />
var year = (yy &lt; 1000) ? yy + 1900 : yy;<br />
document.write(day + &#8221; &#8221; + months[month] + &#8221; &#8221; + year);<br />
//&#8211;&gt;<br />
            &lt;/script&gt;</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>Simply copy and paste the code into the Text file first, then copy again the date code from the text file and paste it to your webpage html mode. Please do not paste it to your webpage. You must paste it into HTML mode. If you&#8217;re using Microsoft Frontpage, then you will see there are 3 mode at the bottom of the webpage, which are Normal, HTML and Preview. You must paste the code in the HTML mode.</p>
<p>I hope this help.</p>
]]></description>
		<wfw:commentRss>http://seantanmarketing.com/microsoft_frontpage/how-to-insert-date-into-your-webpage/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
