Software Development
Ebook – JavaScript
The Modern Javascript Types Use “null” to write an “empty” or an “unknown” value into the variable “undefined” is only used for checks, to see […]
Coding Basic
Coding templates Template 1 Get/ Validate/ Do/ Return Example [js] function test { var elms = document.getElementsByTagName(‘table’); for (var i = 0; i < elms.length; i++){ […]
Page Loading
How to create a loading bar? Create a hidden (display:”none”) block This block has a loading bar (gif image) This block freeze the whole screen […]
Menus
Fixed menu in every page Show a menu at mouse cursor when left/ right click
Authentication
Login Authentication
Questions
What is the main element for an mobile applicaiton?