Good afternoon, I'm developing a page and I want to obfuscate CSS and Javascript (AngularJS), I did a quick search on the internet and I saw some paid tools, and some Free tools made the obfuscation very basic being possible to manually go back...
How can I display my code HTML ? I have a field where the user can change his nick by placing colors, and I want to display the code used as a hint for the user.
My code:
<pre>
<code>
<span style="color: red">G...
I'm making a input with an effect equal to Android. Well here in this example I put input and select . input is working perfectly, when it is with the focus it turns blue. But select does not turn blue, can any...
I have a method that takes text as a parameter and makes a .split in the text separating the words with " " . For each word in the text I do a check checking if the word is equal to the item in my list of Enum , if the word is...
I'm trying to unsuccessfully put an image (Facebook icon) in front of a newsletter form:
Itriedtosize,butIwasnotsuccessfulbecauseofmylackofknowledgeinCSS,Itriedtodecreasethefieldofformandeventhepositionofthebutton.Thisisthehtmlofform:<div...
I'm working on a system that uses MVC as follows,
View -> HTML,CSS
Model -> PHP
Controller -> JS
Basically, all system actions work in the following order:
User triggers some action in js it valida...
I'm trying to put an image so that it looks similar to this:
Butitisnotwhathappens,butnoticehowmypageis;<divclass="container-fluid">
<div id="conteudo">
<div id="apresentacao">
<div id="frase1">...
I want to apply the css in a form but when I put the inputs inside some div the javascript does not work See the code:
In case when I type the email and the password was for the blue button to be activated.
<style>
.btnDisabled{...
I have a question about CSS:
To run in different browsers, I need to use the prefix before the property, for example: -webkit-boder-left-rarius: 3px; .
But what CSS styles like border , margin , transition , and s...
I have a tag cloud and want to change the font size of each tag as per its usage.
I need to have a minimum size and a maximum size.
What would be the formula for calculating the size of the tags?