Posted in Best Free Resources, Library on 10/29/2009 10:32 pm by ycTIN
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 »
Posted in Library, PHP on 09/25/2009 10:09 pm by ycTIN
PHPExcel is an powerful class for read & write excel files, it is very useful in the report generation. You can easily to use PHPExcel to create the true and new version excel files, not are outdated excel formats.
PHPExcel providing a set of classes for the PHP programming language, which allow you to write to and read from different file formats, like Excel 2007, PDF, HTML, … This project is built around Microsoft’s OpenXML standard and PHP.
This class set provides, such as setting spreadsheet meta data (author, title, description, …), multiple worksheets, different fonts and font styles, cell borders, fills, gradients, adding images to your spreadsheet and much, much more!
Quoted from PHPExcel homepage
Read the rest of this entry »
Posted in Library, PHP on 09/25/2009 02:11 pm by ycTIN
The PHPMailer a powerful and most popular email transport class with a big features and small footprint that is simple to use and integrate into your own software.
PHPMailer is free and release under LGPL license.
Full Featured Email Transfer Class for PHP. PHPMailer features:
- Supports emails digitally signed with S/MIME encryption!
- Supports emails with multiple TOs, CCs, BCCs and REPLY-TOs
- Works on any platform.
- Supports Text & HTML emails.
- Embedded image support.
- Multipart/alternative emails for mail clients that do not read HTML email.
- Flexible debugging.
- Custom mail headers.
- Redundant SMTP servers.
- Support for 8bit, base64, binary, and quoted-printable encoding.
- Word wrap.
- Multiple fs, string, and binary attachments (those from database, string, etc).
- SMTP authentication.
- Tested on multiple SMTP servers: Sendmail, qmail, Postfix, Gmail, Imail, Exchange, etc.
- Good documentation, many examples included in download.
- It’s swift, small, and simple.
Quoted from PHPMailer homepage

Posted in Library, PHP, jQuery on 08/18/2009 09:48 pm by ycTIN
phpQuery is a server-side, chainable, CSS3 selector driven Document Object Model (DOM) API based on jQuery JavaScript Library.
Library is written in PHP5 and provides additional Command Line Interface (CLI).
Quoted from phpQuery homepage
phpQuery is a great library for processing HTML/DOM content. You can easily to use it, if you has experience in the jQuery. I always use this for data capture, the Selectors feature is powerful and save time.
Read the rest of this entry »
Posted in Library on 05/17/2009 10:43 pm by ycTIN
GeSHi started as an idea to create a generic syntax highlighter for the phpBB forum system, but has been generalised to this project. GeSHi aims to be a simple but powerful highlighting class, with the following goals:
- Support for a wide range of popular languages
- Easy to add a new language for highlighting
- Highly customisable output formats
GeSHi aims to do this all as quickly as possible. Many customisable features of GeSHi facilitate speed increases, and you can easily find a balance between the amount of highlighting done and the speed in which it is done.
GeSHi supports PHP5 and Windows, and has even been used to highlight code on ASP pages. Numerous blogs, wikis and forums use GeSHi, including Dokuwiki, Mambo, phpBB and WikkaWiki.
GeSHi is an award winning piece of software – so you know you’re using a top quality product.
Quoted from GeSHi homepage
Read the rest of this entry »
Posted in Library on 05/17/2009 07:46 pm by ycTIN
Why choose Open Flash Chart?
This is a little gentle propaganda for the project. Like all opinions, disregard it and make up your own mind.
Edge cases such as
PC Pro loves open flash chart.
Quoted from Open Flash Chart 2 homepage
Read the rest of this entry »
Posted in Library, jQuery on 03/01/2009 06:45 pm by ycTIN
jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
All of the code is available in two formats:
- Compressed (which allows you to have a significantly smaller file size) and
- Uncompressed (good for debugging and to understand what is behind the magic).
jQuery is provided under the following MIT and GPL licenses.
Quoted from jQuery homepage
You can download jQuery from project home page.
http://jquery.com/