Forcing form text to be lower-case
How could I force the text in the "username" text input to be lower-case regardless of what user types?<div class="register"> <label for="username">Select username:</label>...
View ArticleHow to display HTML text(as string) on UILabel with hyperlinks?
I want to display a string(which is actually a small HTML code, with hyperlink) on UILabel. E.g. The string which I have to display is: "Click here to know more". So is there a way to display it on...
View ArticleHow can I get my image to pull through in CSS?
My image isn't pulling through to the background of a div. here's the file structure.page-header { background-image: url("../images/page-header-img.png"); background-repeat:no-repeat;...
View ArticleHow to send data from a html5 & js frontend to a java backend [closed]
I am very familiar with Java, HTML & Javascript but I have no idea how to exchange data between frontend and backend. I would be quite helped by some code examples to understand the basics behind...
View ArticleSome projects that might be helpful in start learning web development
I am a high school student who has some experience in programming. I've learned Python for machine learning and data science, and C# for game development. I can do some arts like 3D modeling and...
View ArticleDiv `100%` height with `40px` bottom margin
I know something similar has been asked before here. But it's a little different as it involves css transitions.http://jsfiddle.net/fariskassim/rWNJN/4/.panel{ width:inherit; height: 0%; display:block;...
View ArticleBootstrap carousel video
I want to have a video that autoplays in carousel when the slide with the video is on. I only managed to autoplay it when entering the site, even though it's not on the video slide.I saw something in...
View ArticleWhy is the tag deprecated in HTML?
I am just curious as to why the <center> tag in HTML was deprecated.The <center> was a simple way of quickly center-aligning blocks of text and images by encapsulating the container in a...
View Articlehow to store data from a associative array into a file in array form using php?
I have curled multiple links from a website and i have stored that links in array now i want to store than links into a file.But i want to unique id to every link.and the links should in new line.
View ArticleEditable 'Select' element
I would like to have a select element in the form but besides the options in the dropdown, it would be useful to be able to edit it and add new option but not with another input text, I need all in...
View ArticleHow to add vertical scrolling to md-tab-group tag in Material
I am really interesting if i could make a horizontal scrollbar for md-tab-group. I mean not just like an arrow, but add a horizontal scrollbar? Which will be scrolling over...
View ArticleFirefox mobile scrolling issue / choppy / janky with perspective set at above...
I am having a problem with scrolling being choppy on Firefox mobile on Android.I have found a solution (workaround) to my problem but I don't really like it and I would like someone to explain to me...
View ArticleBootstrap Column Same Height with Button
I have the following HTML Code:<div class="row align-items-center" style="margin: 0; padding: 0;"> <div class="col-4" style="background-color: red; margin: 0; padding: 2px;"> <a...
View ArticleHow to link an HTML, CSS with a database?
I've built a front-end website (HTML, CSS) and I need to connect it with a database. I don't have a specific database per se. I'm looking at Sql or MyPhp databases.
View ArticleHow to make a "dropdown wheel" in the most elegant way
Okay, so first of all, I'm calling a dropdown wheel because I don't know if there is a name for it, so this is what I believe is the logical name for it.I've come to see this around in phones and such...
View ArticleDisplay comma separated string in HTML as a table / csv format
I have a string that I've built in my Typescript file that's comma separated. This can be exported as a 'file.csv' and everything is displayed correctly once downloaded.What I would like to achieve is...
View ArticleWhat is the primary function of the semi-colon in the CSS programming language?
I am currently working through the Codecademy HTML course. They say that:properties are defined within selectors by defining a property and a value. They are separated with a colon and delineated with...
View ArticleSpace between two row classes in HTML (Angular)
I have 3 rows with 2 columns in each row on my HTML page with some labels and inputs. I see a lot of space between the rows which I tried removing but didn't work. Is there a way to do it? Here's the...
View ArticleHow to select svg related to a particular div using css? [duplicate]
This question already has an answer here:Is there a “previous sibling” selector? 15 answersIs there a CSS parent selector? 31 answersi want to select svg of particular div using css.what i am trying to...
View ArticleHow can I control the mouse scroll event and after that do an animation on...
I'm facing a very strange error, which is animation on body during mouse scroll. I think its happening because of the JQuery event window.scroll. I have tried a lot of things like unbinding of...
View Article