2010年5月24日 星期一

Using Google Code Hosting and Subversion -- a real example

Using Google Code Hosting and Subversion -- a real example

As part of the QueScript project, I have to find a place hosting the source of QueScript. I have searched different project hosting website. After the comparison of pros and cons, I have chosen the google code's project hosting service.

The followings are the steps involved in if this is the first time you've tried using the Google Code's Project Hosting and Subversion (SVN):

  1. Applying for Google Code Hosting.
  2. Installation of Subversion in Windows XP
  3. Initial Checkin of source code using Subversion

(Extracted from Using Google Code Hosting and Subversion of QueScript Workspace)

2010年5月19日 星期三

Using QueScript to automate task related to Search Engine Optimization (SEO)

Using QueScript to automate task related to Search Engine Optimization (SEO)

One of the repetitive task in Search Engine Optimization is to record the current search situation such as the total indexed file, the average page rank. Google provides webmaster tools for a webmaster to monitor the indexing progress of his website in google. However, if you are not the owner of the website or you just have the right for controlling only some part of the website, you have to do you own search and record the record result in the google. This kind of job may be repeated in a daily basis.

Another common job is to measure the performance of or how well a keyword impress the search engine. This can be done by providing the site's name and the keyword in the search engine.


A lot of tasks related to Search Engine Optimization (SEO) can be done by robots. There are little number of commercial robot software can be found in the market. Most of the case, SEO experts have to write their own robots. Moreover, most of the programming languages are focusing on providing the general usage and they lack of simple commands for fetching a webpages and retrieving information in that webpage. In most programming language. if you want to fetching a webpage, you have to prepare a lot of things, such as: connection objects, http header information, http state handler, etc.

To build a robot using QueScript only requires you to write a program in one to two lines of code. The coding style of QueScript is simple and concise. In the QueScript site, I have written a simple example to illustrate this.

2010年5月7日 星期五

Welcome to QueScript

QueScript is designed as a concise scripting language. I hope it can bring a new standard for other scripting language.

The QueScript's philosophy: Simple, Collection-Oriented and Extensible.

Now, the QueScript say Hello to the world and there will be a series of refinement in the future. Please keep visiting this site or event try to program in QueScript. Your involvement make QueScript progress to a successful collection-oriented language.

Happy programming!!!

Cloudgen Wong