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 »
Posts Categorized: Developer Blog
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 »
Find out who's listening to your iTunes shared music on Windows
Ever wonder who’s listening to your iTunes music when sharing it on your network? There are one or two widgets and tools made for Mac OSX that allow you to see this information, but I listen to iTunes on Windows XP. My co-worker and I were able to come up with a way to not… Read more »