HTML5 Zone
HTML5 Zone is brought to you in partnership with:
  • Tweet
  • spacer
spacer spacer Hirvesh Munogee07/20/12
604 views
0 replies

HTML5 jQuery Paint Plugin - Paint On A Canvas Area With Various Shapes & Colors Including An Eraser

Websanova Paint is a HTML5 canvas based jQuery plugin. It allows you to free paint on a canvas area with various shapes and colors including an eraser.

spacer spacer Gerard Gallant07/19/12
432 views
0 replies

Document Compatibility Modes in Internet Explorer 9

Document compatibility determines how Internet Explorer renders your web page and how the JavaScript will work.

spacer spacer Jos Dirksen07/18/12
902 views
0 replies

HTML5: Web Intents to Share Information Between Web Apps

If you've read any of my other articles you're probably aware that I really like this whole "browser as the platform" concept. We can easily communicate with backend services using web sockets, parallelize javascript with web workers and access a lot of device capabilities such as web camera, battery and most of the acceleration and location sensors.

spacer spacer Raymond Camden07/17/12
1259 views
0 replies

LocalStorage Example: Storing Previous Searches

I built a simple Ajax-based search page and then added LocalStorage as a way to remember your previous searches. This isn't anything special, but I think it's another good example of the feature.

spacer spacer Andrew Conlisk07/17/12
1545 views
0 replies

Why I Think the Metro Style is Important to Understand

So with Windows Phone 8 being announced and Windows 8 also about to come out. They look very similar, and also act similar. The design is the Metro design, and it is different then the other options out there today.

spacer spacer Chris Smith07/16/12
1970 views
0 replies

Backbone.js Tutorials in CoffeeScript

Backbone.js and CoffeeScript are a great match. I'm so excited about using them together that I'm writing an online book that teaches Backbone.js in CoffeeScript.

spacer spacer David Rousset07/16/12
1160 views
0 replies

Windows 8 HTML5 Metro Style App: RSS Reader in 30min - Building Your WordPress or Community Server Version

This is a conclusion of 2 previous tutorials by David Rousset. This is a tutorial on creating a nice working app. in very few lines of HTML5/CSS3/JS code on Windows 8. You'll need to read the previous two in order to understand this one. The links are at the top of the article if you want to read them.

spacer spacer David Rousset07/15/12
1053 views
0 replies

Windows 8 HTML5 Metro Style App: How to Create a Small RSS Reader in 30min (part 2/2)

We’re now going to see how to display the details of each article. We will use for that a transition animation, we will play with the simulator and we will continue to discover Blend to use CSS3 Multi-columns for instance.

spacer spacer Raymond Camden07/14/12
1233 views
0 replies

Dynamically Changing jQuery Mobile Buttons

Filed in the "In case you need to know" department, jQuery Mobile provides a basic API that allows you to modify buttons.

spacer spacer Jerry Nixon07/13/12
3537 views
0 replies

Windows 8: Top 10 Reasons Why I choose XAML Over HTML5

Windows 8 introduces Metro as a new a development paradigm on the Microsoft platform. I get asked which people should choose all the time. For me, I chose C#/XAML. Here I wanted to walk through some of the key reasons I did just that:

spacer spacer David Rousset07/12/12
1913 views
0 replies

Windows 8 HTML5 Metro Style App: How to create a small RSS reader in 30min (part 1/2)

tarting from scratch, we’re going to learn through these 2 tutorials how to build a small RSS reader with HTML5, CSS3 and WinJS, the Microsoft JavaScript framework for Windows 8 Metro Style Apps.

spacer spacer Antonio Santiago07/11/12
1375 views
1 replies

Look Mom No jQuery !!! Getting All CSS Properties of a DOM Element in Pure JavaScript

The issue is: How to get all the styles of a given DOM element? Not only those applied directly with the style attribute but those applied using CSS classes.

spacer spacer Maximiliano Firtman07/11/12
2514 views
1 replies

Chrome For iOS and Android 4.1 Jelly Bean HTML5 Development

I’m attending Google I/O in San Francisco this week and Google has released some news on Chrome: an iOS version that it may not be Chrome, the Android version out of beta, now being the default browser on Android 4.1 and some other stuff. Let’s review the news in the mobile web world.

spacer spacer Raymond Camden07/10/12
1483 views
0 replies

PhoneGap RSS Reader - Part 4

To begin, I added a script tag to load in the Google Loader. This is service Google provides that allows you to dynamically include in JavaScript support for various Google APIs.

spacer spacer Constantin Alin07/10/12
1599 views
0 replies

Mastering CSS3 Box-Shadow

This post want’s to bring up one of the great features introduced in CSS3, the box-shadow property. Now you can stop using images for displaying box-shadows, with just a few CSS lines you can create awesome effects.

spacer spacer Tony Ross07/09/12
985 views
0 replies

HTML5 History in IE10

Building fast and functional sites is a challenge with which most Web developers are familiar. Loading a new page every time the user clicks a link is slow

spacer spacer Sagar H Ganatra07/09/12
1118 views
0 replies

Using Model-View ViewModel Design Pattern in Kendo UI

Kendo UI not only provides a set of UI widgets and other data visualization components but also a framework for data binding, animation and drag-and-drop.

spacer spacer Loiane Groner07/08/12
2333 views
0 replies

ExtJS 4 Form: Unique Field Value Validation Example (Server Validation)

Today’s example is an ExtJS 4 Form unique field value validation, done on the server side.

spacer spacer Vijay Narayanan07/07/12
1955 views
0 replies

Prefer Exploration Rather Than Perfection

In the zeal to create a reusable component, you should be careful not to over-engineer i.e. pursue perfection.

spacer spacer David Rousset07/06/12
2362 views
0 replies

Unleash the Power of HTML 5 Canvas for Gaming

With the canvas, you have access to a hardware accelerated space where you can draw the content of your game and with some tips and tricks you will be able to achieve a splendid 60 frame per second render. This notion of fluidity is really important in games because the smoother the game is the better the feeling of the player is.

spacer spacer Giorgio Sardo07/06/12
1587 views
0 replies

Unlocking the Power of HTML5 Audio

This blog post walks through some of the best practices for using the audio tag in your Web applications, and includes useful tips from real-world sites.

spacer spacer Catalin Red07/05/12
2364 views
0 replies

Notification Bubble With CSS3 Keyframe Animation

The other day, while working on a web project, I had to emphasize somehow a dynamic notification bubble. Basically, every time the notification value changes, a visual effect was needed in order to get user’s attention. So I made that using CSS3 keyframe animation.

spacer spacer Raymond Camden07/05/12
1361 views
0 replies

PhoneGap Build issue

ran into one issue though that I wanted to make people aware of. For my application, I'm using the upload as zip option. In order for the correct cordova.js file to be included in your binary installers, you need to use a script tag like so:

spacer spacer Terrence Ryan07/04/12
1430 views
0 replies

PhoneGap Build Watcher

A how to, including a video in building a PhoneGap app. You can even try this one out for yourself!

spacer spacer Jos Dirksen07/04/12
1085 views
0 replies

HTML5: Web Intents to Share Information Between Web Apps

If you've read any of my other articles you're probably aware that I really like this whole "browser as the platform" concept.

  • 1
  • 2
  • 3
  • 4
  • 5
  • next >
  • last »
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.