ROBERT OWEN — Technology Leader & Musician
Technology leadership, music, and the space where they overlap

CSS – Long URL

This is an older post that did not make it through to the new site when I converted to WordPress. Hopefully this will still be relevant to someone out there.

CSS and the Long URL:

I was working on a webmail client a while back and had been having a few design problems. Sometimes when you subscribe to a blog, forum or usergroup the e-mails from those respective subscriptions will include an “unsubscribe url”. This Blog does. Now this URL can be really long and, in a normal email client (Outlook, Thunderbird etc) this is a non issue. But, writing a webmail client this became an issue.

In Firefox, if the url is longer than the width of the div area it would break my layout. In IE the long url would wrap to the next line as expected. The only Fix I could find for this was

Read more

Upload Files with Coldfusion.. It’s Simple!!

This is simple… simple I say!!! Uploading files to your website using Coldfusion is actually a Simple process… There is nothing really secret or sinister about this so.. here we go:

Read more

Computer Locked up?

Everyone’s seen it… You are surfing the web or working on a project for work when…. Everything Freezes up! AAAAARRRRGGGG… (no, this isnt an ad for Geek Squad!).

What caused it? Spyware? Virus? Cheese? It’s really hard to tell. Lots of things can cause the dreaded “Freeze”. After cursing furiously, you reboot and continue your work..(if you were a good boy/girl and actually saved it!?) But what caused it????

When this starts happening, think about what may have changed lately.. Did you:

  • Install a new program?
  • Remove and old program?
  • Click a mysterious Pop-Up?
  • Add a new piece of hardware?
  • Upgrade your memory?

Read more

Simple Pop-up Window

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” window with the item details.

Read more

Simple Contact Form

If you have access to a coldfusion server then you you have the ability to handle form processing in a couple lines of code.

With other methods you would make the “action” of your form post to a script held in a cgi directory. You would have to find that script and edit it to allow content from your form and to process the mail to an allowed address.

Read more