ip2country 從ip查詢國家

程式名稱:ip2country
官網:http://phpweby.com/software/ip2country
demo:http://phpweby.com/demo/ip2country
程式說明:
ip2country 是一款 php 的免費程式,ip2country 本身有一個 ip 及 國家別的對映表,並記錄在mysql中。

範例:

<?php
include_once('ip2c/ip2country.php');
$ip2c=new ip2country();
$ip2c->mysql_host='localhost';
$ip2c->db_user='user';
$ip2c->db_pass='pass';
$ip2c->db_name='ip2country';
$ip2c->table_name='ip2c';
echo 'Your country name is '. $ip2c->get_country_name() . '<br>';
echo 'Your country code is ' . $ip2c->get_country_code();
?>
VN:F [1.8.1_1037]
Rating: 0.0/10 (0 votes cast)
VN:F [1.8.1_1037]
Rating: 0 (from 0 votes)
  • Share/Bookmark

progress bar 多個進度條效果

套件名稱:progress
範例說明:
本文章示範多種進度條效果。

jsProgressBarHandler – 是一款以 prototype 為基礎的進度條效果。  demo按我
jsProgressBarHandler1

jQuery progress bars – 一個可以顯示上傳進度條的 jQuery 套件。     demo 按我
jquery_progress_bars

VN:F [1.8.1_1037]
Rating: 0.0/10 (0 votes cast)
VN:F [1.8.1_1037]
Rating: 0 (from 0 votes)
  • Share/Bookmark

圖片放大鏡效果 jQZoom

套件名稱:圖片放大鏡效果 jQZoom
系統需求:jQuery
demo: 官方demo
官網:官網及文件說明
套件說明:
將滑鼠移至圖片上方時,會有放大鏡的效果。

VN:F [1.8.1_1037]
Rating: 0.0/10 (0 votes cast)
VN:F [1.8.1_1037]
Rating: 0 (from 0 votes)
  • Share/Bookmark

interface套件的特效

套件名稱:interface
版本:1.2
官網:http://interface.eyecon.ro/
下載:http://interface.eyecon.ro/
demo:demo所有效果
系統需求:
jQuery 1.1.2 interface.js (右鍵另存新檔方式下載)

軟體介紹:
interface 套件是一款以 jQuery 1.1.2 為基礎的網頁特效,官網提供的 interface.js 僅只有78k左右,只要載入這個 interface.js 就可以產生非常多的特效,詳細特效如下:

accordion效 按我demo
interface_accordion

text、textarea等文字輸入方塊自動展開效果 按我demo
interface_expander1
interface_expander2

drag and drop各種拖拉效果 按我demo
interface_drag

fisheye 超炫功能列特效 按我demo
interface_fisheye1
interface_fisheye2

可伸縮的textarea,可改良成對div的伸縮功能喔^^Y    按我demo
interface_resize1
interface_resize2

VN:F [1.8.1_1037]
Rating: 0.0/10 (0 votes cast)
VN:F [1.8.1_1037]
Rating: 0 (from 0 votes)
  • Share/Bookmark

動態Tab分頁 Moo Tabs

套件名稱:Moo Tabs
版本:1.2
官網:http://www.silverscripting.com/mootabs/
下載:http://www.silverscripting.com/mootabs/
demo:demo1 demo2 demo3 demo4
系統需求:
mootools

軟體介紹:
Moo Tabs 是一款有動態效果的tab分頁。

執行結果畫面:
moo_tools_1

VN:F [1.8.1_1037]
Rating: 0.0/10 (0 votes cast)
VN:F [1.8.1_1037]
Rating: 0 (from 0 votes)
  • Share/Bookmark

表格自動排序 sortTable

套件名稱:sortTable
版本:
官網:http://www.kryogenix.org/code/browser/sorttable/
下載:http://www.kryogenix.org/code/browser/sorttable/
demo:  開源王demo http://www.kryogenix.org/code/browser/sorttable/

軟體介紹:
sortTable 是一款可以針對表格(table)自動排序功能的 javascript 。

本站demo:
找個簡單例子來demo,請看底下程式碼,sorttable的執行結果

<script src="sorttable.js"><!--mce:0--></script>
<table class="sortable" border="0">
<thead>
<tr>
<th>Person</th>
<th>Monthly pay</th>
</tr>
</thead>
<tbody>
<tr>
<td>Jan Molby</td>
<td>£12,000</td>
</tr>
<tr>
<td>Steve Nicol</td>
<td>£8,500</td>
</tr>
<tr>
<td>Steve McMahon</td>
<td>£9,200</td>
</tr>
<tr>
<td>John Barnes</td>
<td>£15,300</td>
</tr>
</tbody>
<tfoot>
<tr>
<td>TOTAL</td>
<td>£45,000</td>
</tr>
</tfoot></table>
VN:F [1.8.1_1037]
Rating: 10.0/10 (1 vote cast)
VN:F [1.8.1_1037]
Rating: 0 (from 0 votes)
  • Share/Bookmark

webmail信件瀏覽套件 Xuheki webmail

套件名稱:Xuheki webmail
版本:0.4
官網:http://www.xuheki.com/
下載:http://www.xuheki.com/download/
demo:http://www.xuheki.com/demo/

軟體介紹:
Xuheki webmail 是一款免費的webmail信件瀏覽套件,開發程式為 perl ,使用 perl 開發的程式設計師可以安裝看看囉 :razz:

執行畫面:
xhk1

xhk2

xhk3

系統需求:

  • Perl 5.8 or later
  • Apache 2
  • mod_perl 2
  • MySQL 5 (4 might work, not tested)

VN:F [1.8.1_1037]
Rating: 0.0/10 (0 votes cast)
VN:F [1.8.1_1037]
Rating: 0 (from 0 votes)
  • Share/Bookmark

拼字檢查 GoogieSpell


套件名稱:GoogieSpell
版本:4.0
官網:http://orangoo.com/labs/GoogieSpell/
下載:http://orangoo.com/labs/GoogieSpell/Download/
demo:

軟體介紹:
GoogieSpell 是一款拼字檢查工具,使用此工具可以用來檢查是否有輸入錯字!

支援的瀏覽器:

  • IE 5.5 and 6
  • Firefox 1.x
  • Safari 2
  • Opera 8.5 and 9.0
  • Konqueror
  • Netscape 7.x
VN:F [1.8.1_1037]
Rating: 0.0/10 (0 votes cast)
VN:F [1.8.1_1037]
Rating: 0 (from 0 votes)
  • Share/Bookmark

檔案上傳進度顯示 FancyUpload

套件名稱:FancyUpload
版本:
官網:http://digitarald.de/project/fancyupload/
下載:http://digitarald.de/project/fancyupload/
demo:demo1 demo2 demo3
需求:MooTools JavaScript Framework 1.2

軟體介紹:
FancyUpload是一款可以顯示檔案上傳進度的元件,建立在 MooTools 的基礎上,類似 SWFUpload

執行結果:
FancyUpload_1

FancyUpload_2

FancyUpload_3

VN:F [1.8.1_1037]
Rating: 0.0/10 (0 votes cast)
VN:F [1.8.1_1037]
Rating: 0 (from 0 votes)
  • Share/Bookmark

javascript 簡化型日曆

套件名稱:CalendarView
版本:1.2
官網:http://calendarview.org/
下載:http://calendarview.org/
demo:http://calendarview.org/
安裝需求:Prototype 1.6.0 (or later).

軟體介紹:
CalendarView是一款建立在Prototype基礎上的日曆元件。

執行結果:
CalendarView_1

更新記錄:
Version 1.2 — May 13th, 2009

  • Fixed some CSS rules in the packaged stylesheet so that days from other months and the current date are styled the way they were intended.
  • Reorganized the repository a bit and added an example to the downloadable package.
  • Added some release packaging scripts to ease distribution of new releases.
  • Fixed the display of days from other months in the default CSS. Thanks to Corie Slate for reporting this issue.
  • Fixed a compatibility issue with Internet Explorer 8. Thanks to Gabriel Engel for this fix.
VN:F [1.8.1_1037]
Rating: 0.0/10 (0 votes cast)
VN:F [1.8.1_1037]
Rating: 0 (from 0 votes)
  • Share/Bookmark