Expert's Exchange Code
Sample Code From EE Questions
The examples in this section were developed by me to demonstrate answers to questions posted at Expert's Exchange. Most are from the web development topic area. You can find me there as rdivilbiss.
Some of the questions are frequently asked and examples were developed to show not only a solution, but possibly a best practice.
Please notify me of any faulty code or bugs you find.
Should I Learn ASP?
As of April 2006, classic ASP may very well hold a market share of 50-70% of web sites hosted on IIS, however should you learn it now? [read more...]
ASP Tips & Tutorials
JavaScript Examples and Tutorials
Self Issued SSL Certificates
New article posted. Save a few bucks and issue your own certificate (when appropriate).Self Signed Certificate Article
Get Values From A Popup Window
An interesting example. A button on a popup window selects all items from a drop down list and sends those values to the parent page. Shows how to open a popup window after first checking to see if it is open, how to send values from a child window to the parent, how to close a child window and how to retrieve all the values from a drop down (select) list.