<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8" -->
<rss version="0.92">
<channel>
	<title>KevBurnsJr - Blog</title>
	<link>http://blog.kevburnsjr.com</link>
	<description>Web Application Engineer</description>
	<lastBuildDate>Sat, 03 Jul 2010 22:20:10 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Zombies and Dubstep</title>
		<description> </description>
		<link>http://blog.kevburnsjr.com/zombies-and-dubstep</link>
			</item>
	<item>
		<title>Tripling up</title>
		<description>

I have another 22" Acer and an HDMI slot for it, but I'm all out of desk space. </description>
		<link>http://blog.kevburnsjr.com/tripling-up</link>
			</item>
	<item>
		<title>Do iframe pages show up in browser history?</title>
		<description>The answer is yes and no.

This Google R&D guy gives a good rundown.
http://codinginparadise.org/weblog/2005/08/ajax-tutorial-tale-of-two-iframes-or.html

Long story short... The first IFrame src url will not be included in the browser history for static IFrames.  However, all subsequent page urls within the IFrame will.

Unless... You do something tricky like insert the IFrame using ...</description>
		<link>http://blog.kevburnsjr.com/do-iframe-pages-show-up-in-browser-history</link>
			</item>
	<item>
		<title>What&#8217;s in a name</title>
		<description>I've been using this as my source of device names for several years.
http://www.playdota.com/items

I have or used to have:

	TRAVS - An Asus Eee 1002HA netbook named after Boots of Travel
	MJOLLNIR - A new Core i7 desktop named after Thor's hammer, Mjollnir
	DEFIANCE - A used 1U dual 3.06Ghz HP Proliant DL360 G3 ...</description>
		<link>http://blog.kevburnsjr.com/whats-in-a-name</link>
			</item>
	<item>
		<title>Linus Torvalds thinks you are ugly.</title>
		<description>... ugly AND STUPID (unless you use git).

 </description>
		<link>http://blog.kevburnsjr.com/linus-torvalds-thinks-you-are-ugly</link>
			</item>
	<item>
		<title>Best way to store an ip in mysql</title>
		<description>I used to use varchar(15).

But a little poking around yielded a better solution.

Turns out there's a standard set of MySQL functions for translating an IP address to and from an integer.

ALTER TABLE `sessions` ADD `client_ip` INT NOT NULL AFTER `created_at`;

mysql> SELECT INET_ATON('192.168.10.50') AS ipn;
+------------+
&#124; ipn      ...</description>
		<link>http://blog.kevburnsjr.com/best-way-to-store-an-ip-in-mysql</link>
			</item>
	<item>
		<title>UI anti-pattern: Cross Column Alpha Sort</title>
		<description>The human eye is trained to follow edges.  In the case of a list such as this, the eye's natural inclination is to move from top to bottom along the column of icons, not left to right across jagged gaps between columns.  Splitting the first 4 in the ...</description>
		<link>http://blog.kevburnsjr.com/ui-anti-pattern-cross-column-alpha-sort</link>
			</item>
	<item>
		<title>Don&#8217;t write apologetic code</title>
		<description>If your code needs explaining, you're doing it wrong.  Rewrite it.

/* Bad */

$tuucount=0; // total unique users
$tlcount=0;  // total lead count 
$tlrcount=0; // total lead rev
$tarcount = 0; // total aftermarket revenue
$trcount=0; // total toal
/* Better */

$total_unique_users = 0;
$total_lead_count = 0; 
$total_lead_revenue = 0; 
$total_aftermarket_revenue = 0;
$total = ...</description>
		<link>http://blog.kevburnsjr.com/apologetic-code</link>
			</item>
	<item>
		<title>Git batch deploy</title>
		<description>I should have done this ages ago.  1-click blast is awesome.


deploy.bat
cd c:\web\site\dev
call git push dev master
call git push stage master
call git push appsrv01 master
call git push appsrv02 master
call git push tasksrv01 master
pause


.file .wp_syntax { border: 1px solid #333; }
.file h5 { background: transparent url(http://d.kevburnsjr.com/page_white_text.png) no-repeat left center;padding-left: 20px; color: ...</description>
		<link>http://blog.kevburnsjr.com/git-batch-deploy</link>
			</item>
	<item>
		<title>Ocean Beach</title>
		<description> </description>
		<link>http://blog.kevburnsjr.com/ocean-beach</link>
			</item>
</channel>
</rss>
