<?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>Brad Harrington: Web Developer</title>
	<atom:link href="http://bradharrington.us/wp/feed/" rel="self" type="application/rss+xml" />
	<link>http://bradharrington.us/wp</link>
	<description>Nuts n Bolts</description>
	<lastBuildDate>Thu, 10 May 2012 18:07:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Microsoft is at it again!!</title>
		<link>http://bradharrington.us/wp/2012/05/10/microsoft-is-at-it-again/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=microsoft-is-at-it-again</link>
		<comments>http://bradharrington.us/wp/2012/05/10/microsoft-is-at-it-again/#comments</comments>
		<pubDate>Thu, 10 May 2012 18:06:27 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://bradharrington.us/wp/?p=557</guid>
		<description><![CDATA[http://www.foxnews.com/scitech/2012/05/10/microsoft-will-ban-chrome-firefox-from-windows-8-mozilla-says/ Trying to gain an advantage through force and unfair practices. Start complaining in public, otherwise they are going to walk all over us! &#160;]]></description>
			<content:encoded><![CDATA[<p><a title="Microsoft is at it again!" href="http://www.foxnews.com/scitech/2012/05/10/microsoft-will-ban-chrome-firefox-from-windows-8-mozilla-says/" target="_blank">http://www.foxnews.com/scitech/2012/05/10/microsoft-will-ban-chrome-firefox-from-windows-8-mozilla-says/</a></p>
<p>Trying to gain an advantage through force and unfair practices.</p>
<p>Start complaining in public, otherwise they are going to walk all over us!</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://bradharrington.us/wp/2012/05/10/microsoft-is-at-it-again/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Found a jQuery Cycle Plugin for WordPress</title>
		<link>http://bradharrington.us/wp/2012/02/28/found-a-jquery-cycle-plugin-for-wordpress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=found-a-jquery-cycle-plugin-for-wordpress</link>
		<comments>http://bradharrington.us/wp/2012/02/28/found-a-jquery-cycle-plugin-for-wordpress/#comments</comments>
		<pubDate>Tue, 28 Feb 2012 23:56:36 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://bradharrington.us/wp/?p=525</guid>
		<description><![CDATA[This is a plugin called: Meteor Slides Nice, simple, jQuery Cycle implementation that has all the various effects of the original. All you have to do is edit the header.php file in your theme to remove the current image and &#8230; <a href="http://bradharrington.us/wp/2012/02/28/found-a-jquery-cycle-plugin-for-wordpress/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>This is a plugin called: <a title="Meteor Slides" href="http://www.jleuze.com/plugins/meteor-slides/" target="_blank">Meteor Slides</a></p>
<p>Nice, simple, jQuery Cycle implementation that has all the various effects of the original.</p>
<p>All you have to do is edit the header.php file in your theme to remove the current image and replace it with the following:</p>
<p>&lt;div style=&#8221;clear:both&#8221;&gt;&lt;/div&gt;<br />
&lt;?php if ( function_exists( &#8216;meteor_slideshow&#8217; ) ) { meteor_slideshow(); } ?&gt;</p>
<p>It does have the ability to make it a manual or automated slideshow and it can also add next/previous buttons that could then be styled with CSS.  You can add a ton of images and only activate the images that you want at any given time.</p>
<p>It says it ONLY is tested up to version 3.21 but I tested it on the newest version of WP and it worked just fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://bradharrington.us/wp/2012/02/28/found-a-jquery-cycle-plugin-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixed Footer&#8217;s</title>
		<link>http://bradharrington.us/wp/2012/02/03/fixed-footers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fixed-footers</link>
		<comments>http://bradharrington.us/wp/2012/02/03/fixed-footers/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 22:02:02 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Site Related]]></category>

		<guid isPermaLink="false">http://bradharrington.us/wp/?p=468</guid>
		<description><![CDATA[Been looking at how the footer and header interacts with the rest of the code within WordPress.  I have wanted to figure out a way to keep my footer always showing and use it to display some imaging that I &#8230; <a href="http://bradharrington.us/wp/2012/02/03/fixed-footers/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Been looking at how the footer and header interacts with the rest of the code within WordPress.  I have wanted to figure out a way to keep my footer always showing and use it to display some imaging that I want to show.</p>
<p>I got this idea from my sister in law who found it at zengarden.</p>
<p>First off, my site is based on the Twenty Ten theme.</p>
<p>It&#8217;s a pretty easy fix, you have to go into your footer.php file and move the comment:</p>
<p>&lt;/div&gt;&lt;!&#8211; #wrapper &#8211;&gt;</p>
<p>Move it up from the bottom of the footer and place it right between the comments:</p>
<p>&lt;/div&gt;&lt;!&#8211; #main &#8211;&gt;</p>
<p>&lt;div id=&#8221;footer&#8221; role=&#8221;contentinfo&#8221;&gt;</p>
<p>So you have this:</p>
<p>&lt;/div&gt;&lt;!&#8211; #main &#8211;&gt;<br />
&lt;/div&gt;&lt;!&#8211; #wrapper &#8211;&gt;<br />
&lt;div id=&#8221;footer&#8221; role=&#8221;contentinfo&#8221;&gt;</p>
<p>From here, it&#8217;s just all playing around with CSS.</p>
<p>The basis thing is to go into your main footer CSS and make the position fixed and the bottom=0.  From there it&#8217;s just common sense CSS styling.  Depends what you want to do.  I am working on a cityscape graphic that will run the full width of the monitor right on the bottom.  I have a temporary image there until I finish with the final graphic.</p>
<p>One note to add.  I had to add a div in here to help the main div area have the room needed to clear the footer.  So, whatever height you make your footer, you need to add that height into the &#8220;clearbottom&#8221; div.</p>
<p>Here is what I added to the code:</p>
<p>&lt;/div&gt;&lt;!&#8211; #main &#8211;&gt;<br />
&lt;/div&gt;&lt;!&#8211; #wrapper &#8211;&gt;<br />
&lt;!&#8211; adds the length at bottom of page to clear the footer &#8211;&gt;<br />
&lt;div id=&#8221;clearbottom&#8221;&gt;&lt;/div&gt;<br />
&lt;div id=&#8221;footer&#8221; role=&#8221;contentinfo&#8221;&gt;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://bradharrington.us/wp/2012/02/03/fixed-footers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript: Multiple Sounds, Stop Sounds Before Playing Another</title>
		<link>http://bradharrington.us/wp/2012/01/21/javascript-multiple-sounds-stop-sounds-before-playing-another/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=javascript-multiple-sounds-stop-sounds-before-playing-another</link>
		<comments>http://bradharrington.us/wp/2012/01/21/javascript-multiple-sounds-stop-sounds-before-playing-another/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 19:32:25 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://bradharrington.us/wp/?p=460</guid>
		<description><![CDATA[Was trying to build a little script that has embedded sounds that play from a button onClick.  Sticking it online because as I searched for an answer for this, I found nothing that solved it so simply. Came up with: &#8230; <a href="http://bradharrington.us/wp/2012/01/21/javascript-multiple-sounds-stop-sounds-before-playing-another/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Was trying to build a little script that has embedded sounds that play from a button onClick.  Sticking it online because as I searched for an answer for this, I found nothing that solved it so simply.</p>
<p>Came up with:</p>
<blockquote><p>&lt;script&gt;<br />
function EvalSound(soundobj)<br />
{<br />
var stopsound1=document.getElementById(&#8216;sound1&#8242;);<br />
stopsound1.Stop();<br />
var stopsound2=document.getElementById(&#8216;sound2&#8242;);<br />
stopsound2.Stop();<br />
var stopsound3=document.getElementById(&#8216;sound3&#8242;);<br />
stopsound3.Stop();<br />
var thissound=document.getElementById(soundobj);<br />
thissound.Rewind();<br />
thissound.Play();<br />
}<br />
&lt;/script&gt;</p>
<p>&lt;embed src=&#8221;html/media/wood-logs-1.mp3&#8243; autostart=false width=1 height=1 id=&#8221;sound1&#8243; enablejavascript=&#8221;true&#8221;&gt;</p>
<p>&lt;embed src=&#8221;html/media/water-dripping-1.mp3&#8243; autostart=false width=1 height=1 id=&#8221;sound2&#8243; enablejavascript=&#8221;true&#8221;&gt;</p>
<p>&lt;embed src=&#8221;html/media/fire-1.mp3&#8243; autostart=false width=1 height=1 id=&#8221;sound3&#8243; enablejavascript=&#8221;true&#8221;&gt;</p>
<p>&lt;title&gt;Stop and Play Sounds&lt;/title&gt; &lt;/head&gt;</p>
<p>&lt;body&gt;<br />
&lt;form&gt; &lt;input type=&#8221;button&#8221; value=&#8221;1&#8243; onClick=&#8221;EvalSound(&#8216;sound1&#8242;)&#8221;&gt; &lt;/form&gt;</p>
<p>&lt;form&gt; &lt;input type=&#8221;button&#8221; value=&#8221;2&#8243; onClick=&#8221;EvalSound(&#8216;sound2&#8242;)&#8221;&gt; &lt;/form&gt;</p>
<p>&lt;form&gt; &lt;input type=&#8221;button&#8221; value=&#8221;3&#8243; onClick=&#8221;EvalSound(&#8216;sound3&#8242;)&#8221;&gt; &lt;/form&gt;</p>
<p>&lt;/body&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://bradharrington.us/wp/2012/01/21/javascript-multiple-sounds-stop-sounds-before-playing-another/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tell Congress: Don&#8217;t Censor the Web!</title>
		<link>http://bradharrington.us/wp/2012/01/18/tell-congress-dont-censor-the-web/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tell-congress-dont-censor-the-web</link>
		<comments>http://bradharrington.us/wp/2012/01/18/tell-congress-dont-censor-the-web/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 20:57:17 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://bradharrington.us/wp/?p=457</guid>
		<description><![CDATA[Figure it is worthwhile to put this link here.  There is not much to say other than to sign the petition and at the very least add your voice and signature to the masses!  It&#8217;s either that or just sit &#8230; <a href="http://bradharrington.us/wp/2012/01/18/tell-congress-dont-censor-the-web/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Figure it is worthwhile to put this link here.  There is not much to say other than to sign the petition and at the very least add your voice and signature to the masses!  It&#8217;s either that or just sit back and watch your freedoms erode. ??!!??</p>
<p><a title="Congress Censorship" href="https://www.google.com/landing/takeaction/" target="_blank">Congress Censorship</a></p>
]]></content:encoded>
			<wfw:commentRss>http://bradharrington.us/wp/2012/01/18/tell-congress-dont-censor-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slight Update on Border-Radius</title>
		<link>http://bradharrington.us/wp/2011/12/06/slight-update-on-border-radius/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=slight-update-on-border-radius</link>
		<comments>http://bradharrington.us/wp/2011/12/06/slight-update-on-border-radius/#comments</comments>
		<pubDate>Tue, 06 Dec 2011 19:02:43 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Site Related]]></category>

		<guid isPermaLink="false">http://bradharrington.us/wp/?p=452</guid>
		<description><![CDATA[Was looking at the border-radius properties and realized you could impliment them non-equidimensionally. In other words you can set the horizontal and verical radii independently. So instead of just listing the code as: border-radius: 5px; You can set each corner &#8230; <a href="http://bradharrington.us/wp/2011/12/06/slight-update-on-border-radius/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Was looking at the border-radius properties and realized you could impliment them non-equidimensionally.<br />
In other words you can set the horizontal and verical radii independently.</p>
<p>So instead of just listing the code as: </p>
<p>border-radius: 5px;</p>
<p>You can set each corner separately and give them two values each, like this:</p>
<p>border-radius: 90px 90px 90px 90px / 30px 30px 30px 30px;</p>
<p>Not a big deal, but I looked around and did not see many people trying to use it, so I thought it would be something different to include on this site.</p>
]]></content:encoded>
			<wfw:commentRss>http://bradharrington.us/wp/2011/12/06/slight-update-on-border-radius/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Androids and iPhones</title>
		<link>http://bradharrington.us/wp/2011/12/01/androids-and-iphones/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=androids-and-iphones</link>
		<comments>http://bradharrington.us/wp/2011/12/01/androids-and-iphones/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 09:45:16 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://bradharrington.us/wp/?p=448</guid>
		<description><![CDATA[So, we have been playing around with our iPhone 4S and our Samsung Galaxy S2 Skyrocket cell phones and discovered a real bad problem. The driver for the Android that allows it to communicate with the PC through the USB &#8230; <a href="http://bradharrington.us/wp/2011/12/01/androids-and-iphones/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So, we have been playing around with our iPhone 4S and our Samsung Galaxy S2 Skyrocket cell phones and discovered a real bad problem.</p>
<p>The driver for the Android that allows it to communicate with the PC through the USB hub has completely shut all our Apple products down!  None of them can connect to our PC anymore!  We have three iPods and a couple of iPhones. I had connected them all before I set up the Android, so I know they worked just fine.  Plus, even my old iPhone, which worked perfectly for 3 years, cannot connect anymore.</p>
<p>I went by our local AT&#038;T shop and asked them about it, they were having the same problem.  They said they were talking with Samsung but had not yet found a solution.  I went home and called AT&#038;T tech support, each department was baffled and kept moving me up the chain.  After a few attempts, they moved me over to Samsung.  This is where it got really interesting.  The first Samsung technician talked with me for awhile, wasn&#8217;t sure what to do so he put me on hold to talk with his manager.  The manager was baffled and told his tech to move me up the chain to a &#8220;Level 3&#8243; technician.  I asked him for the direct number, he said he couldn&#8217;t give it to me and would just transfer me instead.  My call was dropped.  I called back and started out again from scratch.  Got back in touch with the technical help department for Samsung Mobile, told them what happened, and had them transfer me to a &#8220;Level 3&#8243; technician.  They left me on hold for 1.5 hours.  I finally hung up.</p>
<p>I&#8217;m shaking my head, but will be back at it tomorrow.</p>
]]></content:encoded>
			<wfw:commentRss>http://bradharrington.us/wp/2011/12/01/androids-and-iphones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS: Transform and More Animation</title>
		<link>http://bradharrington.us/wp/2011/11/29/css-transform-and-more-animation/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=css-transform-and-more-animation</link>
		<comments>http://bradharrington.us/wp/2011/11/29/css-transform-and-more-animation/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 02:45:02 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Site Related]]></category>

		<guid isPermaLink="false">http://bradharrington.us/wp/?p=443</guid>
		<description><![CDATA[I have a little tagline along the top header of this site. I played around with some CSS on it for awhile and came up with a simple rotated tranform that places it on the page with a 10 degree &#8230; <a href="http://bradharrington.us/wp/2011/11/29/css-transform-and-more-animation/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have a little tagline along the top header of this site. I played around with some CSS on it for awhile and came up with a simple rotated tranform that places it on the page with a 10 degree rotation.  The transform property works on ALL major browsers.  Then just for fun I decided to see if I could animate the transform property.  So I added an animation that rotates the tagline back and forth from 10 degrees to -10 degrees, which gives it a teeter totter effect.  I also tell it to be red during the motion.  Interestly, the red color ONLY shows up in Firefox on my machine</p>
<p>The animation for CSS does NOT run on Opera or MSIE at all, but it does seem to run on the rest of the browsers.  It does seem a bit quirky and perhaps I am placing my code in an incorrect order. ?????  If anyone can see an error please let me know.  I added this code to the div id in my stylesheet, here is what I added.  The top few lines are not really important, the code really picks up where I start the animation call:</p>
<p><code>#site-description {<br />
clear: right;<br />
float: right;<br />
font-style: italic;<br />
margin: 15px 0 18px 0;<br />
width: 105px;<br />
animation:myshake 1s 3;<br />
-moz-animation:myshake 1s 3; /* Firefox */<br />
-webkit-animation:myshake 1s 3; /* Safari and Chrome */<br />
transform:rotate(10deg);<br />
-ms-transform:rotate(10deg); /* IE 9 */<br />
-moz-transform:rotate(10deg); /* Firefox */<br />
-webkit-transform:rotate(10deg); /* Safari and Chrome */<br />
-o-transform:rotate(10deg); /* Opera */<br />
}</code></p>
<p>@keyframes myshake<br />
{</p>
<p>0% {transform: rotate(10deg);}<br />
25% {transform: rotate(-10deg);}<br />
50% {transform: rotate(10deg);}<br />
75% {transform: rotate(-10deg);}<br />
100% {transform: rotate(10deg);}<br />
}</p>
<p>@-moz-keyframes myshake /* Firefox */<br />
{<br />
0% {color:red; -moz-transform: rotate(10deg);}<br />
25% {color:red; -moz-transform: rotate(-10deg);}<br />
50% {color:red; -moz-transform: rotate(10deg);}<br />
75% {color:red; -moz-transform: rotate(-10deg);}<br />
100% {color:red; -moz-transform: rotate(10deg);}<br />
}</p>
<p>@-webkit-keyframes myshake /* Safari and Chrome */<br />
{<br />
0% {-webkit-transform: rotate(10deg);}<br />
25% {-webkit-transform: rotate(-10deg);}<br />
50% {-webkit-transform: rotate(10deg);}<br />
75% {-webkit-transform: rotate(-10deg);}<br />
100% {-webkit-transform: rotate(10deg);}<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://bradharrington.us/wp/2011/11/29/css-transform-and-more-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Finally Purchased Our New Smart Phones</title>
		<link>http://bradharrington.us/wp/2011/11/22/finally-purchased-our-new-smart-phones/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=finally-purchased-our-new-smart-phones</link>
		<comments>http://bradharrington.us/wp/2011/11/22/finally-purchased-our-new-smart-phones/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 23:07:52 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://bradharrington.us/wp/?p=427</guid>
		<description><![CDATA[We were dead set on buying a Galaxy S2 a few months ago, but after they took so much time to release that product, we decided to wait and see what would hit the market by Thanksgiving. I ended out &#8230; <a href="http://bradharrington.us/wp/2011/11/22/finally-purchased-our-new-smart-phones/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img src="http://bradharrington.us/wp/wp-content/uploads/2011/11/samsung-galaxy-s2-skyrocket2.png" alt="Samsung Galaxy S2 Skyrocket" title="Samsung Galaxy S2 Skyrocket" width="153" height="275" class="alignleft size-full wp-image-439" />We were dead set on buying a Galaxy S2 a few months ago, but after they took so much time to release that product, we decided to wait and see what would hit the market by Thanksgiving.  I ended out getting the newest upgrade of the Galaxy S2, which is called Skyrocket.  The biggest improvements over the first release is they upped the dual processor speed from 1.2 GHz to 1.5 GHz, they added the LTE network capability, they upped the screen size from 4.3 to 4.5 inches and the battery was upgraded from a Li-ion 1650 mAh battery to a Li-ion 1850 mAh battery.</p>
<p><img src="http://bradharrington.us/wp/wp-content/uploads/2011/11/iPhone4s.png" alt="iPhone4s" title="iPhone4s" width="183" height="275" class="alignright size-full wp-image-435" />I will be using this Android, but we also picked up a new iPhone 4S for my wife.  This is her first smart phone and she is really looking forward to having it to learn about.  I picked them up both yesterday.  After a few fiasco&#8217;s and more than 3 hours at different stores, I had them in my clutches.  Being familiar with the iPhone, it was pretty easy setting my wife&#8217;s phone last night.  It took me a few hours this morning figuring out how to connect the Android to my computer and syncing to my music files.  Still have a few things to figure out but it&#8217;s fun to play around with it and figure some of this stuff out.</p>
<p>Next is to start tinkering with Smart Phone websites and apps.</p>
]]></content:encoded>
			<wfw:commentRss>http://bradharrington.us/wp/2011/11/22/finally-purchased-our-new-smart-phones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Animation Using CSS 3</title>
		<link>http://bradharrington.us/wp/2011/11/22/423/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=423</link>
		<comments>http://bradharrington.us/wp/2011/11/22/423/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 09:59:36 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[Site Related]]></category>

		<guid isPermaLink="false">http://bradharrington.us/wp/?p=423</guid>
		<description><![CDATA[I have been playing around with Javascript and jQuery using fadein and fadeout functions but decided to try some new CSS code for fun, just to see what it did. So I added some animation on my main wrapper that &#8230; <a href="http://bradharrington.us/wp/2011/11/22/423/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have been playing around with Javascript and jQuery using fadein and fadeout functions but decided to try some new CSS code for fun, just to see what it did.  So I added some animation on my main wrapper that has the opacity start on 0.0 and transform to 1.0 over a 3 second period.  It doesn&#8217;t render in MSIE but seems to work nicely in Firefox, Chrome and Safari.  You see it on every page that is part of the WordPress theme.  Doesn&#8217;t show up on the forum pages because they are built in another system.</p>
<p>Here is the code I used.</p>
<p>#wrapper{<br />
	animation:myfirst 3s;<br />
	-moz-animation:myfirst 3s; /* Firefox */<br />
	-webkit-animation:myfirst 3s; /* Safari and Chrome */<br />
}</p>
<p>@keyframes myfirst<br />
{<br />
from {opacity:0;}<br />
to {opacity:1;}<br />
}</p>
<p>@-moz-keyframes myfirst /* Firefox */<br />
{<br />
from {opacity:0;}<br />
to {opacity:1;}<br />
}</p>
<p>@-webkit-keyframes myfirst /* Safari and Chrome */<br />
{<br />
from {opacity:0;}<br />
to {opacity:1;}<br />
}<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://bradharrington.us/wp/2011/11/22/423/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

