<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.2" -->
<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/"
	>

<channel>
	<title>Spida Design Studio</title>
	<link>http://www.spidadesign.com/theweb</link>
	<description>Tips and Tricks for the web</description>
	<pubDate>Sat, 15 Mar 2008 00:43:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.2</generator>
	<language>en</language>
			<item>
		<title>Roadrunner redirect</title>
		<link>http://www.spidadesign.com/theweb/road-runner-redirect/</link>
		<comments>http://www.spidadesign.com/theweb/road-runner-redirect/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 00:43:46 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[tips]]></category>

		<category><![CDATA[road runner redirect]]></category>

		<guid isPermaLink="false">http://www.spidadesign.com/theweb/road-runner-redirect/</guid>
		<description><![CDATA[Roadrunner started a new service which redirects you to there search page if you type in a website address wrong. I personally found it annoying and was not happy that they did it automatically without my permission. After looking around, I noticed that on the bottom right of the page they send you to, you [...]]]></description>
			<content:encoded><![CDATA[<p>Roadrunner started a new service which redirects you to there search page if you type in a website address wrong. I personally found it annoying and was not happy that they did it automatically without my permission. After looking around, I noticed that on the bottom right of the page they send you to, you can opt-out of this service. Click the optout button and disable the service.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spidadesign.com/theweb/road-runner-redirect/feed/</wfw:commentRss>
		</item>
		<item>
		<title>FLV conversion</title>
		<link>http://www.spidadesign.com/theweb/flv-conversion/</link>
		<comments>http://www.spidadesign.com/theweb/flv-conversion/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 22:44:00 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Video]]></category>

		<category><![CDATA[]]></category>

		<category><![CDATA[divx to flv]]></category>

		<category><![CDATA[flash video files]]></category>

		<category><![CDATA[flv conversion]]></category>

		<category><![CDATA[mpeg to flv]]></category>

		<category><![CDATA[wmv to flv]]></category>

		<guid isPermaLink="false">http://spidadesign.com/theweb/flv-conversion/</guid>
		<description><![CDATA[After testing many programs, I have found that Quicktime Pro is the best flv conversion software when converting video files into .flv files (flash video files).
Go to File &#62;&#62; Export &#62;&#62; then select flash video from the dropdown menu
Quicktime Pro Website
]]></description>
			<content:encoded><![CDATA[<p>After testing many programs, I have found that Quicktime Pro is the best flv conversion software when converting video files into .flv files (flash video files).</p>
<p>Go to File &gt;&gt; Export &gt;&gt; then select flash video from the dropdown menu</p>
<p><a href="http://store.apple.com/1-800-MY-APPLE/WebObjects/AppleStore?productLearnMore=D3381Z/A" title="Quicktime Pro" target="_blank">Quicktime Pro Website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.spidadesign.com/theweb/flv-conversion/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Flowplayer looping issue</title>
		<link>http://www.spidadesign.com/theweb/flowplayer-looping-issue/</link>
		<comments>http://www.spidadesign.com/theweb/flowplayer-looping-issue/#comments</comments>
		<pubDate>Wed, 05 Mar 2008 22:17:13 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://spidadesign.com/theweb/flowplayer-looping-issue/</guid>
		<description><![CDATA[In Firefox, Flowplayer does not like to stop looping even though autorewind is set to false. In order to fix it, you need to add a second clip to the playlist which is just a blank image (ie. blank.jpg or blank.gif. As you can see below after clip 1 we added a comma and then [...]]]></description>
			<content:encoded><![CDATA[<p>In Firefox, Flowplayer does not like to stop looping even though autorewind is set to false. In order to fix it, you need to add a second clip to the playlist which is just a blank image (ie. blank.jpg or blank.gif. As you can see below after clip 1 we added a comma and then clip 2, and the video stops. It still shows the loading sign even though it&#8217;s not loading anything but that is something we can&#8217;t avoid.</p>
<p>{ url: &#8216;http://spidadesign.com/NEW/exit9films.com/videos/video_5_1203959960.flv&#8217; }, {url: &#8216;images/space.gif&#8217;</p>
<p>Actual script we have working on the site is below</p>
<pre id="line79">&lt;<span class="start-tag">script</span><span class="attribute-name"> type</span>=<span class="attribute-value">&#8220;text/javascript&#8221;</span>&gt;
// &lt;![CDATA[
var fo = new</pre>
<pre id="line79">SWFObject("http://spidadesign.com/NEW/exit9films.com/pages/swf/FlowPlayerDark.swf",</pre>
<pre id="line79">"FlowPlayer", "367", "260", "7", "#ffffff", true);
fo.addParam("allowScriptAccess", "always");
fo.addVariable("config", "{ countryCode: 'fi', playList: [ {overlayId: 'play' },</pre>
<pre id="line79">{ url: 'http://spidadesign.com/NEW/exit9films.com/videos/video_5_1203959960.flv' },</pre>
<pre id="line79">{url: 'images/space.gif', duration: 1} ], initialScale: 'scale', autoRewind: 'false',</pre>
<pre id="line79">fullScreenScriptURL: 'http://spidadesign.com/NEW/exit9films.com/pages/swf/fullscreen.js' }");

fo.write("player");
// ]]&gt;
&lt;/<span class="end-tag">script</span>&gt;</pre>
<p><script type="text/javascript"> // <![CDATA[ var fo = new SWFObject("http://spidadesign.com/NEW/exit9films.com/pages/swf/FlowPlayerDark.swf", "FlowPlayer", "367", "260", "7", "#ffffff", true); // need this next line for local testing, it\\\\\\'s optional if your swf is on the same domain as your html page</p>
<p>fo.addParam("allowScriptAccess", "always"); fo.addVariable("config", "{ countryCode: \\\\\\'fi\\\\\\', playList: [ {overlayId: \\\\\\'play\\\\\\' },  { url: \\\\\\'http://spidadesign.com/NEW/exit9films.com/videos/video_5_1203959960.flv\\\\\\' }, {url: \\\\\\'images/space.gif\\\\\\', duration: 1} ],  initialScale: \\\\\\'scale\\\\\\', autoRewind: \\\\\\'false\\\\\\',   fullScreenScriptURL: \\\\\\'http://spidadesign.com/NEW/exit9films.com/pages/swf/fullscreen.js\\\\\\' }");</p>
<p>fo.write("player"); // ]]&gt; </script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.spidadesign.com/theweb/flowplayer-looping-issue/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web Design Process</title>
		<link>http://www.spidadesign.com/theweb/web-design/</link>
		<comments>http://www.spidadesign.com/theweb/web-design/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 05:56:49 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[web design]]></category>

		<category><![CDATA[new york  web design]]></category>

		<category><![CDATA[new york web development]]></category>

		<guid isPermaLink="false">http://spidadesign.com/theweb/web-design/</guid>
		<description><![CDATA[The following information will serve as a guide to the web design and web development process, so you will know what to expect.
 

Acquire      a domain name – Only buy the domain name and do not buy any extra      services. Many companies try to offer [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin-left: 0.25in">The following information will serve as a guide to the web design and web development process, so you will know what to expect.</p>
<p class="MsoNormal" style="margin-left: 0.25in"><o:p> </o:p></p>
<ol style="margin-top: 0in" start="1" type="1">
<li class="MsoNormal">Acquire      a domain name – Only buy the domain name and do not buy any extra      services. Many companies try to offer you services which you don’t need.</li>
<li class="MsoNormal">Acquire      a web hosting company (we offer web hosting) – It is recommended that you      do not purchase a web hosting plan without speaking with us first as we      will help you get a plan which will best fit your needs</li>
<li class="MsoNormal">Sign      up for a merchant account if using an ecommerce site.</li>
<li class="MsoNormal">Obtain      an SSL certificate – needed when you are sending personal info over the      web like a social security # or credit card number. We will purchase this      for you and take care of installation.</li>
<li class="MsoNormal">Create      a site map of website. A sitemap is a diagram of every page that needs to      be created in a tree like structure. All connections of these pages show      where the pages link to. An example of the Sitemap can be viewed here.</li>
<li class="MsoNormal">Create      copy for every page in the sitemap. Place all text in a word document and      name document by page. Do not place the text for every page in one      document</li>
<li class="MsoNormal">Design      of Logo</li>
<li class="MsoNormal">Design      of Homepage</li>
<li class="MsoNormal">Once      homepage design is selected, internal page designs will be created</li>
<li class="MsoNormal">Web      Site construction begins</li>
<li class="MsoNormal">First      Web Site Review – send corrections</li>
<li class="MsoNormal">Second      Web Site review – send final corrections</li>
<li class="MsoNormal">Web      Site goes Live</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.spidadesign.com/theweb/web-design/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Website 101 – How do I select the right web development company?</title>
		<link>http://www.spidadesign.com/theweb/website-101-%e2%80%93-how-do-i-select-the-right-web-development-company/</link>
		<comments>http://www.spidadesign.com/theweb/website-101-%e2%80%93-how-do-i-select-the-right-web-development-company/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 05:55:15 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://spidadesign.com/theweb/website-101-%e2%80%93-how-do-i-select-the-right-web-development-company/</guid>
		<description><![CDATA[In today’s world, most businesses can not survive without a website. The days of the Yellowbook are over. People are shopping for services more than ever online and the internet allows them to find the best match. About 75 percent of my business comes from people who found me on the Internet.
 
Many people are [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">In today’s world, most businesses can not survive without a website. The days of the Yellowbook are over. People are shopping for services more than ever online and the internet allows them to find the best match. About 75 percent of my business comes from people who found me on the Internet.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">Many people are intimidated because they know nothing about computers but with the right <a href="http://www.spidadesign.com/">Web Development Company</a>, you have nothing to worry about.<span>  </span>There are Tens of thousands of web development companies in the world, and finding the right match can be overwhelming but it is much easier then you think.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">First of all, you need decide if you want to work with a company who is local or you don’t mind working with a company in another state. Most people feel safer working with a local designer so they can meet face to face but with the advent of the Internet, more and more people are hiring companies who they have never met since anyone can access the Internet from wherever they are.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">So what do you need to look for in a web development company?</p>
<p class="MsoNormal"><o:p> </o:p></p>
<ol style="margin-top: 0in" start="1" type="1">
<li class="MsoNormal">Does      this company have a professional looking website?</li>
</ol>
<p class="MsoNormal" style="margin-left: 0.25in">Hey if the company doesn’t present themselves in the best way possible why should you expect them to do the same for you.</p>
<p class="MsoNormal" style="margin-left: 0.25in"><o:p> </o:p></p>
<ol style="margin-top: 0in" start="2" type="1">
<li class="MsoNormal">What      do their client sites look like?</li>
</ol>
<p class="MsoNormal" style="margin-left: 0.25in">Appearance is everything, as you only have 5 seconds to grab someone’s attention for them to stay on your site. Are there sites grabbing your attention? Appearance is everything, as that’s what gets the attention of the visitor then it’s your content.</p>
<p class="MsoNormal" style="margin-left: 0.25in"><o:p> </o:p></p>
<ol style="margin-top: 0in" start="3" type="1">
<li class="MsoNormal">Who      are there clients?</li>
</ol>
<p class="MsoNormal" style="margin-left: 0.25in">Many companies put fake companies on their clients page. In order to make sure they are telling the truth, check out the client websites, and see if there is the company name at the bottom of the website. If the name isn’t there, call the company up and ask.</p>
<p class="MsoNormal" style="margin-left: 0.25in"><o:p> </o:p></p>
<ol style="margin-top: 0in" start="4" type="1">
<li class="MsoNormal">What      kind of services do they offer? Almost all web development companies say      the can do anything you need them to. You can easily see the difference      between an established company and a new company based on their portfolio.      If a company says they develop ecommerce sites, do they have an ecommerce      site in their portfolio to look at? <span> </span></li>
</ol>
<p class="MsoNormal" style="margin-left: 0.5in"><o:p> </o:p></p>
<ol style="margin-top: 0in" start="5" type="1">
<li class="MsoNormal">Price      – In web design, in most cases you get what you pay for? If you want a top      notch site you are going to pay more. A lot of people have the notion that      they can get a website for $500. There is a huge difference in the quality      of a $500 site and a $2000 site. Most times a $500 site is a cookie cutter      website where the design is a template used on 100 other sites. You want      your site to be different; you want it to be yours. Every business has its      own personality and you want your website to reflect that.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.spidadesign.com/theweb/website-101-%e2%80%93-how-do-i-select-the-right-web-development-company/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Eccomerce 101 – How to start selling products and services online.</title>
		<link>http://www.spidadesign.com/theweb/eccomerce-101/</link>
		<comments>http://www.spidadesign.com/theweb/eccomerce-101/#comments</comments>
		<pubDate>Sun, 02 Mar 2008 05:50:26 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[Eccomerce]]></category>

		<category><![CDATA[shopping cart]]></category>

		<guid isPermaLink="false">http://spidadesign.com/theweb/eccomerce-101-%e2%80%93-how-to-start-selling-products-and-services-online/</guid>
		<description><![CDATA[So you have a great product that you want to sell online and have no clue where to get started.
 
First of all you need to understand your options as there are many of them. You need to decide on how much flexibility you want.
 
The Most flexible Option
A custom shopping cart is built specifically [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">So you have a great product that you want to sell online and have no clue where to get started.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">First of all you need to understand your options as there are many of them. You need to decide on how much flexibility you want.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><strong>The Most flexible Option<o:p></o:p></strong></p>
<p class="MsoNormal">A custom shopping cart is built specifically for your needs. Every aspect of the site from top to bottom is built just for you. The design, the shipping methods, the product options are all built for your needs. You can get the site built any way you want. Price wise, you pay for the development but there are no recurring fees for the development in most cases. You only pay for webhosting. Management is the easiest.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><strong>The Semi Flexible Option<o:p></o:p></strong></p>
<p class="MsoNormal">This is a shopping cart where you use an out of the box software. You can host the site yourself but you are confined to what the cart offers. Some carts are poorly designed and make management very difficult.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><strong><o:p> </o:p></strong></p>
<p class="MsoNormal"><strong>The Least Flexible <o:p></o:p></strong></p>
<p class="MsoNormal">This option is for people who want to try to build the site themselves. The company will host the site for you and you pay a monthly fee to use their website building software. You are confined to the companies features and can’t not make it custom. Plus if you decide to not want to use there services anymore then your have to start over as you cannot take the website with you. You are pretty much renting a website this way. This way is the simplest way for you to design your own site</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spidadesign.com/theweb/eccomerce-101/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Logo Design</title>
		<link>http://www.spidadesign.com/theweb/logo-design-questions/</link>
		<comments>http://www.spidadesign.com/theweb/logo-design-questions/#comments</comments>
		<pubDate>Fri, 01 Feb 2008 04:25:38 +0000</pubDate>
		<dc:creator>Jason</dc:creator>
		
		<category><![CDATA[logo design]]></category>

		<guid isPermaLink="false">http://spidadesign.com/theweb/logo-design-questions/</guid>
		<description><![CDATA[Designing a logo is a difficult job. As a designer, sometimes it is hard to pick the mind of a client as they can&#8217;t explain to you what they want. I give this questionnaire to all my new logo design clients.

Name that you want on logo?
Is there a tag line?
Do you have a website currently [...]]]></description>
			<content:encoded><![CDATA[<p>Designing a logo is a difficult job. As a designer, sometimes it is hard to pick the mind of a client as they can&#8217;t explain to you what they want. I give this questionnaire to all my new logo design clients.</p>
<ol>
<li>Name that you want on logo?</li>
<li><o:p></o:p>Is there a tag line?</li>
<li><o:p></o:p>Do you have a website currently - if so please list web address.<o:p> </o:p></li>
<li>What does the company do?<o:p></o:p></li>
<li>Any preferred colors?<o:p></o:p></li>
<li>Is there a limit to the number of colors that you want?<o:p> </o:p></li>
<li>Who are your competitors? Please list websites and what you like or don&#8217;t like about their logo.<o:p> </o:p></li>
<li>What style do you prefer (professional, whimsical, hi-tech, etc.)<o:p> </o:p></li>
<li>Any design ideas for the logo?<o:p> </o:p></li>
<li>Email designer any logos that you like (style, color, etc) and give a reason why if possible</li>
</ol>
<p>Use these questions and it will make the logo design process nice and simple.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.spidadesign.com/theweb/logo-design-questions/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
