Browse by Tags

All Tags » HTML 5 (RSS)
Thanks to a new specification from W3C called ” Custom Elements ” we will be able to create our own elements such as <x-stock symbol=”MSFT” /> and use that element as any other element in our browsers, which includes custom styling, custom events...
Posted by Vimpyboy | with no comments
In DOM Level 3 Events , a new type of events, CustomEvent, is available. It extends the ordinary Event with a new detail property which you can use to provide extra information. With this new method you are able to create new types of events that you...
Posted by Vimpyboy | with no comments
Filed under: , ,
In the upcoming specification for HTML 5.1, a new semantic element will be introduced, the <main> element. When developing web sites using HTML5 you might be using the new semantic elements such as <article>, <section>, <aside>...
Posted by Vimpyboy | with no comments
Filed under: ,
When you add an element to your page, it is being added to the Document Object Model (DOM). When added to the DOM, you can use CSS to style it or JavaScript (getElementById, querySelector etc) to get a reference to the element and modify it. There are...
Posted by Vimpyboy | 1 comment(s)
Filed under: ,
Playing games on the internet using Silverlight or Flash is getting really popular, which you can see if you are using Facebook (Farmville, anyone?). To play these games you need to install a plugin to your browser, or you won’t be able to play them....
Posted by Vimpyboy | 9 comment(s)
HTML5 is the next version of the HTML standard and is developed by W3C and WHATWG. After HTML 4.01 was released W3C started to work with XHTML 1.0, which have the same elements as HTML 4.01 but gives us a XML compatible syntax. They continued with XHTML...
Posted by Vimpyboy | with no comments
Att spela spel på internet genom Silverlight- eller Flash-baserade gränssnitt blir alltmer populärt, vilket man kan se om man är flitig användare av Facebook. Dessa spel kräver att man har rätt komponent installerad för att kunna köra dem över huvud taget...
Posted by Vimpyboy | 3 comment(s)
HTML5 är nästa version av HTML-standarden och tas fram av W3C tillsammans med WHATWG. Efter att HTML 4.01 släpptes så började W3C arbetet med XHTML 1.0, vilket har exakt samma element som HTML 4.01, men ger en syntax mer lik XML. De fortsatte sedan med...
Posted by Vimpyboy | 25 comment(s)
With the release of ASP.NET MVC 2 we got support for DisplayTemplates and EditorTemplates, which make it possible to create custom forms for the edit views. With this feature, we can easily take advantage of the new input fields in HTML5 such as date...
Posted by Vimpyboy | 2 comment(s)
Filed under: , ,
Idag har jag varit i Umeå (tidigare även Sundsvall och Stockholm) för att tillsammans med Danwei Tran hålla ett föredrag om bland annat ASP.NET och webbstandarder. Ett av problemen med video på internet som jag tog upp var det om codecs. För att video...
Posted by Vimpyboy | 1 comment(s)
More Posts Next page »