Browsing Category
HTML5
7 posts
Technical SEO – How to Build Web Vitals friendly Carousel Slider
Technical SEO I have been doing Technical SEO since last 15 years and I had worked with guruji.com…
How to style HTML form fields using CSS 3 linear-gradient() function?
CSS 3 provides linear-gradient() function. That creates an image using options supplied into that function(). So, we can…
Flat UI – Simple HTML tabs without jQuery or any other library
jQuery UI provides a simple way to implement HTML tabs. In this tutorial, I'll show how to implement…
Tutorial – Inserting text and image content using CSS
Sometimes we don't have control over backend templates, or it doesn't seem feasible to update third-party plugins code…
jQuery Plugin – make jwplayer resumable for next visit and improve conversion
In my previous post I wrote jQuery plugin that resume flowplayer from the last played position. In this…
Front-End Engineer in San Francisco – solved code interview questions
I've came to this site (via hacker news) had few frontend engineer's job interview questions. I've try to solved…
Simple HTML5 geolocation plugin using jQuery
jQuery GeoLocation Plugin Ideally I'd like to handle HTML5 geolocation function graceful way using jQuery. $.geolocation(function (lat, lng)…