<?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>andre bluehs &#187; Uncategorized</title>
	<atom:link href="http://andrebluehs.net/blog/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://andrebluehs.net/blog</link>
	<description>nerdy, webby, smelly?</description>
	<lastBuildDate>Thu, 29 Jul 2010 19:56:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>TechTopics and You</title>
		<link>http://andrebluehs.net/blog/2010/03/techtopics-and-you/</link>
		<comments>http://andrebluehs.net/blog/2010/03/techtopics-and-you/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 02:58:29 +0000</pubDate>
		<dc:creator>Andre</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andrebluehs.net/blog/?p=166</guid>
		<description><![CDATA[GTACM is sponsoring a few series of things called Tech Topics that aim to teach things that aren&#8217;t offered at Georgia Tech. They are free of charge and available to everyone. One topic is &#8220;Zero Pageloads &#8211; The Web With AJAX&#8221; taught by me. What you need to know: Zero Pageloads &#8211; The Web With [...]]]></description>
			<content:encoded><![CDATA[<p>GTACM is sponsoring a few series of things called Tech Topics that aim to teach things that aren&#8217;t offered at Georgia Tech. They are free of charge and available to everyone. One topic is &#8220;Zero Pageloads &#8211; The Web With AJAX&#8221; taught by me.</p>
<p>What you need to know:</p>
<p><strong>Zero Pageloads &#8211; The Web With AJAX. Fridays 4:00pm. Bunger-Henry 311</strong></p>
<p>You can register for it by going to the gtacm blog: <a href="http://gtacm.org">http://gtacm.org</a></p>
<p>signup is here: <a href="http://gtacm.com/blog/about/special-interest-groups/techtopics/tt-2102/">http://gtacm.com/blog/about/special-interest-groups/techtopics/tt-2102/</a></p>
 <img src="http://andrebluehs.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=166" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://andrebluehs.net/blog/2010/03/techtopics-and-you/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geany and Chrome (or How I Develop)</title>
		<link>http://andrebluehs.net/blog/2010/02/geany-and-chrome-or-how-i-develop/</link>
		<comments>http://andrebluehs.net/blog/2010/02/geany-and-chrome-or-how-i-develop/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 07:24:19 +0000</pubDate>
		<dc:creator>Andre</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andrebluehs.net/blog/?p=186</guid>
		<description><![CDATA[This post comes to you via this Skribit suggestion. Currently I am employed by one company, work pro bono for another, and work with-the-intention-of-getting-paid-in-the-future for a third (along with being a full time student). These three ventures are all very similar in that they are all web development work. For developing in these languages, I [...]]]></description>
			<content:encoded><![CDATA[<p>This post comes to you via <a href="http://skribit.com/suggestions/coding-workflow-text-editoride-plugin-version-control-works">this Skribit suggestion</a>.<br clear="none"><br />
Currently I am employed by one company, work pro bono for another, and work with-the-intention-of-getting-paid-in-the-future for a third (along with being a full time student). These three ventures are all very similar in that they are all web development work. For developing in these languages, I have an awesome set of comfortable tools that I use. <br clear="none"><br />
<strong>Hardware</strong><br clear="none"><br />
I am actually quite proud of my setup: AMD 9950 2.6GHz Quad-core, 4 Gigs RAM, a <a href="http://twitpic.com/xm7h4">22&#8243; Acer, and 23&#8243; Dell Monitors</a>. I just recently added a second monitor, and I now can&#8217;t develop without it. Whether I&#8217;m coding on one and testing in another, or watching a movie on one and working on another, it&#8217;s just damn useful to have 3600&#215;1080 resolution to play with. Also have an awesome <a href="http://www.logitech.com/index.cfm/keyboards/keyboard/devices/4740&#038;cl=us,en">keyboard</a> that I cannot live without. I got spoiled on my old Macbook Pro with a backlit keyboard, and I do so much work at night (as evidenced by the fact that it is now 2:30am) that it&#8217;s kind of neccessary. I also got so used to typing on a low-profile keyboard, that I now struggle to type at all on a regular one.<br clear='none'><br />
<strong>Linux FTW</strong><br clear="none"><br />
I am a little unconventional when it comes to web use in that I use <a href="http://linuxmint.com/">Linux Mint</a> for my main desktop machine. However, this is awesome because it comes with a LAMP stack already built in. Just plop whatever code I want to run into /var/www and i&#8217;m good to go! Currently (15 Feb 2010) I am running Apache 2.2.12, PHP 5.2.10-2ubuntu6.4, and MySQL 5.1.37.<br clear='none'><br />
<strong>Editing</strong><br clear="none"><br />
Let me make something very clear. <strong>I dislike command-line text editors.</strong> That said, I know my way around <a href="http://www.vim.org">vim</a>, and <a href="http://www.nano-editor.org">nano</a> enough to use them on my remote servers, but on my desktop, I prefer to use graphical editors for ease of use, as I have multiple files open at once (yes, i know about <a href="http://www.gnu.org/software/screen/">screen</a>)<br clear='none'><br />
When I was on Mac, I used and loved <a href="http://macromates.com">TextMates</a>. However, since that does not exist on linux I was forced to move on *tear*. I have briefly tried <a href="http://bluefish.openoffice.nl/index.html">Bluefish</a> but found it tailoring more to plain HTML writing than a general purpose text editor.<br clear='none'><br />
I have settled on <a href="http://www.geany.org/">Geany</a>. It has projects, an incredibly powerful version of <a href="http://en.wikipedia.org/wiki/Ctags">ctags</a>,  a very strong search/replace function, a nifty color chooser, and an svn plugin. I also have some custom key-maps set, like ctrl+s to save all open tabs instead of only the current tab in use. Also, for php (and some other languages) it has function recognition (similar to eclipse) and completion. I rely on this function all the time when I can&#8217;t remember exactly the name of a function.<br clear='none'><br />
<strong>Testing</strong><br clear='none'><br />
On my local machine, I use Google Chrome Beta as my main browser. I used to used the Dev builds, but as of the 5.0.322.2-r38810 build, the <a href="http://twitter.com/helloandre/status/9125148187">DOM Inspector is non-functional</a>. This affords me the awesome power of the Chrome DOM Inspector (though not as good as Firebug in Firefox) which allows me to debug javascript, as well as test layouts/styles immediately without changing the actual css file.<br clear='none'><br />
As a responsible web developer, it is necessary that I test in several different browsers to make sure that my stuff works. I have Sun&#8217;s <a href="http://www.virtualbox.org">VirtualBox</a> with Windows 7 installed on it and a slue of browsers installed to test as thoroughly as I can. <br clear='none'><br />
Thoughts? Complaints? Suggestions? What is your favorite setup?</p>
 <img src="http://andrebluehs.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=186" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://andrebluehs.net/blog/2010/02/geany-and-chrome-or-how-i-develop/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Management and Software Development</title>
		<link>http://andrebluehs.net/blog/2009/08/management-and-software-development/</link>
		<comments>http://andrebluehs.net/blog/2009/08/management-and-software-development/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 14:50:02 +0000</pubDate>
		<dc:creator>Andre</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andrebluehs.net/blog/?p=120</guid>
		<description><![CDATA[I have been working for a small startup since about April, and up until last week I was the only active developer. Recently we got some funding and hired 9 other developers that they have now placed me in charge of. This is a bit overwhelming at first. Do we have enough work for 10 [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working for a small startup since about April, and up until last week I was the only active developer. Recently we got some funding and hired 9 other developers that they have now placed me in charge of. This is a bit overwhelming at first. Do we have enough work for 10 people? How often do they need to check in? How much work should I assign them at a time?<br clear="none"><br />
These are not fun questions to answer. Because we are just starting getting everyone accustomed to our code base (which needs to be rewritten from scratch) I spend most of my time hunting through our legacy code to answer their questions about where things are. I also spend alot of time getting them up and running with their initial projects. <br clear="none"><br />
Point of story, I&#8217;m not doing as much actual developing as I would like to right now, but I hope this will change soon.<br clear="none"><br />
There will most likely be updates on here as to how this is progressing.</p>
 <img src="http://andrebluehs.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=120" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://andrebluehs.net/blog/2009/08/management-and-software-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design and Getting it Right The First Time</title>
		<link>http://andrebluehs.net/blog/2009/07/design-and-getting-it-right-the-first-time/</link>
		<comments>http://andrebluehs.net/blog/2009/07/design-and-getting-it-right-the-first-time/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 14:17:03 +0000</pubDate>
		<dc:creator>Andre</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andrebluehs.net/blog/?p=84</guid>
		<description><![CDATA[I have a project that I started back in May that is right about feature complete. I used a common CMS because the customer thought that is what they needed. It has several features that I wanted: user management, photo albums, easily extensible. I thought I needed a fully-built CMS. Jesus was I wrong. It [...]]]></description>
			<content:encoded><![CDATA[<p>I have a project that I started back in May that is right about feature complete. I used a <a href="http://drupal.org/">common CMS</a> because the customer thought that is what they needed. It has several features that I wanted: user management, photo albums, easily extensible.<br clear="none"><br />
<strong>I thought I needed a fully-built CMS. Jesus was I wrong.</strong><br clear="none"><br />
It started off ok enough, built some custom functions into the theme, did some shady things with nodes and pages and detecting which page the user was on. It worked well enough, tricking the theme into displaying things I wanted it to, where I wanted it to. Then the customer wanted something fairly easy: Photo Albums.<br clear="none"><br />
Oh. My. Lord. I have never had so much trouble trying to get photos to display. There are a myriad of photo plugins/addons/managers. Somehow, none of them are intuitive or function properly. There is a separate plugin (&#8220;module&#8221;) just for images. Go ahead, try to <a href="http://drupal.org/project/imagefield">tell me what you ACTUALLY need</a> to use it.<br clear="none"><br />
Some of the modules straight didn&#8217;t work, some needed 14 different other modules just to tell me they didn&#8217;t want to work. It was a pain in the butt, but I finally found one that worked fair enough, but still didn&#8217;t have what I wanted.<br clear="none"><br />
Then the customer wanted something a little more tricky: email lists. <strong>I have no clue how to do this. None. I don&#8217;t even want to try.</strong><br clear="none"><br />
Now, I am using a <a href="http://cakephp.org">PHP framework</a> and starting from scratch. Back in May when I started, I had never used a framework before. I used this same one on another project about a month ago, and have had favorable results. So now, I&#8217;m firing up my text editor and trying again. <br clear="none"><br />
This is going to be less of a headache than you think. CakePHP is very easy to set up with user privileges, and once there, it&#8217;s just a matter of moving my functions to the proper Models and tweaking some of the pages. <br clear="none"><br />
More to come when this is done. Hopefully.</p>
 <img src="http://andrebluehs.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=84" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://andrebluehs.net/blog/2009/07/design-and-getting-it-right-the-first-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programmers and Regular People</title>
		<link>http://andrebluehs.net/blog/2009/06/programmers-and-regular-people/</link>
		<comments>http://andrebluehs.net/blog/2009/06/programmers-and-regular-people/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 18:18:04 +0000</pubDate>
		<dc:creator>Andre</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andrebluehs.net/blog/?p=74</guid>
		<description><![CDATA[A hard concept for some people (especially people like me) is that not everyone has the same knowledge base you do. Think about how you would describe what you to to a non-technical person. It&#8217;s a hard reality to grasp when you are immersed in code all day. Even the websites that you visit probably [...]]]></description>
			<content:encoded><![CDATA[<p>A hard concept for some people (especially people like me) is that not everyone has the same knowledge base you do. Think about how you would <a href="http://stackoverflow.com/questions/6988/how-can-i-explain-to-a-non-technical-person-what-i-do-for-a-living/6995#6995">describe what you to to a non-technical person</a>. It&#8217;s a hard reality to grasp when you are immersed in code all day. Even the websites that you visit probably have content for people like you. <br clear="none" /><br />
<strong>Everyone Else</strong><br clear="none" /><br />
I have this problem alot. I spend all day reading articles and blogs about programming, by programmers, for programmers, and I forget that not everyone else in the world is a programmer. I recently read a (rather old, but still relevant) article <a href="http://www.joelonsoftware.com/articles/Biculturalism.html">explaining the biculturalism</a> in software programming. I would like to think of myself as a UNIX developer. I don&#8217;t even own a Windows computer (I do dual boot, and have a virtual machine both running Windows 7). At home I have a laptop running Ubuntu Netbook Remix, and a desktop running Linux Mint. Sometimes I have to just take stock and recognize that there are a very very very small number of people who do what I do. It just seems like a disproportionate number because it&#8217;s all around me.<br clear="none" /><br />
Just remember that users are stupid. They aren&#8217;t stupid like, us. They&#8217;re even worse.</p>
 <img src="http://andrebluehs.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=74" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://andrebluehs.net/blog/2009/06/programmers-and-regular-people/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 and Vista Drivers</title>
		<link>http://andrebluehs.net/blog/2009/05/windows-7-and-vista-drivers/</link>
		<comments>http://andrebluehs.net/blog/2009/05/windows-7-and-vista-drivers/#comments</comments>
		<pubDate>Tue, 19 May 2009 17:53:54 +0000</pubDate>
		<dc:creator>Andre</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://andrebluehs.net/blog/?p=64</guid>
		<description><![CDATA[Preface: I will do my best to avoid the lavish praise of Windows 7 and stick to my opinions about running Vista drivers throughout this post. If I diverge, please verbally abuse me. I recently built a new box with some mildly impressive specs. It can handle just about anything I throw at it, even [...]]]></description>
			<content:encoded><![CDATA[<p>Preface: I will do my best to avoid the lavish praise of Windows 7 and stick to my opinions about running Vista drivers throughout this post. If I diverge, please verbally abuse me.<br clear="none"/><br />
<br clear="none"/><br />
I recently built a new box with some mildly impressive specs. It can handle just about anything I throw at it, even surpassing <a href="http://www.crysisdemo.com/crysis-system-requirements.htm" rel="nofollow">crysis required specs</a>. I decided a while back that I was going to dual boot with Linux and Windows because I wanted to be able to game with my snazzy new rig. I went with <a href="http://www.linuxmint.com/">Linux Mint</a> and have been really pleased. (Again, no OS reviewing, possibly later). I also went with Windows 7 RC and have been equally pleased (minus a few odd crashes when starting up games).<br clear="none"/><br />
The main worry I had when choosing Windows 7 was that there are clearly no drivers for it yet. And having purchased an awesome video card, this was a genuine concern that I wouldn&#8217;t be able to use it to it&#8217;s full potential. Worry not. I can run Call of Duty: World at War on full blast (even hosting a co-op campaign) with absolutely no problem. I have yet to try something that will actually tax the video card (like the above mentioned crysis, which I may still do), but for the time being, I am supremely happy with the driver support.<br clear="none"/><br />
And of course the Nvidia card I have has awesome Linux support too.</p>
 <img src="http://andrebluehs.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=64" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://andrebluehs.net/blog/2009/05/windows-7-and-vista-drivers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>May and Christmas</title>
		<link>http://andrebluehs.net/blog/2009/04/may-and-christmas/</link>
		<comments>http://andrebluehs.net/blog/2009/04/may-and-christmas/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 18:36:18 +0000</pubDate>
		<dc:creator>Andre</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andrebluehs.net/blog/?p=60</guid>
		<description><![CDATA[Since summer is almost here (finals are nearly done at least) I figured I&#8217;d ring in Christmas in July a bit early. The topic, holiday cover songs. I grew up not celebrating Christmas, so I was never exposed to these sorts of &#8220;jingles&#8221; outside of blandly reciting them over and over and over in elementary [...]]]></description>
			<content:encoded><![CDATA[<p>Since summer is almost here (finals are nearly done at least) I figured I&#8217;d ring in Christmas in July a bit early. The topic, holiday cover songs. <br clear="none"/><br />
I grew up not celebrating Christmas, so I was never exposed to these sorts of &#8220;jingles&#8221; outside of blandly reciting them over and over and over in elementary school. Now, I have a bit more experience under my belt and have come across two covers of holiday classics, &#8220;Baby, It&#8217;s Cold Outside&#8221; and &#8220;Oh Holy Night&#8221;. <br clear="none"/><br />
1) <a href="http://www.imeem.com/people/STNTXTZ/music/z4E7BT2Y/tom-dutton-greta-salpeter-baby-its-cold-outside/">&#8220;Baby, It&#8217;s Cold Outside&#8221; &#8211; Greta Salpeter (The Hush Sound) &#038; Thomas Dutton (Forgive Durden).</a><br />
I think this is my favorite because it&#8217;s so upbeat and a bit comical. Not quite sure where this came from, but I&#8217;m happy it did.<br clear="none"/><br />
2) &#8220;Oh Holy Night&#8221; &#8211; Brand New<br />
Not a big fan of this song in general just because it&#8217;s so slow and boring. But I love me some Brand New, so it&#8217;s whatever. This is off their &#8220;Holiday EP&#8221;. This is the only holiday song on the EP tho.<br clear="none"/><br />
Enjoy the warmth!</p>
 <img src="http://andrebluehs.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=60" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://andrebluehs.net/blog/2009/04/may-and-christmas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ambition and College</title>
		<link>http://andrebluehs.net/blog/2009/03/ambition-and-college/</link>
		<comments>http://andrebluehs.net/blog/2009/03/ambition-and-college/#comments</comments>
		<pubDate>Fri, 20 Mar 2009 05:51:52 +0000</pubDate>
		<dc:creator>Andre</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://andrebluehs.net/blog/?p=43</guid>
		<description><![CDATA[Like many of my fellow students at Tech, I didn&#8217;t have to work much through high school. I showed up to class and got my A (ok, maybe a B here or there). I was on cruise control and I&#8217;m positive there are alot of people who can relate. Then came college. To quote Talladega [...]]]></description>
			<content:encoded><![CDATA[<p>Like many of my fellow students at Tech, I didn&#8217;t have to work much through high school. I showed up to class and got my A (ok, maybe a B here or there). I was on cruise control and I&#8217;m positive there are alot of people who can relate. Then came college. <br clear="none"/><br />
To quote Talladega Nights, &#8220;If you&#8217;re not in first, you&#8217;re in last&#8221;. That is (for the most part) a very applicable philosophy here at Tech. Fortunately, I&#8217;ve come to terms with the fact that I&#8217;m mediocre at best. This, however, does not mean that I lack anything like ambition or drive or the will to succeed. I just accept that there are smarter people in the world than me. I try not to beat myself up for not being the best and the brightest. I&#8217;ve already proven I&#8217;m in the top echelon by getting this far. <br clear="none"/><br />
<strong>A Bit Of Ambition </strong><br clear="none"/><br />
Having established that I&#8217;m a tad lazy, I can now point out that last summer was spent working for myself doing freelance design/production of websites. (seems to be the cool-kid thing to do for bored CS majors here). Now, however, I&#8217;m looking for a bit more of a steady income and am attempting to acquire a (real) job for this summer. This also takes a bit of ambition. Attending job fairs, sending out endless resumes, going on nerve wracking interviews. (As a side note, i didn&#8217;t know you could spell wracking <a href="http://www.bartleby.com/68/50/4050.html">with or without</a> the &#8216;w&#8217;). Especially when you are a 3rd year CS major with no (real) internship and/or work experience under your belt.<br clear="none"/><br />
About 3 months into my undergrad career here at Tech, I found myself already doing side projects. Learning new languages, trying things that weren&#8217;t part of the homework assignment. It was then that I realized that yes, I am in the correct major. I&#8217;m a nerd, I love making computers do awesome things, I love wowing people and showing them the amazing capabilities of the machine sitting in front of them. Ask anyone who is successful in their respective field why they are successful, and without a doubt they will tell you it&#8217;s because they enjoy what they do. Not only was it their ambition to succeed, but because they don&#8217;t have to &#8220;work&#8221;, it&#8217;s fun.<br clear="none"/><br />
So I guess what I&#8217;m trying to say is: I work hard at what I do because I love it. Please hire me?</p>
 <img src="http://andrebluehs.net/blog/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=43" width="1" height="1" style="display: none;" />]]></content:encoded>
			<wfw:commentRss>http://andrebluehs.net/blog/2009/03/ambition-and-college/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
