Skip to content

Category Archives: Uncategorized

Corrupt SD (or other memory) card? Recover photos

21-Nov-11

"PhotoRec is file data recovery software designed to recover lost files including video, documents and archives from hard disks, CD-ROMs, and lost pictures (thus the Photo Recovery name) from digital camera memory. PhotoRec ignores the file system and goes after the underlying data, so it will still work even if your media's file system has [...]

Lexmark C544 Lost Wireless After WLAN Password Changed?

28-Oct-10

If regular ethernet access is not an option, reset the network settings: Step Action 1 Turn the printer OFF. 2 Hold () and ()buttons while you turn the printer back ON to enter the Config Menu. 3 Press () until "Factory Defaults" is displayed on the LCD. 4 Press (). 5 Press () until "Restore [...]

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'; [...]