CSS Inline
Javascript
Special Characters
Fullscreen modes
Art Explosion ref
CSS Internal
No Script
www.w3.org
1
CSS External
Null links
www.w3.org
2
SSI
CSS Import
Comments
alistapart
FTP
IE 3px hack
XHTML requirements
webmonkey
domain transfers
PShop patterns
mine
Absolute Positioning
media=print
htmlhelp.com
resizer
Seamless tiles
Lists
<hr>
superscript
Unicode
preformatted email
Color Match
IE only
Circle bullets in Mozilla
Top Margin
- old school
Height Min-height
Kill SPAM javascript
Corel workspace
Form input widths
JS Alert
Kill SPAM unicode
Recycle Bin
CSS text nowrap
Start Menu
RDP
Javascript - proper tag
IE 3 pixel hack
/* 3 pixels IE Hack */ /* Hide from IE5-mac. Only IE-win sees this. \*/ * html #userinfo.boxbody {width: 202px;} /* End hide from IE5/mac */
Absolute Positioning
img.pmi { position: absolute; top: 0; left: 361px; border: 0; }
media="print"
Special Characters - "View Source" to copy this code
Bullet • Dashes en dash – em dash — Ampersand & Copyright © TM Quote double " Quote single ' Non-breaking space or Arrows → → ↓ ↓ ← ↑ Hexadecimal
Decimal
; without the "x"
Input fields
HTML
CSS input.text {width: 165px;}
CSS - Inline
style sheets
CSS - Internal
CSS - External
- or -
CSS - Import
Where main.css is: @import url(fonts.css); @import url(images.css); @import url(pagesize.css); @import url(colors.css); @import url(cursors.css); @import url(widths.css); @import url(align.css); @import url(borders.css); @import url(margins.css); /* Include customizations last so they have priority */ @import url(splash.css); @import url(custom.css);
Lists
Ordered 1.
1.
a.
A.
i.
I.
Unordered list-style-type: circle; list-style-type: disc; list-style-type: square; list-style-type: none; Old School ------------- Ordered
Unordered
For Consistent Mozilla/IE alignment ul { margin-left: 6px; padding-left: 6px;} li { margin-left: 2px; color: #663300;}
Comments
HTML CSS /* */ JavaScript // single line /* multiple lines same as CSS */ To comment out an apostrophe, use \' or \u0027
Top Margin
SSI
Creating a Null Link
Null Link
Null Link
Null Link
No Script
Your browser doesn't support script; enable Javascript to see menu & navigate site.
Make your own photoshop patterns
1. Make a new file with 4x4 pixels, or 8x8 or 300x300 whatever you want. 2. Create a pattern. 3. Define the pattern. Go to Edit>Define Pattern...Name your pattern anything DONE! C:\Program Files\Adobe\Photoshop 7.0\Presets\Patterns Apply pattern. 1. Go to Edit>Fill.. From the Use Box, select Pattern From the Custom Pattern, select the pattern you just created. -OR- 2. Add a layer over a graphic that you want to effect Fill with black, click f/x, pattern overlay, choose your pattern then adjust opacity to ~20%
Seamless tiles for web backgrounds
1. Open single-layer file that you want to tile. 2. Filter > Other > Offset 3. Check (x) Wraparound 4. Offset anywhere from 25-33%; this will show the seams 5. Use clone tool to blend out the seams
Fullscreen modes
==================================================== "FULLSCREEN" SCRIPT in - Not true Kiosk Mode ==================================================== ==================================================== REFRESH Techniques ==================================================== TRUE Kiosk Mode in IE In IE, it opens a browser session in true kiosk more In NS, it spawns a new browser session the same size as its parent w/ NO browser dressing -----------------------------------------------------------------------------------------
NOT true Kiosk Mode In IE, it opens the biggest possible browser session w/ top browser dressing In NS, it opens in same browser session w/ no fullscreen at all
XHTML
1. All tags in lowercase 2. Quote all attributes 3. All attributes require values (Ex. checked needs to be checked="checked") 4. Close all tags 5. Close empty tags
6. No double quotes in comments
Superscript
HTML
®
CSS .reg {font-size: 80%; vertical-align: 2px; }
Styling <hr>
hr { color: #F63; background-color: #F63; border: none; }
Form input field widths
form .seltext { width: 95px; font-size: 80%; margin-bottom: 9px; }
Preformatted Email
Profile Help
How to remove programs from Startup
RUN > MSCONFIG > Startup tab
Remote Desktop
Start > Programs > Accessories > Communications > Remote Desktop - edit
JS Alert
CSS text nowrap
e-Learning
Domain transfers
---------------------------------- How to transfer domains to GoDaddy ---------------------------------- 1. NetSol > Manage Domains > Unlock Domain Protect & Request Authorization Code (May need to turn off Private Registration, too) 2. GoDaddy > Initiate & Pay for transfer 3. GoDaddy > Domain Manager > Pending Transfers - select domain, then upper rt corner, click "Authorization" 4. 2 emails will be sent to Admin contact. Retrieve from GoDaddy email, the Transaction ID & Security Code. Retrieve from NetSol email, the Authorization Code. 5. Enter the info, wait 5-6 business days for former registrar to release. ---------------------------------------------- Handling multiple domains on 1 hosting account ---------------------------------------------- Use Domain Forwarding with 301 Redirect to avoid SEO penalty Domain Mgr.> Forwarding Check Enabled Check 301 Redirect
Recycle Bin - When You Cannot Delete File
First try SHT-Delete, then
Use DOS command rd c:\recycler /s
Restart PC
Empty Recycle Bin
Using IE to FTP
In browser address, type ftp://username:password@domain.com
or ftp://username@domain.com
TOP