본문 바로가기

webdesign

Beginner Vanilla Javascript Project Tutorial Beginner Vanilla Javascript Project Tutorial 2021. 1. 16. 01:55 더보기
jQuery : vanilla script ironeko.com/posts/jquery-alternatives-in-2020-do-you-really-need-it JQuery alternatives in 2020, do you really need it? - Ironeko jQuery is one of the most used Javascript libraries on the web, but does it need to be? Today we explore whether you really need it and how to replace it. ironeko.com Unfortunately this comes at a cost. jQuery is 28kb when minified and gzipped, which is quite a lot in.. 2021. 1. 15. 22:24 더보기
How to apply css to only numbers in a text inside any element? stackoverflow.com/questions/6097305/replace-nonnumeric-characters-with-javascript replace nonNumeric characters with javascript? I use this regular expression phone validation but when anybody enters any special characters *-/()-_ in the input.. (except +) I want to replace this characters with ""(none). How can I do ... stackoverflow.com \D matches anything that isn't a number; \d matches a num.. 2021. 1. 15. 02:02 더보기
naming the class name - CSS pineco.de/css-quick-tip-the-valid-characters-in-a-custom-css-selector/ CSS Quick Tip: The Valid Characters in a Custom CSS Selector - Pine Using valid CSS selectors is easy, we initially know how to write one. We can't make mistakes selecting elements but what about the custom class or ID ones? pineco.de CSS Quick Tip: The Valid Characters in a Custom CSS Selector - / _ : There is one catch: the.. 2021. 1. 15. 00:56 더보기
how to see :hover state in Chrome Developer Tools stackoverflow.com/questions/4515124/see-hover-state-in-chrome-developer-tools See :hover state in Chrome Developer Tools I want to see the :hover style for an anchor I'm hovering on in Chrome. In Firebug, there's a style dropdown that allows me to select different states for an element. I can't seem to find anyth... stackoverflow.com 2021. 1. 14. 19:09 더보기
? word-break / word-wrap / white-space white-space:normal | nowrap | pre | pre-wrap| pre-line | break-spaces; MDN, W3org overflow: visible | hidden | scroll | auto; MDN text-overflow: clip | ellipsis | "-" | "" ; MDN, hyphens : none | manual | auto ; MDN, W3org word-break : normal | break-all | keep-all; MDN, W3org overflow-wrap (word-wrap) : normal | break-word | anywhere; MDN, W3org the difference between “word-break: break-all” vs.. 2021. 1. 13. 16:07 더보기
benefits of static webpages : SEO-wise www.fasthosts.co.uk/blog/static-vs-dynamic-websites/ Static vs dynamic websites: which to use? Learn about the differences between static and dynamic websites. Find out whether you should use a static or dynamic website for your project. www.fasthosts.co.uk Benefits of a static website Due to their relative simplicity, a static website doesn’t require as much development know-how as a dynamic we.. 2021. 1. 12. 00:42 더보기
Bluehost - traffic limit www.bluehost.com/help/article/hosting-traffic-limitations#chat How Much Traffic Can I Have? | Bluehost Support How much traffic can your website handle? Depending on how resources get distributed, your server will typically support 12,000-16,000 visitors per day and around 12,000-16,000 hits per hour. A hit is usually a request made to a website’s server to downl www.bluehost.com 2021. 1. 11. 07:51 더보기