<?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>Full of BS &#187; Word Press</title>
	<atom:link href="http://fullof.bs/category/word-press/feed/" rel="self" type="application/rss+xml" />
	<link>http://fullof.bs</link>
	<description>He just never stops talking</description>
	<lastBuildDate>Thu, 15 Dec 2011 20:00:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Is your new WordPress 2.6 install giving you a blank white screen?  Here&#8217;s how to fix it.</title>
		<link>http://fullof.bs/is-your-new-wordpress-26-install-giving-you-a-blank-white-screen-heres-how-to-fix-it/</link>
		<comments>http://fullof.bs/is-your-new-wordpress-26-install-giving-you-a-blank-white-screen-heres-how-to-fix-it/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 23:03:09 +0000</pubDate>
		<dc:creator>John Haugeland</dc:creator>
				<category><![CDATA[Blog Meta]]></category>
		<category><![CDATA[ECMA / Javascript]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Word Press]]></category>
		<category><![CDATA[2.6]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[white screen]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wp]]></category>
		<category><![CDATA[wp 2.6]]></category>
		<category><![CDATA[wp26]]></category>

		<guid isPermaLink="false">http://fullof.bs/?p=215</guid>
		<description><![CDATA[The most common cause of a blank screen at any stage in the process, if your source view shows empty, is that PHP aborted during its run without dumping buffers.  During software upgrades, this is usually due to one of three reasons: An incomplete transfer of the requisite files.  Don&#8217;t insist that you&#8217;re certain that [...]]]></description>
			<content:encoded><![CDATA[<p>The most common cause of a blank screen at any stage in the process, if your source view shows empty, is that PHP aborted during its run without dumping buffers.  During software upgrades, this is usually due to one of three reasons:</p>
<ol>
<li>An incomplete transfer of the requisite files.  Don&#8217;t insist that you&#8217;re certain that didn&#8217;t happen, even if it&#8217;s from a command like svn or cp that shouldn&#8217;t fail; you&#8217;re not certain until you&#8217;ve checked.</li>
<li>PHP has run out of some resource, typically RAM.</li>
<li>mod_security is set up brokenly</li>
</ol>
<p>[digg-reddit-me]In both cases, you can figure out which by checking your apache logs.  On windows, go to the Windows Event Viewer.  On unix, this may live in a variety of places; most common is shared hosting by cpanel/plesk, where you can get it in your control panel, or to just look in /var/logs/ .</p>
<p>If it&#8217;s #1, you&#8217;re likely to see something like this in logs (this is from my site, which just suffered this problem and was quickly fixed) :</p>
<pre>[Tue Jul 15 18:45:28 2008] [error] [client 24.117...]
PHP Fatal error:  Call to undefined function
force_ssl_admin() in /var/www/html/wp-settings.php on
line 390, referer: http://.../wp-admin/post.php?action=edit&amp;post=55</pre>
<p>Don&#8217;t worry if that undefined function has a different name or a different referrer, or whatever; that&#8217;s how you track down missing code, and missing code means some file didn&#8217;t get updated.</p>
]]></content:encoded>
			<wfw:commentRss>http://fullof.bs/is-your-new-wordpress-26-install-giving-you-a-blank-white-screen-heres-how-to-fix-it/feed/</wfw:commentRss>
		<slash:comments>46</slash:comments>
		</item>
		<item>
		<title>What would make a good image plugin?</title>
		<link>http://fullof.bs/what-would-make-a-good-image-plugin/</link>
		<comments>http://fullof.bs/what-would-make-a-good-image-plugin/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 15:56:40 +0000</pubDate>
		<dc:creator>John Haugeland</dc:creator>
				<category><![CDATA[Blog Meta]]></category>
		<category><![CDATA[Daily Image]]></category>
		<category><![CDATA[ECMA / Javascript]]></category>
		<category><![CDATA[General Interest]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Picture Links]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tools and Libraries]]></category>
		<category><![CDATA[Web and Web Standards]]></category>
		<category><![CDATA[Word Press]]></category>

		<guid isPermaLink="false">http://fullof.bs/?p=214</guid>
		<description><![CDATA[I&#8217;ve been thinking about making an image plugin for WordPress.  I want to restart my image of the day process, but the import process has been dreadful, and there&#8217;s no programmatic access to the image list, meaning things like random images and images from subgroups aren&#8217;t particularly reasonable.  To that end I need to write [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been thinking about making an image plugin for WordPress.  I want to restart my image of the day process, but the import process has been dreadful, and there&#8217;s no programmatic access to the image list, meaning things like random images and images from subgroups aren&#8217;t particularly reasonable.  To that end I need to write my own, and since I&#8217;d love the rank that comes from having a high-usage plugin, I need a clear idea of what things go into an image plugin, what features are missing from existing plugins, et cetera.</p>
<p>I&#8217;m already doing complex efficient randomization, API access, bulk posting, timed bulk posting, base autotagging, auto-categorization, a catalog widget, and I&#8217;m going to make sure that my stuff is compatible with the <a title="All In One SEO pack" href="http://semperfiwebdesign.com/" target="_blank">All In One SEO pack</a>.  I&#8217;m going to provide integration points, and I&#8217;m going to provide an example integration with LightBox, or one of its relatives.  I&#8217;m going to provide voting, moderated tag suggestion and home-post permalinking.</p>
<p>I&#8217;ll also be writing strict, browser/version portable code without hacks.  Yay!</p>
<p>Please let me know what you&#8217;d want to see if there were a new image plugin coming out.</p>
]]></content:encoded>
			<wfw:commentRss>http://fullof.bs/what-would-make-a-good-image-plugin/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Millipwnd</title>
		<link>http://fullof.bs/millipwnd/</link>
		<comments>http://fullof.bs/millipwnd/#comments</comments>
		<pubDate>Wed, 16 Aug 2006 08:12:51 +0000</pubDate>
		<dc:creator>John Haugeland</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Media Links]]></category>
		<category><![CDATA[Video Links]]></category>
		<category><![CDATA[Word Press]]></category>

		<guid isPermaLink="false">http://blog.sc.tri-bit.com/archives/156</guid>
		<description><![CDATA[Testing Viper007Bond&#8217;s video plugin begins here: [youtube]OTEqR4zv4C0[/youtube]]]></description>
			<content:encoded><![CDATA[<p>Testing Viper007Bond&#8217;s video plugin begins here:</p>
<p>[youtube]OTEqR4zv4C0[/youtube]</p>
]]></content:encoded>
			<wfw:commentRss>http://fullof.bs/millipwnd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yay For Flexible Plugins.  Boo For Assumptions.</title>
		<link>http://fullof.bs/yay-for-flexible-plugins-boo-for-assumptions/</link>
		<comments>http://fullof.bs/yay-for-flexible-plugins-boo-for-assumptions/#comments</comments>
		<pubDate>Sun, 26 Mar 2006 07:59:20 +0000</pubDate>
		<dc:creator>John Haugeland</dc:creator>
				<category><![CDATA[Blog Meta]]></category>
		<category><![CDATA[Polls]]></category>
		<category><![CDATA[Tools and Libraries]]></category>
		<category><![CDATA[Web and Web Standards]]></category>
		<category><![CDATA[Word Press]]></category>

		<guid isPermaLink="false">http://blog.sc.tri-bit.com/?p=93</guid>
		<description><![CDATA[Well, I had something of a pleasant surprise, just now. Two Word Press plugins which weren&#8217;t expected to work together in fact do quite nicely. I now have inline per-article polling. [?php jal_democracy(3); ?] That poll above is the fusion of two plugins &#8211; Democracy AJAX Poll, and Exec-PHP. The bulk of the work is [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I had something of a pleasant surprise, just now.  Two Word Press plugins which weren&#8217;t expected to work together in fact do quite nicely.  I now have inline per-article polling.</p>
<p>[?php jal_democracy(3); ?]</p>
<p><span id="more-104"></span></p>
<p>That poll above is the fusion of two plugins &#8211; <a title="Democracy" href="http://blog.jalenack.com/archives/democracy/trackback/">Democracy AJAX Poll</a>, and <a title="Exec-PHP allows me to put PHP code inline to my posts.  Luckily, it doesn't work in comments." href="http://soeren-weber.net/post/2005/08/18/50/trackback/">Exec-PHP</a>.  The bulk of the work is just Democracy doing its thing.  However, Democracy is intended to be embedded in the site&#8217;s theme, such as in a sidebar box; you embed it by calling a function using the poll index as an argument, or blindly, and it&#8217;ll use the currently &#8220;active&#8221; poll.  Lord knows my sidebar box is cluttered enough as is, and polls make more sense for me inline to posts than they do other places.  Active polls aren&#8217;t really my thing, though they may become so in the future (it&#8217;d be easy enough to permanently embed an active poll in the side while keeping these inlined ones too.)</p>
<p>In order to get them inlined, I just pulled Exec-PHP to call the Democracy plugin from within a post.  It&#8217;s quite neat, really.  I had to make a trivial batch of edits to Democracy, because Word Press runs <a title="Newline to Break" href="http://php.net/nl2br">nl2br()</a> on the plugin&#8217;s output, which injects spurious breaks that I don&#8217;t want; really all I did was to remove the whitespace from the plugin&#8217;s original output, and everything else Just Worked™.</p>
<p>I continue to be impressed with Word Press.</p>
]]></content:encoded>
			<wfw:commentRss>http://fullof.bs/yay-for-flexible-plugins-boo-for-assumptions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oh Right, Mark&#8217;s Video</title>
		<link>http://fullof.bs/oh-right-marks-video/</link>
		<comments>http://fullof.bs/oh-right-marks-video/#comments</comments>
		<pubDate>Sat, 11 Mar 2006 10:56:57 +0000</pubDate>
		<dc:creator>John Haugeland</dc:creator>
				<category><![CDATA[Video Links]]></category>
		<category><![CDATA[Word Press]]></category>
		<category><![CDATA[instructions]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.sc.tri-bit.com/?p=30</guid>
		<description><![CDATA[Right. That video I mentioned that Mark from #wordpress gave me, on how to make a plugin. It&#8217;d be cooler if it wasn&#8217;t on a Mac, but other than that, it&#8217;s pretty awesome.]]></description>
			<content:encoded><![CDATA[<p>Right.  <a title="Hau 2 maek plug-innn" href="http://txfx.net/files/wp-movies/001-your-first-wp-plugin.mov">That video I mentioned</a> that Mark from #wordpress gave me, on how to make a plugin.</p>
<p><span id="more-66"></span></p>
<p>It&#8217;d be cooler if it wasn&#8217;t on a <a title="Apple" href="http://sc.tri-bit.com/iProduct">Mac</a>, but other than that, it&#8217;s pretty awesome.</p>
]]></content:encoded>
			<wfw:commentRss>http://fullof.bs/oh-right-marks-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://txfx.net/files/wp-movies/001-your-first-wp-plugin.mov" length="5947292" type="video/quicktime" />
		</item>
		<item>
		<title>Open Sores Communities and Rehan for the Win</title>
		<link>http://fullof.bs/open-sores-communities-and-rehan-for-the-win/</link>
		<comments>http://fullof.bs/open-sores-communities-and-rehan-for-the-win/#comments</comments>
		<pubDate>Sat, 11 Mar 2006 10:41:22 +0000</pubDate>
		<dc:creator>John Haugeland</dc:creator>
				<category><![CDATA[Emo]]></category>
		<category><![CDATA[Rants]]></category>
		<category><![CDATA[Word Press]]></category>

		<guid isPermaLink="false">http://blog.sc.tri-bit.com/?p=29</guid>
		<description><![CDATA[Man. So I went into the Word Press IRC channel today, thinking I was gonna ask some questions. One of the regulars, Mark, gave me some pretty useful information, including a little video he&#8217;d made of installing a plugin stub. Needless to say, Uncle Fatty got excited, and decided he wanted to write a plugin [...]]]></description>
			<content:encoded><![CDATA[<p>Man.  So I went into the <a title="Word Press, my new bloggy blog" href="http://wordpress.org/">Word Press</a> IRC channel today, thinking I was gonna ask some questions.  One of the regulars, Mark, gave me some pretty useful information, including a little video he&#8217;d made of installing a plugin stub.  Needless to say, Uncle Fatty got excited, and decided he wanted to write a plugin and donate to the community, right?</p>
<p>Not so fast.</p>
<p><span id="more-65"></span><br />
Now, I like to think of myself as hard to offend.  I mean I&#8217;ve survived more than twenty minutes in <a title="go away, slashdot and wired" href="http://winprog.org/">#winprog</a>; how bad could it be, right?  And so, I go and do a foolish thing, and just ask what needs to be done.  I&#8217;m just gonna learn on a plug-in which should exist anyway, and as long as I&#8217;m solving someone else&#8217;s problem, shouldn&#8217;t be a big deal, right?  Except, the crapflood was unleashed.  My god, the sanctimony in that place was just unreal.  People telling me how awful it was for me to waste the channel&#8217;s time by asking to help them, how I needed to spend three weeks using it then invent my own problem, how I needed to understand Word Press at some fundamental and deep level.  Lots of swearing.</p>
<p>Now, I&#8217;d already had a bad day, and at least outside of <a title="Eris Free Network" href="http://efnet.net/">EfNet</a> I try to keep my behavior in check.  Sorta.  A little.  And I mean, don&#8217;t get me wrong; I let myself be ascerbic.  But, if you&#8217;ve seen me on EfNet, you know that the truth is that I&#8217;m actually a son of a bitch.  Meanwhile, I&#8217;ve got some self important nobody googling for like thirty seconds then telling me how the video game industry and the telecommunications industry work &#8211; coincidentally, the two places I&#8217;ve put in most of my professional life &#8211; and how if she couldn&#8217;t find a blatantly obvious rights sale on google in under the time it takes me to open a can of coke and proceed to laugh in her face, then it never ever happened.  (Needless to say, I love that sort of person.)  I&#8217;ve got three other people repeating the same damned &#8220;well you need to just spend the next six months of your life in a love huddle with the application before you dare consider making a plug-in,&#8221; one of whom tried to actually ask me how I dared sit in his channel and ask him what he&#8217;d like to have done for him for free.  Good thing Uncle Fatty wears three sets of adult diapers, because he crapped himself laughing at that one.  I&#8217;ve got two people giving genuine effort to help, but they&#8217;re novices, and the things they&#8217;re suggesting are things more appropriate for CSS skin modifications.  I&#8217;ve even got some lunatic breathing down my neck about how I have to go download and install his template, because apparently in his mind that&#8217;s how I write a plugin, though of course he&#8217;s screaming and telling me I&#8217;m an idiot if I ask just what the hell interest I should have in his template, then insisting I&#8217;m a clueless noob for not knowing what good it would be, instead of just confused by the total lack of germanity.</p>
<p>Now some of you are saying &#8220;Well of course, it&#8217;s the internet, it&#8217;s full to overflowing of assholes and meat by-products, and half those fools have their think lock turned off&#8221; (stealing Drano phrases for the win, nooch.)  But, Brion, RobChurch and Innocense and that lot over in MediaWiki had kind of spoiled me by not being total cockhogs, and responding like adults when I asked what remained to be done.  Also in Mozilla, GCC, Apache, PHP, and the various other things I&#8217;ve worked on.  &#8216;Cause, you know, when someone shows up like &#8220;how can I do my share,&#8221; usually people don&#8217;t act like you slapped their mother in the face with your dick, right?</p>
<p>And so, <a title="Rehan Alvi, the guy in #wordpress who didn't suck" href="http://rehanalvi.com/">Rehan for the win</a>.  Rehan was some dude in #wordpress who didn&#8217;t suck.  One of two I found in that mire of angry, angry anger.  Don&#8217;t get me wrong, kids: Uncle Fatty has more anger in him than North America.  But, it was sealed behind a wall of that weird green glass that seems to stop everything in Superman movies, and the twat brigade didn&#8217;t see any of it.  (The funniest part is that they think they did; I get the impression that if any one of them were exposed to #winprog for more than a few seconds, they would dissolve in a way reminiscent of an Indiana Jokes Arking.  This would be cathartic; I&#8217;m considering handing out invites.  <a title="Hammy The Knife - Like Mack, but Angrier" href="http://sc.tri-bit.com/DrgdHmstr">Hammy</a> shall be my greatest weapon.)</p>
<p>And so, sure enough, Rehan opens his mouth, but dumb doesn&#8217;t come out.  It took me a second to decide that I wasn&#8217;t being tricked, but lo and behold he had a reasonable idea.  (Actually, I shouldn&#8217;t say that &#8211; there was one other quite reasonable idea &#8211; except that in my whole day of being a Word Press user I already knew about three plugins that did that, and I ended up having to give them the links.  Man, are these people up to date.)  Apparently there&#8217;s a problem with caching gravatars, which are globally unique avatars, something so faggy that only a blogger could want it.  (I&#8217;m trying to pretend I don&#8217;t want one; it&#8217;ll probably be that dinosaur with the coke cans that <a title="Chris Hildenbrand - Pixel Dominar" href="http://spriteattack.com/">Chris</a> made for <a title="My crappy wiki!  YOU LOVE IT." href="http://sc.tri-bit.com/">my wiki</a>, but I&#8217;m not gonna admit to it right now.)  Apparently <a title="Track This" href="http://www.skippy.net/blog/2005/03/24/gravatars/trackback/">the most common gravatar plugin</a> has an issue where it polls the server before it attempts to draw the existing cached one, which results in a lag which would make DWANGO blush.</p>
<p>Will Uncle Fatty solve the problem?  Maybe.  The allure of plugins has faded ever since I&#8217;ve realized what cockbungalows I would be helping.  On the other hand, plugins look fun to write, and on the gripping hand, maybe that&#8217;ll get me some track ping back flack rpc 2.0 whatever.  You know, the random mish mash of acronyms that bloggers trot out to convince themselves they&#8217;re technorati, and that they&#8217;re not just exchanging XML handshakes over teh intarwebulator.  (NOT JEALOUS AT ALL.)</p>
<p>But, let me be perfectly clear: once Rehan started speaking in a voice which was neither condescending nor stupid, the idiots parted like the Red Sea.  In a sense, I suppose I could call him IRC Word Press Moses.  Not, mind you, because it&#8217;s a particularly apt comparison; mostly just because it&#8217;s funny.  But still.  He&#8217;s a medical student in Pakistan, so imagining him wandering around in Jesus robes with a mask and gloves is significantly amusing.</p>
<p>Rehan: lo, for thou art mack, and thy convincing raye of loquaciousness hath driven back the mental Sodomites.  Prithee wave as I say goodbye to that community, for thou art the only thing I should remember well of it.</p>
<p>(Well, no, Mark was pretty cool too.  But pretending there&#8217;s only one makes it funnier.  So whatever.)</p>
<p>Anyway, I now have mixed feelings about Word Press.  As a technology base, it&#8217;s a pretty nice platform, reasonably well documented, and thoroughly painless.  As a community, it makes me thermonuclear stabby.  I have a fear that if I ever have to go in there again, that I&#8217;m going to have to pretend to be funny like <a title="Furansies" href="http://ian.winprog.org/">Furan</a>, which though patently untrue &#8230; I guess the best way to tell this is by allegory.  My father used to tell me a story about how when he was in college, his professor got the class together, and thoroughly taped down the room, blocked off all the light, to the point where the kids&#8217; eyes adjusted and they were able to see small clusters of light being given off by an electronic device.  Several dozen photons, instead of tens of thousands.</p>
<p>By this hasty metaphor, Furan&#8217;s a candle, and I&#8217;m some half-baked spark generator.  But you know what?  #wordpress is a dark room, and if they try to put on the bastard again, I&#8217;m gonna teach them what bastard means.</p>
<p>Looks like I finally have some emo for my blog.</p>
]]></content:encoded>
			<wfw:commentRss>http://fullof.bs/open-sores-communities-and-rehan-for-the-win/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

