enable "remember me" by default

Why isn't the “remember me” checkbox in login forms enabled by default? On most part of sites "remember me" checkbox in login form is disabled by default. Most part of users after login would like to stay logged in. It annoys users each time to enter username and password just because user forget to check ... Read more

unmask password field

Problems while typing the password if user cannot see it: user should check if CAPSLOCK is disabled user should check current keyboard language user should see last typed letter if user was interrupted while typing the password Solution: unmask the password field. You may use Easy-to-use WordPress plugin to unmask password field. It would be ... Read more

Do not use here-links

Page on which you are placing the link, nobody will search the page with the word "here". Here-link is the bad idea which become a standard. The text inside the link makes huge impact on the list of search results. Do you want to see your site higher in search results? Do you want to ... Read more

Do not use more-link

more-link is bad for SEO. Nobody will search your site with the word "more". "rel=nofollow" will not solve it too more-link is bad for usability. More-link does not explain what will happen if user will click on it. There is already link on title and more-link is an extra not needed element on page. If ... Read more

Vimeo

Vimeo parameters: [iframe width="100%" height="480" src="http://player.vimeo.com/video/3261363?show_title=0&show_byline=0&show_portrait=0&color=77aa20&autoplay=1&loop=0&fullscreen=1"] Links: Vimeo api Vimeo thumbnails: From the Vimeo Simple API docs: Making a Video Request To get data about a specific video, use the following url: http://vimeo.com/api/v2/video/video_id.output video_id The ID of the video you want information for. output Specify the output type. We currently offer JSON, PHP, and XML ... Read more

html symbols (codes, characters, entities)

typography: × - × « - « » - » " - " ‘ - ‘ ’ - ’ ‚ - ‚ “ - “ ” - ” „ - „ ‹ - ‹ › - › ′ - ′ ″ - ″ – - – — - — ¶ - ¶ § - § ... Read more

WordPress sanitize and escape data

WordPress data validation Data Sanitization and Validation With WordPress For input: For output: sanitize_file_name( $filename ) – sanitizes (or validates) the file-name by removing characters that are illegal in filenames on certain operating systems or that would require escaping at the command line. Replaces spaces with dashes and consecutive dashes with a single dash and ... Read more

web-framework

List of popular web-frameworks (frontend-frameworks) Bootstrap (160k stars on Github) Tailwind CSS (60k stars on Github) Semantic UI (50k stars on Github) Bulma (46k stars on Github) Foundation (30k stars on Github) UIkit (20k stars on Github) Flexify (Github) Bootstrap info: bootstrap - web-framework bootstrap on github - css and html framework bootstrap expo bootstrap ... Read more

getting real

Getting Real (by 37 signals) online Getting Real by 37 signals ebook Rework by Jason Fried and David Heinemeier Hansson from 37signals Also download few pages of Rework book by 37 signals. Rework page. How To Write Vigorous Software Vigorous writing is concise. A sentence should contain no unnecessary words, a paragraph no unnecessary sentences, ... Read more