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

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

social networks

90 days without cell phone email social media The Amish Project Amazing mind reader reveals his 'gift'

normalize.css styles

Differences between normalize.css and reset.css: normalize.css preserves useful defaults rather than "unstyling" everything; normalize.css corrects some common bugs that are out of scope for reset.css; normalize.css doesn't clutter your dev tools; normalize.css is more modular; normalize.css has better documentation; differences between normalize.css and reset.css from stackoverflow

Google Chrome

Type in Chrome omnibar: chrome://version chrome://about chrome://flags chrome://memory-redirect chrome://plugins Comic about how was made the Google Chrome browser. Why there is no rss-feed icon in Chrome address bar: Given that most people are not familiar with and don't consume RSS feeds, we thought that RSS support would be a better fit as an extension, at ... Read more

children education

Awesome book by Dallas Clayton Dr. Suess - Green Eggs And Ham Number sense If you teach a kid to just memorize arithmetic facts with flashcards, without explaining why the answers are what they are, that kid may struggle when they encounter a fact they haven’t memorized. Being able to demonstrate, for example, 5+2=7 using ... Read more

Responsive web design

Google mobile friendly check Bootstrap Media queries (key breakpoints in Bootstrap grid system): Paste the following lines within the [head] and [/head] tags on your html page. This will set the view on all screens at a 1×1 aspect ratio and remove the default functionality from iPhones and other smartphone browsers which render websites at ... Read more