NOTE: This script is no longer supported in Flash Player 10. (It was fun while it lasted!) Let’s face it, there is such a thing as sensitive material on the web. I was recently put to the task of protecting a certain page on our company’s intranet from being redistributed outside the company. In other… Read more »
Posts By: Jason Gill
USB Autorun
This solution doesn’t create an actuall Autorun, but it does allow you to specify an app you want to run when double clicked from My Computer using the AUTORUN.INF First I turned off all XP Autorun for my USB drive by right clicking the drive in My Computer folder, selecting the Autorun tab, then selecting… Read more »
Dynamic Navigation using SiteMesh
We’ve started using SiteMesh at my workplace. I have really fallen in love with SiteMesh, and I feel it has many advantages. We actually started using it because it is integrated into AppFuse. Although I love SiteMesh one of my biggest complaints was that I couldn’t use a dynamic navigation, which highlights the link for… Read more »
Using css to center an image with position:absolute
I ran into an interesting problem yesterday while building a simple web page. I needed to cause the main image at the top of the page to do two things: 1) Be centered on a liquid layout page, so that no matter what size the window the image was centered. 2) "Float" above the design… Read more »
Large tables inside of CSS two column layout causes problems
I’ve been dealing with a CSS problem for months. One that almost converted me back to using Table layouts instead of CSS (heaven forbid). Luckily, after many unsuccessful google searches and after much trial and error, I finally come up with a solution. The problems occurs when you try to fit an extremely long table… Read more »