TavoxPeru
Jan 28 2007, 07:57 AM
| | Hi,
I hope that the following links will be useful in the case you need an online quick reference of HTML, CSS, Javascript, etc. just visit these websites:- CSS Examples: Some cascading style sheet examples.
- HTML Tags: Complete HTML tags with attributes and values for XHTML 1.1, also known as HTML 4.01.
- Javascript: JavaScript quick reference.
- Regular Expressions: Regular Expressions for client-side JavaScript quick reference.
- Characters: HTML Characters (Numeric and Alpha),Webdings and Web ASCII codes.
- Country Codes: Internet Country Codes with phone prefixes.
Best regards, |
Comment/Reply (w/o sign-up)
demolaynyc
Jan 29 2007, 12:35 PM
Booo I thought cheat sheets for school.
Comment/Reply (w/o sign-up)
Alegis
Jan 29 2007, 05:38 PM
I like those, bookmarked. Especially the CSS pages with animate option
Comment/Reply (w/o sign-up)
Similar Topics
Keywords :
online, cheatsheets
- Great Online Video Seminar
Declan Dunn (2)
Any Ideas About A Free Online Page Editor ?
any ideas? (7)
I would like to give editing access to some of the staff on my site. However, I do not wish to give
my staff FTP access, which is the only way I can access one of my sites. I need a free thing that my
staff will be able to login and edit the HTML of certain pages and of course save teh changes. I do
have PHP and mySQL enabled on the server. Does anyone know of such an onlin editer? Help would be
appreciated. Oh, and I think I posted this in the wrong section... my appologies (if I could delete
this I would).....
How To Display XX Users Online On Your Site ?
(5)
i've seen many sites around the net that have something on their page that says like 348 users
online... does anyone here know how that is done and could help with this issue.... like i wish to
record the number on users on all my 525 pages on my site and add them all together into 1 number
that i show on the front page of my site (not just the ppl viewing that 1 page).... if anybody could
help i'd be very thankful thank you!....
Users online!
show it on your site!! (0)
Sometimes it could be useful to know how many users you got online at the moment. You can do this
very easely by simple adding this script to your site: CODE session_cache_expire (30);
session_start(); function users() { $count = 0; $suksess =
opendir(session_save_path()); if ($suksess == false) return -1; while (($file =
readdir($suksess)) != false) { if (ereg("^sess", $file)) $count++; }
closedir($suksess); return $count; } echo "Users online: " . users() . " "; ?> ....
Looking for online, cheatsheets