WordPress theme development

_s - WordPress starter theme Theme Development Theme Review WordPress plugin for automatically theme check WordPress Theme Review Team's Website themes.trac.wordpress.org wordpress themes dev guidelines WordPress sample content WordPress theme tags Themes are reviewed before being added to the WordPress.org repository of themes. These are important links and information that you will need to know ... Read more

Bruce Lee

Bruce Lee (1940-1973) was an actor, martial arts instructor and founder of the Jeet Kune Do martial arts movement. The key to immortality is first living a life worth remembering. Bruce Lee Walk On The years between The Green Hornet and the Hong Kong films were often difficult for Bruce Lee. In Hollywood he wasn’t ... Read more

MySQL distinct

Get values without duplicates: "wp_comments" table: id comment_author_email 1 a@mail.com 2 b@mail.com 3 a@mail.com Result after select: a@mail.com b@mail.com

web

Do not use text-align:justify for reading text. Justified text looks terrible with huge gaps between words. Do not use text-transform:uppercase for reading text. Uppercased text harder to read than not uppercased. Do not use font-family:serif for reading text. Serif font is harder to read than Sans-serif. Do not use small font-size for reading text. Small ... Read more

Do not use meta keywords and meta description

Matt Cutts, Google software engineer: Google is not using meta-keywords tag at all because keywords are mostly used to spam search engines. Google is not using the meta-description tag for ranking. Sometimes the meta-description tag is used for the site-snippet in search results if part of the content does not fit. But mostly meta-description is ... Read more

parables

1) Tactics Epigraph. - I work from morning till night! - And when do you think? (The dialogue between the young and brilliant physicist Rutherford) The annual world championship held in British Columbia. The finalists were Canadian, and Norwegian. Their task was as follows. Each of them that a certain portion of the forest. The ... Read more

html5 document structure

Basic semantic html5 document structure (passes W3C html5 validation): Standard semantic html5 document structure (passes W3C html5 validation): Advanced semantic html5 document structure with classes: HTML5 tags HTML5 IE support

html tags

<a> - Defines a hyperlink <abbr> - Defines an abbreviation <address> - Defines an address element <area> - Defines an area inside an image map <article> - [HTML5] Defines an article <aside> - [HTML5] Defines content aside from the page content <audio> - [HTML5] Defines sound content <b> - Defines bold text <base> - Defines ... Read more