Creating a back button for your pages and projects requires very little plain JavaScript. The code is lightweight (more lightweight than achieving the same effect using jQuery), and easy to add anywhere on a page, in case you want to give your users … [Continue reading]
Using jQuery to Create a Click Counter
Here's a cool jQuery snippet that you can use to create a click counter. The way it works is that each time an element is clicked, the counter (which starts at 0) goes up by one. The counter can be applied to the clicking of any particular elements … [Continue reading]
5 Best Free Resources For Learning Java
If you're looking to learn Java, you're in luck -- the internet is practically bursting with free tutorials, interactive lessons, comprehensive courses, and video classes meant to teach Java to complete beginners. In fact, there are so many options … [Continue reading]
JavaScript Snippets: Close Window
A close window command is really easy and simple to write in jQuery, but some developers may not know that it's also very easy to write in plain JavaScript. The benefits of writing a command in plain JavaScript over jQuery are that writing plain code … [Continue reading]
OCAJP – Wrapper Classes in Java
This post is about the OCAJP exam objective "Develop code that uses wrapper classes such as Boolean, Double, and Integer". In the exam, you will be mainly tested on Autoboxing and Unboxing concepts of Wrapper classes, Using wrapper classes with their … [Continue reading]
3 Best Free FTP Clients for Windows and Mac Users
If you're a developer, there's a good chance that you rely on some sort of FTP client to give you live access to a remote server. An FTP client allows you to access any remote server as long as you have the correct credentials. From the server, you … [Continue reading]
How To Sign-Up for AWS Free Tier
AWS free tier is the free web services environment offered by Amazon for its first-time users. If you are new to the cloud computing world, then you must be aware that Amazon Web Services (AWS) is the leading cloud platform across the world. It has … [Continue reading]
Using Next.js
Next.js is a small, open-source framework meant for server-rendered universal JavaScript web apps. It's built on top of React, Webpack, and Babel. It requires zero set up, is pure JavaScript (it uses Glamor to handle CSS rather than dealing with … [Continue reading]
5 jQuery Plugins for Form Validation
Writing your own custom validation rules is sometimes necessary, but it can also be really time-consuming. Any of the following lightweight plugins will do most of the validation code writing for you. 1. quickValidation.js quickValidation allows you … [Continue reading]
OCAJP – Switch Statement Practice Questions
In my previous article, I have published how to prepare ArrayList topic for OCAJP exam. I am writing a series of articles on how to prepare for OCAJP certification exam. Also, read about the sample questions on Lambda Expressions. Are you looking … [Continue reading]
- « Previous Page
- 1
- …
- 3
- 4
- 5
- 6
- 7
- …
- 191
- Next Page »