php OOP

Object Oriented Programming in PHP by Jeffrey Way (Tutsplus) S.O.L.I.D is an acronym for the first five object-oriented design(OOD) principles: S – Single-responsiblity principle O – Open-closed principle L – Liskov substitution principle I – Interface segregation principle D – Dependency Inversion Principle Single-responsibility Principle A class should have one and only one job. Open-closed ... Read more

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

css width 100% minus 100px

New way: css calc() width = 100% - 100px css: html: Old way: nesting hacks width = 100% - 100px (from left) - 100px (from right) css:

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

Misc

Random facts: An avocado never ripens on the tree, so farmers can use trees as storage and keep avocados fresh for up to seven months. Elvis Presley's manager sold "I Hate Elvis" badges as a way to make money off of people who weren't buying his merchandise. Salvador Dali avoided paying restaurant tabs by using ... Read more

Donate

Donation via PayPal Or you may buy ads on this site. Price for placing banner on every page of the website is $25/month or $200/year. Your ad will not be blocked by Adblocker. Contact me if you are interested. Or you may install Dropbox and we will both receive 500MB extra free storage for backup. ... Read more

Gravatar

Examples: mm identicon monsterid wavatar retro How to implement gravatar on site.

Usability

Usability is the ease of use and learnability of a human-made object to achieve a particular goal. User experience (UX) is the way a person feels about using a product, system or service. Usability = Toyota Corolla (function); UX = Maybach Exelero (finesse); Book: Steve Krug - Don’t make me think Don’t make me think! ... Read more

Filenames to latin

Plugin helps you convert cyrillic (russian, ukrainian, belorussian), german, polish, spanish and other filenames to latin in your media library during upload. List of sanitizing letters: а б в г д е ж з и й к л м н о п р с т у ф х ц ч ш щ ь ю я ... Read more