String SEO optimieren (creating SEO friendly URL)
2016-03-14
English Version: Creating SEO friendly URL
Die u.g. Funktion seofy()
erzeugt aus einem String eine SEO freundliche Version.
Es werden Umlaute und andere nicht im ASCII Zeichensatz enthaltenen Buchstaben entweder auf das
Grundform Äquivalent reduziert (z.B.: aus é
wird e
und aus ú
wird u
) oder
komplett umschr […]
dynamic visualization of consumption of chars in input elements with jQuery in relation to the value of a maxlength attribute
2016-03-14
Update 2018-02-17:
There is a newer and updated Blog Post to this. Please read: jQuery maxlength visual Feedback
[/post/2018/02/17/jquery-maxlength-visual-feedback/]
There is a newer and updated Blog Post to this. Please read: jQuery maxlength visual Feedback
[/post/2018/02/17/jquery-maxlength-visual-feedback/]
dynamically visualize a current input char consumption considering the related maxlength attribute value of HTML5 <form>
input elements such as<input>
and <text […]