<?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>Transient Monkey</title>
	<atom:link href="http://transientmonkey.com/feed" rel="self" type="application/rss+xml" />
	<link>http://transientmonkey.com</link>
	<description>The Ever Wandering Monkey</description>
	<lastBuildDate>Tue, 26 Jan 2010 21:51:00 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WP-Slimbox2 v1.0.2 Released!</title>
		<link>http://transientmonkey.com/wp-slimbox2-v1-0-2-released</link>
		<comments>http://transientmonkey.com/wp-slimbox2-v1-0-2-released#comments</comments>
		<pubDate>Tue, 26 Jan 2010 21:51:00 +0000</pubDate>
		<dc:creator>Malcalevak</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Whatever I'm talking about]]></category>
		<category><![CDATA[Français]]></category>
		<category><![CDATA[french]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery slimbox plugin]]></category>
		<category><![CDATA[jquery slimbox wordpress plugin]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[slimbox]]></category>
		<category><![CDATA[slimbox wordpress plugin]]></category>
		<category><![CDATA[slimbox2]]></category>
		<category><![CDATA[Turkish]]></category>
		<category><![CDATA[Türkçe]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wp-slimbox2]]></category>

		<guid isPermaLink="false">http://transientmonkey.com/?p=437</guid>
		<description><![CDATA[I&#8217;m a bit late writing this post, but it seems like every time I make major changes to my plugin, I get hammered with a bunch of little glitches that effect a bunch of people other than me. I suppose that&#8217;s the downside of not having a group of people to do beta testing for [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a bit late writing this post, but it seems like every time I make major changes to my plugin, I get hammered with a bunch of little glitches that effect a bunch of people other than me. I suppose that&#8217;s the downside of not having a group of people to do beta testing for you. On the plus side, I&#8217;ve been doing my best to stay apprised of problems as they arise in the support forums (and even those from people who&#8230;.irritatingly&#8230;fail to read about posting problems in the support forums and post them in comments or on the WP site).</p>
<p>I think, and hope, that I&#8217;ve finally ironed out all the little glitches. The only problem I&#8217;m still aware of is actually not a problem with the plugin so much as it is a problem with other plugins and themes that fail to properly load jQuery by using <code>wp_enqueue_script()</code>. It always bugs me when people have problems with my plugin because of someone else&#8217;s poor coding practice. It bugs me when people have problems with my own poor coding, but at least I have only myself to blame for that!</p>
<p>For those of you curious as to what was done in the 1.0.2 release, I patched a rather glaring error related to Internet Explorer, a potential XSS vulnerability, and an obscure updating issue. I also added a Turkish/Türkçe Translation, graciously provided by  <a href="http://www.serhatyolacan.com/" onclick="pageTracker._trackPageview('/outgoing/www.serhatyolacan.com/?referer=');">Serhat Yolaçan</a> and an updated French/Français Translation again provided by Jandry.</p>
<p>For those of you who are curious, the XSS vulnerability was due to an issue discussed <a href="http://markjaquith.wordpress.com/2009/09/21/php-server-vars-not-safe-in-forms-or-links/" onclick="pageTracker._trackPageview('/outgoing/markjaquith.wordpress.com/2009/09/21/php-server-vars-not-safe-in-forms-or-links/?referer=');">here</a>, by Mark Jaquith. While I understand how one could trigger the exploits, I don&#8217;t fully understand how those exploits do any damage, but whatever the case, it&#8217;s been resolved. I don&#8217;t actually think this was a real security issue for most people, since you have to be logged into the admin options to access it, but in Wordpress MU installs it could have been an issue. Either way, upgrade! Fixing this issue also had the added bonus of fixing an issue where one user was unable to update their Slimbox settings because somehow the form was submitting the server directory path, and not the url path. I don&#8217;t really know what caused that in the first place, nor do I know why it wasn&#8217;t a problem in previous versions of the plugin, but it&#8217;s fixed, so I won&#8217;t complain.</p>
<p>The issue with Internet Explorer likely effected more people, given the prevalence of IE users out there, and unfortunately was tied into my transition from dynamic JS files to static JS files. Essentially I was trying to convert a string array of numbers into an integer array of numbers, so I used a function I&#8217;d found, <code>.map(Number)</code>. Unfortunately, I failed to then test the script in IE, since I would have discovered that apparently that function isn&#8217;t supported by IE. There&#8217;s likely a much better way to do it, but ultimately I wound up manually writing a loop to create the integer array and allow the script to work correctly in IE.</p>
<p>I&#8217;m hoping to have version 1.0.3 out later this week, but this update should only interest people who use the Spanish/Español, Dutch/Nederlandse, and German/Deutsch translations, or would like to use the plugin in Simplified Chinese! That&#8217;s right, the next release will include Simplified Chinese thanks to easespot.</p>
<p>Hopefully I&#8217;m done with major updates to the plugin, and future releases will be limited to simply adding translations, but if you have good ideas feel free to post them to our support forums and I&#8217;ll see what I can do.</p>
]]></content:encoded>
			<wfw:commentRss>http://transientmonkey.com/wp-slimbox2-v1-0-2-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP-Slimbox2 v1.0.1 Released!</title>
		<link>http://transientmonkey.com/wp-slimbox2-v1-0-1-released</link>
		<comments>http://transientmonkey.com/wp-slimbox2-v1-0-1-released#comments</comments>
		<pubDate>Wed, 20 Jan 2010 18:56:38 +0000</pubDate>
		<dc:creator>Malcalevak</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery slimbox plugin]]></category>
		<category><![CDATA[jquery slimbox wordpress plugin]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[slimbox]]></category>
		<category><![CDATA[slimbox wordpress plugin]]></category>
		<category><![CDATA[slimbox2]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wp-slimbox2]]></category>

		<guid isPermaLink="false">http://transientmonkey.com/?p=433</guid>
		<description><![CDATA[That&#8217;s right, another update already! Unfortunately, this one was to fix an issue some users were reporting regarding an error after installing the plugin that sadly made their sites unusable. I hope everyone who was experiencing that issue has since upgraded and can get back to enjoying the benefits of the plugin.
Several users reported errors [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s right, another update already! Unfortunately, this one was to fix an issue some users were reporting regarding an error after installing the plugin that sadly made their sites unusable. I hope everyone who was experiencing that issue has since upgraded and can get back to enjoying the benefits of the plugin.</p>
<p>Several users reported errors similar to the following:</p>
<blockquote><p>Fatal error: Call to a member function get_option() on a non-object in /var/wordpress/wp-content/plugins/wp-slimbox2</p></blockquote>
<p>In each case, it appeared that for some reason the $options variable, which was declared as a global variable, was not being properly recognized as an object. I don&#8217;t know why this is, though I suspect it&#8217;s tied into either the version or the settings of PHP being used on the host. This would explain why several users had no problems, and several others did. In one case someone had no problems on one site, but on another site they did.</p>
<p>If anybody can explain to me why this is, I&#8217;d appreciate it. Either way, I was able to resolve the issue by just recreating the variable in each function. This seems to me like it would be less than ideal, but someone else informed me that WP already caches options after fetching them, to minimize calls to the database, and so by recreating the object, I&#8217;m just pulling from the cache, or something like that. It works, that&#8217;s the important thing!</p>
<p>While attempting to diagnose the problem I also discovered a tiny glitch resulting from one of the new features I&#8217;d added. The grouping of autoloaded images wasn&#8217;t correctly grouping my images by post anymore. The original code was written as follows:<br />
<code><br />
slimbox2_options.selector = "div.entry-content, div.gallery, div.entry, div.post, div#page, body";<br />
return (this==el) || ($(this).parents(slimbox2_options.selector)[0] &#038;&#038; ($(this).parents(slimbox2_options.selector)[0]==$(el).parents(slimbox2_options.selector)[0]))</code></p>
<p>I misunderstood this to mean that it would search through the parent elements for each image, and progressively search for an element that matched the selector. In this case it would look for a div of class entry-content, gallery, entry, or post, as well as a div with an id of &#8220;page&#8221; and if that all failed the body element. In actuality, while this would do that, it would also sort the results, which screwed them up. I revised the code as follows:<br />
<code><br />
slimbox2_options.selector = "div.entry-content, div.gallery, div.entry, div.post, div#page, body";<br />
return (this==el) || ($(this).closest(slimbox2_options.selector)[0] &#038;&#038; ($(this).closest(slimbox2_options.selector)[0]==$(el).closest(slimbox2_options.selector)[0]))</code></p>
<p>I could even drop the [0] as closest only returns a single element anyway. This function actually searches for the first parent element that matches the selector, not all of them. If it finds a gallery first, that&#8217;s what it returns, if it finds entry-content, that&#8217;s what it returns, etc. This would allow a bit more granularity in the selection, and also better enable out-of-the-box support for more users and themes.</p>
<p>The downside to this change is that closest was introduced in version 1.3 of jQuery, which WordPress didn&#8217;t include until version 2.8. I&#8217;d hope most people aren&#8217;t hanging around updating their plugins and not their WordPress install, but you never know. If someone actually did want to do that, they could change closest back to parents, and just be more specific with the selector.</p>
<p>As translations are updated, or added I plan to make a few more minor releases, but hopefully I&#8217;ve got all the main things in now.</p>
]]></content:encoded>
			<wfw:commentRss>http://transientmonkey.com/wp-slimbox2-v1-0-1-released/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>WP-Slimbox2 v1.0 Released!</title>
		<link>http://transientmonkey.com/wp-slimbox2-v1-0-released</link>
		<comments>http://transientmonkey.com/wp-slimbox2-v1-0-released#comments</comments>
		<pubDate>Tue, 19 Jan 2010 21:47:36 +0000</pubDate>
		<dc:creator>Malcalevak</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Whatever I'm talking about]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery slimbox plugin]]></category>
		<category><![CDATA[jquery slimbox wordpress plugin]]></category>
		<category><![CDATA[slimbox]]></category>
		<category><![CDATA[slimbox wordpress plugin]]></category>
		<category><![CDATA[slimbox2]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wp-slimbox2]]></category>

		<guid isPermaLink="false">http://transientmonkey.com/?p=428</guid>
		<description><![CDATA[It&#8217;s been practically a year since the last release, but I finally got up the motivation to mess with the code some more and add even more features to the already numerous possibilities within the plugin.
Release 1.0 includes several new options such as:
The ability to enable the effect on mobile phones (originally there was no [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been practically a year since the last release, but I finally got up the motivation to mess with the code some more and add even more features to the already numerous possibilities within the plugin.</p>
<p>Release 1.0 includes several new options such as:</p>
<p>The ability to enable the effect on mobile phones (originally there was no option, but now it&#8217;s disabled by default).<br />
The ability to control where the caption text comes from.<br />
The ability to control what parent element to group images by.<br />
The ability to render the caption as a URL to the original image.</p>
<p>Large portions of the backend of been rewritten as well and now the JavaScript files are entirely static, no more dynamic generation from php. This was accomplished by utilizing the wp_localize_script function of WordPress that let&#8217;s the options be loaded up in the main page, which is dynamic anyway.</p>
<p>If you localized the plugin in the past (or would like to now), please help bring your translations up to date!</p>
]]></content:encoded>
			<wfw:commentRss>http://transientmonkey.com/wp-slimbox2-v1-0-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP-Slimbox2 v0.9.7 Released!</title>
		<link>http://transientmonkey.com/wp-slimbox2-v097-released</link>
		<comments>http://transientmonkey.com/wp-slimbox2-v097-released#comments</comments>
		<pubDate>Tue, 21 Apr 2009 20:47:26 +0000</pubDate>
		<dc:creator>Malcalevak</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Deutsch]]></category>
		<category><![CDATA[dutch]]></category>
		<category><![CDATA[Español]]></category>
		<category><![CDATA[farbtastic]]></category>
		<category><![CDATA[Français]]></category>
		<category><![CDATA[french]]></category>
		<category><![CDATA[german]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[key detection]]></category>
		<category><![CDATA[Nederlandse]]></category>
		<category><![CDATA[slimbox2]]></category>
		<category><![CDATA[spanish]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wp-slimbox2]]></category>
		<category><![CDATA[WPlize]]></category>

		<guid isPermaLink="false">http://transientmonkey.com/?p=420</guid>
		<description><![CDATA[The latest version of WP-Slimbox2, v0.9.7, has been released.
Major changes on the user side include the addition of the wonderful jQuery Farbtastic colorpicker Javascript, created by Steven Wittens and a new key code detection script (written by me) that allows you to simply type the keys you&#8217;d like to use instead of looking up their [...]]]></description>
			<content:encoded><![CDATA[<p>The latest version of WP-Slimbox2, v0.9.7, has been released.</p>
<p>Major changes on the user side include the addition of the wonderful jQuery Farbtastic colorpicker Javascript, created by <a href="http://acko.net/dev/farbtastic/" onclick="pageTracker._trackPageview('/outgoing/acko.net/dev/farbtastic/?referer=');">Steven Wittens</a> and a new key code detection script (written by me) that allows you to simply type the keys you&#8217;d like to use instead of looking up their key code.</p>
<p>Major changes on the backend include a rewrite of the core to utilize the <a href="http://wpengineer.com/wplize-a-class-for-options-in-wordpress/" onclick="pageTracker._trackPageview('/outgoing/wpengineer.com/wplize-a-class-for-options-in-wordpress/?referer=');">WPlize</a> class to clean up the code and minimize database calls by utilizing a single database entry and utilizing an array to store all the variables.</p>
<p>Major changes for people who don&#8217;t speak English, or would just prefer to use their native tongue, we&#8217;ve added Dutch/Nederlandse and French/Français to the list of supported languages. Thank you <a href="http://nv1962.net/" onclick="pageTracker._trackPageview('/outgoing/nv1962.net/?referer=');">nv1962</a>  and Jandry for your efforts, and to all the translators for bringing their translations up to speed.</p>
<p>That means WP-Slimbox2 is now available in Dutch/Nederlandse, English (of course), French/Français, German/Deutsch, and Spanish/Español.</p>
<p>Hopefully the list of supported languages will continue to grow. If you&#8217;d like to contribute a translation, or have suggestions please post a comment and check out the <a href="http://pixopoint.com/forum/index.php?board=6.0" onclick="pageTracker._trackPageview('/outgoing/pixopoint.com/forum/index.php?board=6.0&amp;referer=');">support forums</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://transientmonkey.com/wp-slimbox2-v097-released/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Calling Translators/Localizers</title>
		<link>http://transientmonkey.com/calling-translatorslocalizers</link>
		<comments>http://transientmonkey.com/calling-translatorslocalizers#comments</comments>
		<pubDate>Thu, 12 Feb 2009 21:16:50 +0000</pubDate>
		<dc:creator>Malcalevak</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[localization]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[slimbox]]></category>
		<category><![CDATA[slimbox wordpress plugin]]></category>
		<category><![CDATA[slimbox2]]></category>
		<category><![CDATA[translation]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://transientmonkey.com/?p=319</guid>
		<description><![CDATA[For those of you who are unaware, WP-Slimbox2 has had Localization support since v0.9.4, and support for RTL Localization since v0.9.5.
Unfortunately, what I do not have are localizations, Spanish/Español aside.
So I&#8217;m putting out the word, on my mostly unread blog, requesting people to provide translations! It uses the standard POT file method, the same as [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you who are unaware, WP-Slimbox2 has had Localization support since v0.9.4, and support for RTL Localization since v0.9.5.</p>
<p>Unfortunately, what I do not have are localizations, Spanish/Español aside.</p>
<p>So I&#8217;m putting out the word, on my mostly unread blog, requesting people to provide translations! It uses the standard POT file method, the same as WordPress, so just load up the POT file included in the languages sub-directory of the plugin package in your PO editor of your choice (such as <a href="http://www.poedit.net/" onclick="pageTracker._trackPageview('/outgoing/www.poedit.net/?referer=');">POedit</a>) and get to work. You&#8217;ll also need to create image files for the Next, Prev, and Close displays. Look at the default English files, as well as the Spanish files, if you want examples.</p>
<p>I&#8217;d really like to be able to serve as many people as possible with the plugin, but I can only read and write English and don&#8217;t see myself becoming a linguist any time soon.</p>
<p>If you&#8217;d like to contribute, please leave a comment here, as well as on our <a title="WP-Slimbox2 Support Forums" href="http://pixopoint.com/forum/index.php?board=6.0" onclick="pageTracker._trackPageview('/outgoing/pixopoint.com/forum/index.php?board=6.0&amp;referer=');">support forums</a> where I&#8217;ll set up a special localization thread a bit later.</p>
<p>Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://transientmonkey.com/calling-translatorslocalizers/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Trombone Mount &#8211; Finished</title>
		<link>http://transientmonkey.com/trombone-mount-finished</link>
		<comments>http://transientmonkey.com/trombone-mount-finished#comments</comments>
		<pubDate>Sat, 03 Jan 2009 06:08:29 +0000</pubDate>
		<dc:creator>Malcalevak</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Condo]]></category>
		<category><![CDATA[trombone]]></category>
		<category><![CDATA[trombone mount]]></category>
		<category><![CDATA[trombone wall mount]]></category>
		<category><![CDATA[wall art]]></category>
		<category><![CDATA[wood work]]></category>
		<category><![CDATA[woodwork]]></category>

		<guid isPermaLink="false">http://transientmonkey.com/?p=212</guid>
		<description><![CDATA[As I&#8217;d mentioned in the Godzilla post, I&#8217;d been working on a trombone wall mount, and had very nearly reached completion. I&#8217;m glad to say that during the Christmas holiday I was able to complete that project, thanks in great part to the efforts of my dad. While the idea had always been mine, and [...]]]></description>
			<content:encoded><![CDATA[<p>As I&#8217;d mentioned in the Godzilla post, I&#8217;d been working on a trombone wall mount, and had very nearly reached completion. I&#8217;m glad to say that during the Christmas holiday I was able to complete that project, thanks in great part to the efforts of my dad. While the idea had always been mine, and 70-80% of the work was mine, I likely wouldn&#8217;t have been able to do it without his guidance. Plus he had all the tools and stuff, and the wood, and he did cut out the handles. He also applied the felt.</p>
<p>Here is the completed work:</p>
<p><a title="My trombone mount." rel="lightbox[g2image]" href="http://transientmonkey.com/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=582&amp;g2_GALLERYSID=2886d43aa95a4a284ad5af35d2a2c656"><img class="g2image_normal" title="My trombone mount." src="http://transientmonkey.com/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=583&amp;g2_GALLERYSID=2886d43aa95a4a284ad5af35d2a2c656" alt="Trombone Mount" width="150" height="113" /></a><a title="My trombone mount and trombone." rel="lightbox[g2image]" href="http://transientmonkey.com/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=585&amp;g2_GALLERYSID=2886d43aa95a4a284ad5af35d2a2c656"><img class="g2image_normal" title="My trombone mount and trombone." src="http://transientmonkey.com/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=586&amp;g2_GALLERYSID=2886d43aa95a4a284ad5af35d2a2c656" alt="Trombone Mount - Filled" width="150" height="113" /></a></p>
<p>If you haven&#8217;t figured it out yet, click both of those to see the larger images &#8211; speaking of which, utilizing the new plugins I mentioned below.</p>
]]></content:encoded>
			<wfw:commentRss>http://transientmonkey.com/trombone-mount-finished/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gallery Integration and jQuery Slimbox WordPress Plugin</title>
		<link>http://transientmonkey.com/gallery-integration-and-jquery-slimbox-wordpress-plugin</link>
		<comments>http://transientmonkey.com/gallery-integration-and-jquery-slimbox-wordpress-plugin#comments</comments>
		<pubDate>Sat, 03 Jan 2009 06:02:10 +0000</pubDate>
		<dc:creator>Malcalevak</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Whatever I'm talking about]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[gallery integration]]></category>
		<category><![CDATA[gallery2]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[jquery slimbox plugin]]></category>
		<category><![CDATA[jquery slimbox wordpress plugin]]></category>
		<category><![CDATA[slimbox]]></category>
		<category><![CDATA[slimbox wordpress plugin]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugin]]></category>
		<category><![CDATA[wpg2]]></category>

		<guid isPermaLink="false">http://transientmonkey.com/?p=220</guid>
		<description><![CDATA[I added two plugins today regarding images galleries. One of them was to more directly integrate the gallery I already use, Gallery2, with WordPress. It&#8217;s called WPG2 and supposedly makes it easier to insert images into posts and so forth, though I&#8217;m still trying to figure out how it all works. Another nice feature is [...]]]></description>
			<content:encoded><![CDATA[<p>I added two plugins today regarding images galleries. One of them was to more directly integrate the gallery I already use, <a href="http://transientmonkey.com/gallery2">Gallery2</a>, with WordPress. It&#8217;s called <a href="http://wordpress.org/extend/plugins/wpg2/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/wordpress.org/extend/plugins/wpg2/?referer=');">WPG2</a> and supposedly makes it easier to insert images into posts and so forth, though I&#8217;m still trying to figure out how it all works. Another nice feature is that it supposedly supports lightbox and slimbox display effects, I was unable to get these to work, but since it supported those effects with separate plugins I tried the numerous ones available for WordPress and was able to get the effect. Unfortunately most of these effects used JavaScript frameworks that weren&#8217;t already loaded on my page (<a href="http://mootools.net" target="_blank" onclick="pageTracker._trackPageview('/outgoing/mootools.net?referer=');">MooTools</a>, <a href="http://www.prototypejs.org/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.prototypejs.org/?referer=');">prototype</a>). Since my page uses the <a href="http://jquery.com/" onclick="pageTracker._trackPageview('/outgoing/jquery.com/?referer=');">jQuery</a> framework already (thanks to the <a href="http://getk2.com" target="_blank" onclick="pageTracker._trackPageview('/outgoing/getk2.com?referer=');">K2 theme</a> and my work on the <a href="http://pixopoint.com/multi-level-navigation/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/pixopoint.com/multi-level-navigation/?referer=');">Multi-Level Navigation plugin</a>) I really wanted one that would use it so I could cut down on load times.</p>
<p>As it turns out, there was one option, <a href="http://wordpress.org/extend/plugins/jquery-lightbox-balupton-edition/" target="_blank" onclick="pageTracker._trackPageview('/outgoing/wordpress.org/extend/plugins/jquery-lightbox-balupton-edition/?referer=');">jQuery Lightbox Balupton Edition</a> which worked ok and obviously did use jQuery, but it had a few really annoying aspects to it, like the big advertisement in the upper right corner when you used the effect, plus the name was ridiculously pretentious. For some reason several of the plugins I tested also had issues where the dropdown menu wouldn&#8217;t properly situate itself into the background either (though I could resolve this by changing my menu&#8217;s z-index).</p>
<p>What to do? Well, I searched around the WordPress plugin repository, that&#8217;s how I found the various plugins that I did test, and then I tried a few internet searches. That&#8217;s how I stumbled onto <a href="http://www.digitalia.be/software/slimbox2" target="_blank" onclick="pageTracker._trackPageview('/outgoing/www.digitalia.be/software/slimbox2?referer=');">Slimbox 2, the ultimate lightweight Lightbox clone for jQuery</a>. Unfortunately I couldn&#8217;t find a WordPress plugin for it, fortunately the javascript itself really just needed to be loaded up, the gallery plugin already added in the lightbox cues (though the JS also will add them in for images that don&#8217;t have them). Ultimately I could&#8217;ve just hacked it into the code, or probably plugged it in with a K2 hook, but I figured it be better to just write a new plugin to do it, so I did. Currently it&#8217;s basically just a tiny php file that tells it to enqueue the javascript, points to a CSS file, and has a few image files, but I&#8217;ll see if I can maybe flesh it out, after I look over what capabilities Slimbox 2 provides. I&#8217;ll also likely want to figure out how to properly credit the author of the script, but assuming I can figure it all out I&#8217;ll likely release it for others to use too.</p>
<p>Let me know what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://transientmonkey.com/gallery-integration-and-jquery-slimbox-wordpress-plugin/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Albert the Elephant</title>
		<link>http://transientmonkey.com/albert-the-elephant</link>
		<comments>http://transientmonkey.com/albert-the-elephant#comments</comments>
		<pubDate>Mon, 22 Dec 2008 00:24:39 +0000</pubDate>
		<dc:creator>Malcalevak</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Condo]]></category>
		<category><![CDATA[albert]]></category>
		<category><![CDATA[elephant]]></category>

		<guid isPermaLink="false">http://transientmonkey.com/?p=204</guid>
		<description><![CDATA[Somehow, while writing the previous post, I completely forgot about the most recent addition to the decorations in my condo (most recent meaning not works in progress). This would of course be Albert the Elephant, baby elephant to be more precise. He sits in the corner of my dining room, holding up a piece of [...]]]></description>
			<content:encoded><![CDATA[<p>Somehow, while writing the previous post, I completely forgot about the most recent addition to the decorations in my condo (most recent meaning not works in progress). This would of course be Albert the Elephant, baby elephant to be more precise. He sits in the corner of my dining room, holding up a piece of round glass, but he apparently can&#8217;t hold it level. I&#8217;m gonna have to help him with that&#8230;</p>
<div class="g2image_centered">
<div class="wpg2tag-image"><a href="http://transientmonkey.com/wpg2?g2_itemId=578" title="Albert"><img src="http://transientmonkey.com/gallery2/main.php?g2_view=core.DownloadItem&amp;g2_itemId=580&amp;g2_serialNumber=6" width="480" height="360" id="IFid2" class="ImageFrame_None" alt="Albert" longdesc="Albert the Elephant"/></a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://transientmonkey.com/albert-the-elephant/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Godzilla vs King Kong</title>
		<link>http://transientmonkey.com/explanation-coming-soon</link>
		<comments>http://transientmonkey.com/explanation-coming-soon#comments</comments>
		<pubDate>Tue, 16 Dec 2008 11:58:54 +0000</pubDate>
		<dc:creator>Malcalevak</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Condo]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[booze]]></category>
		<category><![CDATA[christopher walken]]></category>
		<category><![CDATA[cobra commander]]></category>
		<category><![CDATA[cutouts]]></category>
		<category><![CDATA[DC]]></category>
		<category><![CDATA[decoration]]></category>
		<category><![CDATA[godzilla]]></category>
		<category><![CDATA[guitar mount]]></category>
		<category><![CDATA[king kong]]></category>
		<category><![CDATA[manly]]></category>
		<category><![CDATA[puppies]]></category>
		<category><![CDATA[smoking]]></category>
		<category><![CDATA[trombone mount]]></category>
		<category><![CDATA[wall art]]></category>

		<guid isPermaLink="false">http://transientmonkey.com/?p=197</guid>
		<description><![CDATA[I know what you&#8217;re thinking. You&#8217;re thinking &#8220;Godzilla, that&#8217;s awesome&#8230;.but why is it there?&#8221; I&#8217;ll tell you why, because it is awesome. Ok, it&#8217;s a bit more than that, but before I push the image too far down I&#8217;ll move to explaining beneath the image, so scroll down!

That&#8217;s right, down here, there you go. So, [...]]]></description>
			<content:encoded><![CDATA[<p>I know what you&#8217;re thinking. You&#8217;re thinking &#8220;Godzilla, that&#8217;s awesome&#8230;.but why is it there?&#8221; I&#8217;ll tell you why, because it is awesome. Ok, it&#8217;s a bit more than that, but before I push the image too far down I&#8217;ll move to explaining beneath the image, so scroll down!</p>
<p><img class="alignnone size-full wp-image-196" title="Godzilla" src="http://transientmonkey.com/wp-content/uploads/2008/12/godzilla_3.gif" alt="Godzilla" width="501" height="348" /></p>
<p>That&#8217;s right, down here, there you go. So, awesomeness aside, why do I have this silhouette of Godzilla posted? I&#8217;ll tell you why. Because I have an empty wall that needs filling, that&#8217;s why!</p>
<p>Since I first moved into my condo I found myself tasked with something relatively new to me, decorating. Back when I lived with my parents my decorating was pretty much limited to my immediate room, which 90% of the time consisted of some posters and piles of junk on my desk, bureau, and pretty much everywhere else. When I was younger I did get a set of G.I. Joe wall stickers that my younger brother and I split between our rooms, plus I&#8217;d earned some fake Indian stuff at summer camp. During college it was a similar deal, limited to my dorm room, and if anything, I decorated even less then. But now, now that I actually have a place of my own, with many many plain white walls, well, I feel the need to fill them with something. Not just anything, mind you, that would be even more boring than nothing. No, I need to fill them with unique, creative, manly things!</p>
<p>I think the first thing I decorated my walls with was a tin filled with three of my favorite things: Booze, Smokes, and Puppies &#8211; the Trifecta, the only thing missing was women, but that&#8217;s ok, 3 out of 4 of my favorite things ain&#8217;t bad (for those of you who don&#8217;t know me&#8230;booze and smokes aren&#8217;t actually in my list of favorite things&#8230;puppies and women however&#8230;.). The Yeungling brewer tin has familial attachments, plus I just think puppies drinking booze and smoking is pretty funny. Check out a picture of this artistic delicacy <a href="http://transientmonkey.com/gallery2/main.php?g2_itemId=513&amp;g2_imageViewsIndex=1" target="_blank">here</a>. In fact, the wall you can see in the background is ultimately the one Godzilla is all about, but I&#8217;ll get to that.</p>
<p>After the puppies adorned the area above my dining room I got it in my head to mount my guitar. The fact that I&#8217;m still only capable of strumming a few chords is beside the point, a guitar on the wall is a sign of manliness. And so, with the help of my dad, I designed and built <a href="http://transientmonkey.com/gallery2/main.php?g2_itemId=565&amp;g2_imageViewsIndex=1" target="_blank">this</a>. Which allowed me to mount the guitar like <a href="http://transientmonkey.com/gallery2/main.php?g2_itemId=561&amp;g2_imageViewsIndex=1" target="_blank">this</a>. Manly, I know.</p>
<p>Some might consider two pieces of art/decoration enough and call it a day, but not me, no, I needed more. The longest wall in my condo is in my living room, and that in turn means it was also (and technically still is) the emptiest. Clearly, I needed to fill this space. My brother, Zareiff, who&#8217;s gallery is linked to on the right, is an artist, and so I came to him with an idea I had to fill this space. I needed a painting, a relatively large painting (when I say large I don&#8217;t mean like &#8216;The Last Supper&#8217; large, just 36&#8243;x48&#8243; or so large), and painting that will be the pinnacle of awesomeness and manliness. I don&#8217;t recall how specific my original idea was, or which portions of it were his ideas, but what I do know is that I wanted something local, with the DC landscape. I also wanted it to be personal, so I would be a central character in the painting. And, of course, it had to be manly, so it would involve violence! Ultimately the idea culminated into a chaotic version of the DC landscape in the background, while in the foreground myself and Christopher Walken (both in giant form) would tower over the monuments while engaged in mortal combat.</p>
<p>I know, you&#8217;re speechless, aren&#8217;t you? Could anything possible be more awesome? No, it couldn&#8217;t, but something might come close. Sadly, the painting hasn&#8217;t developed beyond the conceptual stage, and the canvas purchasing stage, but it will get done.</p>
<p>Now you&#8217;re definitely thinking &#8220;That&#8217;s plenty of decoration,&#8221; but you&#8217;d be wrong. No, with the painting still unpainted, I only had one piece of decoration in the living room. That wouldn&#8217;t suffice, no, so I purchased one of my brother&#8217;s earlier paintings to hang above my TV. A painting of Cobra Commander, what could be more awesome than a painting of the most infamous fictional international terrorist ever to live (in a fictional world)? Well, the aforementioned painting, clearly, but other than that, nothing, I suspect. See what I mean by taking a gander <a href="http://transientmonkey.com/gallery2/main.php?g2_itemId=557&amp;g2_imageViewsIndex=1" target="_blank">here</a>.</p>
<p>All of that, but there&#8217;s more! &#8220;How could that be?&#8221; You say, &#8220;You can&#8217;t possibly make such a place more awesome.&#8221; You&#8217;re wrong though, and I&#8217;ll tell you why. Seeing just how awesome the guitar mount turned out, and considering I have a very nice trombone (that I can actually play much better than the guitar) I decided to make a trombone wall mount. Again my dad helped out here, and he admittedly probably came up with more of the design on this than I did, plus he cut out the actual &#8220;handles&#8221;, though I did almost all of the backboard for it, and he dug up some nice felt to put in the handles to prevent scratches. It&#8217;s not finished yet, but once I&#8217;m home for the holidays I think it&#8217;ll get wrapped up.</p>
<p>And now to the last element on my list of decorations, or planned decorations &#8211; those manly things that make a home unique and personal&#8230;and the very subject of this post&#8230;.Godzilla vs King Kong!</p>
<p>There&#8217;s a barren wall in my dining room that gets prominent viewing to anyone walking through the condo as well as plenty of light, but I couldn&#8217;t come up with a way to fill it. I&#8217;d kept thinking pictures, except, I have no pictures to put on the wall and had no desire to go on a photography kick, especially since it&#8217;d take me forever to take any worth putting on the wall. No, I needed something else&#8230;something&#8230;manly! And then I had an epiphany. I saw Godzilla&#8230;fighting King Kong&#8230;on my wall! Yes, pure genius, but instead of being a painting, or being painted on to the wall, I wanted it more subtle, but still something I could take with me if I moved. Something thin to be placed up against the wall, a silhouette cutout, but what material? Discussing the matter with my brother I believe we settled on vinyl of some sort, but I&#8217;m not positive. And now he&#8217;s begun to craft out the designs, once of which is included at the top of this post! He also sent me a King Kong, but he had a beer belly&#8230;that&#8217;s not gonna fly&#8230;</p>
<p>And there you have it, the explanation, the most awesome and manly condo ever &#8211; that&#8217;s what I&#8217;m going to have.</p>
<p>Before I forget, if you&#8217;re reading this post while it&#8217;s still at the top of the page, how awesome does the graphic look, what with the transparency and the way the tail curls under the menu on the right? Now I want to come up with a way to fix it in place&#8230;too bad my knowledge of CSS is crap&#8230;but I&#8217;ll figure it out, eventually, maybe&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://transientmonkey.com/explanation-coming-soon/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Busy busy&#8230;</title>
		<link>http://transientmonkey.com/busy-busy</link>
		<comments>http://transientmonkey.com/busy-busy#comments</comments>
		<pubDate>Wed, 03 Dec 2008 21:14:27 +0000</pubDate>
		<dc:creator>Malcalevak</dc:creator>
				<category><![CDATA[Whatever I'm talking about]]></category>
		<category><![CDATA[busy women questionable virtue]]></category>

		<guid isPermaLink="false">http://transientmonkey.com/?p=192</guid>
		<description><![CDATA[I&#8217;ve been told I need more content, plus more women of questionable virtue, and tales from EvilCorp.
Sadly I&#8217;ve been horribly busy lately and just haven&#8217;t had time.
I have noticed, strangely, that the spammers seemed to disappear for several days, but then I got hit by 5 or so this morning. I guess we&#8217;ll see if [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been told I need more content, plus more women of questionable virtue, and tales from EvilCorp.</p>
<p>Sadly I&#8217;ve been horribly busy lately and just haven&#8217;t had time.</p>
<p>I have noticed, strangely, that the spammers seemed to disappear for several days, but then I got hit by 5 or so this morning. I guess we&#8217;ll see if they start up again.</p>
<p>I&#8217;d been working on Interdementia during my metro rides home, but lately I&#8217;ve just been too tired. Hopefully that&#8217;ll change.</p>
<p>As for women of questionable virtue, if you know any, send them my way <img src='http://transientmonkey.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://transientmonkey.com/busy-busy/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
