Last week, I discussed with you all how to improve your page loading time by implementing Lazy Loading on your webpage. Well, that’s not the only thing you can do to improve your page loading time. There are various other ways and one of them is to compress your CSS files. Sometimes, compressing of CSS […]
Create Custom Toasts in Android
In Android apps, programmers generally like to display a few important messages by making use of a toast. Just like in a webpage, developers make use of JavaScript alert boxes, in a similar way, the toasts work for the Android developers. If you do not know what a toast is, let me show it to […]
Lazy Load Images to Boost Webpage Load Time
Creating Fast and quick loading web pages are the things a client wants these days. Moreover, the developer themselves want to create such pages. There are various ways to boost up your page loading time, one of them being optimizing your images for a quick page load. Now, to optimize your images, there are two […]
Create an Animated Background using CSS
Creating an animation is sometimes considered vital for various projects. But loading your website with flash animations can make the load time for your webpage quite high! So, to avoid increasing your page load time and the time you spend in creating that flash animation, you can simply use CSS to implement a simple animation […]
Create a Collapsible element using JavaScript
Sometimes hiding or showing some content to the user is to be decided. For instance, you are writing down the review of a movie and you don’t want the user to know the suspense by default. So, you can tell the user that this is a “Spoiler Alert”. If the user wants to read it, […]
- « Previous Page
- 1
- …
- 8
- 9
- 10
- 11
- 12
- …
- 15
- Next Page »