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

Search In

Make bullet colors in ul li lists using CSS

Hello Reader's Here is an example bullet list (unordered list) without using any image, you can use custom bullets in your web page as done below. Here is the HTML <div class="demo"> <ul> <li>Your Listing Content type

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

Checking for undefined in Javascript

Undefined is a variable in global scope. A variable that has not been assigned any value is referred as undefined. You can check for undefined in various ways.Here are some ways to check :- Checking via Strict equality(===) var a; if(a=== un

7 Important steps before implementing an ERP system

1- Working on the direct work of your business processes, roles, hierarchy, departments is consequential. Develop a inspired flow ahead of you, initiate your ERP implementation as it extract your timeline and finance. 2- Understanding each employee'

How to Do a Perfect On-Page SEO of Your Website: Part 1

Hi , When we launch a website or taking steps to official launch, the Word SEO many times come in our mind. So what is this SEO? SEO: Search Engine Optimization (SEO) is the process of affecting the visibility of a website or a web page in a search

Local Database in Android

In certain cases, it is recommended to store specific data in the database. For this, one has to follow the given steps:- In this example, I am storing song details with user id so that if users login with different names then he can get only his sto

How to solve error on re-installation of OpenERP or pgAdmin

If you face error on re-installation of OpenERP or pgAdmin, then you need to add the port 5432 for Postgres in Inbound and Outbound Rules. Follow these step given below:- Step1- Go to Control panel/System and Security/Windows Firewall and select Al

How to add foreign key contraint to a column in MySql?

In many cases we need to create foreign key in a table. We can do this at the time of table creation and after the table creation by ALTER command. 1- At the time of table creation: CREATE TABLE user_device ( id int(11) NOT NULL AUTO_INCREMEN

Check Live Traffic on your Website

Hello everyone, today we discuss about "Check Live traffic on your live website". When you have a Website, and you are thinking about learning the things like, exactly who visited your Website, you want to recognize the number of visitors, and where

strchr and strrchr in PHP

Hello Readers, 1> Both strchr and strrchr are the string functions. 2> strchr is an alias of strstr. 3> strchr returns the part of haystack string starting from and including the first occurrence of needle to the end of haystack and strrc

1 496 949
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: