Have you ever wanted to build simple universal JavaScript slider? This slider doesn’t have to be something complex. All you need is just the functionality to cycle through a number of slides. You want to go on the next slide and also the previous one. That’s it. In this quick tutorial, we will build this… Continue reading How to Build Simple, Easy And Universal JavaScript Slider
Tag: tutorial
Insanely Easy and Simple React Form Tutorial
Have you ever wanted to create pure React form? Have you ever wished to use React with Material design? Imagine creating something functional and also beautiful! I have a great news for you … This is your lucky day! Today, in this tutorial, we will take React and Material design and create beautiful form. I… Continue reading Insanely Easy and Simple React Form Tutorial
HTML5 and CSS3 Feature Detection with Modernizr and Beyond
What is feature detection? How can you use it in web development? These and many more questions are the subject of this article. First, you will learn about the current champion among feature detection JavaScript libraries. Then, you will explore the interesting future of CSS-based feature detection. In-between, you will also learn about some practices… Continue reading HTML5 and CSS3 Feature Detection with Modernizr and Beyond
9 Quick JavaScript Tips to Improve Your Code Pt1
JavaScript can be sometimes hard to use in the right way. It is language with a couple of quirks and pitfalls. In this article, you will learn about first five JavaScript tips to improve your code. You will explore topics such as strict-mode and debugging and what’s the difference between undefined and null. Then, you… Continue reading 9 Quick JavaScript Tips to Improve Your Code Pt1
Gulp for Web Designers – All You Want to Know
Have you ever wanted to automate boring tasks of web design and development? Let me introduce you to Gulp. Gulp is a streaming build system that will aims to make your workflow more productive and efficient. This is done by automating all those boring tasks such as minification and assets optimization you have to do… Continue reading Gulp for Web Designers – All You Want to Know
Modal Dialog – Creating Gallery With Modal Preview
Welcome back for another great tutorial. It’s been a while since we build something in HTML, CSS and JavaScript. For this reason, I prepared a challenge for today … Our goal will be building simple gallery enhanced with sleek preview in custom modal dialog. And, not only that. Our gallery will be featuring implemented grid… Continue reading Modal Dialog – Creating Gallery With Modal Preview