<?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>redradar</title>
	<atom:link href="http://redradar.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://redradar.net</link>
	<description>Yet another WordPress site</description>
	<lastBuildDate>Wed, 11 Aug 2010 21:03:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>post-from-site v2.0.1</title>
		<link>http://redradar.net/2010/07/post-from-site-v2-0-1/</link>
		<comments>http://redradar.net/2010/07/post-from-site-v2-0-1/#comments</comments>
		<pubDate>Sat, 17 Jul 2010 01:58:30 +0000</pubDate>
		<dc:creator>kelly</dc:creator>
				<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Plugins Featured]]></category>

		<guid isPermaLink="false">http://redradar.net/?p=272</guid>
		<description><![CDATA[I&#8217;ve just released post-from-site v2.0.1, which fixes the unintentional bit of code left from development (that I left a path absolute from my dev environment). It should be working for everyone now, but let me know if something else is broken. Download! Any support questions should be asked here for v2.0.0+. I can only help [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just released post-from-site v2.0.1, which fixes the unintentional bit of code left from development (that I left a path absolute from my dev environment). It should be working for everyone now, but let me know if something else is broken.</p>
<h3 style="text-align: center;"><a title="Download (@WP.org)" href="http://www.wordpress.org/extend/plugins/post-from-site">Download!</a></h3>
<p>Any support questions should be asked here for v2.0.0+. I can only help if you give me information about your error: what error message you get, where in the process it&#8217;s failing, etc. I can&#8217;t do anything if you just tell me &#8220;it&#8217;s not working&#8221;.</p>
<p>And now I&#8217;m going to ask you all for help: I have this plugin installed here, but for some reason, the stylesheet is 404ing. It exists, and I&#8217;ve looked in firebug and the response text is the correct CSS, so I don&#8217;t understand why the browser is telling me the file doesn&#8217;t exist. Any ideas? I also had a similar problem with a JS file for a work project, and I never really solved it, just worked around it. They&#8217;re on different servers, so that&#8217;s not it. Any ideas? </p>
<p><b>EDIT 8/11/10</b> First thing: A co-worker figured out the 404 problem, which might be affecting others. The stylesheet calls a require_once on wp-blog-header.php which apparently does something to mess with the headers of the stylesheet (and the other files I had trouble with), so changing that to wp-load.php seems to include all the necessary functions. I&#8217;ll upload a fixed version tonight, also changing the div back to an a tag, since I got a few comments questioning that move (there honestly wasn&#8217;t much thought behind it, other than I usually ended up putting the link in a div so it would theoretically save code? Well, it&#8217;ll be an a again).<br />
Second thing: Custom fields seem to be a much-requested item, so I&#8217;ll see what I can do. Widgetizing it also seems popular, but I&#8217;m not sure how that works so I&#8217;ll look into it before promising anything.</p>
]]></content:encoded>
			<wfw:commentRss>http://redradar.net/2010/07/post-from-site-v2-0-1/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>My Weekend @ WordCamp NYC</title>
		<link>http://redradar.net/2009/11/my-weekend-wordcamp-nyc/</link>
		<comments>http://redradar.net/2009/11/my-weekend-wordcamp-nyc/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 06:23:16 +0000</pubDate>
		<dc:creator>kelly</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Meta]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://redradar.net/?p=213</guid>
		<description><![CDATA[I wrote the first half of this on the train back from the city on Saturday night, so if tenses and time references are confusing, that&#8217;s why (though I tried to correct all). After a rough start (missing the 8:40a train by two minutes &#38; having to wait for the 9:40, meaning I didn&#8217;t get [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote the first half of this on the train back from the city on Saturday night, so if tenses and time references are confusing, that&#8217;s why (though I tried to correct all). After a rough start (missing the 8:40a train by two minutes &amp; having to wait for the 9:40, meaning I didn&#8217;t get to Baruch &#8217;til 11:30, missing the morning panel I wanted to see), the first day turned out to be very nice. After lunch there was something I wanted to go to every timeslot, which to me makes the day a success.<br />
So what panels did I go to, anyway?<br />
<span id="more-213"></span><a href="http://www.slideshare.net/markjaquith/writing-secure-plugins-wordcamp-new-york-2009"> Writing Secure Plugins</a>, with <a href="http://twitter.com/markjaquith">Mark Jaquith</a>; Unit Testing, with <a href="http://twitter.com/johnbintz">John Bintz</a>; <a href="http://www.slideshare.net/mattmartz/writing-your-first-core-patch-wordcamp-nyc-2009">Your 1st Core Patch, with </a><a href="http://twitter.com/sivel">Matt Martz</a>; Installing BuddyPress; and Advanced Development Techniques, with <a href="http://twitter.com/beaulebens">Beau Lebens</a>. I&#8217;m happy to say I already knew a lot of what Mark J had to say, and what I didn&#8217;t know I definitely took notes on. Unit testing was good for me because I only had a vague idea of what that meant, especially in terms of WP development. It&#8217;s definitely something that will make my life a bit easier, though it will take a little work to get started. 1st Core Patch also had a lot of info out of the codex &amp; help articles, but seeing someone talk about things in person was nice. And I got a walkthough of SVN, which was nice, since even though I already use it, I&#8217;ve only picked up what I&#8217;ve needed to know. It&#8217;s always nice to have confirmation you&#8217;re doing it right. Installing BuddyPress was what it says on the tin. Advanced developer techniques was possibly the most helpful, if only because it just had *so much* information. Everything from text editors to CSS resets to cross browser testing, there were definitely a lot of notes taken, and I hope his slides go up soon.</p>
<p>Fast forward to Sunday (no travel issues today, for the most part). Rather disappointed in the unconference sessions, ended up at PowerPress because I had no idea what that was. Turns out it&#8217;s a podcasting plugin, and actually looks interesting. If I had any use for it, it&#8217;d be great. I kind of wish I&#8217;d suggested a women in open source thing, since the planned session apparently disappeared off the schedule some point last week.</p>
<p>The afternoon was better &#8211; plugin/theme competition; rapid-fire presentations from Saturday sessions; 2.9 preview; and a Q&amp;A with <a href="http://www.twitter.com/photomatt">Matt Mullenweg</a> (the co-creator of wordpress). I like seeing other people&#8217;s work, so the competition was interesting. The competitors can all be found <a href="http://2009.newyork.wordcamp.org/plugintheme-competition/" target="_blank">here</a>, since I&#8217;m not sure they&#8217;re released yet. The two themes tied, and the plugin that won was Conversation Starter. The rapid fire presentations were fun &#8211; in which presenters try to condense 45min panels into 5 minutes. Can&#8217;t forget the WordPress as a CMS song, as performed by <a href="http://www.scottkclark.com/">Scott Kingsley Clark</a>. Matt then had a Q&amp;A session, with attendees asking everything from &#8216;how do I deal with trackbacks&#8217; to &#8216;what is the future of wordpress&#8217;. For some reason I didn&#8217;t think he&#8217;d be a geek, but he was, and he was also a good (and funny) speaker. I couldn&#8217;t begin to summarize all that was said -I didn&#8217;t take notes because I got random inspiration for my class project website (so I was sketching that out) and my laptop had no battery. Knew I should&#8217;ve gotten the giant battery.</p>
<p>The day was over after that (though it was another three hours before I was home). Overall it was a good trip &#8211; a lot of information to process, saw a lot of people (didn&#8217;t actually talk to nearly enough of them), and had a nice weekend in NYC.</p>
]]></content:encoded>
			<wfw:commentRss>http://redradar.net/2009/11/my-weekend-wordcamp-nyc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu 9.10 on MSI Wind</title>
		<link>http://redradar.net/2009/11/ubuntu-910-on-msi-wind/</link>
		<comments>http://redradar.net/2009/11/ubuntu-910-on-msi-wind/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 04:16:09 +0000</pubDate>
		<dc:creator>kelly</dc:creator>
				<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://redradar.net/?p=196</guid>
		<description><![CDATA[Apparently it just doesn&#8217;t work. There&#8217;s a bug in the uvcvideo driver that kills the other USB ports, and causes suspend and hibernate to fail. You can apparently fix this by being ninja and hitting fn+f6 before it loads, but I&#8217;m not that good, so I just blacklisted uvcvideo. If you&#8217;re having the same problem, [...]]]></description>
			<content:encoded><![CDATA[<p>Apparently it just <a title="Broken USB &amp; standby" href="https://bugs.launchpad.net/ubuntu/+source/linux/+bug/435352" target="_blank">doesn&#8217;t</a> <a title="Screen brightness flickers" href="https://bugs.launchpad.net/ubuntu/+source/hal-info/+bug/415023">work</a>.</p>
<p>There&#8217;s a bug in the uvcvideo driver that kills the other USB ports, and causes suspend and hibernate to fail. You can apparently fix this by being ninja and hitting fn+f6 before it loads, but I&#8217;m not that good, so I just blacklisted uvcvideo. If you&#8217;re having the same problem, you can stop the driver from loading by blacklisting it.<br />
<code>sudo gedit /etc/modprobe.d/blacklist.conf</code><br />
and add the line<br />
<code>blacklist uvcvideo</code><br />
anywhere in the file (to the end would be easiest, so if there is a fix you&#8217;ll be able to find it &amp; unblacklist it). Of course, this disables the webcam. On one hand I&#8217;d been using 8.04, which also lacked (native) driver support for the webcam, so I don&#8217;t feel like I&#8217;m missing anything really (after I reinstalled the OS I didn&#8217;t bother recompiling the driver, so I&#8217;ve been without it for a while). Still rather annoying, and I can&#8217;t tell if they&#8217;re working to fix it or not -but I certainly hope so.</p>
<p>The other main issue I had was a very, very annoying bug in the screen brightness. On startup, and whenever I adjusted the brightness, it would oscillate between the set brightness and a level or two below, making the screen flicker. There was apparently some magic where you could hold your right mouse button down for a while &amp; it&#8217;d stop, but I&#8217;m not doing that every time. The fix mentioned in the release notes worked for me, which was to &#8220;edit <tt>/etc/default/grub</tt> and add <tt>nomodeset</tt> to <tt>GRUB_CMDLINE_LINUX</tt>, then run <tt>sudo update-grub</tt>&#8220;. Restarted, and there was no flickering. I could change my brightness, and no flickering. What a relief. I have yet to figure out if doing this has any negative effects.<br />
<span id="more-196"></span></p>
<p>Other than that I really like this release. I have native wireless again! [after a glitch, I had downgraded from 9.04 to 8.04, which didn't.] It does seem faster, though maybe not as fast as I&#8217;d heard. It also seems like my battery has slightly better life, not sure if that&#8217;s either true or related, however &#8211; I only installed it yesterday, after all. I&#8217;ve got a few screenshots, if anyone is interested. On a purely aesthetic note I&#8217;m very happy with the installed themes, it took very little tweaking for me to find something I liked. And usually I have to go an play with the panel backgrounds, edit the gtk config file&#8230;</p>
<table style="width: 100%; text-align: center;" border="0">
<tbody>
<tr>
<td><a href="http://redradar.net/wp/wp-content/uploads/2009/11/empty.png"><img class="size-thumbnail wp-image-197 alignnone" title="empty desktop" src="http://redradar.net/wp/wp-content/uploads/2009/11/empty-150x150.png" alt="empty desktop" width="150" height="88" /></a></td>
<td><a href="http://redradar.net/wp/wp-content/uploads/2009/11/filebrowser.png"><img class="alignleft size-thumbnail wp-image-198" title="filebrowser" src="http://redradar.net/wp/wp-content/uploads/2009/11/filebrowser-150x150.png" alt="filebrowser" width="150" height="88" /></a></td>
<td><a href="http://redradar.net/wp/wp-content/uploads/2009/11/gimp.png"><img class="alignleft size-thumbnail wp-image-199" title="gimp" src="http://redradar.net/wp/wp-content/uploads/2009/11/gimp-150x150.png" alt="gimp" width="150" height="88" /></a></td>
<td><a href="http://redradar.net/wp/wp-content/uploads/2009/11/ubuntusoftwarecenter.png"><img class="alignleft size-thumbnail wp-image-200" title="ubuntusoftwarecenter" src="http://redradar.net/wp/wp-content/uploads/2009/11/ubuntusoftwarecenter-150x150.png" alt="ubuntusoftwarecenter" width="150" height="88" /></a></td>
</tr>
<tr>
<td colspan="4"><small><em>click to enlarge: 1024&#215;600</em></small></td>
</tr>
</tbody>
</table>
<p>Not sure if these are actually interesting to anyone, but&#8230; First is my empty desktop (well, the USB drive I was using to transfer the screenshots to this computer is there, but otherwise). Next is the file browser, a few changes but nothing amazing. Third is fake-using GIMP &#8211; obviously when I have a 1600&#215;900 monitor I don&#8217;t really *want* to use GIMP on a netbook, but it&#8217;s not impossible at all. Finally, we have the Ubuntu Software Center, which I&#8217;m not that impressed with. I mean, I understand the reasoning behind consolidating package management and all, so I guess that&#8217;s cool. And not everything can be shiny. It is super easy to use, just like Add/Remove Applications. I guess I&#8217;ve crossed some sort of elitist line, or something, since I prefer command line. But I can say that about a few things (like command line twitter, that was odd).</p>
<p>So there&#8217;s my view on things. A bit of trouble to start with, but overall shiny. I&#8217;ve got Geany, Exaile, and a LAMP setup, so I&#8217;ll be happy.</p>
]]></content:encoded>
			<wfw:commentRss>http://redradar.net/2009/11/ubuntu-910-on-msi-wind/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Housekeeping</title>
		<link>http://redradar.net/2009/10/housekeeping/</link>
		<comments>http://redradar.net/2009/10/housekeeping/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 20:07:59 +0000</pubDate>
		<dc:creator>kelly</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://redradar.net/?p=187</guid>
		<description><![CDATA[Over the past few days I&#8217;ve been poking around here updating a few things, and generally making things more shiny (I hope). The biggest change is that I&#8217;ve moved the blog down to the root directory, that is, to see this page the URL used to be redradar.net/wp/, and it is now just redradar.net. /wp/ [...]]]></description>
			<content:encoded><![CDATA[<p>Over the past few days I&#8217;ve been poking around here updating a few things, and generally making things more shiny (I hope). The biggest change is that I&#8217;ve <strong>moved the blog</strong> down to the root directory, that is, to see this page the URL used to be redradar.net/wp/, and it <strong>is now just redradar.net</strong>. /wp/ will still get you where you want to go, but if you&#8217;re linking here I&#8217;d appreciate if you would update your links. Thanks!</p>
<p><a title="Wordcamp NYC" href="http://2009.newyork.wordcamp.org/" target="_blank"><img class="size-full wp-image-188 alignright" title="WordcampNYC" src="http://redradar.net/wp/wp-content/uploads/2009/10/WordcampNYC.png" alt="WordcampNYC" width="121" height="89" /></a> I also finally got around to making a blurb for the slide-down header thing, and will continue to add in sharing links. All this housecleaning isn&#8217;t just because I&#8217;m avoiding schoolwork, surprisingly enough. November will be a busy month, so I&#8217;m preparing. I&#8217;m going to be <a title="Wordcamp NYC" href="http://http://2009.newyork.wordcamp.org/" target="_blank">attending WordCamp NYC</a>, and I plan on releasing post-from-site v 2.0 sometime before then*. I&#8217;m excited for wordcamp, not just because it gives me an excuse to go into NYC (for someone who grew up on LI I didn&#8217;t go nearly as much as I would have liked), but also because of the tracks &#8211; they&#8217;ve got an advanced developer track &amp; a hacker room. Also I&#8217;ve never been to a developer conference, so it&#8217;ll be a new experience (though I guess it&#8217;s not strictly a dev conference).</p>
<p>*Hopefully the week before. New features will be multiple file uploads, submission using AJAX, and better support for internationalization.</p>
<p>In other geekery, I got my windows 7 key, so I can install that whenever I get a chance, and Ubuntu 9.10 is coming out soon so I&#8217;ll have to install that too&#8230; Now I&#8217;m not sure if I want to leave my old laptop alone, just update the Ubuntu partition &amp; leave XP, and install Win7 on my Wind. Apparently it can handle it? So says a few reviews of the beta, that&#8217;s all I get from a quick google search. And then there&#8217;s the question of whether I want to dual boot Win7/Ubuntu there&#8230; Decisions, decisions&#8230; Whatever I do, I&#8217;ll make sure to post about it here.</p>
]]></content:encoded>
			<wfw:commentRss>http://redradar.net/2009/10/housekeeping/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>I exist!</title>
		<link>http://redradar.net/2009/09/i-exist/</link>
		<comments>http://redradar.net/2009/09/i-exist/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 05:22:41 +0000</pubDate>
		<dc:creator>kelly</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://redradar.net/wp/?p=172</guid>
		<description><![CDATA[Also, post-from-site v1.9.0 is out! I think I caught all the small bugs, but I am just me, so let me know if I missed anything. I&#8217;ve been working (slowly) on figuring out what exactly I&#8217;m doing here with pfs, and now I&#8217;ve got a better roadmap than the vague &#8216;do stuff&#8217; idea that I [...]]]></description>
			<content:encoded><![CDATA[<p>Also, <strong>post-from-site v1.9.0</strong> is out! I think I caught all the small bugs, but I am just me, so let me know if I missed anything. I&#8217;ve been working (slowly) on figuring out what exactly I&#8217;m doing here with pfs, and now I&#8217;ve got a better roadmap than the vague &#8216;do stuff&#8217; idea that I had before. So you should be expecting a v2.0 within&#8230; a month? Perhaps longer, as I&#8217;m back in classes again. Anyway, this update includes tag support, the ability to create categories and tags, functional (&amp; not hacked-together) image uploading, and a bunch of cleanup/bugfixes. And likely things I&#8217;m missing here, as I have been working on it on and off for nearly two months. The changelog should have all the information, and I&#8217;ll update the main post here to reflect the new changes tomorrow.</p>
<p>As I said, still planning on 2.0 being out by November (it&#8217;s nearly October already, wow) with either (or both) image integration with the media library (so your uploads show up in the library &#8211; I tried that for this release but couldn&#8217;t get it working, which is part of why it took so long), or AJAX-style image uploads &amp; multiple uploads. I don&#8217;t know yet how that would affect the rest of the form (I might have to make everything AJAXy, which is shiny but intimidating), so to avoid the 2 months with no update thing, I&#8217;m only going to aim for one of these to happen. Other media support is also a possibility, but really WP likes to be difficult in this aspect.</p>
<p>As for my real life, I&#8217;m back in classes &amp; am optimistic about them &#8211; I&#8217;m at <a href="http://umass.edu">UMass</a> now, as a non-degree student. I&#8217;m applying for &#8216;proper&#8217; grad school for fall &#8217;10, so if anyone has any statement of purpose tips (the hardest part for me), I&#8217;d welcome them. I still have a job but no time for it, and I&#8217;m involved in various student activities &#8211; pretty much the same as last year. I&#8217;m also getting over a cold, so I should probably get off the computer &amp; go to sleep at a somewhat reasonable hour.</p>
]]></content:encoded>
			<wfw:commentRss>http://redradar.net/2009/09/i-exist/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>I did say adventures, didn&#8217;t I&#8230;</title>
		<link>http://redradar.net/2009/07/i-did-say-adventures-didnt-i/</link>
		<comments>http://redradar.net/2009/07/i-did-say-adventures-didnt-i/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 05:40:34 +0000</pubDate>
		<dc:creator>kelly</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Tech]]></category>

		<guid isPermaLink="false">http://redradar.net/wp/?p=143</guid>
		<description><![CDATA[So, I guess I&#8217;m learning a few things as I go along in developing pfs. And I mean things I know in theory &#8211; like not to release something that&#8217;s not properly tested &#8211; but for some reason don&#8217;t think about when I&#8217;m working. Doesn&#8217;t help that I don&#8217;t really know anyone who&#8217;d be a [...]]]></description>
			<content:encoded><![CDATA[<p>So, I guess I&#8217;m learning a few things as I go along in developing pfs. And I mean things I know in theory &#8211; like not to release something that&#8217;s not properly tested &#8211; but for some reason don&#8217;t think about when I&#8217;m working. Doesn&#8217;t help that I don&#8217;t really know anyone who&#8217;d be a tester for me. But anyway, its undergoing a big(ish) update now &#8211; added tag support, image placement (via a fake tag), potentially the ability to upload multiple images, potentially integration with the media gallery (these haven&#8217;t been implemented yet, so they might be next release), a version-number system that actually makes sense, and a few stupid fixes. I like the &#8216;template system&#8217; suggested in the comments, maybe for v2.0. Thanks for all the suggestions and downloads, by the way!</p>
<p>Also a learning experience is trying to balance having a &#8216;real&#8217; job (recent grad, what can I say) with doing on-the-side plugin stuff, with having time to be social and sleep/eat. And not spending all my waking time on the computer. I know it&#8217;s possible, but finding the right balance is difficult.</p>
<p>Noteworthy things: I recently installed a few new programs (on ubuntu) &#8211; <a title="exaile website" href="http://www.exaile.org">exaile</a> and <a title="gnome-do wiki" href="http://do.davebsd.com/wiki/Main_Page">gnome-do</a>. Gnome-do is shiny, not sure how much more useful it&#8217;ll be than the generic run-app dialog, but I like the fact that it gives my windows button something useful to do. Exaile initially seems like any other music player, though it has an odd method of organizing my music &#8211; which isn&#8217;t to say I don&#8217;t like it. I went from iTunes to Rhythmbox, which both use panels of genre-artist-album. So anything different is interesting. Anyway, the bit I just discovered and like best? The &#8216;dynamic&#8217; option to <a title="extrapolation" href="http://www.xkcd.com/605/">extrapolate</a> a playlist based on the current song (via <a title="last.fm" href="http://www.last.fm">last.fm</a>) Great for me, since I&#8217;ve got like 15GB of music (not that that&#8217;s an excessive amount, but it&#8217;s enough that I forget what I have).</p>
<p>As far as firefox plugins, I&#8217;m probably late in getting on the bandwagon for <a title="firebug addon" href="http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=1&amp;url=https%3A%2F%2Faddons.mozilla.org%2Ffirefox%2Faddon%2F1843&amp;ei=0QNgSsy0G9H7tgewnbTFDA&amp;usg=AFQjCNFeeiIXBngB6nyWDODclEE-XJPNfQ&amp;sig2=WrcGvznAgrVin0BwXXotfA">Firebug</a>, but it&#8217;s also incredibly useful &#8211; specifically the item layout bit, and the network analysis.</p>
<p>I don&#8217;t think I&#8217;ve added anything awesome to my windows computer lately. I freaked out a little because I only had 1GB of hd space left, so I may be removing the Ubuntu partition on that laptop. I don&#8217;t use it anymore, not now that I&#8217;ve got another laptop that&#8217;s strictly linux.</p>
<p>I&#8217;d also like to eventually finish the new theme idea I have for this site, but it&#8217;s relatively low priority, so. We&#8217;ll see &#8211; the idea is continuing the alien-abduction theme, but a different setting. I should maybe get on designing a logo too. Branding and SEO-type things are much lower on my priorities list than maybe they should be.</p>
]]></content:encoded>
			<wfw:commentRss>http://redradar.net/2009/07/i-did-say-adventures-didnt-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Final test before release</title>
		<link>http://redradar.net/2009/06/final-test-before-release/</link>
		<comments>http://redradar.net/2009/06/final-test-before-release/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 06:45:21 +0000</pubDate>
		<dc:creator>kelly</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[post from site]]></category>

		<guid isPermaLink="false">http://redradar.net/wp/2009/06/final-test-before-release/</guid>
		<description><![CDATA[This post is the last test of PFS before release. If you&#8217;re reading it, then v1.6.20 should be available for download sometime tomorrow (Saturday). Some new things: Proper image support Ability to create custom links for posting to individual categories (like suggested here) Better documentation and cleaner code Probably more things too, but it&#8217;s near [...]]]></description>
			<content:encoded><![CDATA[<p>This post is the last test of PFS before release. If you&#8217;re reading it, then v1.6.20 should be available for download sometime tomorrow (Saturday). Some new things:</p>
<ul>
<li>Proper image support</li>
<li>Ability to create custom links for posting to individual categories (like suggested <a href="2009/06/unveiling-post-from-site/#comment-230">here</a>)</li>
<li>Better documentation and cleaner code</li>
</ul>
<p>Probably more things too, but it&#8217;s near 3am and I can&#8217;t think. So, look for the release tomorrow!</p>
]]></content:encoded>
			<wfw:commentRss>http://redradar.net/2009/06/final-test-before-release/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>pfs update</title>
		<link>http://redradar.net/2009/06/pfs-update/</link>
		<comments>http://redradar.net/2009/06/pfs-update/#comments</comments>
		<pubDate>Fri, 12 Jun 2009 06:53:01 +0000</pubDate>
		<dc:creator>kelly</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://redradar.net/wp/?p=116</guid>
		<description><![CDATA[Image support is nearly done. I&#8217;m glad WP is so well documented, it makes things like this much easier. I&#8217;d love to get the uploader working all AJAX-y, but I&#8217;m less confident in my ability there. So perhaps I&#8217;ll learn, and get back to it. Support for making &#8216;Post to X category&#8217; links is now [...]]]></description>
			<content:encoded><![CDATA[<p>Image support is nearly done. I&#8217;m glad WP is so well documented, it makes things like this much easier. I&#8217;d love to get the uploader working all AJAX-y, but I&#8217;m less confident in my ability there. So perhaps I&#8217;ll learn, and get back to it.</p>
<p>Support for making &#8216;Post to X category&#8217; links is now coded and will be tested soon.</p>
<p>Theoretically none of the changes in wp2.8 should break pfs, but I&#8217;ll install it and test this weekend. I&#8217;m also considering installing BuddyPress and forking pfs for it after a suggestion in the comments.</p>
<p>This last week&#8217;s been somewhat hectic &#8211; I was moving into my new apartment. I finally got all my furniture (though the bookcase has yet to be assembled), and I can get back to normal life. On a somewhat unrelated note, <a href="http://www.ubuntu.com/getubuntu/download-netbook">Ubuntu Netbook Remix</a>? Not really worth it. <span id="more-116"></span>Sure, my webcam &amp; wireless card are supported natively, but now all video players and cheese crash when trying to display video (this could be an easy fix, I haven&#8217;t had time to research it). It does handle multiple displays (which is better than 8.04), but I can&#8217;t tell if the slow-down is an effect of that, or if it&#8217;s actually the OS. This monitor is higher resolution than the one I used to use with 8.04, but I&#8217;m getting delays just typing this, and all I&#8217;m running is geany, pidgin, and firefox. Actually, if all I&#8217;m getting out of this is support for my webcam (I already had wireless support, just not natively), it&#8217;s very much not worth it (esp with cheese crashing!). Sorry Ubuntu, I was thrilled when I saw the Wind as a supported machine, but I expected better.</p>
<p>Not to mention that I forgot to sync up my bookmarks before doing the install, and so lost my recently-reorganized collection which had included a few grad school programs and jobs. And I don&#8217;t need every new window automatically maximized, especially not settings windows and pop-up alerts.</p>
]]></content:encoded>
			<wfw:commentRss>http://redradar.net/2009/06/pfs-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unveiling Post-From-Site!</title>
		<link>http://redradar.net/2009/06/unveiling-post-from-site/</link>
		<comments>http://redradar.net/2009/06/unveiling-post-from-site/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 04:31:34 +0000</pubDate>
		<dc:creator>kelly</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://redradar.net/wp/?p=95</guid>
		<description><![CDATA[&#8220;Post-From-Site: Add a new post directly from your website &#8211; no need to go to the admin side.&#8221; Version 1.9.0 Released 9.22.09 Download! This new wordpress plugin allows you to post straight from your front-end (i.e. website) &#8211; perfect for a quick update! Also useful if you have multiple users and don&#8217;t need them to [...]]]></description>
			<content:encoded><![CDATA[<p>&#8220;Post-From-Site: Add a new post directly from your website &#8211; no need to go to the admin side.&#8221;</p>
<p>Version 1.9.0</p>
<p>Released 9.22.09</p>
<h3 style="text-align: center;"><a title="Download (@WP.org)" href="http://www.wordpress.org/extend/plugins/post-from-site">Download!</a></h3>
<p>This new wordpress plugin allows you to post straight from your front-end (i.e. website) &#8211; perfect for a quick update! Also useful if you have multiple users and don&#8217;t need them to see the admin side of things (this is the reason the plugin was initially developed).<span id="more-95"></span></p>
<p>Just put the function in your template file wherever you want to quickpost link to show up, and there it will be! Once clicked on, a box will pop up and you can type your post there. You need to give it a title and content (or else it won&#8217;t post), you can also choose to add it to categories, or (if allowed in the settings) attach an image. After hitting post you may need to refresh to see the new post, but your post will be there.</p>
<p>The code snippet you need is (this is also written on the settings page):</p>
<p><code>&lt;?php if (function_exists('post_from_site')) {post_from_site();} ?&gt;</code></p>
<p>On the settings page, you can customize the link text, background color, title/text color, and even add your own <abbr title="Cascading Style Sheets">CSS</abbr> to tailor pfs to your site.</p>
<p>In v1.6.20+, you can also generate custom links for posting to a specific category. These can be generated at the bottom of the settings page.</p>
<p>As for permissions, you can limit the categories pfs can post t0 and allow/disallow uploading of images. If you&#8217;d rather have pfs&#8217;s posts approved before they are visible, you can set the post status to &#8216;pending&#8217; or &#8216;draft&#8217;. Same with the comment status, it can default to &#8216;open&#8217; (allowing comments) or &#8216;closed&#8217; (not allowing comments).</p>
<p><strong>Adding images &#8211; custom placement</strong></p>
<p>1.9.0 introduced a new tag, [!--image--], which you can type into your post content to control the placement of your image. Just add</p>
<pre>[!--image--]</pre>
<p>wherever you want the image to appear. You can even use the tag multiple times, if you want the image to show up in multiple places.</p>
<p><strong>History/Notes/Changelog</strong>:</p>
<p>6.03.09: First version released!<br />
6.22.09: 1.6.20 released &#8211; added/improved image support, added auto-detection of plugin file to avoid the error reported on v1.6.3, added category-specific links, cleaned up the code.</p>
<p>9.22.09: 1.9.0 released &#8211; continued improving image support, added ability to tag posts, create new categories and tags.</p>
<p>If you have any comments or questions, or requested features, let me know!</p>
<p>Current proposed features are (stared * features should be avalible in the next release):</p>
<ul>
<li>AJAX form submission *</li>
<li>Multiple image support *</li>
<li>Integration with the WP gallery</li>
<li>A login box, so you truly never have to see the wordpress admin pages</li>
<li>Make a widget for even simpler integration.</li>
</ul>
<p><em>If you&#8217;re commenting for help with an error, I can&#8217;t help unless you give me either a detailed description or a link to the not-working site. I do want to help, but I can&#8217;t if I don&#8217;t know what went wrong!</em></p>
]]></content:encoded>
			<wfw:commentRss>http://redradar.net/2009/06/unveiling-post-from-site/feed/</wfw:commentRss>
		<slash:comments>133</slash:comments>
		</item>
		<item>
		<title>Post From Site, a new plugin!</title>
		<link>http://redradar.net/2009/05/posting-from-post-from-site/</link>
		<comments>http://redradar.net/2009/05/posting-from-post-from-site/#comments</comments>
		<pubDate>Wed, 13 May 2009 18:38:48 +0000</pubDate>
		<dc:creator>kelly</dc:creator>
				<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://redradar.net/wp/?p=76</guid>
		<description><![CDATA[Over the last few days I&#8217;ve been avoiding my last final writing a new plugin. You may have noticed significantly more &#8216;falling code&#8217; than usual. This one is currently very customized to a specific client site, but as soon as I get it installed and running for them I&#8217;m planning on making it much more [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last few days I&#8217;ve been <s>avoiding my last final</s> writing a new plugin. You may have noticed significantly more &#8216;falling code&#8217; than usual. This one is currently very customized to a specific client site, but as soon as I get it installed and running for them I&#8217;m planning on making it <em>much</em> more customizable.</p>
<p>I had originally planned to use a lot more ajax fanciness in getting it to work, but since I&#8217;m not familiar with most of what&#8217;s involved there, I moved all the functionality over to the server side in PHP. Time was an issue, but isn&#8217;t so much anymore, so I might poke at that again. My current plans on getting this together are:</p>
<ul>
<li>Making a settings tab in the admin side to let the user customize:
<ul>
<li>The look of the popup: background, header image</li>
<li>Permissions: Ability to upload images</li>
</ul>
</li>
<li>Adding AJAX shininess, with the help of jQuery?</li>
</ul>
<p>I&#8217;ll probably update this further as I finish installing it on the client&#8217;s site.</p>
]]></content:encoded>
			<wfw:commentRss>http://redradar.net/2009/05/posting-from-post-from-site/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
