I recently started seeing data in my Google Analytics from two pages that aren’t mine, which is something that usually happens when someone copies your HTML source code without paying much attention. The traffic data assumes that the root URL … Continued
Web Development
Something I’m Working On…
April 7th, 2012 :: Web DevelopmentMaintaining CSS Style States using “Infinite” Transition Delays
March 19th, 2012 :: Web DevelopmentjQuery Scroll Path
February 9th, 2012 :: Web DevelopmentI released a jQuery plugin a couple of days ago and I haven’t had time to write about it here until now. The plugin is based on a slightly crazy idea, but it has been getting some good response on … Continued
Tutorial — Creating a Custom Tweet Button with a Counter
January 19th, 2012 :: Web DevelopmentTweet buttons are a great way to spread your content to the public. Twitter provides an easy way to include their button on your site, but this comes at the cost of not having a very customizable style. The button … Continued
accentColor Script
December 17th, 2011 :: Web DevelopmentOut of curiosity, I started coding on a script to get the accent colors of external websites, kind of like Chrome does it in the most visited sites thumbnails. The script can be used to automatically give your outgoing links … Continued
Code Snippet — Accessing Clipboard Images with Javascript
December 3rd, 2011 :: Web DevelopmentThe system clipboard is a feature that most of us heavy computer users probably couldn’t survive a day without. While it’s mostly used for copying and pasting text, images can also be stored in the clipboard, by for example using … Continued
CSS Mask Tutorial — Rotating Image Gallery
November 24th, 2011 :: Web DevelopmentI’ve been trying out different things that you can do with the CSS mask property lately. With a CSS mask, you can mask or clip any element to a desired shape. The mask is either a PNG image, or an … Continued