Archive for posts tagged ‘application’

A common sense workaround for installing SetPoint in a VMware virtual machine

A workaround to installing Logitech’s SetPoint utility in order to map mouse buttons on a Windows XP virtual machine running in VMWare Workstation 7.

Read more...

Dreamweaver open files in code view

A simple registry merge can fix Dreamweaver’s default setting of opening .php and .asp files in Design view, instead of Code view.

Read more...

A cache-friendly method for reducing WordPress comment spam

A safe-for-cached-pages method of filtering out spam comments by requiring at least some time to have passed between the time the page is loaded and the form is submitted.

Read more...

OOP PHP Notes

My notes on learning Object Oriented Programming in PHP.

Read more...

Native Windows compressed folders utility fails, asks for 5.99 PB free space

Extracting certain large zip files using Windows’ native compression utility fails with a pretty neat error: You need an additional 5.99 PB to copy these files.

Read more...

Jealous of The Social Network

A short list of my programming accomplishments.

Read more...

Office 2010 Rearm

Delay Microsoft Office 2010 activation for up to 180 days.

Read more...

Programmatically re-enabling Word COM add-ins

A Word macro to re-enable all disabled COM add-ins, then force desired LoadBehaviors on specific add-ins, effectively putting Word back into a certain state.

Read more...

A macro for toggling the read-only attribute of Word.qat

Protect the Word QAT from unintended changes by setting the read-only attribute on Word.qat from within Word itself.

Read more...

GroupWise 7 attachment filename truncation

An investigation of attachment filename truncation in GroupWise 7 and an interesting discovery.

Read more...