Skip to Main Content  

User Agent Man ·

Discoveries of a Client Side Web Developer
 



Home

About

Current Projects

Development Tools

FAQ

Acknowledgments

RSS

Enable
 





Contact Me
Twitter:@zoltandulac
Mastodon:@zoltandulac@mastodon.social Instagram:@zoltandulac
LinkedIn:Zoltan Hawryluk 
 
Categories



3d

accessibility

modal role



Color

Cygwin

Internationalization

Localization

math

server side tech

Technologies

ClearType

CSS  

CSS3  

animation

border-image

box-shadow

cursor

flex-layout

gradients

hsl/hsla

matrix

matrix3d

order

psuedo-classes

rgb/rgba

standard proposal

text-shadow

transform

transform3d

transition

viewport units
 


IE Visual Filters
 


Fonts  

@font-face

converting

FontForge
 


HTML  

Forms

HTML5  

canvas

Custom Data Attributes

dialog

Drag and Drop

Events

forms

progress

pushState

Ruby
 




Images

JavaScript  

animation

Events

jQuery

Polyfills

requestAnimationFrame
 


XML  

SVG

VML
 




transform3d

Uncategorized

utf8

video
 


Skip to Main Navigation  

Entries Tagged as 'Events'

Making Framework Agnostic Isomorphic Web Applications with Query Strings and HTML5 pushState


December 11th, 2016 by zoltan · No Comments


Do you want the state of a web page to be rendered by both the client and the server side? Is having the state of a JavaScript rendered web page to be controlled by the pages query string important to you? Is important for you to ensure that your pages state can be shared correctly via email and social media? If you want all of this without being tied into any specific framework (e.g. React, jQuery, Angular, etc) and done using progressive-enhancement, read on.

[Read more »]
 

Tags: Events · Events · forms · HTML5 · pushState
 

oninput in IE Using html5Widgets">Fixing oninput in IE Using html5Widgets


May 12th, 2011 by zoltan · 2 Comments


Even though onforminput is deprecated, oninput will allow developers to do dynamic calculations on forms with little JavaScript knowledge. Unfortunately, it doesnt work in IE8 and lower, and there are some small bugs in IE9s implementation when trying to delete characters inside a form field. So I implemented a fix for these issues with an update to my cross-browser HTML5 Forms polyfill, html5Widgets.

[Read more »]
 

Tags: Events · Events · Forms · HTML · HTML5 · JavaScript · Polyfills · Uncategorized
 

onforminput Deprecated in HTML5 Forms? (And Why Should I Care Anyways?)">Is onforminput Deprecated in HTML5 Forms? (And Why Should I Care Anyways?)


May 10th, 2011 by zoltan · 6 Comments


The onforminput event has been stripped out of HTML5, and it makes me sad. This article will show examples of how it works, how you can use it today in browsers that dont support it, and hopefully will also present a good case as to why it should be put back into the HTML5 specification. Should something this useful and easy-to-use be abandoned?

[Read more »]
 

Tags: Events · Events · Forms · HTML · HTML5 · Polyfills
 








© 2009 - 2026  Zoltan "Du Lac" Hawryluk