<?xml version="1.0" encoding="utf-8"?>
				<!-- generator="e107" -->
				<!-- content type="News > Site Design" -->
				<rss  version="2.0">
				<channel>
				<title>SEO At Work : News > Site Design</title>
				<link>/</link>
				<description>SEO tools to improve page rank and seo articles to explain how.</description>

<language>en-gb</language>
				<copyright>All original material copyright © 2010 ihaveyounow.com <a href="/" title="seo news">seo news</a>.</copyright>
				<managingEditor>Str82u - admin@nospam.com</managingEditor>
				<webMaster>admin@nospam.com</webMaster>
				<pubDate>Wed, 08 Sep 2010 19:24:13 -0500</pubDate>
				<lastBuildDate>Wed, 08 Sep 2010 19:24:13 -0500</lastBuildDate>
				<docs>http://backend.userland.com/rss</docs>
				<generator>e107 (http://e107.org)</generator>
				<ttl>60</ttl>
				<textInput>
				<title>Search</title>
				<description>Search SEO At Work</description>
				<name>query</name>
				<link>http://ihaveyounow.com/search.php</link>
				</textInput>
						<item>
						<title>Top Margin With CSS</title>
<link>http://ihaveyounow.com/news.php?item.34.9</link>
<description><![CDATA[Quick and simple line of CSS code to add a top margin property to your page body]]></description>
<author>Str82u&lt;str82u@nospam.com&gt;</author>
<pubDate>Wed, 26 Aug 2009 03:41:58 -0500</pubDate>
<guid isPermaLink="true">http://ihaveyounow.com/news.php?item.34.9</guid>
</item>
						<item>
						<title>How to add video to your webpages</title>
<link>http://ihaveyounow.com/news.php?item.29.9</link>
<description><![CDATA[<table style="border-collapse: collapse" cellpadding="0" cellspacing="0" height="433" width="96%"><tbody><tr><td height="72" width="98%"><span style="font-family: Tahoma; font-size: x-small"><span style="color: #000000">Welcome back to another addition of "How Did They Do That And Will It Fry My Brain Figuring It Out?" This tutorial debunks the myth that you have to have special, other-worldly knowledge to put a video clip into a webpage and make yourself look like a web pro. I'm going to use one of my demo sites (It's for sale if you want it) that can be found by going to</span><span style="color: #0000ff"> </span><a href="malecs_cam.htm" rel="external"><span style="color: #0000ff">http://ihaveyounow.com/malecs_cam.htm</span></a><span style="color: #000000"> . You'll see an aquarium full of fish, slower computers or internet connections will have to be patient. This video is added as a mock-up to simulate a live webcam in a pet store (I'll teach you about web cams later). The point is that there are no controls to this and it runs automatically when the visitor lands on the page. I'm going to give you the code and also some advice to help with the slower fish that may swim in your pond.</span></span></td></tr><tr><td height="10" width="98%"></td></tr><tr><td height="36" width="98%"><span style="font-family: Tahoma; color: #000000; font-size: x-small"><strong>First Tip:</strong> Whatever the size the video is, create a image that has the text "Stand By - Video Loading" or something like that. People with slower connections may not realize a video is about to appear or others may get impatient thinking there is a problem with the site ('cause you know they couldn't possibly be at fault for having a dial-up connection). What you do with the image is to make it the background of the cell that the video is to be in.  Always try to make the cell the size of the video and define the size of the surrounding cells, if possible, to avoid shift or movement.  If your site is set for 100% to adjust to different screen resolutions, at least define the size of the cell the video is in otherwise the background image will tile, creating a mess, but once the video is loaded, it covers the image, and seamlessly at that.</span></td></tr><tr><td height="10" width="98%"></td></tr><tr><td height="24" width="98%"><span style="font-family: Tahoma; color: #000000; font-size: x-small">The following is what's called an "Active-X" control, sometimes websites will try to get you to install one and a yellow warning appears on the top of your browser. You generally won't have that problem here because it's using Windows Media Player and almost everyone with a windows system already has this on their PC. </span></td></tr><tr><td height="12" width="98%"><strong><span style="font-family: Tahoma; color: #000000; font-size: x-small">Now for the code, this is it:</span></strong></td></tr><tr><td height="10" width="98%"></td></tr><tr><td height="104" width="98%"><span style="font-family: Tahoma; font-size: x-small"><object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" id="mediaPlayer" width="320" height="250"><param name="id" value="mediaPlayer" /><param name="width" value="320" /><param name="height" value="250" /><param name="filename" value="http://ihaveyounow.com/aquarium.avi" /><param name="transparentatstart" value="-1" /><param name="autostart" value="-1" /><param name="showcontrols" value="1" /><param name="showstatusbar" value="0" /><embed type="audio/x-pn-realaudio-plugin" id="mediaPlayer" width="320" height="250" filename="http://ihaveyounow.com/aquarium.avi" transparentatstart="-1" autostart="-1" showcontrols="1" showstatusbar="0"></embed></object> <div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></span></td></tr><tr><td height="10" width="98%"></td></tr><tr><td height="24" width="98%"><span style="font-family: Tahoma; color: #000000; font-size: x-small"><strong>The best thing to do is insert this code directly into your html, if you copy and paste onto the page directly onto the page instead, depending on your program, the code may or may not work right. </strong><em>I was able to copy and paste this exact code fine with FrontPage, but that doesn't mean it will at your house.</em></span></td></tr><tr><td height="10" width="98%"></td></tr><tr><td height="36" width="98%"><span style="font-family: Tahoma; color: #000000; font-size: x-small">You can see that some of the parameters are funny looking and others are pretty self-explanatory, once you have this code, play with it and see what happens. The code here is an Autoplay/Looping video that never stops, you can change the parameters for "Autostart" and "Loop",  this code <u>does</u> have the controls on it, so there is a way to let your visitor stop or pause it. If you want to remove the play/pause controls, simply find the line </span></td></tr><tr><td height="10" width="98%"></td></tr><tr><td height="10" width="98%"><span style="font-family: Tahoma; font-size: x-small"><div></div></span></td></tr><tr><td height="10" width="98%"></td></tr><tr><td height="10" width="98%"><span style="font-family: Tahoma; color: #000000; font-size: x-small">and change the number from 1 to 0. Usually in these types of things, 1 is yes or "True" and 0 is no or "False".  Like I said before, this may seem a bit overwhelming, but it is all pretty simple and can be played with to understand it better...THERE IS NOTHING YOU CAN BREAK THAT WE CAN'T FIX! The rest of the parameters are adjusted in much the same way, for us we can look at it this way: The first part of the code is basically just the player itself, the second part of the code is the video and how it should look.</span></td></tr><tr><td height="10" width="98%"></td></tr><tr><td height="10" width="98%"><span style="font-family: Tahoma; color: #000000; font-size: x-small"><strong>Second Tip:</strong> When putting in your video, I always like to put the complete web address to where it is, just because I worry, and if I copy this page or code and put it somewhere else on the web, the code can still find the video on the I Have You Now server.</span></td></tr><tr><td height="10" width="98%"></td></tr><tr><td height="10" width="98%"><span style="font-family: Tahoma; color: #000000; font-size: x-small">Well, that's all for now, as always, if you have questions about this or anything related to web design, please come to the forum. You may not see me right away, but post your question and someone will help you or hunt me down. </span><span style="font-family: Tahoma; color: #000000; font-size: x-small">Keep it Str8!</span></td></tr></tbody></table>]]></description>
<author>Str82u&lt;str82u@nospam.com&gt;</author>
<pubDate>Thu, 18 Jun 2009 20:42:35 -0500</pubDate>
<guid isPermaLink="true">http://ihaveyounow.com/news.php?item.29.9</guid>
</item>
						<item>
						<title>Steps To Create Niche Pages</title>
<link>http://ihaveyounow.com/news.php?item.22.9</link>
<description><![CDATA[A process for research and selection of stronger sites and pages]]></description>
<author>Str82u&lt;str82u@nospam.com&gt;</author>
<pubDate>Tue, 24 Mar 2009 06:42:06 -0500</pubDate>
<guid isPermaLink="true">http://ihaveyounow.com/news.php?item.22.9</guid>
</item>
				</channel>
				</rss>