Go Daddy data centers choices

Go Daddy have are multiple data centers located in the United States, Europe and Asia. The appropriate choice will giving your site visitors a better experience. In general, Go Daddy will auto detect your location and auto assign your hosting location.

If you need manually select the location of data canter, click the following links.

 

I am back :D

Hi guys,

I leave around year and I am back now. ^_^

I noted a lot of comments waiting approval.
First, sorry for my very late process and if I not reply your comments.
I not enough time to reply each comments, please comment again if you still have some problem.

Merry Christmas
Timmy

 

[PHP] Force download the files

Some time you may want the user download the file instead of direct open in the browser.
(e.g. The PDF reader add-on will be directly open the PDF in the browser)

You just need modify the http headers and set the content type to force-download, the problem will be solved.

The following is the demo and the source code:

Read the rest of this entry »

 

Experts-Exchange 2009 Christmas and New Year Gift

I received the gift from Experts-Exchange before Christmas, share some photos now.

Read the rest of this entry »

 

Popular HTTP response status code in the web development

The popular HTTP response code with simple description:

2xx Success

200 OK

Good status, server return successful

3xx Redirection

301 Moved Permanently

Permanently redirect to new URL, better in the SEO (Recommend)

302 Found

Temporary redirect to new URL(Default)

304 Not Modified

The request resource has not been modified since last requested. Browser will load the content from cached (IE may not)

Read the rest of this entry »

 

Windows Live Writer – Image Upload Not Supported by Weblog (Wordpress)

Yesterday, I update my blog via Windows Live Writer. But get the following error message:

Image Upload Not Supported by Weblog
The following images cannot be published because the weblog does not support image publishing.

…some filenames

It has been working fine, and the Windows Live Writer not any update in this period, I just relocated my blog to another server, so I think the problem should be about this. I found a simple way to solve this problem, after checking the Wordpress configure.

Read the rest of this entry »

 

Find the geography location by IP-address or host name

Sometime you may want to know the following informations:

  • IP address and hostname convertion
  • Tracking and lookup IP address
  • Determine the IP address or host location
  • Find the geographical location of the web sites, identified by the IP address
  • Display the web site geographical location in the map
  • IP Tools with multi-language interface
  • More informations about the hostname, domain and ip address

Demo

Click here to trace my homepage now!!
http://ip.many3.com/en/tracer/yctin.com/

Also have an igoogle gadget : iGoogle Geo IP Tool

Screenshot

igoogle

More Screenshot

Read the rest of this entry »

 

The country lists – Both database and dropdown list version for development

Some time you may need to display the country for your users choose, the following resource may help you saving the time.

Country Name and ISO 3166 Code MySQL Import File

http://27.org/isocountrylist/

Country Lists in Most Popular Languages – HTML Dropdown List

http://urbanoalvarez.es/blog/2008/06/06/country-state-select-lists/

In chinese section should be separate into simplified chinese and traditional chinese, detail please see below…

Read the rest of this entry »

 

Best JavaScript IDE – Aptana Sutdio

The Aptana Studio based on the Eclipse IDE, is a usefully ide for develop the complex web application(e.g. AJAX, B/S Programs). I very like the code completion and the cross browser compatible detection features.

The Aptana is cross-platform, free, and open-source. Provided are differents installation type both standalone and Eclipse plugin, You can download the Aptana plugin to improve your existing Eclipse IDE or new standalone IDE.

Overview

Aptana Studio is a complete web development environment that combines powerful authoring tools for HTML, CSS, and JavaScript, along with thousands of additional plugins created by the community.

Unified Editing for Web Apps

Aptana Studio’s editors provide world-class HTML, CSS, and JavaScript code completion, reference, and validation at your fingertips.

Ajax and JavaScript Libraries

Get unrivaled support for popular libraries including jQuery, Prototype, YUI, dojo, Ext JS, MooTools, and others.

Ruby on Rails, Python and PHP

Add powerful plugins and ready-to-use runtimes for Ruby on Rails, Python and PHP. Eclipse users can easily add Studio as a plugin.

Desktop Ajax

Use your skills to create desktop web applications with our plugin for Adobe AIR.

Free, Open Source and Cross Platform

Download Aptana Studio for Windows, Mac, or Linux. Both the standalone and Eclipse plugin distributions are free, open source software.

Yeah, it’s in there.

Multi-browser previews, SQL database tools, an awesome JavaScript debugger, server tail views, and tons more.

Quoted from Aptana homepage

Read the rest of this entry »

 

The difference between utf8_general_ci and utf8_unicode_ci in MySQL

The utf8_general_ci and utf8_unicode_ci are most popular collations for utf8 charset in MySQL database. But a lot of peoples do not know the different between utf8_general_ci and utf8_unicode_ci.
Read the rest of this entry »