Did you click YES when Outlook Express asked to compact your messages? If you did,  
!!! DON’T PANIC !!!

http://www.dreamstime.com/stock-image-business-woman-panic-image4634001

If you carefully follow these instructions, you may be able to recover them.

  1. First CLOSE Outlook Express.
  2. Hopefully you haven’t emptied your recycle bin yet. DON’T EMPTY IT.
  3. Click to open your Recycle Bin and do check it. Do you see any files that end in .bak, like drafts.bak, sent.bak, and especially inbox.bak. If you do, it’s recoverable. But DON’T right-click and choose restore YET.
  4. If you’re not already viewing details, choose VIEW from the top menu, and click on DETAILS. This is so you can see the original file location.
  5. The original file location could look something like this:
    • C:\Documents and Settings\Default\Local Settings\Application Data\Identities\some weirdo string\inbox.bak
    • (Default could be some other name, some weirdo string is the string that you were given, which is different for different users.)
  6. You’re going to have to find that original folder, but you might have to reveal hidden files and folders to do so. Local Settings are usually hidden.
    • Click START, Choose CONTROL PANEL, and Click FOLDER OPTIONS (for Windows 7, you’ll have to click on APPEARANCE AND PERSONALIZATION link first before you can click on FOLDER OPTIONS.) Then click VIEW and look in the ADVANCED SETTINGS Window for SHOW HIDDEN FILES AND FOLDERS. Click that radio button if it isn’t already chosen, then click the OK button.
  7. Now you’re ready. Find that folder, and look for an inbox.dbx. That is your current INBOX.
  8. Right-click inbox.dbx and rename it inbox2.dbx, just in case
  9. Now you can go back to your Recycle Bin, right click inbox.bak, and choose RESTORE.
  10. That file inbox.bak should now be in the folder you just found.
  11. Right click inbox.bak and rename it inbox.dbx
  12. Now open Outlook Express and voila, your inbox messages should be restored.

Click here for more information on compacting messages.

{ 0 comments }

Google Feedburner APIs are being deprecated, but have no scheduled shutdown date. There are other APIs being deprecated or shut down, but Google says that the majority aren’t being affected. To learn more: googlecode.blogspot.ca

If you’ve been using Feedburner to post RSS feeds from your blog, you’ll probably want a replacement. Fortunately, there are some free alternatives:

Feed Informer: You can import feeds from different sources including your own, combine them, and republish on any web page. It’s fully customizable, or you can choose one of their templates. You can also choose the output format you need, whether it’s HTML, PHP, Flash, JavaScript, an image file, or PDF.

There’s also RSS 2 HTML: includes some advanced options.

Robin Good has an extensive list: Best RSS to HTML publishing tools

Hope this helps.

{ 0 comments }

Getting strange ¶ characters in MS Word: how to remove them

August 24, 2011

Those strange ¶ symbols are called pilcrow signs or paragraph signs and they show the end of paragraphs. They’re useful to see when you’re formatting and editing e-books and don’t print at all, but could be distracting. Fortunately, there’s an easy way to remove them. Click the top menu item Tools->Options Click View Look for [...]

Read the full article →

Domain name speculation: when the domain you want could make a speculator richer

July 29, 2011

Wikipedia has a good article on the practice. http://en.wikipedia.org/wiki/Domain_name_speculation  ”Domain name speculation is the practice of identifying and registering or acquiring Internet domain names with the intent of selling them later for a profit.” And like with home properties, there can be flipping. This is when you own a domain name that later increases so [...]

Read the full article →

What to do when your nicely formatted html ends up as one long line of code: EOL Format

July 29, 2011

EOL is end of line formatting for code, usually Unix or Windows formatting.  If you delete all blank lines in your code, and the formatting is Unix when you save, you might end up with square box characters ❏ ❏ ❏ to stand for the lines you’ve deleted. Which would be fine except when you upload [...]

Read the full article →