One Hell of a Fun Night
So for all those who missed it Kevin Rose (Founder of Digg.com) and Daniel Burka (Lead Designer of Pownce) where in Boulder last night. So to share with you the fun of last night here are a couple of pictures that my good buddy Erin took.
Prototype JS and IE 7
So I found a problem with Prototype in IE 7 with he Element.hasAttribute() method. It appears prototype doesn’t add the method very well in IE 7 to the element. Specifically the problem where I was having problems was when I would pass “this” on a anchor tag onClick event.
The solution I found that seems to work well is to take the element that is passed into the function and wrap $() around the element.
Example:
<script>
function myFunction(element){
element = $(element);
if(element.hasAttribute(’href’))
//do something
}
</script>
Hope this helps a lot of people out.
Finished Moving
Well I have finally finished moving. I have to tell you it feels great having your own place. Don’t have to worry about coming home to loud annoying parties or not having clean dishes to eat from. The only downside is that it makes you so broke but well worth it.
I almost have all the boxes unpacked and put away. Will be so happy once thats done. Just need to find the energy to finish it. The only thing that I really am still waiting on is the Qwest/Direct TV guys to come out and get the Internet and TV hooked up. So that I can get some more work done from home. Still have so many projects to finish.
Well thats it for the quick update on the move. If you want to come out and check out the new place. Give me a call.
Moving Again
Well its that time again for my six month move. I’ve been looking around for a nice apartments lately, and its come down to one in the Champion Park apartments up in Thornton. So hopefully I’m going to go down there tomorrow and get one. So lets see how this turns out. Hopefully after this gay apartment living again I’ll be able to move into my own place. Tried again this time and well failed. Yes, it sucks and I wish I could so get into my own place.
So wish me luck and hope that this apartments turn out to actually be good to live in.
Links Added
I have added some quick links to the side navi of all the pages to help get you around the website easier.
I hope this helps with the transfer and transition to the new website layout and design. More to come soon. So keep looking for updates.
Odds of Dieing
Ever seem to wounder what your odds of dieing from something are. Well someone has gone to the great work of creating a very nice picture of your odds of dieing from various things.
Go check it out here:
http://www.cerbr.us/files/pic/odds_dying.jpg
Website Update
Well I have just finally got a better landing page up. As well as I have added some more archived news posts.
The layout is very much the same as the current layout you are viewing. So I hope you are enjoying this layout. If not well email me. I’ll see what I can do about it.
Thanks for being patient with the changes to the site. My next hope is a much better photos area.
Welcome to the New feature
So in trying to get a better website. I have desided to start using some sweet software and cool new Web 2.0 features. So I really hope that everyone will enjoy the new site as I develope it.
Enjoy always,
NerdyNick



