<?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>bradleycushing.com &#124; creative</title>
	<atom:link href="http://www.bradleycushing.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bradleycushing.com</link>
	<description>simple. clean. crisp.</description>
	<lastBuildDate>Tue, 18 Aug 2009 21:08:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>keep your dev with the live</title>
		<link>http://www.bradleycushing.com/web/keep-your-dev-with-the-live/</link>
		<comments>http://www.bradleycushing.com/web/keep-your-dev-with-the-live/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 17:49:03 +0000</pubDate>
		<dc:creator>bradley</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.bradleycushing.com/?p=1250</guid>
		<description><![CDATA[When I develop a website I like to keep the development area in a subdomain (dev.bradleycushing.com) or one level back (bradleycushing.com/dev/). This way when it&#8217;s time to move my files over and make em&#8217; live, I don&#8217;t have to do anything but upload. Make sure to keep your assets folder in the live area so [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.bradleycushing.com/web/keep-your-dev-with-the-live/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>spectrum goes pluggable</title>
		<link>http://www.bradleycushing.com/web/spectrum-goes-pluggable/</link>
		<comments>http://www.bradleycushing.com/web/spectrum-goes-pluggable/#comments</comments>
		<pubDate>Mon, 17 Aug 2009 17:39:54 +0000</pubDate>
		<dc:creator>bradley</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[(x)html]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.bradleycushing.com/?p=1505</guid>
		<description><![CDATA[The spectrum framework will now be developed as pluggable packs. pluggable packs signifies a change in development of one solid framework to one having multiple customizable instances. The goal is to create a fully customizable starting point for (x)html and CSS. Fill out one simple form, download your custom code, and begin! (not quite yet, [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.bradleycushing.com/web/spectrum-goes-pluggable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>same shit, different day</title>
		<link>http://www.bradleycushing.com/web/same-shit-different-day/</link>
		<comments>http://www.bradleycushing.com/web/same-shit-different-day/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 14:56:53 +0000</pubDate>
		<dc:creator>bradley</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[cms]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.bradleycushing.com/?p=1080</guid>
		<description><![CDATA[Some different techniques for if statements in php. In the second example note the use of forward slashes used to escape the quotations inside the echo function.

php if statement (xhtml only)

&#60;?php if (is_page('writing')): ?&#62;
&#60;p&#62;Lorem ipsum dolor sit amet, consectetuer 
adipiscing elit. Aenean magna tortor, luctus 
sit amet, nonummy non, consequat ac, augue. 
Cras quis lacus [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.bradleycushing.com/web/same-shit-different-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jazz up your headings</title>
		<link>http://www.bradleycushing.com/web/jazz-up-your-headings/</link>
		<comments>http://www.bradleycushing.com/web/jazz-up-your-headings/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 14:39:13 +0000</pubDate>
		<dc:creator>bradley</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[(x)html]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.bradleycushing.com/?p=1150</guid>
		<description><![CDATA[These headings are more jazzy than as jazzy as John Coltrane my friend. Subtitles can serve as a great descriptor, especially if your post titles are random snipets of nothing like mine. This code is for the title and subtitle in the life section.

heading (x)html (&#60;h1&#62; and &#60;span&#62;)

&#60;h1&#62;life &#60;span&#62;in the shadows&#60;/span&#62;&#60;/h1&#62;



I try not to put [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.bradleycushing.com/web/jazz-up-your-headings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>php ob_get_contents(); buffer</title>
		<link>http://www.bradleycushing.com/web/php-ob_get_contents-buffer/</link>
		<comments>http://www.bradleycushing.com/web/php-ob_get_contents-buffer/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 20:42:15 +0000</pubDate>
		<dc:creator>bradley</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[baffled]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.bradleycushing.com/?p=1078</guid>
		<description><![CDATA[Found the dope resource when trying to store a php include inside a variable. There is a little more to it than I first thought, but not much more. Content Management Systems are built and rely upon this simpleness.

php buffer (with includes)

&#60;?php ob_start(); // start buffer
include ('include.php');
$content = ob_get_contents(); 
// buffer contents to variable
ob_end_clean(); // [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.bradleycushing.com/web/php-ob_get_contents-buffer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>icon css framework (icn class)</title>
		<link>http://www.bradleycushing.com/web/icon-css-framework-icn-class/</link>
		<comments>http://www.bradleycushing.com/web/icon-css-framework-icn-class/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 20:08:45 +0000</pubDate>
		<dc:creator>bradley</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[(x)html]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[inspiration]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://www.bradleycushing.com/?p=1095</guid>
		<description><![CDATA[Simple yet dope, just another feature of the spectrum framework. spectrum includes icons for css, html, txt, pdf, email, vcard, zip, twitter, facebook, and linkedin. Icons can be applied to any element by setting class=&#8221;icn facebook&#8221; and so on. The icon names are listed below as they correspond to the framework.



icon framework (x)html (icn txt)

&#60;p&#62;&#60;a [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.bradleycushing.com/web/icon-css-framework-icn-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess RewriteEngine On</title>
		<link>http://www.bradleycushing.com/web/htaccess-rewriteengine-on/</link>
		<comments>http://www.bradleycushing.com/web/htaccess-rewriteengine-on/#comments</comments>
		<pubDate>Thu, 21 May 2009 20:59:37 +0000</pubDate>
		<dc:creator>bradley</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://www.bradleycushing.com/?p=1087</guid>
		<description><![CDATA[I implemented an .htaccess Rewrite for whatit.be today and figured I would post it for my own reference and for anybody else who doesn&#8217;t read this shit. Anytime I setup a new website or even domain, this is one of the first things to be done.



.htaccess Rewrite (no www)

RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} !^whatit.be$ [NC]
RewriteRule ^(.*)$ [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.bradleycushing.com/web/htaccess-rewriteengine-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rounded corners with CSS</title>
		<link>http://www.bradleycushing.com/web/rounded-corners-with-css/</link>
		<comments>http://www.bradleycushing.com/web/rounded-corners-with-css/#comments</comments>
		<pubDate>Wed, 20 May 2009 00:59:08 +0000</pubDate>
		<dc:creator>bradley</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[(x)html]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://www.bradleycushing.com/?p=1084</guid>
		<description><![CDATA[
div#box {
line-height: 1.2;
width: 88px;
height: 60px;
padding: 5px;
margin: 0 20px 2.0em 0;
float: left;
background: #eee;
border: 1px dashed #ddd;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
box-shadow: 3px 3px 10px #ccc;
-webkit-box-shadow: 3px 3px 10px #ccc;
-moz-box-shadow: 3px 3px 10px #ccc;}

div#box:hover {
color: #777;
background: #ddd;
border: 1px solid #ccc;
box-shadow: 3px 3px 10px #bbb;
-webkit-box-shadow: 3px 3px 10px #bbb;
-moz-box-shadow: 3px 3px 10px #bbb;}

div#box p {
font-size: 4.8em;}




box



Couldn&#8217;t find the one [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.bradleycushing.com/web/rounded-corners-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>google chart api</title>
		<link>http://www.bradleycushing.com/web/google-chart-api/</link>
		<comments>http://www.bradleycushing.com/web/google-chart-api/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 20:04:34 +0000</pubDate>
		<dc:creator>bradley</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[(x)html]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[reference]]></category>

		<guid isPermaLink="false">http://www.bradleycushing.com/?p=1093</guid>
		<description><![CDATA[
A friend opened my mind sending me a link to some dope api charts developed by google code. Apparently this was developed for use on google finance and then opened up to the public.



code used for image path (src)

http://chart.apis.google.com/chart?
chs=88x60
&#038;chd=t:33,33,33
&#038;cht=p3

The code is so simple it hurts and fully customizable except for a few small things. Font [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.bradleycushing.com/web/google-chart-api/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>fabricated life</title>
		<link>http://www.bradleycushing.com/art/fabricated-life/</link>
		<comments>http://www.bradleycushing.com/art/fabricated-life/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 16:29:00 +0000</pubDate>
		<dc:creator>bradley</dc:creator>
				<category><![CDATA[art]]></category>
		<category><![CDATA[clothing]]></category>
		<category><![CDATA[illustration]]></category>

		<guid isPermaLink="false">http://www.bradleycushing.com/?p=884</guid>
		<description><![CDATA[

These illustrations were done around January 2008 but I just recently decided to add them. Around this time I was living in Manasquan, NJ looking for a job.

Luckily I found one and managed to keep it so far through the great depression of now. Holler. These designs were also meant for clothing when I created [...]


No related posts.]]></description>
		<wfw:commentRss>http://www.bradleycushing.com/art/fabricated-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
