<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>J.P. McGarrity</title>
	<link>http://jpmcgarrity.com/blog</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 02 Sep 2009 19:27:54 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Font CSS Substitution Methods</title>
		<description>

Many new methods of font substitution are coming of the wood work and old methods are now getting a second look.
@font-face method
The @font-face method was added to the CSS2 spec but then not recommended in CSS2.1. However with CSS3 it's back and supported by most popular modern browsers. Read about ...</description>
		<link>http://jpmcgarrity.com/blog/index.php/2009/09/font-css-substitution-methods/</link>
			</item>
	<item>
		<title>CSS Adjacent Sibling Combinators With Text</title>
		<description>
Here is a short and sweet post demonstrating the use of adjacent sibling combinators with text is an easy way to work with unique spacing with headers and copy in general.

Basic Example Code

h1 + p{
 padding:20px 0 0;
}
h2 + p{
  padding:0px 0 0;
	}
h3 + p{
 padding:0px 0 0;
}

Here is ...</description>
		<link>http://jpmcgarrity.com/blog/index.php/2009/08/css-adjacent-sibling-combinators-with-text/</link>
			</item>
	<item>
		<title>How to Swap Asus 1005HA Wifi Card OSX10.5</title>
		<description>Before we begin I want to tell that you are doing this at your own risk and this will be voiding the warranty of your netbook.

Here are a list of compatible cards I have seen mentioned online but I have only tested and verified the Dell 1510.

	Dell 1510 Tested and ...</description>
		<link>http://jpmcgarrity.com/blog/index.php/2009/08/how-to-swap-out-asus-1005ha-wifi-card-for-osx10-5/</link>
			</item>
	<item>
		<title>CSS Attribute Selectors</title>
		<description>

CSS Attribute selectors are a great way to target specific elements in your page and apply styles to them with out have go back and opening up the template file and changing code.

I find them extremely useful for creating form css.

There are 6 different types of attribute selectors

	[att=value]
The attribute has ...</description>
		<link>http://jpmcgarrity.com/blog/index.php/2009/08/css-attribute-selectors/</link>
			</item>
	<item>
		<title>Work with PHP5 locally on your Mac</title>
		<description>

Here are few quick steps to turn on PHP5 on your mac. This an easy modification allowing you to work with in your WebServer folder.

Note: To use this method 10.5+ is required.

	With your favorite text editor (I recommend Textmate) open Macintosh HD/private/etc/apache2/httpd.conf. You must allow hidden files to be seem ...</description>
		<link>http://jpmcgarrity.com/blog/index.php/2009/08/work-with-php5-locally-on-your-mac/</link>
			</item>
	<item>
		<title>Asus 1005HA Hackintosh</title>
		<description>

Here are the steps to install 10.5.8 OSX iDeneb on an Asus 1005HA. This installation requires you to have another OSX machine and either a USB key 10gigs + (recommend 16gig) or an external DVD drive.
Pre-installaton Downloads

	iDeneb (for my installation I used 1.4 10.5.6 OSX). Recommend grabbing the latest here.(you ...</description>
		<link>http://jpmcgarrity.com/blog/index.php/2009/08/asus-1005ha-hackintosh/</link>
			</item>
	<item>
		<title>How to Create a Bootable OSX USB Key</title>
		<description>

I recently purchased the Asus eee pc 1005HA and needed to install OSX (actually on this machine I chose the iDeneb method). While working on a tight budget for this project I didn't want to drop an extra $70 or so dollars for an external dvd drive. Instead I opted ...</description>
		<link>http://jpmcgarrity.com/blog/index.php/2009/08/how-to-create-a-boot-osx-usb-key/</link>
			</item>
	<item>
		<title>Use Textmate to Compose email with OSX Mail</title>
		<description>

Recently I started using Textmate for more things then just coding websites since thats bascially the tip of the iceburg then it comes to the most powerful editor on the mac.

If you interested in trying something new with Textmate here are basic instructions to use texmate to compose messages with ...</description>
		<link>http://jpmcgarrity.com/blog/index.php/2009/07/use-textmate-to-compose-email-with-osx-mail/</link>
			</item>
	<item>
		<title>HTML 5 Wordpress Theme (Naked)</title>
		<description>

Here is an updated version of the Naked Wordpress theme to support HTML5.
Wordpress Naked has been put together by us as a simple Wordpress theme to assist developers that need to quickly implement a blog using Wordpress but don't really have the time to spend looking under the hood in ...</description>
		<link>http://jpmcgarrity.com/blog/index.php/2009/07/html-5-wordpress-theme-naked/</link>
			</item>
	<item>
		<title>HTML 5 Bundle For Textmate</title>
		<description>

Here is a download to the HTML 5 Bundle I have started for Textmate. This is my first attempt at creating a bundle from scratch please provide feedback and requests and I will add them.

Download Here

Update 7/19/2009


The bundle has also been uploaded to Github.

View Repository 
 </description>
		<link>http://jpmcgarrity.com/blog/index.php/2009/07/html-5-bundle-for-textmate/</link>
			</item>
</channel>
</rss>
