Tag Archive | "way"

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

Saturday, June 12, 2010

3 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 [...]

Continue reading...

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

Monday, April 5, 2010

0 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

3 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 [...]

Continue reading...

Creative Way Of Advertising On Google Maps

Saturday, February 27, 2010

2 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. Tags: Advertising, creative, creative advertising, google, google maps, Maps, street view, View, way, With Street

Continue reading...

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

Wednesday, February 24, 2010

3 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...

The Top Thing I love About China is Their Wo Pu

Tuesday, January 19, 2010

0 Comments

Over December, I toured China for a month and saw some pretty interesting things there. And if there’s one thing that I’m thankful for, it’s a travel pillow because the time it takes to fly there can KILL (or land you with a very sore neck). The normal neck pillows don’t cut it too – [...]

Continue reading...

How To Make and Run Batch Files In Terminal In Mac OSX

Monday, January 11, 2010

2 Comments

I use batch files sometimes when I was using Windows because it saves a lot of time when you need to run a batch of commands frequently. With a batch file, you save all the commands into one file, and just run the batch file, instead of your gazillion commands individually. I was facing the [...]

Continue reading...