<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Squigloo</title>
	<atom:link href="http://www.squigloo.com.au/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.squigloo.com.au</link>
	<description>Web &#38; Graphic Design Melbourne</description>
	<lastBuildDate>Wed, 18 Jan 2012 01:19:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mathieu Salem Fashion &amp; Wedding Couture Blog</title>
		<link>http://www.squigloo.com.au/news/mathieu-salem-fashion-wedding-couture-blog/</link>
		<comments>http://www.squigloo.com.au/news/mathieu-salem-fashion-wedding-couture-blog/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 00:56:49 +0000</pubDate>
		<dc:creator>Squigloo</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.squigloo.com.au/?p=884</guid>
		<description><![CDATA[Check out the new blog by Melbourne Couturier &#038; Stylist Mathieu Salem. His blog covers and range articles from fun to informative information about Fashion, Style, Brides, Weddings and more. <a href="http://www.squigloo.com.au/news/mathieu-salem-fashion-wedding-couture-blog/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Check out the new blog by Melbourne Couturier &amp; Stylist Mathieu Salem. His blog covers and range articles from fun to informative information about Fashion, Style, Brides, Weddings and more.</p>
<p>The Mathieu Salem Fashion &amp; Wedding Couture Blog has been especially designed to work on a range of devices meaning you can read the blog whilst on the go on your phone, whilst on your iPad or at your computer.</p>
<p><strong><a title="Mathieu Salem Fashion &amp; Wedding Couture Blog" href="http://www.mathieusalem.com/blog/" target="_blank">Visit Mathieu Salem Fashion &amp; Wedding Couture Blog</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.squigloo.com.au/news/mathieu-salem-fashion-wedding-couture-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Specifying keyboard type for web forms on mobile devices</title>
		<link>http://www.squigloo.com.au/how-to-guides/specifying-keyboard-type-for-web-forms-on-mobile-devices/</link>
		<comments>http://www.squigloo.com.au/how-to-guides/specifying-keyboard-type-for-web-forms-on-mobile-devices/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 00:50:23 +0000</pubDate>
		<dc:creator>Squigloo</dc:creator>
				<category><![CDATA[General Blog]]></category>
		<category><![CDATA[How to guides]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[iOS]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.squigloo.com.au/?p=865</guid>
		<description><![CDATA[Who gets annoyed when they have to switch their mobile keyboard over to the number pad each time they have to enter a phone number in a web form? With some very simple HTML5 code I am going to show you have you can enhance someones user experience with your web forms so the right keyboard for the job shows up automatically. <a href="http://www.squigloo.com.au/how-to-guides/specifying-keyboard-type-for-web-forms-on-mobile-devices/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Who gets annoyed when they have to switch their mobile keyboard over to the number pad each time they have to enter a phone number in a web form? With some very simple HTML5 code I am going to show you have you can enhance someones user experience with your web forms so the right keyboard for the job shows up automatically.</p>
<p>HTML5 has introduced a new properties for the <strong> type attribute</strong> for input elements. The new values are for contact details and include:</p>
<ul>
<li>an email address<span class="code"> (type=&#8217;email&#8217;)</span></li>
<li>a website addres <span class="code">(type=&#8217;url&#8217;)</span></li>
<li>telephone number <span class="code">(type=&#8217;tel&#8217;) </span></li>
</ul>
<p>You won&#8217;t see any difference when viewing on your desktop HTML5 compatible browsers however if you view the forms with Mobile Safari it will automatically use the appropriate keyboard for the job.</p>
<h2>The Code</h2>
<p>By default text fields are given the type=&#8221;text&#8221; attribute. Simple change the type value from text to the relevant type of contact detail such as email for an email address field.</p>
<pre>&lt;label for="email"&gt;Name:&lt;/label&gt;&lt;input name="name" id="name" type="text" /&gt;
&lt;label for="email"&gt;Email:&lt;/label&gt;&lt;input name="email" id="email" type="email" /&gt;
&lt;label for="email"&gt;Phone:&lt;/label&gt;&lt;input name="phone" id="phone" type="tel" /&gt;
&lt;label for="email"&gt;Website:&lt;/label&gt;&lt;input name="web" id="web" type="url" /&gt;</pre>
<h2>The iOS keyboards</h2>
<p>The image below shows the different types of keyboards you will see for each of the HTML5 type attributed fields.</p>
<p><img class="alignleft size-full wp-image-867" title="keyboard_web_forms" src="http://www.squigloo.com.au/wp/wp-content/uploads/2012/01/keyboard_web_forms.png" alt="" width="700" height="360" /></p>
<p>A very simple enhancement that is sure to pleasantly enhance your users web experience!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.squigloo.com.au/how-to-guides/specifying-keyboard-type-for-web-forms-on-mobile-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drupal vs WordPress Terminology Guide</title>
		<link>http://www.squigloo.com.au/how-to-guides/drupal-vs-wordpress-terminology-guide/</link>
		<comments>http://www.squigloo.com.au/how-to-guides/drupal-vs-wordpress-terminology-guide/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 11:02:13 +0000</pubDate>
		<dc:creator>Squigloo</dc:creator>
				<category><![CDATA[General Blog]]></category>
		<category><![CDATA[How to guides]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Drupal]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.squigloo.com.au/?p=853</guid>
		<description><![CDATA[Chances are if you have been using WordPress or Drupal for a while you have become familiar with the terminology and when to use what where. However if you have to switch from one to the other it can become somewhat confusing. You can still achieve generally the same outcomes but all the terminology has changed. Also a handy beginners guide to terminology and features. <a href="http://www.squigloo.com.au/how-to-guides/drupal-vs-wordpress-terminology-guide/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Chances are if you have been using WordPress or Drupal for a while you have become familiar with the terminology and when to use what where. However if you have to switch from one to the other it can become somewhat confusing. You can still achieve generally the same outcomes but all the terminology has changed. And if you&#8217;re new to either CMS software then this will be a handy guide to understand all the lingo and features of each software.</p>
<h2>WordPress (3+) vs Drupal (7+) Glossary</h2>
<table style="width: 95%;" border="0">
<tbody>
<tr>
<td>
<h3><strong>WordPress</strong></h3>
</td>
<td>
<h3><strong><strong>Drupal</strong></strong></h3>
</td>
<td>
<h3><strong>Description</strong></h3>
</td>
</tr>
<tr>
<td><strong>Theme</strong></td>
<td><strong>Theme</strong></td>
<td>A theme is provides the look and feel for your website. With both software packages come with a range of default themes. You can also use free or purchase themes or can build your own custom theme. Themes can also include a bunch of built-in special features. Themes include template files, CSS documents and images used to setup the style of your website.</td>
</tr>
<tr>
<td><strong>Post</strong></td>
<td><strong>Article</strong></td>
<td>If you have content which regularly gets added to your site such as news articles or blog entries then you would create each entry as post/article. Post/Articles are usually displayed in your website in chronological order and get added to the websites RSS feed.</td>
</tr>
<tr>
<td><strong>Page </strong></td>
<td><strong>Basic Page</strong></td>
<td>A page/basic page is designed for static content which is not listed on your website by date but instead is accessed via links. Pages/basic pages are suitable for content such as an about page or a contact page.</td>
</tr>
<tr>
<td> <strong>Plugins</strong></td>
<td> <strong>Modules</strong></td>
<td>Plugins/Modules extend the functionality of WordPress/Drupal. They might be as simple as stylising the search bar or as complex as a full shopping cart. Both WordPress and Drupal come with a range of built-in plugins/modules but also have community driven range of plugins/modules available to freely install. You can also purchase plugins/modules or build your own.</td>
</tr>
<tr>
<td><strong>Sidebar</strong></td>
<td><strong>Region</strong></td>
<td> A sidebar/region is a area within your template designed to display widgets/blocks. You can have none, one or multiple widgets/blocks per sidebar/region.Most WordPress templates come with two sidebar sidebars (a column to the right of your main content) and multiple footer sidebars.Whereas Drupal lists all of the content regions of your template as a region. Not only does it list footer and side column regions but also all the other regions in your template such as the header or main content area.In both CMSs you can create your own sidebars/regions.</td>
</tr>
<tr>
<td> <strong>Widgets</strong></td>
<td> <strong>Blocks</strong></td>
<td>A widget provides a snippet of content that appears anywhere that sidebar appears. It maybe a simple text field or dynamic content such as recent posts or comments. For example you might have a text widget in your footer to display some basic content information on every page in your website. Or you might create a sidebar that only appears when view a posts and use a widget that shows related posts. You can assign a single widget type to multiple sidebars.</p>
<p>A block is very similar to a widget. It too can be some simple text or fully dynamic content like telling users &#8216;Whos online&#8217;. You assign a block to region with the option to specify on which pages/content types you would like the block to appear (or not appear). Unlike WordPress you cannot assign the same block to multiple regions by default. If you want to apply the same block to multiple regions then your need to extend Drupals functionality with this <a title="MultiBlock Module" href="http://drupal.org/node/353565">MultiBlock Module</a>.</td>
</tr>
<tr>
<td> <strong>Menus</strong></td>
<td> <strong>Menus</strong></td>
<td> As the name suggests, its a menu. Menu&#8217;s store a list of links to pages/posts/articles in your site. You can have multiple menu&#8217;s and add these menu&#8217;s to your website by either using code in your theme&#8217;s template files or by adding the menu as widget/block in a sidebar/region.</td>
</tr>
<tr>
<td> <strong>Dashboard</strong></td>
<td> <strong>Dashboard</strong></td>
<td>The Dashboard provides an interface for the backend of the website &#8211; where you create your content. The look and feel of these differs quite a bit between WordPress and Drupal. In WordPress entering the Dashboard provides a one place access point to all your editing features. You then return to the WordPress site to view the changes you have made. Whereas in Drupal (version 7+) when you login to the backend system you see a menu at the top of the page will all the editing options. Clicking on these overlays the options on top of your design. There is still Dashboard link but this just displays few editing features (unless you customise otherwise).</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.squigloo.com.au/how-to-guides/drupal-vs-wordpress-terminology-guide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Do people still print web pages?</title>
		<link>http://www.squigloo.com.au/how-to-guides/do-people-still-print-web-pages/</link>
		<comments>http://www.squigloo.com.au/how-to-guides/do-people-still-print-web-pages/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 03:50:00 +0000</pubDate>
		<dc:creator>Squigloo</dc:creator>
				<category><![CDATA[General Blog]]></category>
		<category><![CDATA[How to guides]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[poll]]></category>
		<category><![CDATA[print]]></category>

		<guid isPermaLink="false">http://www.squigloo.com.au/?p=843</guid>
		<description><![CDATA[I was reading a great tutorial last week about a variety of techniques that you can use for styling your website when printed. One of the best features was getting it to display the full URL next to any link within the page. However, this tutorial got me thinking... does anyone still print out a web page? Lets take a poll to find out what our readers do. <a href="http://www.squigloo.com.au/how-to-guides/do-people-still-print-web-pages/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I was reading a great tutorial last week about a variety of techniques that you can use for styling your website when printed. One of the best features I&#8217;d liked in <em><a href="http://coding.smashingmagazine.com/2011/11/24/how-to-set-up-a-print-style-sheet/">How To Set Up A Print Style Sheet</a></em> was getting it to display the full URL next to any link within the page. However, this tutorial got me thinking&#8230; does anyone still print out a web page? Lets take a poll to find out what our readers do.</p>
Note: There is a poll embedded within this post, please visit the site to participate in this post's poll.
]]></content:encoded>
			<wfw:commentRss>http://www.squigloo.com.au/how-to-guides/do-people-still-print-web-pages/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mobile Friendly Contact Details</title>
		<link>http://www.squigloo.com.au/how-to-guides/mobile-friendly-contact-details/</link>
		<comments>http://www.squigloo.com.au/how-to-guides/mobile-friendly-contact-details/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 00:16:52 +0000</pubDate>
		<dc:creator>Squigloo</dc:creator>
				<category><![CDATA[General Blog]]></category>
		<category><![CDATA[How to guides]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://www.squigloo.com.au/?p=776</guid>
		<description><![CDATA[Have you ever visited a website on your phone and tried to call a phone number, but because of the formatting it doesn't work? In this tutorial I will show you have to make your contact details mobile phone friendly including the address, phone number and email. <a href="http://www.squigloo.com.au/how-to-guides/mobile-friendly-contact-details/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Have you ever visited a website on your phone and tried to call a phone number, but because of the formatting it doesn&#8217;t work? In this tutorial I will show you how to make your contact details mobile phone friendly including the address, phone number and email.</p>
<h2>Street Address</h2>
<p>There a few different options available here and after testing on various devices I have found that using a Google Maps link to be the best option as both iPhone and Android will intercept this link and prompt the user to choose to view on Google Maps or the internet (or other Map App). The other options I trialled included Embedding a Google Map and using the geo prefix in link. The issue with embedding the Google Map is your not giving the user the freedom to use the map App of their choice and it also takes up screen real estate which you may not want to use. The issue with the geo prefix is that is currently not very supported. It worked on Android but not iPhone, making it fairly useless for mobile.</p>
<p><strong>Linking to the address to Google Maps</strong><br />
Simple go to<a> maps.google.com</a>, find the address, press the link icon in the top right and copy the google maps link. Add this link to your address or a view on map link like so:</p>
<pre><code><code>&lt;a href="http://maps.google.com.au/maps?q=melbourne+gpo&amp;ll=-37.813547,144.963613&amp;spn=0.0099,0.026157&amp;oe=utf-8&amp;client=firefox-a&amp;fb=1&amp;gl=au&amp;hq=gpo&amp;hnear=0x6ad642af0f11fd81:0x5045675218ce7e0,Melbourne+VIC&amp;cid=0,0,16491477996227855296&amp;t=m&amp;z=16&amp;vpsrc=0&amp;iwloc=A"&gt;Melbourne GPO&lt;/a&gt;</code></code></pre>
<p><strong>Embedding a Google Map</strong><br />
To embed a Google Map you need to go to<a> maps.google.com</a>, find the address and then press the link icon in the top right. This time select the iframe code and paste this into your website.</p>
<p><strong>Use the geo prefix in your link</strong><br />
Simple add the &#8216;geo:&#8217; prefix follow by the longitude and latitude like so:</p>
<pre><code>&lt;a href="geo:-37,45"&gt;location&lt;/a&gt;</code></pre>
<h2>Phone Number</h2>
<p>To make a phone number or text call simply include the &#8216;tel:&#8217; prefix in your link, making sure you remove any spaces, + signs or special characters.</p>
<pre><code>&lt;a href="tel:0395075301"&gt;Call us&lt;/a&gt;</code></pre>
<p>Note: Using this style link will not work on non-mobile browsers.</p>
<h2>Email Tag</h2>
<p>We&#8217;ve all been doing this on for a long time and is common practice but here it is again to remind us all.</p>
<pre><code>&lt;a href="mailto:info@yourdomain.com.au"&gt;Email us&lt;/a&gt;</code></pre>
<p>Why not help the user out a little and add the subject line in for them too, like so:</p>
<pre><code>&lt;a href="mailto:info@<code>yourdomain</code>.com.au?subject=Enquiry"&gt;Email us&lt;/a&gt;</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.squigloo.com.au/how-to-guides/mobile-friendly-contact-details/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making my website work on a mobile</title>
		<link>http://www.squigloo.com.au/general/making-my-website-work-on-a-mobile/</link>
		<comments>http://www.squigloo.com.au/general/making-my-website-work-on-a-mobile/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 22:49:41 +0000</pubDate>
		<dc:creator>Squigloo</dc:creator>
				<category><![CDATA[General Blog]]></category>

		<guid isPermaLink="false">http://www.squigloo.com.au/?p=790</guid>
		<description><![CDATA[How many Australians are viewing websites on their mobile? How does your website look on a mobile phone? What options do I have for making my website work on a mobile? Find out the answers...  <a href="http://www.squigloo.com.au/general/making-my-website-work-on-a-mobile/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>SmartPhone usage in Australia</h2>
<div id="attachment_748" class="wp-caption alignright" style="width: 160px"><a href="http://www.squigloo.com.au/wp/wp-content/uploads/2011/10/Infographic-Google-Evolution-Of-Mobile2.jpg"><img class="size-thumbnail wp-image-748" title="Google Evolution of Mobile Infographic" src="http://www.squigloo.com.au/wp/wp-content/uploads/2011/10/Infographic-Google-Evolution-Of-Mobile2-150x150.jpg" alt="" width="150" height="150" /></a><p class="wp-caption-text">Google: Mobile use in Australia</p></div>
<p>A study by Google has shown that by the end of 2011 50% of Australians will own a SmartPhone (be it an iPhone, Android or Windows 7 Phone). One of the most common uses for SmartPhone is researching businesses on the internet in order to call the business, get information or make online purchases.  People are on their phones, anywhere and any time which means they could be looking for your website on their SmartPhone after seeing an advertisement, whilst in a store looking at your products or perhaps when discussing your product when out with friends.</p>
<h2>How does your website look on a SmartPhone?</h2>
<p>If your website has not been optimised for mobile viewing then it will probably need a whole lot of pinching and zooming to get in close enough to read. Without optimising the entire website will shrink to fit, making the text and images tiny and buttons hard to press. Users can zoom in but this can become cumbersome.</p>
<p>Another issue is the use of Flash in a website. Good news is it will work on your Android phone, bad news is Flash does not work on iPhones or iPads.</p>
<h2>How can I get my website to work on a mobile phone?</h2>
<p>You have two main options here &#8211; a responsive layout or a separate mobile only site (commonly know as an m-site). Each have their own set of advantages. Lets explain the two options:</p>
<h3><strong>M-sites</strong></h3>
<p>An <em>m-site</em> is a separate version of your website, often a cut down version of with specific information that targets mobile users. It uses a simplified design and is often stored in its own directory or sub domain &#8211; for example www.mydomain.com/m or m.mydomain.com. When users access any page in your website they get redirected to the mobile version. Users can choose to then exit the mobile site if they wish to get more information from the full site.</p>
<div id="attachment_786" class="wp-caption alignleft" style="width: 210px"><a href="http://www.gardenvaletcm.com/m/"><img class="size-full wp-image-786" title="news_gtcm_phone" src="http://www.squigloo.com.au/wp/wp-content/uploads/2011/10/news_gtcm_phone.jpg" alt="" width="200" height="200" /></a><p class="wp-caption-text">Gardenvale TCM: PC &amp; Mobile Site</p></div>
<p><strong>Example m-site</strong><br />
The Gardenvale TCM uses an m-site to provide visitors with quick and easy access the address, contact details, and hours of operation. Mobile phones are automatically redirected to the mobile site but can choose to exit to the full site if they need more information. Check out <a href="http://www.gardenvaletcm.com.au">www.gardenvaletcm.com.au</a> on your mobile phone or go directly to the <a title="Gardenvale TCM Mobile Site" href="http://www.gardenvalecm.com.au/m/" target="_blank">mobile site</a>.</p>
<h3><strong>Responsive Layouts</strong></h3>
<p>Instead of making a separate mobile site, this solutions takes your existing website and modifies the design to allow it to dynamically respond to the size of the user&#8217;s device (e.g. desktop computer, iPad, SmartPhone etc).  No matter what device someone visits the website on or which page they visit, everyone will get the same content, the difference is the information is rearranged and resized for optimal viewing on their device. There is one website for all users.</p>
<div class="wp-caption alignleft" style="width: 210px"><a href="http://www.squigloo.com.au/wp/wp-content/uploads/2011/08/news-phone1.jpg"><img class="size-full wp-image-630 " title="news-phone" src="http://www.squigloo.com.au/wp/wp-content/uploads/2011/08/news-phone1.jpg" alt="" width="200" height="200" /></a><p class="wp-caption-text">Squigloo: Responsive Layout</p></div>
<p><strong>Example Responsive Site</strong><br />
The new <a href="http://squigloo.com.au">Squigloo </a>site uses a responsive layout. Resize your browser or view on a mobile device and watch how the content dynamically resizes. You can also check out the <a title="Profiler Recruitment Blog" href="http://www.profilerrecruitment.com/blog/" target="_blank">Profiler Recruitment Blog </a>for another example of responsive design.</p>
<h2>M-sites vs Responsive Layouts</h2>
<p>The advantage of an m-site is you are tailoring the m-site content to the specific needs of mobile viewers. If your website design is quite complicated then an m-site also allows you to have a simplified and quick to load layout. The disadvantage of an m-site can be that you either have to double up on information or not provide all the content from your site to the user. Whereas with a responsive layout you are only dealing with one website for all users, with all the information accessible.</p>
<h2>Which should I use?</h2>
<p>M-sites are great for businesses who need to quickly provide there contact details and perhaps a couple of other pages for mobile users. Whereas a responsive design is great for website which people do a lot reading or research, for example blogs, or in site where users can do online shopping.</p>
<p><em><strong>Talk to <a title="Contact" href="http://www.squigloo.com.au/contact/">Squigloo </a>today about making your website mobile friendly!</strong></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.squigloo.com.au/general/making-my-website-work-on-a-mobile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gardenvale TCM Mobile Site</title>
		<link>http://www.squigloo.com.au/news/gardenvale-tcm-mobile-site/</link>
		<comments>http://www.squigloo.com.au/news/gardenvale-tcm-mobile-site/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 22:28:51 +0000</pubDate>
		<dc:creator>Squigloo</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.squigloo.com.au/?p=785</guid>
		<description><![CDATA[The Gardenvale Traditional Chinese Medicine website is now available as a m-site. The mobile friendly version is a specially designed version of the website which provides information relevant to mobile phone users in a quick to download and easy to read format... <a href="http://www.squigloo.com.au/news/gardenvale-tcm-mobile-site/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Gardenvale Traditional Chinese Medicine website is now available as a m-site. The mobile friendly version is a specially designed version of the website which provides information relevant to mobile phone users in a quick to download and easy to read format. SmartPhone users automatically see the mobile version of the website when they load it on their phone. Information includes the contact details, location and hours of operation. Users can they choose to exit to the full site for more information.</p>
<p>The mobile friendly site works for iPhone, Android, Blackberry, Windows 7 and a range of other SmartPhones in both portrait and landscape modes.</p>
<p>Talk to <a title="Contact" href="http://www.squigloo.com.au/contact/" target="_blank">Squigloo </a>today about getting your website converted to mobile friendly!</p>
<p><a class="linkfx" title="Gardenvale TCM" href="http://www.gardenvaletcm.com.au/" target="_blank">Visit gardenvaletcm.com.au on your mobile</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.squigloo.com.au/news/gardenvale-tcm-mobile-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web Design Trend: Sticky Navs</title>
		<link>http://www.squigloo.com.au/design/web-design-trend-sticky-navs/</link>
		<comments>http://www.squigloo.com.au/design/web-design-trend-sticky-navs/#comments</comments>
		<pubDate>Thu, 20 Oct 2011 00:24:15 +0000</pubDate>
		<dc:creator>Squigloo</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[General Blog]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[trends]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.squigloo.com.au/?p=755</guid>
		<description><![CDATA[A web design trend that I have started noticing more frequently are 'sticky menus' where the navigation sticks to part of the page will the content scrolls. This great feature for websites with lots of scrolling... <a href="http://www.squigloo.com.au/design/web-design-trend-sticky-navs/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A web design trend that I have started noticing more frequently are &#8216;sticky menus&#8217; where the navigation sticks to part of the page while the content scrolls. This great feature for websites with lots of scrolling and allows users to easily navigate from page to page without having to scroll back to the top to get to another section.</p>
<p>We have see this done at the top of the page for a while now, and its starting to become more common in left hand side of a page. However an advancement on this which I have seen, which has the extra &#8216;wow&#8217; factor, is to have the navigation not at the top initially but as you scroll down it catches on the top of the browser and sticks there.</p>
<h3><strong>Trend Samples</strong></h3>
<p>Here are some sample sites with a great use of sticky navs:</p>
<p><a href="http://facebook.com" target="_blank"><img class="size-full wp-image-757 alignleft" title="trends_sticky_fb" src="http://www.squigloo.com.au/wp/wp-content/uploads/2011/10/trends_sticky_fb.jpg" alt="" width="240" height="180" /></a></p>
<p><strong><a href="http://facebook.com" target="_blank">Facebook.com</a></strong>- <strong>Top sticking</strong><br />
A simple but effective with blue panel sticking to the top of the page as you scroll.</p>
<hr style="height: 1px; width: 100%; border-width: 1px; border-style: solid; border-color: #FFF; color: #ffffff; clear: both;" noshade="noshade" size="1" width="100%" />
<p><a href="http://www.teehanlax.com/blog/"><img class="size-full wp-image-760 alignleft" title="trends_sticky_teehan" src="http://www.squigloo.com.au/wp/wp-content/uploads/2011/10/trends_sticky_teehan.jpg" alt="" width="240" height="180" /></a></p>
<p><strong><a href="http://www.teehanlax.com/blog/">Teean + Lax Blog</a></strong> &#8211; <strong>Left side sticking &amp; collapsible</strong><strong></strong><br />
The nav sticks to the left of the page as you scroll with the added benefit of being able to collapse the nav if its in your way.</p>
<hr style="height: 1px; width: 100%; border-width: 1px; border-style: solid; border-color: #FFF; color: #ffffff; clear: both;" noshade="noshade" size="1" width="100%" />
<p><a href="http://www.thelounge.fi/"><img class="size-full wp-image-761 alignleft" title="trends_sticky_lounge" src="http://www.squigloo.com.au/wp/wp-content/uploads/2011/10/trends_sticky_lounge.jpg" alt="" width="240" height="180" /></a></p>
<p><a href="http://www.thelounge.fi/" target="_blank"><strong>The Lounge</strong></a> &#8211; <strong>Top stick &amp; single page</strong></p>
<p>This takes to stick to top menu but is a single paged design. As you scroll the current section is highlighted in the nav &#8211; a great feature.</p>
<hr style="height: 1px; width: 100%; border-width: 1px; border-style: solid; border-color: #FFF; color: #ffffff; clear: both;" noshade="noshade" size="1" width="100%" />
<p><a href="http://tabspresso.com"><img class="alignleft size-full wp-image-762" title="trends_sticky_tab" src="http://www.squigloo.com.au/wp/wp-content/uploads/2011/10/trends_sticky_tab.jpg" alt="" width="240" height="180" /></a></p>
<p><strong><a href="http://tabspresso.com/" target="_blank">Tabspresso </a></strong>- <strong>Top Stick with fade in</strong><br />
A nice touch here, the top nav isn&#8217;t shown initially but as soon as you start scrolling it fades in.</p>
<hr style="height: 1px; width: 100%; border-width: 1px; border-style: solid; border-color: #FFF; color: #ffffff; clear: both;" noshade="noshade" size="1" width="100%" />
<p><a href="lesscss.org"><img class="alignleft size-full wp-image-763" title="trends_sticky_less" src="http://www.squigloo.com.au/wp/wp-content/uploads/2011/10/trends_sticky_less.jpg" alt="" width="240" height="180" /></a></p>
<p><a href="http://lesscss.org/" target="_blank"><strong>LESS </strong><strong>CSS</strong></a>  &#8211; <strong>Catch &amp; Stick Style</strong><br />
Here the nav bar appears below the main logo and then as you scroll down it catches on the top of the page applies some transparency.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.squigloo.com.au/design/web-design-trend-sticky-navs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cartoon on the current status of browser standards</title>
		<link>http://www.squigloo.com.au/general/cartoon-on-the-current-status-of-browser-standards/</link>
		<comments>http://www.squigloo.com.au/general/cartoon-on-the-current-status-of-browser-standards/#comments</comments>
		<pubDate>Wed, 12 Oct 2011 23:24:33 +0000</pubDate>
		<dc:creator>Squigloo</dc:creator>
				<category><![CDATA[General Blog]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.squigloo.com.au/?p=749</guid>
		<description><![CDATA[<p>I have recently been posting articles on Squigloo about the some of the great features available with HTML5 and CSS3. However, a continual theme and area of discussion regarding this is lack of users able to view these features due to the range of different browser being used. Here is a simple cartoon which poses the question, how much simple &#8230; <a href="http://www.squigloo.com.au/general/cartoon-on-the-current-status-of-browser-standards/" class="read_more">Continue reading &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>I have recently been posting articles on Squigloo about the some of the great features available with HTML5 and CSS3. However, a continual theme and area of discussion regarding this is lack of users able to view these features due to the range of different browser being used. Here is a simple cartoon which poses the question, how much simple would it be if all browsers were created equal and HTML5/CSS3 ready&#8230;</p>
<p><img class="alignnone size-full wp-image-750" title="browser_standards_cartoon" src="http://www.squigloo.com.au/wp/wp-content/uploads/2011/10/browser_standards_cartoon.jpg" alt="" width="600" height="800" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.squigloo.com.au/general/cartoon-on-the-current-status-of-browser-standards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Getting You Noticed Blog</title>
		<link>http://www.squigloo.com.au/news/getting-you-noticed-blog/</link>
		<comments>http://www.squigloo.com.au/news/getting-you-noticed-blog/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 06:57:41 +0000</pubDate>
		<dc:creator>Squigloo</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.squigloo.com.au/?p=725</guid>
		<description><![CDATA[<p>Getting You Noticed is a new Blog by Profiler Recruitment Director Lynne Payne. Check out the blog for tips in getting employed and news/trends in the workforce. Squigloo developed the blog using the latest technologies to create a responsive design that resizes for any device including iPhones, iPad, laptops and large screens.</p>
<p><a class="linkfx" target="_blank" href="http://www.profilerecruitment.com/blog/">Visit www.profilerecruitment.com/blog</a>&#8230; <a href="http://www.squigloo.com.au/news/getting-you-noticed-blog/" class="read_more">Continue reading &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<p>Getting You Noticed is a new Blog by Profiler Recruitment Director Lynne Payne. Check out the blog for tips in getting employed and news/trends in the workforce. Squigloo developed the blog using the latest technologies to create a responsive design that resizes for any device including iPhones, iPad, laptops and large screens.</p>
<p><a class="linkfx" target="_blank" href="http://www.profilerecruitment.com/blog/">Visit www.profilerecruitment.com/blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.squigloo.com.au/news/getting-you-noticed-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

