HTML & XHTML

  • submit to reddit

Polyglot Programming on the Web

Whether you like it or not, the web platform has become the dominant client-side technology. This fact is so obvious that even...

1 replies - 3666 views - 08/28/12 by Victor Savkin in Articles

Linklist: Spring / HTML5 / FLEX

FLEX for Spring...

0 replies - 2365 views - 08/27/12 by Tim Spann in Articles

OOP JavaScript: Accessing Public Methods in Private Methods

As you know in JavaScript when you define a variable with the special word “var” the scope of this variable is within the function. So when you simply...

0 replies - 1625 views - 08/21/12 by Stoimen Popov in Articles

HTML5/Web Design: The Best Links From This Month

The Best HTML5 Page StructureThis is the basic HTML5 page structure that you can use as a base while developing a HTML5 website layout. HiloJS - Hilo...

0 replies - 6284 views - 08/20/12 by William Soprano in Articles

Enterprise Android Apps With PhoneGap

Here are my presentation slides and extra content from last night’s DC Droids meetup. I gave the presentation “Enterprise Android Applications With...

0 replies - 2427 views - 08/20/12 by Andrew Trice in Articles

Chaining Functions in JavaScript

Most of us are aware of the all-famous Jquery dem: $("p.neat").addClass("ohmy").show("slow");It is a gem of an example of...

0 replies - 3500 views - 08/19/12 by Hemanth Madhavarao in Articles

HTTP Methods Every Web Developer Must Know

I’ve been programming web for years and I saw a lot of so-called web programmers doing web programming in their own preferred language. Most of them...

0 replies - 4885 views - 08/19/12 by Kristiono Setyad in Articles

Cross Site Requests With GWT, RestyGWT and HTML5 CORS

I’m working on a GWT project that can be added to any web site to load a banner and to do that, I had to make some requests to a REST service deployed on...

0 replies - 2330 views - 08/13/12 by Mrabti Idriss in Articles

Android WebView CSS Support

Creating HTML applications can be a great way to cut down development time between two platforms. The trend today is to develop a web app for iOS (with a...

0 replies - 2727 views - 08/12/12 by Isaac Taylor in Articles

Montage - A Framework To Develop Rich HTML5 Applications Using JavaScript & Node.js.

Montage is framework lets you develop rich HTML5 applications that use JavaScript both on the front-end via the browser, and back-end via Node.js....

0 replies - 3048 views - 08/12/12 by Hirvesh Munogee in Articles

Need Some JavaScript Fun[damentals] With Your HTML5?

"Want to learn a different language? Over the course of 21 episodes, our friend Bob Tabor from www.LearnVisualStudio.net will teach you the...

0 replies - 1604 views - 08/07/12 by Greg Duncan in Articles

App-Help on the Cheap

Say you have a web application with signed up end-users, or business clients with a subset of their employees as users. You're going to want to have a...

0 replies - 3096 views - 08/05/12 by Paul Hammant in Articles

TerrificJS - A JavaScript Framework To Modularize Your jQuery Code

TerrificJS is a neat, clever piece of code that allows you to modularize your jQuery code by solely relying on CSS naming conventions. The Terrific module...

0 replies - 2624 views - 08/03/12 by Hirvesh Munogee in Articles

Browser Wars: Chrome vs. IE10 on Win7, 8 & Metro

Recently, a DZone contributor, Brandon Zeuch ran a series of JavaScript tests to put to rest the debate: Which web browser is the 'fastest'?  Here are the...

0 replies - 5990 views - 08/02/12 by William Soprano in Articles

The Best HTML5 Page Structure

This is the basic HTML5 page structure that you can use as a base while developing a HTML5 website layout.<!DOCTYPE HTML> <html> ...

1 replies - 10794 views - 07/31/12 by Sachin Khosla in Articles