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

<channel>
	<title>Alienworx Media Solutions Blog</title>
	<atom:link href="http://www.alienworx.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alienworx.com/blog</link>
	<description></description>
	<pubDate>Mon, 29 Dec 2008 20:41:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
	<language>en</language>
			<item>
		<title>Spring Manor Bed &#038; Breakfast Launched</title>
		<link>http://www.alienworx.com/blog/2008/12/spring-manor-bed-breakfast-launched/</link>
		<comments>http://www.alienworx.com/blog/2008/12/spring-manor-bed-breakfast-launched/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 20:41:23 +0000</pubDate>
		<dc:creator>alienworx</dc:creator>
		
		<category><![CDATA[Alienworx News]]></category>

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

		<category><![CDATA[bed and breakfast]]></category>

		<category><![CDATA[bed and breakfast niagara falls]]></category>

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

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

		<guid isPermaLink="false">http://www.alienworx.com/blog/?p=76</guid>
		<description><![CDATA[
Spring Manor has now been launched just in time for the new year. We focused mainly on a clean, fresh design including interactive virtual tours and a pure CSS layout. Check it out!.
]]></description>
			<content:encoded><![CDATA[<div id="attachment_78" class="wp-caption alignleft" style="width: 284px"><a href="http://www.alienworx.com/blog/wp-content/uploads/2008/12/spring-manor-bed-breakfast-niagara-falls-ontario-20081229.jpg"><img class="size-medium wp-image-78" title="spring-manor-bed-breakfast-niagara-falls-ontario-20081229" src="http://www.alienworx.com/blog/wp-content/uploads/2008/12/spring-manor-bed-breakfast-niagara-falls-ontario-20081229-274x300.jpg" alt="Spring Manor Bed &amp; Breakfast" width="274" height="300" /></a><p class="wp-caption-text">Spring Manor Bed &amp; Breakfast</p></div>
<p>Spring Manor has now been launched just in time for the new year. We focused mainly on a clean, fresh design including interactive virtual tours and a pure CSS layout. Check it out!.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alienworx.com/blog/2008/12/spring-manor-bed-breakfast-launched/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How-to: switching CSS themes dynamically!</title>
		<link>http://www.alienworx.com/blog/2008/12/how-to-switching-css-themes-dynamically/</link>
		<comments>http://www.alienworx.com/blog/2008/12/how-to-switching-css-themes-dynamically/#comments</comments>
		<pubDate>Thu, 11 Dec 2008 22:31:46 +0000</pubDate>
		<dc:creator>alienworx</dc:creator>
		
		<category><![CDATA[How-To]]></category>

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

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

		<category><![CDATA[css theme switch]]></category>

		<category><![CDATA[javascript theme switch]]></category>

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

		<category><![CDATA[jquery theme switcher]]></category>

		<guid isPermaLink="false">http://www.alienworx.com/blog/?p=74</guid>
		<description><![CDATA[A new how-to article!. Yes yes I am back to give another little guide on how to use jQuery to its maximum potential. Not too long ago I already introduced the how-to on switching a pages background on the fly with jQuery and jQuery UI libraries.
Today what we are going to do is use the [...]]]></description>
			<content:encoded><![CDATA[<p>A new how-to article!. Yes yes I am back to give another little guide on how to use jQuery to its maximum potential. Not too long ago I already <a title="Change your background on the fly with jQuery" href="http://www.alienworx.com/blog/2008/11/how-to-change-your-background-on-the-fly-with-jquery/">introduced</a> the how-to on switching a pages background on the fly with <a title="jQuery" href="http://jquery.com" target="_blank">jQuery</a> and <a title="jQuery UI" href="http://jquery.com/ui" target="_blank">jQuery UI</a> libraries.</p>
<p>Today what we are going to do is use the same idea but create two separate themes and dynamically switch to each one. This is similar to <a title="marius roosendaal" href="http://www.mariusroosendaal.com/" target="_blank">Marius Roosendal&#8217;s</a> theme switcher. If you look in the source code of our demo you will notice the small amount of code it took us to switch our themes. Most of this can be looked up in the jQuery <a title="jQuery Documentation" href="http://docs.jquery.com/Main_Page" target="_blank">documentation</a>.</p>
<p>Have a look at the <a title="jQuery Theme Switching" href="http://www.alienworx.com/how-to/theme-switch/index.html" target="_blank">demonstration</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alienworx.com/blog/2008/12/how-to-switching-css-themes-dynamically/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How-to: Change your background on the fly with jQuery</title>
		<link>http://www.alienworx.com/blog/2008/11/how-to-change-your-background-on-the-fly-with-jquery/</link>
		<comments>http://www.alienworx.com/blog/2008/11/how-to-change-your-background-on-the-fly-with-jquery/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 18:23:39 +0000</pubDate>
		<dc:creator>alienworx</dc:creator>
		
		<category><![CDATA[How-To]]></category>

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

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

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

		<category><![CDATA[javascript change background]]></category>

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

		<guid isPermaLink="false">http://www.alienworx.com/blog/?p=70</guid>
		<description><![CDATA[If you didn&#8217;t know already, jQuery is possibly the lightest, fastest Javascript library out there. We use it on mostly all of our projects. It is also used on Dell&#8217;s website, CBS, Netflix and more. The most attractive thing about jQuery is that with just a quick skim over the official documentation you can have [...]]]></description>
			<content:encoded><![CDATA[<p>If you didn&#8217;t know already, <a title="jQuery" href="http://www.jquery.com" target="_blank">jQuery</a> is possibly the lightest, fastest Javascript library out there. We use it on mostly all of our projects. It is also used on Dell&#8217;s website, CBS, Netflix and more. The most attractive thing about jQuery is that with just a quick skim over the official <a title="jQuery Documentation" href="http://docs.jquery.com/Main_Page" target="_blank">documentation</a> you can have your site come alive in no time.</p>
<p>So, today we are going to do something basic, yet effective for any website. With just a small snippet of code and some click events we will change our background on the fly. Yeah I know what you are thinking, you can do this easily with Javascript as a stand-alone. However we will add some effects and show some different ways to implement the background-switch concept onto your site.</p>
<p>With what <a title="jQuery" href="http://www.jquery.com" target="_blank">jQuery</a> and <a title="jQuery UI" href="http://ui.jquery.com/" target="_blank">jQuery UI</a> (for effects) can accomplish in a small amount of code it would take twice as much or maybe more using bare-bones Javascript. This makes a difference when you have 4-5 Javascript files firing up on page load calling functions left right and center.</p>
<p>Have a look at our <a title="Demonstration Page" href="http://www.alienworx.com/how-to/backgrounds_jquery.html" target="_blank">demonstration page</a> to see our code in action</p>
<p><strong>Next How-To we will cover how to make seperate CSS Theme files and swap them on the fly!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alienworx.com/blog/2008/11/how-to-change-your-background-on-the-fly-with-jquery/feed/</wfw:commentRss>
		</item>
		<item>
		<title>alienworx.com version 3 launched!</title>
		<link>http://www.alienworx.com/blog/2008/11/alienworxcom-version-3-launched/</link>
		<comments>http://www.alienworx.com/blog/2008/11/alienworxcom-version-3-launched/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 15:49:58 +0000</pubDate>
		<dc:creator>alienworx</dc:creator>
		
		<category><![CDATA[Alienworx News]]></category>

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

		<guid isPermaLink="false">http://www.alienworx.com/blog_new/?p=49</guid>
		<description><![CDATA[Well we&#8217;ve done it again. We have updated our site to the all new version 3. Why you ask? Because we like to keep our website fresh, innovative, ahead of our competitors and well we get sick of it pretty fast. We&#8217;re designers, it happens. As we move into the new layout please excuse the [...]]]></description>
			<content:encoded><![CDATA[<p>Well we&#8217;ve done it again. We have updated our site to the all new version 3. Why you ask? Because we like to keep our website fresh, innovative, ahead of our competitors and well we get sick of it pretty fast. We&#8217;re designers, it happens. As we move into the new layout please excuse the mess.</p>
<p>We intend to expand on our current optimized layout to provide new and existing clients quick access to information about who we are and what we do. Don&#8217;t forget to check us out on your iPhone while your mobile. Just don&#8217;t drive while browsing us ok?.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alienworx.com/blog/2008/11/alienworxcom-version-3-launched/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Microsoft Internet Explorer 8 Beta</title>
		<link>http://www.alienworx.com/blog/2008/09/microsoft-internet-explorer-8-beta/</link>
		<comments>http://www.alienworx.com/blog/2008/09/microsoft-internet-explorer-8-beta/#comments</comments>
		<pubDate>Tue, 02 Sep 2008 21:35:58 +0000</pubDate>
		<dc:creator>alienworx</dc:creator>
		
		<category><![CDATA[Articles]]></category>

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

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

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

		<category><![CDATA[internet explorer 8]]></category>

		<guid isPermaLink="false">http://www.alienworx.com/blog_new/?p=20</guid>
		<description><![CDATA[Microsoft's last attempt at a "proper" Web Browser was with the Vista native Internet Explorer 7. No doubt it was better but still not up to par with it's competitors: Mozilla's Firefox, and Opera to name the famous few.

With the let downs of IE7 obeying proper Web Standards I wouldn't hold my breath on the new Internet Explorer being any better.]]></description>
			<content:encoded><![CDATA[<p>Microsoft&#8217;s last attempt at a &#8220;proper&#8221; Web Browser was with the Vista native Internet Explorer 7. No doubt it was better but still not up to par with it&#8217;s competitors: Mozilla&#8217;s Firefox, and Opera to name the famous few.</p>
<p>With the let downs of IE7 obeying proper Web Standards I wouldn&#8217;t hold my breath on the new Internet Explorer being any better.</p>
<p>&#8220;IE8 has been significantly enhanced, and was designed with great support for current Internet standards. This is evidenced by the fact that even in its first beta, IE8 correctly renders the popular test known as ‘Acid2,’ which was created by the Web community to promote real-world interoperability,” said Ray Ozzie, Microsoft chief software architect (March 08 Press Release).</p>
<p><span style="font-weight: bold;">Features</span></p>
<ul class="unordered">
<li>Accelerators - &#8220;In the past, you would need to copy the address from the webpage,<br />
navigate to another the webpage for a mapping service, and paste in the<br />
address. With the &#8220;Map with Live Maps&#8221; Accelerator in Internet Explorer<br />
8, you can get an in-place view of a map displayed directly on the page.&#8221;</li>
<li>Increased Performance</li>
<li>Enhanced Navigation</li>
<li>Web Slices - &#8220;Using Web Slices, you can keep up with frequently updated sites<br />
directly from the Favorites Bar. If a Web Slice is available on a page,<br />
a green Web Slices icon will appear in the upper-right hand corner of<br />
the browser. You can then easily subscribe and add them to the<br />
Favorites Bar or delete Web Slices that are no longer desired.&#8221;</li>
<li>Higher Security</li>
<li>Automatic Crash Recovery</li>
</ul>
<p>For more information and to download the new Internet Explorer 8: Beta visit the Microsoft <a href="http://www.microsoft.com/windows/internet-explorer/beta/default.aspx" target="_blank">Internet Explorer 8 Official webpage</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alienworx.com/blog/2008/09/microsoft-internet-explorer-8-beta/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Badware! fgg.js What is it?</title>
		<link>http://www.alienworx.com/blog/2008/08/badware-fggjs-what-is-it/</link>
		<comments>http://www.alienworx.com/blog/2008/08/badware-fggjs-what-is-it/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 04:00:03 +0000</pubDate>
		<dc:creator>alienworx</dc:creator>
		
		<category><![CDATA[Articles]]></category>

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

		<category><![CDATA[fgg.js]]></category>

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

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

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

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

		<guid isPermaLink="false">http://www.alienworx.com/blog_new/?p=18</guid>
		<description><![CDATA[What is Badware anyways? Well StopBadware.org, a project run by Academic Institutions such as Harvard Law School define it as &#8220;Badware is software that fundamentally disregards a user’s choice
regarding how his or her computer will be used. You may have heard of
some types of badware, such as spyware, malware, or deceptive adware&#8221;.
How can this affect [...]]]></description>
			<content:encoded><![CDATA[<p>What is Badware anyways? Well <a href="http://www.stopbadware.org/" target="_blank">StopBadware.org</a>, a project run by Academic Institutions such as Harvard Law School define it as &#8220;Badware is software that fundamentally disregards a user’s choice<br />
regarding how his or her computer will be used. You may have heard of<br />
some types of badware, such as spyware, malware, or deceptive adware&#8221;.</p>
<p>How can this affect websites though? It does. Using a server security vulnerability and an automated attack toolkit such as &#8220;Asprox&#8221; (<a href="http://www.finjan.com/MCRCblog.aspx?EntryId=2002" target="_blank">article</a>), hackers can inject malicious code into files throughout the entire server and as well SQL run servers.</p>
<p>These &#8220;scripts&#8221; can be small pieces of Javascript code inserted into the last or second last line of each document. Commonly found is a script named &#8220;fgg.js&#8221; which distributes malware to visiting computers. This code is for the most part invisible unless the code is found, most of the time by accident.</p>
<p>How do you remove this code? First what you need is an HTML editor such as Dreamweaver to be able to &#8220;Find and Replace&#8221; code throughout the entire site.</p>
<p>In Dreamweaver make sure the site you need to get rid of the code in is open in your File window.</p>
<ul class="unordered">
<li>Select &#8220;Edit &gt; Find and Replace&#8221;</li>
<li>The select the drop down beside &#8220;Find in&#8221;.. &#8220;Selected Files in Site&#8221;</li>
<li>Insert the whole line including opening and closing Script tags</li>
<li>Have nothing in the replace window below we aren&#8217;t replacing the code with anything.</li>
<li>Let Dreamweaver do the work and upload the entire site</li>
</ul>
<p>This is only part of solution. The malicious code was inserted somehow and is best to contact your host about possible vulnerabilities.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alienworx.com/blog/2008/08/badware-fggjs-what-is-it/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mozilla Launches Firefox 3</title>
		<link>http://www.alienworx.com/blog/2008/08/mozilla-launches-firefox-3/</link>
		<comments>http://www.alienworx.com/blog/2008/08/mozilla-launches-firefox-3/#comments</comments>
		<pubDate>Tue, 26 Aug 2008 04:00:43 +0000</pubDate>
		<dc:creator>alienworx</dc:creator>
		
		<category><![CDATA[Articles]]></category>

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

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

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

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

		<guid isPermaLink="false">http://www.alienworx.com/blog_new/?p=23</guid>
		<description><![CDATA[Every web developer loves Firefox, plain and simple. Mozilla has just launched Firefox 3.0, another step forward into how we browse the internet. However if you have addons that you absolutely need for day to day routine I would check the addon repository before upgrading. Some addons may not have compatibility updates for the new [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="width: 214px; height: 143px; padding-right: 20px;" src="http://www.alienworx.com/blog/files/alienworx_firefox3.jpg" alt="" width="448" height="300" />Every web developer loves Firefox, plain and simple. Mozilla has just launched Firefox 3.0, another step forward into how we browse the internet. However if you have addons that you absolutely need for day to day routine I would check the <a href="http://addons.mozilla.org/en-US/firefox/" target="_blank">addon repository</a> before upgrading. Some addons may not have compatibility updates for the new 3.0.</p>
<h3>What&#8217;s new?</h3>
<p>The new Firefox is sleek and stylish with a &#8220;Platform-Native Look and Feel&#8221;. New features include faster performance, Smart Location bar, Full Zoom, Tags in Bookmarks, and higher security then ever before.</p>
<p>There really is no downside to the new Firefox, however the &#8220;Platform-Native Look and Feel&#8221; theme is a little too busy for me.</p>
<p>Check out more of the new features and download 3.0 now <a href="http://www.mozilla.com/en-US/firefox/features/" target="_blank">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alienworx.com/blog/2008/08/mozilla-launches-firefox-3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>API Battles, Yahoo! vs Google</title>
		<link>http://www.alienworx.com/blog/2008/06/api-battles-yahoo-vs-google/</link>
		<comments>http://www.alienworx.com/blog/2008/06/api-battles-yahoo-vs-google/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 04:00:50 +0000</pubDate>
		<dc:creator>alienworx</dc:creator>
		
		<category><![CDATA[Articles]]></category>

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

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

		<category><![CDATA[google vs yahoo]]></category>

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

		<guid isPermaLink="false">http://www.alienworx.com/blog_new/?p=26</guid>
		<description><![CDATA[It&#8217;s always a neverending battle between the two top application development companies Yahoo! and Google. With a few very similar applications we take the opportunity to talk about them from a developer&#8217;s point of view and which ones we prefer for integration into existing projects.
The Great Map Debate
Google maps and Yahoo! maps are very close [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s always a neverending battle between the two top application development companies Yahoo! and Google. With a few very similar applications we take the opportunity to talk about them from a developer&#8217;s point of view and which ones we prefer for integration into existing projects.</p>
<p><span style="font-weight: bold;">The Great Map Debate</span></p>
<p>Google maps and Yahoo! maps are very close and very similar, even in the way the API documentation is layed out. Most of the time it is purely personal preference in which API you would use in a project. Both have attractive UIs and both share some of the same methods and functions. However it seems that you can do quite a bit more with the Google Maps API then you can with the Yahoo! API as it is more strongly supported by the developer community. For this we will have to score the Google Maps API a +1 just for its flexibility and expandability.</p>
<p>The Yahoo! maps API however is not that far behind. The documentation is easier on the eyes and it seems a hair bit easier for integration into your site. We found that Google&#8217;s APIs always struggle in the documentation area because most of the time it gets so darn confusing and you find yourself removing your hair prematurely.</p>
<p>The verdict:</p>
<p>Google APIs 1<br />
Yahoo! APIs 1</p>
<hr style="width: 100%; height: 2px;" /><span style="font-weight: bold;">Sharing Events</span></p>
<p>The next two apps are hard to compare. Google&#8217;s Calendar app has been out quite a bit longer then Yahoo!&#8217;s Upcoming app so it hasn&#8217;t seen much from the community development side. Also it is hard to compare the two since Google&#8217;s Calendar app has quite a different purpose. But, yes.. there is a but. If you need to share particular events and happenings on a site and don&#8217;t want to implement a CMS just for that, either of these two apps can do the job.</p>
<p>Google Calendar is great, it really is and we hate to rate it so low but for sharing events it just isn&#8217;t practical. The documentation is horrible and hard to understand. Their XML feed for a user just to grab events is hard to parse and in the end you find yourself with too much code and a lot of time developing.</p>
<p>Yahoo! upcoming takes a few minutes to include and by using a good PHP (or other programming language) XML parsing script you can have your RSS XML events feed parsed in no time and displayed on your site. The documentation is simple and straight forward and we haven&#8217;t had any issues where we needed to start posting in the API message board asking for help.</p>
<p>The verdict:<br />
Google API 1<br />
Yahoo! API 2</p>
<hr style="width: 100%; height: 2px;" />That&#8217;s it for now. As we continue to develop and work with the APIs we will release some how-tos on how to integrate some of these apps in your project.</p>
<p>Vince Angeloni<br />
Alienworx Media Solutions<br />
<span style="font-weight: bold;"><span style="font-weight: bold;"><br />
</span></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alienworx.com/blog/2008/06/api-battles-yahoo-vs-google/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Alienworx Now Offers Hosting</title>
		<link>http://www.alienworx.com/blog/2008/05/alienworx-now-offers-hosting/</link>
		<comments>http://www.alienworx.com/blog/2008/05/alienworx-now-offers-hosting/#comments</comments>
		<pubDate>Mon, 05 May 2008 04:00:23 +0000</pubDate>
		<dc:creator>alienworx</dc:creator>
		
		<category><![CDATA[Company News]]></category>

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

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

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

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

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

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

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

		<guid isPermaLink="false">http://www.alienworx.com/blog_new/?p=31</guid>
		<description><![CDATA[Alienworx now offers hosting at discount prices to all its clients. Hosting packages start at 5.95US/Month for our Unix and Windows servers which support mySQL, PHP and on our Windows servers ASP.
For more information on our Hosting Services please contact us to see how we can help you switch hosts and never look back.
]]></description>
			<content:encoded><![CDATA[<p>Alienworx now offers hosting at discount prices to all its clients. Hosting packages start at 5.95US/Month for our Unix and Windows servers which support mySQL, PHP and on our Windows servers ASP.</p>
<p>For more information on our Hosting Services please <a href="http://www.alienworx.com/contact.html" target="_self">contact us</a> to see how we can help you switch hosts and never look back.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alienworx.com/blog/2008/05/alienworx-now-offers-hosting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Web Fashion for 2008</title>
		<link>http://www.alienworx.com/blog/2008/04/web-fashion-for-2008/</link>
		<comments>http://www.alienworx.com/blog/2008/04/web-fashion-for-2008/#comments</comments>
		<pubDate>Mon, 28 Apr 2008 04:00:18 +0000</pubDate>
		<dc:creator>alienworx</dc:creator>
		
		<category><![CDATA[Articles]]></category>

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

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

		<category><![CDATA[web design fashion]]></category>

		<category><![CDATA[web design styles]]></category>

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

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

		<guid isPermaLink="false">http://www.alienworx.com/blog_new/?p=34</guid>
		<description><![CDATA[Just like clothing the Web changes styles and trends fairly quickly. Don’t be caught using something on your website that was used two or three years ago. By getting with the trends and styles of today you will attract more users to your website then you ever have.
So what’s in style in 2008 for the [...]]]></description>
			<content:encoded><![CDATA[<p>Just like clothing the Web changes styles and trends fairly quickly. Don’t be caught using something on your website that was used two or three years ago. By getting with the trends and styles of today you will attract more users to your website then you ever have.</p>
<p><span style="font-weight: bold;">So what’s in style in 2008 for the Web?</span></p>
<p>Bright, artistic, colourful layouts using smooth font styling and stylish logos. Top horizontal navigation has become the norm these days along with more websites ditching table layouts and sticking to the more modern CSS approach.</p>
<p>Flash seems to be getting pushed further into the shadows as dynamic programming languages like Javascript and web development libraries like jQuery and Ruby on Rails have taken the forefront. These libraries enable the ability for Flash like effects without the need of a third-party application like a Flash Player.</p>
<p>So how can you apply some of these modern ‘Web 2.0’ styles and libraries to your website? Easily, but first I must stress one thing. A logo can make or break a website, it’s true. If your company has been in business since 1943 and still uses the same, old, drab looking logo it is only necessary you get modern and update your style.</p>
<p>The main purpose of the style upgrade is we not only want our website to appeal to an older audience but a younger one as well. Consider this: In 2006 Statistics Canada reported 88.9% of internet users are 18-34 years of age.</p>
<p><span style="font-weight: bold;">Restyle and Modernize your Web Approach</span></p>
<p>Websites need to be simple and easy to use. An e-commerce application should flow very smoothly without any hiccups. This is where <a href="http://en.wikipedia.org/wiki/Ajax_%28programming%29" target="_blank">AJAX</a> comes into play. Not only can it send data to the server but it does it in real-time. Meaning, your customer now has the chance to place an order in a matter of seconds without waiting for pages to load, which can take a significant amount of time. Considering your browser must then reload the page all over. This is another reason why applications like <a href="http://www.facebook.com/" target="_blank">Facebook</a> have overthrown most of its competitors. The ease of use factor is a very important one.</p>
<p><span style="font-weight: bold;">More Video then ever before</span></p>
<p>Video Streaming (e.g. <a href="http://www.youtube.com/" target="_blank">YouTube</a> ) has been a proven marketing tool. Businesses with new products are featuring and showing off their recent developments on popular Video streaming sites because it reaches the customers, and helps them interact and view the product being used. <a href="http://www.youtube.com/" target="_blank">YouTube</a> can reach millions of users within seconds.</p>
<p>How can you use Video Streaming and use it as a tool on your website to promote your business products? Easy. If it is a product that requires real-life user interaction you will need a Video Camera. Once you record a video of your product in action, upload to YouTube and embed the Flash video code onto your site. Now users can see the product in action on your site and millions of potential customers now see it on YouTube.</p>
<p>What about Computer Software and Web Applications? No problem. <a href="http://en.wikipedia.org/wiki/Screencast" target="_blank">ScreenCasting</a> allows you to take a video of your Computer’s screen output, meaning you can show how your application works with a step by step instruction. Now you can show off your hot new application to millions of video viewers and have a demonstration on your website.</p>
<p><span style="font-weight: bold;">Where the Web is Going Beyond 2008</span></p>
<p>It seems every year there are new developments in Web technology that pushes the boundaries on what is possible (We can already order Pizza online! ). New applications can help day to day routines become much easier without the need of a 3rd party Operating System based application. Businesses can interact and market themselves much easier using today’s web technologies but where does it leave us?</p>
<p>With future developments I think it is very possible the Web will be able to perform tasks  that we had never thought it could do. Possibilities like monitoring your home security from a few clicks of a web based interface anywhere in the world, or controlling functions of a piece of electronical equipment in your home while at work. Not really safe or practical but hey, it could work.</p>
<p>Use these technologies within your business to help it grow. Explore the limits of the Web to promote yourself like never before.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alienworx.com/blog/2008/04/web-fashion-for-2008/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
