Welcome to my Javscript experiment page!

Recently I've had to use some Javascript on some of my pages. Nothing difficult, just some dynamically generated scripts that serve to initiate a postback event in my ASP.NET apps.

This wasn't too difficult. You can pass some parameters to the _doPostBack function, or you can simply submit the form along with some parameters in the URL and dispatch as needed in the Page_Load, Page_PreRender, or some other handy place.

But while I was messing around with writing Javascript through 'strings' or 'StringBuilder' objects, I began wondering "what else can I do with this 'JavaScript' thing."

So, here on these pages are the remnants of some experiments that I've started (and occasionally finished).

For example, on this page, you can see a Disappearing menu. Simply move your mouse over to the left side of the page. As your mouse passes into the menu's area on the page, the menu will slide out to the left and allow you to see some options. Just click on the link that takes you to the the example you want to see. There are still some browser issues to learn about, but I'm sure I will figure these things out soon.

I've put some links to the right that will take you to some reading material that you may find interesting if you are looking for someting on Javascript programming.