<?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>MikeBrum.com &#187; Site News</title>
	<atom:link href="http://mikebrum.com/category/site-news/feed/" rel="self" type="application/rss+xml" />
	<link>http://mikebrum.com</link>
	<description>Bombarding the net with slightly greasy solar atoms for almost 10 years...</description>
	<lastBuildDate>Sun, 20 May 2012 19:56:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Galleries Are Fixed Now &#8212; NextGEN Gallery Not Displaying Thickbox Images</title>
		<link>http://mikebrum.com/galleries-are-fixed-now-nextgen-gallery-not-displaying-thickbox-images/</link>
		<comments>http://mikebrum.com/galleries-are-fixed-now-nextgen-gallery-not-displaying-thickbox-images/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 15:44:01 +0000</pubDate>
		<dc:creator>mbrum</dc:creator>
				<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://mikebrum.com/?p=2163</guid>
		<description><![CDATA[After laying down for bed, I had an epiphany last night and got up and based away at the keyboard for a bit. Luckily, the effort wasn&#8217;t wasted, as I was able to fix the issue that caused the problem in the first place. The long story boiled down is that the ThickBox can find [...]]]></description>
			<content:encoded><![CDATA[<p>After laying down for bed, I had an epiphany last night and got up and based away at the keyboard for a bit. Luckily, the effort wasn&#8217;t wasted, as I was able to fix the issue that caused the problem in the first place.</p>
<p>The long story boiled down is that the ThickBox can find a &#8220;group&#8221; of images if you pass it common name in the <em>rel</em> param in your <em>a</em> tag. For instance:</p>
<blockquote><p>&lt;a href=&#8221;http://mikebrum.com/full_image.jpg&#8221; class=&#8221;thickbox&#8221; rel=&#8221;anyString&#8221;&gt;&lt;img src=&#8221;http://mikebrum.com/thumb_image.jpg&#8221; /&gt;&lt;/a&gt;</p></blockquote>
<p>That&#8217;s simple enough. Any link that has the <em>rel</em> param set to &#8220;anyString&#8221; will be shown with Thickbox having &#8220;next&#8221; and &#8220;prev&#8221; links so you don&#8217;t have to view, close, open the next by hand. Very handy feature, for sure!</p>
<p>However, if the <em>rel</em> param happens to have a space in it, this appears to break completely, resulting in the image not being displayed. I&#8217;m sure there&#8217;s some degree of bug on Thickbox&#8217;s side, but I decided to fix it on the <a title="NextGEN Gallery" href="http://alexrabe.de/wordpress-plugins/nextgen-gallery/">NextGEN Gallery</a> side since that&#8217;s code I&#8217;m far more familiar with.</p>
<p>The fix is rather simple. In &lt;your_WP_root&gt;/wp-content/plugins/nextgen-gallery/lib/image.php, find the line:</p>
<blockquote><p>function get_thumbcode($galleryname = &#8221;) {</p></blockquote>
<p>Immediately under that, add the following two lines:</p>
<blockquote><p> // Fix thickbox failure when $galleryname has a space in it<br />
$galleryname = preg_replace( &#8216;/\s+/&#8217;, &#8221;, $galleryname );</p></blockquote>
<p>And that&#8217;s it. That strips the whitespace from the $galleryname variable which is what&#8217;s passed on to the code that populates the <em>rel</em> param in image links for Thickbox.</p>
<p>Just keep in mind that if you make this change on your server, your changes will be overwritten when you perform your next update &#8212; so make a note and be sure to apply this fix again after you upgrade.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikebrum.com/galleries-are-fixed-now-nextgen-gallery-not-displaying-thickbox-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP Is Pissing Me Off</title>
		<link>http://mikebrum.com/wp-is-pissing-me-off/</link>
		<comments>http://mikebrum.com/wp-is-pissing-me-off/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 06:48:26 +0000</pubDate>
		<dc:creator>mbrum</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://mikebrum.com/?p=2159</guid>
		<description><![CDATA[I updated WP to the latest version on 7/15. Since then, my image gallery hasn&#8217;t been working properly. Specifically, the Thickbox display effect simply doesn&#8217;t load the image. No idea why. In the meantime, I&#8217;ve disabled the Thickbox display until I can figure out why. &#8230;I&#8217;m really annoyed.]]></description>
			<content:encoded><![CDATA[<p>I updated WP to the latest version on 7/15. Since then, my image gallery hasn&#8217;t been working properly. Specifically, the <em>Thickbox</em> display effect simply doesn&#8217;t load the image. No idea why.</p>
<p>In the meantime, I&#8217;ve disabled the Thickbox display until I can figure out why.</p>
<p>&#8230;I&#8217;m really annoyed.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikebrum.com/wp-is-pissing-me-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP via iPhone</title>
		<link>http://mikebrum.com/wp-via-iphone/</link>
		<comments>http://mikebrum.com/wp-via-iphone/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 04:04:13 +0000</pubDate>
		<dc:creator>mbrum</dc:creator>
				<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://mikebrum.com/wp-via-iphone/</guid>
		<description><![CDATA[I just downloaded a wordpress app for the iPhone and seeing how well it works. So far, it&#8217;s pretty slick. Later, if this goes smoothly, I&#8217;ll figure out how it works with images. Definitely neat!]]></description>
			<content:encoded><![CDATA[<p>I just downloaded a wordpress app for the iPhone and seeing how well it works. So far, it&#8217;s pretty slick. </p>
<p>Later, if this goes smoothly, I&#8217;ll figure out how it works with images. Definitely neat!</p>
]]></content:encoded>
			<wfw:commentRss>http://mikebrum.com/wp-via-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome Back Haiku!!</title>
		<link>http://mikebrum.com/welcome-back-haiku/</link>
		<comments>http://mikebrum.com/welcome-back-haiku/#comments</comments>
		<pubDate>Sun, 18 Oct 2009 05:36:40 +0000</pubDate>
		<dc:creator>mbrum</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://mikebrum.com/?p=2018</guid>
		<description><![CDATA[A few days ago, I posted about determining the number of syllables in a word. I&#8217;m still happy with it despite a number of edge cases that I know won&#8217;t get caught. I ported the old haiku that were submitted years ago from an old database backup to the new database and rewrote a front-end [...]]]></description>
			<content:encoded><![CDATA[<p>A few days ago, I posted about <a href="http://mikebrum.com/counting-the-syllables-in-a-word-with-php/">determining the number of syllables in a word</a>. I&#8217;m still happy with it despite a number of edge cases that I know won&#8217;t get caught.</p>
<p>I ported the old haiku that were submitted years ago from an old database backup to the new database and rewrote a front-end for it. You can get there by simply clicking on the <a href="http://mikebrum.com/haiku/">Haiku link</a> in the main pages list at the top of the page. The biggest pain in the ass is dealing with html encoding and special characters that go along with it that aren&#8217;t alpha.</p>
<p>Right now, you can add new haiku and view random haiku. I still need to write a paginated view so you can look through all of them &#8212; but that&#8217;ll be for another day.</p>
<p>Feel free to submit some of your own and look at those that other people have submitted &#8212; that&#8217;s why it&#8217;s there!!</p>
]]></content:encoded>
			<wfw:commentRss>http://mikebrum.com/welcome-back-haiku/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Redesign</title>
		<link>http://mikebrum.com/site-redesign/</link>
		<comments>http://mikebrum.com/site-redesign/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 17:29:32 +0000</pubDate>
		<dc:creator>mbrum</dc:creator>
				<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://mikebrum.com/?p=1840</guid>
		<description><![CDATA[Over the past few days, I&#8217;ve done a bunch of work to redesign the site. I obviously rethemed WordPress, but also made a number of modifications to that theme and changed how the Google Ads are distributed and displayed. I had to make a few changes to various plugins to get them working properly, but [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past few days, I&#8217;ve done a bunch of work to redesign the site. I obviously rethemed WordPress, but also made a number of modifications to that theme and changed how the Google Ads are distributed and displayed.</p>
<p>I had to make a few changes to various plugins to get them working properly, but I think everything&#8217;s working without issue now.</p>
<p>I&#8217;m sure there&#8217;ll be some minor tweaks, but this should be it for a while.</p>
<p>I really like the cleaner look and how everything exists in a discrete &#8220;box&#8221;. Visually, I find this very appealing and easy to identify elements and identify what you&#8217;re looking for.</p>
<p>If anyone notices any problems, feel free to <a title="Contact Me" href="http://mikebrum.com/contact-me/">let me know</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikebrum.com/site-redesign/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back Online</title>
		<link>http://mikebrum.com/back-online/</link>
		<comments>http://mikebrum.com/back-online/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 20:43:44 +0000</pubDate>
		<dc:creator>mbrum</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://mikebrum.com/?p=1837</guid>
		<description><![CDATA[My site was offline for a few hours. The hosting company had some problems that took them a while to fix. Not sure of the details. I just know that when I woke up I didn&#8217;t have access to email or any of my domains. Not fun. Only about two months ago there was an [...]]]></description>
			<content:encoded><![CDATA[<p>My site was offline for a few hours. The hosting company had some problems that took them a while to fix. Not sure of the details. I just know that when I woke up I didn&#8217;t have access to email or any of my domains. Not fun. Only about two months ago there was an issue with a disk that kept the host down for a bunch of hours as well.</p>
<p>Everything&#8217;s back up now, but I don&#8217;t know if any email was lost. External mail servers should try again a few hours later, so maybe some stuff will trickle in. It&#8217;s not that I get a ton of mail &#8212; I just don&#8217;t want to miss anything that might be important due to a stupid server outage. </p>
<p>All of this has me considering dropping the whole VPS setup and finding a place to host my own physical host. I&#8217;d need to find a DNS hosting service (DynDNS used to be super cheap per domain, but that price has sky rocketed), but I&#8217;m more than capable of actually administering the box myself. </p>
<p>We&#8217;ll see if I actually go through with this or if I&#8217;m just pissy due to the outage this morning. It&#8217;d be a lot of work up front, but not a bad deal in the long run. It&#8217;s not like the VPS is the cheapest thing ever.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikebrum.com/back-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WP &amp; Plugin Updates</title>
		<link>http://mikebrum.com/wp-plugin-updates/</link>
		<comments>http://mikebrum.com/wp-plugin-updates/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 05:12:34 +0000</pubDate>
		<dc:creator>mbrum</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://mikebrum.com/?p=1834</guid>
		<description><![CDATA[I just got through updating WP and all of my plugins to the latest versions. It takes some time because I&#8217;ve made modifications to about half of the plugins and it&#8217;s a PITA to upgrade my test system, test it, make sure I&#8217;ve made all necessary changes and then upgrade the production box and make [...]]]></description>
			<content:encoded><![CDATA[<p>I just got through updating WP and all of my plugins to the latest versions. It takes some time because I&#8217;ve made modifications to about half of the plugins and it&#8217;s a PITA to upgrade my test system, test it, make sure I&#8217;ve made all necessary changes and then upgrade the production box and make the changes that are needed.</p>
<p>It&#8217;s worth it to stage all of the upgrades so that I don&#8217;t totally FUBAR the production box, but it definitely makes the task run a bit longer.</p>
<p>Luckily, most of the plugins don&#8217;t tend to have crazy updates, so I just need to get a diff of my changes and basically apply it to the new version of code instead of having to re-engineer the functionality against a new code base. </p>
<p>If anyone finds anything odd about the site, feel free to holler at me via the <a href="http://mikebrum.com/contact-me/">contact form</a>. Though everything&#8217;s looking good right now. </p>
<p>Oh, and I&#8217;m back from a very productive trip to LA that was 100% related to <a href="http://bme.com/">BME</a>. As a totally unrelated, but exceptionally cool, aside, I&#8217;m still overjoyed that I got to hear the <a href="http://latimesblogs.latimes.com/lanow/2009/09/with-its-signature-sonic-boom-shuttle-lands-at-edwards.html">space shuttle&#8217;s sonic boom</a> on its way to land on Saturday.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikebrum.com/wp-plugin-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Photo Gallery Created</title>
		<link>http://mikebrum.com/new-photo-gallery-created/</link>
		<comments>http://mikebrum.com/new-photo-gallery-created/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 22:58:22 +0000</pubDate>
		<dc:creator>mbrum</dc:creator>
				<category><![CDATA[Photography]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://mikebrum.com/?p=1595</guid>
		<description><![CDATA[If you look up, you&#8217;ll see a new link: Photo Galleries. I wrote some code to leverage the existing gallery engine that I&#8217;m using and display a nice listing of the galleries that I have to show. I&#8217;m running the exec-php plugin to allow me to actually embed code in my posts and pages, which [...]]]></description>
			<content:encoded><![CDATA[<p>If you look up, you&#8217;ll see a new link: <a href="http://mikebrum.com/photo-galleries/">Photo Galleries</a>.</p>
<p>I wrote some code to leverage <a href="http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/">the existing gallery engine that I&#8217;m using</a> and display a nice listing of the galleries that I have to show. I&#8217;m running the <a href="http://bluesome.net/post/2005/08/18/50/">exec-php</a> plugin to allow me to actually embed code in my posts and pages, which increases WordPress&#8217;s versatility exponentially in my opinion. I used it a while back while running my old <a href="http://scrag.net/">D&amp;D Blog</a>, but haven&#8217;t really had need to dabble with it for quite some time. I wanted to find a &#8220;simple solution&#8221; for a gallery display and I think this is it.</p>
<p>I had to make a minor code change to a NextGEN Gallery module in the end, but it was amazingly trivial. While I&#8217;ve been working on this for about 4 hours, it was also while chatting, browsing and watching The Big Lebowski &#8211; so I definitely didn&#8217;t have my head buried in code the whole time. The biggest issue was tracking down the NextGEN Gallery issue, which turned out to be the addition of just two lines of code. I still want to add some error handling/sanity test code to the gallery wrapper, but it&#8217;s ready to go as-is.</p>
<p>Definitely feeling good about finally having a nice gallery browser. I&#8217;m sure I&#8217;ll extend it over time.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikebrum.com/new-photo-gallery-created/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Site Tinkering</title>
		<link>http://mikebrum.com/site-tinkering/</link>
		<comments>http://mikebrum.com/site-tinkering/#comments</comments>
		<pubDate>Fri, 27 Feb 2009 04:03:54 +0000</pubDate>
		<dc:creator>mbrum</dc:creator>
				<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://mikebrum.com/?p=1491</guid>
		<description><![CDATA[More site news &#8211; for those that care. Added new Contact page Added new About page Minor change to code so that when a page has comments disabled, it will not output the &#8220;Comments are closed.&#8221; message &#8211; because it&#8217;s simply ugly and unnecessary Minor change to code to properly respect user-defined page order in [...]]]></description>
			<content:encoded><![CDATA[<p>More site news &#8211; for those that care.</p>
<ol>
<li>Added new <a href="http://mikebrum.com/contact-me/">Contact</a> page</li>
<li>Added new <a href="http://mikebrum.com/about/">About</a> page</li>
<li>Minor change to code so that when a page has comments disabled, it will not output the &#8220;Comments are closed.&#8221; message &#8211; because it&#8217;s simply ugly and unnecessary</li>
<li>Minor change to code to properly respect user-defined page order in the header</li>
</ol>
<p>That&#8217;s about it. Nothing too special, just bringing everything together.</p>
<p>I think the theme that I chose was written a few versions ago and doesn&#8217;t have support for a lot of the newer features. It&#8217;s not a huge problem for me (for instance, I don&#8217;t need threaded comments), but I just have to wonder at what point maintaining the theme will outweigh the value of finding one that&#8217;s written for the current version of WordPress.</p>
<p>I haven&#8217;t reached that point yet &#8211; but that&#8217;s probably because I&#8217;ve been able to fix all the problems I&#8217;ve encountered thus far. We&#8217;ll see if I get to a point where that&#8217;s not the case.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikebrum.com/site-tinkering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steve, Send The Phone Spiders!</title>
		<link>http://mikebrum.com/steve-send-the-phone-spiders/</link>
		<comments>http://mikebrum.com/steve-send-the-phone-spiders/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 02:20:23 +0000</pubDate>
		<dc:creator>mbrum</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://mikebrum.com/?p=1462</guid>
		<description><![CDATA[I&#8217;m absolutely amazed with the number of aspiring web indexes/search engines there are. I&#8217;m equally amazed at how many of them compare themselves to Google in some fashion. As mentioned below, I&#8217;ve been paying more attention to my access logs and the number of spiders/crawlers/bots/whatever you want to call them is crazy. The only tip [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m absolutely amazed with the number of aspiring web indexes/search engines there are. I&#8217;m equally amazed at how many of them compare themselves to Google in some fashion. As mentioned below, I&#8217;ve been paying more attention to my access logs and the number of spiders/crawlers/bots/whatever you want to call them is crazy.</p>
<p>The only tip I have is that if you want to compete in that market, do something unique. Trying to out-Google Google isn&#8217;t going to work. Having a million-billion sites indexed doesn&#8217;t help you if your search results suck or take forever to be returned. Impress me with some meaningful content-aware app that knows what I&#8217;m looking for even before I do&#8230; and do it without being bigbrother creepy.</p>
<p>Anyway, I got a response from the &#8220;<a href="http://mikebrum.com/please-dont-steal-my-content-or-bandwidth/">bandwidth thief</a>&#8221; below&#8230; who turned out to at least have a good sense of humor about the whole thing. I still find the whole episode hilarious. I&#8217;m so lucky that I can amuse myself!</p>
<p>In the site news category (something that I&#8217;m sure most people don&#8217;t give a rat&#8217;s ass about), I&#8217;ve added a &#8220;<a href="http://ajaydsouza.com/wordpress/plugins/top-10/">top 10 pages viewed</a>&#8221; feature to the sidebar. I had to do some minor hacking to get the output to play nice with my theme, but it wasn&#8217;t too difficult. I could turn on a per-page counter but would think that that&#8217;s a bit cheesy and obnoxious. At least it&#8217;s out of the way over there and you choose to ignore it. Naturally, it&#8217;s not retroactive and counting starts as of installation earlier this evening.</p>
<p>That&#8217;s the long and short. Not a ton going on. Just trying to get back into work mode.</p>
<p>I think I&#8217;m going to go buy some <a href="http://www.amazon.com/Hersheys-Milk-Chocolate-1-55-Ounce-Bars/dp/B000IXWCQO/ref=pd_bbs_sr_2?ie=UTF8&amp;s=grocery&amp;qid=1235441014&amp;sr=8-2">candy on Amazon</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://mikebrum.com/steve-send-the-phone-spiders/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

