<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="https://brooke.codes/wp-content/plugins/pretty-rss-feeds/xslt/pretty-feed.xsl" type="text/xsl" media="screen" ?><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>Life &#8211; &lt;Brooke&gt; &lt;Codes&gt;</title>
	<atom:link href="https://brooke.codes/category/life/feed/" rel="self" type="application/rss+xml" />
	<link>https://brooke.codes</link>
	<description>The Tech Blog of Brooke. </description>
	<lastBuildDate>Thu, 27 Mar 2025 04:25:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Changing the World S3 image generator</title>
		<link>https://brooke.codes/2013/07/03/changing-the-world-s3-image-generator/</link>
		
		<dc:creator><![CDATA[Brooke.]]></dc:creator>
		<pubDate>Wed, 03 Jul 2013 22:17:47 +0000</pubDate>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">https://brooke.codes/?p=340</guid>

					<description><![CDATA[Today on my personal blog I wrote a blog post about how I&#8217;m going to change the world.&#160; At the bottom of the post it contains this image: Which when clicked links to http://changetheworld.broo.ke (offline). Today I wanted to talk a bit about how that sub-domain image generator works, because frankly I think it&#8217;s pretty [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Today on my personal blog I wrote a<a href="https://brooke.blog/archive/im-going-to-change-the-world/"> blog post </a>about how I&#8217;m going to change the world.&nbsp; At the bottom of the post it contains this image:</p>



<p class="wp-block-paragraph">Which when clicked links to http://changetheworld.broo.ke (<em>offline</em>).</p>



<p class="wp-block-paragraph">Today I wanted to talk a bit about how that sub-domain image generator works, because frankly I think it&#8217;s pretty cool.</p>



<p class="wp-block-paragraph">All the images are being stored on Amazon S3 storage meaning that image display should be faster and better than my local host. I&#8217;m also using a resize script to generate image sizes based on the users need.</p>



<p class="wp-block-paragraph">So basically it works like this:</p>



<ul class="wp-block-list">
<li>The user types in the image size they would like and hits submit</li>



<li>We check to see if the size is within a given range (between 100 and 1000 and divisible by 10) and if so we proceed</li>



<li>Next, we check if the image is already on the server, If so we grab it, if not we create it.</li>



<li>If the image is created it is done using an image resize script then uploaded to amazon S3</li>



<li>We display a link to the new image and a link to it in the read-only text box.</li>
</ul>



<p class="wp-block-paragraph">Check it out and let me know what you think.</p>



<p class="wp-block-paragraph">If anyone has any comments or&nbsp; would like the code please <a href="https://broo.ke">contact me</a> or leave a comment below</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Happy Fourth WordPress Birthday to Me</title>
		<link>https://brooke.codes/2011/09/27/happy-fourth-wordpress-birthday-to-me/</link>
		
		<dc:creator><![CDATA[Brooke.]]></dc:creator>
		<pubDate>Tue, 27 Sep 2011 18:00:50 +0000</pubDate>
				<category><![CDATA[Geeky]]></category>
		<category><![CDATA[Life]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://brooke.codes/?p=234</guid>

					<description><![CDATA[Today marks my fourth year anniversary having a WordPress.org account and when I remember first starting to use WordPress for my blog.&#160; I thought it would be fun to recap what I&#8217;ve accomplished since September 27th 2007 and what some of my long term WordPress goals are. WordPress and Me Thus Far In 2007 I [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph"></p>



<blockquote class="wp-block-quote is-style-info-notice is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Note: </strong>This post refers to code and a project from <em>many</em> years ago <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f631.png" alt="😱" class="wp-smiley" style="height: 1em; max-height: 1em;" />. The content was edited in March of 2025 to remove dead links, improve clarity, or fix formatting, but no other edits were made. Enjoy this time capsule into the past.</p>
</blockquote>



<p class="wp-block-paragraph">Today marks my fourth year anniversary having a WordPress.org account and when I remember first starting to use WordPress for my blog.&nbsp; I thought it would be fun to recap what I&#8217;ve accomplished since September 27th 2007 and what some of my long term WordPress goals are.</p>



<h3 class="wp-block-heading">WordPress and Me Thus Far</h3>



<p class="wp-block-paragraph">In 2007 I started using WordPress for just my blog didn&#8217;t know what I was doing download a theme hacked up some CSS/PHP finally got everything working after hours of trying. Since that time here&#8217;s what I&#8217;ve been able to do:</p>



<ul class="wp-block-list">
<li>Became one of the Three most important people to WordPress</li>



<li>Contributed to/wrote 5 plugins with a total download count of 121,331</li>



<li>Updated 3 articles in the Codex</li>



<li>Attended WordCamp Seattle</li>



<li>Dipped my feet into WordPress Core Trac</li>



<li>Got involved in the WordPress.org Forums and at http://wordpress.stackexchange.com/</li>



<li>Updated my personal site to run completely on WordPress and Hybrid<br><br></li>
</ul>



<h3 class="wp-block-heading">What&#8217;s next?</h3>



<p class="wp-block-paragraph">Here are some of my longterm WordPress goals:</p>



<ul class="wp-block-list">
<li>Become a core contributor (even if it&#8217;s just fixing a typo)</li>



<li>Meet Matt Mullenweg</li>



<li>Continue to be involved in the Forums, discussions and Codex of WordPress</li>



<li>Attend WordCamp SF</li>



<li>Continue to attend WordCamp Seattle</li>
</ul>



<p class="wp-block-paragraph">Do you use WordPress? If so how? How long have you been using it? What are some of the things you like best?</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Get Involved with WPBook!</title>
		<link>https://brooke.codes/2011/02/18/get-involved-with-wpbook/</link>
					<comments>https://brooke.codes/2011/02/18/get-involved-with-wpbook/#comments</comments>
		
		<dc:creator><![CDATA[Brooke.]]></dc:creator>
		<pubDate>Sat, 19 Feb 2011 06:53:21 +0000</pubDate>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[wp-plugins]]></category>
		<category><![CDATA[WPBook]]></category>
		<guid isPermaLink="false">https://brooke.codes/?p=174</guid>

					<description><![CDATA[As you may know I&#8217;ve been working with WPBook for the past 2 years. In that time I&#8217;ve watched the project grown dramatically the plugin now has over 73,000 downloads. However, the project has only had a handful of people who have gotten involved with the project.  Therefore, I wanted to write a quick blog [&#8230;]]]></description>
										<content:encoded><![CDATA[
<blockquote class="wp-block-quote is-style-info-notice is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph"><strong>Note: </strong>This post refers to code and a project from <em>many</em> years ago <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f631.png" alt="😱" class="wp-smiley" style="height: 1em; max-height: 1em;" />. The content was edited in March of 2025 to remove dead links, improve clarity, or fix formatting, but no other edits were made. Enjoy this time capsule into the past.</p>
</blockquote>



<p class="wp-block-paragraph">As you may know I&#8217;ve been working with <a href="https://brooke.codes/past-projects/wpbook/">WPBook</a> for the past 2 years. In that time I&#8217;ve watched the project grown dramatically the plugin now has over 73,000 downloads. However, the project has only had a handful of people who have gotten involved with the project.  Therefore, I wanted to write a quick blog post and give you a few ways to get involved.</p>



<p class="wp-block-paragraph"><strong>Are you a programmer?</strong><br> Great, we keep track of bugs and feature request over at our bug tracking system http://bugs.wpbook.net. If you get a moment fix a bug or add a feature. You may also just wish to use this system to report bugs.</p>



<p class="wp-block-paragraph"><strong>Are you a graphic designer?</strong><br>
Cool, you may be able to help us cook up some neat graphics for WPBook, update our logo, or just give us feedback that could otherwise improve the project.</p>



<p class="wp-block-paragraph"><strong>Are you a writer?</strong><br>
Neat-o, we can use your help to spruce up the docs making sure they are easy to understand, accurate, clever and free of typos .</p>



<p class="wp-block-paragraph"><strong>Want more ways to get involved?</strong><br> Okay there are plenty of  other ways to get involved. Head on over to the support forms and help a fellow user. I&#8217;ve also just set up a donate page where you can make a donation to help pay for website cost. We are also pledging to give 50% of any donations made to Charity Water. With a goal of $500.</p>



<p class="wp-block-paragraph">If  you have any questions or comments please let me know. Thanks!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://brooke.codes/2011/02/18/get-involved-with-wpbook/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Messy Business</title>
		<link>https://brooke.codes/2011/01/01/messy-business/</link>
		
		<dc:creator><![CDATA[Brooke.]]></dc:creator>
		<pubDate>Sun, 02 Jan 2011 07:42:16 +0000</pubDate>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Random]]></category>
		<guid isPermaLink="false">https://brooke.codes/?p=143</guid>

					<description><![CDATA[I&#8217;m currently rearranging and reorganizing this site to contain the most recent up to the data info. Sorry for the mess I don&#8217;t normally like to leave things unfinished.]]></description>
										<content:encoded><![CDATA[<p>I&#8217;m currently rearranging and reorganizing this site to contain the most recent up to the data info. Sorry for the mess I don&#8217;t normally like to leave things unfinished.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
