Welcome to Bucaro TecHelp!

Welcome to Bucaro TecHelp!
Maintain Your Computer and Use it More Effectively
to Design a Web Site and Make Money on the Web

About Bucaro TecHelp About BTH User Agreement User Agreement Privacy Policy Privacy Site Map Site Map Contact Bucaro TecHelp Contact Advertise on Bucaro TecHelp Advertise Here RSS News Feeds News Feeds

HTML5 Solutions: Essential Techniques for HTML5 Developers

Essential Techniques for HTML5 Developers

HTML5 brings the biggest changes to HTML in years. Web designers now have new techniques, from displaying video and audio natively in HTML, to creating realtime graphics on a web page without a plugin.

This book provides a collection of solutions to all of the most common HTML5 problems. Every solution contains sample code that is production-ready and can be applied to any project.

Click Here

Java Script Quick Reference

Data Types
IntegerFloating-pointString
BooleanHexidecimalOctal
VariableUndefinedNull
LiteralsConstantsReserved Words
ParseInt()ParseFloat()toString()
typeof()    

Assignment Operators Comparison Operators Logical Operators
+= (A = A + B) > (Greater Than) && (AND)
-= (A = A - B) < (Less Than) || (OR)
*= (A = A * B) == (Equal to) ! (NOT)
⁄= (A = A ⁄ B) != (NOT Equal to)  
%= (A = A % B) <= (Less Than or Equal to)  
  >= (Greater Than or Equal to)  

Bitwise Operators Arithmetic Operators
& (And) + (Addition) / (Division)
| (Or) - (Subtraction) / (Division)
^ (XOr) - (Negation) ++ (Incrementation)
<< (Shift left) - (Negation) -- (Decrementation)
>> (Shift right)   % (Modulus)

Control Structures
if/else for Loop continue
switch/case for/in Loop break
  while Loop do/while Loop

Global Functions
alert() eval() escape()
confirm() Number() unescape()
prompt() parseFloat()encodeURI()
  parseInt() decodeURI()
  isNaN() encodeComponentURI()
  .toString() decodeURIComponent()

Screen Object Properties
.width.availWidth.colorDepth
.height.availHeight.fontSmoothingEnabled

Window Object
Methods Properties Events
blur() history (object) onBlur
close() location (object) onClick
focus() closed ondblclick
moveBy() frames onError
moveTo() innerHeight onFocus
open() innerWidth onhelp
print() name onkeydown
resizeBy() opener onkeypress
resizeTo() outerHeight onkeyup
scroll() outerWidth onLoad
scrollBy() pageXOffset onmousedown
scrollTo() pageYOffset onmousedown
  parent onmousemove
  screen (object) onmouseout
  screenLeft onmouseover
  screenTop onmouseup
  screenX onresize
  screenY onUnload
  self  
  status  
  top  
  document (object)  
  navigator (object)  

RSS Feed RSS Feed



Web Design Sections

Modern JavaScript: Develop and Design

This comprehensive beginner’s guide teaches the JavaScript as it is implemented today. The author demonstrates loads of real-world code and makes it available for download. This book includes:

• Easy step-by-step instruction, ample illustrations, and clear examples
• Real-world techniques to build your skills
• Insight into best practices from a veteran Web expert
• Emphasis on strategies for creating reliable code that will work on all of today’s browsers and devices

Click here for more information.

[Site User Agreement] [Advertise on This site] [Search This Site] [Contact Form]
Copyright©2001-2013 Bucaro TecHelp 13771 N Fountain Hills Blvd Suite 114-248 Fountain Hills, AZ 85268