<?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://squigloo.com.au/feed/" rel="self" type="application/rss+xml" />
	<link>http://squigloo.com.au</link>
	<description>Web &#38; Graphic Design</description>
	<lastBuildDate>Fri, 17 May 2013 02:19:43 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Beginners guide to editing content in WordPress</title>
		<link>http://squigloo.com.au/general/beginners-guide-to-editing-content-in-wordpress/</link>
		<comments>http://squigloo.com.au/general/beginners-guide-to-editing-content-in-wordpress/#comments</comments>
		<pubDate>Sun, 10 Feb 2013 02:33:07 +0000</pubDate>
		<dc:creator>squigloo</dc:creator>
				<category><![CDATA[General Blog]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.squigloo.com.au/?p=1155</guid>
		<description><![CDATA[<p>WordPress is a content management system that allows you to edit the content of your website. It has been designed to be simple and easy to use but if you haven&#8217;t worked with website editing before doing some of the simple tasks can be daunting or confusing. In this blog post I will share some tips to get you started.&#8230; <a href="http://squigloo.com.au/general/beginners-guide-to-editing-content-in-wordpress/" class="read_more">Continue reading &#187;</a></p> <a href="http://squigloo.com.au/general/beginners-guide-to-editing-content-in-wordpress/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
				<content:encoded><![CDATA[<p>WordPress is a content management system that allows you to edit the content of your website. It has been designed to be simple and easy to use but if you haven&#8217;t worked with website editing before doing some of the simple tasks can be daunting or confusing. In this blog post I will share some tips to get you started.</p>
<p>The following the tips apply to editing pages and posts (in WordPress 3.5):</p>
<h3>Make sure you can see all the formatting options</h3>
<p>When you view a page/post in edit mode you will see bunch of formatting options for your content. The default WordPress set up will only show one row of options. If you press the kitchen sink button this will expand the editing options to show multiple rows.<br />
<img class="size-full wp-image-1160 alignnone bordered" alt="WordPress Kitchen Sink button" src="http://www.squigloo.com.au/wp/wp-content/uploads/2013/02/blog_wp_editing_kitchen_sink.jpg" width="455" height="189" /><em><br />
(Note some WordPress developers will incorporate additional formatting tools so your setup may differ from the screen shot included here.)</em></p>
<h3>Using paragraphs and headings</h3>
<p><img class="alignright size-full wp-image-1161 bordered" alt="WordPress Editor Headings" src="http://www.squigloo.com.au/wp/wp-content/uploads/2013/02/blog_wp_editing_headings.jpg" width="132" height="209" />Now that you can see more formatting options you should see a paragraph/heading drop down menu. To apply a heading just place you cursor on the line of text you want to change to a heading or paragraph. Then choose the heading type from the drop down menu. Headings/paragraphs will apply to the entire block of content.<br />
<em><strong>Tip:</strong> If you are using Firefox you can use Ctrl + 1 keys to apply heading 1, Ctrl + 2 for heading 2 and so on.</em></p>
<h3>Next line without a new paragraph</h3>
<p>When your press enter (return on mac) you will create a new paragraph. Depending on the set up of your specific website, this usually means you will get a nice gap between each paragraph. This is designed to make it easy to read. However sometimes you want text to go to the next line without starting a new paragraph. To do this you need to do a &#8216;soft return&#8217; to create a line break rather than a new paragraph. To do this on a PC press Shift + Enter keys. On a mac press Shift + Return. Soft returns can be used anywhere you want content to go to the next line without changing the formatting or creating a new paragraph.<br />
<img class="size-full wp-image-1162 alignnone bordered" alt="WordPress Line Breaks" src="http://www.squigloo.com.au/wp/wp-content/uploads/2013/02/blog_wp_editing_line_break.jpg" width="455" height="189" /></p>
<h3>Working with numbered and bullet point list</h3>
<p>To make make a numbered or bullet point list you first need to make sure each point is on its own line. Then select the text you want to convert. Press <img class="alignnone  wp-image-1164" alt="" src="http://www.squigloo.com.au/wp/wp-content/uploads/2013/02/blog_wp_editing_unordered_list.jpg" width="20" height="20" /> Unordered list  for a bullet style or <img class=" wp-image-1163 alignnone" alt="blog_wp_editing_ordered_list" src="http://www.squigloo.com.au/wp/wp-content/uploads/2013/02/blog_wp_editing_ordered_list.jpg" width="20" height="20" />Ordered list for numbered. If you want text to go to the next line without a bullet point then use a soft return (see previous tip).</p>
<h3>Help &#8211; when I make some text a heading all the text changes to be a heading</h3>
<p>You cannot mix heading types and paragraph text together on one line. A heading needs to be on its own line. If you change some text to a heading and the paragraph text also becomes a heading it means you have used a line break instead of starting a new paragraph. To solve this situation. Click at the end of you heading text. Press delete until the paragraph text appears on the same line. The press enter (or return on mac) to start a new paragraph. Now that the text is correctly separated you can make your heading text a heading.</p>
<h2>Including Tables</h2>
<p>There are basically two ways you can include tables in your content. You can copy paste content that is already in a table format. Or you can ask your web developer to include table formatting options in the editor tools. The table tools will allow you to a new tables and edit existing ones.</p>
<h2>Creating links</h2>
<p>To create a link you first need to select the content you want to be a link. Then click on the link icon. This will bring up a little pop-up which you can use to enter the link.<br />
<img class="size-full wp-image-1165 bordered alignnone" alt="WordPress Editing links" src="http://www.squigloo.com.au/wp/wp-content/uploads/2013/02/blog_wp_editing_links.jpg" width="457" height="300" /></p>
<h2>Creating an email link</h2>
<p>To make a link to an email address follow the previous steps to bring up the link popup. Then in the URL field enter &#8220;mailto:&#8221; followed by the email address. Eg: mailto:info@squigloo.com.au.<br />
<img class="size-full wp-image-1166 bordered alignnone" alt="WordPress editor email link" src="http://www.squigloo.com.au/wp/wp-content/uploads/2013/02/blog_wp_editing_email_link.jpg" width="475" height="139" /></p>
<h3>Linking to a PDF file</h3>
<p>To link to a PDF file (or any other file) you first need to upload the PDF file to your website. You can do this via the Media uploader or just press Add Media. Follow the prompts to upload your file. Once it has uploaded the file you should be give a File URL. Copy this URL &#8211; it will be what you link to. Then select the text you want to be a link. In the link URL field paste in the PDF file URL.</p>
<h2>Adding  images</h2>
<p>Basically you want to use the Add Media button to insert an image into post. Follow the prompts to upload the image or choose from your existing uploads. Then choose the options to set the alignment and size. If you would more help with this I would suggest watch this you tube video title <a href="http://www.youtube.com/watch?v=moy-ou8uxtM">How To Add Pictures and Videos To WordPress 3.5 </a>for a comprehensive guide and demonstration.</p>
<h3>The content of the web page doesn&#8217;t appear in the WordPress editor.</h3>
<p>WordPress gives developers lots of different options for where they can store content. When you press edit page or post you will get content which web developer has made as part of that particular page or post. Additional information which you see on the page, such as text on the side of the page, the menus or footer text can be stored in many different ways. It might be a menu or a widget or it could be part of the template files. It&#8217;s best to consult your web developer here to find out how to edit other content your page.</p>
]]></content:encoded>
			<wfw:commentRss>http://squigloo.com.au/general/beginners-guide-to-editing-content-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boutique 48 Launch</title>
		<link>http://squigloo.com.au/news/boutique-48-launch/</link>
		<comments>http://squigloo.com.au/news/boutique-48-launch/#comments</comments>
		<pubDate>Fri, 07 Dec 2012 04:11:25 +0000</pubDate>
		<dc:creator>squigloo</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.squigloo.com.au/?p=1138</guid>
		<description><![CDATA[<p>Boutique 48&#8242;s online shop is now live! We worked with the West Australian start-up to design their new branding and logo. Phase 2 of the project was to design and develop an online shop. Boutique 48 wanted a modern and clean design that would appeal to their audience. It also be easy for them to be able to manage orders, &#8230; <a href="http://squigloo.com.au/news/boutique-48-launch/" class="read_more">Continue reading &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>Boutique 48&#8242;s online shop is now live! We worked with the West Australian start-up to design their new branding and logo. Phase 2 of the project was to design and develop an online shop. Boutique 48 wanted a modern and clean design that would appeal to their audience. It also be easy for them to be able to manage orders, add new products and other tasks.We also provided a bunch of promotional graphics to promote the launch on Facebook.</p>
<p><a class="linkfx" title="Boutique 48 Logo" href="http://www.squigloo.com.au/folio/graphic-design/boutique-48-logo/">Check out the logo</a> <a class="linkfx" href="http://www.boutique48.com.au" target="_blank">Visit the website</a></p>
]]></content:encoded>
			<wfw:commentRss>http://squigloo.com.au/news/boutique-48-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designer Hat Hire Launch</title>
		<link>http://squigloo.com.au/news/designer-hat-hire-launch/</link>
		<comments>http://squigloo.com.au/news/designer-hat-hire-launch/#comments</comments>
		<pubDate>Thu, 04 Oct 2012 06:34:06 +0000</pubDate>
		<dc:creator>squigloo</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.squigloo.com.au/?p=1077</guid>
		<description><![CDATA[<p>This months sees the launch of Designer Hat Hire &#8211; just in time for Spring Racing carnival. Squigloo worked with Designer Hat Hire to develop the branding for this new business. We also designed and developed the website which allows people to hire special occasion and racing carnival hats from a range of Australian Milliners.</p>
<p>The website comes with a &#8230; <a href="http://squigloo.com.au/news/designer-hat-hire-launch/" class="read_more">Continue reading &#187;</a></p> <a href="http://squigloo.com.au/news/designer-hat-hire-launch/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
				<content:encoded><![CDATA[<p>This months sees the launch of Designer Hat Hire &#8211; just in time for Spring Racing carnival. Squigloo worked with Designer Hat Hire to develop the branding for this new business. We also designed and developed the website which allows people to hire special occasion and racing carnival hats from a range of Australian Milliners.</p>
<p>The website comes with a variety of methods to search for hats including searching by style, colour and availability for particular dates. The website has a built in availability calendar which allows use to book the hats online.</p>
<p><a class="linkfx" href="http://www.designerhathire.com">Visit www.designerhathire.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://squigloo.com.au/news/designer-hat-hire-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to import CSV files to Excel</title>
		<link>http://squigloo.com.au/how-to-guides/how-to-import-csv-files-to-excel/</link>
		<comments>http://squigloo.com.au/how-to-guides/how-to-import-csv-files-to-excel/#comments</comments>
		<pubDate>Mon, 01 Oct 2012 05:36:09 +0000</pubDate>
		<dc:creator>squigloo</dc:creator>
				<category><![CDATA[How to guides]]></category>
		<category><![CDATA[csv]]></category>
		<category><![CDATA[excel]]></category>

		<guid isPermaLink="false">http://www.squigloo.com.au/?p=1056</guid>
		<description><![CDATA[<p>If your using a database-driven website (like a WordPress site) then you&#8217;ll probably be able to export the data as a CSV file (comma separated values). This allows you to open the file in Microsoft Excel however the data doesn&#8217;t always display in columns as expected. In this tutorial I will show you how to import a CSV file into &#8230; <a href="http://squigloo.com.au/how-to-guides/how-to-import-csv-files-to-excel/" class="read_more">Continue reading &#187;</a></p> <a href="http://squigloo.com.au/how-to-guides/how-to-import-csv-files-to-excel/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
				<content:encoded><![CDATA[<p>If your using a database-driven website (like a WordPress site) then you&#8217;ll probably be able to export the data as a CSV file (comma separated values). This allows you to open the file in Microsoft Excel however the data doesn&#8217;t always display in columns as expected. In this tutorial I will show you how to import a CSV file into Microsoft Excel 2010 to display rows and columns neatly.</p>
<p><strong>Step 1</strong><br />
Download your CSV file to your computer</p>
<p><strong>Step 2<br />
</strong>Open Microsoft Excel. One a new blank document.<br />
<img class="alignnone size-full wp-image-1057" title="csv-to-excel-step1" src="http://www.squigloo.com.au/wp/wp-content/uploads/2012/10/csv-to-excel-step1.png" alt="" width="327" height="262" /></p>
<p><strong>Step 3<br />
</strong>Go to the Data tab and select the From Text Button. You will then be prompted to locate the file you wish to import. Find your downloaded CSV file then press import.<br />
<img class="alignnone size-full wp-image-1058" title="csv-to-excel-step3" src="http://www.squigloo.com.au/wp/wp-content/uploads/2012/10/csv-to-excel-step3.png" alt="" width="418" height="110" /></p>
<p><strong>Step 4</strong><br />
You will now be given a series of prompts to choose the format that matches your document. Most database will create your CSV with a delimiter like a comma or semi colon. From the original data type select <strong>Delimited</strong> and press <strong>next</strong>.<br />
<img class="alignnone size-full wp-image-1059" title="csv-to-excel-step4" src="http://www.squigloo.com.au/wp/wp-content/uploads/2012/10/csv-to-excel-step4.png" alt="" width="579" height="201" /></p>
<p><strong>Step 5</strong><br />
Next you will choose the delimiter type. Check the correct type, usually comma or semicolon. You will see the data preview. If you choose the correct delimiter the data preview should look as require like neat columns.</p>
<p><img class="alignnone size-full wp-image-1060" title="csv-to-excel-step5" src="http://www.squigloo.com.au/wp/wp-content/uploads/2012/10/csv-to-excel-step5.png" alt="" width="332" height="288" /></p>
<p><strong>Step 6</strong><br />
You now have the option to format the data types for each column. For example you may have a date column. You can usually skip this step. Press <strong>finish</strong> to import your data.</p>
<p>Save and job done!</p>
]]></content:encoded>
			<wfw:commentRss>http://squigloo.com.au/how-to-guides/how-to-import-csv-files-to-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Radiance Youth Programs website</title>
		<link>http://squigloo.com.au/news/new-radiance-youth-programs-website/</link>
		<comments>http://squigloo.com.au/news/new-radiance-youth-programs-website/#comments</comments>
		<pubDate>Thu, 02 Aug 2012 12:02:12 +0000</pubDate>
		<dc:creator>squigloo</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.squigloo.com.au/?p=1036</guid>
		<description><![CDATA[<p>Radiance Management Group offer a range of youth programs, services and resources for helping youths and professionals who work with youths to develop their career skills. The new website provides information on Radiance&#8217;s products and services.</p>
<p><a class="linkfx" href="http://www.radiancedevelopment.com.au">Visit www.radiancedevelopment.com.au</a>&#8230; <a href="http://squigloo.com.au/news/new-radiance-youth-programs-website/" class="read_more">Continue reading &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>Radiance Management Group offer a range of youth programs, services and resources for helping youths and professionals who work with youths to develop their career skills. The new website provides information on Radiance&#8217;s products and services.</p>
<p><a class="linkfx" href="http://www.radiancedevelopment.com.au">Visit www.radiancedevelopment.com.au</a></p>
]]></content:encoded>
			<wfw:commentRss>http://squigloo.com.au/news/new-radiance-youth-programs-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to set the default image for Facebook sharing your website</title>
		<link>http://squigloo.com.au/general/how-to-set-the-default-image-for-facebook-sharing-your-website/</link>
		<comments>http://squigloo.com.au/general/how-to-set-the-default-image-for-facebook-sharing-your-website/#comments</comments>
		<pubDate>Fri, 27 Jul 2012 00:34:26 +0000</pubDate>
		<dc:creator>squigloo</dc:creator>
				<category><![CDATA[General Blog]]></category>
		<category><![CDATA[How to guides]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[opg]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.squigloo.com.au/?p=1019</guid>
		<description><![CDATA[<p>Have you seen what happens when someone share&#8217;s a link to your website? Try it out and see which image and information Facebook chooses by default. If you&#8217;re lucky you may get what your after but chances are it&#8217;s picking any old image from the page and not the most appropriate content. Well it doesn&#8217;t have to be this way, &#8230; <a href="http://squigloo.com.au/general/how-to-set-the-default-image-for-facebook-sharing-your-website/" class="read_more">Continue reading &#187;</a></p> <a href="http://squigloo.com.au/general/how-to-set-the-default-image-for-facebook-sharing-your-website/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Have you seen what happens when someone share&#8217;s a link to your website? Try it out and see which image and information Facebook chooses by default. If you&#8217;re lucky you may get what your after but chances are it&#8217;s picking any old image from the page and not the most appropriate content. Well it doesn&#8217;t have to be this way, by using Open Graph Protocol (OPG) you can include some information in your header which Facebook and other social media sites will use to determine which image to use and what information to display.</p>
<h2>Getting ready to use OGP for Facebook</h2>
<p><strong>Step 1: Make a image to use</strong><br />
Create an image 200px by 200px and upload to your website. This will be the image displayed with your link on Facebook.</p>
<p><strong>Step 2: Get your Facebook ID</strong><br />
To share your page you will need either your Facebook User Account ID for personal accounts or Facebook Application ID to associate your website with a Facebook page. To get your user account ID go to &#8216;http://graph.facebook.com/yourusername&#8217;. To get your Application ID you will need to have an App associated with your Facebook page. To create an App follow prompts at <a href="https://developers.facebook.com/apps">https://developers.facebook.com/apps</a>. All you need is a basic test app so you can get the ID.</p>
<p><em><strong>Tip:</strong> If you want to go back to your App in Facebook simple return to https://developers.facebook.com/apps as a logged in user.</em></p>
<h2>OPG WordPress Plugins</h2>
<p>If your running a WordPress based site I would recommend using <a href="http://wordpress.org/extend/plugins/wp-facebook-open-graph-protocol/">WP Facebook Open Graph protocol</a> plug-in. If you follow step 1 &amp; 2 above it&#8217;s easy to install.</p>
<h2>Adding in the OPG Code Manually</h2>
<p>If your not running a WordPress site or would prefer to add the information manually you can do so by adding the following into the header of each web page.</p>
<p><strong>Step 1:</strong> Define &#8216;<code>xmlns:fb="https://www.facebook.com/2008/fbml"</code>&#8216; in the opening html tag.</p>
<pre><code>&lt;html xmlns="http://www.w3.org/1999/xhtml" xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml"&gt; </code></pre>
<p><strong>Step 2:</strong> Add the meta properties inside the header. See <a title="Facebook Open Graph" href="https://developers.facebook.com/docs/opengraphprotocol/" target="_blank">Facebook Open Graph Documentation</a> for a breakdown of each of the available properties and options. Here is an example:</p>
<pre><code> &lt;head&gt; &lt;title&gt;Squigloo&lt;/title&gt; &lt;meta property="og:title" content="Squigloo"/&gt; &lt;meta property="og:type" content="business"/&gt; &lt;meta property="og:url" content="http://www.squigloo.com.au"/&gt; &lt;meta property="og:image" content="YOUR_IMAGE_URL"/&gt; &lt;meta property="og:site_name" content="Squigloo"/&gt; &lt;meta property="fb:admins" content="YOUR_USER_ID"/&gt; &lt;meta property="og:description" content="Awesome web and graphic design."/&gt; ... &lt;/head&gt;</code></pre>
<p>And that&#8217;s it!</p>
<h3>Testing what Facebook Sees</h3>
<p>To see what will get posted to Facebook and check for errors you can use the Facebook debug tool at <a href="https://developers.facebook.com/tools/debug">https://developers.facebook.com/tools/debug</a></p>
]]></content:encoded>
			<wfw:commentRss>http://squigloo.com.au/general/how-to-set-the-default-image-for-facebook-sharing-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going mobile for Profiler Recruitment</title>
		<link>http://squigloo.com.au/news/going-mobile-for-profiler-recruitment/</link>
		<comments>http://squigloo.com.au/news/going-mobile-for-profiler-recruitment/#comments</comments>
		<pubDate>Fri, 06 Jul 2012 07:43:31 +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=1010</guid>
		<description><![CDATA[<p>There has been some exciting changes take place over the last month with the Profiler Recruitment website. We worked closely with Profiler Recruitment to review their current website and streamline the content for their target audiences needs.</p>
<p>One of the first major changes was to create mobile website that focused on the needs of users on the go. Our research &#8230; <a href="http://squigloo.com.au/news/going-mobile-for-profiler-recruitment/" class="read_more">Continue reading &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>There has been some exciting changes take place over the last month with the Profiler Recruitment website. We worked closely with Profiler Recruitment to review their current website and streamline the content for their target audiences needs.</p>
<p>One of the first major changes was to create mobile website that focused on the needs of users on the go. Our research showed that if you are viewing Profiler Recruitment on your mobile then you after contact information or job searching.  The mobile site focuses on providing quick access to jobs and contact details. It also has a built in call to action which allows users to instantly call or email about a job they have seen on the site.</p>
<p>The rest of the Profiler Recruitment website got an overhaul too. The content was streamlined to provide a cleaner and simpler approach, focusing each page on specific content and adding additional tools for accessing jobs.</p>
<p>Visit <a href="http://www.profilerrecruitment.com" target="_blank">www.profilerrecruitment.com</a> on your mobile!</p>
<p><em>Do you want to make the most of your website for mobile users?</em><br />
Read the <a title="Making my website work on a mobile" href="http://www.squigloo.com.au/general/making-my-website-work-on-a-mobile/" target="_blank">Making my website work on a mobile blog</a> post to learn more about mobile options.</p>
]]></content:encoded>
			<wfw:commentRss>http://squigloo.com.au/news/going-mobile-for-profiler-recruitment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Dancing Birds Website</title>
		<link>http://squigloo.com.au/news/new-dancing-birds-website/</link>
		<comments>http://squigloo.com.au/news/new-dancing-birds-website/#comments</comments>
		<pubDate>Fri, 06 Jul 2012 07:16:29 +0000</pubDate>
		<dc:creator>squigloo</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.squigloo.com.au/?p=1005</guid>
		<description><![CDATA[<p>Check out the new Dancing Birds website. The Dancing Birds offer a range of event services including live music, photography, video and design. Squigloo worked closely with The Dancing Birds to develop their website to showcase their range of services. Particular attention was made to ensure all their videos, animation and audio content could be accessed across different devices including &#8230; <a href="http://squigloo.com.au/news/new-dancing-birds-website/" class="read_more">Continue reading &#187;</a></p> <a href="http://squigloo.com.au/news/new-dancing-birds-website/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Check out the new Dancing Birds website. The Dancing Birds offer a range of event services including live music, photography, video and design. Squigloo worked closely with The Dancing Birds to develop their website to showcase their range of services. Particular attention was made to ensure all their videos, animation and audio content could be accessed across different devices including iPads.</p>
<p><a class="linkfx" href="http://www.thedancingbirds.com">Visit www.thedancingbirds.com</a></p>
<p>The Dancing Birds currently operate in Australia and France. The new website is the English version for the Australian audience. A French version of the website will be coming soon. Stay tuned.</p>
]]></content:encoded>
			<wfw:commentRss>http://squigloo.com.au/news/new-dancing-birds-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to resize images on a Mac</title>
		<link>http://squigloo.com.au/how-to-guides/how-to-resize-images-on-a-mac/</link>
		<comments>http://squigloo.com.au/how-to-guides/how-to-resize-images-on-a-mac/#comments</comments>
		<pubDate>Mon, 04 Jun 2012 05:13:38 +0000</pubDate>
		<dc:creator>squigloo</dc:creator>
				<category><![CDATA[How to guides]]></category>
		<category><![CDATA[images]]></category>

		<guid isPermaLink="false">http://www.squigloo.com.au/?p=990</guid>
		<description><![CDATA[<p>In part one of my resizing images post (<a title="How to resize images on a PC" href="http://www.squigloo.com.au/how-to-guides/how-to-resize-images-on-a-pc-without-photoshop/">how to resize images on a PC</a>) I discussed why it is so important to resize an image before uploading to a website. Basically its going to make it quicker for you and quicker for your users. This tutorial will show you how to resize an image on a Mac &#8230; <a href="http://squigloo.com.au/how-to-guides/how-to-resize-images-on-a-mac/" class="read_more">Continue reading &#187;</a></p>]]></description>
				<content:encoded><![CDATA[<p>In part one of my resizing images post (<a title="How to resize images on a PC" href="http://www.squigloo.com.au/how-to-guides/how-to-resize-images-on-a-pc-without-photoshop/">how to resize images on a PC</a>) I discussed why it is so important to resize an image before uploading to a website. Basically its going to make it quicker for you and quicker for your users. This tutorial will show you how to resize an image on a Mac for sending via email or uploading to a web server.</p>
<h2>How to resize then email with iPhoto</h2>
<ol>
<li>Open your photo in <strong>iPhoto</strong>. If you haven&#8217;t added the photo(s) to iPhoto just find the file. Click on it then hit spacebar. This will show the image with preview. You will see two buttons down the bottom, the second button allows you to Add to iPhoto. Click this <img class="alignnone size-full wp-image-993" title="Share on iPhoto" src="http://www.squigloo.com.au/wp/wp-content/uploads/2012/06/share-icon.png" alt="" width="55" height="43" />.</li>
<li>Select your photo(s) in iPhoto then click on the share button in the bottom right and choose Email. This will bring up a window with options for emailing. Follow the prompts and send!</li>
</ol>
<p><img class="alignnone size-full wp-image-995" title="Mac-email-with-iPhoto" src="http://www.squigloo.com.au/wp/wp-content/uploads/2012/06/Mac-email-with-iPhoto.png" alt="" width="810" height="402" /><br />
Thats great if you want to email the photo to someone but if you want to save a copy with a smaller file size for uploading then that won&#8217;t suite. Now lets export a copy as low res.</p>
<h2>How to save a low resolution copy of your image</h2>
<h3>Using iPhoto</h3>
<ol>
<li>Open your photo in iPhoto.</li>
<li>Go to File &gt; Export.</li>
<li>Set the quality to high. Under size choose custom. 1000px is a good maxium width but you might want it lower if your design has specified a size for you.</li>
<li>Press export to save the file to a new location.</li>
</ol>
<p><img class="alignnone size-full wp-image-996" title="Export image from iPhoto" src="http://www.squigloo.com.au/wp/wp-content/uploads/2012/06/Mac-export-with-iPhoto.png" alt="" width="475" height="455" /></p>
<h3>Using Preview</h3>
<ol>
<li>Double click on the image in your finder to open with Preview.</li>
<li>Go to Tools &gt; Export.</li>
<li>Set the dimension type to pixels, changing the width/height to be less than 1000 pixels.</li>
<li>Set the resolution to 72.</li>
<li>Press ok then choose File &gt; Save As to make a copy so you don&#8217;t loose the hi res image.</li>
</ol>
<p><img class="alignnone size-full wp-image-994" title="Export image with Preview on a Mac" src="http://www.squigloo.com.au/wp/wp-content/uploads/2012/06/Mac-export-with-preview.png" alt="" width="403" height="370" /></p>
]]></content:encoded>
			<wfw:commentRss>http://squigloo.com.au/how-to-guides/how-to-resize-images-on-a-mac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to resize images on a PC</title>
		<link>http://squigloo.com.au/general/how-to-resize-images-on-a-pc-without-photoshop/</link>
		<comments>http://squigloo.com.au/general/how-to-resize-images-on-a-pc-without-photoshop/#comments</comments>
		<pubDate>Wed, 23 May 2012 03:11:57 +0000</pubDate>
		<dc:creator>squigloo</dc:creator>
				<category><![CDATA[General Blog]]></category>
		<category><![CDATA[How to guides]]></category>
		<category><![CDATA[images]]></category>

		<guid isPermaLink="false">http://www.squigloo.com.au/?p=977</guid>
		<description><![CDATA[<p>Reducing the size of an image is important for a number of reasons. If you are email photos to someone you may need to reduce the file size so that it be sent to their inbox. By reducing the photo dimensions and file size you will also speed up the time it takes to send/download the email.</p>
<p>If you are &#8230; <a href="http://squigloo.com.au/general/how-to-resize-images-on-a-pc-without-photoshop/" class="read_more">Continue reading &#187;</a></p> <a href="http://squigloo.com.au/general/how-to-resize-images-on-a-pc-without-photoshop/">Continue reading <span class="meta-nav">&#187;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Reducing the size of an image is important for a number of reasons. If you are email photos to someone you may need to reduce the file size so that it be sent to their inbox. By reducing the photo dimensions and file size you will also speed up the time it takes to send/download the email.</p>
<p>If you are uploading images to a website then it&#8217;s important to reduce the file size before uploading. When an image is on a web page it only needs to have a resolution of 72 dpi and usually no bigger than around 900 x 600 pixels. So if you are uploading images straight from your digital camera then follow these tips on how to reduce the image first. It will save you time uploading and will also improve the performance of your website.</p>
<p>In this tutorial I will show you how to reduce the image size for free without needing Photoshop. This tutorial covers Windows PC users but a Mac tutorial is coming soon.</p>
<h2>How to resize &amp; email using Windows Photo Viewer</h2>
<ol>
<li>Right-click your image and select <strong>Preview</strong> to view in Windows Photo Viewer</li>
<li>Press the <strong>E-mail</strong> button in the list of options at the top of your image.<br />
<img class="alignnone size-medium wp-image-981" title="resize_and_email" src="http://www.squigloo.com.au/wp/wp-content/uploads/2012/05/resize_and_email-300x26.png" alt="" width="300" height="26" /></li>
<li>Choose <strong>Medium</strong> as the picture size option.</li>
<li>Press <strong>Attach</strong>. This will add the reduced image as an attachment in your email,</li>
</ol>
<h2>How to resize &amp; save a copy using Paint</h2>
<ol>
<li><img class="alignright size-medium wp-image-980" title="Resize image in Paint" src="http://www.squigloo.com.au/wp/wp-content/uploads/2012/05/resize_image-300x191.jpg" alt="" width="300" height="191" />Right-click your image and select <strong>Open with  &gt; Paint</strong>.</li>
<li>Select the <strong>Resize</strong> button. This will open a popup dialog.</li>
<li>Change resize by to <strong>Pixels</strong>.</li>
<li>Change the width to around 900 for landscape photos or 600 for portrait photos. Make sure the maintain aspect ratio is checked. Press OK.</li>
<li>Go to the <strong>file menu</strong> (left of home tab) and select <strong>Save as &gt; Jpeg</strong> and save a copy of you photo. Be sure to give it a new name as you don&#8217;t want to save over the original image.</li>
</ol>
<p>There is also an option to email the image from Paint as you can see in the last image in the image above.</p>
<h3>Other ways to resize images</h3>
<p>There are also plenty of other options available. If you are on Windows 7 then try the <a href="windows.microsoft.com/en-AU/windows7/products/features/photo-gallery">Windows Live Photo gallery</a>. If you are doing a lot of image resizing then it might be time to consider professional software like Adobe Fireworks or Adobe Photoshop. These aren&#8217;t cheap but then will reduce file sizes significantly with quality results.</p>
]]></content:encoded>
			<wfw:commentRss>http://squigloo.com.au/general/how-to-resize-images-on-a-pc-without-photoshop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
