Search
Translate / Traduci
-
Available even in U.S.A. Support Gioorgi Editorial Board
Facet
February 2023 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 Gioorgi EverGreen
Category Archives: Knowledgebase
Simple method to add historic feature to SQLite
Abstract: Make a database which can be store historic modification is often considered a “secondary” activity, but bad design leads to databases that are difficult to optimize and often not very understandable. In this article we illustrate a simple method … Continue reading
Posted in English Content, IT Featured, Knowledgebase, Structured Query Language (SQL)
Tagged database, sqlite
Comments Off on Simple method to add historic feature to SQLite
How to re-enable right click
Some news site still try in 2021 to disable right click and ability to copy content. These tactis are very very poor, and only block the users not interested in copying/stealing your code. The idea is to put something like … Continue reading
Posted in English Content, IT Featured, Knowledgebase
Tagged desperado
Comments Off on How to re-enable right click
Legacy Management
Good insights from this article: How to strangle a legacy codebase The strategy is simple: Progressively delete the old code base, in favor of a new one. Here’s the plan: Have the new code acts as a proxy for the old … Continue reading
TiddlyWiki
TiddlyWiki is a rich, interactive tool for manipulating complex data with structure that doesn’t easily fit into conventional tools like spreadsheets or wordprocessors. Tiddlywiki born in 2004, is great if you need a fast way to make fast notes. In the … Continue reading
JonnyDecimal rulez!
https://johnnydecimal.com/
Simple crontab utilities
https://crontab.guru/ https://crontab-generator.org/
Simple Html debug via CSS
Add the following css lines to your CSS theme, possibly at the end div::before { content:” C:” attr(class) “” } *::before,*::after { color:red; font-weight:100; font-size:1.0em } and div classes will showup easily. Very handly while customizing WoooordPress :) This page … Continue reading
Posted in English Content, Knowledgebase
Tagged css, easy, ideas, web, wordpress
Comments Off on Simple Html debug via CSS