In this tutorial I will show you how to draw a line pattern using JavaScript and the HTML5 canvas. Drawing with HTML5 canvas is not too difficult and it only requires some basic HTML and JavaScript knowledge. At the end of this tutorial you know how to do simple drawing using HTML5 canvas and JavaScript and...
Add Text Before And After Content In WordPress (Complete Guide)
Add Text Before And After Content In WordPress Using Hooks (Complete Guide) This post will help you learn how to add or modify text before or after all WordPress content like posts or pages. The best part? You don’t need to be a WordPress or PHP expert. (In other words, I will provide you...
Highlight Text CSS: 7 Cool CSS Highlight Text Effects 😎
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...
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. The CSS image effects I will...
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...
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...
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...
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...
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...
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....