HP Pravilion issues-DV9000

I know someone who had same issue.

http://www.youtube.com/watch?v=bnkQNmKauEc

HP DV9000 blank screen fix! Video problem BGA rework
This fix also works on the HP DV2000, DV6000 and DV9000 there are a couple more HP’s with this BGA video issue. Also effected by this issue are a couple Compaq models. The Comaq Presario V3000 V6000 and a couple of the Pavilion models.
If you would like us to fix this issue for you please send the laptop to the address below
Reboot IT LLC
211 John Young Parkway
Kissimmee FL. 34741
If you have any questions please call our service hotline 321-332-0710
We never charge bench fees to give you a quote!
Remember some motherboards are beyond repair and we will have to replace the motherboard. We will give you a FREE quote and its up to you if you want to repair the laptop. If you dont want us to fix the laptop just pay the return shipping.
Thank and I hope you enjoyed the video!
-Pete
Rebootit.biz
Mixcatcom
Mixcat.com HP Compaq Laptop notebook BGA video Rework

To re-create the Show desktop icon

http://support.microsoft.com/kb/190355
To re-create the Show desktop icon yourself, follow these steps:
1. Click Start, click Run, type notepad in the Open box, and then click OK.
2. Carefully copy and then paste the following text into the Notepad window:
[Shell]
Command=2
IconFile=explorer.exe,3
[Taskbar]
Command=ToggleDesktop
3. On the File menu, click Save As, and then save the file to your desktop as “Show desktop.scf”. The Show desktop icon is created on your desktop.
4. Click and then drag the Show desktop icon to your Quick Launch toolbar.
Information for advanced users

The Quick Launch toolbar uses the files in the following folder:

%userprofile%\Application Data\Microsoft\Internet Explorer\Quick Launch
Works for Windows Server 2003 as well.

Installing WordPress Locally

UPDATED:

Fixing the database upload file size limit

http://opensourcecmsinfo.com/how-to-solve-no-data-was-received-to-import-either-no-file-name-was-submitted-or-the-file-size-exceeded-the-maximum-size-permitted-by-your-php-configuration-see-faq-1-16/

3)Open C:\xampp\php\php.ini file(xampp 1.7.7)
; Maximum allowed size for uploaded files.
; http://php.net/upload-max-filesize
upload_max_filesize = 2M

 

upload_max_filesize = 2M to u pload_max_filesize = 20M(your requirement)

 

————

http://www.webdesignerwall.com/tutorials/installing-wordpress-locally/