Getting username from email adress

Size
3,443 Kb
Views
28,336

How do I make an getting username from email adress?

What is a getting username from email adress? How do you make a getting username from email adress? This script and codes were developed by Susanne Karin Lundblad on 13 September 2022, Tuesday.

Getting username from email adress Previews

Getting username from email adress - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Getting username from email adress</title> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ * { box-sizing: Border-box;
}
html, body { background-color: #ecf0f1; margin: 20px auto; display: block; max-width: 600px; height: 100%; text-align: center;
}
body { padding: 20px; position: relative;
}
h2, a, p, *:before,h1, span, input { font-family: "Helvetica Neue", sans-serif; font-weight: 300;
}
h1 { color: #3498db; margin-bottom: 1.5em;
}
h2 { color: #2980b9; margin-bottom: 1em; margin-top: 0; font-size: 20px; background-color: white; /*width: 100px;*/ text-align: center; padding: 16px; z-index: 15; border-radius: 4px; transition: all 2s ease-out;
}
p { display: block; width: 100%; color: #2c3e50; clear: both;
}
.description { margin-bottom: 70px;
}
button { border: 0; background-color: #3498db; color: white; border-radius: 4px; padding: 0.7em 1.5em; font-size: 1em; transition: background-color 0.2s ease-out; margin: 0; cursor: pointer;
}
button:hover { background-color: #2980b9;
}
button:active, button:hover { outline: none;
}
.wrapper { border: 1px dashed #95a5a6; height: 56px; margin-top: 16px; border-radius: 4px; position: relative; font-size: 12px;
}
.wrapper p { line-height: 31px;
}
#form { width: 300px; margin: 0 auto;
}
input { border: 1px solid #CCC; font-size: 1em; height: 40px; border-radius: 4px; width: 100%; transition: border 0.2s ease-out; padding: 0 0.75em; display: block; margin: 0 auto 0.5em; -webkit-appearance: none;
}
span { font-size: 1em;
}
input:hover { border: 1px solid #9B9B9B;
}
input:focus { outline: none;
}
#url { position: relative; width: 100%;
}
#url span { position: absolute; left: 1em; top: 0; height: 100%; line-height: 40px; color: rgba(0, 0, 0, 0.3); user-select: none;
}
#username { text-indent: 120px; margin-bottom: 1em;
}
::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.3);
}
:-moz-placeholder { /* Firefox 18- */ color: rgba(0, 0, 0, 0.3);
}
::-moz-placeholder { /* Firefox 19+ */ color: rgba(0, 0, 0, 0.3);
}
:-ms-input-placeholder { color: rgba(0, 0, 0, 0.3);
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div ng-app=""> <h1>Half disabled input</h1> <div id="form"> <input type="text" placeholder="Email" value="[email protected]" class="email"> <div id="url"> <input id="username" type="text" value="susanne" placeholder="username"> <span>elepath.wake.io/</span> </div> <button>Join Elepath</button> </div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
<script src='http://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.5/angular.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Getting username from email adress - Script Codes CSS Codes

* { box-sizing: Border-box;
}
html, body { background-color: #ecf0f1; margin: 20px auto; display: block; max-width: 600px; height: 100%; text-align: center;
}
body { padding: 20px; position: relative;
}
h2, a, p, *:before,h1, span, input { font-family: "Helvetica Neue", sans-serif; font-weight: 300;
}
h1 { color: #3498db; margin-bottom: 1.5em;
}
h2 { color: #2980b9; margin-bottom: 1em; margin-top: 0; font-size: 20px; background-color: white; /*width: 100px;*/ text-align: center; padding: 16px; z-index: 15; border-radius: 4px; transition: all 2s ease-out;
}
p { display: block; width: 100%; color: #2c3e50; clear: both;
}
.description { margin-bottom: 70px;
}
button { border: 0; background-color: #3498db; color: white; border-radius: 4px; padding: 0.7em 1.5em; font-size: 1em; transition: background-color 0.2s ease-out; margin: 0; cursor: pointer;
}
button:hover { background-color: #2980b9;
}
button:active, button:hover { outline: none;
}
.wrapper { border: 1px dashed #95a5a6; height: 56px; margin-top: 16px; border-radius: 4px; position: relative; font-size: 12px;
}
.wrapper p { line-height: 31px;
}
#form { width: 300px; margin: 0 auto;
}
input { border: 1px solid #CCC; font-size: 1em; height: 40px; border-radius: 4px; width: 100%; transition: border 0.2s ease-out; padding: 0 0.75em; display: block; margin: 0 auto 0.5em; -webkit-appearance: none;
}
span { font-size: 1em;
}
input:hover { border: 1px solid #9B9B9B;
}
input:focus { outline: none;
}
#url { position: relative; width: 100%;
}
#url span { position: absolute; left: 1em; top: 0; height: 100%; line-height: 40px; color: rgba(0, 0, 0, 0.3); user-select: none;
}
#username { text-indent: 120px; margin-bottom: 1em;
}
::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.3);
}
:-moz-placeholder { /* Firefox 18- */ color: rgba(0, 0, 0, 0.3);
}
::-moz-placeholder { /* Firefox 19+ */ color: rgba(0, 0, 0, 0.3);
}
:-ms-input-placeholder { color: rgba(0, 0, 0, 0.3);
}

Getting username from email adress - Script Codes JS Codes

$('.email').keyup(function(){ var theName = $(this).val(); var userName = (theName.split('@')[0]); $( "#username" ).val(userName);
});
var width = $("#url span").width();
$("#username").css("text-indent", width + 3 );
Getting username from email adress - Script Codes
Getting username from email adress - Script Codes
Home Page Home
Developer Susanne Karin Lundblad
Username SusanneLundblad
Uploaded September 13, 2022
Rating 4.5
Size 3,443 Kb
Views 28,336
Do you need developer help for Getting username from email adress?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Susanne Karin Lundblad (SusanneLundblad) Script Codes
Create amazing SEO content with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!