<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Zander Labs - Wagstaff</title>
    <link rel="alternate" type="text/html" href="http://www.alohatechsupport.net/webdesignmaui/" />
    <link rel="self" type="application/atom+xml" href="http://www.alohatechsupport.net/webdesignmaui/atom.xml" />
    <id>tag:www.alohatechsupport.net,2009-01-26:/webdesignmaui/1</id>
    <updated>2009-06-19T16:42:14Z</updated>
    <subtitle>Web Design Galdorword, Website Designer Articles and Ideas.</subtitle>
    <generator uri="http://www.sixapart.com/movabletype/">Movable Type Pro 4.261</generator>

<entry>
    <title>HTML 5</title>
    <link rel="alternate" type="text/html" href="http://www.alohatechsupport.net/webdesignmaui/hawaii-web-design/html_5.html" />
    <id>tag:www.alohatechsupport.net,2009:/webdesignmaui//1.191</id>

    <published>2009-06-14T17:48:31Z</published>
    <updated>2009-06-19T16:42:14Z</updated>

    <summary>HTML 5 Markup Language There are two major specifications competing to replace HTML 4 and XHTML 1. They are XHTML 2.0 and Web Applications 1.0, also known as HTML5. These coding languages take different approaches and will no doubt have...</summary>
    <author>
        <name>Dylan Wagstaff</name>
        <uri>http://www.alohatechsupport.net</uri>
    </author>
    
        <category term="Design Tutorials &amp; Articles" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="design" label="design" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="html" label="html" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="web" label="web" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.alohatechsupport.net/webdesignmaui/">
        <![CDATA[<h1>HTML 5 Markup Language</h1>  <p>There are two major specifications competing to replace <abbr>HTML</abbr> 4 and <abbr>XHTML</abbr> 1. They are <a href="http://www.w3.org/TR/xhtml2/">XHTML 2.0</a> and <a href="http://en.wikipedia.org/wiki/HTML_5">Web Applications 1.0</a>, also known as <a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML5</a>. These coding languages take different approaches and will no doubt have different outcomes in terms of the future development and design.</p>  <p><img style="border-width: 0px; display: inline; margin-left: 0px; margin-right: 0px;" title="html5" alt="html5" src="http://www.alohatechsupport.net/webdesignmaui/assets/HTML5_77CF/html5.png" width="460" border="0" height="235" /></p>  <p>XHTML 2 is a bold step forward intended to create an architecture that will become the host language to many other <abbr>W3C</abbr> technologies already in use. XHTML 2 is based solely on <abbr>XML</abbr>, a technology that most believe will enable the Web to reach its full potential. <abbr>XHTML</abbr> 2 is driven by how markup should be used, rather than by how markup is currently used.</p>]]>
        <![CDATA[<p>HTML 5 is an extension of HTML4 and XHTML 1. Working within the confines of HTML 4 and XHTML 1, <abbr>HTML</abbr> 5 has devised new solutions to address some of the faults found in <abbr>HTML</abbr> 4 and <abbr>XHTML</abbr> 1. <abbr>HTML</abbr>5 can be also be served as HTML or XML. Unlike XHTML 2, HTML 5 is influenced by how markup is currently used throughout the web. Both HTML 5 and XHTML 2 are at the stage of <a href="http://xhtml.com/en/web-standards/what-is-w3c/#the-standards-approval-process">working drafts</a>. Both specifications are expected to change, and several years will most likely pass before they become standards.</p>  <h6>What's New in HTML 5</h6>  <p><img style="border-width: 0px; margin: 4px 4px 0px 0px; display: inline; float: left;" title="html 5" alt="html 5" src="http://www.alohatechsupport.net/webdesignmaui/assets/HTML5_77CF/icon.jpg" width="100" align="left" border="0" height="100" /> HTML 5 introduces new elements that will partition a Web pages content into sections (represented in the above picture). These section elements will help search engines and other web technologies to better process a sites content. For example the new HTML5 <code>dialog</code> element represents a conversation containing <code>dt</code> elements which identify the speaker, and <code>dd</code> elements which represent the speakers' quotes. Other enhancements include Improved web forms handling, for example the <code>input</code> element which is being enhanced to support email, url, date-related, time-related, and numeric data types. This means more validation can occur on the client side instead of on the server. The <code>&lt;canvas&gt;</code> element allows image scripting on the fly and users will also be able to edit and interact with sections of a web page directly. HTML 5 also supports a new "data" attribute which you can add inside elements to store arbitrary bits of information, to be later parsed. HTML 5 will redefine how web developers mark up content. It will provide a better way to describe the content displayed on a web page, enable more complex content types, improve media and web application support, and increase the interoperability of HTML documents. View a showcase of <a title="HTML 5" href="http://html5gallery.com/" target="_blank">websites using HTML5</a>.</p>  <h6>HTML 5 Shortcomings</h6>  <p>HTML 5 is a reaction to the slow progress made by the <abbr>W3C</abbr> in delivering a replacement for <abbr>HTML</abbr> 4 and XHTML 1. As a result, the process of developing HTML 5 can seem a-bit rushed, and many feel that the spec came out of nowhere and is being fast tracked. Even some of the main stakeholders directly involved feel the time lines and milestones for developing the spec are completely unrealistic. Since every one of us is a stakeholder in this process because the Web belongs to everyone, only an honest and open debate can ensure that the best spec emerges. The development process for <abbr>HTML</abbr> 5 is more open than  <abbr>XHTML</abbr> 2. Everyone is welcome to participate in its development at the <a href="http://whatwg.org/mailing-list">HTML 5 mailing list</a>.</p>]]>
    </content>
</entry>

<entry>
    <title>Live Writer Preview</title>
    <link rel="alternate" type="text/html" href="http://www.alohatechsupport.net/webdesignmaui/hawaii-web-development/live_writer_preview.html" />
    <id>tag:www.alohatechsupport.net,2009:/webdesignmaui//1.176</id>

    <published>2009-05-15T20:11:52Z</published>
    <updated>2009-05-15T20:12:03Z</updated>

    <summary>Live Writer Easily format text and images for any blogging platform. What I really like about Writer is the ease in which you can insert your images and choose from a wide range of effects to style them like rotate,...</summary>
    <author>
        <name>Dylan Wagstaff</name>
        <uri>http://www.alohatechsupport.net</uri>
    </author>
    
        <category term="Website Rants &amp; Misc Entries" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="image" label="image" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="picture" label="picture" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.alohatechsupport.net/webdesignmaui/">
        <![CDATA[<h1>Live Writer</h1>  <br />  <div style="padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px" class="wlWriterSmartContent"><img style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" alt="View Space" src="http://www.alohatechsupport.net/webdesignmaui/assets/LiveWriterPreview_9231/InlineRepresentationfc867399800d4251ad2cff2e468aa151.jpg" /> </div>  <br />  <br />  <p>Easily format text and images for any blogging platform. What I really like about Writer is the ease in which you can insert your images and choose from a wide range of effects to style them like rotate, multiple border options, reflections, rounded corners and drop shadow.</p>  <p><b>Full Feature List      <br /></b>Here’s a list including some of the new features added since Windows Live Writer 2008: </p>  <ul>   <li>New border treatments (including Instant Photo) </li>    <li>Crop and tilt photos </li>    <li>Insert multiple photos with built in effects </li>    <li>Toolbar alignment commands enabled for images </li>    <li>Insert and publish video </li>    <li>Server-side tagging (for supported blogs) </li>    <li>Twitter, Digg and Flickr Plug-ins </li>    <li>Lightbox and Windows Live Spaces inline preview support </li>    <li>Improved category control: adding categories, type-down filtering </li>    <li>AutoLink previous posts with glossary </li>    <li>Smart quotes/typographic characters </li>    <li>Word count </li>    <li>Support for languages</li>    <li>Tabs for view switching </li> </ul>  <p>Writer makes posting photos and video to your blog even easier than before. This entry was posted from my desktop using <a href="http://download.live.com/writer" target="_blank">Live Writer</a>.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Easy Jquery Auto Image Rotator</title>
    <link rel="alternate" type="text/html" href="http://www.alohatechsupport.net/webdesignmaui/maui-web-site-design/easy_jquery_auto_image_rotator.html" />
    <id>tag:www.alohatechsupport.net,2009:/webdesignmaui//1.169</id>

    <published>2009-05-10T17:52:38Z</published>
    <updated>2010-11-11T01:43:41Z</updated>

    <summary>Easy Jquery Image Rotator The other week I had a friend ask me for a simple script to rotate a few images on his web page. Sounded simple and I even assumed I would not have to re-invent the wheel,...</summary>
    <author>
        <name>Dylan Wagstaff</name>
        <uri>http://www.alohatechsupport.net</uri>
    </author>
    
        <category term="Design Tips &amp; Techniques" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="design" label="design" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="html" label="html" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="javascript" label="javascript" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="jquery" label="jquery" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="web" label="web" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.alohatechsupport.net/webdesignmaui/">
        <![CDATA[<h1>Easy Jquery Image Rotator</h1>

<p>The other week I had a friend ask me for a simple script to rotate a few  images on his web page. Sounded simple and I even assumed I would not have to re-invent the wheel, but after an hour of searching for a lightweight script I was surprised to find that unless you were willing to install rather large plug-ins along with jquery there were not allot of options for the simple rotation of images except out-dated scripts. So I decided to come up with my own image rotator that uses jquery's already built in effects.</p>
<h3>Jquery Image Rotator Functionality Checklist.</h3>
<p>What we need our Jquery image rotator to do:</p>
<ol>
  <li>Rotate Images with Links.</li>
  <li>Valid XHTML.</li>
  <li>Lightweight Script.</li>
</ol>
The Rotator as I have come to call it will simply auto rotate through a list of images with a smooth fade effect without the need to include an extra plug-in on top of Jquery.
<p>Let's look at  the XHTML, CSS, and Jquery Javascript that makes it work.</p>
<p><strong>Jquery Image Rotator, <a href="http://www.alohatechsupport.net/examples/image-rotator/image-rotator.html" target="_blank">View Demo</a>, <a href="http://www.alohatechsupport.net/downloads/image-rotator.zip">Download Source</a></strong>.</p>
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a href="http://www.alohatechsupport.net/examples/image-rotator/image-rotator.html" target="_blank"><img alt="Image Rotator" src="http://www.alohatechsupport.net/webdesignmaui/assets/imagerotator.jpg" class="mt-image-none" style="" height="253" width="400" /></a></span><br />

<p style="clear: both;"><strong>The HTML</strong> for our jquery image rotator gets placed in the body of your page.</p>
<pre><code>
&lt;div class="rotator"&gt;
  &lt;ul&gt;
    &lt;li class="show"&gt;
    &lt;a href="javascript:void(0)"&gt;
    &lt;img src="images/image-1.jpg" width="500" height="313"  alt="pic1" /&gt;
    &lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;a href="javascript:void(0)"&gt;
    &lt;img src="images/image-2.jpg" width="500" height="313"  alt="pic2" /&gt;
    &lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;a href="javascript:void(0)"&gt;
    &lt;img src="images/image-3.jpg" width="500" height="313"  alt="pic3" /&gt;
    &lt;/a&gt;
    &lt;/li&gt;
    &lt;li&gt;
    &lt;a href="javascript:void(0)"&gt;
    &lt;img src="images/image-4.jpg" width="500" height="313"  alt="pic4" /&gt;
    &lt;/a&gt;
    &lt;/li&gt;
  &lt;/ul&gt;
&lt;/div&gt;
</code></pre><br />
<p><strong>The CSS</strong></p>
  <pre>/* rotator in-page placement */
        div.rotator {
	position:relative;
	height:345px;
	margin-left: 15px;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
        div.rotator ul li.show {
	z-index:500;
}
</pre>
<br />
<p><strong>The JavaScript</strong></p>

<p>Include jquery and the below script in your page or in an attached file.</p>
<textarea class="ta" cols="60" name="text2" rows="60" style="overflow: hidden;" spellcheck="false">&lt;script type="text/javascript"&gt;

function theRotator() {
	//Set the opacity of all images to 0
	$('div.rotator ul li').css({opacity: 0.0});
	
	//Get the first image and display it (gets set to full opacity)
	$('div.rotator ul li:first').css({opacity: 1.0});
		
	//Call the rotator function to run the slideshow, 6000 = change to next image after 6 seconds
	
	setInterval('rotate()',6000);
	
}

function rotate() {	
	//Get the first image
	var current = ($('div.rotator ul li.show')?  $('div.rotator ul li.show') : $('div.rotator ul li:first'));

    if ( current.length == 0 ) current = $('div.rotator ul li:first');

	//Get next image, when it reaches the end, rotate it back to the first image
	var next = ((current.next().length) ? ((current.next().hasClass('show')) ? $('div.rotator ul li:first') :current.next()) : $('div.rotator ul li:first'));
	
	//Un-comment the 3 lines below to get the images in random order
	
	//var sibs = current.siblings();
        //var rndNum = Math.floor(Math.random() * sibs.length );
        //var next = $( sibs[ rndNum ] );
			

	//Set the fade in effect for the next image, the show class has higher z-index
	next.css({opacity: 0.0})
	.addClass('show')
	.animate({opacity: 1.0}, 1000);

	//Hide the current image
	current.animate({opacity: 0.0}, 1000)
	.removeClass('show');
	
};



$(document).ready(function() {		
	//Load the slideshow
	theRotator();
	$('div.rotator').fadeIn(1000);
    $('div.rotator ul li').fadeIn(1000); // tweek for IE
});

&lt;/script&gt;
  </textarea>
  <br /><br />
<p>To activate  jquery image rotator place the above code in your page head or an attached file. You can adjust the time before the next image appears by altering the setInterval value as well as the fade time itself by changing the animate duration.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Facebook Connect Commenters</title>
    <link rel="alternate" type="text/html" href="http://www.alohatechsupport.net/webdesignmaui/hawaii-web-design/movable_type_facebook_connect_commenters.html" />
    <id>tag:www.alohatechsupport.net,2009:/webdesignmaui//1.156</id>

    <published>2009-04-28T17:24:27Z</published>
    <updated>2009-05-04T00:36:41Z</updated>

    <summary>Setup Facebook Connect Commenters on Movable type Today we will explore how to install Facebook Connect Commenters with Movable Type 4.25 and the Mid Century Template Set, and actually get it to work. You can add Facebook Connect to any...</summary>
    <author>
        <name>Dylan Wagstaff</name>
        <uri>http://www.alohatechsupport.net</uri>
    </author>
    
        <category term="Design Tutorials &amp; Articles" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="blog" label="blog" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="design" label="design" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="html" label="html" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="web" label="web" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.alohatechsupport.net/webdesignmaui/">
        <![CDATA[<h1>Setup Facebook Connect Commenters on Movable type</h1>
  
  <p><strong>Today we will explore how to install Facebook Connect Commenters with Movable Type 4.25 and the Mid Century Template Set</strong>, and actually get it to work. You can add Facebook Connect to any Movable Type blog, allowing Facebook users to sign in, comment, and share their actions. <a property="stag:label" resource="http://cb.semsol.org/product/facebook-connect.rdf#self" typeof="stag:Tag" xmlns:stag="http://semantictagging.org/ns#" class="zem_slink rdfa" href="http://developers.facebook.com/connect.php" title="Facebook Connect" rel="stag:means homepage" target="_blank">Facebook Connect</a>, will automatically display a Facebook commenters name and photo next to their comment while allowing them to easily sign in to comment.
  
  The first step is to get and install the latest version of the facebook connect commenters plug in. (note: if you haven't upgraded Movable type to 4.25 I highly suggest going ahead and upgrading MT as you normally would with the community version that is now availabe at http://www.movabletype.com/download/ and grab the blogger version.) </p>
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a class="thickbox" title="Facebook Connect Commenter" href="http://www.alohatechsupport.net/webdesignmaui/assets/fb-commenter.jpg"><img alt="Facebook Connect Commenter" src="http://www.alohatechsupport.net/webdesignmaui/assets_c/2009/04/fb-commenter-thumb-400x138-265.jpg" class="mt-image-none" style="" width="400" height="138" /></a></span><br />
<p style="clear: both;">
  After the plug in has bee installed you need to navigate to your mt blogs preferences Registration page, check Facebook as a registration method and click setup. This will take you to your mt blogs plugin page where you need to select the <a href="http://plugins.movabletype.org/facebook-connect-commenters/" target="_blank">facebook connect commenters</a> plugin settings area and "edit facebook app". This will take you to Facebook where you can sign in and create your app to communicate with Facebook Connect.</p>
    
<p>Creating the app is very simple. First under the basic tab give your app a name and email click save and than click the connect menu tab on the left side of the page. Once in the connect area you will need to enter the website url of your blog in the Connect URL box. You can also include a logo if you like in this same area.</p>
  
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><a class="thickbox" title="Facebook Connect" href="http://www.alohatechsupport.net/webdesignmaui/assets/fb-connect2.jpg"><img alt="Facebook Connect" src="http://www.alohatechsupport.net/webdesignmaui/assets_c/2009/04/fb-connect2-thumb-400x165-267.jpg" class="mt-image-none" style="" width="400" height="165" /></a></span><br />
<p style="clear: both;">Once complete save your changes and take note of your Api key and Secret as they will be entered into the Movable Type Facebook Connect Commenters plugin area. The next step is to do just that by entering your Facebook Api key and secret number into the Facebook Connect Commenter settings area and click save. At this point your facebook app is all set up and ready to go.</p>
  
  <p><strong>Now we need to make some template changes</strong>. The MT Facebook Connect Commenters plugin comes with a template example that does work but it really depends on your current blogs setup. The templates I will be discussing are for the Mid-century template set but can be adapted for other styles as well. Just be sure to compare templates carefully and make frequent backups.
  (note: If you haven't checked out the mid century template set your missing out on some really great movable type features.)</p>
  
  <p>The first template change is to simply add &lt;$MTGreetFacebookCommenters$&gt; to your html head template so that is included in your pages. This will call all of the necessary code to allow facebook connect users to sign in, pull userpic photos and names.</p>
  
  <p>The next template change is a 2 part step and is very important for enabling the facebook commenters userpic to be included. First go to your main entry template and remove <code>onload="mtEntryOnLoad();" </code> from the body tag as it will conflict with the facebook connect onload tag that is being used. Save your changes and next navigate go to your Comments template module and add this code in script tags.<br />
    <br />
  
  <code>mtAttachEvent("load", mtEntryOnLoad); <br />
  mtAttachEvent("unload", mtEntryOnUnload);</code>
  
<br /><br />  Without this step you will not be able to pull facebook userpic photos and will instead just get the facebook default user pic which look like a question mark.You can add the code just above your form or at the very bottom. As long as it is not included in the body tag itself but rather inside the body it will not conflict with facebook connects onload action. View my <a href="http://www.alohatechsupport.net/downloads/comments.txt">comments template</a></p>
  
  
  <p>For our final step we will need to edit the mid century Individual Comments template to include the code for facebook connect commenter userpic photo, link and name. There are a few ways of doing this depending on your blogs setup but in this case we do not need to edit our Userpic module as all the necessary code will be included here. View my <a href="http://www.alohatechsupport.net/downloads/individual-comment.txt">Individual Comments Template</a></p>
  
  <p>Great job, all that's left to do is publish your blog to view your changes. To see the plug-in in action you can sign in with facebook connect and post a comment.</p>
  
  Movable type Facebook Connect Commenters templates.
  <ul>
  <li><a href="http://www.alohatechsupport.net/downloads/comments.txt">Comments template</a></li> 
  <li><a href="http://www.alohatechsupport.net/downloads/individual-comment.txt">Individual Comments template</a></li>
  <li><a href="http://www.alohatechsupport.net/downloads/userpic.txt">Userpic template</a></li>
  </ul>
<div class="zemanta-related"><h6 class="zemanta-related-title">Related Articles</h6><ul class="zemanta-article-ul"><li class="zemanta-article-ul-li"><a href="http://www.allfacebook.com/2009/02/facebook-connect-commandments/">The 10 Commandments of Facebook Connect</a> (allfacebook.com)</li></ul></div>

<div class="zemanta-pixie"><img class="zemanta-pixie-img" src="http://img.zemanta.com/pixy.gif?x-id=ea9fbced-fdb3-4440-aafd-bc49512bd5bc" /><span class="zem-script more-related pretty-attribution"><script type="text/javascript" src="http://static.zemanta.com/readside/loader.js" defer="defer"></script></span></div>]]>
        
    </content>
</entry>

<entry>
    <title>Image Menu with Jquery</title>
    <link rel="alternate" type="text/html" href="http://www.alohatechsupport.net/webdesignmaui/maui-web-site-design/create_image_menu_with_jquery.html" />
    <id>tag:www.alohatechsupport.net,2009:/webdesignmaui//1.101</id>

    <published>2009-03-15T16:46:24Z</published>
    <updated>2009-05-12T23:36:46Z</updated>

    <summary>Creating a Smooth Image Menu with Jquery I have always thought that imagemenu sliding effect is really cool and that it would be nice if it worked with jQuery. Introducing a Mootools image menu ported to Jquery. If you have...</summary>
    <author>
        <name>Dylan Wagstaff</name>
        <uri>http://www.alohatechsupport.net</uri>
    </author>
    
        <category term="Design Tips &amp; Techniques" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="design" label="design" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="html" label="html" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="javascript" label="javascript" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="jquery" label="jquery" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.alohatechsupport.net/webdesignmaui/">
        <![CDATA[<h1>Creating a Smooth Image Menu with Jquery</h1>

<p>I have always thought that imagemenu sliding effect is really cool and that it would be  nice if it worked with jQuery. Introducing a Mootools image menu ported to Jquery. If you have ever seen the image menu javascript for mootools by phatfusion  and liked what you saw well here is a Sliding Image Menu alternative I've come up with using the power of  jquery javascript.</p>
<h3>Functionality Checklist for our Sliding Image Menu for Jquery.</h3>
<p>Here is what we need our Jquery horizontal sliding image menu to do:</p>
<ol>
  <li>Jquery compatible script.</li>
  <li>Mootools like sliding effect.</li>
  <li>Valid XHTML degrades well.</li>
  <li>Lightweight customizable script.</li>
</ol>
For this Image Menu we will be using jQuery and jquery-easing effects. I ended up adapting two versions of the image menu and will start with the more basic and straightforward one first.

For the purposes of helping visualize this demo I am using the same images found in the original Mootools ImageMenu.
<p>Let's take a look at  the XHTML, CSS, and JavaScript that makes it all work.</p>
<p><strong>Jquery Image Menu Version 1, <a href="http://www.alohatechsupport.net/examples/image-menu-1.html" target="_blank">View Demo</a>, <a href="http://www.alohatechsupport.net/downloads/image-menu-1.zip">Download Source</a></strong>.</p>
<a href="http://www.alohatechsupport.net/examples/image-menu-1.html" target="_blank"><img src="http://www.alohatechsupport.net/images/imagemenu1.jpg" alt="Jquery ImageMenu" width="475" height="163" /></a><br />
<br />
<p><strong>Here is the HTML</strong> for just the jquery Image Menu itself:</p>

<pre><code>
&lt;div class="jimgMenu"&gt;
  &lt;ul&gt;
    &lt;li class="landscapes"&gt;&lt;a href="#"&gt;Landscapes&lt;/a&gt;&lt;/li&gt;
    &lt;li class="people"&gt;&lt;a href="#"&gt;People&lt;/a&gt;&lt;/li&gt;
    &lt;li class="nature"&gt;&lt;a href="#"&gt;Nature&lt;/a&gt;&lt;/li&gt;
    &lt;li class="abstract"&gt;&lt;a href="#"&gt;Abstract&lt;/a&gt;&lt;/li&gt;
    &lt;li class="urban"&gt;&lt;a href="#"&gt;Urban&lt;/a&gt;&lt;/li&gt;
  &lt;/ul&gt;
&lt;/div&gt;</code></pre>
<br />
<br />
<p><strong>Here is The CSS</strong></p>
<div class="slide asset-more-link">
  <h4 style="cursor: pointer;">View CSS...</h4>
</div>
<div class="view" style="display: block;">
  <pre>.jimgMenu {
	position: relative;
	width: 670px;
	height: 200px;
	overflow: hidden;
	margin: 25px 0px 0px;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1340px;
	
	}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:78px;
	height: 200px;
}

.jimgMenu ul li.landscapes a {
	background: url(images/landscapes.jpg) repeat scroll 0%;
}

.jimgMenu ul li.people a {
	background: url(images/people.jpg) repeat scroll 0%;
}

.jimgMenu ul li.nature a {
	background: url(images/nature.jpg) repeat scroll 0%;
}
.jimgMenu ul li.abstract a {
	background: url(images/abstract.jpg) repeat scroll 0%;
}

.jimgMenu ul li.urban a {
	background: url(images/urban.jpg) repeat scroll 0%;
	min-width:310px;
	
}
</pre>
</div>
<br />
<p><strong>The JavaScript</strong></p>
<p>In the header section of your HTML file, you'll need to include jQuery and all the plug in files listed. The bare minimum setup look like this:</p>
<textarea cols="60" name="text" rows="8" style="overflow: hidden;" spellcheck="false">&lt;link href="css/jimgMenu.css" rel="stylesheet" type="text/css" /&gt;
&lt;script type="text/javascript" src="js/jquery.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="js/jquery-easing-1.3.pack.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="js/jquery-easing-compatibility.1.2.pack.js"&gt;&lt;/script&gt;
</textarea>
<br />
<br />
<p>Finally include the jquery in your page or in an attached file.</p>
  <textarea cols="60" name="text2" rows="28" style="overflow: hidden;" spellcheck="false">&lt;script type="text/javascript"&gt;
$(document).ready(function () {
  // find the elements to be eased and hook the hover event
  $('div.jimgMenu ul li a').hover(function() {    
    // if the element is currently being animated
    if ($(this).is(':animated')) {
      $(this).stop().animate({width: "310px"}, {duration: 450, easing:"easeOutQuad", complete: "callback"});
    } else {
      // ease in quickly
      $(this).stop().animate({width: "310px"}, {duration: 400, easing:"easeOutQuad", complete: "callback"});
    }
  }, function () {
    // on hovering out, ease the element out
    if ($(this).is(':animated')) {
      $(this).stop().animate({width: "78px"}, {duration: 400, easing:"easeInOutQuad", complete: "callback"})
    } else {
      // ease out slowly
      $(this).stop(':animated').animate({width: "78px"}, {duration: 450, easing:"easeInOutQuad", complete: "callback"});
    }
  });
});
&lt;/script&gt;
  </textarea>
  <br />
<p>This will activate our image menu, just remember we have css controlling most of the image menus style. You can customize the easing type and duration with the <a href="http://gsgd.co.uk/sandbox/jquery/easing/" target="_blank">jquery easing plugin</a> that we are using to achieve different slide effects.</p>
<p><strong>Jquery Image Menu Version 2, <a href="http://www.alohatechsupport.net/examples/image-menu-2.html" target="_blank">View Demo</a>, <a href="http://www.alohatechsupport.net/downloads/image-menu-2.zip">Download Source</a></strong>.</p>
<a href="http://www.alohatechsupport.net/examples/image-menu-2.html" target="_blank"><img src="http://www.alohatechsupport.net/images/imagemenu2.jpg" alt="Image Menu For jQuery" width="475" height="211" /></a> <br />
<br />
<p>For this second version I have used <a href="http://www.jeremymartin.name/projects.php?project=kwicks" target="_blank">kwicks</a> to help with the ImageMenu animation. The advantage to using kwicks with our sliding image menu is the additional functionality that it brings in the form of sticky menu items which will stay open and custom events such as on click actions instead of hover.</p>
<p><strong>The HTML</strong> remains the same for this version of jquery Image Menu except for the use of id instead of class.</p>
<pre><code>
&lt;div class="jimgMenu"&gt;
  &lt;ul&gt;
    &lt;li id="landscapes"&gt;&lt;a href="#"&gt;Landscapes&lt;/a&gt;&lt;/li&gt;
    &lt;li id="people"&gt;&lt;a href="#"&gt;People&lt;/a&gt;&lt;/li&gt;
    &lt;li id="nature"&gt;&lt;a href="#"&gt;Nature&lt;/a&gt;&lt;/li&gt;
    &lt;li id="abstract"&gt;&lt;a href="#"&gt;Abstract&lt;/a&gt;&lt;/li&gt;
    &lt;li id="urban"&gt;&lt;a href="#"&gt;Urban&lt;/a&gt;&lt;/li&gt;
  &lt;/ul&gt;
&lt;/div&gt;
</code></pre>
<br />
<br />
<p><strong>The CSS is adapted slightly for kwicks</strong></p>

  <pre>.jimgMenu {
	position:relative;
	margin: 0px 0px 0px 50px;
	padding: 0px;
	width:475px;
	height:200px;
	overflow: hidden;
}
.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 200px;
	position: relative;
	}	
.jimgMenu ul li {
	width: 95px;
	float: left;
	display: block;
	overflow: hidden;
}
.jimgMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 200px;
}
.jimgMenu ul li#landscapes a {
	background: url(images/landscapes.jpg) repeat scroll 0%; 
}
.jimgMenu ul li#people a {
	background: url(images/people.jpg) repeat scroll 0%;
}

.jimgMenu ul li#nature a {
	background: url(images/nature.jpg) repeat scroll 0%; 
}
.jimgMenu ul li#abstract a {
	background: url(images/abstract.jpg) repeat scroll 0%;
}
.jimgMenu ul li#urban a {
	background: url(images/urban.jpg) repeat scroll 0%;
	border-right-style: none;
}
</pre>
<br />
<p><strong>The JavaScript</strong></p>
<p>In the header section of your HTML, you will need to include jQuery and all the files below. The bare minimum setup will look like this:</p>
<textarea cols="60" name="text" rows="10" style="overflow: hidden;" spellcheck="false">&lt;link href="css/jimgMenukwicks.css" rel="stylesheet" type="text/css" /&gt;
&lt;script type="text/javascript" src="js/jquery.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="js/jquery-easing-1.3.pack.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="js/jquery-easing-compatibility.1.2.pack.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="js/jquery.kwicks-1.5.1.pack.js"&gt;&lt;/script&gt;
</textarea>
<br />
<p>This will activate our jQuery Sliding Image Menu plug-in. The last step is to include the script in our page by placing this script in your html head or document body.</p>
<textarea cols="60" name="text" rows="7" style="overflow: hidden;" spellcheck="false">&lt;script type="text/javascript"&gt;
$().ready(function() {
	$('.jimgMenu ul').kwicks({max: 310, duration: 300, easing: 'easeOutQuad', complete: 'callback'});
	});
&lt;/script&gt;
</textarea>
<br />
<br />
<p>Enjoy an Image Menu sliding effect for Jquery.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Photo Gallery From Image Folder</title>
    <link rel="alternate" type="text/html" href="http://www.alohatechsupport.net/webdesignmaui/maui-web-site-design/photo_gallery_from_image_folder.html" />
    <id>tag:www.alohatechsupport.net,2009:/webdesignmaui//1.100</id>

    <published>2009-03-02T18:30:40Z</published>
    <updated>2009-04-17T22:11:42Z</updated>

    <summary>Create a Photo Gallery from a folder of images and pictures Folder Gallery This script will allow you to simply drop image folders in a gallery directory to create new galleries. Folder Gallery boasts the ability to, define the amount...</summary>
    <author>
        <name>Dylan Wagstaff</name>
        <uri>http://www.alohatechsupport.net</uri>
    </author>
    
        <category term="Design Tips &amp; Techniques" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="gallery" label="gallery" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="html" label="html" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="image" label="image" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="php" label="php" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.alohatechsupport.net/webdesignmaui/">
        <![CDATA[<h1>Create a Photo Gallery from a folder of images and pictures</h1><br />
<a href="http://www.alohatechsupport.net/webdesignmaui/assets/folder-gallery.jpg" class="thickbox" title="Folder Gallery"> <img alt="Photo Gallery from a folder of images" src="http://www.alohatechsupport.net/webdesignmaui/assets_c/2009/03/folder-gallery-thumb-175x99-212.jpg" class="mt-image-none" width="175" align="left" height="99" /> </a><a href="http://demo.jv2.net/">Folder Gallery</a>
<p>This script will allow you to simply drop image folders in a gallery directory to create new galleries. Folder Gallery boasts the ability to, define the amount of images per page, define thumbnail sizes, embed video files by simply dropping them in the folder, and customize the look by using standard css. You can also check out <a href="http://quickgallery.jv2.net/">Quick Gallery</a> for simplified use.</p><br />
<a href="http://www.alohatechsupport.net/webdesignmaui/assets/flash.jpg" class="thickbox" title="image from folder gallery"> <img alt="image from folder gallery" src="http://www.alohatechsupport.net/webdesignmaui/assets_c/2009/04/flash-thumb-175x119-224.jpg" class="mt-image-none" width="175" align="left" height="119" /> </a>
<p>FREE Flash Gallery <br />
  <a href="http://www.flash-gallery.org/">Flash Image Gallery</a> <br />
  A Free flash image gallery that allows you to  create a slideshow on your website from a folder of images. Easy installation, automatic slide show  generation, customizable design and other cool features like support for a Flickr photostream.</p><br /><br /><br />
<a href="http://www.alohatechsupport.net/webdesignmaui/assets/slideflow.jpg" class="thickbox" title="slideflow"> <img alt="thumbnails are auto generated from your image folder" src="http://www.alohatechsupport.net/webdesignmaui/assets_c/2009/03/slideflow-thumb-175x202-208.jpg" class="mt-image-none" width="175" align="left" height="202" /> </a>
<p><a href="http://mediaeventservices.com/blog/2007/11/15/ajax-image-gallery-powered-by-slideflow-like-cover-flow/">Ajax slide-show</a><br /> Although this album is not generated online, the images and picture info is read from an xml file, while the photo thumbnails are auto generated from your image folder using <a property="stag:label" resource="http://rdf.freebase.com/ns/guid/9202a8c04000641f8000000000031c20" typeof="stag:Tag" xmlns:stag="http://semantictagging.org/ns#" class="zem_slink rdfa" href="http://www.adobe.com/products/photoshop/family/?promoid=BPDEK" title="Adobe Photoshop" rel="stag:means homepage">Photoshop</a> actions that are included in the source. All thats left for you to do once it's done is upload it to your server. <br /><br />This photo gallery is an ajax based image gallery where you can drag the photo using your mouse, or simply click anywhere in the stack to quickly jump there. Click inside the frame in order to enable mouse wheel and arrow key navigation! View the <a href="http://mediaeventservices.com/demo/gallery/gallery.html">fullscreen example</a>.</p>
<br style="clear: both;" /><br /><br />
<a href="http://www.alohatechsupport.net/webdesignmaui/assets/flash-gallery.jpg" class="thickbox" title="Auto Gallery"> <img alt="Auto Folder Gallery" src="http://www.alohatechsupport.net/webdesignmaui/assets_c/2009/03/flash-gallery-thumb-175x146-214.jpg" class="mt-image-none" width="175" align="left" height="146" /> </a><p><a href="http://www.flashnifties.com/flash_gallery.php">Auto Flash Gallery</a>. Although this is a paid gallery it is still note worthy. </p>
<p>This is one of the easiest flash image galleries available. Simply upload your full size images to a folder and they will appear in the gallery.</p>
<br style="clear: both;" /><br />
<p><strong>Photo Image Gallery Folder</strong><br /> A simple PHP script for automatically creating a <a href="http://www.php4script.com/easy-image-photo-gallery-script/index.php">picture gallery from a folder</a> of images. This photo album will automatically list all the images in your directory, and on the fly creates thumbnails and displays them into a simple table. Just put your images in a folder and you are good to go.</p>
Noteworthy:
<p><a href="http://www.flashmp3player.org/">Flash MP3 Player</a> is a Free application that allows you to play music on your website. Includes easy installation and automatic playlist generation from a folder of music.</p>
<p>Image slideshow from a single directory using jQuery. Script for automatically creating a picture image gallery from a folder. Just upload Photo Gallery Script to a directory with pictures. <a href="http://www.linein.org/blog/2008/01/10/roate-image-using-jquery-with-plugin/">View Demo</a>:</p>
<p>Simple and FREE, where you can create an Image Gallery from a folder of pictures.<br /> PHP to create an <a href="http://www.hagane.us/as/gallery">image gallery from a folder</a>. <a href="http://www.hagane.us/as/gallery/gallery.zip">Download</a>
<br /><br /></p>]]>
        
    </content>
</entry>

<entry>
    <title>Show Hide Expand Collapse Javascript</title>
    <link rel="alternate" type="text/html" href="http://www.alohatechsupport.net/webdesignmaui/maui-web-site-design/show_hide_expand_collapse_javascript.html" />
    <id>tag:www.alohatechsupport.net,2009:/webdesignmaui//1.98</id>

    <published>2009-02-05T17:27:49Z</published>
    <updated>2013-02-26T23:45:28Z</updated>

    <summary>Show, Hide, Expand, Collapse and Toggle functions with JQuery. Can I show hide or expand collapse a html element like a div with java script? Yes, this guide will allow you in just a few lines of code, to have...</summary>
    <author>
        <name>Dylan Wagstaff</name>
        <uri>http://www.alohatechsupport.net</uri>
    </author>
    
        <category term="Design Tips &amp; Techniques" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="design" label="design" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="html" label="html" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="javascript" label="javascript" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="jquery" label="jquery" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="web" label="web" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.alohatechsupport.net/webdesignmaui/">
        <![CDATA[<h1>Show, Hide, Expand, Collapse and Toggle functions with JQuery.</h1>

<p>Can I show hide or expand collapse a html element like a div with java script?
Yes, this guide will allow you in just a few lines of code, to have a on click show hide content area that can expand and collapse.</p>

<p>The first Step is to download <a href="http://jquery.com/" target="_blank">JQuery</a> and upload it to your server. One great thing about jQuery is the fact that it uses standard css styles which will make things really easy for us.

Once jquery is uploaded set up your in-page html. The overall structure doesn't matter that much, just as long as you use unique classes so that JQuery knows what to show and hide on command.

<xmp>
<div class="slide" style="cursor: pointer;">Show/Hide</div>
<div class="view">
This will get shown/hidden depending on the toggle above.
</div>
</xmp>
</p>
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="Show Hide Javascript" src="http://www.alohatechsupport.net/webdesignmaui/assets_c/2009/02/cup_coffee-128-thumb-100x100-138.png" class="thickbox" width="100" align="left" height="100" /> </span>
<p><strong>Expand collapse script summary</strong>: How it works. The show hide toggle on click function selects the html element that you initially want to have hidden, which will later be shown. In this case we're selecting a div tag that has the view class attached to it. Next you throw a hide() command at it, so that when the page loads we are initially hiding the view div information.

At this point you need to add the show hide toggle command. A.k.a the link that we've added a slide class to, and watch it for clicks. Once someone clicks that link, we run a expand collapse toggle() function to show and hide the state of our view div. The toggle function is incredibly useful, as it constantly is aware of it's existing state and will alternate for us which saves us having to have any record of whether the item is already open or closed.

The last part of the script, the "400″ in your toggle function is the speed. You can either use a number, or use a word such as "slow", "fast", etc.. keep in mind though, when using words you do need to put them inside 'quotation marks' for it to register.</p>

<p>The final script for a single instance along with JQuery gets put in the head of your document:
<xmp>
<script type="text/javascript">
  $(document).ready(function() {
  // Hide the "view" div.
  $('div.view').hide();
  // Watch for clicks on the "slide" link.
  $('div.slide').click(function() {
  // When clicked, toggle the "view" div.
  $('div.view').slideToggle(400);
  return false;
});
});
</script>
</xmp>
</p>
<p><strong>If you would like to have multiple instances on the same page click "continue reading" below and use the following code instead which uses siblings for multiple sliders on the same page.</strong></p>
<div class="slide asset-more-link"><h4 style="margin-bottom: 0px; cursor: pointer;">Continue reading...</h4></div>
<div class="view" style="display: block;">


<p>The below example uses "siblings" so we can have multiple .view and .slide divs that collapse and expand on the same page. <strong>The setup up is the same as above except for the use of the code below instead of the one listed above and the use of multiple .view .slide divs on the same page.</strong></p>

<xmp>
<script type="text/javascript">
 $(document).ready(function() {
 $('div.view').hide();
 $('div.slide').toggle(function() {
 $(this).siblings('div.view').fadeIn('slow');
 }, function() {
 $(this).siblings('div.view').fadeOut('fast');
 return false;
});
});
</script>
</xmp>

That's it! It's really that simple, just add a few lines of code and you have an html element that can expand or collapse. You can use this javascript to show and hide paragraphs, individual links, images, or entire sections of your page.</p>
</div>]]>
        
    </content>
</entry>

<entry>
    <title>Slideshow Pro Flash Gallery for Movable Type</title>
    <link rel="alternate" type="text/html" href="http://www.alohatechsupport.net/webdesignmaui/hawaii-web-design/slideshow_pro_for_movable_type.html" />
    <id>tag:alohatechsupport.net,2009:/webdesignmaui//1.81</id>

    <published>2009-01-15T20:14:51Z</published>
    <updated>2009-02-05T19:38:53Z</updated>

    <summary>How to add a Slideshow Pro Flash Gallery to Movable Type Step one includes creating your slide show flash gallery as usual. There are many ways of doing this and any flash image gallery can be used with Movable Type....</summary>
    <author>
        <name>Dylan Wagstaff</name>
        <uri>http://www.alohatechsupport.net</uri>
    </author>
    
        <category term="Design Tutorials &amp; Articles" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="flash" label="flash" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="gallery" label="gallery" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="image" label="image" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="slideshow" label="slideshow" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.alohatechsupport.net/webdesignmaui/">
        <![CDATA[<h1>How to add a Slideshow Pro Flash Gallery to Movable Type</h1>
<div id="flashcontent" align="center">
 <embed src="http://www.alohatechsupport.net/webdesignmaui/maui-blog-gallery/loader.swf", type="application/x-shockwave-flash" width="542" height="441" allowScriptAccess="sameDomain" allowfullscreen="true" base="."  wmode="transparent"></embed>
	</div><br /><br />
<p>Step one includes <a href="http://wiki.slideshowpro.net/SSPfl/QuickStart" target="_blank">creating your slide show flash gallery</a> as usual. There are many ways of doing this and any flash image gallery can be used with Movable Type. After creating your flash image gallery, upload your flash gallery folder and all its files to your Movable Type output directory via ftp. Preferably not into your main MT static directory.</p>
<p> Step two involves creating a Movable Type blog entry as you normally would and embedding your flash gallery or swf file. It is easiest to use absolute url paths for the flash image gallery files that you want to add to your movable type entry. We are also going to add the transparent parameter so that the flash gallery will blend seamlessly into your Movable type blog. 
<div class="slide asset-more-link"><h4 style="margin-bottom: 0px; cursor: pointer;">Continue reading...</h4></div>
<div class="view" style="display: block;">
<pre>&lt;embed 
  src="http:www.example.com/blog/gallery/player.swf" 
  width="420"
  height="300"
  allowscriptaccess="sameDomain"
  allowfullscreen="true"
  wmode="transparent"
  base="." 
/&gt;</pre></p>

<p>Step three which is shown in the above code is the only real secret for adding a slide show pro xml flash gallery to Movable type. Simply add base="." to the end of your regular flash gallery embed code. This will tell the flash player that all relative links should remain relative to where the swf or flash file is located.</p>

<p>Congratulations you have added a Slideshow Pro flash image gallery to your Movable Type blog post entry.</div></p>]]>
        
    </content>
</entry>

<entry>
    <title>Best Movable Type Plugins</title>
    <link rel="alternate" type="text/html" href="http://www.alohatechsupport.net/webdesignmaui/hawaii-web-design/best_movable_type_plugins.html" />
    <id>tag:alohatechsupport.net,2009:/webdesignmaui//1.56</id>

    <published>2009-01-12T18:42:22Z</published>
    <updated>2009-03-19T22:21:35Z</updated>

    <summary>The Best Movable Type Blog Plugins What are the best plugins available for a Movable Type blog? First a few words about Movable Type. Movable Type blogs can offer maximum SEO potential for your blog entries. I have found that...</summary>
    <author>
        <name>Dylan Wagstaff</name>
        <uri>http://www.alohatechsupport.net</uri>
    </author>
    
        <category term="Design Tutorials &amp; Articles" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="blog" label="blog" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="movabletype" label="movable type" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="plugins" label="plugins" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="seo" label="seo" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.alohatechsupport.net/webdesignmaui/">
        <![CDATA[<h1>The Best Movable Type Blog Plugins</h1>
<p></p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="Movable Type Plugins" src="http://www.alohatechsupport.net/webdesignmaui/assets/elephant_128.png" class="thickbox" style="" width="128" height="128" /></span>What are the best plugins available for a Movable Type blog? First a few words about Movable Type. <a href="http://www.movabletype.org/" title="Movable Type Blog">Movable Type</a> blogs can offer maximum SEO potential for your blog entries. I have found that blog posts will normally appear ranked well in Google within a few days or so after being posting. However Search Engine Optimization or SEO for Movable Type will take some tweaking but the rewards are well worth the effort. One key factor is that MovableType can easily be configured to write seo friendly .html or non dynamic pages. Below I have listed a few of the best Movable Type plugins for MovableType.
<div class="slide asset-more-link"><h4 style="margin-bottom: 0px; cursor: pointer;">Continue reading...</h4></div>
<div class="view" style="display: block;">
<p><a href="http://plugins.movabletype.org/hybrid-pagination/" title="Pagination Plugin for Movable Type" target="_blank">Hybrid Pagination</a> plugin similar to  MTPaginate offers support for paginating your Movable type blog, which relies on Movable Types dynamic publishing feature.</p>

<p><a href="http://mixelandia.com/2008/09/lightbox-para-mtos-mi-primer-plugin.php#english" title="LightBox for Movable Type" target="_blank">LightBox for Movable Type</a> picture plugin will add LightBox to your Movable Type blog by including a rel="ligthbox" tag automatically to your new images.</p>

<p><a href="http://plugins.movabletype.org/previousnextinc/" title="Previous and next in category" target="_blank">Previous and next in category</a> Movable Type plugin will add previous and next links to your blog categories.</p>

<p><a href="http://www.majordojo.com/2008/10/photo-gallery-plugin-for-movable-type-gets-some-love.php" title="Image Gallery Plugin" target="_blank">Image Gallery Plugin</a> for Movable Type will help to create image picture galleries through cms.</p>

<p><a href="http://www.multiply.org/perl/mtplugs/" title="Recent Image Plugin" target="_blank">
The Recent Image Plugin</a> for Movable Type will allow you to include recent images easily in your blog templates.</p>

<p><a href="http://plugins.movabletype.org/sociotags/" title="Social Bookmarks Plugin" target="_blank">
Sociotags</a> is a plug-in for Movable Type 4 that adds a list of social bookmarks or "sociotags" to your blogs entries. Social tags are the little image bookmarks that you may have seen on various pages that let you add the page to social networks or promotional lists such as Digg, Technorati, Del.icio.us, Slashdot, etc.</p>

<p>Mid-Century template set theme. The <a href="http://www.movabletype.org/documentation/themes/mid-century.html">Mid Century Theme</a> shows the amazing features found in Movable Type like AJAX commenting and search, auto complete, related entries, tag clouds, and more. Template set theme by <a href="http://www.jimramsey.net/">Jim Ramsey</a>.</p>

<p>Movable Type Plugins can be easily installed by uploading them to appropriate plugin folders within your Movable Type installation directory. You can refer to individual plug-in installation guides usually found in each plugin download. View all <a href="http://plugins.movabletype.org/" title="Movable Type Plugins" target="_blank">Movable Type Plugins</a>.</p>
</div>]]>
        
    </content>
</entry>

<entry>
    <title>Best SEO Secret Tips</title>
    <link rel="alternate" type="text/html" href="http://www.alohatechsupport.net/webdesignmaui/maui-hawaii-seo-service/best_seo_secret_tips.html" />
    <id>tag:alohatechsupport.net,2007:/webdesignmaui//1.54</id>

    <published>2007-10-11T16:35:12Z</published>
    <updated>2009-02-04T20:14:39Z</updated>

    <summary>Best Search Engine Optimization SEO Tips 1 - Valid XHTML Code - Use Valid xhtml. Search engines prefer tidy houses. Use a markup validation service to ensure that your web pages comply with the latest W3C standards. Ideally, you should...</summary>
    <author>
        <name>Dylan Wagstaff</name>
        <uri>http://www.alohatechsupport.net</uri>
    </author>
    
        <category term="Search Engine Optimization" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="html" label="html" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="seo" label="seo" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="web" label="web" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.alohatechsupport.net/webdesignmaui/">
        <![CDATA[<h1>Best Search Engine Optimization SEO Tips</h1><br />
<span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="Search Engine SEO" src="http://www.alohatechsupport.net/webdesignmaui/assets/Going-up-green-128.png" width="128" height="128" class="thickbox" align="left" /></span>
<p>1 - <strong>Valid XHTML Code</strong> - Use Valid xhtml. Search engines prefer tidy houses. <a href="http://validator.w3.org/" target="_blank">Use a markup validation service</a> to ensure that your web pages comply with the latest W3C standards. Ideally, you should also consider using CSS style sheets to set up your web site design to cut down on the code vs. content ratio. </p>

<p>2 - <strong>Meta Tags</strong> - Two parts of the meta tag deserve particular attention - the description meta tag and the title. The description meta tag is the information that users will see in the search engine results.<br />
  <div class="slide asset-more-link"><h4 style="margin-bottom: 0px; cursor: pointer;">Continue reading...</h4></div>
<div class="view">
Your main keyword should be the very first thing you put inside the title tag. Secondary keywords should follow. You should avoid using all capital letters.  &lt;title&gt;Insert title content here&lt;/title&gt;</p>
<p>3 - <strong>Keywords Throughout Page Content</strong> - After you have carefully selected your keywords and keyword phrases you should be using them throughout the text on your pages. It is important for your main keywords to have the correct keyword density to rank well in Search Engines. The recommended keyword density is from 3% - 7%, anything above 10% looks allot like keyword stuffing. You should <a href="http://www.webconfs.com/keyword-density-checker.php" target="_blank">check keyword density</a> after each text change.</p>
<p>4 - <strong>Keywords in Image Alt Tags</strong> - It is important to include your keywords in these tags, however not just a spam type listing of all of all your keywords.  Be as creative as possible here.</p>
<p>5 - <strong>Use Heading Tags and Bold Text</strong> - Instead of just making a-bit of text bold and bigger use the &lt;H1&gt; and &lt;H2&gt; tags which get special attention from the search engines. Keyword specific bold text and bulleted list items are also favored by the search engines.</p>
<p>6 - <strong>Use Internal Anchor Text Links</strong> - Search engine spiders still love links. Linking throughout your site with descriptive text allows search engines spiders to find and ultimately index your site easily.</p>
<p>7 - <strong>Use an XML Site Map</strong> - Search engines love site maps! <a href="http://www.xml-sitemaps.com/" target="_blank">Create an xml site map</a>  to help search engines crawl your web site. Make sure you don't have any broken links.</p>
<p>8 - <strong>Write Content for Humans, Not Just Search Engines</strong> - You will find that you do better with search engines if your text reads naturally and is written for human eyes. </p></div>]]>
        
    </content>
</entry>

<entry>
    <title>Maui Blog Spot From Maui Hawaii</title>
    <link rel="alternate" type="text/html" href="http://www.alohatechsupport.net/webdesignmaui/hawaii-web-design/maui_blog.html" />
    <id>tag:www.alohatechsupport.net,2007:/webdesignmaui//1.51</id>

    <published>2007-07-13T18:37:22Z</published>
    <updated>2009-02-26T17:25:50Z</updated>

    <summary>Maui Blog Spot A Maui Blog From Maui, Hawaii Just browsing around Maui, Hawaii or looking for something more specific, aloha and welcome to the Maui Blog. Here you will find a Maui blog on and about Maui, Hawaii, Web...</summary>
    <author>
        <name>Dylan Wagstaff</name>
        <uri>http://www.alohatechsupport.net</uri>
    </author>
    
        <category term="Design Tutorials &amp; Articles" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="blog" label="blog" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="hawaii" label="hawaii" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="maui" label="maui" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.alohatechsupport.net/webdesignmaui/">
        <![CDATA[<h1>Maui Blog Spot</h1> <h2>A Maui Blog From <a property="stag:label" resource="http://rdf.freebase.com/ns/guid/9202a8c04000641f8000000000082b05" typeof="stag:Tag" xmlns:stag="http://semantictagging.org/ns#" class="zem_slink rdfa" href="http://maps.google.com/maps?ll=20.8,-156.333333333&amp;spn=0.1,0.1&amp;q=20.8,-156.333333333%20%28Maui%29&amp;t=h" title="Maui" rel="stag:means geolocation">Maui, Hawaii</a></h2><p></p><img alt="Maui Blog from Maui, Hawaii" src="http://www.alohatechsupport.net/webdesignmaui/assets/food_128X128.png" class="thickbox" align="left" width="128" height="128" /> Just browsing around Maui, <a property="stag:label" resource="http://rdf.freebase.com/ns/guid/9202a8c04000641f800000000001b9e4" typeof="stag:Tag" xmlns:stag="http://semantictagging.org/ns#" class="zem_slink rdfa" href="http://maps.google.com/maps?ll=21.3113888889,-157.796388889&amp;spn=1.0,1.0&amp;q=21.3113888889,-157.796388889%20%28Hawaii%29&amp;t=h" title="Hawaii" rel="stag:means geolocation">Hawaii</a> or looking for something more specific, aloha and welcome to the <a href="http://www.alohatechsupport.net/webdesignmaui/" title="Maui Blog">Maui Blog</a>. Here you will find a Maui blog on and about Maui, Hawaii, Web Design, Website Development, Computers and much more! This Maui Blog is updated regularly so be sure to check back often for related news, stories and articles on Maui. Maui Blog Spot From Maui, Hawaii. <em>This Maui Blog utilizes rss xml data.<br /><a href="http://www.alohatechsupport.net/" title="Maui Website Design">Web Design</a> by Aloha Techsupport Hawaii.</em><br /><br />
<h3>Things to do on Maui</h3>

<ul>
	<li>Visit Maui's Big Beach <a href="http://www.gohawaii.com/maui/plan/things_to_do_on_maui/attractions/points_of_interest/makena_beach/?KeepThis=true&amp;TB_iframe=true&amp;height=650&amp;width=800" class="thickbox">Makena</a></li>

	<li>Watch the sunrise on Maui's Volcano <a href="http://www.gohawaii.com/maui/plan/things_to_do_on_maui/attractions/points_of_interest/haleakala/?KeepThis=true&amp;TB_iframe=true&amp;height=650&amp;width=800" class="thickbox">Haleakala Crater</a></li>

	<li>Discover humpback whales while <a href="http://www.gohawaii.com/maui/plan/things_to_do_on_maui/water_adventures/whale_watching/?KeepThis=true&amp;TB_iframe=true&amp;height=650&amp;width=800" class="thickbox">whale watching</a></li>

	<li>Take a drive through the scenic, 53-mile <a href="http://www.gohawaii.com/maui/plan/things_to_do_on_maui/attractions/points_of_interest/hana/?KeepThis=true&amp;TB_iframe=true&amp;height=650&amp;width=800" class="thickbox">Hana  highway</a></li>

	<li>Hike the trais around Iao Needle in <a href="http://www.gohawaii.com/maui/plan/things_to_do_on_maui/attractions/points_of_interest/iao_valley/?KeepThis=true&amp;TB_iframe=true&amp;height=650&amp;width=800" class="thickbox">Iao Valley</a></li>

	<li>Find that special something while browsing the shops, museums, and restaurants of <a href="http://www.gohawaii.com/maui/learn/lahaina/?KeepThis=true&amp;TB_iframe=true&amp;height=650&amp;width=800" class="thickbox">Lahaina</a></li>

	<li>Swim with Maui dolphins by taking a trip to <a href="http://www.gohawaii.com/maui/plan/things_to_do_on_maui/attractions/points_of_interest/molokini/?KeepThis=true&amp;TB_iframe=true&amp;height=650&amp;width=800" class="thickbox">Molokini</a></li>
</ul>


<strong>Maui Blog Factoids</strong>
<p>Maui is known as the "Valley Isle" because of the valley that exists between the two volcanoes that make up the island.</p>
<p>Hawaii has long been known as the gathering place of surfing. Maui however, is not the center of the sport. Maui has some good breaks but Oahu's North Shore is the best spot for surfing great waves with good shape.</p>]]>
        
    </content>
</entry>

<entry>
    <title>Layer Flash Under HTML</title>
    <link rel="alternate" type="text/html" href="http://www.alohatechsupport.net/webdesignmaui/maui-web-design-articles/layer_flash_under_html.html" />
    <id>tag:alohatechsupport.net,2007:/webdesignmaui//1.50</id>

    <published>2007-07-04T23:13:45Z</published>
    <updated>2009-01-28T22:03:33Z</updated>

    <summary>Flash and Positioning XHTML Div LayersIs there a way to have a flash movie play below another layer like an html text heading or div tag?Answer: Yes, this is actually fairly simple but is a several part process depending on...</summary>
    <author>
        <name>Dylan Wagstaff</name>
        <uri>http://www.alohatechsupport.net</uri>
    </author>
    
        <category term="Website Designer Articles" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="design" label="design" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="flash" label="flash" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="html" label="html" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="web" label="web" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.alohatechsupport.net/webdesignmaui/">
        <![CDATA[<h1>Flash and Positioning XHTML Div Layers<br /></h1><h2>Is there a way to have a flash movie play below another layer like an html text heading or div tag?</h2><p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="Position Flash Below Html Elements" src="http://www.alohatechsupport.net/webdesignmaui/assets/monkey_bicycle_128.png" width="128" height="128" class="thickbox" align="left" /></span>Answer: Yes, this is actually fairly simple but is a several part process depending on how may different items you would like to position above the flash element.</p><p style="font-weight: bold">1. First you must add the wmode parameter transparent to the flash object that is going to be embedded.</p><p>Like so...&nbsp; &lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;</p><p style="font-style: italic">(note:) If you are using the swfobject.js method to embed your flash files (recommended) you can add the transparent parameter by simply using the example below to append to your current setup:</p><p>&lt;script type=&quot;text/javascript&quot;&gt;<br />&nbsp;&nbsp; var so = new SWFObject(&quot;movie.swf&quot;, &quot;movie&quot;, &quot;700&quot;, &quot;300&quot;, &quot;#ffffff&quot;);<br />&nbsp;&nbsp; so.addParam(&quot;wmode&quot;, &quot;transparent&quot;);<br />&nbsp;&nbsp; so.write(&quot;flashcontent&quot;);<br />&lt;/script&gt; </p><p>&nbsp;</p><p><span style="font-weight: bold">2. Now we need to wrap our flash movie in its own div tag and and apply some css so that we can set the position to be below the header text and description div.</span><br />(See example below for xhtml and css code.)<br /></p><p>&lt;div id=&quot;header&quot;&gt;</p><p>&lt;div id=&quot;flash&quot;&gt;flash file goes here.&lt;/div&gt;</p><p>&lt;/div&gt;&nbsp;</p><p><br /><strong>And the accompanying css for the above is:</strong><br />(note the z-index and absolute position for #flash div)<br /></p><p>#flash {<br />&nbsp;&nbsp;&nbsp; width: 700px;<br />&nbsp;&nbsp;&nbsp; height: 300px;<br />&nbsp;&nbsp;&nbsp; position: absolute;<br />&nbsp;&nbsp;&nbsp; z-index: 0;<br />}</p><p>#header {<br />&nbsp;&nbsp;&nbsp; height: 300px;<br />&nbsp;&nbsp;&nbsp; margin-bottom: 30px;<br />&nbsp;&nbsp;&nbsp; text-align: left;<br />} <br /></p><p>&nbsp;</p><p><span style="font-weight: bold">3. Ok, now lets go ahead and set up the html layers that will be displayed displayed above our flash content.</span> In this case it will be an h1 header and a description that is in its own div that is above the flash media.</p><p>(Two items to be positioned over the flash movie)</p><p><span style="font-weight: bold">The h1 css is:</span> (note: feel free to style it however you want or use a different tag, the important thing is the z-index and absolute position.<br /></p><p>h1 {<br />&nbsp;&nbsp;&nbsp; padding-top: 15px;<br />&nbsp;&nbsp;&nbsp; padding-bottom: 15px;<br />&nbsp;&nbsp;&nbsp; margin-left: 10px;<br />&nbsp;&nbsp;&nbsp; font-family: Verdana, Arial, Helvetica, sans-serif;<br />&nbsp;&nbsp;&nbsp; font-size: 24px;<br />&nbsp;&nbsp;&nbsp; color: #666666;<br />&nbsp;&nbsp;&nbsp; font-weight: bold;<br />&nbsp;&nbsp;&nbsp; position: absolute;<br />&nbsp;&nbsp;&nbsp; z-index: 1;<br />} </p><p>&nbsp;<br /><span style="font-weight: bold">Now for the description css</span> which is going to be in its own div tag containing text and will be positioned above the flash element as well: (note the z-index and the absolute position again)<br /></p><p>.description {<br />&nbsp;&nbsp;&nbsp; font-family: Verdana, Arial, Helvetica, sans-serif;<br />&nbsp;&nbsp;&nbsp; font-size: 9px;<br />&nbsp;&nbsp;&nbsp; color: #FFFFFF;<br />&nbsp;&nbsp;&nbsp; margin-left: 15px;<br />&nbsp;&nbsp;&nbsp; margin-top: 35px;<br />&nbsp;&nbsp;&nbsp; padding: 5px;<br />&nbsp;&nbsp;&nbsp; font-weight: bold;<br />&nbsp;&nbsp;&nbsp; line-height: 14px;<br />&nbsp;&nbsp;&nbsp; position: absolute;<br />&nbsp;&nbsp;&nbsp; z-index: 1;<br />} <br /></p><p><span style="font-weight: bold">4. Thats it, the finished code in the body of a web page will look like this:<br /></span>(note: Code is placed in the header div which has no z-index or absolute position necessary)<span style="font-weight: bold"><br /></span></p><p>&lt;div id=&quot;header&quot;&gt;</p><p>&lt;div id=&quot;flash&quot;&gt;flash file goes here.&lt;/div&gt;</p><p>&lt;h1&gt;Heading Text&lt;/h1&gt;<br />&lt;div class=&quot;description&quot;&gt;Your description text&lt;/div&gt; <br /></p><p>&lt;/div&gt;</p><p style="font-weight: bold">And the final accompanying CSS is:</p><p><br />h1 {<br /> &nbsp;&nbsp;&nbsp; padding-top: 15px;<br /> &nbsp;&nbsp;&nbsp; padding-bottom: 15px;<br /> &nbsp;&nbsp;&nbsp; margin-left: 10px;<br /> &nbsp;&nbsp;&nbsp; font-family: Verdana, Arial, Helvetica, sans-serif;<br /> &nbsp;&nbsp;&nbsp; font-size: 24px;<br /> &nbsp;&nbsp;&nbsp; color: #666666;<br /> &nbsp;&nbsp;&nbsp; font-weight: bold;<br /> &nbsp;&nbsp;&nbsp; position: absolute;<br /> &nbsp;&nbsp;&nbsp; z-index: 1;<br /> }</p><p>.description {<br /> &nbsp;&nbsp;&nbsp; font-family: Verdana, Arial, Helvetica, sans-serif;<br /> &nbsp;&nbsp;&nbsp; font-size: 9px;<br /> &nbsp;&nbsp;&nbsp; color: #FFFFFF;<br /> &nbsp;&nbsp;&nbsp; margin-left: 15px;<br /> &nbsp;&nbsp;&nbsp; margin-top: 35px;<br /> &nbsp;&nbsp;&nbsp; padding: 5px;<br /> &nbsp;&nbsp;&nbsp; font-weight: bold;<br /> &nbsp;&nbsp;&nbsp; line-height: 14px;<br /> &nbsp;&nbsp;&nbsp; position: absolute;<br /> &nbsp;&nbsp;&nbsp; z-index: 1;<br /> }</p><p>#flash {<br /> &nbsp;&nbsp;&nbsp; width: 700px;<br /> &nbsp;&nbsp;&nbsp; height: 300px;<br /> &nbsp;&nbsp;&nbsp; position: absolute;<br /> &nbsp;&nbsp;&nbsp; z-index: 0;<br /> }</p><p>#header {<br /> &nbsp;&nbsp;&nbsp; height: 300px;<br /> &nbsp;&nbsp;&nbsp; margin-bottom: 30px;<br /> &nbsp;&nbsp;&nbsp; text-align: left;<br /> }<br /><br /><br /><span style="font-weight: bold">HTML Layers and Flash Position Summary:</span></p><h3>How to layer a Flash movie below another html div tag or layer.</h3><p>To position a flash movie under another html element basically you just need to give the flash move a parameter of wmode transparent and position it absolutely with a z-index of 0. Do this by putting the flash object in its own div and using css. (see examples above)<br /></p><p>For the items that you would like positioned above the flash movie set their z-index to 1 and position them absolutely as well. After that it's just a matter of putting it all in the div or container that you would like applying the css and adjusting the margin and padding to your specific needs. &nbsp;</p>]]>
        
    </content>
</entry>

<entry>
    <title>Streaming Movies to an XBox 360 From Vista</title>
    <link rel="alternate" type="text/html" href="http://www.alohatechsupport.net/webdesignmaui/computer-tips-optimization/streaming_movies_to_an_xbox_360_from_vista.html" />
    <id>tag:alohatechsupport.net,2007:/webdesignmaui//1.49</id>

    <published>2007-05-13T02:00:22Z</published>
    <updated>2009-02-05T19:41:40Z</updated>

    <summary>Streaming Movies, Music and Pictures to an XBox 360Using Microsoft Windows Media Player, you can stream music, pictures, and videos from your personal computer to your Xbox 360. The really great thing is you don&apos;t need to download and install...</summary>
    <author>
        <name>Dylan Wagstaff</name>
        <uri>http://www.alohatechsupport.net</uri>
    </author>
    
        <category term="Computer Tips &amp; Optimization" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="image" label="image" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="music" label="music" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="video" label="video" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.alohatechsupport.net/webdesignmaui/">
        <![CDATA[<h1>Streaming Movies, Music and Pictures to an XBox 360<br /></h1><p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="Stream music and video to an XBox 360" src="http://www.alohatechsupport.net/webdesignmaui/assets/film-reel-128x128.png" width="128" height="128" class="thickbox" align="left" /></span><em>Using Microsoft Windows Media Player, you can stream music, pictures, and videos from your personal computer to your Xbox 360.</em> The really great thing is you don't need to download and install any additional software. Use the following steps below to connect your Xbox 360 to your home computer. <a title="Vista Media Connection Guide" target="_blank" href="http://go.microsoft.com/fwlink/?LinkId=73569">Vista Media Center Connection Guide</a><br /> </p><h2>Use your XBox 360 to Listen to your Music &amp; Watch Streaming Videos from your PC.</h2><p>&nbsp;<br /><strong>Step 1: Open Windows Media Player</strong></p><ul><li>Launch Windows Media Player. Select <strong>Start</strong>, then <strong>Windows Media Player.</strong></li></ul><p>&nbsp;<br /><strong>Step 2: Now Turn on media sharing.</strong> </p><ul><li>Click the arrow below the <strong>Library</strong> tab, and then click <strong>Media Sharing</strong>.</li><li>In the <strong>Media Sharing</strong> dialog box, select the <strong>Share my media to</strong> check box.</li><li>In the list of devices below the <strong>Share my media to</strong> check box, select your Xbox 360.</li><li>click <strong>Allow</strong></li><li>click <strong>OK</strong></li></ul><p>&nbsp;<br /><strong>Step 3: Configure your Xbox 360 </strong></p><p>Xbox 360 Settings<br /> </p><ul><li>In the Media section, select <strong>Music, Picture or Photos</strong>. </li><li>Select <strong>Computer</strong>, and then press the <strong>A</strong> button. </li><li>Select <strong>YES, Continue</strong>, and then press the <strong>A</strong> button.</li><li>Select your Windows Vista-based PC, and then press the <strong>A</strong> button.</li><li>Find the music, pictures, or video you want to play, and select an item to play it.</li></ul>]]>
        
    </content>
</entry>

<entry>
    <title>Yahoo PHP Website Email Form</title>
    <link rel="alternate" type="text/html" href="http://www.alohatechsupport.net/webdesignmaui/computer-tips-optimization/yahoo_php_email_form.html" />
    <id>tag:alohatechsupport.net,2007:/webdesignmaui//1.48</id>

    <published>2007-04-28T00:37:57Z</published>
    <updated>2009-01-30T05:43:49Z</updated>

    <summary><![CDATA[Yahoo PHP Web Email Form Script&nbsp;What is PHP based web site form mail? PHP Mail is a communication tool used by Yahoo Hosting that allows you to send email from a form on your website through a PHP script. A...]]></summary>
    <author>
        <name>Dylan Wagstaff</name>
        <uri>http://www.alohatechsupport.net</uri>
    </author>
    
        <category term="Computer Tips &amp; Optimization" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="email" label="email" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="html" label="html" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="php" label="php" scheme="http://www.sixapart.com/ns/types#tag" />
    <category term="web" label="web" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.alohatechsupport.net/webdesignmaui/">
        <![CDATA[<h1>Yahoo PHP Web Email Form Script&nbsp;<br /></h1><p><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="Website PHP Email Form For Yahoo" src="http://www.alohatechsupport.net/webdesignmaui/assets/office1_128.png" width="128" height="128" class="thickbox" align="left" /></span>What is PHP based web site form mail? PHP Mail is a communication tool used by Yahoo Hosting that allows you to send email from a form on your website through a PHP script. A site visitor will fill out your email form, click send and then you recieve the message in your email. PHP Mail is available as part of all Yahoo Web Hosting plans.</p><p><em>PHP</em> (Hypertext Preprocessor) is a widely used, general purpose scripting code&nbsp; language that is especially great for web development design due to the fact that it can be easily embedded into an XHTML document to create dynamic web pages and web mail forms.</p><h2><strong>Yahoo PHP Web Form Mail&nbsp;</strong></h2><p>Web site php form email for Yahoo hosted websites.<strong> The Yahoo PHP Web Mail Form</strong> will use the Post method for the action of the form. To find out the unique required post field url that you need to input in order to make your Yahoo website form mail work properly, simply follow these simple steps below.<br /></p><h2>Setup Yahoo PHP Form Email On Your Website:</h2><p>1. Login to your Yahoo Hosting or Small Business account.</p><p>2. Select your &quot;Web Hosting Control Panel.&quot; Now select the &quot;Create and Update&quot; tab then scroll down and find &quot;Add-Ons.&quot;</p><p>3.Now click on &quot;Email Forms.&quot; Here you will find Yahoo PHP website email form examples, as well as the necessary code for your own forms Post field action.</p><p>4.You can use the form examples found here, or if you have your own website email form already, simply copy and paste the provided form post action code into your Yahoo hosted website form. The Yahoo hosted PHP form mail will be sent to the <em>alternate email address</em> you have listed in your Yahoo account information area.<br /></p><h2>Yahoo PHP Email Form Actions.<br /></h2><p><u>Form Subject:</u><br />&lt;input type=&quot;hidden&quot; name=&quot;subject&quot; value=&quot;Your Custom Subject&quot;&gt;<br /><br /><u>Required Fields:</u><br />&lt;input type=&quot;hidden&quot; name=&quot;required_fields&quot; value=&quot;Name,URL,Email&quot;&gt;<br /><u><br />Redirect URL:</u><br />&lt;input type=&quot;hidden&quot; name=&quot;next_url&quot; value=&quot;http://yourwebsite.com/&quot;&gt;</p><p><em>To see the Yahoo PHP website email form in action, visit <a href="http://www.alohatechsupport.net/" title="Website Design Maui">Website Design Maui</a>.</em></p>]]>
        
    </content>
</entry>

<entry>
    <title>Windows Vista Tips &amp; Tricks</title>
    <link rel="alternate" type="text/html" href="http://www.alohatechsupport.net/webdesignmaui/computer-tips-optimization/windows_vista_tips.html" />
    <id>tag:alohatechsupport.net,2007:/webdesignmaui//1.44</id>

    <published>2007-04-23T23:26:54Z</published>
    <updated>2009-01-29T18:57:34Z</updated>

    <summary><![CDATA[Essential Windows Vista Tips &amp; Tricks(1)&nbsp; For Windows Vista Virus Protection I highly recommended the software application by Grisoft AVG Free Edition, which is a free anti virus program that works well on the new Windows Vista Operating System. Another...]]></summary>
    <author>
        <name>Dylan Wagstaff</name>
        <uri>http://www.alohatechsupport.net</uri>
    </author>
    
        <category term="Computer Tips &amp; Optimization" scheme="http://www.sixapart.com/ns/types#category" />
    
    <category term="vista" label="vista" scheme="http://www.sixapart.com/ns/types#tag" />
    
    <content type="html" xml:lang="en" xml:base="http://www.alohatechsupport.net/webdesignmaui/">
        <![CDATA[<h1>Essential Windows Vista Tips &amp; Tricks<br /><span class="mt-enclosure mt-enclosure-image" style="display: inline;"><img alt="Essential Windows Tips and Tricks" src="http://www.alohatechsupport.net/webdesignmaui/assets/Podcast_64.png" width="64" height="64" class="thickbox" align="left" /></span><br /></h1><p>(1)&nbsp; For <strong>Windows Vista Virus Protection</strong> I highly recommended the software application by Grisoft <a href="http://www.grisoft.com/doc/special-stay-protected-isw-free75cnv/us/crp/0" target="_blank">AVG Free Edition</a>, which is a free anti virus program that works well on the new Windows Vista Operating System. Another user recommended option for complete Windows Vista virus protection is <a href="http://www.avast.com/eng/avast_4_home.html" target="_blank">Avast Home Edition</a>, which is also free for personal use. Both are definitely worth checking out if your looking around for a <em>Free Windows Vista Compatible Anti-Virus Solution</em>.</p><p>(2)&nbsp; Scroll open windows with <strong>Windows Flip 3D</strong>. By pressing WINDOW+TAB on your keyboard you activate the Windows Flip 3D feature. Once the flip 3D window is open you can use the arrow keys on your keyboard or the scroll button on your mouse to easily scroll the 3D windows display.<br /></p><p>(3)&nbsp; <strong>Increase your hard drive performance</strong> with Windows Vista. First right click on the My Computer, then properties and find Device Manager. Now look for and expand the Disk Drives option form the list. Right click on your hard drive that is listed there and then select Properties. Find the Policies tab and Enable Advanced Performance. Finally select OK and close Device Manager. (note: A Battery Backup is recommended due to increased risk of data loss.)<br /></p><p>(4)&nbsp; With Windows Vista, you can <strong>add different system clocks to your desktop tray</strong>. First click the clock, and then on Date and Time Settings. Click the Additional Clocks tab menu. Here you can add one or two additional clocks to the desktop tray as well as select their custom time zone settings.</p><p>(5) <strong>Speed up Windows Vista start up time</strong>. First open your Start Menu and now find and open Windows Defender. Click on the Tools option menu found on the top menu bar and find and select Software Explorer. Now click on Show for All Users. From here you can select any application to either Remove or Disable it from starting with Windows Vista. By decreasing the load on windows vista you will see a noticeable difference in performance.<br /></p>]]>
        
    </content>
</entry>

</feed>
