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/
Tuesday, May 11, 2010
Sunday, May 9, 2010
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
Monday, January 4, 2010
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
used in 28 projects.
Nifty Corners: rounded corners without images
By Alessandro Fulciniti
Sunday, January 3, 2010
CSS MENU SAMPLE GOOD
http://css.maxdesign.com.au/listamatic/vertical10.htm
http://www.mycssmenu.com/visual_interface/template4/template.html
http://www.smartmenus.org/samples6/style/win-classic/
http://13styles.com/category/css-menus/
CSS popup Menu
http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/
http://www.mycssmenu.com/visual_interface/template4/template.html
http://www.smartmenus.org/samples6/style/win-classic/
http://13styles.com/category/css-menus/
CSS popup Menu
http://www.dynamicdrive.com/style/csslibrary/item/jquery_multi_level_css_menu_2/
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.
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.
Subscribe to:
Posts (Atom)