Skip to content

Tarik Billa

  • Web Development
    • html
    • vue.js
    • laravel
    • css
    • javascript
    • jquery
    • node.js
    • php
    • asp.net
  • Programming
    • python
    • java
    • c
    • c++
    • c#
  • git
  • android

webshim

html5 forms with polyfills – is it worth it?

July 23, 2023 by Tarik

First of all I’m the creator of webshims lib (one of those polyfills, which isn’t maintained anymore). To answer your question: Is it worth creating a forms polyfill for a project? No, it is really hard to do this just for one project. Well, I have done it, simply because I want to use modern … Read more

Categories html Tags forms, html, polyfills, webshim Leave a comment

Can I use an HTML input type “date” to collect only a year?

April 10, 2023 by Tarik

No you can not, but input type number provides exactly the functionality you need for this purpose. Example: <input type=”number” min=”1900″ max=”2099″ step=”1″ value=”2016″ />

Categories html Tags date, forms, html, webshim Leave a comment

Tarik Billa

Software Engineer
tarikbilla@gmail.com
+8801884414000
  • Reuse a hash in YAMLApril 17, 2024
  • Dockerfile: how to redirect the output of a RUN command to a variable?April 16, 2024
  • How to cd to a directory with spaces in the directory name?April 16, 2024
  • Maximum MIME type length when storing the type in a databaseApril 16, 2024
  • What is the difference between Unit, Integration, Regression and Acceptance Testing?April 16, 2024
© 2026 Tarik Billa