<?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>psychopyko &#187; Nifty tips</title>
	<atom:link href="http://psychopyko.com/category/nifty-tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://psychopyko.com</link>
	<description>welcome to psychopyko.com</description>
	<lastBuildDate>Thu, 10 Jun 2010 13:48:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Firefox Multitouch Gestures</title>
		<link>http://psychopyko.com/nifty-tips/firefox-multitouch-gestures/</link>
		<comments>http://psychopyko.com/nifty-tips/firefox-multitouch-gestures/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 02:09:31 +0000</pubDate>
		<dc:creator>pyko</dc:creator>
				<category><![CDATA[Nifty tips]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[guide]]></category>
		<category><![CDATA[shortcut]]></category>

		<guid isPermaLink="false">http://psychopyko.com/?p=116</guid>
		<description><![CDATA[For those of you who are unaware, I have converted to the "dark side" and now own and use a MacBook Pro laptop at home. One of the awesome things about the laptop is the multitouch trackpad. Used as part of the OS it is great - swipe 4 fingers down triggers expose swipe them up show desktop and a couple of others.

Having said that I spend a good chunk of my time on Firefox while using my Mac and there are some very useful multitouch gestures you can add! There are a couple of other tutorials out there already, but for some reason the ones I've found only talk about the twist left/right to move to the previous/next tab. Being curious me, I went exploring and found out how to get some more equally helpful gestures working!]]></description>
			<content:encoded><![CDATA[<p>For those of you who are unaware, I have converted to the "dark side" and now own and use a MacBook Pro laptop at home. One of the awesome things about the laptop is the multitouch trackpad. Used as part of the OS it is great - swipe 4 fingers down triggers expose swipe them up show desktop and a couple of others.</p>
<p>Having said that I spend a good chunk of my time on Firefox while using my Mac and there are some very useful multitouch gestures you can add! There are a couple of other tutorials out there already, but for some reason the ones I've found only talk about the twist left/right to move to the previous/next tab. Being curious me, I went exploring and found out how to get some more equally helpful gestures working!</p>
<p><span id="more-116"></span>Here is a screenshot of my <strong>about:config</strong> page.</p>
<div id="attachment_117" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.psychopyko.com/wp-content/uploads/2009/11/firefox_gestures.jpg"><img class="size-medium wp-image-117" title="Firefox Multitouch Gestures" src="http://psychopyko.com/wp-content/uploads/2009/11/firefox_gestures-300x203.jpg" alt="Firefox Multitouch Gestures" width="300" height="203" /></a><p class="wp-caption-text">Firefox Multitouch Gestures</p></div>
<p>Adding/modifying these values is very simple - here is a quick tutorial:</p>
<ol>
<li>Open firefox and enter <strong>about:config</strong> in the URL bar</li>
<li>Filter the list of gestures by entering: <strong>gesture</strong> into the filter (optional by recommended)</li>
<li>Modifying a value:
<ul>
<li>Double click on an existing preference name (eg: <strong>browser.gesture.twistleft</strong>)</li>
<li> Enter a value (eg. <strong>Browser:PrevTab</strong>)</li>
</ul>
</li>
<li>Adding a value:
<ul>
<li>Right click somewhere in the window (probably best on empty space)</li>
<li>Select<strong> New-&gt;String</strong></li>
<li>Enter a preference name (eg: <strong>browser.gesture.swipe.down.alt</strong>)</li>
<li>Enter a value (eg. <strong>History:UndoCloseTab</strong>)</li>
<li>Note: You will have to refresh the filter for your new custom value to appear.</li>
</ul>
</li>
<li>Close the 'about:config' tab - and you're done!</li>
</ol>
<p>You might want to play around with it to find out what you feel is most useful for your browsing habits, but these are the ones that I like the best/use the most:</p>
<table border="1">
<tbody>
<tr>
<td><strong>Preference Name</strong></td>
<td><strong>Value</strong></td>
<td><strong>What it does?</strong></td>
</tr>
<tr>
<td>browser.gesture.twist.right</td>
<td>Browser:NextTab</td>
<td>Twist two fingers clockwise to go to next tab</td>
</tr>
<tr>
<td>browser.gesture.twist.left</td>
<td>Browser:PrevTab</td>
<td>Twist two fingers anti-clockwise to go to previous tab</td>
</tr>
<tr>
<td>browser.gesture.swipe.down</td>
<td>cmd_close</td>
<td>Swipe three fingers down to close the current tab</td>
</tr>
<tr>
<td>browser.gesture.swipe.down.alt</td>
<td>History:UndoCloseTab</td>
<td>Press 'alt' and swipe three fingers down to "undo close tab"</td>
</tr>
<tr>
<td>browser.gesture.swipe.down.shift</td>
<td>cmd_scrollBottom</td>
<td>Press 'shift' and swipe three fingers down to jump to the bottom of the page</td>
</tr>
<tr>
<td>browser.gesture.swipe.up.shift</td>
<td>cmd_scrollTop</td>
<td>Press 'shift' and swipe three fingers up to jump to the top of the page</td>
</tr>
</tbody>
</table>
<p>The zooms are also quite cool but they are there by default so it should work without you having to do anything. Hint: hold down shift and zoom in/out and it'll reset the magnification to the default.</p>
<p>Once you get used to your gestures you'll wonder how you lived without them! Be interested to hear what other gestures you guys have set up <img src='http://psychopyko.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://psychopyko.com/nifty-tips/firefox-multitouch-gestures/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Point-and-shoot cameras: 5 useful tips</title>
		<link>http://psychopyko.com/nifty-tips/point-and-shoot-tips/</link>
		<comments>http://psychopyko.com/nifty-tips/point-and-shoot-tips/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 14:25:15 +0000</pubDate>
		<dc:creator>pyko</dc:creator>
				<category><![CDATA[Nifty tips]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[photography]]></category>

		<guid isPermaLink="false">http://psychopyko.com/?p=72</guid>
		<description><![CDATA[For those that are unaware, I have an interest in photography and love to just take random shots when I see something that appears interesting. But unlike many avid photographers, I don't have a fancy digital SLR Camera, instead I have a normal point-and-shoot camera (Fuji Finepix J110w).

As with most point-and-shoot cameras you are quite limited to the number of settings you can play around with even if it is in manual mode. Unfortunately this means many "How to take an awesome photo" tutorials out there are quite useless since you can't follow their suggestions of increasing or decreasing the ISO, aperture, shutter speed, exposure etc.

However, all is not lost as you can definitely still take awesome photos with your humble camera. Here are five tips that I find work quite well for me, if you have your own technique/tips I would be very interested to hear them :)

1. No Flash!
This might be a personal preference, but I find when you use flash when taking the photo, the light from the flash is usually too strong which makes the whole photo look artificial. The simplest solution is to try and brighten up the place - turn on a light, open the curtains etc. Lighting is quite important in taking a good photo, so the more flexible you can be with your lighting the better.

Another alternative is to cover your camera's flash with a piece of paper/tissue. This somewhat subdues the flash while still providing a source of light. I've only tried this a couple of times and overall it worked quite well. Of course, you can always take two photos, one with the flash and one without - that way you will have both alternatives and you can pick the best one.]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 311px"><a href="http://www.redbubble.com/people/pyko/art/3276146-2-sydney-opera-house" target="_blank"><img class=" " title="Sydney Opera House" src="http://images-3.redbubble.net/img/art/size:xlarge/view:main/3276146-2-sydney-opera-house.jpg" alt="Sydney Opera House" width="301" height="222" /></a><p class="wp-caption-text">Sydney Opera House</p></div>
<p>For those that are unaware, I have an interest in photography and love to just take random shots when I see something that appears interesting. But unlike many avid photographers, I don't have a fancy digital SLR Camera, instead I have a normal point-and-shoot camera (Fuji Finepix J110w).</p>
<p>As with most point-and-shoot cameras you are quite limited to the number of settings you can play around with even if it is in manual mode. Unfortunately this means many "How to take an awesome photo" tutorials out there are quite useless since you can't follow their suggestions of increasing or decreasing the ISO, aperture, shutter speed, exposure etc.</p>
<p>However, all is not lost as you can definitely still take awesome photos with your humble camera. Here are five tips that I find work quite well for me, if you have your own technique/tips I would be very interested to hear them <img src='http://psychopyko.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong>1. No Flash!</strong></p>
<p>This might be a personal preference, but I find when you use flash when taking the photo in a dark/dim place, the light from the flash is usually too strong which makes the whole photo look artificial. The simplest solution is to try and brighten up the place - turn on a light, open the curtains etc. Lighting is quite important in taking a good photo, so the more flexible you can be with your lighting the better.</p>
<p>Another  alternative is to cover your camera's flash with a piece of paper/tissue. This somewhat subdues the flash while still providing a source of light. I've only tried this a couple of times and overall it worked quite well. Of course, you can always take two photos, one with the flash and one without - that way you will have both alternatives and you can pick the best one.</p>
<p>Having said all that, there are always exceptions when using flash and as weird as it may sound, using flash outdoors (where it is nice and bright) can often give you better photos - it lights up your subject just enough to make them clear, but since the surrounding is bright as well the flash doesn't stand out like a sore thumb.</p>
<p><strong><span id="more-72"></span>2. Use the timer</strong><br />
This may seem like a weird tip, but the timer on your camera is truly your friend. One problem I find with my camera is it is very easy to accidently take blurred photos, if there isn't enough lighting any slight movement will cause the photo to be blurred. This is where the timer comes to your rescue!</p>
<p>If possible find somewhere to place your camera: desk, chair, bench, ledge, ground, anything...just don't drop your camera! Put the timer on, press the shutter-release button (the button to take the photo), wait to see the countdown start and move your hands away from the camera. This way, you are not touching the camera at all when it takes the photo. The reason for timer+moving hands away is you know for sure when the camera takes the photo there is no motion at all, not even the slightest of nudges from you pressing the button.</p>
<p>If you can't put the camera on a stable surface, this trick can still semi-work. Same drill, except after you press the shutter-release button, wait till the countdown gets to about 1 second or so left and hold your breath while the camera takes the photo. I find holding your breath helps a tiny bit in not moving - don't ask me why...</p>
<p><strong> </strong></p>
<p style="text-align: left;"><strong> </strong></p>
<div class="wp-caption alignright" style="width: 278px"><strong><strong><a href="http://www.redbubble.com/people/pyko/art/3276203-2-paper-cut-mca" target="_blank"><img class="      " title="The Museum of Contemporary Art" src="http://images-3.redbubble.net/img/art/size:xlarge/view:main/3276203-2-paper-cut-mca.jpg" alt="The Museum of Contemporary Art," width="268" height="339" /></a></strong></strong><p class="wp-caption-text">The Museum of Contemporary Art</p></div>
<p><strong>3. Night photos</strong><br />
Probably one of the hardest times to take a nice photo with a normal point-and-shoot camera is at night, especially outdoors since you can't just flick the light on. I've found to take decent photos at night you really need to just place your camera on a stable surface, use the timer (see Tip 2) and have a longer exposure.</p>
<p>How do you change the exposure I hear you ask. Well, most modern point-and-shoot cameras have preset Scenes or Modes (eg. portrait, night, fireworks etc). Anything that is for night/dark conditions will generally have slower shutter speeds, which means longer exposure time,  which means your camera will "soak up" more surrounding light and give you a sharper/clearer photo. Since your camera will sit there for a couple of seconds "soaking up" the surrounding light you need to make sure that your camera does not move at all - thus the timer trick. You may have to play around with the different night modes on your camera to get something nice. The photo of the Sydney Opera House (above) and The Museum of Contemporary Art (right) were both taken using my point-and-shoot camera set on "Fireworks" mode with the slowest shutter speed possible (The normal night mode just didn't let in enough light resulting the photos being quite dark).</p>
<p><strong>4. Focus and trick your camera</strong><br />
Every now and then you might want to trick your camera into letting in more or less light than what it would automatically do. For all digital camera's I've seen/used, when you half press the shutter-release button the camera will focus on the frame you have chosen - generally there will be some sort of feedback that it has found the focus (maybe something displayed on the screen or a beep).</p>
<p style="text-align: left;">Once the camera has found the focus, it will calculate all the required settings for that particular frame. Relying on this, if you want your camera to soak up more light, first focus (half press the button) on something darker than your subject (preferably similar distance away), then move your camera back to what you really want to take, then take the shot.</p>
<p style="text-align: left;">This works because when you initially focus on something darker, your camera will think it will need bit more light to take a clear shot, so when you go back to your intended subject (which is brighter than the initially focused subject) your camera will let in more light than usual since it still has the "let in more light for dark object" setting from your initial focus.</p>
<p><strong>5. Lower your megapixel</strong><br />
This may sound like an odd tip, but lowering the number of megapixels you use to take the photo may help in giving you clearer photos. The technical details behind this is quite confusing, but generally a point-and-shoot camera won't have a great sensor (one of the important components in the camera needed to take clear photos), so the higher the megapixels, the more noise you'll get. You probably don't need anything more than 5MP as that will be more than enough to print out the standard 4"x6" photos (in fact you <a title="Design215 - Megapixels and print sizes" href="http://www.design215.com/toolbox/megapixels.php" target="_blank">only need 3MP</a> to do that).</p>
<p><em>Edit: Came across this post by <a title="Pogue's Pages - NY Times" href="http://pogue.blogs.nytimes.com/" target="_blank">David Pogue</a> about <a title="Pogue's Photography Tips and Tricks" href="http://pogue.blogs.nytimes.com/2008/12/18/pogues-photography-tips-and-tricks/" target="_blank">Photography Tips and Tricks</a> - I'm keen to give Tip #2 a go!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://psychopyko.com/nifty-tips/point-and-shoot-tips/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>effective powerpoint presentations</title>
		<link>http://psychopyko.com/nifty-tips/presentations/</link>
		<comments>http://psychopyko.com/nifty-tips/presentations/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 15:39:14 +0000</pubDate>
		<dc:creator>pyko</dc:creator>
				<category><![CDATA[Nifty tips]]></category>
		<category><![CDATA[improve]]></category>
		<category><![CDATA[photography]]></category>
		<category><![CDATA[presentation]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://psychopyko.com/?p=42</guid>
		<description><![CDATA[Recently my friend and I, have for some reason, talked to a lot of people about presentations - and we've been trying to convert them all to use "bullet-point-less" presentations. For those who we've talked to, you've probably already heard this, for those who haven't...welcome to a whole new perspective on presentations!

Late last year, through random blog reading we found a wonderful blog all about presentations: Presentation Zen. There was one post in particular that compared the different presentation styles of Steve Jobs and Bill Gates which I feel is a great introduction and gets straight to the point.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a title="Slide design: signal vs. noise (redux)" href="http://www.presentationzen.com/presentationzen/2007/03/a_few_weeks_ago.html" target="_blank"><img class="size-medium wp-image-44" style="margin-left: 0px; margin-right: 0px; margin-top: 5px; margin-bottom: 5px;" title="pacman" src="http://psychopyko.com/wp-content/uploads/2008/06/pacman-300x225.jpg" alt="pacman like pie charts" width="300" height="225" /></a></p>
<p style="text-align: left;">Recently my <a title="her blog" href="http://mwinata.com/blogs/me/" target="_blank">friend</a> and I, have for some reason, talked to a lot of people about presentations - and we've been trying to convert them all to use "bullet-point-less" presentations. For those who we've talked to, you've probably already heard this, for those who haven't...welcome to a whole new perspective on presentations!</p>
<p style="text-align: left;">Late last year, through random blog reading we found a wonderful blog all about presentations: <a title="Presentation Zen" href="http://www.presentationzen.com" target="_blank">Presentation Zen</a>. There was <a title="Gates, Jobs &amp; the Zen aesthetic" href="http://www.presentationzen.com/presentationzen/2005/11/the_zen_estheti.html" target="_blank">one post</a> in particular that compared the different presentation styles of Steve Jobs and Bill Gates which I feel is a great introduction and gets straight to the point.</p>
<p style="text-align: left;"><span id="more-42"></span></p>
<p style="text-align: left;">There is no particular style that is "right" but the main concept is to keep your slides <strong>simple</strong>. Don't overload your audience with information. Don't put a billion bullet points/lines of text into your slide. If you have everything you want to say written on your slides, then the audience doesn't need you to be there - they can just read your slides.</p>
<blockquote>
<p style="text-align: left;"><em>...bullets tend to make our presentations formal and stiff, serve to "dumb down" our points, and lead to audiences being confused...and bored.</em></p>
</blockquote>
<p style="text-align: left;">Avoiding boring your audience to death with your PowerPoint presentations isn't easy. In my opinion, how you <a title="What is good PowerPoint design?" href="http://presentationzen.blogs.com/presentationzen/2005/09/whats_good_powe.html" target="_blank">design your slides</a> is very important (and also what you are presenting and how you say it). The approach I've taken is predominately to have pictures/photos and minimal words on the slides.  For example, my most recent <a title="download pdf of presentation (~2mb)" href="http://www.psychopyko.com/wp-content/uploads/2008/06/presentation.pdf">presentation</a> was pretty much all pictures only.  Those slides probably don't mean much at all by themselves, as they were only there to help get my point across. (If you're wondering, they were the slides I used for my Thesis A presentation about <em>Email Addiction in the Workplace</em>)</p>
<p style="text-align: left;"><a href="http://www.flickr.com/photos/euart/282104427/" target="_blank"><img class="alignright" style="margin: 5px 10px;" src="http://farm1.static.flickr.com/94/282104427_85ed60a557.jpg" alt="" width="240" height="180" /></a>One of the very first questions people ask is...<em>"Where do I get the pictures from?" </em>Well, there are heaps of different places on the Internet that will give you all the pictures you need - for free! The two that I use most are <a title="flickr" href="http://www.flickr.com" target="_blank">flickr</a> and <a title="stock.xchng" href="http://www.sxc.hu" target="_blank">stock.xchng</a>. Sometimes I give <a title="Google Images" href="http://images.google.com/" target="_blank">Google Images</a> a try, however most of the time the images found aren't good in quality. There are many other sites (though some require you to pay), in fact Presentation Zen has a <a title="Where can you find good images?" href="http://presentationzen.blogs.com/presentationzen/2006/01/where_can_you_f.html" target="_blank">whole list</a> of them!</p>
<p style="text-align: left;">If I still haven't convinced you to give it a go, have a look at presentations from <a title="TED - Ideas Worth Sharing" href="http://www.ted.com" target="_blank">TED</a> - they are awesome! Or read a few more of the <a title="PowerPoint: sometimes you have to laugh to keep from crying" href="http://www.presentationzen.com/presentationzen/2007/04/powerpoint_some.html" target="_blank">many</a> <a title="The power of the visual: Learning from Down Under promotion videos" href="http://www.presentationzen.com/presentationzen/2006/06/the_power_of_th.html" target="_blank">excellent</a> <a title="Bill Gates and visual complexity" href="http://presentationzen.blogs.com/presentationzen/2005/11/it_was_one_of_t.html" target="_blank">posts</a> from <a title="Presentation Zen" href="http://www.presentationzen.com" target="_blank">Presentation Zen</a>.</p>
<p style="text-align: left;"><em>edit: Found this after writing up the above post - a great <a title="Authors@Google: Garr Reynolds" href="http://www.youtube.com/watch?v=DZ2vtQCESpk" target="_blank">video by Garr Reynolds</a> (author of Presentation Zen)  presenting at Google about effective presentations.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://psychopyko.com/nifty-tips/presentations/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>three useful sites for group work</title>
		<link>http://psychopyko.com/nifty-tips/group-work-sites/</link>
		<comments>http://psychopyko.com/nifty-tips/group-work-sites/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 12:27:36 +0000</pubDate>
		<dc:creator>pyko</dc:creator>
				<category><![CDATA[Nifty tips]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[group work]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://psychopyko.com/nifty-tips/group-work-sites/</guid>
		<description><![CDATA[Now that University has started, it is getting busier, and assignments are already being handed out - despite having only finished Week 1! When we got the details of the group assignment for the semester, it gave me the idea for this post - useful sites for group work. For pretty much all my group assignments from uni (and group work outside uni) I've used some/all of the below sites and they have definitely helped with working together.]]></description>
			<content:encoded><![CDATA[<p>Now that University has started, it is getting busier, and assignments are already being handed out - despite having only finished Week 1! When we got the details of the group assignment for the semester, it gave me the idea for this post - useful sites for group work. For pretty much all my group assignments from uni (and group work outside uni) I've used some/all of the below sites and they have definitely helped with working together.</p>
<p><span id="more-35"></span><a href="http://psychopyko.com/nifty-tips/group-work-sites/pbwiki/" target="_blank" rel="attachment wp-att-37" title="pbwiki"><img src="http://www.psychopyko.com/wp-content/uploads/2008/03/pbwiki-logo.jpg" alt="pbwiki" /></a> <a href="http://pbwiki.com" title="pbwiki" target="_blank"><strong>http://pbwiki.com</strong></a><br />
In my opinion, this is probably one of the most useful sites for group work - a wiki. I'm quite certain nearly everyone has heard of wikis (think <a href="http://wikipedia.com" title="Wikipedia" target="_blank">Wikipedia</a>). As to if you've used one extensively (editing, participating etc) is another question, and I strongly suggest you give it a go. The nice thing about pbwiki is how easy it is to setup and use. The wiki markup syntax for pbwiki is probably one of the most user friendly I've come across, but it doesn't really matter since they also have a GUI editor (basically a WYSIWYG - What You See Is What You Get editor).</p>
<p>So what makes pbwiki so good for group work?<br />
<strong> Short answer:</strong> It's a wiki <img src='http://psychopyko.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<strong> Longer answer:</strong> It allows everyone in your group to contribute to the discussion and throw in ideas. Everything is in one place, everyone can see the most updated information, and everyone can access everything. If someone accidentally deletes something, or you decide that an idea form a week ago was actually good but was deleted - don't fear - just have a look into the wiki history <img src='http://psychopyko.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://assembla.com" title="assembla" target="_blank"><img src="http://www.psychopyko.com/wp-content/uploads/2008/03/assembla-logo.gif" alt="Assembla" /></a> <a href="http://assembla.com" title="assembla" target="_blank"><strong>http://assembla.com</strong></a><br />
This is a <strong>MUST </strong>if you are doing any coding assignment - Assembla provides you with <a href="http://subversion.tigris.org/" title="Subversion" target="_blank">Subeversion</a> (SVN). It also provides a wiki, <a href="http://trac.edgewall.org/" title="trac" target="_blank">Trac</a> and a whole host of other features, but the one I've found most useful is SVN. I won't go into the details, but the SVN repository will pretty much let everyone in the group work on the code at the same time and keep a running history of all the versions of your code (so if you accidentally do something horrible, you can revert back to the most recent working version). If you want to read more about the wonders of SVN have a look at <a href="http://subversion.tigris.org/" title="Subversion" target="_blank">Subversion's web page</a>. Assembla also comes with a wiki, but I find pbwiki more user friendly.</p>
<p><a href="http://drop.io" title="drop.io" target="_blank"><img src="http://www.psychopyko.com/wp-content/uploads/2008/03/dropio-logo.gif" alt="drop.io" /></a> <a href="http://drop.io" title="drop.io" target="_blank"><strong>http://drop.io</strong></a><br />
This is one of my more recent finds and haven't used it much but I do believe it will be very useful for file sharing. It basically lets you create a 'drop' - a place where you can store files online (up to 100mb). The distinguishing feature for drop.io compared to other file sharing sites is that it allows you to password protect your files. With the password, you provide users with different levels of access (View/View and Add/View, Add and Delete). In addition there is also an admin password which lets you change settings of your 'drop'. Another bonus is that to create a 'drop' you don't need to use your email address - just the name of the drop and a password if you want. The only drawback is 'drops' are only valid for at most 1 year, but it's not so much of a worry as you can always renew it.</p>
<p>So those are the three sites I If I haven't convinced you to at least try out one of the sites, I'll just mention now that they are all free <img src='http://psychopyko.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  If you have any good sites for group work that you know of, please share - I'd love to see what else is out there.</p>
]]></content:encoded>
			<wfw:commentRss>http://psychopyko.com/nifty-tips/group-work-sites/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>10 useful tips to help with research</title>
		<link>http://psychopyko.com/nifty-tips/tips-for-research/</link>
		<comments>http://psychopyko.com/nifty-tips/tips-for-research/#comments</comments>
		<pubDate>Fri, 16 Nov 2007 10:31:34 +0000</pubDate>
		<dc:creator>pyko</dc:creator>
				<category><![CDATA[Nifty tips]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://psychopyko.com/nifty-tips/tips-for-research/</guid>
		<description><![CDATA[<blockquote>"Copy from one, it's plagiarism; copy from two, it's research." <em>
Wilson Mizner</em></blockquote>
Research is probably something that uni students can't escape from - especially if they're doing honours and have to write up a thesis. Well, recently for one of our subjects which is a bit like preparation for thesis, we needed to write a research proposal. While searching through the Internet for credible sources, I discovered (or got told) a few tips and felt it would be a good idea to share them. So here are my 10 tips to hopefully make research a less stressful task!]]></description>
			<content:encoded><![CDATA[<blockquote><p>"Copy from one, it's plagiarism; copy from two, it's research." <em><br />
Wilson Mizner</em></p>
</blockquote>
<p>Research is probably something that uni students can't escape from - especially if they're doing honours and have to write up a thesis. Well, recently for one of our subjects which is a bit like preparation for thesis, we needed to write a research proposal. While searching through the Internet for credible sources, I discovered (or got told) a few tips and felt it would be a good idea to share them. So here are my 10 tips to hopefully make research a less stressful task!</p>
<p><span id="more-31"></span></p>
<ol>
<li><strong>Use EndNote</strong><br />
If you're going to have more than 10 or so sources, then I strongly suggest you use <a href="http://www.endnote.com/" title="EndNote" target="_blank">EndNote</a>. It might take some time to learn and set up properly for the referencing style you need, but it's definitely well worth it! You should be able to find a free download link in your uni website.</li>
<li><strong>Use Google Scholar</strong><br />
It is quick, easy and will save you heaps of time compared to using to your uni's online e-library catalogue. <a href="http://scholar.google.com/" title="Google Scholar" target="_blank">Google Scholar</a> will pretty much search all scholarly databases at once. While chances are you will need to search multiple times using the uni catalogue because each service will only search within a select set of databases.</li>
<li><strong>Tweak Google Scholar</strong><br />
A bit of tweaking will make Google Scholar even more user friendly.<br />
<strong>1.</strong> Go to '<em>Scholar Preferences</em>'<br />
<strong>2.</strong> In the <em>Library Links</em> section, search for your uni<br />
<strong>3.</strong> Hopefully your uni will be listed, if so tick the check box (If not, maybe ask a librarian and see if the uni can get listed)<br />
<strong>4.</strong> In the <em>Bibliography Manager</em> section, select EndNote<br />
<strong>5.</strong> Click on '<em>Save Preferences</em>'<br />
Now when you search, for the papers you usually need to login to download you'll see a link similar to "<em>Find it@UNSW</em>" next to it. When you click on the link, it'll take you to your uni's login page and once you login you'll be taken directly to the article. Nice isn't it? Also, with EndNote, all articles should now have an "<em>Import to EndNote</em>" link, click on it to import into your EndNote library - no need manually enter the details (though be careful there are times when Google doesn't reference properly, but it's rare, and usually an easy fix)</li>
<li><strong>Work at uni</strong><br />
Do your research at uni. The Internet will likely be faster, you won't need to login to download the articles, and hopefully they'll be less distractions...</li>
<li><strong>Google the Author</strong><br />
Sometimes you'll find that your uni doesn't subscribe to a particular journal, or for whatever reason you just can't find the article. There is still one more option! Chances are the author of the article is from an university. I've found that if you Google them, and if you can find their staff page, 99% of the time they'll have their publication list...all free to download <img src='http://psychopyko.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li><strong>Take notes while you're reading</strong><br />
I still need to work on this, but I suggest while you are reading take notes! Don't just highlight important bits, summarise what you've read - otherwise after reading so many articles you'll surely forget where you've read what. Haven't tried this, but <a href="http://www.google.com/notebook" title="Google Notebooks" target="_blank">Google Notebooks</a> have recently added "labels" function - so putting your summaries/highlights in there and tagging them will probably become useful later on, since you can easily search for what you need/want.</li>
<li><strong>Organise your PDFs</strong><br />
My suggestion is to name you PDFs in this fashion "LastnameF_year.pdf" (eg. <em>SmithA_2007.pdf)</em>. If you've named your PDF, it makes it heaps easier to find! (a bit of time spent early on, saves heaps of time later). Though I've heard that EndNote links the PDFs nicely as well - will need to give this a try.</li>
<li><strong>Reference List/Cited By</strong><br />
This is something I was told and is very very useful! Any decent paper you have will have a reference list (if it doesn't maybe it's not all that credible). Guess what? A lot of those references will also be useful to you. Also, Google has a "<em>Cited By</em>" link - other papers that have used the paper you're reading; again, a lot of those references will be useful. Start with one or two papers and you'll end up with too many to read!</li>
<li><strong>Pick a topic you like</strong><br />
Probably not always possible, but if you can try to pick a topic you are interested in. It's very likely you'll have to read a whole pile of articles, and if you're not interested in the topic, it will be a very boring and painful process.</li>
<li><strong>Start early!</strong><br />
Sleep deprivation and stress is no fun <img src='http://psychopyko.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </li>
</ol>
<p>The last two are probably the most obvious, but also the hardest ones - though they will make a huge difference! If you have your own tips for researching please share them <img src='http://psychopyko.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://psychopyko.com/nifty-tips/tips-for-research/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>how to save water</title>
		<link>http://psychopyko.com/nifty-tips/save-water/</link>
		<comments>http://psychopyko.com/nifty-tips/save-water/#comments</comments>
		<pubDate>Mon, 15 Oct 2007 04:27:27 +0000</pubDate>
		<dc:creator>pyko</dc:creator>
				<category><![CDATA[Nifty tips]]></category>
		<category><![CDATA[Blog Action Day]]></category>
		<category><![CDATA[drought]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[water]]></category>

		<guid isPermaLink="false">http://psychopyko.com/nifty-tips/save-water/</guid>
		<description><![CDATA[Few months ago, I signed up to <a href="http://blogactionday.org" title="Blog Action Day" target="_blank">Blog Action Day</a>...<br style="font-size: 8.84445px" />
<blockquote>On October 15th, bloggers around the web will unite to put a single important issue on everyone’s mind - the environment<br style="font-size: 8.84445px" /></blockquote>
If you haven't guessed from the title, and from that short intro, this post will be about the environment - namely how to save water.<br style="font-size: 8.84445px" /><br style="font-size: 8.84445px" />The reason for this topic is simply because Australia is facing severe drought conditions. A quick Google gives us an article from Wikipedia with the different <a href="http://en.wikipedia.org/wiki/Water_restrictions_in_Australia" title="Wikipedia - Australian Water Restrictions" target="_blank">water restriction levels</a> currently in place:<br style="font-size: 8.84445px" />
<ul>
	<li><strong>Brisbane</strong>: Stage 5</li>
	<li><strong>Adelaide</strong>: Stage 3</li>
	<li><strong>Canberra</strong>: Stage 3</li>
	<li><strong>Melbourne</strong>: Stage 3</li>
	<li><strong>Sydney</strong>: Stage 3</li>
	<li><strong>Hobart</strong>: Stage 1</li>
	<li><strong>Darwin</strong>: none</li>
	<li><strong>Perth</strong>: permanent restrictions</li>
</ul>
As you can see pretty much all the major cities have some form of restriction in place. I'm not quite sure what 'permanent restrictions' for Perth really means, but either way it doesn't sound good.]]></description>
			<content:encoded><![CDATA[<p>Few months ago, I signed up to <a href="http://blogactionday.org" title="Blog Action Day" target="_blank">Blog Action Day</a>...<br style="font-size: 8.84445px" /></p>
<blockquote><p>On October 15th, bloggers around the web will unite to put a single important issue on everyone’s mind - the environment<br style="font-size: 8.84445px" /></p></blockquote>
<p>If you haven't guessed from the title, and from that short intro, this post will be about the environment - namely how to save water.<br style="font-size: 8.84445px" /><br style="font-size: 8.84445px" />The reason for this topic is simply because Australia is facing severe drought conditions. A quick Google gives us an article from Wikipedia with the different <a href="http://en.wikipedia.org/wiki/Water_restrictions_in_Australia" title="Wikipedia - Australian Water Restrictions" target="_blank">water restriction levels</a> currently in place:<br style="font-size: 8.84445px" /></p>
<ul>
<li><strong>Brisbane</strong>: Stage 5</li>
<li><strong>Adelaide</strong>: Stage 3</li>
<li><strong>Canberra</strong>: Stage 3</li>
<li><strong>Melbourne</strong>: Stage 3</li>
<li><strong>Sydney</strong>: Stage 3</li>
<li><strong>Hobart</strong>: Stage 1</li>
<li><strong>Darwin</strong>: none</li>
<li><strong>Perth</strong>: permanent restrictions</li>
</ul>
<p>As you can see pretty much all the major cities have some form of restriction in place. I'm not quite sure what 'permanent restrictions' for Perth really means, but either way it doesn't sound good.<br />
<span id="more-30"></span><br />
There are probably millions of ways to save water, some may cost a fair bit (eg. installing a water tank) but others are simple and free! They might even save you money as you'll be using less water and thus pay less for your water rates.</p>
<p>Here are some simple tips that anyone can do:</p>
<ul>
<li><strong>Turn off the tap when you aren't using the water.</strong> There are times when you're in the shower or brushing your teeth and you don't need running water, so just turn it off.</li>
<li><strong>You don't need the water on full blast.</strong> Believe it or not, when you're brushing your teeth/washing hands/washing face etc, you don't need to turn the tap on full blast - a small/medium flow is plenty.</li>
<li><strong>To get hot water quicker (for showers etc) just turn on the hot water and wait.</strong> To be honest, I haven't exactly tested or verified this, but it seems to work for me. Letting the hot water flow first, then turning on the cold seems to be faster than turning on hot and cold and waiting for it to become warm. Just be careful don't burn yourself.</li>
<li><strong>Wash your plates together, not individually.</strong> If you live with other people (family, flatmates etc) don't wash your dishes individually, collect them and wash it in one go. It'll save you time and water!</li>
</ul>
<p>If you're reading this and thinking <em>"I already do this"</em>, then great! Though seriously, I've seen some people turn the water on full blast to brush their teeth, and not turn it off until they've finished brushing their teeth. Sometimes I feel the urge to just turn off their tap for them!</p>
<p>Another tip which might not apply to everyone, and takes a bit more time is to <strong>capture water to water the plants/flush toilets</strong>. Again, there are many ways you can capture water, here are a few:</p>
<ul>
<li>Put a bucket (or similar) in the shower and collect the water that is 'wasted' when you wait for it to heat up. Move the bucket away afterwards, otherwise you might get soap in it.</li>
<li>Collect the water you use from washing the vegetables - don't just let it go down the drain.</li>
<li>Collect the water from your washing machine. The first discharge may bit a bit soapy, but the second is usually quite clean. 3L milk/juice bottles work very well for this.</li>
</ul>
<p>Depending on how clean the collected water is, you can use it to water the plants or flush the toilet. You maybe thinking <em>"Yuck, flush the toilet?!"</em>, well I can tell you that pouring 3L of water into the toilet bowl efficiently flushes the toilet (this definitely works for Number 1, you can try for Number 2, though you might want to use the inbuilt flush).</p>
<p><em><font size="-1"> PS Apologies for the long gap between this post and the previous one - been snowed under with  assignment work, and procrastination doesn't help!</font></em></p>
]]></content:encoded>
			<wfw:commentRss>http://psychopyko.com/nifty-tips/save-water/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>6 simple tips to help you snack less</title>
		<link>http://psychopyko.com/nifty-tips/snacking-less/</link>
		<comments>http://psychopyko.com/nifty-tips/snacking-less/#comments</comments>
		<pubDate>Tue, 25 Sep 2007 13:56:52 +0000</pubDate>
		<dc:creator>pyko</dc:creator>
				<category><![CDATA[Nifty tips]]></category>
		<category><![CDATA[food]]></category>

		<guid isPermaLink="false">http://psychopyko.com/nifty-tips/snacking-less/</guid>
		<description><![CDATA[If you know me, you'll know that I'm not a picky eater and I can eat a lot - especially when it comes to snacks. And if you're like me once I start eating/snacking I just can't seem to stop! Initially, I tried the approach of no snacks at all with the reasoning that if there are no snacks then there's nothing to snack on.</p>
<p>However, since I hadn't snacked in ages, and knew I didn't have any snacks in my room it failed horribly whenever sweets and junk food were in my reach - I just pigged out on them. Considering this "free food" is semi-regular (team meetings, birthdays etc) it doesn't help with reducing the amount of snacking.<br />]]></description>
			<content:encoded><![CDATA[<p>If you know me, you'll know that I'm not a picky eater and I can eat a lot - especially when it comes to snacks. And if you're like me once I start eating/snacking I just can't seem to stop! Initially, I tried the approach of no snacks at all with the reasoning that if there are no snacks then there's nothing to snack on.</p>
<p>However, since I hadn't snacked in ages, and knew I didn't have any snacks in my room it failed horribly whenever sweets and junk food were in my reach - I just pigged out on them. Considering this "free food" is semi-regular (team meetings, birthdays etc) it doesn't help with reducing the amount of snacking.<br />
<span id="more-26"></span><br />
After a particularly bad case of splurging on sweets (exams+team study+all nighters) I decided there must be a better way to reduce my snacking. Although I've only tried this for a few months, it seems like it's working and I feel I can stick to it. So here are<span style="background-color: #ffffff"> 6</span> tips I've come up with which have worked quite well for me. They aren't in any particular order and probably will work standalone, though some seem to complement each other. Hope they help!</p>
<ol>
<li><strong>Always have a healthy 'snack' nearby</strong><br />
In addition to the snack you like (eg. chocolate) also have some healthier alternative in your room/kitchen. I keep apples in my room, so when I feel like snacking I often go for the apple first. When you've finished the apple you're quite full and probably won't feel like eating anymore</li>
<li><strong>Set a time where you will not eat afterwards</strong><br />
If you research on 'healthy eating' many sources will tell you not to eat too close to bedtime due to your metabolism slowing down when you sleep. The idea is to combine this to help you reduce snacking. For me, I've set this 'deadline' at 10pm (since I generally try to sleep around midnight), so if I ever feel like snacking, and it's after 10pm I just stop myself and say "I'm going to sleep soon, I don't need to eat now."</li>
<li><strong>Eat slowly!</strong><br />
This applies to main meals as well as snacks. If you eat slowly you'll feel fuller at the end of the meal, and also you can enjoy it more. Let the chocolate melt in your mouth rather than just gobbling it down!</li>
<li><strong>Wait a while, make sure you really do want/need to eat.</strong><br />
I often find my desire to snack is simply because of boredom. Generally, after waiting 5 to 10 minutes I no longer feel like snacking, and if I do I sometimes go for the apple instead.</li>
<li><strong>Break it up into small pieces</strong><br />
This mainly applies to blocks of chocolate, but a similar approach can be taken for other snacks. Break the block of chocolate up into small-ish pieces and store it in an airtight container or some sort of container where the snack will keep for a long time and will be out of reach of creepy crawlies! Then when you do feel like snacking, take one piece out, put it on the table, close the container, put the container back, start eating and enjoy <img src='http://psychopyko.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  (I find packing the container up <em>before </em>you treat yourself means less of the "just one more" syndrome)</li>
<li><strong>Just buy what you need and no more</strong><br />
Don't buy too much, otherwise you might have the mindset of "must finish it off before it expires." If it's on a super special sale, maybe get one extra but not too many - after all, if you snack less you'll go through the food slower and you never know, another special might just crop up!</li>
</ol>
<p>So those are the 6 things I try to keep in mind and I find it does work. Of course you still need some motivation and self control but I find keeping those points in mind helps a great deal. Though as I said at the start, you shouldn't deprive yourself of snacks so treat yourself from time to time <img src='http://psychopyko.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://psychopyko.com/nifty-tips/snacking-less/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Forgot your password?</title>
		<link>http://psychopyko.com/nifty-tips/password-passphrase/</link>
		<comments>http://psychopyko.com/nifty-tips/password-passphrase/#comments</comments>
		<pubDate>Mon, 17 Sep 2007 13:18:51 +0000</pubDate>
		<dc:creator>pyko</dc:creator>
				<category><![CDATA[Nifty tips]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://psychopyko.com/nifty-tips/password-passphrase/</guid>
		<description><![CDATA[<p>Not so long ago, I was reading <a href="http://www.codinghorror.com" title="Coding Horror" target="_blank">Coding Horror</a> and came across two rather interesting posts: <a href="http://www.codinghorror.com/blog/archives/000342.html" title="Passwords vs Pass Phrases" target="_blank">Passwords vs Pass Phrases</a> and <a href="http://www.codinghorror.com/blog/archives/000360.html" title="Passphrase Evangelism" target="_blank">Passphrase Evangelism</a>. If you don't want to read those posts (though I highly recommend you read them) the golden rule is <em>"<strong>stop thinking of passwords as single words</strong>, and start thinking of them as pass phrases"</em>.</p>
<p>A few people I know (including myself) have problems coming up with strong passwords and remembering them - and I think this is the solution! From psychology we learnt that on average people remember 7 things - be that 7 letters or 7 words. So that means, a password is usually 7 characters, but if you remember a pass phrase that will be 7 words - which is approximately 28 characters if you average 4 letters per word!<br />]]></description>
			<content:encoded><![CDATA[<p>Not so long ago, I was reading <a href="http://www.codinghorror.com" title="Coding Horror" target="_blank">Coding Horror</a> and came across two rather interesting posts: <a href="http://www.codinghorror.com/blog/archives/000342.html" title="Passwords vs Pass Phrases" target="_blank">Passwords vs Pass Phrases</a> and <a href="http://www.codinghorror.com/blog/archives/000360.html" title="Passphrase Evangelism" target="_blank">Passphrase Evangelism</a>. If you don't want to read those posts (though I highly recommend you read them) the golden rule is <em>"<strong>stop thinking of passwords as single words</strong>, and start thinking of them as pass phrases"</em>.</p>
<p>A few people I know (including myself) have problems coming up with strong passwords and remembering them - and I think this is the solution! From psychology we learnt that on average people remember 7 things - be that 7 letters or 7 words. So that means, a password is usually 7 characters, but if you remember a pass phrase that will be 7 words - which is approximately 28 characters if you average 4 letters per word!<br />
<span id="more-24"></span></p>
<p>So for those who just can't remember a random string of characters, or are already using semi-pass phrases...how do you choose a strong pass phrase? Well, over the weekend I did a bit of Googling and found some basic guidelines:</p>
<ul>
<li>Try to use medium-long words - short words can still be cracked</li>
<li>Try to have at least 4 word pass phrases - the longer the better</li>
<li>Don't use famous phrases (eg. "To be or not to be" probably isn't the best idea)</li>
<li>Include spaces, numbers, caps, and special characters</li>
<li>Personal information isn't recommended</li>
</ul>
<p>Here are some of my tips which might be useful if you're thinking of changing to pass phrases:</p>
<ul>
<li><strong>Mix it with your password!</strong> If you've already got a half decent password, use it everywhere and will never forget it, why not use it? "<em>Didn't you know my password is z1%SwL?</em>" is probably stronger than just "z1%SwL"</li>
<li><strong>Use your own abbreviations.</strong> This will probably make it harder for a dictionary hack on your pass phrase.</li>
<li><strong>Don't be too fussed with your grammar/spelling.</strong> Again, if you're sentence isn't quite normal it's more unique and thus harder to crack.</li>
</ul>
<p>For those who know and are relatively fluent in a foreign language, use it! I'm Chinese myself, so these are all based on Mandarin, but I would assume other languages would work in a similar fashion. I'm using the standard Bopomofo keyboard layout, and if you use a different input method, it'll turn out to be different - but hey, isn't that a bonus?</p>
<ul>
<li><strong>Just type in Chinese</strong>, but without the language option turned on. So something easy to remember like "How are you?" turns out to be "<em>su3cl3a8 2?</em>". It still looks like a password, but is much easier to remember and will likely be longer than your standard password.</li>
<li><strong>Type the pronunciation in English</strong> (for Chinese this is known as pinyin) and mix it with English if you want. Quite sometime ago I used this as a password "<em>muphas hen3 nan2</em>" which translates to "muphas is very hard" (MUPHAS is an extension maths course now known as UMEP).</li>
<li><strong>Combine the above two</strong>...and you get "<em>muphas 5p 27k hen3 nan2</em>" (MUPHAS is really very hard)</li>
</ul>
<p>Just a note, I'm no expert for password (pass phrase) security, but the tips above come from my random readings, general knowledge and they make sense to me.</p>
<p>As you can see it's not all that hard coming up with pass phrases (easier than coming up with passwords) and they are definitely much easier to remember! Though I must warn you, after many years of using passwords it might take some time to get used to it - I signed up to a new online account with a pass phrase, but then I forgot my pass phrase...probably because I had thought of so many different possible pass phrases!</p>
]]></content:encoded>
			<wfw:commentRss>http://psychopyko.com/nifty-tips/password-passphrase/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>photoshop shortcuts</title>
		<link>http://psychopyko.com/nifty-tips/photoshop-shortcuts/</link>
		<comments>http://psychopyko.com/nifty-tips/photoshop-shortcuts/#comments</comments>
		<pubDate>Thu, 23 Aug 2007 06:58:14 +0000</pubDate>
		<dc:creator>pyko</dc:creator>
				<category><![CDATA[Nifty tips]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[shortcut]]></category>

		<guid isPermaLink="false">http://psychopyko.com/2007/08/23/photoshop-shortcuts/</guid>
		<description><![CDATA[Recently I've been photoshop-ing a fair bit as I'm making posters/website for an upcoming event for a student society. By accident, I found a shortcut that did exactly what I wanted! The elusive shortcut <strong>ctrl+alt+shift+e</strong> creates a new layer of whatever you see on the screen right now (or 'stamp visible' in photoshop terminology).
<p>So after the amazing discovery, decided to put up a few photoshop shortcuts that I feel are essential. I'm no photoshop guru, but these are the shortcuts that I probably can't live without. I'm using Photoshop CS2, but most these shortcuts should probably work with most versions of photoshop. Seems like Adobe likes multi-keyed shortcuts, so organised them into the number of keys on the keyboard you need to press - wonder if there are any more than 4!</p>]]></description>
			<content:encoded><![CDATA[<p>Recently I've been photoshop-ing a fair bit as I'm making posters/website for an upcoming event for a student society. By accident, I found a shortcut that did exactly what I wanted! The elusive shortcut <strong>ctrl+alt+shift+e</strong> creates a new layer of whatever you see on the screen right now (or 'stamp visible' in photoshop terminology).</p>
<p>So after the amazing discovery, decided to put up a few photoshop shortcuts that I feel are essential. I'm no photoshop guru, but these are the shortcuts that I probably can't live without. I'm using Photoshop CS2, but most these shortcuts should probably work with most versions of photoshop. Seems like Adobe likes multi-keyed shortcuts, so organised them into the number of keys on the keyboard you need to press - wonder if there are any more than 4!</p>
<p><span id="more-9"></span></p>
<p><strong>Single key shortcuts</strong></p>
<ul>
<li><strong>v</strong> - changes to 'move' mode. So if you have a layer selected, you can now drag it with your mouse or nudge it.</li>
<li><strong>m</strong> - changes to 'marquee' mode.</li>
<li><strong>a</strong> - changes to 'direct selection' mode. If you have an active vector path, you can now go 'right click -&gt; make selection' and then you can fill the selection with colours etc.</li>
<li><strong>x</strong> - switches the foreground/background colours</li>
<li><strong>d</strong> - resets the palette to the default of foreground/background colours to black/white respectively</li>
<li><strong>[</strong> &amp; <strong>]</strong> - decreases &amp; increases (respectively) your brush size</li>
</ul>
<p><strong>Double key shortcuts</strong></p>
<ul>
<li><strong>alt+backspace</strong> - fills the layer with foreground colour</li>
<li><strong>ctrl+backspace</strong> - fills the layer with background colour</li>
<li><strong>ctrl+d </strong>- deselects your selection. Handy if you are horrible at selecting stuff like me.</li>
<li><strong>ctrl+e</strong> - merges your current layer with the layer below it</li>
<li><strong>ctrl+g</strong> - groups the layer(s) you have currently selected into a folder</li>
</ul>
<p><strong>Triple key shortcuts</strong></p>
<ul>
<li><strong>ctrl+alt+z</strong> - goes back through the history undo-ing the previous actions (find <em>ctrl+z</em> useless as it just undoes the last step)</li>
</ul>
<p><strong>Quadruple key shortcuts!</strong></p>
<ul>
<li><strong>ctrl+alt+shift+s</strong> - opens the 'save for web' dialogue where you can choose to save as jpg, gif, png etc.</li>
<li><strong>ctrl+alt+shift+e</strong> - creates a new layer and puts in that single layer whatever you see on the screen right now</li>
</ul>
<p><strong>Mouse+keyboard combination</strong><br />
<em>(not exactly a shortcut, but just as useful!)</em></p>
<ul>
<li><strong>shift </strong>- when creating a selection, holding down 'shift' while dragging the selection keeps the proportion. Nice when you need a perfect circle/square, or if you're dragging in a logo/image</li>
<li><strong>space </strong>- when creating a selection, holding down 'space' will let you move the location of your selection. Always found it hard to know where to create the selection so it is exactly where I need it to be.</li>
<li><strong>ctrl </strong>- if you ctrl+click on a layer, it will select the outline of the image on that layer.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://psychopyko.com/nifty-tips/photoshop-shortcuts/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
