Ultimate List of HTML5 and CSS3 Tools

HTML5 and CSS3 are really revolutionizing the worlds of web development and web design, because they are bringing so many new features to work with to the fields. I have been spending much of my time working with both HTML5 and CSS3 in order to learn more about the two, and have learned that you [...]

Categories: CSS, Design, HTML
14 Comments »

How to Easily Create a JavaScript Framework, Part 3

In “How to Easily Create a JavaScript Framework, Part 2,” I discussed some DOM navigation methods, such as the “getByName,” “getByTag,” and “getByClass” techniques. Furthermore, I also showed how to do some extra methods just for fun, such as the “even and odd” and the “setOpacity” methods. In this week’s post, I will continue with [...]

Categories: Javascript
27 Comments »

How to Easily Create a JavaScript Framework, Part 2

Last week, I discussed the importance of the JavaScript programming language, and how it has become increasingly popular among programmers, because its diverse capabilities. As I have previously mentioned, programmers can now more easily create web applications with JavaScript, which is why it is continuing to be learned and utilized. Also last week, I went [...]

Categories: Javascript
9 Comments »

How to Easily Create a JavaScript Framework, Part 1

Currently, JavaScript is the one of the most utilized and popular programming language, because a large majority of the browsers are compatible with it and make use of it. Therefore, JavaScript has become very popular, very fast, because it is so uncomplicated, straightforward, and has a wide-range of capabilities. Nearly all programmers used to think [...]

Categories: Javascript
24 Comments »