X

version control

posted 2 months ago - ,

Today, I decided to create a github account specifically for this blog. I plan on adding the previous (downloads section) and future projects. Feel free to download any of the packages directly from github.


X

interactive links

posted 3 months ago - ,

Yesterday, chris over at css-tricks posted a new article about some cool effects one can accomplish with css3. One of them happened to be what chris calls growing links. This effect done all through css scales the anchor link and rounds the edges in a fluid animation. However, if you view this in another browser without css3 capabilities, there will be no animation at all.

I decided to take on myself to make myself this same effect with jquery.

read more


X

apple magic price

posted 3 months ago -

When the Apple Magic Mouse was announced I could hardly wait to get my hands on it. I decided to go down to the Apple store to buy it. When I got there I was surprised to hear that they didn’t have any in and wouldn’t for 8 days or so.

So, I went online and quickly ordered it before I left the house. Today I looked at my receipt from the 30th and realized that it was going to be shipped to me until the 7-14th which I was thought was unacceptable. Thus, I called up apple and tried to figure out someway to upgrade the shipping. They said it always already in progress and thus they couldn’t do anything about it. Up to this point I was getting pissed off and just figured I was going to have to wait anyways.

The next thing the apple customer service agent said suprised me. He asked, Sir would it be ok if I discounted you $19 off the mouse due to the inconvience. I was shocked but obviously extremely happy. So, everything ended up well and I am patiently waiting my new $50 Apple Magic Mouse.

Update:

I just received the tracking code. Delivery in two days. Awesome


X

iphone optimized

posted 3 months ago - , , ,

I decided to spend a little time optimizing the blog for the iphone. It’s not quite finished yet, but it’s getting there. Let me know if you see any bugs and i’ll try to fix them. Along the way here’s a few snippets I used.

read more


X

scrolling and jquery

posted 4 months ago - , , ,

A few months back, I was working on a small project to figure out how some sites change certain elements positioning based on how far the user has scrolled. I did a quick look see around the web and found a solution: scrollspy. But me being a jquery guy, I didn’t fully like using it. Not to mention the bulk of using something like that specifically for one solution. I hadn’t touched it since today, but I decided I was going to figure out how to do it purely with jquery code and no plugins.

read more


@font-face

posted 4 months ago - , , ,

Over the last 6 months I’ve noticed increase in css3 tutorials floating around the web. Most of them labeled as “things you’ll be able to do in the future”. Whenever new specifications come out, I’m always interested as it allows me to do more and more with scrictly css & html.

However, I did a little research and found out that @font-face, part of the css3 specs, is actually quite usable in today’s browsers. Now you might say, but what versions are supported? Well I did a little bit of research into that and found out that Internet Explorer has supported @font-face for quite some time, but requires a different type of font (.eot). Firefox and Safari on the other hand support font files that can be found on your computer such as .ttf and .otf. I did a little bit of testing and I found out that I could get a custom font working in ie6-8, firefox 3.5, and safari 4.

read more


Typography Test

posted 4 months ago - ,

Here is some bold text

Here is some italic text

Here is a link to this site

Here is some strikethrough text

read more