Ever tried to add a website to the home screen of your iPhone or iPad and get a weird half filled out screenshot of the page? Well take control of your icons with this handy bit of code! Add this to the header.php file of your WordPress theme: <link rel=”apple-touch-icon” href=”/path/to/icon.png”> That’s all it takes! […]
CSS3 Browser Support
I’ve been working on a couple projects lately that “require” the use of CSS3. I put the word in quotes as there are ways to accomplish certain techniques without the use of CSS3, but they are outdated and, quite frankly, CSS is just plain easier (read: faster) to use. Unfortunately, and here’s the really fun […]