Blog
Thoughts about programming, design, and life in general.
-
How Do I Grant Permissions on MySQL?
Open Terminal
Read more... -
How do I create a new branch in git?
Open up your terminal and navigate to your website directory.
Read more... -
Photoshop Glitch: Could not save file…
“Could not save (file name) because the file is already in use or left open.”
Read more... -
How can I make textarea grow without breaking the horizontal layout?
Depending on the audience, letting users resize an input box isn’t always the best option, in addition, resizing in any direction can break a layout. That’s why I prefer this auto-resizing jQuery plugin
Read more... -
How do I export a database using phpMyAdmin?
Everyone’s setup is different so first you’ll have to get to the phpMyAdmin section on your web hosting server. With Dreamhost it was easy, under “Goodies” click “MySQL Databases” and then in the right column you’ll see a link for PHPMyAdmin, click that and login.
Read more... -
How do I list databases in MySQL?
To list database type the following command
Read more... -
Google Music Review
With Google Music, you can listen to your music from anywhere you have an internet connection because all your songs are stored in a cloud. That means: no more syncing music to devices other than your computer (ie. work computer, phone etc.). Since I don’t have an android phone, I’m reviewing the interface of the web application only. With that being said, I think it’s an interesting product and if something similar were adopted by Apple where internet wasn’t necessary (a bit more like drop box) I’d absolutely use it.
Read more... -
Why do resized images in IE7 look pixelated?
When using width or height properties to resize images, IE will render a dirty pixelated image unless you correct the rendering type with CSS.
Read more... -
Why do nested html paragraphs break CSS?
I tried something silly today… to find that it didn’t work, here’s what:
Read more... -
Fancybox no longer works on IE7 since jQuery Upgrade
Looks like there may have been a little bug in the first release of jQuery 1.6 so all you have to do is install the update 1.6.1. You shouldn’t have to fix any other code to get your fancybox back up and running.
Read more...