December 2005 Archives

Shanghai satellite photo

| No Comments

Now I found Google Earth begin to provide the satellite photo of Shanghai Downtown.
Look the below image, the gray color is the range with the detail photo.
shanghai.jpg

The resolution is not higher then that of North America area. I tried to find my home on Shanghai and get a image to show how about the satellite photo of Shanghai.
You can see a car, but can not see a person.
I tried the Beijin, the persons stand on the TianAnMen square can be identified.

Code Convertor

| No Comments

When I rebuild the Pentacle In-Out Board, I begin to have an opinion that the software should be free to access, download, share, and use. I learn the PHP as a website script language. The purpose to change from ASP to PHP, is because that I want to change the platform from Windows to Linux. So the programs I made can be used on top of the free platform.

After three days learning, I made my first php page, which is a Code Convertor.
It is an online tools. When I want to paste some HTML code into my webpage or blog, I can use this tools to convert the original HTML code to some code can be displayed on the page.
I call it CoCo.

coco-88x31.gif

It is not perfect. It is just a begining. I will learn more and program more free software.

Server.Urlencode

| No Comments

Formats a string using URL encoding. This is a static method.

Syntax
urlEncode( text )

text
The input string to be formatted.

Usage
This method will format a string using URL encoding. The formatted string is returned from this method and the original string is not modified. This method is useful for encoding strings that contain any URL reserved characters so they can be used as part of a URL.

The example below encodes a string that is used as a query string parameter in a URL.

var sUrl = "http://localhost/app?user=" + Server.urlEncode("john doe");

Response.write(sUrl);

The example above produces the following output.

http://localhost/app?user=john+doe

This function is very usefull, when used in the url transfering string which including space and special character like &.


ATM Beware

| No Comments

This is from the RCMP. Beware ATM machine when use it.

1- ATM machine as usual ?
ATM.Beware1.jpg

2- Is there an additional slot ?
ATM.Beware2.jpg

FALSE slot Fixed tothe original card slot. (Same color and sticker ). Contains additional card reader to copy your card information ..and duplicate your card

Replace the Video Card's fan

| No Comments

I bought the ATI 9200 video card in May 2004. This card began to make noise after one year use. It is send to the retailer to clean and the noise from fan is lower.

In the early of this month, the noise is so big. I decided to replace the fan on the video card.
I bought a VGA cooler made by Evercool Thermal Corp., Ltd., cost me $12.00.
vc-rd.jpg

Its standard size can be installed on most of the VGA cards.

Below is the card I moved form the MB.
ati9200oldfan.jpg

IP address changed

| No Comments

Our site is connected through the Shaw Cable.
I trusted Shaw Cable periodically change the IP address assigned to their clients. Normally it is one year.

The IP address of server was changed on December 5 noon. I changed DNS settings accordantly. The DNS settings need about 24 hours to 72 hours to synchroniz the settings to all aroung the world ( Internet world ).

Updated:
It is 9:49PM pacific time Dec. 7, 2005. Part of the world can get this site correctly. The remains are still resolved the old ip address and show the error message.
I hope after next 24 hours the domain name can be resolved correctly in the whole world.

Pentacle In-Out Board 5.12

| No Comments

This is an Open Source software released under MPL - Mozilla Public License Version 1.1
As I said last month, Free Software

So it is free to download and use it as long as you want.

pentacle.gif

Go to check the features and functions.
pentacle.5.12.jpg

About this Archive

This page is an archive of entries from December 2005 listed from newest to oldest.

November 2005 is the previous archive.

January 2006 is the next archive.

Find recent content on the main index or look in the archives to find all content.

OpenID accepted here Learn more about OpenID
Powered by Movable Type 5.01

Subscribe

Online Tools

Code Convertor