Probably the easiest way to add a triangle in a web page is to simply draw it in an image and add the image to the web page. There are many secrets to drawing the perfect triangle and you can read how to do that in Photoshop in this article: Create A Triangle in Photoshop...
CSS Circle Image: “How To” Complete Guide
The circle image CSS problem: Images come in rectangle or square shape. You can always use a photo editor like Gimp or Photoshop to crop an image into a circle (if that’s what you want check out this automated action from PhotoshopSupply to Crop An Image Into Any Shape) or even use online tools like...
ProceedingJoinPoint Java Tips & Tricks
The ProceedingJoinPoint.getSignature() method returns everything you need to get the actual class name, method name, return type and parameters for the joinpoint. Java aspect programming is a powerful tool. In this post I will show you some quick tips & tricks related to the ProceedingJoinPoint Java class from the AspectJ framework. I will only cover...
How to turn your Android TV box into a NAS server
Turning your device using Android TV box to NAS server (Network Attached Storage) is not as hard as you might think. In this short post I will show you how I transformed my Android device (Tronsmark MK908II) into a fully working NAS. I think this is possibly the cheapest NAS solution (aprox 180$USD including the...
Bar Chart HTML – Create Beautiful Bar Charts Only With HTML
Creating a bar chart ONLY with HTML and without JavaScript is challenging, but possible with a couple of HTML and CSS tricks.
HQL Current Date And Other HQL Date Functions
This post will answer all you questions about how to use HQL current date and other HQL date functions. If it does not, drop me a question with details about your HQL date function related problem and I will try to find the solution for you. Let’s dig in! How To Get Current Date In...
7 Web Design Axioms You Should NOT Ignore
What Are Web Design Axioms? Web design axioms are principles of design regarded as being well established, widely accepted or self evidently true. In other words, axioms dictate how web design should be in order to avoid confusing the users. Why is this important? Bad design, makes bad user experience (UX). And in the end,...
Quick Overview Of Mobile Game Development Frameworks
Mobile Game Development Frameworks This post is not intended to be a list of mobile game development frameworks. But, I will share my experience with a few game frameworks that I have used with more or less success. I’m not a game maker. I am however a programmer with an interest in creating games. I...
Autoboxing In Java – Java Integer == Integer – WTF moment with Java
Autoboxing in Java explained with examples In this post I will try to give you an example showing what autoboxing in Java is. This post is about a curious situation I encountered while debugging a Java application (not written by me). It was quite an “ahhh” “ohhh” “wtf” moment regarding since I spent about an hour...
Quick Look At NodeJS Frameworks Available In 2018: SailsJS, Meteor, NestJS, KrakenJS And More
NodeJS Frameworks For Developing Web Applications NodeJS is JavaScript for the server side. This allows the reuse of the myriad of JavaScript libraries already written for the browser. If you know JavaScript you already know how to write code for NodeJS. NodeJS Web Applications – Where To Start? Well, the easiest way is to use one...
