<?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>SexyBookmarks (by Shareaholic) &#187; Updates</title>
	<atom:link href="http://sexybookmarks.shareaholic.com/category/sexybookmarks-updates/feed" rel="self" type="application/rss+xml" />
	<link>http://sexybookmarks.shareaholic.com</link>
	<description></description>
	<lastBuildDate>Tue, 06 Jul 2010 18:18:03 +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>Sexy Goes Beta&#8230;</title>
		<link>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/sexy-goes-beta</link>
		<comments>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/sexy-goes-beta#comments</comments>
		<pubDate>Wed, 03 Feb 2010 17:45:00 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://sexybookmarks.net/?p=872</guid>
		<description><![CDATA[<p>Yet another quick update related to this nightmare release... If you're having issues related to either v3.0 or v3.0.1 and want to help get it working right, here's your chance!</p>
<p>I'm not taking any chances this time, and therefore, I plan [...]]]></description>
			<content:encoded><![CDATA[<p>Yet another quick update related to this nightmare release... If you're having issues related to either <strong>v3.0</strong> or <strong>v3.0.1</strong> and want to help get it working right, here's your chance!</p>
<p>I'm not taking any chances this time, and therefore, I plan to hold a private beta period before the next stable release. So, anyone who had errors this time around can test it out BEFORE it's released as stable. I'll be working on getting this version set up and ready to go within the next couple of days, so if you are interested in beta testing the next release to see if it does in fact alleviate the bugs that are plaguing the current release, then please send me an email to: <a href="mailto:josh[at]sexybookmarks[dot]net">josh[at]sexybookmarks[dot]net</a></p>
<p>I'll keep your email handy and let you know when I get the beta release ready for testing. At which time I'll give you instructions on how and where to download, as well as what sorts of things to be looking for.</p>]]></content:encoded>
			<wfw:commentRss>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/sexy-goes-beta/feed</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>SexyBookmarks v3 Series :: The Problem</title>
		<link>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/sexybookmarks-v3-series-the-problem</link>
		<comments>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/sexybookmarks-v3-series-the-problem#comments</comments>
		<pubDate>Wed, 03 Feb 2010 16:02:41 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Bug Reports]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://sexybookmarks.net/?p=869</guid>
		<description><![CDATA[<p>With the large quantity of bug reports and angry emails I've been getting since the release of v3.0, and more recently, the release of v3.0.1 - I thought it would be fitting to write a post for all of you [...]]]></description>
			<content:encoded><![CDATA[<p>With the large quantity of bug reports and angry emails I've been getting since the release of v3.0, and more recently, the release of v3.0.1 - I thought it would be fitting to write a post for all of you who are experiencing issues with these versions letting you know why and how we plan to fix them in the immediate future.</p>
<h3 class="replaceme">The root cause of the problem</h3>
<p>Though there are several different "types" of errors each of you are getting, they are all in fact caused by one underlying problem. Unfortunately, that problem is your web host. Some of you have hosts which are just plain crappy, while others of you have hosts who are so caught up in "securing the servers" that they've removed and/or disabled most of what makes PHP such an awesome language to work with.</p>
<p>Now don't get me wrong, I'm all for security. I know I sure as hell wouldn't want a server on my grid getting hacked. However, some of these hosts are going to the far end of the "extreme" in terms of "lockdown". I won't get into too many geeky details, as it would just bore most of you. So I'll just say this... When it comes to web hosts, the cliche "You get what you pay for" is more true than you could possibly imagine.</p>
<hr class="separator" />
<h3 class="replaceme">What we intend to do</h3>
<p>The examples mentioned above don't cover everyone, but those are the primary issues at hand. So, we're working extra hard to implement EVEN MORE pre-checks, pre-pre-checks, and pre-pre-pre-checks to ensure that if ANYTHING is unavailable in your hosting environment, the plugin will simply abandon the idea of using our fancy new sprite generator feature and use the premade sprite that's included with the plugin instead.</p>
<p>Another thing that we've come to realize is that we're failing in part due to the fact that we're trying to make this plugin as "dummy proof" as possible. I'm not calling anyone names, just making reference to the fact that aside from clicking a few checkboxes, radio buttons, or icons... There's not much to "setting up" the plugin.</p>
<p>This however, may be about to change. Unfortunately for the vast majority of you who enjoy the plugin and who it works for just fine, there are others out there who can't get it to work due to lousy server setups and poorly thought out site structures. Therefore, we're debating whether or not to add several text boxes which will allow for a 100% guarantee that the plugin will work on your server setup.</p>
<p>These boxes would be for you manually defining absolute server paths, relative server paths, and other such things which are somewhat hard to "automatically guess" due to the fact that some people love installing wordpress in crazy directories and renaming wp-content to something weird...</p>
<p>Now before any of you who are code savvy say, "but what about using content_url() to grab the wp-content location no matter where it is or what it's named?". Let me first say thanks for mentioning it... However, content_url() only gets the URL of wp-content folder... It doesn't get the absolute path, nor does it get the relative path, which are two things we desperately need for this to work properly.</p>
<p>There are things called "constants" that are defined by WordPress that we could use, but they aren't 100% accurate either as they won't know if the folder has been renamed. At any rate, please be patient and rest assured that we are most definitely busting our butts trying to get this thing back up and running 100% for all of you.</p>
]]></content:encoded>
			<wfw:commentRss>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/sexybookmarks-v3-series-the-problem/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>v3.0.1 MAJOR BUG FIX</title>
		<link>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/v3-0-1-major-bug-fix</link>
		<comments>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/v3-0-1-major-bug-fix#comments</comments>
		<pubDate>Wed, 03 Feb 2010 09:09:32 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Bug Fixes]]></category>
		<category><![CDATA[Updates]]></category>
		<category><![CDATA[bug fix]]></category>
		<category><![CDATA[bug fixes]]></category>
		<category><![CDATA[bug patch]]></category>
		<category><![CDATA[bug release]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[patches]]></category>
		<category><![CDATA[version bugs]]></category>

		<guid isPermaLink="false">http://sexybookmarks.net/?p=865</guid>
		<description><![CDATA[<p>I'm going to guess that the vast majority of you who find this post probably won't even have been affected by the horrible NIGHTMARE of a release yesterday, as I reverted the stable tag back to v2.6.1.3 very quickly after [...]]]></description>
			<content:encoded><![CDATA[<p>I'm going to guess that the vast majority of you who find this post probably won't even have been affected by the horrible NIGHTMARE of a release yesterday, as I reverted the stable tag back to v2.6.1.3 very quickly after receiving tons of reports about fatal errors upon upgrading. However, for those of you who did... This release is for you!</p>
<p>Those of you who <strong>did not</strong> get a chance to download v3.0 should consider yourselves lucky, as I seemed to have "jumped the gun" a bit and released it before I tested thoroughly. At any rate, <strong>v3.0.1</strong> addresses each of the issues that arose in <strong>v3.0</strong> and also adds a couple small finishing touches as well.</p>
<h3 class="replaceme">Lessons learned...</h3>
<p>Considering the level of mayhem associated with the <strong>v3.0</strong> release, I would say that the biggest lesson I've learned from it would simply be this:</p>
<blockquote>
<h3 class="replaceme">QUIT USING THE HOME ROW TO CODE!</h3>
</blockquote>
<p>The reason so many of you got fatal errors when upgrading was because my pinky finger apparently pressed the semicolon key inadvertently while coding. May not sound too terrible if you're not a coder, but trust me... PHP didn't like it one bit! Anyway, here's a list of what was fixed/added in this release:</p>
<ol class="taskcompleted">
<li><h3>Fix for fatal error upon upgrading to v3.0</h3></li>
<li><h3>Fix for Google Bookmarks image not displaying correctly</h3></li>
<li><h3>Fix for spritegen not working if wordpress installed in subdirectory</h3></li>
<li><h3>Spritegen now outputs minified CSS as well</h3></li>
<li><h3>Added activation hook to generate sprite automatically upon activating the plugin</h3></li>
</ol>
<hr class="separator" />
<h3 class="replaceme">Don't forget v3.0 features!</h3>
<p>Since most of you will be upgrading to <strong>v3.0.1</strong> directly from <strong>v2.6.1.3</strong>, you may want to go <a href="http://sexybookmarks.net/sexybookmarks-updates/version-3-0-sexier-lighter-faster">see what features were added in <strong>v3.0</strong></a> as well!</p>
<blockquote>
<h2 class="replaceme">UPDATE:</h2>
<p>There are currently 4 primary types of bugs being tracked with this release:</p>
<ol class="knownbugs">
<li>Upon installing/upgrading, all icons disappear and are replaced by text links</li>
<li>Upon installing/upgrading, a list of "Uncaught exception" errors is displayed</li>
<li>Upon installing/upgrading, a list of "filesize()" errors are displayed</li>
<li>Upon installing/upgrading, "Invalid argument supplied" errors are displayed</li>
</ol>
<p>Please be patient as we are working frantically to find the common link between each of the errors so that we can get it fixed as soon as possible. I guess it's a bit ironic that this was a "bug patch" release, and yet it's still apparently full of bugs, eh?</p>
</blockquote>]]></content:encoded>
			<wfw:commentRss>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/v3-0-1-major-bug-fix/feed</wfw:commentRss>
		<slash:comments>59</slash:comments>
		</item>
		<item>
		<title>Downgrade to v2.6.1.3!!!</title>
		<link>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/downgrade-to-v2-6-1-3</link>
		<comments>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/downgrade-to-v2-6-1-3#comments</comments>
		<pubDate>Mon, 01 Feb 2010 14:56:20 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Bug Reports]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://sexybookmarks.net/?p=863</guid>
		<description><![CDATA[<p>If you upgraded to version 3.0 this morning and are experiencing problems, I&#8217;m terribly sorry about your misfortune. It&#8217;s been a literal hellish nightmare since the very MINUTE I released it.</p>
<p>Please, downgrade to v2.6.1.3 until I can get this mess [...]]]></description>
			<content:encoded><![CDATA[<p>If you upgraded to version 3.0 this morning and are experiencing problems, I&#8217;m terribly sorry about your misfortune. It&#8217;s been a literal hellish nightmare since the very MINUTE I released it.</p>
<p>Please, downgrade to v2.6.1.3 until I can get this mess sorted out&#8230; Thanks.</p>
<blockquote>
<h2 class="replaceme">Update: v3.0.1 Bugfix Now Available</h2>
<p>For those of you who downgraded, you can now get the bug fix for v3.0 by upgrading to v3.0.1</p>
<p>More information is available here: <a href="http://sexybookmarks.net/sexybookmarks-updates/v3-0-1-major-bug-fix/">http://sexybookmarks.net/sexybookmarks-updates/v3-0-1-major-bug-fix/</a></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/downgrade-to-v2-6-1-3/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Version 3.0 &#8211; Sexier, Lighter, FASTER!</title>
		<link>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/version-3-0-sexier-lighter-faster</link>
		<comments>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/version-3-0-sexier-lighter-faster#comments</comments>
		<pubDate>Mon, 01 Feb 2010 14:20:59 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[addition]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[new feature]]></category>
		<category><![CDATA[new release]]></category>
		<category><![CDATA[version release]]></category>

		<guid isPermaLink="false">http://sexybookmarks.net/?p=859</guid>
		<description><![CDATA[<p>As promised, you've all been handed the keys to a brand new shiny Ferrari! Ok, so maybe it's not a literal Ferrari, but it should certainly load up just as fast as one! Move over SexyBookmarks v2 series... Time to [...]]]></description>
			<content:encoded><![CDATA[<p>As promised, you've all been handed the keys to a brand new shiny Ferrari! Ok, so maybe it's not a <em>literal</em> Ferrari, but it should certainly load up just as fast as one! Move over SexyBookmarks v2 series... Time to make room for a new sheriff. One who calls himself <strong>v3.0</strong>!</p>
<h3 class="replaceme">Completely gutted and revamped</h3>
<p>After working with Gautam on this release, I kinda feel like an aircraft designer... Always looking for ways to reduce weight and increase speed! That has certainly been the case with this version anyway. We completely gutted the plugin of anything unnecessary in terms of PHP, CSS, JS, and images, so now the overall filesize should be much more manageable.</p>
<p>We also reduced "weights" by minifying JS/CSS and by running all public images through Smush.it in order to save on image file sizes as well. Overall, I have to say that I'm extremely pleased with the outcome of the "gutting" process, but the BIG savings weren't made there... They came in the form of <a href="http://www.mummey.org/csprites/">cSprites</a>, which enabled us to dynamically create an image sprite based SOLELY on the networks you select in the plugin options page!</p>
<h3 class="replaceme">With speed comes risk...</h3>
<p>There are a few drawbacks to the <strong>Dynamic Sprite Generator</strong> feature though. Mainly, just that many users may have server setups which have folder permissions NOT set to writeable by default. Since we're generating images/css based on your selections, the css/images folders associated with the plugin will need to be writeable in order for the feature to work.</p>
<p>If you notice that the plugin gives you a warning message after saving your changes in v3.0, then you'll need to set your css/images folders to <strong>755</strong> before you can use the feature. See here for more info: <a href="http://sexybookmarks.net/documentation/usage-installation#chmodinfo">http://sexybookmarks.net/documentation/usage-installation#chmodinfo</a></p>
<p>Not sure if I'd classify this as a "drawback" per se, but upon upgrading to <strong>v3.0</strong> you'll need to login and go to the Plugin Options page (Settings -> SexyBookmarks) to save changes in order to generate your new custom sprite. This will ensure that the sprite is created from ONLY the icons you've chosen to be displayed, and must be done in order to use this feature.</p>
<p>Another drawback is that the PHP features which allow us to save you some page load time and server resources are only available in servers which are running <a href="http://php.net/downloads.php">PHP5+</a> with the <a href="http://www.libgd.org/Main_Page">PHPGD</a> library installed. We've done our best to ensure that there are enough automated checks in place which will simply revert you back to using the "old" static sprite if you do not have both of those things available in your server setup.</p>
<p>Lastly, the <strong>Dynamic Sprite Generator</strong> feature won't work if you're using the "Custom Mods" option... This should be obvious, as we can't be sure of file names of your custom icons and stylesheets. Just wanted to make sure everyone knows this though, so I shouldn't be expecting any bug reports about it.</p>

<h3 class="replaceme">Last, but certainly not least...</h3>
<p>Reducing file sizes and adding a <strong>Dynamic Sprite Generator</strong> feature wasn't the ONLY thing we did in this upgrade... Check out the full list of fancy schmancy stuff below!</p>
<ol class="taskcompleted">
<li><h3>New Sprite Image is generated when you save options</h3></li>
<li><h3>Also reduced the size of the images with Smush It</h3></li>
<li><h3>Separated Background Images</h3></li>
<li><h3>Fixed Translation Strings</h3></li>
<li><h3>Added option to load javascript in blog's footer</h3></li>
<li><h3>Added compatibility with YOURLS plugin</h3></li>
<li><h3>Added Settings link in plugin's information section</h3></li>
<li><h3>Many improvements in the coding efficiency</h3></li>
<li><h3>Minified public JS</h3></li>
<li><h3>Added DZone</h3></li>
<li><h3>Added Kaevur (Estonian)</h3></li>
<li><h3>Added Virb</h3></li>
<li><h3>Added Box.net</h3></li>
<li><h3>Removed Devmarks as it no longer exists</h3></li>
<li><h3>Added Google Reader</h3></li>
<li><h3>Updated the old Google Bookmarks icon</h3></li>
<li><h3>Added Bonzobox</h3></li>
<li><h3>Added Zabox</h3></li>
<li><h3>Added OkNotizie (Italian)</h3></li>
<li><h3>Added Springpad</h3></li>
<li><h3>Added Plaxo</h3></li>
<li><h3>Added Viadeo</h3></li>
<li><h3>Added option to allow you to NOT use a URL shortener if you so choose</h3></li>
<li><h3>Added new feature to Mister-Wong so that now the ".com" extension is replaced dynamically based on your locale</h3></li>
<li><h3>Minified stylesheet to save a couple KB</h3></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/version-3-0-sexier-lighter-faster/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>Sexy Got Sluggish</title>
		<link>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/sexy-got-sluggish</link>
		<comments>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/sexy-got-sluggish#comments</comments>
		<pubDate>Sat, 16 Jan 2010 22:24:02 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[efficiency]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[load]]></category>
		<category><![CDATA[optimization]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[slow load times]]></category>
		<category><![CDATA[slow loading]]></category>

		<guid isPermaLink="false">http://sexybookmarks.net/?p=855</guid>
		<description><![CDATA[<p>Any of you who work hard to optimize the load time of your blog have undoubtedly noticed that SexyBookmarks has become increasingly slow in recent months. The reason for this has to do with the idea which made it so [...]]]></description>
			<content:encoded><![CDATA[<p>Any of you who work hard to optimize the load time of your blog have undoubtedly noticed that SexyBookmarks has become increasingly slow in recent months. The reason for this has to do with the idea which made it so fast in the beginning. See, when the plugin was first released, there were only about 15 or 20 icons available. So, merging all of those icons into one single sprite was still much faster loading than trying to make 15 or 20 separate HTTP requests to load each individual icon. This is no longer the case.</p>
<p>Now the plugin offers over 80 sites to choose from (current development version) which creates an image sprite that is nearly <strong>6,000px wide</strong> and a whopping <strong>237kb in weight</strong>! Most people aren't going to choose <strong><em>anywhere near</em></strong> 80 sites to go in their bookmarking menu, and as such, they'll be loading up those additional icons for no reason. Hence the sluggishness in load times.</p>
<h3 class="replaceme">The sad truth</h3>
<p>We've known about this issue for a while, but just weren't sure how to go about finding a solution. However, <strong>Jan</strong> over at <a href="http://trick77.com" rel="external">Trick77</a> recently wrote an <a href="http://trick77.com/2010/01/09/page-load-times-when-using-wordpress-social-bookmark-plugins/" rel="external">article warning users to be wary of SexyBookmarks</a> due to the slow load times and massive image sizes... This really lit a fire under our butts and got us brainstorming, and I do believe we've found a solution... (we hope)</p>
<h3 class="replaceme">The good news!</h3>
<p>We'll be making use of PHP5 and the PHPGD library to take individual icons and merge them into a sprite based on what you select from now on. This means that only the icons you choose will be placed in the sprite, thus reducing the file size while also reducing HTTP requests because it's still a single image sprite.</p>
<p>We've also realized that it was just plain stupid to merge all of the custom background images (eg. "Sharing is caring", "Sharing is sexy", etc) into a sprite! Nobody is going to display more than one background image at a time, so there's no need to load them all when the page loads. So we'll also be separating each of the background images so that you only load the one you need.</p>
<p>We're also talking over ways to ensure that the plugin only loads the CSS associated with the icons you select to be in the menu. This will help to reduce the file size of the stylesheet that comes with the plugin. Also, we plan to "minify" the css/js that comes with the plugin, which will reduce the file sizes as well. On top of that, we'll be loading the JS in the footer now rather than in the header.</p>
<h3 class="replaceme">Last but not least...</h3>
<p>Even after I separated all of the icons individually, each icon was about 5.2kb in size. This isn't terrible, but when you multiply that by 80 icons it adds up to a little over 400kb! This <strong><em>is</em></strong> a problem! So, I took the time to run each individual icon through <a href="http://smush.it" rel="external">Smush.it</a> and saw a savings of around 50% on each icon! I also ran each of the background images through the program as well, and saw similar savings. So, now all of the background images AND icons all together only come to around 212kb, which is a HUGE savings in file sizes!</p>
<p>Now couple that with the features mentioned above, and v3.0 of SexyBookmarks should load like the web's equivalent of a <a href="http://www.ferrari.com" rel="external">Ferrari</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/sexy-got-sluggish/feed</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>And We Have A Winner!</title>
		<link>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/and-we-have-a-winner</link>
		<comments>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/and-we-have-a-winner#comments</comments>
		<pubDate>Sun, 10 Jan 2010 04:32:48 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[$100]]></category>
		<category><![CDATA[cash]]></category>
		<category><![CDATA[easter egg]]></category>
		<category><![CDATA[winner]]></category>

		<guid isPermaLink="false">http://sexybookmarks.net/?p=852</guid>
		<description><![CDATA[<p>So I think next time I do something like this, I'm going to make sure to give you all very specific instructions... Like, not to email me random "guesses" at where you think the easter egg might be! haha - [...]]]></description>
			<content:encoded><![CDATA[<p>So I think next time I do something like this, I'm going to make sure to give you all very specific instructions... Like, not to email me random "guesses" at where you <em>think</em> the easter egg might be! haha - At any rate, it was fun anyway. There were more of you who found it than I thought there would be!</p>
<h3 class="replaceme">But alas, there can only be ONE winner...</h3>
<p>So everybody give a big congratulations to <strong>Stacy Liles</strong> from the "Beaver State" (Oregon). Oddly enough, Stacy declined to share her site URL with us since it's still under construction. Hmm, why is everyone so shy about sites that aren't completed yet? haha</p>
<p>Anyway, congratulations Stacy... Enjoy your <strong>$100</strong> and don't spend it all in one place! (or do, it's totally up to you) You earned it for straining your poor eyes and noticing a tiny little box that not many other people saw!</p>
<p>So in keeping with tradition here, I feel the uncontrollable urge to blurt out some sort of random cliche, and <strong>luckily</strong> enough I know one that would fit just perfectly!</p>
<blockquote><h3 class="replaceme">Luck be a lady!</h3></blockquote>
<p>Also, I feel as though it would be downright mean not to at least mention the other <strong>6</strong> of you who managed to find that tiny little thing... So here's your 15 seconds of fame as well!</p>
<h4 class="replaceme">The runners up...</h4>
<ol>
<li><strong>Debiprasad Sahoo</strong> - <em>2nd to find it</em></li>
<li><strong>Michael Stuvall</strong> - <em>3rd to find it</em></li>
<li><strong>Alexis Kincaid</strong> - <em>4th to find it</em></li>
<li><strong>Craig Gibbons</strong> - <em>5th to find it</em></li>
<li><strong>Martin Stocks</strong> - <em>6th to find it</em></li>
<li><strong>Monica Nevarez</strong> - <em>7th to find it</em></li>
</ol>
<h3 class="replaceme">As for the rest of you...</h3>
<p>I know you're probably still scratching your heads and trying to figure out where exactly it was... So I'll throw you a bone. It was in the footer. However, not just on every page. It was only visible on all pages/posts OTHER than the post that told you about the easter egg hunt. Moreover, it wasn't visible on the main page of the site either... Just to add a bit more difficulty to the task! haha</p>
<p>I figure some of you won't believe me, and you'll say that you clicked every inch of the site and never found it... So below you'll find a screenshot of a page that had the Easter Egg in the footer with the browser zoomed in to maximum zoom... You'll notice a faint box around the smallest heart in the logo. Yup, that was it.</p>
<p><img src="http://sexybookmarks.net/wp-content/uploads/2010/01/eastereggscreenie.png" alt="" title="eastereggscreenie" width="600" height="341" class="aligncenter size-full wp-image-854 author" /></p>]]></content:encoded>
			<wfw:commentRss>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/and-we-have-a-winner/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>The $100 Easter Egg&#8230;</title>
		<link>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/the-hundred-dollar-easter-egg</link>
		<comments>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/the-hundred-dollar-easter-egg#comments</comments>
		<pubDate>Sat, 09 Jan 2010 02:23:52 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[$100]]></category>
		<category><![CDATA[contest]]></category>
		<category><![CDATA[easter egg]]></category>
		<category><![CDATA[egg]]></category>
		<category><![CDATA[free money]]></category>
		<category><![CDATA[giveaway]]></category>
		<category><![CDATA[money]]></category>

		<guid isPermaLink="false">http://sexybookmarks.net/?p=846</guid>
		<description><![CDATA[Do you want $100? Sure you do! Who doesn't? If you can find the hidden easter egg on the site I'll give you $100. Simple as that. Finders keepers... Losers weepers. Come on in and find out more!]]></description>
			<content:encoded><![CDATA[<h3 class="replaceme">Easter? In January? Huh?</h3>
<p>I know it's a bit cold outside (depending on where you are) to be hunting Easter Eggs... However, I thought that it was high time I gave something back <em>(aside from the super awesome plugin called SexyBookmarks)</em> to my wicked awesome family of Sexy people!</p>
<h3 class="replaceme">So what's the catch?</h3>
<p>I thought you'd never ask... There is no "catch" per se, only a simple rule: <strong>Finders Keepers, Losers Weepers!</strong> I know, I know... That's a little on the kindergarten side of the maturity scale, but it's true. The first to find the "Easter Egg" on this site and email me the correct location is gonna be <strong>$100</strong> richer!</p>
<blockquote>
<p>Quick Note: It doesn't actually look like an easter egg... I figured I'd just throw that out there in case anyone starting looking for eggs. Easter Egg is just a term used to describe something on a site that's hidden.</p>
</blockquote>
<p>Only the first person to find the hidden egg will win... So look closely and carefully, but don't take too much time in doing so! Also, to add a bit of haste to the process... The egg will be removed from the site next Friday, January 15th. So if it hasn't been found before next Friday... Well, I guess you'd be out of luck until the next time. :(</p>
<h3 class="replaceme">How do I know I've found it?</h3>
<p>Excellent question young grasshoppa... To tell the truth, there is absolutely NO WAY that you could <em><strong>not know</strong></em> that you've found it! The site will disappear and a big huge message will appear that says something to the effect of "Hey, good job!", and no it's not a popup, so anyone with popup blockers on will still be able to participate.</p>
<h3 class="replaceme">Where should I look?</h3>
<p>Well if I told you that, I'd just be ruining the whole "search" thing, now wouldn't I? It could be anywhere! It might be on the front page... It might be on a contact form... It may possibly even be in an old post that nobody has looked at in nearly 8 months! It's really anyone's guess as to it's location... Just browse the site and click random places... You just might find it!</p>
<h3 class="replaceme">What do I do when I find it?</h3>
<p>Well, you'll notice that the comments are closed on this post... This is so that I don't get a FLOOD of "it's not here..." or "don't try this page, cuz it's not on this page..." comments. I figure the simplest and easiest way to handle this is going to be that the first person to email me the correct location of the "Easter Egg" at josh[at]sexybookmarks[dot]net is going to walk away with $100 in their pocket. (well, actually in their paypal account)</p>
<h3 class="replaceme">Well, what are you waiting for? An invitation?</h3>
<p>YOU'RE INVITED! NOW GET GOING!</p>]]></content:encoded>
			<wfw:commentRss>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/the-hundred-dollar-easter-egg/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sexy Gets a Face Lift</title>
		<link>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/sexy-gets-a-face-lift</link>
		<comments>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/sexy-gets-a-face-lift#comments</comments>
		<pubDate>Wed, 23 Dec 2009 21:41:01 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[facelift]]></category>
		<category><![CDATA[new design]]></category>
		<category><![CDATA[new look]]></category>
		<category><![CDATA[new site]]></category>

		<guid isPermaLink="false">http://sexybookmarks.net/?p=836</guid>
		<description><![CDATA[<p>I know that the vast majority of people who come to this site leave within a few seconds because they just can't figure out what the hell the site is all about... So, me and my partner Jamie have been [...]]]></description>
			<content:encoded><![CDATA[<p>I know that the vast majority of people who come to this site leave within a few seconds because they just can't figure out what the hell the site is all about... So, me and my partner <a href="http://blog2life.net/">Jamie</a> have been working on a solution. We've come up with something that I think will solve the problem and possibly even retain visitors for at least a minute or two! haha</p>
<h3 class="replaceme">What the hell took so long!?!?</h3>
<p>I know it's been an improvement that's needed to happen for quite some time now, but well, me and Jamie are very much alike in one area: We're both <em>perfectionists</em> when it comes to our own niche! Jamie is all about perfect spacing, margins, padding, whitespace, lineheights, etc... While I'm a stickler about well organized and readable code (among other things). This is precisely why this endeavor has taken us so long to accomplish.</p>
<h3 class="replaceme">Just a heads up...</h3>
<p>You guys may notice things changing a little here and there, and you may possibly even notice that pages and/or posts disappear all together in the next couple of weeks. Don't worry, they'll be back if they do. I'll be working hard behind the scenes getting everything ready for the big switch, and during this process some things could be removed or misplaced temporarily so don't get too worried.</p>
<h3 class="replaceme">So what EXACTLY are you doing?</h3>
<p>Well, the biggest issue that everyone seems to have is the fact that when they go to the index page of the site, there's really nothing on the page that stands out and grabs your attention to say "Hey! Look at me! THIS is what the site's all about!"... So, we're converting the entire site to a more "CMS" style look, where the front page will be static content that gives a brief overview of what the plugin is and what it does along with some other nifty stuff.</p>
<p>The NEXT biggest issue everyone seems to have with the site is the fact that it's just not quite snazzy enough. Now don't get me wrong, I think <a href="http://kailoon.com">Kailoon</a> did an excellent job on <a href="http://kailoon.com/premium-wordpress-theme-my-wordpress/">this theme</a> I've been using and customizing for the past who knows how long, BUT, most people seem to think that the site needs a bit more of a "unique" flair to it. So, that's what we've done!</p>
<p>The design itself is completely finished as of 2 days ago. I'm currently about 95% done coding the homepage layout, then I'll move onto coding the blog style layout, before launching everything within the next week or two. The good thing about it is that the header, most of the sidebar, and the footer will all be the same sitewide... That means that coding the blog style layout will take WAAAAY less time than coding the front page since those things will already be taken care of!</p>
<h3 class="replaceme">Shut up and show me the results!</h3>
<p>Yea yea, I know... I talk too much. So enough yammering on and on, here's some previews of the new design that you'll see gracing the pages of SexyBookmarks soon!</p>
<p>
<img src="http://sexybookmarks.net/wp-content/uploads/2009/12/1-2.png" alt="" title="Blog Preview" width="300" height="300" class="alignleft size-full wp-image-837" style="margin:5px;padding:3px;background:#fff;border:1px solid #ccc;" />
<img src="http://sexybookmarks.net/wp-content/uploads/2009/12/2.png" alt="" title="Sidebar Preview" width="300" height="300" class="alignright size-full wp-image-838" style="margin:5px;padding:3px;background:#fff;border:1px solid #ccc;" />
<img src="http://sexybookmarks.net/wp-content/uploads/2009/12/3.png" alt="" title="Footer Preview" width="300" height="300" class="alignleft size-full wp-image-839" style="margin:5px;padding:3px;background:#fff;border:1px solid #ccc;" />
<img src="http://sexybookmarks.net/wp-content/uploads/2009/12/4.png" alt="" title="Homepage Preview" width="300" height="300" class="alignright size-full wp-image-840" style="margin:5px;padding:3px;background:#fff;border:1px solid #ccc;" />
</p>
<div style="clear:both;width:100%;height:10px;"></div>]]></content:encoded>
			<wfw:commentRss>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/sexy-gets-a-face-lift/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>v2.6.1 Released and Ready</title>
		<link>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/v2-6-1-released-and-ready</link>
		<comments>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/v2-6-1-released-and-ready#comments</comments>
		<pubDate>Fri, 11 Dec 2009 00:31:02 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[Updates]]></category>
		<category><![CDATA[addition]]></category>
		<category><![CDATA[bug fixes]]></category>
		<category><![CDATA[bug patch]]></category>
		<category><![CDATA[bug release]]></category>
		<category><![CDATA[new feature]]></category>
		<category><![CDATA[new release]]></category>
		<category><![CDATA[patches]]></category>
		<category><![CDATA[version release]]></category>

		<guid isPermaLink="false">http://sexybookmarks.net/?p=832</guid>
		<description><![CDATA[<p>You can all put your torches and pitchforks away now, as I've finally released v2.6.1 of SexyBookmarks! This version fixes all of the bugs that were brought about by the previous 2.6.0 release, while still keeping all of the features [...]]]></description>
			<content:encoded><![CDATA[<p>You can all put your torches and pitchforks away now, as I've finally released <strong>v2.6.1</strong> of SexyBookmarks! This version fixes all of the bugs that were brought about by the previous 2.6.0 release, while still keeping all of the features from that release.</p>
<h3 class="replaceme">API, oh sweet fleeting API...</h3>
<p>I also made it a point to ensure that the hundreds of you who have emailed me with bug reports about <strong><em>SexyBookmarks</em></strong> giving you an error that reads:</p>
<blockquote>
An unknown http error occured during the API request
</blockquote>
<p>...now have no reason to pin that WordPress error on SexyBookmarks from here on out. I've removed any and all API requests from the plugin, so there CAN'T be anyway that it could possibly give you that error now. This is a twofold benefit for most of you, as this means there will no longer be any sort of update reminders, whether in the plugin options page or not.</p>
<h3 class="replaceme">Already found a bug...</h3>
<p>As with any new release, I'm bound to miss something here and there... Thankfully, someone alerted me to this error quickly after I released this latest version. So now I can post up a temporary solution until I have enough bugs to warrant another release.</p>
<p>The problem lies in the function which fetches the short URL for Twitter. I goofed and didn't think to check for the use of Twitter Friendly Links when I added a fix by Gautam Gupta, so if you choose the Twitter Friendly Links plugin as your URL shortener, they're not going to work in this version. Instead, it will simply use the permalink.</p>
<p>There is, however, a solution to the problem that doesn't require much in the way of coding skills. Just follow the directions below and you should be good to go.</p>
<ol class="steplist">
<li><h4>Login to your site via FTP</h4></li>
<li><h4>Navigate to <em>wp-content/plugins/sexybookmarks/includes</em></h4></li>
<li><h4>Locate the file <em>public.php</em> and open it in your preferred text editor</h4></li>
<li><h4>Scroll down to line <em>246</em></h4>
<p>This line should look like this:</p>


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000088;">$fetch_url</span> <span style="color: #339933;">=</span> sexy_get_fetch_url<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>


</li>
<li><h4>Now simply replace that line with the following:</h4>


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// Fix for faulty insertion of TFLP function above</span>
<span style="color: #b1b100;">if</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$sexy_plugopts</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'shorty'</span><span style="color: #009900;">&#93;</span> <span style="color: #339933;">==</span> <span style="color: #0000ff;">&quot;tflp&quot;</span> <span style="color: #339933;">&amp;&amp;</span> <span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'permalink_to_twitter_link'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #000088;">$fetch_url</span> <span style="color: #339933;">=</span> permalink_to_twitter_link<span style="color: #009900;">&#40;</span><span style="color: #000088;">$perms</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
  <span style="color: #000088;">$fetch_url</span> <span style="color: #339933;">=</span> sexy_get_fetch_url<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>


</li>
<li><h4>Save your changes</h4></li>
<li><h4>Upload the file back to your server</h4></li>
</ol>]]></content:encoded>
			<wfw:commentRss>http://sexybookmarks.shareaholic.com/sexybookmarks-updates/v2-6-1-released-and-ready/feed</wfw:commentRss>
		<slash:comments>74</slash:comments>
		</item>
	</channel>
</rss>
