Tag Archive | "way"

Injinji Toe Socks Review

Monday, July 12, 2010

View Comments

I got a pair of Injinji toe socks after reading about them while digging up information about the Vibram FiveFingers. I thought they were just normal toe socks, but after you get them, you realise that the quality that the Injinji’s have is much better than a cheaper pair of toe socks. First of all, there [...]

Continue reading...

How To Learn Regular Expressions (RegEx) Fast

Monday, June 28, 2010

View Comments

Regular expressions can be confusing and perplexing, but if you’re a programmer or someone who loves to improve work productivity on the computer, then you’ll be happy to know that once you master regular expressions, a lot of time and effort can be saved (not to mention, you’ll be able to do some very cool [...]

Continue reading...

How To Scroll Horizontally (Left and Right) in Mac OS

Saturday, June 12, 2010

View Comments

This is something new to me, and something that I know doesn’t work in Windows XP. I was programming on my Macbook, when all the long, horizontal lines of code started bugging me. I had to click on the horizontal scrollbar and move the focus left and right, and I thought to myself, “Isn’t there a [...]

Continue reading...

How To Set A Maximum Width or Maximum Height For An Image With CSS

Monday, April 5, 2010

View Comments

I was trying to figure out how to set the maximum width and maximum height for my images, and I wanted a way that didn’t require PHP programming. I finally found a way and stumbled upon how CSS could make use of expressions as well. It’s a method where you can have a conditional statement [...]

Continue reading...

How To Use Spaces Effectively With Multiple Monitors On The Mac

Thursday, March 18, 2010

View Comments

Many people swear by Spaces, a feature on the Mac that allows you to have multiple desktops, and have applications “assigned” to each desktop. I think it’s a fantastic idea too, but using it together with multiple monitors just creates a bad experience. The current problem with it now, in my opinion, is that Spaces takes [...]

Continue reading...

Creative Way Of Advertising On Google Maps

Saturday, February 27, 2010

View Comments

The following is a pretty creative way to advertise on Google Maps using Street View! Originally from Creative Advertising With Street View On Google Maps.

Continue reading...

How To Batch Unzip A Series of Sequential Zip Files In Mac OSX

Wednesday, February 24, 2010

View Comments

I recently got a bunch of zip files, some sequential (X1.zip, X2.zip, etc), and others not. The thing is, they number in the hundreds, and most contain RAR files within them, and simply extracting each one won’t do. I had to find an automated way to unzip all the zip files, and the utility that [...]

Continue reading...