<?xml version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://www.jebaird.com/rss.php" rel="self" type="application/rss+xml" />
		<title>Jebaird.com</title>
		<link>http://www.jebaird.com/</link>
		<description>:: Jebaird.com, The Personal Web Development Portfolio and Blog of Jesse Baird</description>
		<language>en-us</language>
		<pubDate>Tue, 06 Jan 2009 13:22:41 -0800</pubDate>
		<lastBuildDate>Tue, 06 Jan 2009 13:22:41 -0800</lastBuildDate>
		<managingEditor>jebaird@gmail.com (Jesse Baird)</managingEditor>
		<webMaster>jebaird@gmail.com (Jesse Baird)</webMaster>

		<item>
			<guid>http://www.jebaird.com/blog.php?year=2008&amp;month=&amp;cat=3&amp;id=29</guid>
			<title>PHP static_news class for when you dont have access to a database</title>
			<link>http://www.jebaird.com/blog.php?year=2008&amp;month=&amp;cat=3&amp;id=29</link>
			<description>&lt;p&gt;The last couple of projects that I have done I haven't had access to a database.&amp;nbsp; I don't like having flat files with the content just dumped in there.&amp;nbsp; I makes updating them a chore.&amp;nbsp; So I wrote this very simple class that allows you to create a php array that contains all of the news data.&lt;/p&gt;
&lt;h4&gt;&amp;nbsp;static_news class&lt;/h4&gt;
&lt;pre&gt;
/**
 * @author Jesse Baird &amp;lt;jebaird@gmail.com&amp;gt;
 * @since 12/23/2008
 */

class ...</description>
			<pubDate>Tue, 30 Dec 2008 15:04:09 -0800</pubDate>
		</item>
		<item>
			<guid>http://www.jebaird.com/blog.php?year=2008&amp;month=&amp;cat=2&amp;id=28</guid>
			<title>using an image map, when z-index doesnt work</title>
			<link>http://www.jebaird.com/blog.php?year=2008&amp;month=&amp;cat=2&amp;id=28</link>
			<description>&lt;p&gt;While working on one of my newer projects I ran into an issue where I needed to overlay a very large image over multiple elements on my page, including the site navigation. This left the contact link on the far right un-clickible.&lt;/p&gt;
&lt;h4&gt;Part of the page html&lt;/h4&gt;
&lt;pre&gt;
 &amp;lt;&lt;span class=&quot;start-tag&quot;&gt;div&lt;/span&gt;&lt;span class=&quot;attribute-name&quot;&gt; id&lt;/span&gt;=&lt;span class=&quot;attribute-value&quot;&gt;&amp;quot;topNav&am ...</description>
			<pubDate>Mon, 08 Dec 2008 14:12:47 -0800</pubDate>
		</item>
		<item>
			<guid>http://www.jebaird.com/blog.php?year=2008&amp;month=&amp;cat=3&amp;id=27</guid>
			<title>PHP: which statement is faster, elseif() or switch() ?</title>
			<link>http://www.jebaird.com/blog.php?year=2008&amp;month=&amp;cat=3&amp;id=27</link>
			<description>&lt;p&gt;A couple of days ago I was out on a run and I starting wondering which statement was faster, a elseif() or a switch().&amp;nbsp; I am a big fan of switch statements.&amp;nbsp; I like how clean they look and its really easy to add a new condition to them.&amp;nbsp; I also assumed that they were much quicker than elseif statements.&amp;nbsp; So I set up this test to try to prove to myself that I was right.&lt;/p&gt;
&lt;p&gt;Here is the script that I used to test my theory. You can downl ...</description>
			<pubDate>Thu, 04 Dec 2008 15:05:54 -0800</pubDate>
		</item>
		<item>
			<guid>http://www.jebaird.com/blog.php?year=2008&amp;month=&amp;cat=2&amp;id=25</guid>
			<title>master reset style sheet</title>
			<link>http://www.jebaird.com/blog.php?year=2008&amp;month=&amp;cat=2&amp;id=25</link>
			<description>&lt;p&gt;there are many different theories on resetting the browser default styles.&amp;nbsp; I always prefer to zero off everything.&amp;nbsp; Over the past couple of years my master reset sheet has gotten a bit bigger.&amp;nbsp; My style sheet is based off of &lt;a href=&quot;http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/&quot;&gt;http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/&lt;/a&gt; .&amp;nbsp; But I found that I broke some HTML tags in Firefox(&amp;lt;b&amp;gt; ...</description>
			<pubDate>Thu, 06 Nov 2008 13:15:03 -0800</pubDate>
		</item>
		<item>
			<guid>http://www.jebaird.com/blog.php?year=2008&amp;month=&amp;cat=3&amp;id=23</guid>
			<title>PHP MySQL Row Lock function</title>
			<link>http://www.jebaird.com/blog.php?year=2008&amp;month=&amp;cat=3&amp;id=23</link>
			<description>&lt;p&gt;I just started on a project that I knew was going to need some sort of data lock that would prevent 2 users from editing the same data at the same time.&amp;nbsp; At first I thought that i would have to write a function that behaved like the C function flock().&amp;nbsp; I ran across this forum post &lt;a href=&quot;http://www.dmcinsights.com/phorum/read.php?13,30233,30260&quot; target=&quot;_blank&quot;&gt;http://www.dmcinsights.com/phorum/read.php?13,30233,30260&lt;/a&gt; which I have ...</description>
			<pubDate>Thu, 09 Oct 2008 10:49:02 -0700</pubDate>
		</item>
		<item>
			<guid>http://www.jebaird.com/blog.php?year=2008&amp;month=&amp;cat=5&amp;id=22</guid>
			<title>First Day at EdgeCore</title>
			<link>http://www.jebaird.com/blog.php?year=2008&amp;month=&amp;cat=5&amp;id=22</link>
			<description>&lt;p&gt;I just finished up my first day at EdgeCore and it was a crazy one.&amp;nbsp; From asp.net to projects that 3 other developers have worked on its had its highs and lows.&amp;nbsp; I will say that I am very excited for this new opportunity to advance my career in web development and design.&amp;nbsp; &lt;/p&gt;</description>
			<pubDate>Wed, 01 Oct 2008 21:27:58 -0700</pubDate>
		</item>
		<item>
			<guid>http://www.jebaird.com/blog.php?year=2008&amp;month=&amp;cat=6&amp;id=21</guid>
			<title>W.A.I.S - Web App Install System version .01 beta</title>
			<link>http://www.jebaird.com/blog.php?year=2008&amp;month=&amp;cat=6&amp;id=21</link>
			<description>&lt;p&gt;W.A.I.S - Web App Install System is a php web app that I wrote to help speed up the process for deploying custom Content Management Systems and other web applications.&amp;nbsp; Think of it as windows installer for web developers who deploy their own web applications frequently. It can handle multiple files and run mysql queries.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/upload/file/WAIS_0_01%20beta.zip&quot;&gt;download it here&lt;/a&gt;&lt;/p&gt;
&lt;h4&gt;setup and config&lt;/h4&gt;
&l ...</description>
			<pubDate>Thu, 18 Sep 2008 19:28:06 -0700</pubDate>
		</item>
		<item>
			<guid>http://www.jebaird.com/blog.php?year=2008&amp;month=&amp;cat=3&amp;id=20</guid>
			<title>PHP search and replace while keeping valid HTML Snippets</title>
			<link>http://www.jebaird.com/blog.php?year=2008&amp;month=&amp;cat=3&amp;id=20</link>
			<description>&lt;p&gt;This little function will search and replace any HTML string/document while keeping it valid.&lt;/p&gt;
&lt;pre&gt;
&amp;lt;?php

$html = &amp;lt;&amp;lt;&amp;lt;EOF
    &amp;lt;!DOCTYPE HTML PUBLIC &amp;quot;-//W3C//DTD HTML 4.01 Transitional//EN&amp;quot; &amp;quot;http://www.w3.org/TR/html4/loose.dtd&amp;quot;&amp;gt;
&amp;lt;html&amp;gt;
&amp;lt;head&amp;gt;
	&amp;lt;title&amp;gt;test search&amp;lt;/title&amp;gt;
	&amp;lt;meta http-equiv=&amp;quot;content-type&amp;quot; con ...</description>
			<pubDate>Fri, 05 Sep 2008 09:42:33 -0700</pubDate>
		</item>
		<item>
			<guid>http://www.jebaird.com/blog.php?year=2008&amp;month=&amp;cat=7&amp;id=19</guid>
			<title>JW player with SWFObject</title>
			<link>http://www.jebaird.com/blog.php?year=2008&amp;month=&amp;cat=7&amp;id=19</link>
			<description>&lt;p&gt;Recently i was working on a project that required a flash media player.&amp;nbsp; I was trying to integrate &lt;a target=&quot;_blank&quot; href=&quot;http://www.jeroenwijering.com/?item=JW_FLV_Media_Player&quot;&gt;JW FLV Media Player&lt;/a&gt; using &lt;a target=&quot;_blank&quot; href=&quot;http://blog.deconcept.com/swfobject/&quot;&gt;SWFObject&lt;/a&gt;.&amp;nbsp; After losing a few hours of my life trying to pass a variable in a query string to a php script that generated a XML pl ...</description>
			<pubDate>Wed, 27 Aug 2008 13:14:53 -0700</pubDate>
		</item>
		<item>
			<guid>http://www.jebaird.com/blog.php?year=2008&amp;month=&amp;cat=3&amp;id=18</guid>
			<title>php force SSL Connection</title>
			<link>http://www.jebaird.com/blog.php?year=2008&amp;month=&amp;cat=3&amp;id=18</link>
			<description>&lt;p&gt;here is a quick little php function you can call to force an SSL connection&lt;/p&gt;
&lt;pre&gt;
/**
 * forceSSL()
 * @author Jesse Baird
 * @param bool $sendHeaders
 * @param string $domain | www.google.com, jebaird.com
 * @param string $requestURI | temp2.php?ch=2&amp;amp;ad=3 , content/2/page/3 , $_SERVER[&amp;quot;REQUEST_URI&amp;quot;]

 * @return void
 */
function forceSSL($sendHeaders=false,$domain='www.domainname.com',$requestURI=''){
	
	if($sendHeaders&amp;amp;&am ...</description>
			<pubDate>Wed, 06 Aug 2008 09:31:17 -0700</pubDate>
		</item>
	</channel>
</rss>