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

Page-list

Plugin helps you to show list of pages of your web-site with [pagelist], [subpages], [siblings] and [pagelist_ext] shortcodes. Very usefull for adding sitemap or list of subpages or list of products with thumbnails on your web-site. Documentation Shortcodes [pagelist], [subpages], [siblings] are based on wp_list_pages('title_li=') function and show hierarchical tree of pages; You can use ... Read more

Embed video into post in WordPress

For adding iframe into post or page In WordPress you can use iframe plugin. It helps to add iframe with next shortcode: [iframe width="640" height="480" src="http://player.vimeo.com/video/3261363"] Or you can use oEmbed to embed video into post. The simple use is the next (remove underscore "_" after first openned embed shortcode): [embed_ width="500" height="400"]http://www.youtube.com/watch?v=A3PDXmYoF5U[/embed] You can ... Read more

WordPress translation

Generate .pot file for a theme or plugin with Poedit tool File -> New Catalog Project Name and Version -> "some_name" Charset = "UTF-8" Source code charset = "UTF-8" Sources path tab -> Base path = "./" (if searching strings in the parent catalog) Paths = ".." (if searching strings in the parent catalog) (use ... Read more

jQuery timepicker

jQuery timepicker page download jquery timepicker - ver.0.3.3 github page for jQuery timepicker jQuery timepicker needs jquery, jquery-ui and jquery-ui css style for its work: jQuery timepicker code: jQuery timepicker parameters:

WordPress

WordPress is free, easy-to-start and powerful CMS. Popularity of WordPress: A live activity across WordPress.com: CMS usage statistics: WordPress is used on the 32% of the top 1 million web-sites. WordPress CMS market share: 60%. Stats links: CMS usage stats CMS usage stats by BuiltWith WordPress usage stats by BuiltWith Links: WordPress core code WordPress ... Read more