Tag: form
-
Online RSVP form and database with PHP, JavaScript and MySQL
Requirements Recently, I needed an online RSVP system for a reception I was hosting, all the options out there didn’t meet my requirements; Customisable and able to self-host No need for tracking codes/numbers to be sent with invitation Able to RSVP additional guests Able to modify an existing RSVP Implementation As usual, I decided to…
-
VBA automatically saves Excel 2003 Workbook in compatibility mode as Excel 2007 Workbook
Lets say you have a neat little Excel 2003 macro, when you run your macro in Excel 2007, Excel runs it in Compatibility Mode, and any benefits (such as the 16384 columns) you were hoping to use are still unavailable. So how can we enable these benefits depending on the Excel version? Simply by including…