
Search In
I have a website whose source code cannot be changed.It has several forms which has repetitive fields so for reducing manual filing of repetitive fields i want autofill functionality.I will have another website from where data will be stored and this
In Javascript, we can add, delete or edit any HTML element, attributes, values and their corresponding content. DOM stands for Document Object Model that is used in Javascript to represent complete HTML document displayed in web browser.
We can get
In OpenERP, create a custom module like: demo and then create file like: demo.py file in your demo module and demo.py file pass in your other file __init__.py file. And then create other file demo.xml file and pass this file in your other file like a
Hi
I am using a ble device which send me data packet every second in onCharacteristicChanged() method. But the problem is, the above method not called every second as expected and there is a random milliseconds delay. I searched a lot on google but
While working on any node js application we have to restart node server every time we make any changes to the code. For a developer, it affects the productivity and is also irritating for some of us.
To solve this problem we have a module in node js
// Initialize the Amazon Cognito credentials provider
CognitoCachingCredentialsProvider credentialsProvider = new CognitoCachingCredentialsProvider(
getApplicationContext(),
"us-west-2:45af92a8-2a30-4540-bbd6-a7ec68b9fcd4",
I am new in web development. I notice that in web url there are two typs url 'http' and 'https'. I dont know the deference of these two also when and why we should change it from http to https.
Any can can help me to understand this
Transition properties allows you to change the values of a element over a predefined duration, animating the property changes, as opposed to having them happen instantly. Over a given duration, CSS3 transition property permits to
Hey I'm looking for talented and passionate individuals to partner up with on creating a new social app i already have a idea on what I'm creating just need someone with an open mind and a real interest in changing the world.&n
change the color of a bullets in a list
Hello friends,
Some times we need to provide color in <ul> or <ol> List for that you can simply use the below code.
<ul>
<li style="color: red;"><span style="color: green">col
