Archive for the ‘coding’ Category


Programming Delays


I am working on an Excel project currently and I got to thinking, “What causes programming delays?”

I can’t say anymore, “Oh, I will have it done tomorrow”, or “That will take me just around 6 hours”

Read More...

How to install Google Analytics on your Wordpress blog


Ever wondered how to install Google Analytics on your Wordpress blog? Well I did, and I found out 2 different methods. One is installing the Google Analytics code in you footer.php and the other is using a plugin. Since this is an older WP installation (at the time of this writing, [...]

Read More...

Creating logo images


I’m in charge of administering and adding to the http://saltydog.info site, and there are some sponsors which have not logos.   The pay the $500 or so to sponsor the fishing tournament and they have no logo.
Well, now I generate a “temporary” logo for the company.  I don’t have, Photoshop, and I don’t want to learn [...]

Read More...

PHP Upload Links


Since I’m learning PHP, I’m posting some links to PHP sites that should help my learning curve from ASP.
If you need to upload a file to your website:
http://php.about.com/od/advancedphp/ss/php_file_upload.htm
I kept getting this error “Sorry, there was a problem uploading your file.” when uploading big files (around 17MB).
File uploads are limited to 2MB, so I had to [...]

Read More...

Disappearing Text In Access Vertical Label


Hi everyone,
I’m developing an Access database application for Great Western Valve.  It’s end result is going to be Access 2007, but when I was developing in Access 2003, I was trying to format a label as vertical text:
Properties>Other>Vertical>Yes
but my text kept disappearing!
 I found out that the text font needs to be “Arial CYR” for my text [...]

Read More...