Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Articles on Trending Technologies
Technical articles with clear explanations and examples
How to remove an activity from the history stack in Android ?
Introduction Many times in android applications we use to display so many different types of activities. This activities are used in android applications for performing the different tasks. When we are navigating from one activity to another activity, the previous activity from which we have navigated remains in the stack, which will take system memory and may degrade the performance of the application. To prevent this we have to clear the activity history stack of an android application. In this article we will take a look on How to remove an activity from the history stack in Android. Implementation We ...
Read MoreThe Negative Impact of 404 Errors on SEO and User Experience
The 404 errors is the most frequent HTTP status code users may see when surfing the web. If you've been online for over a year, the likelihood that you haven't run across one is slim. Their prevalence is high. No one usually pays them any attention until something unusual occurs. You, the user, will likely get annoyed and dismiss the tab or click the back button. Yet, as a webmaster, you may have more at risk. Several site owners wonder whether 404 errors affect their search engine results.What is a "soft 404"? A soft 404 is a website ...
Read MoreBest Practices for Identifying and Fixing Broken Links on a Website
If you have a website, we know you spent many hours laboring over it to make it the best resource possible. If your links don't function, your efforts may be in vain. There are two ways in which broken links on your website might hurt your business − They're terrible for business because consumers feel annoyed when they click on a link and receive a 404 error instead. Having broken links might hurt your SEO because they prevent link equity from being spread evenly throughout your site. Regularly checking for broken links on your whole website might help ...
Read MoreWhat redirect chains are & how they can negatively impact website performance and SEO
Problems with error pages are pretty prevalent. The server encountered an unexpectedly large volume of requests (a 500 Error), or the requested page could not be located on the server (a 404 Error). In the latter case, 404 Errors are a common source of frustration for website visitors. There is always the possibility that consumers may experience this frequently, regardless of how big or famous the website is. Error pages like this are detrimental to user experience and search engine optimization. Three-hundred-one redirects are the ideal solution for these problem pages since they take visitors directly to the desired location. ...
Read MoreHow to read a text file from the SD card in Android?
Introduction Many times in android applications we have to download a specific file and we store that file in our device's external storage. Sometimes we have to access these files fromour devices external storage and display the content from these files within our android application. In this article we will take a look at How to read a text file from the SD Card in android. Implementation We will be creating a simple application in which we will be displaying two text views. In the first text view we will be displaying the heading for our application and in the ...
Read MoreHow to Use Meta Refresh Redirects for Page Redirects?
You may send people to a new URL rather than the one they typed in by using a technique known as URL redirection, also known as URL forwarding. 301, 302, and Meta Refresh are the three most prevalent types of redirection. The client, Meta Refresh Redirect, performed a redirection. Redirects on meta refresh, in contrast to 301 and 302 redirects on the web server, takes place in the web browser and informs the web browser to navigate to a new web page after a defined time interval. World Wide Web Consortium (W3C) discourages the usage of Meta Refresh Redirect ...
Read MoreHow to play sound even when an Android phone is in silent mode ?
Introduction Many times in android applications we come across a scenario where we have to play a notification sound to be played in the user's mobile device even when the device is in silent mode. In this article we will take a look at How to play a sound even when an Android phone is in silent mode. Implementation We will be creating a simple application in which we will be displaying a simple text view for displaying the heading of our application. After that we will be creating a button which we will be using to play the notification ...
Read MoreHow to hook a function into the Power Button in Android?
Introduction Android phones are designed with a wide range of features and capabilities, including a Power button that allows users to turn the device on and off. While the basic function of the Power button is to turn the device on and off, Android developers can actually use the button to trigger custom functions. This can be done by “hooking” a function to the Power button, which will allow the function to be triggered anytime the Power button is pressed. In this article we will take a look on How to hook a function into Power Button in an Android ...
Read MoreHow to use a canonical tag to consolidate duplicate content on a website?
So you have a website with duplicate content which is hurting your SEO and don't know how to fix the problem? Welcome! In this blog post, I'll dive into what a canonical tag is and explain how it can be used to consolidate duplicate content on a website. After reading through this post, you will have an in-depth understanding of canonical tags, as well as best practices for implementing them on your site when dealing with duplicate content issues. Let's get started! Using Canonical Tag to Fix Duplicate Content Issues? Canonical tag give you a choice to pick one URL ...
Read MoreThe Impact of 302 Redirects on SEO and User Experience
Do you ever find yourself navigating to a website, only to be redirected elsewhere? In the world of SEO and digital marketing, this phenomenon typically occurs via 302 redirects. While they’re an invaluable tool in preserving user experience and creating workflows, these redirects can also have a strong impact on your website’s search engine rankings—and it’s vital for modern marketers to understand exactly how and why. So if you want to maximize visibility amongst customers while avoiding any missteps from Google, give this blog post a read! Here we'll discuss what 302 redirects are all about and take a closer ...
Read More