In this article, we are going to explore creating a function that will allow the user to change the font size of the complete webpage. We can generally see this type of feature on some of the government websites in the top right corner. This is basically to facilitate people using the website to enlarge the web content as required.In this article ,we will be applying the same function using JavaScript & JQueryExample #1In the below example, we have created a simple div program and created two buttons i.e. Increase and Decrease. We have used these 2 functions to increase ... Read More
In this article, we are going to build a dynamic report using the inputs entered by the user. The user will enter the marks (in this case) and we will be populating these marks to calculate the final percentage of the student.We have also implemented the fail/pass status that will render whether a student has passed or failed based upon the entries done by the user. We will be using HTML, CSS, and JavaScript for the implementation.StepsWe will be creating an HTML template with rows and columns for name and subject scores. These subject scores will be further divided into ... Read More
While looking for any automation tool to test your mobile applications, the first impressions should be – It should be less complicated, user-friendly and under your project budget. But when your application runs on more than one platform such as Android and iOS, then you need a tool which can be used on both the platforms. Though you have the choice to use separate tools for each platform, but that may incur project cost in term of maintenance and resource utilization. So, isn’t a great idea to choose a platform independent tool to test your application on multiple platforms.It’s better ... Read More
We find, class teachers asking students to submit their homework at the end of the week, companies asking designers to send their design drafts and mock-up for review. The easy solution would be sending e-mail and then they can use the attachment script so that it automatically download these files to their computer. The major problem is that, you cannot receive large files via email and secondly it takes some work to organize stuff that arrives in email.It would be easier if one can create a public folder on the internet, where individuals could go and simply upload the files ... Read More
The Erasable Programmable Read Only Memory is a memory chip that does not lose data even when the power is switched off. This is a non-volatile memory type i.e. it retains data even when the power is switched off. Each EPROM is individually programmed by an electronic device. After that, the data can be erased by exposing the EPROM to strong ultraviolet light.An EPROM contains a transparent fused quartz window at the top of the package which allows exposure to ultraviolet light. The silicon chip is visible from this window.EPROM OperationA single field effect transistor constitutes a storage location. This ... Read More
Do you wish to earn extra income? Even for those not feeling the pain of a dull economy, a healthy side income can be pretty appealing. There are plenty of ways to make extra money in your downtime. Here are some of my selected best. By building alternative income sources, your financial situation can improve.Numerous people earn ten’s of thousands of dollars each month, all you require to do is to come up with the ideas and slogans and see what people like and do not like.Antiques/Collectibles − This can be a great way to make money from a hobby.Babysitting ... Read More
Human brain is one of the most interesting, yet complex parts present in the human body that exists in the universe. The brain does all the functioning and operates other parts of human body, but there’s still so much that we don’t know about it. All of us have always been fascinated by the brains of some genius people who can easily figure out things and take less time to learn things. We call them “born intelligent” and secretly envy them, but we also have wondered many times how they do all that.Now let’s have a quick sneak peak on ... Read More
Finding high-quality images which adds visual interest is a daunting task. The major reason as to why photos have become so significant in recent times is because the web pages which include good photos usually get better engagement when shared on social sites like Facebook and Twitter.All those individuals whose job is to find free images online each day, for them smart move would be having image directory. A free image directory will offer them to have easy and quick access to pictures which not only are relevant but are of high quality and will help in adding more meaning, ... Read More
In this article, we will be creating a Coming Soon Page that will display a timer for the event that will occur on a specific date and time. The timer will go in the opposite direction and at the time of the actual event, it will basically show the event page if configured.A coming soon is similar to a webpage with some special specifications to show. The specifications define what is next to come to the website (Like a launch of a new Smartphone, Feature, TV, Software, Tool, etc.)ApproachWe will first set up a page to be displayed on the ... Read More
An integer can be represented in various formats as described in the computed languages i.e. Binary, Decimal, Hexadecimal, etc. A Binary number consists of two digits only i.e. 0 & 1, whereas a decimal consists of digits from 0 to 9.We can convert a string to an integer by using the parseInt() conversion by default. But in other cases when the integer is represented in some other form we also need to pass the base string to decode it into the resultant number.Below is the syntax of parsing a string to an int.Syntax1. When the base value is providedparseInt(string_value, base)2. ... Read More
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP