In this post I’m displaying an example of what you can do with the WordPress charts & graphs plugin developed by me. The plugin requires the coding-dude.com Infographic Tags library which you can download following the link below. If you use this library and/or the plugin please share your results in the comments section. Also,...
Author: John Negoita
Javascript functions this, that and the other
Javascript functions this reference When working with Javascript functions this refers the current object, which depends on the context of the function. For example if you have a top level function, then this references window, if the function is defined in an object, then this will reference the object instance, while if the function implements an event handler,...
Modal Progress Bar Dialog with Java Swing
In this post I will show you how you can make a modal progress bar dialog in a Java Swing application. Though I am a Java programmer I am mainly involved in web development so my experience with Swing is rather limited. The problem So you have an application made in Java with Swing and...
Creating a PHP MySQL pie graph
How To Generate A Pie Chart In PHP MySQL Using The Infographic HTML Tags Library In this short post I’m going to show you how you can create a pie graph using the Infographic JS HTML Library based on data taken from MySQL. Some of the users of the Infographic Library have been asking this...
HQL Date and Datetime Comparison Quick Tip
I’m a big fan of Hibernate and I often use in my projects HQL queries. In this post I will give you some quick tips regarding the use of date and datetime data types in HQL. In a previous post I was looking at the HQL date operator BETWEEN, but in the current post we will...
Liferay Architecture – a Simplified View
Liferay Architecture Diagram Let’s do a very brief analysis of the Liferay portal architecture. The best way to do that get an overview of Liferay portal architecture is through a visual representation, so here is a diagram of the Liferay architecture. As you can see in the diagram the Liferay architecture has 3 tiers,...
What are WordPress Shortcodes?
Among the many things that WordPress has among its features I found a reference to something called “shortcodes”. For those of you who don’t already know it, in this post I will try to answer the question “What are WordPress Shortcodes?” The short version is that WordPress shortcodes are special markers that you can input...
Java Swing JXTable tutorial – fixing the ColumnControlButton menu
In this post I will show you how you can keep open the menu of ColumnControlButton in a Java Swing application using JXTable. The reason for this JXTable tutorial Want to know what problems you may encounter when using the JXTable component amd how to tackle them? Read on. Through a weird and unwanted series...
Charts and Graph Tags Infographic Library v1.0.1 Preview
The Infographic Charts and Graph Tags library developed by coding-dude.com (hey, that’s me) kicked as quite a success. I’ve received very positive feedback from the users and also a few very interesting feature requests. Therefore I decided to include these feature requests and release it as version 1.0.1. This version has just been submitted and...
Useful Tools for Webmasters and Blog Admins
I’ve been creating and managing websites for over 10 years and for me it was a continuous learning experience. The websites setup by me which are most dear to me are PSD Dude and of course the Coding Dude blog which I only recently started. In this post I would like to share with you...