Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Disable browser back button using JavaScript

Hello Readers! Here is a small blog on how to disable the browser back button. Although it is not advisable to use such tricks in websites as restricting or disabling the browser back button can be annoying for users who might wish to go back to the

How to disable back button of the browser using javascrpt

There are many cases where we have to disable the back button of the browser. Here, the following code will help you to make your back button disable. HTML: <body onload="disableBackOnLoad(); "> Now the back button is disabled </body>

Flip Effect

Hello Everyone!! In this blog we are going to flip an image. The image has two side:- Front side:- Here is an image. Back side:- Here is some text. When the hover effect is apply to the image block the the back side text will appear. It is done b

What is a Template in Joomla?

Template is one of the type of Joomla Extensions. It represents your site look i.e., layout of your site. Templates are of two types: one is Front-end Templates and other is Back-end Templates. Template Types Front-end Templates: Front-end templat

Disable back button after login and logout.

Hello Readers! While creating an application what we notice is when user log in to the application using the credentials and while being logged in if user clicks on the browser back button he/she is redirected to the login page again. Same is the cas

Count function in C++

If you want to count the presence of a element in a given range, then you can use the count() function defined in the STL algorithm. It returns the number of variable inside a range whose value is equal to the given number. Template for count templ

Reverse in C++

If you want to reverse the order of elements in a given range, then you can use the reverse function defined in the STL algorithm. Template for reverse template <class BidirectionalIterator> void reverse (BidirectionalIterator first, Bidire

Random shuffle in C++

Random shuffle function is used to randomly rearrange the elements in a given range. The random_shuffle function is defined in the STL algorithm. Template for random_shuffle template <class InputIterator> void random_shuffle (InputIterator

Different functionality related to NavigationBar .

Here are listed some of the functionalities that can be implemented on navigationBar:- The below code will Hide the back button from NavigationBar :- self.navigationItem.hidesBackButton = YES; Thie below code will Set background image to the navi

What is "Back-End Testing" and "DB Testing"?

"Back-End Testing" and "DB Testing" is the same term. In this we use to verify the DB with regard to the data which we submit though UI / getting delivered on the UI. Major entity around which the whole testing activity revolves is "Data". Some of th

prev 1 2 159
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: