My new favorite tool.
If you have a vector art that is not the right color you can quickly recolor it.
Step 1
upload your color palette you want to us. I’m using a swatch from kuler.
To ad…Continue Reading
My new favorite tool.
If you have a vector art that is not the right color you can quickly recolor it.
Step 1
upload your color palette you want to us. I’m using a swatch from kuler.
To ad…Continue Reading
I recently had my first hacked site. Luckily the site wasn’t really injured, and it’s back up running and much more secure.
I started to dig to find out what I really need to do to secure my site and…Continue Reading
I’ve created a few flash sites and now with the amazing iPad, we want to skip the flash and get to the sites. Here is how to do it in 3 easy steps.
Copy this code into your index page right b…Continue Reading
Uber Login Logo: Change login logo. If you want to do more customization, then you’ll need to do a little programming, but this is an nice quick fix. by UberWeb
Advanced Custom Fields. Custom fie…Continue Reading
Something I do on a regular basis is add new widgets to wordpress sites so they are easier to maintain. The code that is needed is listed below.
1) First add this to your function.php
if ( function_e…Continue Reading
If you develop web sites you love firefox, hate IE, okay, maybe it’s just me? The other day my eyes were starting to cross looked at a ridicously long style sheet, and it dawned on me, there has to be…Continue Reading
A very easy thing to do. Add a little bit of code to your function.php file and add your logo to your theme’s images folder.
function login_logo() {
echo '
Ie8 is going in the right direction, but now web designers have yet another browser to code for and make sure it works and views the same as all others. If you’re having issues with ie8, but not ie7 y…Continue Reading
This is one of my favorite pieces of code, and it get used often. It just a little bit of code I don’t want to lose.