dev

everything should work out of the box - default settings should fit for the most users; Decisions not Options. Try to make as few options as possible. It’s not about eliminating options, it’s about having the right options; WordPrss .htaccess sample

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:

jQuery ajax

jQuery fires events of type “ajaxStart” and “ajaxStop” to indicate the start and stop of Ajax-related network activity. When jQuery is not performing any Ajax requests and a new request is initiated, it fires an “ajaxStart” event. If other requests begin before this first one ends, those new requests do not cause a new “ajaxStart” ... Read more

php

PHP: Hypertext Preprocessor is web-programming language. php5 oop php the rightway run php code online programming languages market share Upload big dump files (memory, HTTP or timeout problems) Starting with version 2.7.0, the import engine has been re–written and these problems should not occur. If possible, upgrade your phpMyAdmin to the latest version to take ... Read more

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

web-profile

bundlephobia.com/package/react@18.2.0 npmtrends.com/@angular/core-vs-react Top software from the web Premature optimization is the root of all evil. Donald Knuth As most of us, I am tired to read blog posts about non-sense micro-optimizations like replacing print by echo, ++$i by $i++, or double quotes by single quotes. Why? Because 99.999999% of the time, it is irrelevant. Why? ... Read more