<?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>blake &#187; wordpress</title>
	<atom:link href="http://animivirtus.com/blake/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://animivirtus.com/blake</link>
	<description>my life recorded</description>
	<lastBuildDate>Mon, 02 Jan 2012 00:06:37 +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>Sweet web development roundup</title>
		<link>http://animivirtus.com/blake/sweet-web-development-roundup/</link>
		<comments>http://animivirtus.com/blake/sweet-web-development-roundup/#comments</comments>
		<pubDate>Fri, 01 May 2009 22:41:09 +0000</pubDate>
		<dc:creator>Runeshai</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[article]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[roundup]]></category>
		<category><![CDATA[screencast]]></category>
		<category><![CDATA[themeforest]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://animivirtus.com/blake/?p=299</guid>
		<description><![CDATA[Cool stuff, from PHP to jQuery to HTML, CSS and WordPress-related articles, Themeforest rounds up a whole bunch of useful. helpful articles, video series, tutorials and links to all sorts of web-dev stuff around the net. Check &#8216;em out here.]]></description>
			<content:encoded><![CDATA[<p>Cool stuff, from PHP to jQuery to HTML, CSS and WordPress-related articles, Themeforest rounds up a whole bunch of useful. helpful articles, video series, tutorials and links to all sorts of web-dev stuff around the net.  Check &#8216;em out <a href="http://blog.themeforest.net/resources/html-css-php-and-jquery-killer-tutorials/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://animivirtus.com/blake/sweet-web-development-roundup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weird WordPress Error</title>
		<link>http://animivirtus.com/blake/weird-wordpress-error/</link>
		<comments>http://animivirtus.com/blake/weird-wordpress-error/#comments</comments>
		<pubDate>Fri, 01 May 2009 16:15:15 +0000</pubDate>
		<dc:creator>Runeshai</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[friendly]]></category>
		<category><![CDATA[glitch]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[support]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[troubleshoot]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://animivirtus.com/blake/?p=291</guid>
		<description><![CDATA[During my redesign (which has actually been tweaked again since the last announcement, I discovered a funky glitch in either my own code &#8211; though I&#8217;ve never, ever seen this before &#8211; or the WordPress functionality itself &#8211; which would also be strange, but I can&#8217;t really think of what else it could be. Thanks [...]]]></description>
			<content:encoded><![CDATA[<p>During my redesign (which has actually been tweaked again since the last <a href="http://animivirtus.com/blake/blog-design-update/">announcement</a>, I discovered a funky glitch in either my own code &#8211; though I&#8217;ve never, ever seen this before &#8211; or the WordPress functionality itself &#8211; which would also be strange, but I can&#8217;t really think of what else it could be.</p>
<p><span id="more-291"></span></p>
<p>Thanks to <a href="http://wordpress.org/support/profile/2651848" target="_blank">kapiljain.in</a> from the WordPress forums, the <a href="http://wordpress.org/support/topic/266581" target="_blank">solution</a> turned out being that my spacer div had to clear everything else, and it didn&#8217;t.  So where it was this:</p>
<p><code>&lt;div id="spacer"&gt;&nbsp;&lt;/div&gt;</code></p>
<p>It should have been like this:</p>
<p><code>&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;div id="spacer"&gt;&nbsp;&lt;/div&gt;</code></p>
<p>I still don&#8217;t know for sure why this happened, it was an odd glitch and something I couldn&#8217;t have thought up as an error if I tried, but I was happy when it got fixed, and was happy to have the help from a fellow WP developer :).  If any of you are having a similar issue, try this route.  Otherwise, check out the <a href="http://wordpress.org/support/" target="_blank">forums</a>, they were a kind solution for me within 1-2 days.</p>
]]></content:encoded>
			<wfw:commentRss>http://animivirtus.com/blake/weird-wordpress-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Design Update</title>
		<link>http://animivirtus.com/blake/blog-design-update/</link>
		<comments>http://animivirtus.com/blake/blog-design-update/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 16:47:39 +0000</pubDate>
		<dc:creator>Runeshai</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Coding]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[chris coyier]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css-tricks]]></category>
		<category><![CDATA[drew douglass]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[themeforest]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[upgrade]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://animivirtus.com/blake/?p=289</guid>
		<description><![CDATA[Well, as you no doubt noticed by now, the blog has been redesigned. Again. Well&#8230;sort of. There were a bunch of things that were bugging me about the other design: it was getting too small for the kinds of content I was posting (images and videos didn&#8217;t fit that well in the roughly 375 pixel [...]]]></description>
			<content:encoded><![CDATA[<p>Well, as you no doubt noticed by now, the blog has been redesigned.  Again.  Well&#8230;sort of.  There were a bunch of things that were bugging me about the other design: it was getting too small for the kinds of content I was posting (images and videos didn&#8217;t fit that well in the roughly 375 pixel wide content area); it was really dark, really contrasty; the image was bulky and took up a lot of space; the sidebar didn&#8217;t exist anywhere but the main page (which is weird in itself, but I just messed up the original coding and couldn&#8217;t figure it out so I gave up and made it my design&#8217;s &#8216;style&#8217; at the time, heh, yea I know, cheap, but what&#8217;re you gonna do); lots of little design things, plus a bunch of stuff about the way I&#8217;d coded it to begin with was weird.</p>
<p><span id="more-289"></span></p>
<p>It was my first WordPress theme, after which I went on to follow Drew Douglass&#8217;s <a href="http://blog.themeforest.net/screencasts/new-wp-video-series-and-free-rockstar-book/" target="_blank">tutorial</a> <a href="http://blog.themeforest.net/wordpress/wordpress-for-designers-day-2/" target="_blank">series</a> on Themeforest.net which is a much more in-depth series getting into the nuts and bolts of making a theme, and learned a bunch more about the way themes work, which gave me the confidence to tackle something a bit more aggresively (thus, the <a href="http://animivirtus.com/blog/link-dump-free-stuff-edition/" target="_blank">AnimiVirtus redesign</a> was brought to life).  Not to discredit the <a href="http://wordpress.tv/2009/01/23/css-tricks-designing-for-wordpress-part-one-of-three/" target="_blank">original tutorial</a> I&#8217;d followed, that&#8217;s great as well, just a different approach.</p>
<p>But all that aside, it&#8217;s a new look, an upgraded feel, and hopefully I can start implementing some more exciting widgets and whatnot in the sidebar, give a more social and dynamic feel to the place.  I&#8217;m hopin&#8217; a Twitter feed, maybe iLike and GoodReads feeds too&#8230;who knows, maybe I&#8217;ll get curious and learn how to add another sidebar on the right someday&#8230;</p>
<p>No&#8230;no I can&#8217;t do that&#8230;I&#8217;m a busy guy&#8230;I&#8217;ve got other responsibilities&#8230;</p>
<p>But it calls to me&#8230;.[<i>Sidebar: Blaaake...Blaaaaaaaake...BLAAAAAAKEE!!</i>].  Oh&#8230;that&#8217;d be my roommate telling me to get back to work.  See ya&#8217;ll later, enjoy the new look and keep comin&#8217; back, I&#8217;ll keep up with content as it&#8217;s been coming recently, and when I get the time I&#8217;ll work on adding some more cool stuff to the site.  See you next post :P.</p>
]]></content:encoded>
			<wfw:commentRss>http://animivirtus.com/blake/blog-design-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

