
Search In
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
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
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
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'
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
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
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
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
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
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
