<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>bradym.net</title>
	<link>http://bradym.net</link>
	<description>Random thoughts of a Code Monkey</description>
	<lastBuildDate>Tue, 29 Apr 2008 06:53:40 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Making the Windows Command Prompt Usable</title>
		<description>If you've used an interactive shell on Linux or OS X you know what a good command prompt is like. To go from that to the command prompt in Windows XP is painful, since I'm stuck on Windows at work, I had to do something about the command prompt to ...</description>
		<link>http://bradym.net/windows/making-the-windows-command-prompt-usable</link>
			</item>
	<item>
		<title>Opera friendly PHP redirect</title>
		<description>Opera can't handle a redirect to a URL that ends in an anchor. I found this out trying to use the PHP header() function.

From what little I was able to find using Google on the topic, it appears that Opera won't redirect a user to the page they just came ...</description>
		<link>http://bradym.net/php/opera-friendly-php-redirect</link>
			</item>
	<item>
		<title>Can&#8217;t get JCalendar to select a specific date when opening</title>
		<description>There is an error in calendar-setup.js that prevents the setting of an initial date for the calendar. Go to line 159 and replace the code:

if (dateEl) params.date = Date.parseDate(dateEl.value &#124;&#124; dateEl.innerHTML, dateFmt);
with:

if (dateEl &#38;&#38; (dateEl.value &#124;&#124; dateEl.innerHTML)) params.date = Date.parseDate(dateEl.value &#124;&#124; dateEl.innerHTML, dateFmt);ShareThis </description>
		<link>http://bradym.net/javascript/cant-get-jcalendar-to-select-a-specific-date-when-opening</link>
			</item>
	<item>
		<title>Display HTML code without having it parsed</title>
		<description>Sometimes it is nice to display html code with out it being parsed as html, for example if you are writing a tutorial and want to show how to do something.

To display code, you will need to use a code to display a &#60; or &#62; to prevent the browser ...</description>
		<link>http://bradym.net/html/display-html-code-without-having-it-parsed</link>
			</item>
	<item>
		<title>Setting up Wireless with DSL</title>
		<description>It turns out that setting up wireless with DSL is a bit different than with cable modem, here's how I got it to work.

In order to get it working I used a Cisco 678 DSL Modem, Linksys WRT54G Wireless Router and a Basic 5 port hub.

Here's the process that I ...</description>
		<link>http://bradym.net/misc/setting-up-wireless-with-dsl</link>
			</item>
	<item>
		<title>Choosing a Domain Registrar</title>
		<description>At one point between work and personal sites, I managed close to 10 different domain names. A couple years ago I decided it was time move all of the domain names I manage to one account to make my life easier.

Two of the domains I had registered before this time ...</description>
		<link>http://bradym.net/misc/choosing-a-domain-registrar</link>
			</item>
	<item>
		<title>Creating iCalendar (ics) files with PHP</title>
		<description>For a past project, I needed to create iCalendar files from event data stored in a database. There is an iCalendar class on phpclasses.org, but there is very little documentation and you need to understand some of the quirks of the iCalendar specification for it to be useful.

Since I got ...</description>
		<link>http://bradym.net/php/creating-icalendar-ics-files-with-php</link>
			</item>
	<item>
		<title>New Blog</title>
		<description>As you can see I've just setup WordPress to run my new blog. I'll post more soon.ShareThis </description>
		<link>http://bradym.net/news/hello-world</link>
			</item>
</channel>
</rss>
