Skip to content

Category Archives: Uncategorized

Cell Reference to Excel Header / Footer [Only VBA will do]

12-Jan-10

The only way: use a VBA macro. E.g. ActiveSheet.PageSetup.LeftFooter = "Check: " &  Sheets(SETTINGS_SHEET_NAME).Range("F4").Value

Online Backup for Mac (Mozy, Carbonite, iDrive, Dropbox, ...)

29-Dec-09

Trying to find out a way to backup my data online. Lots of options. Most of the "unlimited" backup plans have a caveat: Mozy -- Free account of 2 GB. Deletes permanently deleted files after 30 days. Carbonite -- Deletes permanently deleted files after 30 days. Backblaze -- Deletes permanently deleted files after 4 weeks. [...]

Readonly Option for Contact Form 7 WP Plugin

06-Sep-09

Contact Form 7 is great. As it says: "simple". This is to add up readonly option to that simplicity. E.g. for text inputs: /wp-content/plugins/contact-form-7/modules/text.php Code reads: $atts = ''; $id_att = ''; $class_att = ''; $size_att = ''; $maxlength_att = ''; if ( 'email' == $type || 'email*' == $type ) $class_att .= ' wpcf7-validates-as-email'; [...]

Sync Folders on XP

17-Oct-08

For automated syncing folders on Windows XP, try command-line open source Java app Sync and schedule it via Windows' own Scheduled tasks.

CSS? Reset! Reset!

14-May-08

A thought: If you're designing web sites, maybe you ought to use reset stylesheets. Reset stylesheets? Read about it at WPDFP.