Archive for August, 2007
ASP Explore
Posted by Jon in Server-side on August 2nd, 2007
Ever wanted to just test some simple ASP scripts… or maybe individual functions… without going through the rigamarole of setting up a server on your desktop and explaining to it that no, you don’t want to build a world-eating, enterprise-worthy website right at the moment?
I recently discovered ASP Explore, and it fits the bill. It’s essentially a super-light Web browser that opens ASP files as well as HTML files; perfect for spot-checking ASP files or learning the technology. It also comes with a “setup maker” that allows you to not only bundle ASP files into a package, but make them into an executable file for easy installation on another system.
Since I’m studying ASP now, ASP Explore is a great help. Try it out.
Update on Safari 3
On some Windows computers, Safari 3 passes Acid2 with flying colors. On others it gives the orange blindfold. Interesting, since those differing results can be seen on the same operating system, Windows XP, SP2. Who cares about badly rendering a test image, though? Firefox still doesn’t pass Acid2, but it renders pages properly. I’m more concerned about things like http://marinewebservices.com/products.php written with good HTML, CSS and Javascript, but Safari (and only Safari) breaks the page if you click the button on the bottom.
Earth to Apple: you’ve got some work to do.