Alexa | Blog

Thinking will not overcome fear but action will.

TimeProgramme

JavaScript

Just based on JavaScript to show localtime immediately <script> function show_time() { var today,hour,second,minute,year,month,date,time; today...

Mobile APP Achieve Horizon Scrolling Menu

Web Developer

How to achieve Scrolling Menu based on webApp ? based on CSS, compatible with mobile except Firefox; <!DOCTYPE html> <html> <head> <title>Horizon Scroll Menu</ti...

HTML5 Q&A

Web Developer

What is DOCTYPE?The difference between Quirks(compatibility) mode and Standard mode? <!DOCTYPE>declaration must be the very first thing in your HTML document, before <html> to inform...

    frontend experience review

  how to develop a applicable web

Static Layout As tranditional web design, when the sceens need to be adapted, always using transverse and longitudinal scorll bar to browse the over part regardless the size of browser.And the web ...

    JavaSE Learning Review_3

  heap space vs stack - Memory

There are three different spaces be used in java: PermGen space(permanent generation space)、heap space、stack space; what is permgen space? As for the name is permanent generation space, the me...

Roadmap

Web Developer

Roadmap to becoming a web developer in 2018 Below you find a set of charts demonstrating the paths that you can take and the technologies that you would want to adopt in order to become a fro...

    learning plan

  what is nodelist?


    JavaSE Learning Review_2

  Based on Jenior Java developer interview

Preview Becuase of preparing the tech interview for my first job, I have to start review all points which might be asked. Firstly , JavaSE is the basic part of (java)web application development, t...

    JavaSE Learning Review_1

  Based on Jenior Java developer interview

Preview Becuase of preparing the tech interview for my first job, I have to start review all points which might be asked. Firstly , JavaSE is the basic part of (java)web application development, t...