Archive for February, 2010

Chinese New Year Tiger wordpress theme

February 28th, 2010

Introducing Chinese New Year Tiger WordPress theme! Lets join the celebration of the Chinese New Year (the Year of the Tiger). According to the Chinese Zodiac “Tigers” are brave and very protective of their friends and family. Tigers are charismatic and not afraid to strike at those posed threat to their family and themselves. Tigers [...]

+Read the rest of this post+

Introduction to SWFUpload

February 19th, 2010

Some one asked me one question about uploading. I’ve been searching for a method/script to upload many files at once via PHP. Can you recommend some to me? I told him that SWFUpload was a good one and asked him try it out. The feedback from him is SWFUpload works like a charm. So now [...]

+Read the rest of this post+

WordPress 2.9.2 released

February 16th, 2010

It’s so excited to see the wordpress 2.9.2 released. Let’s upgrade and engjoy it! Here is a quote from wordpress.org Thomas Mackenzie alerted us to a problem where logged in users can peek at trashed posts belonging to other authors. If you have untrusted users signed up on your blog and sensitive posts in the [...]

+Read the rest of this post+

Getting your Visitor’s Details Using PHP

February 16th, 2010

You can get quite a bit of information about your visitors without having to use a third party tracking software. I’ll outline the PHP commands you can use to capture some of this data. The details you capture can be saved into a database, and retrieved later to check your site’s performance and user details. [...]

+Read the rest of this post+

Brief Introduction to PHP

February 16th, 2010

PHP: Hypertext Preprocessor, better known as PHP, is a highly popular, server-side scripting language that can be embedded directly into HTML coding. PHP can do anything that CGI can do, such as process form data and auto generate dynamic content, but PHP can do much more. It can be used on all major operating systems [...]

+Read the rest of this post+

Introduction to do a Simple SQL Search

February 15th, 2010

Often I see many posts about how to do a simple SQL search. Well I finally caved in and decided to write a tutorial just for that. I will try and explain everything in as much detail as I can without being over wordy. This is a basic search, nothing more. If you want a [...]

+Read the rest of this post+

Open Source for Chinese Forum Application

February 14th, 2010

If you are going to build a forum in Chinese then here are some famous open source solutions for that. Discuz Discuz is the most powerfull forum program that have created by the Chinese from China. Its the great FREE program and widely used by Chinese webmasters in China. If you ever visit some forums [...]

+Read the rest of this post+

Custom Digg Counter in WordPress with PHP

February 13th, 2010

Have you ever got the idea to add a digg counter in your wordpress blog site? Digg does offer a few easily integrable scripts at http://digg.com/tools/integrate that you can use in your site to achieve that, but does not document how to create a custom counter. To accomplish this you need to use the Digg API [...]

+Read the rest of this post+

Introduction to JFusion

February 8th, 2010

JFusion is a free GPL Extension for the award winning Content Management System (CMS) Joomla!. JFusion provides universal user integration, by extending the Joomla 1.5 user authentication framework without any core hacks. JFusion does not support every software out-of-the-box, but is designed for people to easily write a plugin to create a bridge, without re-inventing [...]

+Read the rest of this post+

Set Redirection with PHP

February 6th, 2010

There are many reasons that you may want to redirect a user to another page when they open one page in browser,like  ’the page they are trying to access no longer exists’,’the user is not allow to access that page’,etc…  You can use a simple PHP script to set the redirection, here we’ll instruct you [...]

+Read the rest of this post+