<?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>Frostb1te</title>
	<atom:link href="http://ospsp.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ospsp.com</link>
	<description>A place to review and chat about iPhone apps!</description>
	<lastBuildDate>Wed, 10 Mar 2010 18:14:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>How to create a button in Flash CS4 using AS3</title>
		<link>http://ospsp.com/2010/03/how-to-create-a-button-in-flash-cs4-using-as3/</link>
		<comments>http://ospsp.com/2010/03/how-to-create-a-button-in-flash-cs4-using-as3/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 23:44:34 +0000</pubDate>
		<dc:creator>Jackson</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[CS4]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://ospsp.com/2010/03/how-to-create-a-button-in-flash-cs4-using-as3/</guid>
		<description><![CDATA[Creating a button in Flash CS4 is one of the most easy things to do in flash, yet a very essential piece when using it. Whether your a programmer, animator, or someone interested in Flash, this tutorial is for you. We will be creating the simple flash application featured in the picture. Start off by [...]]]></description>
			<content:encoded><![CDATA[<p>Creating a button in Flash CS4 is one of the most easy things to do in flash, yet a very essential piece when using it. Whether your a programmer, animator, or someone interested in Flash, this tutorial is for you. We will be creating the simple flash application featured in the picture.</p>
<p>Start off by opening up Flash CS4 (also works with CS3) and click on "Flash File (actionscript 3)" under the "Create New" option or hit  (on a mac). A blank canvas should appear.</p>
<p>Here are the steps to set up the scene:</p>
<p>-Grab the rectangle tool from the toolbar and draw a rectangle (any size will do) in the white space provided.</p>
<p>-Create some text and center it in the rectangle.</p>
<p>-Highlight the entire rectangle and the text and right click inside of it.</p>
<p>-click the "Convert to Symbol..." option at the bottom.</p>
<p>-A dialog box should appear; set its name to "Play button" and select its type as "Button".</p>
<p>-Hit Enter</p>
<p>As you can see, we have just created a symbol containing 2 different instances; a rectangle and a textbox.</p>
<p>Select The Symbol and look at the top right corner of the window in the properties panel.<br />
(don't see it? press (if on a mac) or (if on a PC)</p>
<p>There should be a box that says "" and a dropdown box that should say "button" and below that, some text that says "Instance of: Play Button".</p>
<p>Click inside of the "" box and type: "play_btn"</p>
<p>we have just created the instance name of the button to which flash can now refer to it as; play_btn</p>
<p>Alright, we are ready to get coding! right-click on frame 1 of your project(down in the timeline) and select "actions".</p>
<p>Enter the code in the box provided:</p>
<p>play_btn.addEventListener(MouseEvent.CLICK, functionName);</p>
<p>function functionName(e:MouseEvent):void {<br />
play_btn.visible = false;<br />
}</p>
<p>now lets dissect this code:</p>
<p>play_btn.addEventListener(MouseEvent.CLICK, functionName);</p>
<p>is adding and event Listener to the instance "play_btn". MouseEvent is indicating that it is related to the mouse(others include: Event, Keyboard Event, etc.) and .CLICK is telling it that it is, well, a click. ,functionName is telling it to run the function: functionName  when clicked.</p>
<p>function functionName(e:MouseEvent):void {</p>
<p>is creating the function we want to run when play_btn is clicked. simple, not much to it.</p>
<p>play_btn.visible = false;</p>
<p>is making the play_btn invisible(it also disables it.)</p>
<p>}</p>
<p>closes the function.</p>
<p>Well, You've created your first button and are well on your way to becoming a master in flash!</p>
<p>Thanks, Jackson Smith</p>
<p>//please leave comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://ospsp.com/2010/03/how-to-create-a-button-in-flash-cs4-using-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apple Store Love Song</title>
		<link>http://ospsp.com/2010/02/apple-store-love-song/</link>
		<comments>http://ospsp.com/2010/02/apple-store-love-song/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 17:18:17 +0000</pubDate>
		<dc:creator>Allan</dc:creator>
				<category><![CDATA[Comedy]]></category>
		<category><![CDATA[#apple]]></category>
		<category><![CDATA[#live]]></category>
		<category><![CDATA[@RayWilliamJohnson]]></category>

		<guid isPermaLink="false">http://ospsp.com/?p=161</guid>
		<description><![CDATA[This is a humorous song about falling in love at an Apple store.]]></description>
			<content:encoded><![CDATA[<p>This is a humorous song about falling in love at an Apple store.</p>
]]></content:encoded>
			<wfw:commentRss>http://ospsp.com/2010/02/apple-store-love-song/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review: Dragon Dictation</title>
		<link>http://ospsp.com/2010/02/review-dragon-dictation/</link>
		<comments>http://ospsp.com/2010/02/review-dragon-dictation/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 06:32:26 +0000</pubDate>
		<dc:creator>Allan</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[#dictation]]></category>
		<category><![CDATA[#free]]></category>
		<category><![CDATA[#itouch]]></category>
		<category><![CDATA[#nuance]]></category>
		<category><![CDATA[#speech-to-text]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://ospsp.com/?p=156</guid>
		<description><![CDATA[Dragon Dictation is an iPhone and iPod Touch (2nd gen and newer) that allows you to speak in to the mic and it will transcribe your text. Once you have dictated a message you can send it as an SMS or an email. Once I dove in to the application I was pleasantly surprised by [...]]]></description>
			<content:encoded><![CDATA[<p>Dragon Dictation is an iPhone and iPod Touch (2nd gen and newer) that allows you to speak in to the mic and it will transcribe your text. Once you have dictated a message you can send it as an SMS or an email.</p>
<p>Once I dove in to the application I was pleasantly surprised by its accuracy. It was able to transcribe a paragraph with incredible accuracy. That was in a quiet room, but is still very impressive. It's performance isn't as good in a room with background noise, especially if there are other people talking.</p>
<p>The app also features an option to import your contact names, which I found incredibly useful and a smart thing to do. If you opt to import contacts, you can dictate names of people in your contacts and Dragon will accurately pick them up and transcribe them with capitalization.</p>
<p>The downsides, however, are that the names of all your contacts will be uploaded to Nuances server. I don't know about you, but I do like to have privacy. Also, all dictations are uploaded to a server, transcribed, and sent back, so if you do not have an internet connection (3G/EDGE/Wifi) the app won't work. In my experience the app will occasionally have connection errors while the connection should be perfectly fine, and you have to repeat yourself to try again. The biggest flaw though, for me, is that you can only talk for 20 seconds.</p>
<p>Since it isn't 100% accurate, Nuance has included the option to edit the text with a keyboard, and some words can be tapped for alternative options. Overall it's a great app, and being free, you should <a href="http://itunes.apple.com/us/app/dragon-dictation/id341446764?mt=8">try it out for yourself</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://ospsp.com/2010/02/review-dragon-dictation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guide to the Terminal and Linux Lingo</title>
		<link>http://ospsp.com/2010/02/guide-to-the-terminal-and-linux-lingo/</link>
		<comments>http://ospsp.com/2010/02/guide-to-the-terminal-and-linux-lingo/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 03:03:22 +0000</pubDate>
		<dc:creator>Allan</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[#]]></category>
		<category><![CDATA[#guide]]></category>
		<category><![CDATA[#terminal]]></category>
		<category><![CDATA[#ubuntu]]></category>

		<guid isPermaLink="false">http://ospsp.com/?p=149</guid>
		<description><![CDATA[as seen on ubuntuforums o.O intro If you are like most new people, then you are scared of the terminal. this is ok, its normal. the reason we have the terminal is because it is much easier to help someone by telling them to copy and paste some text into the terminal than it is [...]]]></description>
			<content:encoded><![CDATA[<p>as seen on ubuntuforums o.O<br /><span style="font-weight: bold;"><br /></span></p>
<div style="text-align: center;"><span style="font-weight: bold;">intro</span></div>
<p>If you are like most new people, then you are scared of the terminal. this is ok, its normal. the reason we have the terminal is because it is much easier to help someone by telling them to copy and paste some text into the terminal than it is to say "ok first you click system, then preferences, then you click the one towards the top of the list that says blahblahblah".</p>
<p>common terminal commands and what they mean, and underneath a short description</p>
<div style="text-align: center;"><span style="font-weight: bold;">rm</span>=<span style="font-style: italic;"> remove</span></div>
<p>this is a potetially dangerous command, as you have probably seen in many forum members signatures, and if you read the announcement. if you haven't read the announcement I highly suggest you read it, it can be found via the link below<br /><a href="http://ubuntuforums.org/announcement.php?f=73">Announcement</a><br />also, please note that this command will delete things WITHOUT confirmation, therefore a small typo could end up deleting vital files, especially if you are root when you run the command</p>
<div style="text-align: center;"><span style="font-weight: bold;">sudo</span>= <span style="font-style: italic;">super user (root) do</span></div>
<p>while this command is essentially useful, when used with potentially malicious commands it can be very dangerous.  sudo allows commands to be executed as root, root in linux is basically what an administrator in windows is, however root can do ANYTHING, thus making sudo a command that must be used only if you can trust the person who told you the code, or you have used the same or a similar code before.  in most cases where you dont understand a command you should wait for another user to post the same thing verifying that the command is indeed safe.</p>
<div style="text-align: center;"><span style="font-weight: bold;">gksudo</span>= <span style="font-style: italic;">graphical super user (root) do</span></div>
<p>This command is basically the same as sudo, but rather than being meant for text it is meant for graphical user interfaces, or GUI's</p>
<div style="text-align: center;"><span style="font-weight: bold;">chmod +x</span>=<span style="font-style: italic;"> change mode + make executable</span></div>
<p>this command is used to make files you download from the internet executable, such as .run or .bin files</p>
<div style="text-align: center;"><span style="font-weight: bold;">aptitude</span>/<span style="font-weight: bold;">apt-get</span>=<span style="font-style: italic;">retrieve and use package(s)</span></div>
<p>a standard aptitude/apt-get command would be<br />sudo aptitude install PROGRAM NAME<br />in order for an aptitude code to work you must have sudo at the front, because programs are installed in a directory (location) that only root can write in.  aptitude/apt-get is used for mainly for installing and uninstalling programs.</p>
<div style="text-align: center;"><span style="font-weight: bold;">cd</span>= <span style="font-style: italic;">change directory</span></div>
<p>this one is pretty straightforward, the terminal executes commands from /home/USER when opened but can execute from other places using the cd command.<br />[code]cd ~/Desktop[/code] would change the terminal working directory to the user desktop with ~ being /home/USER<br />this command is commonly used for installing programs from the source code</p>
<div style="text-align: center;"><span style="font-weight: bold;">cp</span>=<span style="font-style: italic;"> copy file or directory</span></div>
<p>this command can be used to copy files or directories from one place on your computer to another. it will leave the original file or directory where it is and also make a new one somewhere else that is exactly the same<br />cp /home/USER/documents/file1.odt /home/USER/documents/something/file1.odt<br />that would copy the file file1.odt from documents to documents/something</p>
<div style="text-align: center;"><span style="font-weight: bold;">mv</span>= <span style="font-style: italic;">move</span></div>
<p>same as cp (above) but doesn't leave the file where it was originally</p>
<div style="text-align: center;"><span style="font-weight: bold;">find</span>=<span style="font-style: italic;"> find</span></div>
<p>this command will search for a file name in directories, sub directories etc of the parent directory you give it<br />find file /<br />would find anything named file in the parent directory / (entire computer)</p>
<div style="text-align: center;"><span style="font-weight: bold;">df -h</span>= <span style="font-style: italic;">hd space free&amp;used in human readable format</span></div>
<p>easy command to remember, tells you in an easy to understand way about your hard drives and storage</p>
<div style="text-align: center;"><span style="font-weight: bold;">ls</span>= <span style="font-style: italic;">/home/user directories</span></div>
<p>tells you the directories of /home/user except those that are hidden by starting with a "." or ending with "~"</p>
<div style="text-align: center;"><span style="font-weight: bold;">ls -a</span>= <span style="font-style: italic;">/home/user all directories</span></div>
<p>shows you your directories in /home/user including hidden folders</p>
<div style="text-align: center;"><span style="font-weight: bold;">program names</span></div>
<p>typing a program name in the terminal, such as firefox, will simply run the program from the terminal, if you close the terminal, you will also close the program.</p>
<div style="text-align: center;"><span style="font-weight: bold;">killall</span>= <span style="font-style: italic;">kill all</span></div>
<p>this command will stop the program it is addressing, for example the code:<br />killall firefox-bin<br />would kill all open firefox windows, including the downloads window, the addons window, and the web browser itself</p>
<div style="text-align: center;">~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~</div>
<p><div style="text-align: center;"><span style="font-weight: bold;">Common Ubuntu and Linux terminology, EXPLAINED</span></div>
<p>this part of my guide will explain some commonly use acronyms and short forms (abbreviations) of words.</p>
<div style="text-align: center;"><span style="font-weight: bold;">cmd</span> = <span style="font-style: italic;">tarball archive</span></div>
<p>a tarball archive is like a zip archive, same files just a less memory consuming version</p>
<div style="text-align: center;"><span style="font-weight: bold;">command line</span>= <span style="font-style: italic;">terminal</span></div>
<p>it can be found at applications>accessories>terminal<br />it is the text based version of most other things, from it you can install programs, run programs, uninstall programs, among many, many other thing</p>
<div style="text-align: center;"><span style="font-weight: bold;">window manager</span></div>
<p>by default this is metacity. basically this controls the top of the window, or the window bar, where the close maximize and minimize buttons are. it also controls the scrollbar, sometimes it will control text entry boxes, and text but sometimes it won't.</p>
<div style="text-align: center;"><span style="font-weight: bold;">compiz</span></div>
<p>compiz is a window manager. if you have heard of the cube, this is how it is done. in order to use compiz you are suppose to have a good graphics card like nvidia or ATI but I can run it pretty well with onboard graphics. i have pretty good onboard graphics though. some good videos of compiz in use can be found on youtube.</p>
<p><div style="text-align: center;"><span style="font-weight: bold;">emerald</span></div>
<p>window decorator. Makes the windows look pretty <img src='http://ospsp.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> .</p>
<div style="text-align: center;"><span style="font-weight: bold;">gfx</span></div>
<p>gfx simply is a shorter way to say graphics. im sure you already knew that, but im also sure there are a few people that didn't know.</p>
<div style="text-align: center;"><span style="font-weight: bold;">root</span>/<span style="font-weight: bold;">superuser</span></div>
<p>root, or superuser is basically an administrator, they can do anything on the computer.</p>
<div style="text-align: center;">~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~*~</div>
<p>if you want anything added post so below, or alternatively you can <mailto:"allan@ospsp.com">email me</mailto:"ubuntugam3r@gmail.com">.</p>
]]></content:encoded>
			<wfw:commentRss>http://ospsp.com/2010/02/guide-to-the-terminal-and-linux-lingo/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Psychology Behind Color Theory</title>
		<link>http://ospsp.com/2010/02/the-psychology-behind-color-theory/</link>
		<comments>http://ospsp.com/2010/02/the-psychology-behind-color-theory/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 04:20:23 +0000</pubDate>
		<dc:creator>Allan</dc:creator>
				<category><![CDATA[Advertising]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[#advertisement]]></category>
		<category><![CDATA[#color]]></category>
		<category><![CDATA[#psychology]]></category>

		<guid isPermaLink="false">http://ospsp.com/?p=92</guid>
		<description><![CDATA[Perception of colors is often subjective, but some colors, such as reds and blues, have very widespread meanings. Colors that are reddish, including red, orange and yellow, are called warm colors. Warm colors are often used to evoke emotion and feeling, such as anger and hostility. They are brighter colors, that can also be used [...]]]></description>
			<content:encoded><![CDATA[<div id="_mcePaste">Perception of colors is often subjective, but some colors, such as reds and blues, have very widespread meanings. Colors that are reddish, including red, orange and yellow, are called warm colors. Warm colors are often used to evoke emotion and feeling, such as anger and hostility. They are brighter colors, that can also be used to excite the mind and cause people to be passionate.</div>
<div id="_mcePaste">On the flip side of the spectrum are the cool colors which include green, blue, and purple. These colors are often used to calm the mind or to show peace and clarity, but are not limited to that. They can also bring to mind feelings of indifference or sadness.</div>
<div id="_mcePaste">Also, each individual color can have meanings.</div>
<div><a href="http://www.lifeinthefastlane.ca/wp-content/uploads/2008/02/great_blue_hole_belize_3sfw.jpg" rel="lightbox[92]"><img class="alignleft" title="blue" src="http://www.lifeinthefastlane.ca/wp-content/uploads/2008/02/great_blue_hole_belize_3sfw.jpg" alt="" width="120" height="90" /></a></div>
<div><strong><span style="color: #00ffff;">Blue</span></strong> is a color that means peace, tranquility, calm, stability, harmony, unity, trust, truth, conservatism, confidence, security, order, cleanliness, loyalty, the sky, water, technology, cold, and depression. Blue has the ability to lower body temperature, slow the pulse rate, reduce appetite, and is considered a business color because it reflects reliability.</div>
<p><a rel="lightbox" href="http://scrapetv.com/News/News%20Pages/Science/Images/black-hole.jpg"><img class="alignright" src="http://scrapetv.com/News/News%20Pages/Science/Images/black-hole.jpg" alt="" width="120" height="55" /></a></p>
<div style="text-align: right;"><strong><span style="color: #000000;">Black</span></strong> is the absence of light and color. It is used to show power, sophistication, elegance, wealth, fear, mystery, evil, anonymity, depth, style, unhappiness, remorse, sadness, underground, anger,</div>
<div style="text-align: right;">mourning and death.</div>
<div style="text-align: left;"><strong><span style="color: #339966;"><a href="http://farm4.static.flickr.com/3056/3080231707_a278858995.jpg" rel="lightbox[92]"><br />
<img class="alignleft" src="http://farm4.static.flickr.com/3056/3080231707_a278858995.jpg" alt="" width="100" height="60" /></a>Green</span></strong> is a common favorite color. It represents nature, health, environment, renewal, health, youth, spring, vigor, fertility, jealousy, inexperience, envy, and misfortune. Its cool  qualities sooth, calm, and have great healing power. It is often word by surgeons in operating rooms.</div>
<p><a href="http://www.seriouswheels.com/pics-jkl/Lamborghini-Diablo-Orange-front-angle-orange.jpg" rel="lightbox[92]"><img class="alignright" src="http://www.seriouswheels.com/pics-jkl/Lamborghini-Diablo-Orange-front-angle-orange.jpg" alt="" width="100" height="55" /></a></p>
<div style="text-align: right;"><strong><span style="color: #ff6600;">Orange</span></strong> is a mix of yellow and red. Orange is a warm color like red, but is more tranquil. Orange expresses energy. It has luminous qualities and is good for attracting attention and drawing the eye. Orange is for that reason used on safety vests and caution signs very often. It brings up memories of fall leaves, pumpkins and halloween. It symbolizes enthusiasm, warmth, balance, flamboyancy, vibrance, and demands attention.</div>
<div><strong><span style="color: #800080;"><a href="http://images.fanpop.com/images/image_uploads/Purple-Wallpaper-purple-558782_1024_768.jpg" rel="lightbox[92]"><img class="alignleft" src="http://images.fanpop.com/images/image_uploads/Purple-Wallpaper-purple-558782_1024_768.jpg" alt="" width="100" height="70" /></a>Purple</span></strong> represents royalty in many colors, and was often the color most prominent on the robes of kings. Purple dye was made from the mucous gland of a snail. It required thousands of snails to create just 1 gram of dye, so it was a color that only nobles could afford. It also is used to show spirituality, wisdom, nobility, mystery, ceremony, transformation, arrogance, cruelty, mourning, enlightenment, and power. Purple is an exotic color.</div>
<div style="text-align: right;"><strong><span style="color: #ff0000;"><a rel="lightbox" href="http://simplecomplexities.files.wordpress.com/2009/05/red.jpg"><img class="alignright" src="http://simplecomplexities.files.wordpress.com/2009/05/red.jpg" alt="" width="120" height="90" /></a>Red</span></strong> is the color that draws the most attention and people pay attention to the most. It is the most energetic and warm color of the spectrum. People associate love, Valentines, danger, strength, speed, anger, desire, lust, violence, emergency exit signs, stop signs, and blood. Red is a good color to invoke a fight-or-flight response, raise blood pressure and make the heart beat more rapidly. Red would not be the color of choice in a psychiatric ward, prison, or hospital.</div>
<div style="text-align: left;"><strong><span style="color: #ffffff;"><a href="http://www.treehugger.com/the-white-pebbles.jpg" rel="lightbox[92]"><img class="alignleft" src="http://www.treehugger.com/the-white-pebbles.jpg" alt="" width="120" height="90" /></a>White</span></strong> is what we see when all colors are perfectly blended together. it represents purity, reverence, simplicity, cleanliness, humility, precision, peace, innocence, birth, snow, youth, winter, good, sterility, and marriage. We use white in figures of speech such as “a white lie.” We also associate white with the good guy in old western movies.</div>
<div style="text-align: right;"><strong><span style="color: #ffff00;"><a href="http://www.theage.com.au/ffximage/2008/02/11/yellow_gallery__600x400.jpg" rel="lightbox[92]"><img class="alignright" src="http://www.theage.com.au/ffximage/2008/02/11/yellow_gallery__600x400.jpg" alt="" width="120" height="80" /></a>Yellow</span></strong> represents happiness, joy, optimism, idealism, imagination, hope, philosophy, sunshine, summer, gold, dishonesty, cowardice, jealousy, deceit, illness, betrayal, covetousness, hazard, spirituality and inspiration. The yellow rose is a symbol of friendship, less passionate and threatening than the red ones.</div>
<div style="text-align: left;">Color is used in advertisements to bring the right emotions for a product to the consumers head. For instance if you want them to be passionate about something use red, if you want them to be calm use blue, if you want them to feel loyalty use yellow. Also, reds, oranges and yellows draw the eye.</div>
]]></content:encoded>
			<wfw:commentRss>http://ospsp.com/2010/02/the-psychology-behind-color-theory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Flash Player in Google Chrome Portable</title>
		<link>http://ospsp.com/2010/02/install-flash-player-in-google-chrome-portable/</link>
		<comments>http://ospsp.com/2010/02/install-flash-player-in-google-chrome-portable/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 01:41:30 +0000</pubDate>
		<dc:creator>Allan</dc:creator>
				<category><![CDATA[Chrome]]></category>
		<category><![CDATA[#googlechrome]]></category>
		<category><![CDATA[#portableapps]]></category>
		<category><![CDATA[#tutorial]]></category>
		<category><![CDATA[Browsers]]></category>

		<guid isPermaLink="false">http://ospsp.com/?p=85</guid>
		<description><![CDATA[I'm sure you already know what Google Chrome is. You may not know that Google Chrome has problems such as needing to be an admin to be installed, making it not very portable. Portable Apps is a software suite which tries to answer the problem of programs not being portable with its suite of applications [...]]]></description>
			<content:encoded><![CDATA[<p>I'm sure you already know what Google Chrome is. You may not know that Google Chrome has problems such as needing to be an admin to be installed, making it not very portable.  Portable Apps is a software suite which tries to answer the problem of programs not being portable with its suite of applications that can be run from a USB flash drive. A big problem with it is that it only support GPL licensed applications. Since Google Chrome is not licensed under the GPL, some people have made an unofficial Portable Google Chrome version. This is a great thing, but it has one massive flaw - no flash. Heres a step by step solution for you to get flash running on your Google Chrome portable;</p>
<ol>
<li>Download  the Flash Player .xpi format version from the official Adobe Flash site.<a href="http://fpdownload.macromedia.com/get/flashplayer/xpi/current/flashplayer-win.xpi" target="_blank"> http://fpdownload.macromedia.com/get/flashplayer/xpi/current/flashplayer-win.xpi</a></li>
<li>Rename the resulting flashplayer-win.<strong>xpi</strong> file to flashplayer-win.<strong>zip</strong> and extract it using whatever you use for archiving work, such as WinZip or winRAR.</li>
<li>Copy the archived flashplayer.xpt and NPSWF32.dll files into the following folder &lt; ChromePath&gt;\Chrome\plugins folder.</li>
<li>When you relaunch Google Chrome portable you should be able to view flash content now. You can check if the flash plugin is installed correctly by typing about:plugins in the Chrome address bar.</li>
</ol>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/09417df3-b49a-4295-9fcb-542a5c934d7a/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=09417df3-b49a-4295-9fcb-542a5c934d7a" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related more-info pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://ospsp.com/2010/02/install-flash-player-in-google-chrome-portable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Favorite Bookmarklets</title>
		<link>http://ospsp.com/2010/02/my-favorite-bookmarklets/</link>
		<comments>http://ospsp.com/2010/02/my-favorite-bookmarklets/#comments</comments>
		<pubDate>Mon, 08 Feb 2010 08:02:02 +0000</pubDate>
		<dc:creator>Allan</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[Modifications]]></category>

		<guid isPermaLink="false">http://ospsp.com/?p=81</guid>
		<description><![CDATA[I am going to post a selection of my finest bookmarklets for all to enjoy There are a lot of bookmarklets out there, and I understand that your favorite is probably not in this list. That's ok, these are just a few of my favorites, I could never hope to have everyone's favorites all in [...]]]></description>
			<content:encoded><![CDATA[<p>I am going to post a selection of my finest bookmarklets for all to enjoy <img class="wp-smiley" src="http://www.ospsp.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" /></p>
<p>There are a lot of bookmarklets out there, and I understand that your favorite is probably not in this list. That's ok, these are just a few of my favorites, I could never hope to have everyone's favorites all in one post without having it be massive. So without further ado, here they are!</p>
<p><a href="javascript:document.body.contentEditable%20=%20'true';%20document.designMode='on';%20void%200">edit page</a></p>
<p><a href="javascript:%20(function()%20{%20var%20s=">show password</a></p>
<p><a href="javascript:Qr=prompt('Search%2520Wikipedia%2520for','');if(Qr)location.href='http://en.wikipedia.org/wiki/Special:Search?search='+escape(Qr)+'&amp;fulltext=Search'">Wikipedia this!</a></p>
<p><a href="javascript:(function(){var%20newSS,%20styles='*%20{%20background:%20black%20!%20important;%20color:%20grey%20!important%20}%20:link,%20:link%20*%20{%20color:%20#0000EE%20!important%20}%20:visited,%20:visited%20*%20{%20color:%20#551A8B%20!important%20}';%20if(document.createStyleSheet)%20{%20document.createStyleSheet(%22javascript:'%22+styles+%22'%22);%20}%20else%20{%20newSS=document.createElement('link');%20newSS.rel='stylesheet';%20newSS.href='data:text/css,'+escape(styles);%20document.getElementsByTagName(%22head%22)[0].appendChild(newSS);%20}%20})();">Darken</a></p>
<p><a href="javascript:location='http://translate.google.com/translate?u='%20+%20encodeURIComponent(location);">Google Translate</a></p>
<p><a href="javascript:(function(){%20var%20T=(%20"></a></p>
<p><a href="javascript:R=0;%20x1=.1;%20y1=.05;%20x2=.25;%20y2=.24;%20x3=1.6;%20y3=.24;%20x4=300;%20y4=200;%20x5=300;%20y5=200;%20DI=document.getElementsByTagName(%22img%22);%20DIL=DI.length;%20function%20A(){for(i=0;%20i-DIL;%20i++){DIS=DI[%20i%20].style;%20DIS.position='absolute';%20DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+%22px%22;%20DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+%22px%22}R++}setInterval('A()',50);%20void(0);">Image swirl</a></p>
<p><a href="javascript:(function(){%20var%20T=(%20&quot;|%201%20m%20/\\/\\%20m%20|\\/|%20w%20\\/\\/%20w%20|/\\|%20h%20|-|%20h%20|~|%20u%20|_|%20m%20|v|%20n%20|\\|%20n%20/\\/%20d%20|)%20f%20|=%20h%20}{%20i%20][%20j%20_|%20j%20_]%20k%20|&lt;%20k%20|{%20l%20|_%20p%20|&gt;%20p%20[*%20r%20|2%20v%20\\/%20x%20&gt;&lt;%20y%20`/%20a%20@%20a%204%20b%208%20e%203%20g%206%20g%209%20o%200%20s%205%20s%20$%20t%20+%20t%207&quot;%20).split(&quot;%20&quot;),i,x,t;%20function%20R(t){t=t.toLowerCase();for(i=0;i&lt;T.length;i+=2)while(t.indexOf(T[i+1])!=-1)t=t.replace(T[i+1],T[i]);return%20t}%20function%20F(n,i){t=n.tagName;if(i=n.data)n.data=R(i);if(t!=&quot;SCRIPT&quot;&amp;&amp;t!=&quot;STYLE&quot;)for(i=0;x=n.childNodes[i];++i)F(x)}%20F(document)%20})()" target="_self">deleet</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ospsp.com/2010/02/my-favorite-bookmarklets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

