Category Archives: Hacks
Какво е да си програмист?
Според разпределението на времето нашата работа е 80% “ровене по документации”, 15% “тестове”, 4% “писане на код”, 1% “творчество”. Само че по важност се подреждат по друг начин: 90% “творчество”, 8% “тестове”, 1% “ровене по документации” и 1% “писане на … Continue reading
Решаване на сложни задачи – подхода на програмиста
Всяка задача може да се разделя на части. Аз правя това “раздробяване” повече “виртуално”, дори в един файл. Ето го моя номер: работя по глобалната задача, като “предполагам” че малките задачи вече са изпълнени и работят коректно. Като направя логиката … Continue reading
New version of the “KC s2M Log” plugin
The new version of the “KC s2M Log” plugin comes with a new feature – now the log can be placed at any page with an usual WP shortcode. Thanks to Gigi Burkhalter for suggestion!
New version of “KC s2M log” plugin
The “KC s2M log” plugin got smarter: now you can see info about how many new members you have, and how many of them confirmed his email – 6 last months both. Plus also info about IPs, what was used … Continue reading
New version of “KC Tools”
Some tools never die, and in time gets better… I created the “KC Tools WP” plugin long time ago, to do my jobs, and still use it. And time to time I add something new. Today I decided to release … Continue reading
Frontend pagination with WP_List_Table
The WordPress class WP_List_Table (sits in “wp-admin/includes/class-wp-list-table.php” file) creates and handles all the “list tables” at admin area, like “Posts”, “Users” etc. Lists are good looking, at all the screens, responsive, well structured, sortable and allow customisations, thus they are … Continue reading
Как правилно да напуснем работа
Автор: Джеймс Алтъчер Превод: Александър Аргиров, Станислав Илиев Редактор: Крум Чешмеджиев Оригинал: How To Quit Your Job the Right Way Когато бях в корпоративната IT сфера, не спирах да се чудя: какво правят всички тези „твърде заети“ служители във … Continue reading
Printable Monthly Planner for 2018
Today, I have the pleasure to present to you a totally different product from everything that you were able to find on my website by far – a monthly planner. The idea behind it is to create something much more … Continue reading
How to hack the main post query of WordPress to create a custom “search and sort” results
WordPress is a good tool, that can handle almost any information and can be used as a framework to build almost any type of WEB sites. And sometimes we want it to do almost impossible things… As example, we create … Continue reading
Quick JavaScript hack/fixing of a jQuery problem
My site is a WP site. I use the popular Accordion Shortcodes plugin to handle my product’s pages. Also I use the even more popular Share Buttons by AddThis plugin to allow social sharing. But they don’t want to work … Continue reading