ArchivesCategory: Geeky Speak

17Feb

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

02Dec

Tracking your site traffic is important, but if you have files that are downloaded and you want to track them, you need to add a little bit more code.

View more on Google’s Site

19Oct

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

29Sep

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.

Step 1

Copy this code into your index page right b…Continue Reading

27Jul

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

25Mar

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

18Nov

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

16Nov

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 '

05Oct

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

01Oct

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.