DCSIMG
HTML5 - Gil Fink's Blog

Gil Fink's Blog

Fink about IT

News

Microsoft MVP

My Facebook Profile My Twitter Profile My Linkedin Profile

Locations of visitors to this page

Creative Commons License

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.
© Copyright 2013 Gil Fink

Hebrew Articles

Index Pages

My OSS Projects

English Articles

Browse by Tags

All Tags » HTML5 (RSS)
vNEXT Seattle Developers Community Session Slide Deck and Demos
vNEXT Seattle Developers Community Session Slide Deck and Demos I have just finished talking about “Using Communication and Messaging API in The HTML5 World” in the vNEXT Seattle Developers Community user group. I want to thank all the attendees who came to the session. You can download the session’s slide deck and demos from here .
Working with Client-Side HTML5 Storages – VSLive Session Slide Deck and Demos
Working with Client-Side HTML5 Storages – VSLive Session Slide Deck and Demos Today I had the pleasure to speak in the VSLive conference. The session that I delivered was about “Working with Client-Side HTML5 Storages” and I covered two main HTML5 JavaScript APIs – Web Storage and Application Cache. I want to thank all the attendees who came to my session and also to VSLive organizers for giving me the opportunity to speak in the conference. You can download the slide deck and demos from this link...
Building a Signature Control Using Canvas Article
Building a Signature Control Using Canvas Article I’ve published a small article in the CodeProject site which explains how to build a signature control using the HTML5 canvas element and JavaScript. You can read the article here . Enjoy!
Quick Tip – Autocomplete Using HTML5 Datalist Element
Quick Tip – Autocomplete Using HTML5 Datalist Element One of the new elements in HTML5 specifications is the datalist . The datalist holds a predefined options list which will be presented as autocomplete list in other HTML5 controls such as textboxes. Using Datalist Element The use of a datalist element is straight forward. You create the datalist inside a phrasing element and write the autocomplete options inside of it: < datalist id ="dlCities" > < option value ="Seattle"...
aspConf Session Video
aspConf Session Video The video of my talk in aspConf conference was published in Channel 9 . If you like to hear about “Working with Client-Side HTML5 Storages” you can go and watch it from here . The slide deck and demos can be downloaded from here . Enjoy!
aspConf Slide Deck and Demos
aspConf Slide Deck and Demos Yesterday, I was supposed to deliver a session about “Working with Client-Side HTML5 Storages” in the aspConf conference. Because of technical issues (audio problems), I was unable to perform the session live and the live session was canceled. I’ve just finished recording the session offline and it will be sent to the conference organizers ASAP so you will be able to see it. I want to thank all the attendees who were online and apologize for the inconvenient. As always...
Microsoft Academy for Entrepreneurs – HTML5 Session Slide Deck and Demos
Microsoft Academy for Entrepreneurs – HTML5 Session Slide Deck and Demos Yesterday, I had the honor to deliver a HTML5 session at the Microsoft Academy for Entrepreneurs . First, I want to thank all the attendees who came to hear the session and all the attendees who participated in the online broadcasting of the session. In the session, I introduced HTML5 and talked about the following topics: What is HTML5? The New Elements HTML5 JavaScript APIs CSS3 As I promised at the end of the session, you...
Speaking Engagements for the Next Months
Speaking Engagements for the Next Months Lately I’m very busy at work and working on a lot of projects simultaneous. This is why I’m not writing a lot lately. If you want to meet me you will get a lot of chance. In the next following months, I’m going to have a lot of sessions which this post will summarize them. So here it goes: Microsoft Academy for Entrepreneurs Next week (26.6), I’ll have a HTML5 session in the Microsoft academy for entrepreneurs. The session is part of educational session series...
Advanced HTML5 and JavaScript APIs Slide Deck and Demos – Second Round
Advanced HTML5 and JavaScript APIs Slide Deck and Demos – Second Round Today I delivered a second round of my “Advanced HTML5 and JavaScript API’s” MSDN session at Microsoft Ra’anana. First of all, I want to thank all the attendees! In the session, I talked about the following HTML5 JavaScript APIs: Web Storage API AppCache API IndexedDB API File and FileSystem API CORS EventSource API Web Sockets API I also introduced story.js , the JavaScript library that I’m writing which handle storage APIs....
New Speaking Engagement – DevConnections
New Speaking Engagement – DevConnections Lately, I have been chosen to speak at the DevConnections conference . The conference will take place between October 29 and November 1 at the Bellagio hotel, Las Vegas, NV, USA. I’ll have two sessions in the HTML5 Connections : Using Communication and Messaging APIs in HTML5 Applications HTML5 defines new standards for communication and messaging between the browser and the server. In this session we will deep dive into HTML5 messaging APIs such as postMessage...
story.js on Nuget Gallery
story.js on Nuget Gallery Today I decided to create a Nuget package for story.js . I was planning to do that earlier in the development process but since I‘m so occupied with work lately I forgot to (my bad). If you are not familiar with the Nuget Package Manager , I urge you to read the following post I wrote. In order to install story.js package in Nuget, all you have to do is one of the following: In Visual Studio, in the Nuget Package Manager Console, write: PM> Install-Package story.js Like...
story.js New Query Object
story.js New Query Object If you are following my Blog you probably know that I’ve published a new JavaScript library by the name story.js . story.js enables web developers to use client-side storages in a simple and consistent way. Today, I’ve added a new feature – query language which resembles LINQ. The query language implementation include functions such as where, forEach, first, last and etc. The query language was created as a plugin to story.js   and we are going to add more features...
New Speaking Engagement - vNEXT Seattle Developers Community
New Speaking Engagement - vNEXT Seattle Developers Community As I wrote in a previous post , I’m going to be in the US on August to speak in the VSLive conference . During my stay in Seattle I’ll join forces with Ido Flatow and we both will deliver sessions in the vNEXT Seattle Developers Community . I’m going to have a session about the new communication and messaging APIs in HTML5 while Ido will talk about debugging the Web with Fiddler. Here are the details of my session: Using Communication and...
Advanced HTML5 and JavaScript APIs Slide Deck and Demos
Advanced HTML5 and JavaScript APIs Slide Deck and Demos Today I delivered a MSDN session at Microsoft Ra’anana about “Advanced HTML5 and JavaScript API’s”. First of all, I want to thank all the session attendees! In the session, I talked about the following HTML5 JavaScript APIs: Web Storage API AppCache API IndexedDB API File and FileSystem API CORS EventSource API Web Sockets API I also introduced story.js , the JavaScript library that I’m writing which handle storage APIs. You can read about story...
The story Begins
The story Begins Lately, I’ve decided to write my own JavaScript library for educational and experimental purposes. The idea came to me while I was creating a demo to a session that I will deliver in the near future. In the session, I wanted to show how to use different JavaScript storage types and didn’t wanted to change my code every time for every storage type. So I’ve created a library to handle client-side data storages in simple and consistent way. The library is called story.js and its first...
More Posts « Previous page - Next page »