<?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>WickedMoo</title>
	<atom:link href="http://www.wickedmoo.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wickedmoo.com</link>
	<description>Websites with no bull!</description>
	<lastBuildDate>Fri, 03 Sep 2010 08:07:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Youtube Code Secrets</title>
		<link>http://www.wickedmoo.com/youtube-code-secrets/</link>
		<comments>http://www.wickedmoo.com/youtube-code-secrets/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 04:24:57 +0000</pubDate>
		<dc:creator>wickedmoo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.wickedmoo.com/?p=363</guid>
		<description><![CDATA[Yes, I know I havent written a blog post in a while. I&#8217;ve been pretty busy behind the scenes working on some things.  So fair warning: Blog posts are gonna be sporadic for a little while. Bear with me. So, as a peace offering, I&#8217;m giving away some of my secret stash of embedded YouTube video URL hacks. These [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, I know I havent written a blog post in a while. I&#8217;ve been pretty busy behind the scenes working on some things.  So fair warning: Blog posts are gonna be sporadic for a little while. Bear with me.</p>
<p>So, as a peace offering, I&#8217;m giving away some of my secret stash of embedded YouTube video URL hacks. These are the codes that I use when I&#8217;m styling out someone&#8217;s website that has Youtube content on it.</p>
<p><strong><em> </em></strong></p>
<p><strong><em> </em></strong></p>
<p><strong><em>Start A video automatically on page load</em></strong></p>
<p>Want your visitors to see your video right away? You can easily get your video to start automatically when the page loads up by simply adding this code to your  embed code:</p>
<p><em>&amp;amp;autoplay=1 </em></p>
<p><a href="http://www.youtube.com/watch?v=nj3hLSP1vFo&amp;autoplay=1"></a></p>
<p><a href="http://www.youtube.com/watch?v=nj3hLSP1vFo&amp;autoplay=1"> </a></p>
<p><em><strong><br />
Turn Off Video Title Display</strong></em></p>
<p>If you want to turn that annoying title box off on embedded videos,  simply use  this code:</p>
<p><em>&amp;amp;showinfo=0</em></p>
<p><em><strong><br />
Turn Search Off</strong></em></p>
<p>If you want to turn off the search feature on embedded videos, just use this quick little code.</p>
<p><em>&amp;amp;showsearch=0</em></p>
<p><em><br />
<strong> Turning Looping On or Off</strong></em></p>
<p>How about getting that video to play again and again? For whatever reason you may have for looping a video (Say, for some music), you can easily accomplish this with this little bit of code:</p>
<p><em>&amp;amp;</em>loop=1 or   (Turns Looping On)</p>
<p><em>&amp;amp;</em>loop=0  (Turns Looping Off)</p>
<p><em><strong><br />
Menu Color</strong></em></p>
<p>Everyone knows YouTube comes with a blah colored menu bar by default. But, with a little tinkering you can make that menu bar match the colors of your site. Don&#8217;t know how to do HTML colors? Well<a href="http://www.w3schools.com/html/html_colornames.asp"> </a> <a href="http://www.w3schools.com/html/html_colors.asp">W3C Schools.com</a> has a quick little explanation of what they are and some examples that you can take a look at. Also on the next page of their site, they also have a bunch more.  So, go find your colors, and enter it into your embed code! Also, this is pretty important: Color 1 is the <span style="text-decoration: underline;">primary border color</span> and Color 2 is the <span style="text-decoration: underline;">video control background color</span>.</p>
<p><em>&amp;amp;color1=FFFFF  (Make sure you replace the FFFFFF with your own HTML color code)</em></p>
<p><em>&amp;amp;color2=FFFFFF</em></p>
<p>Important note: There is <span style="text-decoration: underline;">no </span># (hash) before the Hex value of the colors as you would use in regular HTML or CSS coding for this.</p>
<p><em><strong><br />
Border Color</strong></em></p>
<p>Want a pretty border surrounding your video? Thats easy enough! Just use this little code here:</p>
<p><em>&amp;amp;border=1</em></p>
<p><em><span style="font-style: normal;"> By the way, how do you set the color of the border? Well, they&#8217;re set by the color1 and color2 settings like the one above. The idea is that the border will match your menu colors.</span></em></p>
<p><strong><br />
Remove Related Videos</strong></p>
<p>This code is my #1 most used bit of code that I hack YouTube URLS with more than any other. And the reason is pretty simple. When you watch a YouTube video to the end, you usually see a bunch of related videos that YouTube seems to think you want to see.  Some may be from the same person who&#8217;s video you just watched, while others may be somewhat related by topic of the title of the video.  If you&#8217;re embedding your own videos from YouTube onto your site, theres a good chance you really dont want those related videos showing. So turn em off like this!</p>
<p><em>&amp;amp;rel=0<br />
<strong> </strong></em></p>
<p><em><strong>Get To The Good Part</strong></em></p>
<p>Lets say you have a video of you and a few other people at a speaking conference. And you don&#8217;t want to subject your viewers to the 45 minutes of boring people before you on stage? Well, just skip them!  Get to the good stuff! Add this bit of code to your URL and get there right away.</p>
<p><span style="font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; font-size: 12px; color: #333333;"><em><em>&amp;amp;</em>#t=45m37s</em> (Make sure you replace the time before the m and s with your own times!)</span></p>
<p><span style="font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; font-size: 12px; color: #333333;"><br />
</span></p>
<p><strong><em>Enable HD video playback</em></strong></p>
<p>If you upload a video in HD, you can actually force YouTube to play your videos in all its HD glory! Add this code to your URL and let people get a nice HD quality video.</p>
<p><em>&amp;amp;</em>=hd=1</p>
<p><strong><em><br />
Disable keyboard controls</em></strong></p>
<p>Did you know that YouTube allows you to control videos with your keyboard? I personally rarely use the controls, but if theres any reason you want to turn off the keyboard controls completely, you can easily do that with this little bit of code at the end of the address.</p>
<p><em>&amp;amp;disablekb=1 </em></p>
<div id="_mcePaste">And  if youre wondering, here are the keyboard controls:</div>
<div>
<ul>
<li>Spacebar: Play / Pause</li>
<li>Arrow Left: Jump back 10% in the current video</li>
<li>Arrow Right: Jump ahead 10% in the current video</li>
<li>Arrow Up: Volume up</li>
<li>Arrow Down: Volume Dow</li>
</ul>
<p><strong>Putting it all together </strong></p>
</div>
<p>Here is the embed code for the video below.  Notice that I don&#8217;t have the autoplay function on, because I figured with the video on the bottom of the page, it would be pretty creepy hearing the music and what not and not have a clue what was going on.</p>
<p>Before I go any further, you may notice that I use &#8220;&amp;amp;&#8221; as opposed to &#8220;&amp;&#8221; above. They are <span style="text-decoration: underline;">interchangeable</span> in your YouTube URL.  Ive included both in the example to show that.</p>
<p>So a quick breakdown:</p>
<p><em>http://www.youtube.com/v/nj3hLSP1vFo?fs=1&amp;amp;hl=en_US&amp;amp;rel=0&amp;amp;color1=F761380&amp;amp;color2=FFFFFF&amp;showsearch=0&amp;rel=0&amp;showinfo=0</em><em>&amp;border=1</em></p>
<p><em>http://www.youtube.com/v/nj3hLSP1vFo</em> This is the actual YouTube URL (its always http://www.youtube.com/v/VIDEO_ID)</p>
<p><em>&amp;amp;rel=0<br />
&amp;amp;color1=F76138<br />
&amp;amp;color2=FFFFFF<br />
&amp;showsearch=0<br />
&amp;rel=0<br />
&amp;showinfo=0<br />
</em><em>&amp;border=1</em></p>
<p><em>&lt;object width=&#8221;480&#8243; height=&#8221;385&#8243;&gt;&lt;param name=&#8221;movie&#8221; value=&#8221;http://www.youtube.com/v/nj3hLSP1vFo?fs=1&amp;amp;hl=en_US&amp;amp;rel=0&amp;amp;color1=F76138&amp;amp;color2=FFFFFF&amp;showsearch=0&amp;rel=0&amp;showinfo=0</em><em>&amp;border=1</em><em>&#8220;&gt;&lt;/param&gt;&lt;param name=&#8221;allowFullScreen&#8221; value=&#8221;true&#8221;&gt;&lt;/param&gt;&lt;param name=&#8221;allowscriptaccess&#8221; value=&#8221;always&#8221;&gt;&lt;/param&gt;&lt;embed src=&#8221;http://www.youtube.com/v/nj3hLSP1vFo?fs=1&amp;amp;hl=en_US&amp;amp;rel=0&amp;amp;color1=F76138&amp;amp;color2=FFFFFF&amp;showsearch=0&amp;rel=0&amp;showinfo=0</em><em>&amp;border=1</em><em>&#8221; type=&#8221;application/x-shockwave-flash&#8221; allowscriptaccess=&#8221;always&#8221; allowfullscreen=&#8221;true&#8221; width=&#8221;480&#8243; height=&#8221;385&#8243;&gt;&lt;/embed&gt;&lt;/object&gt;</em></p>
<p><em><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="385" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/nj3hLSP1vFo?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=F76138&amp;color2=FFFFFF&amp;showsearch=0&amp;rel=0&amp;showinfo=0&amp;border=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="385" src="http://www.youtube.com/v/nj3hLSP1vFo?fs=1&amp;hl=en_US&amp;rel=0&amp;color1=F76138&amp;color2=FFFFFF&amp;showsearch=0&amp;rel=0&amp;showinfo=0&amp;border=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></em></p>
<p>And there you have it! Questions, comments, hate mail. Leave em in the box below!</p>
<p><em> </em></p>
<p><em> </em></p>
<p><em> </em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wickedmoo.com/youtube-code-secrets/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>CAPTCHA Cant Save Your Website From Spammers</title>
		<link>http://www.wickedmoo.com/captcha-cant-save-your-website-from-spammers/</link>
		<comments>http://www.wickedmoo.com/captcha-cant-save-your-website-from-spammers/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 09:00:56 +0000</pubDate>
		<dc:creator>wickedmoo</dc:creator>
				<category><![CDATA[security]]></category>
		<category><![CDATA[technobabble]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.wickedmoo.com/?p=333</guid>
		<description><![CDATA[Everyone knows CAPTCHA. Those annoying nonsense images that drive us all batshit crazy as we try to decipher what they say so we can post our comments, sign up for a service or&#8230; whatever else it is we are doing. Now dont get me wrong, there are some good things to come from CAPTCHA. Take [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wickedmoo.com/wp-content/uploads/2010/08/mailchimp-captcha.jpg"><img class="size-medium wp-image-334 alignleft" style="margin-left: 10px; margin-right: 10px;" title="mailchimp captcha" src="http://www.wickedmoo.com/wp-content/uploads/2010/08/mailchimp-captcha-300x173.jpg" alt="" width="300" height="173" /></a>Everyone knows CAPTCHA. Those annoying nonsense images that drive us all batshit crazy as we try to decipher what they say so we can post our comments, sign up for a service or&#8230; whatever else it is we are doing.</p>
<p>Now dont get me wrong, there are some good things to come from CAPTCHA. Take for instance the ReCAPTCHA project. We have all seen these. There are two words in the CAPTCHA box. One is a word the computer program knows and uses that to verify your entry. The other one, it doesn&#8217;t know. Its a scan from a book or a magazine and its using you to identify what that word is as its digitizing this media. It then takes your entry and compiles it with everyone else&#8217;s entries as it puts the book back together as a digital document.  (You can use your imagination for the shenanigans that can happen from this.)</p>
<p>However, <strong><span style="text-decoration: underline;">CAPTCHA cant save your website from spammers</span></strong>!</p>
<p>Now, I know what you&#8217;re thinking. Im F&#8217;n nuts at this point. CAPTCHA is used for the very purpose of blocking spam on websites. But hear me out.</p>
<p>Spammers have gotten really smart. They are now using the one thing that is more popular on the internet than videos of cute kittens to break the CAPTCHA code. And that thing is: <a href="http://www.youtube.com/watch?v=T-TA57L0kuc" target="_blank">PORN</a>.  *GASP!* You already knew that.</p>
<p>Its really simple. When a spammer gets a CAPTCHA image, it simply takes the image and passes it to a partner porn site. That partner site then tells the person waiting for their goodies to show up that they need to  &#8221;solve this CAPTCHA to prove you&#8217;re a real person and we will show you the video&#8221; or whatever. Of course, the person, who is clueless about what is really going on, goes &#8220;yeah sure, show me the money!!&#8221; and types in whatever it is they see. This answer is then passed back to the original spammer site, which then enters it into your CAPTCHA field and <strong><span style="text-decoration: underline;">PRESTO</span></strong>! you&#8217;ve been spammed!</p>
<p>So, the real question becomes: What can we do to block spammers?<br />
And the real answer is:  Not very much. Here are a few suggestions:</p>
<ul>
<li>Use a comment moderation plugin such as <a href="http://disqus.com/" target="_blank">Disqus</a> which comes with some spam protection.</li>
<li><a href="http://disqus.com/" target="_blank"></a>Install <a href="http://akismet.com/" target="_blank">Akismet </a>to also help battle spam on your site&#8217;s comments.</li>
<li>Moderate the amount of links in a comment by changing the amount of links in a post.</li>
<li>Set up a spam Words filter in WordPress and add common spam words to it.</li>
</ul>
<h3>To moderate the amount of links in your comments:</h3>
<p>Go to Setting &gt;&gt; Discussion and in the section which says &#8220;Hold a comment in the queue if it contains ___  Links.&#8221;  Default is 2, you can change it to 1. <strong> </strong> <strong><span style="text-decoration: underline;">Do not set this to zero or leave the field blank</span></strong>. It will send every comment to moderation. This is bad!</p>
<h3>To Add Spam Word Filters:</h3>
<p>Go to Settings &gt;&gt;Discussion &gt;&gt;  Comment Moderation and copy and paste in the words that you see  on the <a href="http://codex.wordpress.org/Spam_Words" target="_blank">WordPress Spam Word List</a>. Keep in mind that when you add words, they need to be on a single line with a single line break after them, and no spaces in between the words. When a comment contains any of the spam list words, (either in the comment content, user name, URI (the address link), user e-mail, or IP address) WordPress will hold it in the moderation queue.<span style="text-decoration: underline;"><strong> Do not include a blank line.</strong></span> Every single comment will be moderated if you do. Again, this is bad.</p>
<p>You could do things like blocking a set of internet IP addresses, but you run the risk of blocking out legitimate website viewers. And thats bad, you got good stuff to share.</p>
<p>Besides, some of the computers posting spam to your website, may not even realize they are doing this.  <a href="http://en.wikipedia.org/wiki/Computer_virus" target="_blank">Viruses</a>, <a href="http://en.wikipedia.org/wiki/Trojan_horse_(computing)" target="_blank">Trojans </a>and other nasty programs can turn an unsuspecting computer into whats known as a <a href="http://en.wikipedia.org/wiki/Botnet" target="_blank">botnet</a>. Basically, your computer becomes part of a whole network of computers that do things like send spam emails, post spam or whatever else the operator wants your computer to do. (And yes, I realize there are &#8220;good&#8221; botnets, like <a href="http://folding.stanford.edu/" target="_blank">folding@home</a> which uses people&#8217;s computers to help do medical research.)</p>
<p>So where does this leave us? My best suggestion is the best offense is a good defense. Theres a lot of easy things that you can do to keep your site relatively spam free. Keep your anti spam plugins up to date, keep an eye out for those Viagra comments, and don&#8217;t just count on CAPTCHA from saving your site. See? That wasn&#8217;t so hard, now was it?</p>
<p>Questions? Suggestions? Overseas Viagra buying websites? Leave em in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wickedmoo.com/captcha-cant-save-your-website-from-spammers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>5 (Good) Places To Get Free Royalty Free Images</title>
		<link>http://www.wickedmoo.com/5-good-places-to-get-free-royalty-free-images/</link>
		<comments>http://www.wickedmoo.com/5-good-places-to-get-free-royalty-free-images/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 21:56:41 +0000</pubDate>
		<dc:creator>wickedmoo</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[Media]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.wickedmoo.com/?p=324</guid>
		<description><![CDATA[There are a ton of free stock photography out on the internet. A lot of them suck. Either because they don&#8217;t have really decent photos on them, because they&#8217;re hard to navigate, just a sham to get you to sign up for some premium photo service, or any number of other issues to frustrate the [...]]]></description>
			<content:encoded><![CDATA[<p>There are a ton of free stock photography out on the internet. A lot of them suck. Either because they don&#8217;t have really decent photos on them, because they&#8217;re hard to navigate, just a sham to get you to sign up for some premium photo service, or any number of other issues to frustrate the user. Heres a list of 5 that I use and recommend.  They are all worth the few minutes it takes to sign up for an account.</p>
<p>First off, there is some confusion between the terms &#8220;free&#8221; and &#8220;Royalty Free&#8221;. So, to clear things up, &#8220;Royalty Free&#8221; photos are photos that you don’t need to pay the photographer a royalty (or licensing fee) each time you use the image in a project.</p>
<p>So without further ado, the list&#8230;</p>
<h2><a href="http://www.sxc.hu/" target="_blank">Stock.XCHNG</a></h2>
<p><a href="http://www.wickedmoo.com/wp-content/uploads/2010/08/stockexchange.jpg"><img class="aligncenter size-medium wp-image-329" title="stockexchange" src="http://www.wickedmoo.com/wp-content/uploads/2010/08/stockexchange-300x161.jpg" alt="" width="300" height="161" /></a></p>
<p>Stock.XCHNG is a great website for free Royalty Free photos. With over 30,000 contributing photographers, there is a varied selection of photos to choose from. One thing to keep in mind is that not all photos on Stock.XCHANG is Royalty Free. Make sure you check the licensing on each submission before using it.  Many times, all it requires to get usage rights is writing the artist and asking permission to use their photo.  Not a hard thing, and if you ask really nicely, and send them a link to your work, theres a good chance you could build a relationship with a talented artist.</p>
<hr />
<h2><a href="http://www.morguefile.com/" target="_blank"> MorgueFile</a></h2>
<p><a href="http://www.wickedmoo.com/wp-content/uploads/2010/08/morgue-file.jpg"><img class="aligncenter size-medium wp-image-327" title="morgue file" src="http://www.wickedmoo.com/wp-content/uploads/2010/08/morgue-file-300x219.jpg" alt="" width="300" height="219" /></a></p>
<p>MorgueFile is a public archive of photos that are released into the public domain. There are a ton of great photos available here, contributed by talented photographers. All Royalty Free for you to use.</p>
<hr />
<h2><a href="http://www.everystockphoto.com/index.php" target="_blank"> EveryStockPhoto</a></h2>
<p><a href="http://www.wickedmoo.com/wp-content/uploads/2010/08/everystockphoto.jpg"><img class="aligncenter size-medium wp-image-325" title="everystockphoto" src="http://www.wickedmoo.com/wp-content/uploads/2010/08/everystockphoto-300x138.jpg" alt="" width="300" height="138" /></a></p>
<p>EveryStockPhoto is one of my favorite sites to use. It allows you to search a number of different photo archives such as MorgueFile, NASA, Flickr, Wikimedia Commons and four others. One of the nice features is a light box which lets you categorize and save your photo searches into sets for later access.  Definitely one of my most used sites for photos.</p>
<hr />
<h2><a href="http://openphoto.net/" target="_blank"> OpenPhoto</a></h2>
<p><a href="http://www.wickedmoo.com/wp-content/uploads/2010/08/openphoto.jpg"><img class="aligncenter size-medium wp-image-328" title="openphoto" src="http://www.wickedmoo.com/wp-content/uploads/2010/08/openphoto-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p>Openphoto is a nice, simple site that allows easy and quick searching of photos using category tags. One of the features that I like about OpenPhoto is the &#8220;Similar Photos&#8221; function that displays other photos that are similar to the one you are currently looking at.</p>
<hr />
<h2><a href="http://freerangestock.com/index.php" target="_blank"> FreeRange</a></h2>
<p><a href="http://www.wickedmoo.com/wp-content/uploads/2010/08/freerangestock.jpg"><img class="aligncenter size-medium wp-image-326" title="freerangestock" src="http://www.wickedmoo.com/wp-content/uploads/2010/08/freerangestock-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p>And finally FreeRange, which has a clean and helpful site layout that I like. I love the Newest Photos feature at the top of the main page which shows the 100 newest photos. In addition, theres the Most Popular Photos where you can see what the most popular photos currently are on the site. Besides being great for giving me inspiration off of a random photo for art sake, I also love to see what the current popular photos are, giving me an idea as to what the web is doing, image wise.</p>
<hr />So there you have it. Thats my secrets to free Royalty Free images.  Got any other favorites? Let me know in the comments. I love finding new sites.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wickedmoo.com/5-good-places-to-get-free-royalty-free-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why butterflies are good</title>
		<link>http://www.wickedmoo.com/why-butterflies-are-good/</link>
		<comments>http://www.wickedmoo.com/why-butterflies-are-good/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 17:18:02 +0000</pubDate>
		<dc:creator>wickedmoo</dc:creator>
				<category><![CDATA[Imustbecrazy]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.wickedmoo.com/?p=309</guid>
		<description><![CDATA[I&#8217;ve been getting ready to launch this site now for about 2 weeks. I&#8217;ve been working on it, tweaking, retweaking and&#8230; ok lets cut the bull. I was freaking out that if every little thing wasnt perfect that I would be a massive failure. That people wouldnt like me, and all kinds of nonsense that [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been getting ready to launch<a href="http://www.wickedmoo.com/wp-content/uploads/2010/08/butterflies-stomach.jpg"><img class="alignleft size-medium wp-image-310" style="margin: 5px;" title="butterflies stomach" src="http://www.wickedmoo.com/wp-content/uploads/2010/08/butterflies-stomach-300x225.jpg" alt="" width="240" height="180" /></a> this site now for about 2 weeks. I&#8217;ve been working on it, tweaking, retweaking and&#8230; ok lets cut the bull. I was freaking out that if every little thing wasnt perfect that I would be a massive failure. That people wouldnt like me, and all kinds of nonsense that totally makes me just want to crawl up into the fetal position and stay there.</p>
<p>But, I have a secret weapon. Actually I have a bunch of them. And theyre powered by some awesome people I call my friends.</p>
<p>The other night I sent a couple of tweets over to my friend Nicky aka <a href="http://www.twitter.com/tumbledesign" target="_blank">@Tumbledesign</a> that said:</p>
<blockquote><p>dude! I have the major butterflies/scared shitless/holy crap Im gonna fail hardcore paralysis. I just gotta code my shopping card and go.</p></blockquote>
<blockquote><p>but Im so scared shitless right now to do it. I know.. I got issues. I gotta burn the ships like Sarah says.</p></blockquote>
<p>And I get the most awesome response I think I&#8217;ve ever gotten on Twitter.</p>
<blockquote><p>@TumbleDesign: Scared is good, it means you&#8217;re doing something you give a damn about!</p></blockquote>
<p>And that has probably been one of the most reassuring things Ive read in the last week that has helped me get things together. Cause honestly, there was a moment when I thought &#8220;I must be out of my freakin&#8217; mind. Its not going to be perfect. People are going to think I&#8217;m insane. Blah blah blah blah.&#8221;</p>
<p>This brings me to secret weapon #2!</p>
<p><a href="http://escaping-mediocrity.com/uncommon-business/burn-the-ships/" target="_blank">Burning my ships. </a> This is written by the absolutely amazing <a href="http://escaping-mediocrity.com">Ms. Sarah Robinson</a> on her blog Escaping-mediocrity.com</p>
<p>I read this back in December 2009, and for some reason, it just stuck with me in the back of my head. Probably because I know how much that I want this to work out.</p>
<p>I&#8217;m still really nervous about this whole thing. But I do know a couple of things:</p>
<p>There is no way I am going to fail because I care too much about this, and about the people who I build websites for.</p>
<p>And, so far, Ive launched the site, and no one has been standing in my yard with pitch forks and torches. So I guess I&#8217;m going to be alright.</p>
<p>Disclosure:  Sarah is also client of mine. I work on her websites. This is in addition to her kicking me in the head when I need it.</p>
<p>Photo by <a href="http://www.flickr.com/photos/gulliverarkham/4705891261/" target="_blank">Felix Nine</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wickedmoo.com/why-butterflies-are-good/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>How to Get More Biz from Networking Events</title>
		<link>http://www.wickedmoo.com/how-to-get-more-biz-from-networking-events/</link>
		<comments>http://www.wickedmoo.com/how-to-get-more-biz-from-networking-events/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 19:39:33 +0000</pubDate>
		<dc:creator>wickedmoo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.wickedmoo.com/?p=237</guid>
		<description><![CDATA[Ever gone to one of those &#8220;business meet ups&#8221; which is just another name for B2B networking event? You know the ones Im talking about. Where you go, you talk with people and everyone wants to sell you whatever it is they do for a living, almost immediately. If done wrong, the approach can become [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wickedmoo.com/wp-content/uploads/2010/07/networking.jpg"><img class="alignleft size-medium wp-image-240" style="margin: 5px;" title="networking" src="http://www.wickedmoo.com/wp-content/uploads/2010/07/networking-300x199.jpg" alt="" width="300" height="199" /></a>Ever gone to one of those &#8220;business meet ups&#8221; which is just another name for B2B networking event? You know the ones Im talking about. Where you go, you talk with people and everyone wants to sell you whatever it is they do for a living, almost immediately. If done wrong, the approach can become really uncomfortable at times. And down right off putting at others. I tend to avoid a lot of these events (not because I&#8217;m Anti-Social) because I always feel like I&#8217;m not there to meet people, but to be seen as a piece of beef in a shark tank. Lots of times, I dont feel like people are there to meet me as a person, but as a target for their new Widget 2.0 product or whatever it is they&#8217;re hawking.</p>
<p>So, it was a pretty great relief that I read this article this morning on Entrepreneur.com. Author Ivan Misner pretty much gets it spot on about how to be more memorable at these events, how to be less like a douche bag sales schlep and more of someone I&#8217;d want to do business with in the future. Heres one of the things he says:</p>
<blockquote><p>When meeting someone for the first time, focus on the potential relationship you might form. As hard as it may be to suppress <span style="color: green;"><span style="color: #000000;">your business</span></span><span style="color: #000000;"> </span>reflexes, at this stage you cannot make it your goal to sell your services or promote your company. You&#8217;re there to get to know a new person. A friend of mine told me something his dad always said: &#8220;You don&#8217;t have to sell to friends.&#8221; That&#8217;s especially good advice when interacting with new contacts.</p></blockquote>
<p>I&#8217;d probably want to add to this that not only do you not need to sell to your friends, but your friends will tend to seek you out if they have a need for your services. I personally prefer to patronize businesses that I know and have a rapport with. I would rather see my money go to someone that I know, that knows who I am, and makes me feel good knowing that my money is in good hands.</p>
<p>What are your tips for getting more out of networking events? Share them below!</p>
<p>Via <a href="http://www.entrepreneur.com/marketing/marketingideas/networkingcolumnistivanmisner/article207638.html">3 Ways to Get More Business at Networking Even</a><a href="http://www.entrepreneur.com/marketing/marketingideas/networkingcolumnistivanmisner/article207638.html">ts</a> [Entrepreneur.com]</p>
<p>Photo by<a href="http://www.flickr.com/photos/drbeachvacation/2963699778/"> Shashi Bellamkonda</a> [blog.networksolutions.com]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wickedmoo.com/how-to-get-more-biz-from-networking-events/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>A Real Cloud Computer</title>
		<link>http://www.wickedmoo.com/a-real-cloud-computer/</link>
		<comments>http://www.wickedmoo.com/a-real-cloud-computer/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 19:44:37 +0000</pubDate>
		<dc:creator>wickedmoo</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.wickedmoo.com/?p=204</guid>
		<description><![CDATA[Disclaimer: This post can&#8217;t come anywhere near explaining just how incredibly awesome this person was. I&#8217;ll try my best, but theres really no way for me to convey the magnitude of what he has accomplished. In 1976 a man guided a voyaging canoe 2,300 miles from Hawaii to Tahiti using no modern navigation equipment. It [...]]]></description>
			<content:encoded><![CDATA[<p>Disclaimer: This post can&#8217;t come anywhere near explaining just how incredibly awesome this person was. I&#8217;ll try my best, but theres really no way for me to convey the magnitude of what he has accomplished.</p>
<p><a href="http://www.wickedmoo.com/wp-content/uploads/2010/07/Mau1monte.jpg"><img class="alignleft size-full wp-image-205" style="margin: 5px;" title="Mau1monte" src="http://www.wickedmoo.com/wp-content/uploads/2010/07/Mau1monte.jpg" alt="Photo: Mau, by Monte Costa, Courtesy PVS" width="167" height="244" /></a>In 1976 a man guided a voyaging canoe 2,300 miles from Hawaii to Tahiti using no modern navigation equipment. It was the first voyage in over 600 years to be navigated without instruments on an ancestral Polynesian sea route. The successful navigation sparked pride in the Hawaiian and Polynesian culture and started a renaissance of voyaging, canoe building, and non-instrument navigation that has continued to grow, spreading across Polynesia going even into the far reaches of Aotearoa (New Zealand) and Rapanui (Easter Island).</p>
<p>On Sunday, July 11th, the world lost an amazing individual.  His name was Mau Piailug. He came from a small island in the Pacific called Satawal in the state of Yap. This island in Micronesia has a population of about 600 people.  He was a master navigator, a beacon of pride for Pacific Islanders around the world, and a visionary beyond his years.</p>
<p>What makes Mau incredible is not that he came from a small island, but that he was a master and teacher of the original Cloud computing.  This isnt what youre thinking. Theres no server farm involved. Theres no FTPs, databases or any kind of technology at all. Not even a compass. <strong>Seriously</strong>. He did it by looking at clouds in the sky. He knew that if certain clouds were going one way and certain other clouds were going another way, then the weather would be a certain way.  He knew the changing of tides by feel, the locations of stars- almost by magic (Nainoa Thompson tells the story of how Mau was able to find the Southern Cross behind him without looking) and was a wealth of knowledge in all things regarding ocean navigation.</p>
<p>What makes him even more incredible is this:  He used a type of  &#8221;Cloud Storage&#8221; for his data.  No, really. You&#8217;ll see what I mean:</p>
<p>Mau had something that was irreplaceable. Something with so much value, that there is no money in the world for it. This something is 3,000 years worth of tradition . He shared his information with people by teaching, first Nainoa Thompson of the Polynesian Voyaging Society, about ancient Polynesian navigation techniques.  From there Nainoa and Mau taught dozens of other navigators.  This allowed him to replicate his data, as best he could, creating &#8220;backups&#8221; of his knowledge. He said at the time, that he did it because the people of his island were becoming Westernized. That the children didn&#8217;t want to learn the old ways. And that he hoped that one day his people would come to those he taught and learn from them.</p>
<p>Imagine that, organic data storage and retrieval.</p>
<p>Thats truly amazing, considering he could barely speak english, had to go through cultural barriers, plus everything else, just to pass his information on to future generations.  And on top of that, it wasnt just a matter of clicking a few buttons and boom! done. It took him years and years and years to do this. But he ensured the longevity of his data, for many years.</p>
<p>Truly an amazing visionary.</p>
<p>You can find out more information about &#8220;Papa&#8221; Mau Piailug at the Polynesian Voyaging Society&#8217;s website. The article by Nainoa Thompson is truly amazing.</p>
<p><a href="http://pvs.kcc.hawaii.edu/2007voyage/2007micronesiamau.html">http://pvs.kcc.hawaii.edu/2007voyage/2007micronesiamau.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wickedmoo.com/a-real-cloud-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forest in a box?</title>
		<link>http://www.wickedmoo.com/forest-box/</link>
		<comments>http://www.wickedmoo.com/forest-box/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 19:56:27 +0000</pubDate>
		<dc:creator>wickedmoo</dc:creator>
				<category><![CDATA[Cool Stuff]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.wickedmoo.com/?p=194</guid>
		<description><![CDATA[Let me first start out by saying I surf the web. A lot. As in, if I could get paid for just looking at web pages, I would be a billionaire. (Feel free to send web surfing job offers, large wheel barrows of money, or cashiers checks my way) Ok, that being said, I also [...]]]></description>
			<content:encoded><![CDATA[<p>Let me first start out by saying I surf the web. A lot. As in, if I could get paid for just looking at web pages, I would be a billionaire. (Feel free to send web surfing job offers, large wheel barrows of money, or cashiers checks my way) Ok, that being said, I also love really cool stuff. The amount of cool stuff I come across when Im just browsing sites is amazing. So, I&#8217;m gonna share some of those with you here. Don&#8217;t be surprised to see these things pop up here occasionally, or even more often than not.</p>
<p>So, on with the show.</p>
<p style="text-align: center;">
<p>A few days ago, I came across a site called<a href="http://webecoist.com/"> WebEcoist.com</a> that featured a <a href="http://webecoist.com/2010/07/02/forest-for-the-trees-an-endless-forest-in-the-city/">Forest in a Box</a>.  I know what youre thinking:  How did they fit the whole forest in there? Is it a pile of wood in a shipping container? Is this something we can market to the Beaver community? How would they pay for it? And what does it look like?</p>
<p>I can easily answer the last question with a few photos (courtesy of Webecoist.com)</p>
<p><img class="size-medium wp-image-196 aligncenter" style="margin-top: 5px; margin-bottom: 5px;" title="endless-urban-forest-1" src="http://www.wickedmoo.com/wp-content/uploads/2010/07/endless-urban-forest-3-294x300.jpg" alt="Photo Courtesy Webecoist.com" width="294" height="300" /></p>
<p>Now you may notice that the trees all look eerily similar. They use magical smoke and mirrors (ok, the article says just regular mirrors) placed in a special way to reflect the one tree all over the place. And to prove that I&#8217;m really not making this up, heres what it looks like from the outside.</p>
<p style="text-align: center;"><a href="http://www.wickedmoo.com/wp-content/uploads/2010/07/endless-urban-forest-2.jpg"><img class="size-medium wp-image-195 aligncenter" style="margin-top: 5px; margin-bottom: 5px;" title="endless-urban-forest-2" src="http://www.wickedmoo.com/wp-content/uploads/2010/07/endless-urban-forest-2-300x274.jpg" alt="Photo Courtesy Webecoist.com" width="300" height="274" /></a></p>
<p>So take a look at the<a href="http://webecoist.com/2010/07/02/forest-for-the-trees-an-endless-forest-in-the-city/"> article here</a> for more information about how this was done. And who to beg to get one of these installed outside your office building. Imagine getting away to the forest on your lunch break!</p>
<p>And as always, leave some feedback in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wickedmoo.com/forest-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your Twitter Feed as a Newspaper?</title>
		<link>http://www.wickedmoo.com/your-twitter-feed-newspaper/</link>
		<comments>http://www.wickedmoo.com/your-twitter-feed-newspaper/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 00:55:08 +0000</pubDate>
		<dc:creator>wickedmoo</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://www.wickedmoo.com/?p=170</guid>
		<description><![CDATA[I love to read my Twitter stream. I mean, the amount of information that comes out of it is absolutely amazing. And I can tell you, I am a serious information junkie. Twitter for me is like meth. Just without the missing teeth and the ugly scars and.. anyways.. you get the idea.  But there [...]]]></description>
			<content:encoded><![CDATA[<p>I love to read my Twitter stream. I mean, the amount of information that comes out of it is absolutely amazing. And I can tell you, I am a serious information junkie. Twitter for me is like meth. Just without the missing teeth and the ugly scars and.. anyways.. you get the idea.  But there is just so much information that theres just no way for me to keep up with everything in it.</p>
<p>Now, Im also a web surfing addict. I can sit in front my computer all day long and look at cool new websites. I know this cause I have actually done it many, many, many times.</p>
<p>So, a few days ago, I came across this website called <a href="http://paper.li">paper.li</a>.  And what it does is.. well, let me let them tell you what it does:</p>
<blockquote><p><strong>paper.li</strong> organizes links shared on Twitter into an easy to read newspaper-style format. Newspapers can be created for any <strong>Twitter user</strong>, <strong>list</strong> or <strong>#tag</strong>.</p></blockquote>
<p>When I saw that, I figured, &#8220;eh, another Twitter mash up page site. Ok, I&#8217;ll give it a try.&#8221; And lo and behold, it actually took my Twitter feed and made something pretty damn cool.  Ok, it was seriously cool. Like Snowmen in December cool.</p>
<p style="text-align: center;"><a href="http://www.wickedmoo.com/wp-content/uploads/2010/07/paper.li_.jpg"><img class="size-medium wp-image-171 aligncenter" title="paper.li" src="http://www.wickedmoo.com/wp-content/uploads/2010/07/paper.li_-300x233.jpg" alt="" width="300" height="233" /></a></p>
<p>I’m personally impressed with how it recognizes some links are sports related and puts them in a sports section, business stuff in the business section, photos in a photo area, etc.</p>
<p style="text-align: center;"><a href="http://www.wickedmoo.com/wp-content/uploads/2010/07/paperli2.jpg"><img class="size-medium wp-image-172 aligncenter" title="paperli2" src="http://www.wickedmoo.com/wp-content/uploads/2010/07/paperli2-248x300.jpg" alt="" width="248" height="300" /></a></p>
<p style="text-align: center;">
<p style="text-align: left;">As you can see in the above screen capture, It even takes video links, makes a cool little media section and lets you play your videos right on the paper.li page. Now, if my local paper actually did something like this, they would be a serious contender for coolness (and actually have some real news for once)</p>
<p style="text-align: left;"><a href="http://www.wickedmoo.com/wp-content/uploads/2010/07/paperli3.jpg"><img class="size-medium wp-image-173 aligncenter" title="paperli3" src="http://www.wickedmoo.com/wp-content/uploads/2010/07/paperli3-300x264.jpg" alt="" width="300" height="264" /></a>Heres a screen capture showing the Arts &amp; Entertainment section (which it seems my feed gets a lot of links about) And a really cool little Photo area. I love this cause it makes looking at all the photos that end up in my stream really easy to see.</p>
<p style="text-align: left;">So, give it a whirl, try it out, and tell me what you think,  or, if you know of any similar websites that do , leave some link love in the comments below!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wickedmoo.com/your-twitter-feed-newspaper/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

