Jun 30
Huh, after manually upgrading this blog from wordpress 2.6 to wordpress version 2.8, suddenly my blog become error. Yup, when i clicked the post to show single post, it directly connect to 404 error. How come? Is there something wrong when upgrading. I’ve never upgraded my wordpress before. And I’ve followed the instruction correctly when upgrading my wordpress, like shown below:
- Download new wordpress version 2.8.
- Extract wordpress 2.8.zip.
- Delete “wp-content” folder of the extraction files.
- Connect to your server, click public html.
- Delete all files in public html except wp-config.php and wp-content folder.
- Upload the new files of wordpress 2.8 without wp-content folder (no.3) to public html.
- Log-in to your blog (http://yourblogname/wp-admin.
- Click upgrade wordpress and enjoy your new wordpress.
Yup, that’s it all. But after that 404 happened.
I check all the things from wp-config.php, database mysql, etc. Finally I’ve found the problem that the file .htaccess “was deleted. Thanks God, I’ve backed it up.
Tags: 404 error, error 404, upgrade wordpress 2.8
Feb 26
Finally, after enabling the GPS feature in my Sierra 881U, I don’t have to buy a GPS receiver again as I plan before. The process was so easy to do. And the modem I got with very cheap price. Hahaha..
Below, I give you the way how to enable GPS feature of your Sierra 881U HSPA (HSDPA and HSUPA) modem.
1. The first thing you should do is check the firmware of your HSPA modem.
Is it still in F1_1_x_x ?
Please check from 3G-watcher, click menu Help > About …
It means that GPS in your device has not been activated yet. To make it “GPS enable”, just update the firmware to F1_2_3_15ap. You can download the software by clicking here. Continue reading »
Tags: enable GPS, hsdpa modem, sierra 881u
Feb 22
There are three ways how to add music to your website or blog:
- Use the music as background.
- Use an embeded console which can play the music automatically.
- Use script from other website which provides this service.
Now, I want to show you how to do those ways. But I only test this in Windows based, not for Mac.
1. Use the music as background.
1.1 Background sound
This is a very simple step used for Internet Explorer (midi file only). Copy and paste this code to the HEADER between meta tag and stylesheet link. Change the myfile.mid with your music address.
<BGSOUND SRC=”myfile.mid” LOOP=”false”>
1.2 Background sound for mp3, wav, and au files
For other type of browser such as Mozilla or Opera (also IE), just copy and paste the code below. Change the myfile.mp3 with your music address. Continue reading »
Tags: add music, Add music to your website, Background sound, embed music