KennyTM
Member Since: 2006/04/12
Tech Certifications:

Provide a quick, creative biography in 140 characters or less.

More bio
Activity
Points this month0
Total points141,701
Questions:
Solutions: 135
Articles:
Videos:
Tutorials:
Posts:
Professional Background
No Professional Background shown
More
Education
No Education Background shown
More
Full Biography

[b][size=7]On vacation! Don't expect to see me in before mid-July.[/size][/b]

Not old & wealth enough ( ;] ) to get any qualification, but I have 7 years of experience in HTML, Javascript and CSS and 3 years in PHP. I have managed 4 web sites within the past 5 years.

2006-03 | 0
2006-04 |||||||| 80580
2006-05 |||||||||||| 124632

- In Javascript, Math.pow(x,3) is faster than x*x*x.
- Do you know that, the <table> element has the "frame" and "rules" attributes?
- If a page works fine in any browsers but IE, isolate and fix them with conditional comments <!--[if IE]>...<![endif]-->.
- Firefox follows same origin policy for <iframe>s, but not IE.
- When an object rolls without slipping, v = -rw.
- You can use "target" on <form>s
- Firefox does not respect the ownership of nodes, while Opera do ( http://www.w3.org/DOM/faq.html#ownerdoc ).
- Don't trust standalone IEs. Sometimes they do wierd things while normal IE don't, e.g., opening links in a new window while it shouldn't.
- Embed all tags inside <body> - otherwise document.getElementsByTagName() won't work for Firefox.
- In MySQL you can use conditionals inside SUM()-like functions, e.g., SELECT SUM( IF(`age` >= 18, 1, 0) ) as `adults` FROM `visitors`
- In MySQL there is a procedure called LAST_INSERT_ID().
- Regular expression is not everything! Check out the following functions before trying to use the preg_* functions: parse_url(), parse_str(), htmlspecialchars(), strstr().
- Use the LOAD DATA INFILE statement to quickly load a CSV (including TSV as well) file into a MySQL table. There are no faster ways.
- Make sure you have nothing outside the <?php 's before calling header() and session_start(). This includes newlines and BOM marker.
- If you assign "position: relative" to an element, all its children with "position: absolute" will take the parent's offset as the origin.

More
Languages
No Languages shown

Level Progress

Current: Level 8
KennyTM needs 20,299 points to level up.
LVL 9
  • Overall
    8
  • PHP
    4
  • JavaScript
    3
  • HTML
    3
  • CSS
    3
  • Web Development
    2
  • Web Languages and Standards
    1
  • MySQL Server
    1
  • Adobe Flash
    1
  • Math / Science
    1
  • Fonts Typography
    1