<?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>flimsysilence.net &#187; Wordpress</title>
	<atom:link href="http://flimsysilence.net/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://flimsysilence.net</link>
	<description>a big dark echoing room and a girl trying to fill the silence</description>
	<lastBuildDate>Sun, 29 Jan 2012 00:48:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>backup Twitter on WordPress</title>
		<link>http://flimsysilence.net/2011/10/21/backup-twitter-on-wordpress/</link>
		<comments>http://flimsysilence.net/2011/10/21/backup-twitter-on-wordpress/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 06:31:59 +0000</pubDate>
		<dc:creator>Jeidai</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://flimsysilence.net/?p=1411</guid>
		<description><![CDATA[I spent most of today working on a Twitter backup or archive on a WordPress installation. This was something I&#8217;d been considering since I learned people were making plugins to port their tweets to their blog. Thought I&#8217;d share my experience. What I wanted: A simple backup of all my tweets from my account and [...]]]></description>
			<content:encoded><![CDATA[<p>I spent most of today working on a Twitter backup or archive on a WordPress installation. This was something I&#8217;d been considering since I learned people were making plugins to port their tweets to their blog. Thought I&#8217;d share my experience.</p>
<p>What I wanted: A simple backup of all my tweets from my account and all my favorited tweets of others.</p>
<p>What I kept finding: Integrate Twitter into WordPress! Widget! Cross-post! Update Twitter about new blog updates!</p>
<p>I was dazzled by wp-lifestream and briefly considered backing up <em>all</em> of my social networking accounts. That was until I saw over 500 files for the plugin queued up in my FTP program. I didn&#8217;t want a plugin that required almost as many files as the WordPress install itself! (Although someone says he&#8217;s working on cleaning up the plugin, wp-lifestream2, so I don&#8217;t know how it&#8217;ll end up.)</p>
<p>I wanted to try out Tweet Tweet but it requires registration at Twitter and acquiring OAuth? Too much hassle just for a simple archive. But I did really like the possibility of storing Twitter replies to me, and of archiving tables. (Not that I tweet that much, although my current 1500 WordPress entries seems a bit much for me.)</p>
<p>After I found these <a href="http://web.archive.org/web/20100715045502/http://www.simiant.com/2010/03/twitter-to-wordpress-hacks-updated/">instructions how to import old Twitter favorites into WordPress</a>, I finally decided on running the <a href="http://skinju.com/wordpress/tweet-import">Twitter Importer plugin</a> after using the <a href="http://wordpress.org/extend/plugins/twitter-importer/">Tweet Importer</a> to import <em>all</em> of my old tweets (versus only the last 20 with Twitter Importer).</p>
<p>Two tips I could have used, instead of having to redo my original import:</p>
<p>One, set the default category to the type of tweet being imported, eg &#8220;My Tweets&#8221; versus &#8220;Favorite Tweets,&#8221; if you&#8217;d like the tweets separated into different categories.</p>
<p>Two, turn off allowing comments! No reason to leave myself open to spammenting on old tweets!</p>
<p>I&#8217;d consider this a good day&#8217;s work. Even though I didn&#8217;t get paid. (Not enough work at my job at the moment. Bah.)</p>
]]></content:encoded>
			<wfw:commentRss>http://flimsysilence.net/2011/10/21/backup-twitter-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>deeper into WordPress</title>
		<link>http://flimsysilence.net/2008/11/18/deeper-into-wordpress/</link>
		<comments>http://flimsysilence.net/2008/11/18/deeper-into-wordpress/#comments</comments>
		<pubDate>Wed, 19 Nov 2008 06:11:49 +0000</pubDate>
		<dc:creator>Jeidai</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Flickr]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://flimsysilence.net/?p=1126</guid>
		<description><![CDATA[Woot! I feel accomplished! I edited a WordPress plugin tonight. *grin* Okay, it was mostly the HTML code output that I edited, not really PHP or Javascript (basically code I don&#8217;t know), but still. I managed to not screw up my blog while working inside a file with PHP. :3 I also learned what &#8220;\n&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Woot! I feel accomplished! I edited a WordPress plugin tonight. *grin*</p>
<p>Okay, it was mostly the HTML code output that I edited, not really PHP or Javascript (basically code I don&#8217;t know), but still. I managed to not screw up my blog while working inside a file with PHP. :3</p>
<p>I also learned what &#8220;\n&#8221; or &#8220;backslash n&#8221; means. (New line.) hee. I&#8217;m learnin&#8217;!</p>
<p>Also, if you didn&#8217;t notice, I had a FlickrRSS plugin working in the sidebar before, but decided it&#8217;s not the way I want to go about inserting my photos.</p>
<p>Basically I want to upload a photo to Flickr and write a mini-blog entry in the description, then display both on my blog. But the sidebar is <em>waaay</em> too tiny for that (I think it&#8217;s too tiny for even the Twitter updates.)</p>
<p>Ideally I&#8217;d like the photo updates to show up with my blog entries, but I really don&#8217;t know how to go about doing that, so I guess I&#8217;ll just make regular WordPress entries linking to the Flickr image. How unspectacular. *snerk* That is, if I actually get around to <em>doing</em> photo updates. (I probably haven&#8217;t touched my camera for the past two weeks. How sad&#8230;poor camera.)</p>
]]></content:encoded>
			<wfw:commentRss>http://flimsysilence.net/2008/11/18/deeper-into-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>fun with WordPress</title>
		<link>http://flimsysilence.net/2008/06/28/fun-with-wordpress/</link>
		<comments>http://flimsysilence.net/2008/06/28/fun-with-wordpress/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 08:36:12 +0000</pubDate>
		<dc:creator>Jeidai</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://flimsysilence.net/?p=1041</guid>
		<description><![CDATA[Well I just spent I don&#8217;t know how long uninstalling and re-installing WordPress. Fun times, let me tell you! *dead* A little backstory: went to bed at 4:30 in the morning (technically yesterday&#8230;), was woken up off and on from 9 to 11 by someone working with a chainsaw, didn&#8217;t get up until 1:30. I [...]]]></description>
			<content:encoded><![CDATA[<p>Well I just spent I don&#8217;t know how long uninstalling and re-installing WordPress. Fun times, let me tell you! *dead* </p>
<p>A little backstory: went to bed at 4:30 in the morning (technically yesterday&#8230;), was woken up off and on from 9 to 11 by someone working with a chainsaw, didn&#8217;t get up until 1:30. I spent the day very very tired.</p>
<p>I don&#8217;t know when I messed up, maybe it was 11:30 pm? I accidentally uploaded the WordPress config file to the wp-content folder. I thought, Oh crap, and just deleted it. No biggie, right? Wrong.</p>
<p>(I&#8217;m going through my old entries and closing entries I don&#8217;t like, recategorizing entries, tagging entries&#8230; I do this too often, I know. I&#8217;m an organization freak.)</p>
<p>I go to edit an entry and find that <a href="/temp/funky-wp-post-page1.gif">there&#8217;s no place to edit tags</a>. I thought it was the plug-in Simple Tags, so I kept turning that on and off, but that wasn&#8217;t it. I kept turning on and off all my other plug-ins, but that wasn&#8217;t the problem. (That created more problems, actually. It&#8217;s sort of irritating having to rely on plug-ins for my blog to display correctly&#8230;)</p>
<p>I realized that not only were tags missing, but <a href="/temp/funky-wp-post-page2.gif">all the Advanced Options weren&#8217;t nicely hidden away</a> like they usually are.</p>
<p>I tried re-installing WordPress, just keeping my wp-content folder, but that didn&#8217;t change anything, so I moved on to deleting my MySQL database and re-importing the SQL file. That didn&#8217;t work either, though. (I got a scary message, &#8220;Error in ZIP archive: CRC32 checksum is not equal with the value in header information.&#8221; Found out I should try to import from the .sql file, not the .zip file. Luckily Steadfast allows importing of sql files up to roughly 8 mb! [Don't remember the exact number; don't sue me.] Yes, my blog .sql file is over 3 mb big now. *meep*)</p>
<p>That didn&#8217;t fix my problem, though, so I just scrapped my whole blog and put in a completely fresh install, all new uploaded files, all new MySQL database, and re-imported my .sql file.</p>
<p>The problem seems to be fixed now. Except &#8230; I realized while writing this post that the post page I was working on was messed up still. Argh! At least I was able to save it, then through editing the draft I got the regular page back&#8230;</p>
<p>Hm, nope. Every Create New Post page comes up with that blank look. >_&lt; ARGH! Why won&#8217;t WordPress fix itself?!</p>
<p>edit: Wow, I guess it was just that one tab in Firefox (2) that wouldn&#8217;t display the page correctly. I spent over two hours trying to fix this on my site when it was just the browser?! *falls over*</p>
<p>[comments closed to reduce spam]</p>
]]></content:encoded>
			<wfw:commentRss>http://flimsysilence.net/2008/06/28/fun-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>try always</title>
		<link>http://flimsysilence.net/2008/04/26/try-always/</link>
		<comments>http://flimsysilence.net/2008/04/26/try-always/#comments</comments>
		<pubDate>Sun, 27 Apr 2008 02:39:17 +0000</pubDate>
		<dc:creator>Jeidai</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://flimsysilence.net/?p=1025</guid>
		<description><![CDATA[Tweaked the layout, so now it&#8217;s more normalish and not all above the fold with scrolling divs. Yay! Not sure how I like how it looks in 800&#215;600 resolutions though. (The sidebar goes all the way to the bottom of the page in order to not create a horizontal scrollbar. :/) Um, I noticed that [...]]]></description>
			<content:encoded><![CDATA[<p>Tweaked the layout, so now it&#8217;s more normalish and not all above the fold with scrolling <code>div</code>s. Yay! Not sure how I like how it looks in 800&#215;600 resolutions though. (The sidebar goes all the way to the bottom of the page in order to not create a horizontal scrollbar. :/)</p>
<p>Um, I noticed that in the &#8220;Write Post&#8221; page of WordPress, the selected categories are no longer at the top of the list&#8230; Why was that changed? I was a little annoyed when they first switched from alphabetizing all categories regardless of if they were selected to having selected categories on the top, but I got over that. It was very handy knowing <em>without having to scroll</em> what categories I&#8217;d placed the post under.</p>
<p>It&#8217;s doubly annoying now because the Categories window is <em>so freaking tiny now</em>. (Height-wise, I mean.) Scroll a little bit and I can barely see where the window scrolled to. Three lines? Five lines? I can never tell! Very disorienting.</p>
<p><span class="italic">edit:</span> Vote for this idea! <a href="http://wordpress.org/extend/ideas/topic.php?id=1354">&#8220;Revert the 2.5 Write screen to 2.3&#8243;</a></p>
]]></content:encoded>
			<wfw:commentRss>http://flimsysilence.net/2008/04/26/try-always/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 2.5</title>
		<link>http://flimsysilence.net/2008/03/30/wordpress-25/</link>
		<comments>http://flimsysilence.net/2008/03/30/wordpress-25/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 06:54:50 +0000</pubDate>
		<dc:creator>Jeidai</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://flimsysilence.net/?p=1018</guid>
		<description><![CDATA[Bran&#8217; Spankin&#8217; New version of WordPress &#8230; I&#8217;m not a big fan of it. Hah. I hate to complain. I&#8217;m not against change. But I am against changing my workflow! I just don&#8217;t like how much scrolling I have to do on the Write Post page. (I have to go all the way down there [...]]]></description>
			<content:encoded><![CDATA[<p>Bran&#8217; Spankin&#8217; New version of WordPress &#8230; I&#8217;m not a big fan of it. Hah. I hate to complain. I&#8217;m not against change. But I am against changing my workflow!</p>
<p>I just don&#8217;t like how much scrolling I have to do on the Write Post page. (I have to go all the way down there to add a password?! Or even to categorize my post? Which also involves much more scrolling&#8230;) It seems to me like there&#8217;s so much wasted space to the right &#8230; because I don&#8217;t use a lot of the stuff there, haha.</p>
<p>And the tags thing &#8230; maybe it&#8217;s just me. I&#8217;m used to Simple Tags. WP&#8217;s tag guessing thing is so <em>slow</em>. boo. Then again, Simple Tags could slow down my system a fraction of a second. But &#8230; at least the reaction to my typing, say, &#8220;bu&#8221; (completely random letters, yes), wouldn&#8217;t take a whole second (more?) to show up.</p>
<p>Also, why can&#8217;t I customize this page? I was able to change the last version&#8217;s around. Well, sorta. Going from one WordPress blog panel on this domain to another, the position of those things (widgets?) changed back to default. mrrr. But &#8230; theoretical customization, come on, people!</p>
<p>I dunno. I suppose I&#8217;ll get used to it. I have to, don&#8217;t I? *grin*</p>
<p>[comments closed to combat spam]</p>
]]></content:encoded>
			<wfw:commentRss>http://flimsysilence.net/2008/03/30/wordpress-25/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>tag conversion&#8230;</title>
		<link>http://flimsysilence.net/2007/10/14/tag-conversion/</link>
		<comments>http://flimsysilence.net/2007/10/14/tag-conversion/#comments</comments>
		<pubDate>Sun, 14 Oct 2007 08:14:50 +0000</pubDate>
		<dc:creator>Jeidai</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://flimsysilence.net/2007/10/14/tag-conversion/</guid>
		<description><![CDATA[In regards to the last entry (second paragraph, not the first), I got my answer: I have to convert from Simple Tagging tags to WordPress native tags. Manually. The author of Simple Tag[ging/s] hasn&#8217;t mentioned an import feature. :( That&#8217;ll take a while for me to complete. [Oct 18@10:47 Woohoo! I stopped being a dumbbell [...]]]></description>
			<content:encoded><![CDATA[<p>In regards to the last entry (second paragraph, not the first), I got my answer: I have to convert from Simple Tagging tags to WordPress native tags. Manually. The author of Simple Tag[ging/s] hasn&#8217;t mentioned an import feature. :( That&#8217;ll take a while for me to complete.</p>
<p>[Oct 18@10:47 Woohoo! I stopped being a dumbbell and read in the support forums that there's an import available IN WordPress for Simple Tagging! Saved myself ... a few hours' worth of work. But I have now discovered that the Category Cloud plug-in cloud doesn't validate. Ugh. That'll be sitting on my mind.]</p>
]]></content:encoded>
			<wfw:commentRss>http://flimsysilence.net/2007/10/14/tag-conversion/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>plate-mounting</title>
		<link>http://flimsysilence.net/2007/09/27/plate-mounting/</link>
		<comments>http://flimsysilence.net/2007/09/27/plate-mounting/#comments</comments>
		<pubDate>Fri, 28 Sep 2007 05:58:05 +0000</pubDate>
		<dc:creator>Jeidai</dc:creator>
				<category><![CDATA[Daily Diary]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://flimsysilence.net/2007/09/27/plate-mounting/</guid>
		<description><![CDATA[Today, I mounted a really tiny litho plate on a 20-year-old Apollo/Didde all by myself! And I didn&#8217;t lose any fingers or break the press! Go me! In WordPress news &#8230; native tagging support? Does this mean all the work I put into tagging my entries with that plug-in (too lazy to look up and [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I mounted a really tiny litho plate on a 20-year-old Apollo/Didde all by myself! And I didn&#8217;t lose any fingers or break the press! Go me!</p>
<p>In WordPress news &#8230; native tagging support? Does this mean all the work I put into tagging my entries with that plug-in (too lazy to look up and link) was a waste? (Too lazy to go read about WordPress 2.3 any further. I should have been in bed two hours ago anyway.)</p>
]]></content:encoded>
			<wfw:commentRss>http://flimsysilence.net/2007/09/27/plate-mounting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>should become castaway</title>
		<link>http://flimsysilence.net/2006/12/01/should-become-castaway/</link>
		<comments>http://flimsysilence.net/2006/12/01/should-become-castaway/#comments</comments>
		<pubDate>Fri, 01 Dec 2006 21:33:42 +0000</pubDate>
		<dc:creator>Jeidai</dc:creator>
				<category><![CDATA[Daily Diary]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[Weblog]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[Neil Gaiman]]></category>
		<category><![CDATA[quote]]></category>
		<category><![CDATA[weather]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://flimsysilence.net/2006/12/01/should-become-castaway/</guid>
		<description><![CDATA[&#8220;And sometimes this Blog is just a diary, or a reminder. You forget the things you were certain you would always remember, especially the tiny things, and all too often they&#8217;re the things that matter.&#8221; Neil Gaiman, December 1, 2006 I know he said that in reference to his daughter, but dang I still love [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8220;And sometimes this Blog is just a diary, or a reminder. You forget the things you were certain you would always remember, especially the tiny things, and all too often they&#8217;re the things that matter.&#8221;<br />
Neil Gaiman, December 1, 2006</p></blockquote>
<p>I know he said that in reference to his daughter, but dang I still love how he writes.</p>
<p>Yesterday I went to lecture, art lab, then printing lab. Oh. Before lecture I was in the library &#8220;tracing&#8221; over the landscapes/cityscapes/interiors (abstracting everything into geometric shapes). I got two thirds of it done in an hour. :o In lab we got a half hour presentation on what are abstract geometric shapes, and what are not. Then I spent another half hour finishing the third page of examples. Rest of the time I tried coming up with my own pictorial design. I came up with two then couldn&#8217;t really think of any more. x.x Have to work on that this weekend.</p>
<p>Had a lab final in printing. Oh yeah! My teacher said in class: she&#8217;s lived in Michigan, where it <em>snows</em>, and when she was moving to California she thought, oh yay, the sun is always out! But it&#8217;s so cold here! Not outside, but inside. Her husband said &#8220;we have to go get sweaters!&#8221;</p>
<p>Hah, yeah, no one heats (public) buildings around here. >_> My mom&#8217;s even got the thermostat at home down to 66&deg; since last winter. I never even gave that a second thought. Do other places heat to a comfortable level during the winter?</p>
<p>Yesterday I forgot to turn off the heater (we don&#8217;t have a thermostat) in the morning, so it was on pretty high <strong>all day</strong> until I got home at 5:30. C and his friend had the windows open since they don&#8217;t know how to work the heater. -.- So I don&#8217;t have the heater on now, and I&#8217;m wearing a tank top, shirt, thermal top, sweatshirt, leggings, and sweatpants. Still a little cold though.</p>
<p>Wednesday night it was <em>really</em> cold. I think it went down to 42&deg; while we were checking the weather. Thursday morning there was ice on my car! Only the rear window, but still!  This one site C&#8217;s friend checked said that average and record temperatures in SLO are more extreme than temperatures in Berkeley/Davis. O_o I understand the highs; they&#8217;re more north, so naturally it&#8217;s cooler. But the lows! How in the world can we get colder than <em>the Bay area</em>??? They get fog! It rains often there! We&#8217;re in what&#8217;s called <em>the Gold Coast</em>. (I think it&#8217;s a just marketing/tourist gimmick though.)</p>
<p>Today I vacuumed my room and called the evaluations office to see if my transcripts were marked with the equivalent classes at Cal Poly. That&#8217;s it. bah! I should be working on art stuff, but I&#8217;m so lazy!</p>
<p>Last night I stayed up til 1:30 am working on my blog. XD; Moved the last of the pMachine entries to WordPress. No more pMachine floating around uselessly on my domain anymore, woohoo! Installed plugins for tags and weighted tags and for weighted categories. So now you&#8217;ll see those around.</p>
]]></content:encoded>
			<wfw:commentRss>http://flimsysilence.net/2006/12/01/should-become-castaway/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>archives</title>
		<link>http://flimsysilence.net/2006/02/15/archives/</link>
		<comments>http://flimsysilence.net/2006/02/15/archives/#comments</comments>
		<pubDate>Thu, 16 Feb 2006 06:16:27 +0000</pubDate>
		<dc:creator>Jeidai</dc:creator>
				<category><![CDATA[Weblog]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://flimsysilence.net/2006/02/15/archives/</guid>
		<description><![CDATA[For the past few days I&#8217;ve been trying to find an archives plugin that I liked. This is mostly for my dreamlog, since I&#8217;m so used to Diaryland&#8217;s archive setup, and I just got accustomed to having it that way while looking at my past dreams. But it&#8217;s a bonus for this blog. The one [...]]]></description>
			<content:encoded><![CDATA[<p>For the past few days I&#8217;ve been trying to find an archives plugin that I liked. This is mostly for my dreamlog, since I&#8217;m so used to Diaryland&#8217;s archive setup, and I just got accustomed to having it that way while looking at my past dreams. But it&#8217;s a bonus for this blog.</p>
<p>The one that I think is perfect is <a rel="nofollow" href="http://www.blindmuse.com/blog/2004/03/31/group-archives-by-year/">CG Archives by Year</a>, but only with his additional coding, so links to entries show up under each month. I e-mailed him asking about it, a week ago, and he hasn&#8217;t written back. I think he &rsquo;net-died. (His blog hasn&#8217;t been updated for a while.)</p>
<p>The Engineered Boulderer&#8217;s <a href="http://www.jonas.rabbe.com/archives/2005/05/08/super-archives-plugin-for-wordpress/">Super Archives Plugin</a> comes in at a reluctant second. One, I&#8217;m not a fan of Javascripts. Perhaps because I just can&#8217;t get the hang of them just by looking at them. *snrk* Two, I don&#8217;t really like the way the archives are presented (three columns/whatever you choose). Three, Sometimes, if the page takes too long to load, when I hit the back button from the entry I&#8217;ve looked at, I&#8217;m sent back to the most recent year/month. Which, if I&#8217;m perusing my old dreams, would get annoying really quickly since I usually like reading the dreams that occurred around the same date.</p>
<p>Regardless, I was willing to use it, since I can&#8217;t find anything else that would show the entries by year. But I got a permission denied error, something about something (I understand the problem, I just can&#8217;t explain it), people comment about it on the plugin page. One guy posted something of a solution, but I don&#8217;t feel like editing stuff at the moment.</p>
<p>I also tried something from <a href="http://mtdewvirus.com/">MtDewVirus</a> but that didn&#8217;t work for some reason. I don&#8217;t remember what it was, but I probably couldn&#8217;t have fixed it without spending a lot of time on it, or I didn&#8217;t know what the heck was going on.</p>
<p>Right now I&#8217;m just using <a rel="nofollow" href="http://www.sporadicnonsense.com/2005/06/16/clean-archives-15/">Clean Archives</a>. It was nicest/most suited to my aesthetic tastes (or simplest?) of all the &#8220;list links to all blog entries on one page&#8221; plugins. It shows the archives as a link to the entry using the entry title, which is mostly what I wanted. But I have 100+ more dreams to add to my dreamlog, which is already at 550+ entries &#8230; so the archives page will take a very long time to load/scroll down indeed. :/</p>
<p>*sigh* Wish that guy would write back with his extra codes.</p>
<p>(And I spent 37 minutes on this entry. *blink*)</p>
]]></content:encoded>
			<wfw:commentRss>http://flimsysilence.net/2006/02/15/archives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2005 book list</title>
		<link>http://flimsysilence.net/2006/01/08/2005-book-list/</link>
		<comments>http://flimsysilence.net/2006/01/08/2005-book-list/#comments</comments>
		<pubDate>Sun, 08 Jan 2006 08:48:56 +0000</pubDate>
		<dc:creator>Jeidai</dc:creator>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Abhorsen]]></category>
		<category><![CDATA[Enders Game]]></category>
		<category><![CDATA[Harry Potter]]></category>
		<category><![CDATA[Neil Gaiman]]></category>
		<category><![CDATA[Robert A. Heinlein]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://flimsysilence.net/?p=309</guid>
		<description><![CDATA[Wheee, I remembered to update. :P Here&#8217;s a list of all the books I managed to read in 2005 (plus a few from 2004 >.>). (List started January 22, 2005.) I was trying to read 100 books in one year. I didn&#8217;t read that many, just half (including the few from 2004 ^^;). Another goal [...]]]></description>
			<content:encoded><![CDATA[<p>Wheee, I remembered to update. :P Here&#8217;s a list of all the books I managed to read in 2005 (plus a few from 2004 >.>). (List started January 22, 2005.) I was trying to read 100 books in one year. I didn&#8217;t read that many, just half (including the few from 2004 ^^;). Another goal I&#8217;d like to accomplish in life is to read 100 books in one year! (Even though that would amount to reading one book every 3.65 days. &#8230;Unless I did it in a leap year, then it&#8217;d be 3.66 days&#8230;)</p>
<p>It&#8217;s kind of weird. I look over the list, and I think, Wow, I read that book then? It seems like so long ago&#8230; Like <i>The Handmaid&#8217;s Tale</i> or <i>The Unbearable Lightness of Being</i>. I want to reread <i>Ender&#8217;s Shadow</i> again. XD (Even though I already have about a half dozen books on my to-read list, not including class required reading. *ack*)</p>
<p>Also, wow, I&#8217;m gone for only one week and WordPress is updated. Hmmm, maybe I should leave other things alone and maybe they&#8217;ll get updated too&#8230; (Note to self, upgrade WordPress after backing up current state.)</p>
<p><span id="more-309"></span>
<ol>
<li>Lirael, Garth Nix</li>
<li>The Haunting of Hill House, Idunno Hername</li>
<li>Abhorsen, Garth Nix</li>
<li>Like Water for Chocolate, dunno hername</li>
<li>1-22 Stuck in Neutral, Terry Trueman</li>
<li>1-25 Ringu, Koji Suzuki</li>
<li>2-2 The Handmaid&#8217;s Tale, Margaret Atwood</li>
<li>2-6? The Witch of Blackbird Pond, Elizabeth George Speare</li>
<li>2-10 Ender&#8217;s Game, Orson Scott Card</li>
<li>2-18 Ender&#8217;s Shadow, Orson Scott Card</li>
<li>3-3 Speaker for the Dead, Orson Scott Card</li>
<li>3-6 I Capture the Castle, Dodie Smith</li>
<li>3-16 Xenocide, Orson Scott Card</li>
<li>3-18 The Ordinary Princess, M.M. Kaye</li>
<li>3-31 Children of the Mind, Orson Scott Card</li>
<li>4-12? Shadow of the Hegemon, Orson Scott Card</li>
<li>4-21 The Hitchhiker&#8217;s Guide to the Galaxy, Douglas Adams</li>
<li>4-27 Shadow Puppets, Orson Scott Card</li>
<li>4-27 The Unbearable Lightness of Being, Milan Kundera</li>
<li>5-21 Mary, Called Magdalene, Margaret George</li>
<li>5-25 The Restaurant at the End of the Universe, Douglas Adams</li>
<li>5-26 That Summer, Sarah Dessen</li>
<li>6-3 Life, the Universe, and Everything, Douglas Adams</li>
<li>6-11 Stardust, Neil Gaiman</li>
<li>7-16 Time Enough for Love, Robert A. Heinlein</li>
<li>7-18 Three Junes, Julia Glass</li>
<li>7-22 Harry Potter and the Half-Blood Prince, J. K. Rowling</li>
<li>7-30 Charlie and the Chocolate Factory, Roald Dahl</li>
<li>8-02 The Dive from Clausen&#8217;s Pier, Ann Packer</li>
<li>8-04 Charlie and the Great Glass Elevator, Roald Dahl</li>
<li>9-08 Alicia: My Story, Alicia Appleman-Jurman</li>
<li>9-30 The Moon Is a Harsh Mistress, Robert A. Heinlein</li>
<li>10-05 Anansi Boys, Neil Gaiman</li>
<li>10-12 Camille Claudel, Odile Ayral-Clause</li>
<li>10-15 Homecoming, Cynthia Voigt</li>
<li>10-18 Slaughterhouse-five, Kurt Vonnegut</li>
<li>10-19 Holes, Louis Sachar</li>
<li>11-3 Pride &#038; Prejudice, Jane Austen</li>
<li>11-15 The Fortunes and Misfortunes of the Famous Moll Flanders, Daniel DeFoe</li>
<li>11-19 Send Me Down a Miracle, Han Nolan</li>
<li>11-20 Sport, ladywhowroteHarriettheSpy</li>
<li>11-23 Someone Like You, Roald Dahl</li>
<li>11-23 The World&#8217;s Most Infamous Murders, Roger Boar &#038; Nigel Blundell</li>
<li>12-3 The Coffin Quilt, Ann Rinaldi</li>
<li>12-5 Brave New World, Aldous Huxley</li>
<li>12-11 Halinka, Mirjam Pressler, translator Elizabeth D. Crawford</li>
<li>12-21 An Acquaintance with Darkness, Ann Rinaldi</li>
<li>12-27 So Much to Tell You, John Marsden</li>
<li>12-29 The Cure, Sonia Levitin</li>
<li>12-31 The Metamorphosis, Franz Kafka</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://flimsysilence.net/2006/01/08/2005-book-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

