Archive for the ‘Best Free Resources’ Category

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 »

 

[PHP] PHPExcel – The Powerful Excel Library

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 »

 

[PHP] PHPMailer – The Mail Library

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

Read the rest of this entry »

 

[PHP] Web Proxy – PHProxy

PHProxy is free and open source web proxy application, under GNU General Public License (GPL) license.
It is no longer under active development, but still is a best.

PHProxy is a web HTTP proxy programmed in PHP meant to bypass firewalls and access otherwise inaccessible resources (i.e. blocked websites). If the server this script is run on can access a resource, so can you!

Quoted from PHProxy sourceforge project page

Read the rest of this entry »

 

[PHP] jQuery PHP Edition? phpQuery!

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 »

 

[PHP] Syntax Highlighter

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 »

 

Open Flash Chart

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 »

 

jQuery Overview

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/