Tuesday, May 11, 2010

phpTrafficA

http://soft.zoneo.net/phpTrafficA/install.php?l=en

phpTrafficA is a GPL statistical tool for website monitoring, written in php and mySQL. It can track access counts to your website, search engines, keywords, and referrers that lead to you, operating systems, web browsers, visitor retention, traffic patterns, visitor path, and a lot more!

demo
http://soft.zoneo.net/phpTrafficA/Demo/

Sunday, May 9, 2010

PHPfileNavigator v2.3.3

http://pfn.sourceforge.net/

PHPfileNavigator v2.3.3


PHP Unique Visitor Counter

http://lukemorton.co.uk/counter.php

PHP based unique visitor counter script

Thursday, January 14, 2010

Data Types in SQL Statements

http://developer.mimer.com/documentation/Mimer_SQL_Reference_Manual/Syntax_Rules4.html

Data type
Description
Range
CHARACTER(n)
Character string, fixed length n. See
1 £ n £ 15000
CHARACTER VARYING(n) or
VARCHAR(n)
Variable length character string, maximum length n.
1 £ n £ 15000
BINARY(n)
Fixed length binary string, maximum length n.
1 £ n £ 15000
BINARY VARYING(n) or
VARBINARY(n)
Variable length binary string, maximum length n.
1 £ n £ 15000
INTEGER(p)
Integer numerical, precision p.
1 £ p £ 45
SMALLINT
Integer numerical precision 5.
-32768 through 32767
INTEGER
Integer numerical, precision 10.
-2,147,483,648 through 2,147,483,647
BIGINT
Integer numerical, precision 19.
-9,223,372,036,854,775,808 through 9,223,372,036,854,775,807
DECIMAL(p, s)
Exact numerical,
precision p, scale s.
1 £ p £ 45
0 £ s £ p
NUMERIC(p, s)
Exact numerical,
precision p, scale s.
(Same as DECIMAL - see below).
1 £ p £ 45
0 £ s £ p
FLOAT(p)
Approximate numerical,
mantissa precision p.
1 £ p £ 45
Zero or absolute value
10-999 to 10+999
REAL
Approximate numerical
mantissa precision 7.
Zero or absolute value
10-38 to 10+38
FLOAT
Approximate numerical
mantissa precision 16.
Zero or absolute value
10-308 to 10+308
DOUBLE PRECISION
Approximate numerical
mantissa precision 16.
Zero or absolute value
10-308 to 10+308
DATE
TIME
TIMESTAMP
Composed of a number of integer fields, represents an absolute point in time, depending on sub-type.
* Refer to DATE, TIME and TIMESTAMP for a complete explanation of this data type.
INTERVAL
Composed of a number of integer fields, represents a period of time, depending on the type of interval.
* Refer to Interval for a complete explanation of this data type.

Friday, January 8, 2010

CMS comparison

http://www.cmsmatrix.org/matrix/cms-matrix

CMS comparison.

Joomla, xoops, drupal,

Monday, January 4, 2010

騰訊QQ、SKYPE、MSN狀態按鈕生成器

http://www.eslife.ws/4157

首頁 > 電腦網路相關應用 > IM通訊〉騰訊QQ、SKYPE、MSN狀態按鈕生成器-GDI在家創業系統

騰訊QQ、SKYPE、MSN狀態按鈕生成器

Nifty Rounded Corner Rounded Box Rounded Menu Tag

http://www.html.it/articoli/nifty/index.html

used in 28 projects.

Nifty Corners: rounded corners without images
By Alessandro Fulciniti

Friday, January 1, 2010

Blueprint Construct 0.5 - Visual Builder for Blueprint CSS Framework

http://constructyourcss.com/

Welcome to Construct, a visual layout editor based on Blueprint & jQuery! This is version 0.5, last updated on April 27, 2008. This project was built by Christian Montoya, and exists both as a useful tool for CSS designers and as proof that a visual layout editor is possible to acheive with clean CSS & semantic HTML.