Html5 is coming, are you ready? Let’s start learning html5,you may heard of the some new tags of html5:canvas, audio , video .those is the stars of the html5,I already saw some wordpress theme use canvas now,also apple already use video on his site.so today let’s start by a simple audio example .

Read the rest of this entry »

Tags:

Since the google not give a API or interface to get the google page rank, we have to use google toolbar to get the PR. In order to use php to query toolbarqueries.google.com to the get PR, I did a search ,but most of the codes are too old and can’t use or not work well, at last i got following script works well.

Read the rest of this entry »

Are you still use flash and images for the art font in your web? if so you should know the magic of Google Font Directory and Google Font API , you can use all the font in the Google Font Directory , also it’s very easy to install. Read the rest of this entry »

Use php to check a string contains substring there maybe many ways, the strpos maybe the most used way, but it’s strange, it not work for me why? That’s what i want to say: the thing you need take care while use strpos .

Read the rest of this entry »

Tags:

I have a mysql table site_visitor with vid(auto_increment),IP,page,visit_time… columns, the problem is many duplicate IP data in the table, only the IP column data is duplicated while the others like isp,visit_time… are not, i did much test and finally find a very simple way.

Read the rest of this entry »

Tags:

hi,my site get hacked with eval(base64_decode( with many times, drive me mad . so i have to find a way to fix it. it’s may not the best way but it work.

Read the rest of this entry »

Browser compatibility is realy pain for css coders,this is a quickly to fix the the pages have problems IE8 while looks good in IE7,just following line in the tag on the page,
<meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″ />
but some one failed while others success,why?

Read the rest of this entry »

wordpress is a very popular cms and easy to use, i saw most of the people use wp-ecomence for the wordpress e-commerce solutions.so this article will told u how to add cs-cart cart to the wordpress pages

Read the rest of this entry »

This problem happen when i change IIS to apache on windows server 2003.
Server error!
The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.

let me share the way how i fixed this,hope this can help you.
Read the rest of this entry »

Add some lines of javascript codes to your page, you will see it’s magic: It make your normal menu looks more elegant. Have a try , you will see the fascination of animate menu .let’s go…
Read the rest of this entry »