So, How Do You Highlight Text In CSS and HTML? In this short tutorial I will show you several cool ways in which you can use CSS to highlight text. Just like on paper, you highlight text in a HTML page to draw attention to important sections, paragraphs or group or words. On paper you...
Author: John Negoita
7 CSS Image Effects For Making Awesome Vintage Photos
In this short CSS tutorial I will show you how to create some really cool and easy CSS image effects that you can apply to any online image. The image effects I will show you are the most common photo effects that photographers use when developing a photo. I’m a photographer myself, so, I like...
5 Ways To Create A Triangle With CSS
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...
15 Free Halloween Fonts For Your Website
What Are Some Spooky & Free Halloween Fonts For Websites? Finding the right fonts for a website design is a big challenge. Fonts set the mood of the reader. If they don’t match the text content the reader will not like it, even if the content is good. I love fonts, typography and text effects....
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,...