Wordpress' WYSIWYG post editor does not come with the functionality that allows user to create table when editing a post (like what you can do in Microsoft word). … [Read more...]
Google Chromium OS
Google Chromium OS or Chrome OS is an open source project created by Google that aims to build an operating system that provide fast, simple and more secure computing experience. The new OS is target for people who spend most of their time on the web. The following videos explain in detailed what Chrome OS is: What is Google Chrome OS? … [Read more...]
JavaScript: Overcome Slow Loading JavaScript On A Web Page
Sometime a web page may load slowly due to loading a third party JavaScript source file from other domain. Most of the time, a web site comes with advertisement scripts or scripts for keep tracking visitors and these scripts are normally provided by third parties like Google Adsense, Statcounter, Amazon and etc. When these scripts' loading speed is extremely slow, it blocks the … [Read more...]
.NET: Microsoft to Open Source .NET Micro Framework
Microsoft has just announced the release of .NET Micro Framework version 4.0. The new .NET Micro Framework's source code will be made available under the Apache 2.0 license. … [Read more...]
Java: Loading Large Data into JTable or JList
In software programming (especially Graphical User Interface or GUI programming), many times, we need to load data from file or database into a table or list to be displayed to user on computer screen. Most of the time, the size of the data can be determined only during runtime. The data could be very small to a few rows of record and could be very large to a few millions rows … [Read more...]