Thursday, December 30, 2010

How to delete facebook page


To detele facebook page you need to do this:
1. login into your facebook account in which you want to delete facebook page.
2. click "Adverts & Pages".
3. choose desired Page, which you want to delete and press "Edit Page"
4. on left side, choose "Manage Permission".
5. finally in delete section press "Permanently delete this Page"
6. in popup windows once again press "delete" to confirm that you want to delete it.
7. done

Monday, December 20, 2010

PHP goto error - syntax error, unexpected T_STRING

If you getting the "syntax error, unexpected T_STRING" , that means the server which you are using at the moment has php version lower than 5.3 . So to solve the problem, the only method is to install newer version than 5.3. Else you need to change server or to use another method than "goto".

Good luck!

Saturday, December 18, 2010

Movie Maker in Windows 7


As you noticed windows 7 doesn't has movie maker included . So if you still need it, you can download and install it, just by follow step-by-step below.

1. Open http://explore.live.com/windows-live-essentials
2. Click Download now
3. It will download wlsetup-web.exe . Run it and download / installation process will start.
4. Wait until it finish

5. Done.


Happy movie making!

Thursday, December 16, 2010

wmp.dll expected


I got the error after some weird updates of windows media player.

The error messages looks like -
"The file wmp.dll has a version number of 11.0.0.**** where 11.0.0.**** was expected. Windows Media Player is not installed properly and must be reinstalled."

Solution for it:

1. Start -> Run
2. Type or Paste this -> c:\windows\inf\unregmp2.exe /UpdateWMP
3. Press -> Ok
4. Done.

Now try to open WMP.

Tuesday, December 14, 2010

Clickable TD


So, if you wonder how to do whole into clickable area, here is solution:

Add this into td tag:
onClick="window.location='http://www.yahoo.com'"

Done.