<?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>High Tech Redneck Woman &#187; Web Programming</title>
	<atom:link href="http://www.hightechredneckwoman.com/category/web-design/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hightechredneckwoman.com</link>
	<description>I&#039;m a Redneck Woman. I&#039;m a High Tech Broad.</description>
	<lastBuildDate>Wed, 28 Jul 2010 01:19:36 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>New Project</title>
		<link>http://www.hightechredneckwoman.com/2009/04/28/new-project/</link>
		<comments>http://www.hightechredneckwoman.com/2009/04/28/new-project/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 17:15:05 +0000</pubDate>
		<dc:creator>Becky</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[distractions]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Weather]]></category>
		<category><![CDATA[widget]]></category>

		<guid isPermaLink="false">http://www.hightechredneckwoman.com/?p=1187</guid>
		<description><![CDATA[<p>While I wait to hear back from the job opportunity I interviewed for last week and the job opportunity I applied for yesterday, I need a project to keep me occupied.  I only really have one idea for what that project should be.  I&#8217;ve already done something similar with this idea, but I thought I would take it a step further this time around.</p>
<p>What is the idea?  Well, it&#8217;s a weather widget.  Yes, there&#160;[&#8230;]</p>]]></description>
			<content:encoded><![CDATA[<p>While I wait to hear back from the job opportunity I interviewed for last week and the job opportunity I applied for yesterday, I need a project to keep me occupied.  I only really have one idea for what that project should be.  I&#8217;ve already done something similar with this idea, but I thought I would take it a step further this time around.</p>
<p>What is the idea?  Well, it&#8217;s a weather widget.  Yes, there are lots of weather widgets already out there on the web, but there&#8217;s no rule anywhere saying I can&#8217;t add one more to the mix. <img src='http://www.hightechredneckwoman.com/wp-includes/images/smilies/G-razz1.gif' alt=':pbbt:' class='wp-smiley' /> </p>
<p>My previous stab at this idea was just for my own personal use on my own websites.  It displayed the current conditions only for Fargo.  This time I want to create something that others can download and add to their own websites.  I also want it to allow for customization of the location of the conditions by the person who is viewing the website that the widget is on, and I want it to remember that customization.</p>
<p>I intend to use the <a href="http://www.weather.gov/xml/current_obs/" target="external">NWS XML feeds</a> for the data source.  That&#8217;s what I was using for my first version of this widget.  I trust the data from the NWS.  I see them as an official source.  I know that there are other sources out there that might have more data points, but I prefer the NWS, so that&#8217;s what I&#8217;m gonna use.</p>
<p>I&#8217;ve already created a brief outline of what I want to accomplish.  I even started sketching out the database schema over the weekend.  Now I just need to force myself to sit at the computer and work on it.  I definitely could use the distraction while I&#8217;m waiting.  Once I have things finished up, I&#8217;ll most likely add it to this site for download (with instructions of course).  I don&#8217;t know if anyone else will want to use it, but it will be good for me to put this together.  And it will be something nice to add to my portfolio. <img src='http://www.hightechredneckwoman.com/wp-includes/images/smilies/G-smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.hightechredneckwoman.com/2009/04/28/new-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery tips: External Links</title>
		<link>http://www.hightechredneckwoman.com/2009/01/15/jquery-tips-external-links/</link>
		<comments>http://www.hightechredneckwoman.com/2009/01/15/jquery-tips-external-links/#comments</comments>
		<pubDate>Fri, 16 Jan 2009 02:14:50 +0000</pubDate>
		<dc:creator>Becky</dc:creator>
				<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.hightechredneckwoman.com/?p=707</guid>
		<description><![CDATA[<p>As I <a href="http://www.hightechredneckwoman.com/2009/01/15/warning-geeky-content-coming-soon/">mentioned earlier today</a>, I've been learning about <a href="http://jquery.com/" target="external">jQuery</a> at work during my spare time.  I read some documentation on the jQuery website and went through some tutorials both on that site and on others.  I've learned quite a bit since I started.  </p>
<p>I wanted to share something that I thought was pretty cool.  If nothing else, I wanted to save it for later reference for myself.  And if someone&#160;[&#8230;]</p>]]></description>
			<content:encoded><![CDATA[<p>As I <a href="http://www.hightechredneckwoman.com/2009/01/15/warning-geeky-content-coming-soon/">mentioned earlier today</a>, I've been learning about <a href="http://jquery.com/" target="external">jQuery</a> at work during my spare time.  I read some documentation on the jQuery website and went through some tutorials both on that site and on others.  I've learned quite a bit since I started.  </p>
<p>I wanted to share something that I thought was pretty cool.  If nothing else, I wanted to save it for later reference for myself.  And if someone else finds it useful, that's even better.</p>
<p>Let's say that you add classes to the links you have on your website (whether it's a blog or just a normal website) to indicate external links, such as the following:</p>
<p><span id="more-707"></span>
<div class="syntax_hilite">
<div id="html-6">
<div class="html"><span style="color: #009900;"><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">&lt;a</span></a> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">"http://www.url1.com"</span> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">"external"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Link 1<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/a&gt;</span></span><span style="color: #009900;"><a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">&lt;br</span></a> /<span style="color: #000000; font-weight: bold;">&gt;</span></a></span><br />
<span style="color: #009900;"><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">&lt;a</span></a> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">"http://www.url2.com"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Link 2<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/a&gt;</span></span><span style="color: #009900;"><a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">&lt;br</span></a> /<span style="color: #000000; font-weight: bold;">&gt;</span></a></span><br />
<span style="color: #009900;"><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">&lt;a</span></a> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">"http://www.url3.com"</span> <span style="color: #000066;">class</span>=<span style="color: #ff0000;">"external"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Link 3<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/a&gt;</span></span><span style="color: #009900;"><a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">&lt;br</span></a> /<span style="color: #000000; font-weight: bold;">&gt;</span></a></span><br />
<span style="color: #009900;"><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">&lt;a</span></a> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">"http://www.url4.com"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Link 4<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/a&gt;</span></span><span style="color: #009900;"><a href="http://december.com/html/4/element/br.html"><span style="color: #000000; font-weight: bold;">&lt;br</span></a> /<span style="color: #000000; font-weight: bold;">&gt;</span></a></span></div>
</div>
</div>
<p></p>
<p>Let's also say that you want to add either text or an image to the external links to indicate to your readers that they are links that will take them away from your website.  Since they <strong>are</strong> external links, you probably also want to open the links in a new browser window.</p>
<p>Of course, you can always manually add the text or image after the external links, and you can add <strong>target="_blank"</strong> or <strong>target="windowname"</strong>.  But that just adds more work for you to do.  And what if you're lazy?</p>
<p>Well, with jQuery, you can leave your links coded as above and add some code to do the rest of the work for you.  </p>
<p>The first think you need to do is include the jquery.js file.  If you're looking into jQuery, you probably are familar with how to set up an html page and include that file, so I'm not going to include that code (even though it <strong>is</strong> only one line).</p>
<p>You then have 2 options ... include the following code between some &lt;script&gt; tags directly on your page or create a separate javascript file and include that.  I tend to do that latter to keep my pages clean.  Now for the code ...</p>
<div class="syntax_hilite">
<div id="javascript-7">
<div class="javascript">$<span style="color: #66cc66;">&#40;</span>document<span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">ready</span><span style="color: #66cc66;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #009900; font-style: italic;">// add your text or image to the end of the link</span><br />
&nbsp; &nbsp; $<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">"a.external"</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">append</span><span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">"*"</span><span style="color: #66cc66;">&#41;</span>;</p>
<p>&nbsp; &nbsp; <span style="color: #009900; font-style: italic;">// make the link open in a new window</span><br />
&nbsp; &nbsp; $<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">"a.external"</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">click</span><span style="color: #66cc66;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; window.<span style="color: #000066;">open</span><span style="color: #66cc66;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span>.<span style="color: #006600;">href</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">false</span>;<br />
&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#41;</span>;<br />
<span style="color: #66cc66;">&#125;</span></div>
</div>
</div>
<p></p>
<p>Now let's go through the pieces.</p>
<div class="syntax_hilite">
<div id="javascript-8">
<div class="javascript">$<span style="color: #66cc66;">&#40;</span>document<span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">ready</span><span style="color: #66cc66;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</div>
</div>
<p></p>
<p>This piece of code is a pretty basic part of jQuery (from what I understand).  It is a wrapper (of sorts) that you put around the rest of your code.  It's sort of like <strong>window.onload()</strong> only better. <img src='http://www.hightechredneckwoman.com/wp-includes/images/smilies/G-grin.gif' alt=':biggrin:' class='wp-smiley' /> It makes your code available as soon as the DOM has finished loading.  This means that your code can be executed before any images you have on the page while <strong>window.onload()</strong> doesn't (at least I think that's the case ... I'm no javascript expert).</p>
<div class="syntax_hilite">
<div id="javascript-9">
<div class="javascript"><span style="color: #009900; font-style: italic;">// add your text or image to the end of the link</span><br />
$<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">"a.external"</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">append</span><span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">"*"</span><span style="color: #66cc66;">&#41;</span>;</div>
</div>
</div>
<p></p>
<p>This does what the comment says it does.  It finds all of the links that have a class of "external" and adds the text (or image code) to the end of it.</p>
<div class="syntax_hilite">
<div id="javascript-10">
<div class="javascript"><span style="color: #009900; font-style: italic;">// make the link open in a new window</span><br />
$<span style="color: #66cc66;">&#40;</span><span style="color: #3366CC;">"a.external"</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #006600;">click</span><span style="color: #66cc66;">&#40;</span><span style="color: #003366; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span><br />
&nbsp; &nbsp; window.<span style="color: #000066;">open</span><span style="color: #66cc66;">&#40;</span><span style="color: #000066; font-weight: bold;">this</span>.<span style="color: #006600;">href</span><span style="color: #66cc66;">&#41;</span>;<br />
&nbsp; &nbsp; <span style="color: #000066; font-weight: bold;">return</span> <span style="color: #003366; font-weight: bold;">false</span>;<br />
<span style="color: #66cc66;">&#125;</span><span style="color: #66cc66;">&#41;</span>;</div>
</div>
</div>
<p></p>
<p>This code binds the custom "click" function to the links that have a class of "external".  The custom function just opens the url that is in the href attribute in a new window.  The <strong>return false</strong> just keeps the current browser window from following the link.</p>
<p>That's it.  It's that simple.  I really hope I didn't confuse you completely with my explanation.  I also hope that I did the jQuery justice by explaining it the way I did (hopefully correctly).  I'm going to try working this into this site some time soon ... at least the image indicators.  </p>
<p>I may be doing more posts like this in the future as I find other tidbits that I find useful.  They might be simple like this one is, and they may be more complex.  It just depends on what I find useful.  So consider yourself warned. <img src='http://www.hightechredneckwoman.com/wp-includes/images/smilies/G-razz3.gif' alt=':razz2:' class='wp-smiley' /> </p>
<p><strong>Side note:</strong> Wow.  This is my third post (here) today.  And I even posted an entry on <a href="http://newme.hightechredneckwoman.com/" target="external">my other blog</a>.  That makes this my <strong>fourth</strong> post in one day.  I think this is some sort of record.  LOL</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hightechredneckwoman.com/2009/01/15/jquery-tips-external-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Warning: Geeky Content Coming Soon</title>
		<link>http://www.hightechredneckwoman.com/2009/01/15/warning-geeky-content-coming-soon/</link>
		<comments>http://www.hightechredneckwoman.com/2009/01/15/warning-geeky-content-coming-soon/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 18:22:29 +0000</pubDate>
		<dc:creator>Becky</dc:creator>
				<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://www.hightechredneckwoman.com/2009/01/15/warning-geeky-content-coming-soon/</guid>
		<description><![CDATA[<p>I thought I'd give you a heads up ... a warning of sorts.  I plan on writing up some pretty geeky posts in the near future.  </p>
<p>At work, they use jQuery.  In my spare time this week (which there has been too much of for my taste), I've been reading up on the subject.  I'm liking what I've learned this far. </p>
<p>I thought I'd write up some posts with some tips and tricks&#160;[&#8230;]</p>]]></description>
			<content:encoded><![CDATA[<p>I thought I'd give you a heads up ... a warning of sorts.  I plan on writing up some pretty geeky posts in the near future.  </p>
<p>At work, they use jQuery.  In my spare time this week (which there has been too much of for my taste), I've been reading up on the subject.  I'm liking what I've learned this far. </p>
<p>I thought I'd write up some posts with some tips and tricks ... both for me to look back on and hopefully to help others too. They'll be pretty basic to start with but might get more in-depth later on. </p>
<p>That's enough for now. It's frickin' hard to type on this little keyboard (on my iPod Touch).  I'll try to write up my first post on this subject tonite, so consider yourself warned. <img src='http://www.hightechredneckwoman.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.hightechredneckwoman.com/2009/01/15/warning-geeky-content-coming-soon/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What should I do with it?</title>
		<link>http://www.hightechredneckwoman.com/2009/01/13/what-should-i-do-with-it/</link>
		<comments>http://www.hightechredneckwoman.com/2009/01/13/what-should-i-do-with-it/#comments</comments>
		<pubDate>Wed, 14 Jan 2009 00:54:50 +0000</pubDate>
		<dc:creator>Becky</dc:creator>
				<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[career]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.hightechredneckwoman.com/?p=697</guid>
		<description><![CDATA[<p>After I <a href="http://www.hightechredneckwoman.com/2008/10/10/not-sure-where-to-start/">lost my job back in October</a>, I bought a domain for my resume (it's my full name).  I wanted to put my resume online so I could point potential employers to it, and I didn't want to put it on a subdomain of this domain (that just didn't sound professional ... resume.hightechredneckwoman.com? Nope.).  As of right now, it has my resume, my portfolio, background info, a letter of recommendation, and a contact&#160;[&#8230;]</p>]]></description>
			<content:encoded><![CDATA[<p>After I <a href="http://www.hightechredneckwoman.com/2008/10/10/not-sure-where-to-start/">lost my job back in October</a>, I bought a domain for my resume (it's my full name).  I wanted to put my resume online so I could point potential employers to it, and I didn't want to put it on a subdomain of this domain (that just didn't sound professional ... resume.hightechredneckwoman.com? Nope.).  As of right now, it has my resume, my portfolio, background info, a letter of recommendation, and a contact form.  I want to keep this website as my "professional" site, but I want to do more with it.</p>
<p>All that I know that I wanna do as of now is redesign the layout.  I also want to add more to it to make it more of an asset for getting a job.  One thing I was thinking of adding was a page/section with some code samples.  But other than that, I'm not sure what else to add.  I want it to be a showcase of what I can do.  After all, my current chosen career path <strong><em>IS</em></strong> web development/programming.  And I want to stay in this career path for as long as I can.</p>
<p>So this is where you, faithful readers, come in.  What do you think I should add to the site?  Do you have a professional site of your own?  What do you have on it?  I'm looking for ideas as to how to improve mine.  That and I miss working in php (since I don't get to at work). <img src='http://www.hightechredneckwoman.com/wp-includes/images/smilies/G-grin.gif' alt=':biggrin:' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.hightechredneckwoman.com/2009/01/13/what-should-i-do-with-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Inspiration needed</title>
		<link>http://www.hightechredneckwoman.com/2008/11/07/inspiration-needed/</link>
		<comments>http://www.hightechredneckwoman.com/2008/11/07/inspiration-needed/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 16:20:20 +0000</pubDate>
		<dc:creator>Becky</dc:creator>
				<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[distractions]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.hightechredneckwoman.com/?p=496</guid>
		<description><![CDATA[<p>I need some help from you, faithful readers (I know there's at least one of you out there ... LOL).  I need some inspiration.  You see, over the past month, I've determined that I'm more happy during the day if I'm coding.  When I was putting up my resume website and working on the redesign of this site, I was definitely in a better mood.  On days where I'm not coding, it's not good.  I'm&#160;[&#8230;]</p>]]></description>
			<content:encoded><![CDATA[<p>I need some help from you, faithful readers (I know there's at least one of you out there ... LOL).  I need some inspiration.  You see, over the past month, I've determined that I'm more happy during the day if I'm coding.  When I was putting up my resume website and working on the redesign of this site, I was definitely in a better mood.  On days where I'm not coding, it's not good.  I'm usually found on the couch staring at the tv.  Not a pretty sight.  </p>
<p>So, while I'm waiting to find my next job, I need something to occupy my time during the day ... a new project.  I've had a couple ideas, but nothing has lit a fire under my ass yet.  One idea I had was for a weather script that I could turn into a WordPress plugin.  I had a weather script for quite some time, but I took it offline when I cleaned up my other domain.  Another idea I had was to put together a racing website.  I've had a few in the past, each devoted to a single driver.  This time around, I was going to make a generic racing site that had info on all drivers in the series.  I also thought about adding a page where visiters could create an account and select up to 3 drivers to view info for each time they came to the site, if they were logged in. </p>
<p>What I need from you, faithful readers ... or what I'm hoping you'll provide ... are some ideas for things for me to work on.  Perhaps an idea for a WordPress plugin that hasn't yet been done (or that could be improved upon), or some other functionality for any website.  Or should I dive into either the weather script or racing website?  Help me find a reason to get up in the mornings until I find my next job.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hightechredneckwoman.com/2008/11/07/inspiration-needed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Time to do it again</title>
		<link>http://www.hightechredneckwoman.com/2008/01/10/time-to-do-it-again/</link>
		<comments>http://www.hightechredneckwoman.com/2008/01/10/time-to-do-it-again/#comments</comments>
		<pubDate>Fri, 11 Jan 2008 00:36:46 +0000</pubDate>
		<dc:creator>Becky</dc:creator>
				<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.hightechredneckwoman.com/2008/01/10/time-to-do-it-again/</guid>
		<description><![CDATA[<p>I have my desktop all set up so that I can work on my websites and preview and stuff without having to upload the files to my web host to preview.  I have <a href="http://www.easyphp.org">EasyPHP</a> installed so I can develop in php and mySQL.  I set up my hosts file and the apache config so that I could access my websites on my desktop easily.  It's a nice setup.</p>
<p>Now that I have the laptop,&#160;[&#8230;]</p>]]></description>
			<content:encoded><![CDATA[<p>I have my desktop all set up so that I can work on my websites and preview and stuff without having to upload the files to my web host to preview.  I have <a href="http://www.easyphp.org">EasyPHP</a> installed so I can develop in php and mySQL.  I set up my hosts file and the apache config so that I could access my websites on my desktop easily.  It's a nice setup.</p>
<p>Now that I have the laptop, I'm not using the desktop any more (or at least not as much).  I plan on leaving my music and pictures.  That's working great.  I even have my work laptop in the same network as the desktop and the laptop so I can listen to the music on my laptop while I'm on work and not have to disturb the desktop.  </p>
<p>I'm thinking of leaving my website files there as well.  I was able to map the folder on my desktop that has the files as a network drive on my laptop (really easy ... woohoo).  I downloaded Eclipse the other day and EasyPHP tonite as well as php 5.2.2 (so I have the same version to develop with as where my websites live).  I'm hoping I can set up everything like I had it on my desktop so I can get back to working on my websites.</p>
<p>I want to fix the layout here.  The script I found to make the sidebars the same length as the main don't always work the way I'd like (I think due to js pieces loading slowly).  And it needs some freshening up.  And I had plans to create a new racing site too.  I'd better get my ass in gear on that one since the season is starting soon.  They're already testing at Daytona.</p>
<p>So ... off to try to get stuff set up.  Hopefully I don't end up tossing my laptop across the room.  I'd better not.  Not after waiting as long as I did to finally get one.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hightechredneckwoman.com/2008/01/10/time-to-do-it-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up local dev environment</title>
		<link>http://www.hightechredneckwoman.com/2007/10/05/setting-up-local-dev-environment/</link>
		<comments>http://www.hightechredneckwoman.com/2007/10/05/setting-up-local-dev-environment/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 01:47:20 +0000</pubDate>
		<dc:creator>Becky</dc:creator>
				<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.hightechredneckwoman.com/2007/10/05/setting-up-local-dev-environment/</guid>
		<description><![CDATA[<p>I'm posting this more for future reference in case I need it again, but maybe it will help someone out there.</p>
<p>I've been working on setting up my development environment tonite the way that I want it (and can you believe I even turned the tv off ... <img src='http://www.hightechredneckwoman.com/wp-includes/images/smilies/shock.gif' alt=':shock:' class='wp-smiley' /> but it will be turned back on in about 20 min so I can watch GH on SoapNet ... I love having&#160;[&#8230;]</p>]]></description>
			<content:encoded><![CDATA[<p>I'm posting this more for future reference in case I need it again, but maybe it will help someone out there.</p>
<p>I've been working on setting up my development environment tonite the way that I want it (and can you believe I even turned the tv off ... <img src='http://www.hightechredneckwoman.com/wp-includes/images/smilies/shock.gif' alt=':shock:' class='wp-smiley' /> but it will be turned back on in about 20 min so I can watch GH on SoapNet ... I love having that channel ... but I digress ... ).  I wanted to set everything up once right and not have to do it again.  </p>
<p>Since I'm running locally, I needed to use http://localhost to access my stuff.  But what about subdomains?  And what about different main domains?  For example, I wanted to set up the Avalanche site so I could work on that and a dev version of this site and a dev version of a new site I'm planning.  But I didn't want to have to do http://localhost/avalanchecountry or whatever.  I wanted to be able to do http://avalanchecountry and get to my <strong>local</strong> copy.</p>
<p>I did a little searching online and found out how to set up a Virtual Host for my local dev environment.  And I already new how to add entries to my HOSTS file.  The following is what I needed to do to be able to use http://avalanchecountry to access my local dev version ...</p>
<p><strong>Add the following to the HOSTS file:</strong></p>
<div class="syntax_hilite">
<div id="code-15">
<div class="code"><span style="color:#800000;">127</span>.<span style="color:#800000;">0</span>.<span style="color:#800000;">0</span>.<span style="color:#800000;">1</span> avalanchecountry</div>
</div>
</div>
<p></p>
<p><strong>Add the following to the httpd.conf file:</strong></p>
<div class="syntax_hilite">
<div id="code-16">
<div class="code">NameVirtualHost *<br />
&lt;VirtualHost *:<span style="color:#800000;">80</span>&gt;<br />
&nbsp;ServerName localhost<br />
&nbsp;DocumentRoot <span style="color:#CC0000;">"C:/websites/public_html"</span><br />
&nbsp;DirectoryIndex index.<span style="">php</span> index.<span style="">html</span> index.<span style="">html</span> index.<span style="">htm</span> index.<span style="">shtml</span><br />
&lt;/VirtualHost&gt;</p>
<p>&lt;VirtualHost *:<span style="color:#800000;">80</span>&gt;<br />
&nbsp;ServerName avalanchecountry<br />
&nbsp;DocumentRoot <span style="color:#CC0000;">"C:/websites/public_html/avalanchecountry"</span><br />
&nbsp;DirectoryIndex index.<span style="">php</span> index.<span style="">html</span> index.<span style="">html</span> index.<span style="">htm</span> index.<span style="">shtml</span><br />
&lt;/VirtualHost&gt;</div>
</div>
</div>
<p></p>
<p>And to set up a subdomain, just a little tweak ...</p>
<p><strong>Add the following to the HOSTS file:</strong></p>
<div class="syntax_hilite">
<div id="code-17">
<div class="code"><span style="color:#800000;">127</span>.<span style="color:#800000;">0</span>.<span style="color:#800000;">0</span>.<span style="color:#800000;">1</span> design.<span style="">hightechredneckwoman</span></div>
</div>
</div>
<p></p>
<p><strong>Add the following to the httpd.conf file:</strong></p>
<div class="syntax_hilite">
<div id="code-18">
<div class="code">&lt;VirtualHost *:<span style="color:#800000;">80</span>&gt;<br />
&nbsp;ServerName design.<span style="">hightechredneckwoman</span><br />
&nbsp;DocumentRoot <span style="color:#CC0000;">"C:/websites/public_html/design"</span><br />
&nbsp;DirectoryIndex index.<span style="">php</span> index.<span style="">html</span> index.<span style="">html</span> index.<span style="">htm</span> index.<span style="">shtml</span><br />
&lt;/VirtualHost&gt;</div>
</div>
</div>
<p></p>
<p>Then stop and restart Apache.  And all is happy happy.  Woohoo!  Now I can spend the weekend working on my own websites for a change.  I haven't done that in WAY too long.  It's time to think about <strong>ME</strong> for a change.  :G-razz3:</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hightechredneckwoman.com/2007/10/05/setting-up-local-dev-environment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bit the bullet</title>
		<link>http://www.hightechredneckwoman.com/2007/10/05/bit-the-bullet/</link>
		<comments>http://www.hightechredneckwoman.com/2007/10/05/bit-the-bullet/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 00:16:32 +0000</pubDate>
		<dc:creator>Becky</dc:creator>
				<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.hightechredneckwoman.com/2007/10/05/bit-the-bullet/</guid>
		<description><![CDATA[<p>In my <a href="http://www.hightechredneckwoman.com/2007/09/20/gimmie-5/">last post</a>, I mentioned that I upgraded to php5 on the server where my websites are.  I have lots of plans, but I just haven't felt like doing anything in the evenings.  I have lots of plans ... just not the desire to start.</p>
<p>Well ... I changed that tonite.  I upgraded to php5 in my development environment.  I only hit one little snag ... MySQL wasn't working.  It turned out that&#160;[&#8230;]</p>]]></description>
			<content:encoded><![CDATA[<p>In my <a href="http://www.hightechredneckwoman.com/2007/09/20/gimmie-5/">last post</a>, I mentioned that I upgraded to php5 on the server where my websites are.  I have lots of plans, but I just haven't felt like doing anything in the evenings.  I have lots of plans ... just not the desire to start.</p>
<p>Well ... I changed that tonite.  I upgraded to php5 in my development environment.  I only hit one little snag ... MySQL wasn't working.  It turned out that I needed to add something to the php.ini file to configure php to have MySQL support.  Apparently MySQL support isn't turned on by default in php5.  Thank goodness I found the answer on how to get things working in the support forums for EasyPHP.</p>
<p>In the past, when I did changes to my websites, I'd do the changes and then upload the changes to my webhost to see if things worked.  That really was a pain in my ass, but it was the only way I could do it.</p>
<p>I have an old computer tower that I wanted to turn into a web server for testing purposes.  But I would basically have to build it from scratch and just use the tower to put it in since the tower is so frickin' old.  But that takes money ... and I didn't have it to spare for something like that.</p>
<p>I managed to run across a program allowing me to run php/apache/MySQL on my computer ... <a href="http://www.easyphp.org" target="external">EasyPHP</a>.  I don't remember where/how I found it ... probably in a web search.  But I downloaded it and tried it.  It worked great.  I can FINALLY develop locally and THEN upload my changes after I know that they work.  Awesome!!!</p>
<p>As I said earlier ... since I upgraded to php5 on my live server, I wanted to do the same on my local server so I could code in it (especially since I'm used to working with php5 at work).  It's all done and working.  No more excuses.  </p>
<p>Since I'm sitting here right now, I'm going to start.  Where to start?  I'm going to start on redoing my database connection class.  I know that I can find a lot of classes online for this, but I want to write my own.  It's a good experience, and that way it'll do what I want it to do.  I think I'll post it here and make it available for download after I'm finished.  Now, I'm not saying that my version will be any better than any of the others out there, but maybe there's someone out there who will find it useful ... other than me that it.  So stay tuned.  </p>
]]></content:encoded>
			<wfw:commentRss>http://www.hightechredneckwoman.com/2007/10/05/bit-the-bullet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gimmie 5</title>
		<link>http://www.hightechredneckwoman.com/2007/09/20/gimmie-5/</link>
		<comments>http://www.hightechredneckwoman.com/2007/09/20/gimmie-5/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 01:08:19 +0000</pubDate>
		<dc:creator>Becky</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Programming]]></category>

		<guid isPermaLink="false">http://www.hightechredneckwoman.com/2007/09/20/gimmie-5/</guid>
		<description><![CDATA[<p>I feel bad.  I've been neglecting my websites for quite some time.  I used to be able to unwind and spend hours working on my websites.  Now, after working on someone else's website all day at work, I just don't feel like doing anything with my own when I get home.  </p>
<p>But lately I've started getting the itch to work on things again.  I haven't updated my racing websites since April.  But with Jr's&#160;[&#8230;]</p>]]></description>
			<content:encoded><![CDATA[<p>I feel bad.  I've been neglecting my websites for quite some time.  I used to be able to unwind and spend hours working on my websites.  Now, after working on someone else's website all day at work, I just don't feel like doing anything with my own when I get home.  </p>
<p>But lately I've started getting the itch to work on things again.  I haven't updated my racing websites since April.  But with Jr's sponsor and number announcement, I've gotten the itch to work on my racing sites again (I even fiddled around with a header image last nite) ... consolidate them into a single site for all my favorite drivers.  </p>
<p>At work, we have php5.  I've gotten so used to working with it, I thought I'd finally bite the bullet and switch to php5 for my own sites.  I checked out the forums for my host, and it turns out that all I needed to do to switch over to php5 was put the following in my .htaccess file:</p>
<blockquote><p>AddHandler application/x-httpd-php5 .php</p></blockquote>
<p>Talk about easy.  So I am now running my websites on php5.  I looked things over, and everything looks like it's working.  This blog is working ... my photo gallery is working ... and even the crappy guestbook script I wrote several years ago still works.  Woohoo!  But if you happen to run across any issues while visiting, please let me know so I can fix things.  </p>
<p>I have several things that I want to do:</p>
<ul>
<li>write a database connection class (I already wrote a basic one, but I want to expand on it)</li>
<li>write a recordset class</li>
<li>update and improve on my guestbook script (who knows ... maybe I could even make some money on it)</li>
<li>update and improve my weather script ... expand it to get the forecast as well as the current conditions</li>
</ul>
<p>When I do dive back into my sites, I'm going to have to transition working with MySQL again.  At work, we use mySQL.  I have gotten so used to it, it's going to be interesting working my MySQL again.</p>
<p>Now that I've actually put my plans in writing, hopefully it'll be motivation to stick with it.  And I'll hopefully have techie stuff to post about (since I am a High <b>Tech</b> Redneck Woman ... LOL).  So stay tuned ...</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hightechredneckwoman.com/2007/09/20/gimmie-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
