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

Search In

How does page redirection works in javascript?

Sometimes you want to notify your visitors of the change of the new domain name when your webpage is moved. At that time it is good way to place a “redirect page” at the old location which, after a timed delay, will forward visitors to th

Handling Pop-ups in Web Driver

Handling Pop-ups in Web Driver In the web application there will be different types of pop-ups such as: Alerts pop-up. Confirmation pop-up. Hidden division pop-up. Page on-load pop-up. File download pop-up. Child browser pop-up. Depending upon t

How to Avoid shadowban or Account suspension on Reddit

After the launch in 2005, Reddit became the most popular name to drive traffic to your website/ blog. Reddit is also known as “The Front page of  Internet”. Reddit has a vast 36+ million user accounts and 231 million monthly visitors

What’s Truly Up With WhatsApp’s New Status Update 2017?

Just an upgrade or a devious maneuver!   A lot has changed since the February 2009, when first lines of the code for WhatsApp were written. Started with the quintessential idea of building an application that lets your close friends and contac

How to hide title bar and status bar in android

In many application we need to hide the title bar of Activity/Fragment Activity. For this we need to add following line in onCreate() method before calling setContentView() requestWindowFeature(Window.FEATURE_NO_TITLE); Example:- public class Mai

org.openqa.selenium.SessionNotCreatedException: A new session could not be created. (Original error: Screen did not unlock)

I tried to run the below piece code and getting the error Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: A new session could not be created. public class TestCaller { public static AppiumDriver driver;

add_action and add_filter in WordPress

Welcome to FindNerd. Today I am going to discuss two widely used functions in word-press that are add_action and add_filter. I have described the hooks and its uses in previous blogs so please follow these blogs for the same. Here we are discussing

Animated Check Boxes Using CSS3

In this article, you can see how to create custom animated check boxes using css3. Suppose you have some input type checkbox. Now you can add a label after checkbox and animate it with css3. Here is an example that shows the animated check boxes. E

Different ways to dynamically add list items at the end of the list using jquery

Whenever we use lists (either Unordered-ul or ordered-<ol>) in html, in most of the cases there comes a need to add dynamic elements at the end of the list. This is achieved using  javascript or jquery. Jquery being a fast and commonly use

Variables in Ruby

There are 4 types of variables in Ruby: Global, Local, Instance and Class. Ruby is a language where a variable can contain any type of object, you can assign a string to a variable which has previously an integer value. As in ruby we generally don

1 225 423
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: