Showing posts with label animation. Show all posts
Showing posts with label animation. Show all posts

Jun 10, 2014

jQuery - DOM Manipulation

This article is summarized from jQuery DOM Manipulation and related articles from w3school. jQuery is easy to access and manipulate HTML DOM elements and attributes for dynamically rendering pages and interacting with users.

Jun 1, 2014

jQuery - Syntax, Method, Event and Animation Effects

Many tools are useful for Fast Prototyping to develop Mobile Web Apps, jQuery and jQuery Mobile are one of the most popular solution. Before you start studying jQuery, you should know how to write simple HTML, CSS and JavaScript programs.

Apr 28, 2014

Web Programming Style - Useful Cases of CSS (1)

Before writing web pages or Apps, you should learn CSS3 to design elegant and fluent UI for good UX. In this blog, several CSS codes are introduced for some partical cases. Futuermore, CSS must be seamlessly integrated with HTML5 and Javascript. All CSS style properties can be access by JS: object.style.property. E.g. body.style.background = "black" in JS codes.