TEST
Below are some causes that might trigger teen migraines and a handful useful steps on how parents can help their suffering teenagers. Migraines are painful and can last a long time while interfering with your day to day life. This is especially true for teenagers. Here are some possible causes and solutions to help your teenager through their migraine problems.
You should know the facts. Continue reading ‘Battling Teen Migraines’
TEST
I recently moved a database from one mysql server to another and ended up with some weird text. It seems that some characters were changed into some crazy text. Here’s what I found and here’s what I think they were originally. I did a massive find and replace using phpmyadmin to fix them.
One error appeared as this
’
I think the original one was a single quotation so I replaced it with this
‘
One error appeared as this
—
I think the original one was a dash so I replaced it with this
-
One error appeared as this
“
I think the original one was a double quotation so I replaced it with this
”
One error appeared as this
â€
I think the original one was a double quotation so I replaced it with this
”
It’s kind of crazy but now the text seems normal on the site. It looks like it could be some messed up language.
Guy #1 ” Soooooo…. ’ — “ â€?”
Guy #2 “HAHAH! ’ — “ â€â€™ — “ — “ †’ — “ â€!? You crazy…”
TEST
So I installed some video editing software, did some updates, and then BAM!! I can no longer send email. Whenever I hit send I get an error from Microsoft Word saying “Interface not registered” but then there was the internet… and I found the solution…
Solution is here at the MS site
“You receive the “Interface not registered” error message when you try to send or to save an e-mail message to the Drafts folder in Outlook 2002
View products that this article applies to.
Article ID : 870707
Last Review : August 10, 2004
Revision : 1.0
SYMPTOMS
If you use Microsoft Word as your e-mail editor in Microsoft Office Outlook 2002, and you try to send e-mail messages or to save e-mail messages to the Drafts folder, you may receive the following error message:
Interface not registered
Or, you may experience the following symptoms:
“¢ You receive an error message.
“¢ The e-mail message is not sent.
“¢ The e-mail message is not saved to the Drafts folder.
CAUSE
This behavior occurs if the Ole32.dll file that is located in the %Windir%\System32 folder is not registered correctly in the registry.
RESOLUTION
To resolve this problem, register the Ole32.dll file. To do this, follow these steps:
1. Click Start, click Run, type the following command in the Open box, and then click OK:
Regsvr32.exe %Windir%\System32\Ole32.dll
Continue reading ‘Microsoft Outlook Error: Interface not registered’