287Spaghetti, Lasagna, Ravioli Code2021-05-09
286No Java Stateful Enum Serialization2021-04-25
285Java Class Loaders and Enum Values2021-04-18
284Remarks About Java Enums2021-04-04
283Java Interface Default Implementations2021-03-28
282Java Interface as Function Pointer2021-03-14
281Java Interfaces as Component Boundaries2021-03-09
280Java Local Final Variables Make Sense2021-02-13
279Why Java Static on Fields and Methods Is Bad2021-01-22
278Thoughts About the Future of Programming and Java2021-01-19
277A Subtle Problem with AWK Pipe Statements2021-01-08
276Crossfade Transition Between Two Videos with ffmpeg2021-01-05
275Accelerate LINUX Boot by Disabling Unneeded Services2021-01-04
274Custom Open-Script for GNOME File Manager2021-01-01
273Why Delegation is Not Better than Inheritance2020-12-20
272Java Parallel versus Sequential Stream Performance2020-12-19
271Ubuntu 20.04 Upgrade when Packages Have Been Kept Back2020-11-28
270Java Module Types2020-11-21
269Good Terms2020-11-14
268Utility Scripts for ffmpeg2020-10-11
267Another Video Title with ffmpeg2020-10-06
266Video Title Creation with ffmpeg2020-09-16
265Video Cut Automation with ffmpeg2020-09-12
264Basic Programming Skills2020-08-09
263Stack Trace Reducer2020-07-31
262Format Java Stack Trace without Newlines2020-07-20
261HTML-5 Tree Code Generator2020-07-18
260Unit Tests in Object-Oriented Java with Annotations Language2020-07-04
259Run and Deploy Java Modules2020-06-28
258Compiling Java Modules from Command Line2020-05-31
257Java Resource Loading from Unnamed Module2020-05-24
256Basic Java Module Dependency Declarations2020-05-18
255Java Modules and Resource Loading2020-05-04
254Java Resource Loading2020-05-03
253Java Mockito Null Parameter Gotcha2020-03-23
252Java 11 Swing Exception when Casting UndoableEdit2020-02-29
251Removing a Still Referenced JPA Entity2020-02-23
250JPA Unit Test across Multiple Providers and Databases2020-02-16
249Detached Objects with JPA Merge Persist Remove2020-02-09
248JPA Persist and Merge with Unsaved Objects on Different Providers2020-02-08
247Difference between JPA Persist and Merge2020-02-04
246Unanswered JPA Criteria API Questions2020-01-28
245JPA Join Types with Criteria API2020-01-26
244JPA Backlink as ID not Object2020-01-19
243JPA Criteria Query2020-01-12
242JPA Orphan Removal2020-01-07
241JPA Entity Id Handling2019-12-29
240The JPA Add Problem with Backlinks2019-12-26
239Setting up a JPA Test Project2019-12-25
238Naming Unit Tests in Java2019-12-04
237Spring Boots for Java2019-11-13
236Spreadsheet with Java Apache POI2019-10-28
235InjectMocks Annotation to Mock a DAO in a Java Service2019-10-20
234UML Diagrams with PlantUML2019-10-13
233Mockito for Java Unit Tests2019-10-06
232Java Swing App Too Small on High Resolution Screen2019-09-19
231JSF AJAX Test Page2019-09-14
230JSF View Reuse Mechanisms2019-09-08
229Passing Java Methods Around Like Objects2019-09-05
228JSF Master Detail Example with JPA Database2019-09-03
227JSF Lifecycle Phases2019-08-29
226JSF Internationalization2019-08-26
225JPA 2.1 with JSF 2.3 Example Application2019-08-24
224JSF 2.3 Maven Project Setup in Eclipse2019-08-17
223View .HEIC Photos on LINUX2019-07-02
222The SQL Count Query Trick2019-05-16
221Writing PDF with Java PDFBox2019-05-05
220Removing Unused LINUX Kernels by Shell Script2019-04-27
219LINUX tar link to zero size2019-04-21
218JavaDoc Is Not Deprecated2019-04-16
217Security versus Freedom2019-04-07
216Docker Basics2019-04-03
215Good Communication2019-03-23
214Java 8 Stream versus For-Loop Performance2019-03-03
213How to Flatten AMD JavaScript2019-02-26
212Java 11 Windows Drive File Construction2019-02-24
211JS Swappable Metro Quads2019-02-22
210Going Cloud with Twelve-Factor Apps2019-02-12
209Git Commands and Flow2019-01-25
208Canon Scanner on LINUX Shows Vertical Bar2019-01-09
207HTML Form Layout CSS2019-01-01
206Labels and Required Fields in HTML Forms2018-12-29
205HTML Form Talks HTTP2018-12-27
204Responsively Sizing Iframes2018-12-22
203Upgrade to Ubuntu 18.04 LINUX 4.15.02018-12-09
202Mount Disk on LINUX Startup2018-12-08
201Some Things We Always Do Wrong2018-07-27
200The Java to JS Transpiler JSweet2018-07-22
199Java Inner Class Serialization Gotcha2018-07-15
198How to Make TypeScript Check JavaScript2018-06-30
197CSS Variables2018-06-22
196TypeScript Function Types2018-06-13
195TypeScript Constructor in Interface2018-06-10
194Static Factory and Generics in TypeScript2018-06-01
193Call Overridables From Factory in TypeScript2018-05-22
192Don't Call Overridables From Constructor in TypeScript2018-05-19
191No Private Names in TypeScript Classes2018-05-17
190Why Short Is Not Always Good2018-05-12
189Using TypeScript Compiler Options2018-05-07
188TypeScript Interfaces are Open Ended2018-05-03
187TypeScript Index Signatures2018-05-02
186Getting Used to TypeScript by Testing2018-05-01
185Getting Used to TypeScript, Part 22018-04-29
184Personal Encrypted Communication with OpenSSL2018-04-25
183Getting Used to TypeScript, Part 12018-04-22
182Writing Understandable Source Code2018-04-07
181A TypeScript Test Installation2018-03-25
180Java NullPointerExceptions2018-03-18
179HTML Table with Fixed Header Revisited2018-02-15
178ES6 Mixin Example Pushbutton 3D2018-02-05
177ES6 Mixin Trees2018-01-20
176ES6 Private Class Field Workarounds2018-01-19
175ES6 Multiple Inheritance via Mixins2018-01-11
174ES6 Export Import Ways2018-01-08
173ES6 Modules Test Environment2017-12-30
172ES6 Template Literals2017-12-27
171ES6 Miscellaneous New Features2017-12-26
170ES6 Arrow Functions2017-12-17
169ES6 Generator Functions2017-12-10
168ES6 Iterator and Iterable2017-12-07
167ES6 Classes2017-12-03
166ES6 Symbols2017-11-26
165ES6 Object Property and Function Definitions2017-11-21
164ES6 Spread Operator and Rest Parameter2017-11-19
163ES6 Destructuring Arrays and Objects2017-11-15
162ES6 Block Scoped Constants and Variables2017-11-13
161Test ES6 Support in Browsers2017-11-12
160Setting up a Minimal Java Servlet Application2017-11-05
159New HTML-5 Elements DETAILS and DIALOG2017-10-27
158Unsafe JS Namespaces2017-10-22
157JS Dropdown Gotcha2017-10-08
156JS Popup Window2017-10-07
155An Editing Visitor in Java2017-09-22
154Java List Modification Gotcha2017-09-17
153String Comparisons in Java, EcmaScript and TypeScript2017-09-17
152Expand-All Control for JS Trees2017-08-20
151Scrum Standup Meetings2017-08-12
150Sneaking into HTML Web Components2017-07-29
149Separate HTML, CSS and JS2017-07-23
148CSS Inline Alignment2017-07-14
147CSS Ways to the Center of Middle Earth2017-07-09
146Ubuntu LINUX Update with Untrusted Packages2017-07-08
145JS Layout Reality versus CSS Reqirement2017-06-25
144Stringify HTML Elements in JS2017-06-21
143XML Schema Validation in Java2017-05-29
142Good User Interfaces2017-05-20
141Vaadin MVP with Undoable Edits2017-04-23
140MVP Buffered Binding with JavaFX Table2017-03-29
139Data Binding in MVP and MVC2017-03-25
138MVC Data Binding with JavaFX2017-03-13
137Hierarchical MVC Unit Test with Java Mock2017-03-08
136Hierarchical MVC in Java Vaadin2017-03-05
135MVP Unit Test in Java2017-02-21
134MVC Vaadin Webapp Java Example2017-02-19
133MVP Java AWT Example2017-02-12
132Java MVC Example Review2017-02-11
131MVC Java Swing Example, Part 22017-02-10
130MVC Java Swing Example, Part 12017-02-09
129Model-View-Presenter Evolution2017-02-06
128The Model-View-Controller Concept2017-02-05
127How to Read and Write XML2017-01-29
126A Proxy-Based DTO in Java2017-01-27
125Apply the final Keyword in Java2017-01-23
124Every Two Years' LINUX Upgrade2016-12-27
123Java TreeMap Comparator Gotcha2016-12-04
122Framework as seen from Java, Part 32016-11-27
121Framework as seen from Java, Part 22016-11-21
120Framework as seen from Java, Part 12016-11-20
119"Realized" Markers by JS and CSS2016-11-13
118About Getters and Setters2016-10-16
117How to Avoid Switch Statements in Java2016-10-07
116Java Access Modifiers2016-10-06
115Useless Java @SuppressWarnings("serial") Annotation2016-09-21
114JS Promises2016-09-08
113Monads in Java2016-08-21
112Lambdas or Closures in Java2016-08-19
111Remove Browser Ads by User CSS2016-08-12
110Optimize Java Code Using Inner Classes2016-08-11
109JS Document Text Search on Client Side2016-07-30
108JS goes ES62016-07-24
107Refactoring JS List Filters, Part Two2016-07-17
106Refactoring JS List Filters, Part One2016-06-21
105JS List Filter Checkboxes2016-06-12
104The JS Function-in-Loop Bug2016-06-07
103JS jQuery $(this)2016-06-06
102LINUX Terminal ls colors2016-06-06
101HTML Elements and Dimensions2016-06-04
100JS Browser Reflow and Repaint2016-05-29
99JS Semicolons2016-05-21
98CSS Width 100% and Position Absolute or Fixed2016-05-15
97JS Map Key Gotcha2016-04-30
96JS Revealing Module Pattern2016-04-24
95What's HTML label for?2016-04-18
94Three Steps Toward Progress2016-04-13
93JS Get / Set Element Width / Height2016-04-11
92JS / CSS Tabcordion2016-04-03
91JS Responsive Breakpoint Notifications2016-03-28
90JS / CSS Tabs2016-03-13
89JS Table Layout Adjustment: DIV Tables2016-03-06
88JS Table Layout Adjustment: Predefined Widths2016-02-29
87JS Element Dimensions2016-02-21
86JS Table Layout Adjustment: Elastic Column2016-02-14
85JS Table Layout Adjustment: Sizing2016-02-07
84JS Table Layout Adjustment: Naming2016-02-06
83JS clientWidth and CSS width2016-01-25
82Space in HTML Breaks Layout2016-01-19
81JS Titled Border2016-01-18
80HTML Input Focus Tab Order2016-01-16
79JS Keyboard Events2016-01-13
78JS Sticky Bar2016-01-07
77Pure CSS Push Menu2015-12-30
76Replacement for CSS fixed position2015-12-29
75Pure CSS Slide Menu2015-12-27
74Protruding CSS inline elements2015-12-26
73Receiving CSS Events2015-12-19
72CSS BorderLayout, yet another one2015-12-14
71CSS height 100% shows Browser Scrollbar2015-12-13
70JS Browser Coordinates2015-12-07
69JS Sticky Table-of-Contents2015-12-03
68CSS Layout Test Page2015-11-30
67Text Outline with GIMP2015-11-14
66Iterator in Java and JS2015-10-14
65JS Natural Sort Order2015-10-13
64Natural Sort in Java, Performance Tuned2015-10-11
63Natural Sort in Java, First Performance Tuning2015-10-07
62Natural Sort Order in Java2015-10-05
61JS Light Bulb Moments2015-10-03
60JS Poor Developer's IDE2015-09-19
59Visitor Pattern for Test Data in Java2015-09-17
58Three Notorious Software Developer Habits2015-09-09
57Videotized on LINUX2015-08-16
56JS Visibility Detection2015-08-14
55LINUX Root Password Confusion2015-08-01
54CSS Fixed Table Header2015-07-20
53CSS Position Property2015-07-19
52JS Animated Expand and Collapse2015-07-12
51Pure CSS Menu2015-07-11
50JS Asynchronous Waiting2015-06-20
49JS Swipe Gesture2015-06-11
48The Immortal AWK Language2015-05-27
47JS Document Treeification2015-05-15
46Adjust Screen Coordinates in LINUX with Xfce2015-05-09
45UNIX Shell Control Structures2015-05-01
44vi Manual2015-04-29
43JS Table of Contents2015-04-16
42JS Overrides2015-04-07
41Extract Google Blog Export using Java2015-04-04
40JS Treetable2015-03-31
39Remote Desktop from LINUX to WINDOWS2015-03-25
38JS Slide Show Aftermath2015-03-24
37JS Slide Show2015-03-14
36Yet Another JavaScript AMD Loader2015-02-28
35JS Requires Dependency Management2015-02-21
34Interrupted LINUX Upgrade to Ubuntu 14.042015-02-13
33JS Folding2015-02-10
32Many LINUX on board2015-01-24
31Installing LINUX on a DELL laptop besides WINDOWS 8.12015-01-12
30Installing LINUX without CD or USB Stick2015-01-05
29A JS Framework for Rich Text Tooltips2014-12-29
28Preserve Inputs across Page Reload via JS2014-12-25
27The Self-Displaying Page2014-12-20
26jQuery for Beginners2014-12-07
25Object Relational Mapping with Inheritance in Java2014-11-30
24The State Pattern in Multiple Selection2014-11-26
23Good Documentation2014-11-17
22Sass Over CSS2014-11-15
21The Shape of Content as CSS2014-11-06
20How to Read Cascading Style Sheets2014-11-04
19A JS Starter Kit for Beginners2014-10-29
18JS Modules2014-10-24
17JS Functional Inheritance2014-10-19
16JS Inheritance contra Encapsulation2014-10-16
15Running JS Scripts from Java with HtmlUnit2014-10-01
14JS got cha2014-09-30
13This JS new ROFLCOPTER2014-09-27
12JavaScript Best Practices2014-09-21
11JS and the Forgotten Types2014-09-20
10Omigosh, JavaScript!2014-09-19
9Unbeloved Constructors, Beloved Anemic Objects2014-09-01
8Responsive Layout without CSS media-query2014-08-22
7The Modular Homepage Story2014-07-22
6Scrum2010-04-22
5Scala Considerations2010-01-12
4Personal Problems2008-04-25
3Fashion2008-03-12
2Building Blocks2008-03-07
1Things Are Changing2008-02-26