Skip to main content

Posts

Showing posts from June, 2012

The 101 Most Useful Websites

ere are the 101 most useful websites. An expanded and annotated version of this list is now available as an ebook. The Most Useful Websites and Web Apps The sites mentioned here, well most of them, solve at least one problem really well and they all have simple web addresses (URLs) that you can easily learn by heart thus saving you a trip to Google. 01. screenr.com – record movies of your desktop and send them straight to YouTube. 02. ctrlq.org/screenshots – for capturing screenshots of web pages on mobile and desktops. 03. goo.gl – shorten long URLs and convert URLs into QR codes. 04. unfurlr.come – find the original URL that’s hiding behind a short URL. 05. qClock – find the local time of a city using a Google Map. 06. copypastecharacter.com – copy special characters that aren’t on your keyboard. 07. postpost.com – a better search engine for twitter. 08. lovelycharts.com – create flowcharts, network diagrams, sitemaps, etc. 09. iconfinder.com – the best place t...

How to create A Huge File

You can create a file of any size using nothing more than what’s supplied with Windows. Start by converting the desired file size into hexadecimal notation. You can use the Windows Calculator in Scientific mode do to this. Suppose you want a file of 1 million bytes. Enter 1000000 in the calculator and click on the Hex option to convert it (1 million in hex is F4240.) Pad the result with zeroes at the left until the file size reaches eight digits—000F4240. Now open a command prompt window. Enter the command DEBUG BIGFILE.DAT (replace the name of the file as you want) and ignore the File not found message. Type RCX and press Enter. Debug will display a colon prompt. Enter the last four digits of the hexadecimal number you calculated (4240, in our example). Type RBX and press Enter, then enter the first four digits of the hexadecimal size (000F, in our example). Enter W for Write and Q for Quit. You’ve just created a 1-million-byte file using Debug. Of course you can create a file ...

Who is Still Using Windows XP, and Why?

The launch of Windows 8 is on the horizon, releasing later this year. Microsoft assures us the user experience with their new OS will be better than ever before, however; would it surprise you to learn that more than 3 out of every 10 PC users are still using Windows XP, an OS that is a full decade old? It’s true, and here’s why. The Prodigal Software Following in the footsteps of Windows 98 and 2000, which each had their share of issues, XP was hailed as being the most stable and easy-to-use product Microsoft had put out since Windows 95. In the five years between XP’s release and Vista’s, it lived up to its hype through regular and convenient software updates. If It Ain’t Broke… As both home and business users became used to XP, it became less and less likely that any significant improvements could be made with new software. This was reflected in the widespread release of office technology that was compatible with XP. The more invested corporations and individuals alike became...