Just got this awesome WordPress smiley pack from NoktahHitam here. You can check out the rest of his site here.
Change ≈ to : if you want to use it. E.g. change ≈mrgreen≈ to :mrgreen :
This Wednesday, CMU’s “Sneakerology 101” class is putting on an event called Kicksburgh. They’ll be selling sneakers, art, and other kick ass stuff. There is also a Soles4Souls shoe drive, so bring your unused sneakers if you got em!
Finally, they have 101 pairs of “Reebok Reverse Jams” for sale. Pictured above, these shoes were designed by CMU’s sneakerology students, with heavy influences from the classroom, and Andrew Carnegie himself. I’m gonna try and snag a pair if I can! You can read more about them here.
April 15th, from 6 – 9 pm
Skibo Gym, CMU
My buddy Joe sent this to me today, and I promptly added the code snippet to my website. IE6 Update looks like IE’s Information Bar, but instead of offering your visitors an ActiveX plugin, it offers a browser update. Even if it doesn’t bleed, someday IE6 will die.
Here is all you need to get it going. Just add the following snippet before your closing body tag:
<!--[if IE 6]>
<script type="text/javascript">
/*Load jQuery if not already loaded*/ if(typeof jQuery == 'undefined'){ document.write("<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></"+"script>"); var __noconflict = true; }
var IE6UPDATE_OPTIONS = {
icons_path: "http://static.ie6update.com/hosted/ie6update/images/"
}
</script>
<script type="text/javascript" src="http://static.ie6update.com/hosted/ie6update/ie6update.js"></script>
<![endif]-->