Wordpress: How To Add Table Into A Post
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).
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?
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 whole page from loading.
.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.

Wordpress: Rename Permalink URL with Ease in Administrator Page
It is quite troublesome every time when blogger wants to rename a post's permalink URL after he or she has renamed the post's title in Wordpress's administrator page. Blogger needs to click the Edit button next to the permalink URL and modify the text accordingly.
Wordpress: Schedule to Publish a Post
To publish a post doesn't mean you always need to be in front in your computer. Using Wordpress, you can simply write a post, schedule it and forget it. Wordpress will then publish your scheduled post at the right time!

Wordpress: Version 2.8.6 Security Release
Wordpress 2.8.6 has been released for security updates. The major changes are to fix two security problems that can be exploited by registered, logged in users who have posting privileges. So make sure you upgrade your Wordpress as soon as possible.
Read more: WordPress 2.8.6 Security Release
Download: Wordpress 2.8.6
Wordpress Plugin: Official StatCounter Plugin
Official StatCounter Plugin is a plugin created by StatCounter to insert statcounter.com stats script into Wordpress blog automatically. StatCounter is a free yet reliable invisible web tracker, highly configurable hit counter and real-time detailed web stats.

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 of record.
