i have a string it is audio record in base64 encoding and in wav format(i have data link - {{vm.record}}). I need add audio player in widget( which had writte
Why doesn't this work? <button onclick = "function(){alert('Hello');}">press me</button> while this does: <button onclick = "alert('Hello')
Hi I have some text and a line. I need to make the picture look like this: In my HTML code it looks like this: <div class="container"> <div class=
I need to post data from a website (HTML5 based) to a database on PHPMyAdmin. I have the database created as sewcute and a table named members. I'm using XAMMP
I'm trying to make 2 divs with the same height: http://image.prntscr.com/image/32ca3f340fba4e2dbd3c7d1e434f0938.png <div class="parent"> <div class="
It is working good in internet exlporer but in chrome it works only if the user clicks on somewhere in the page i.e., works only when the user gives a click on
I'm a PHP newbie trying to sort some basics out. I have a user-form that leads to a mysql select query, which works fine. Every tutorial I have found so far has
How do I open new page using an if else statement to check to see if an html form element is equal to a certain word or phrase. Basically, I have a form and if
Problem: https://postimg.cc/image/tunhwh8qj/ The trouble I am currently having is that the border around my body is not outlining everything. As I have recently
I need list of classes used in an html file. Is there any tool where i can get list of classes in the HTML file?
I'm using custom fonts in WordPress. I do it by defining font family. I'm having problem if line spacing with One if my fonts. If I use line-height code in my
I'm using custom fonts in WordPress. I do it by defining font family. I'm having problem if line spacing with One if my fonts. If I use line-height code in my
I am facing one issue while set data into Edittext when using TWO WAY DATA BINDING which contain HTML tags like " < br > " or \n. when there is \n it
I have a File object in JavaScript of a file in the user's machine and I want link to it in a video tag and play it. The problem is that I need to detect first
I have a fixed size div. suppose 50px. Inside that I have a drop down. I've used bootstrap select to make it searchable. <div style="height=40px;width:200%;
I have a fixed size div. suppose 50px. Inside that I have a drop down. I've used bootstrap select to make it searchable. <div style="height=40px;width:200%;
As some old versions of IE didn't provide the event as argument to event listeners, we got used to (event||window.event). In order to decide whether it can sti
I'm currently building a site for myself, and I found this really awesome effect on multiple sites where the navbar is below an image, but when you scroll past
I have two html img objects with different src urls. I'd like to combine these two images (using canvas), and create one merged img object. Is this possible? H
I am having troubles with getting a popup to come up at the exact location of my mouse click. I want to be able to click a DIV (that is inside a table cell) and