Wow!! Long time now type!
January 14, 2008 by Robert Owen
Filed under Coldfusion, Javascript
Sorry for the utter lack of posts! The holidays were extremely busy! I hope that Santa was good to all… No Coal in the stockings?
Well, here is my yearly reminder. If you are still doing it manually…. Don’t forget to update the copyrights on your website(s).
If you are still doing it manually.. Then QUIT IT!! [...]
New Year Update Reminder
January 6, 2007 by Robert Owen
Filed under Coldfusion, General, Internet, Javascript
Just a quick reminder to everyone out there… It's a New Year … (Yippeeeee!!!) If you're still doing it by hand, don't forget to update the Copyright Dates on your web sites.
If you're doing it automatically.. Good for you!! Keep up the Good work. Just check to see that it did what it was supposed [...]
Simple Pop-up Window
December 28, 2006 by Robert Owen
Filed under Javascript
I tend to use this little bit of javascript quite a bit so I thought I would share. You can use this little javascript to add a “Pop-up” window effect to links in your website.
For example, if you have a page of product images and Item numbers you can make them link to a “Pop-up” [...]
Cool Javascript Effect
December 8, 2006 by Robert Owen
Filed under Javascript
I saw this the other day and thought I'd share… I'm trying to figure out the practicle use for this script.. other than if you're really bored.
Just go to any website that has pictures and paste the code below into the address bar of your browser.
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; [...]
Javascript Countdown
October 13, 2006 by Robert Owen
Filed under Javascript
Not long ago I Blogged about a Coldfusion method for counting down to a specific date. Well, if you don't have access to a coldfusion server for your site, it's pretty easy to add the same function with Javascript.
I found this script at: JavaScriptKit It's really simple to modify.
/*
Count down until any date script-
By JavaScript [...]