FREE fully functional video converter tool. Video to various formats, video to audio. WEBSITE
Latest Posts
Team Viewer
Remote support tool. Free for personal use. Has iPad app. WEBSITE
Ultimate Boot CD
Ultimate Boot CD is a multifunctional diagnostic and utility tool. Follow link below for more information… WEBSITE
Windirstat
WinDirStat is a disk usage statistics viewer which graphical displays file use over a disk or device. It is similar to Overdisk. WEBSITE
Handbrake
HandBrake is an open-source, GPL-licensed, multiplatform, multithreaded video transcoder, available for MacOS X, Linux and Windows. Handbrake is a good DVD ripper, current version will rip to mp4 and mkv, older versions will rip to avi also. When used in combination with DVD43 it is useful for ripping DVDs with DRM(digital rights management) Great for […]
Wrapping pre tag text in a div using css
When using pre tags in html to display code blocks it will ignore the div boundaries and not wrap the text by default. By adding some css for pre tags this can be accomplished as follows. Hint: Another option is to use overflow:auto which will add scroll bars for the content. pre, code{ /*Wrap pre […]