jquery
The Knowledge Commodities Information System (Phase 2), K-Commodities 2, is a web based knowledge system for collecting, analysing, and sharing data and information for the Malaysian Ministry of Plantation Industries and Commodities. This allows the Ministry to automatically consolidate about 200 datasets from the internet into a centralised database that is accessible securely through the internet. These datasets include daily prices; daily news; monthly production, exports and imports; quarterly economic statistics; annual domestic and international data; and various electronic documents.
These datasets are then sorted, categorised, cummulated, and consolidated using automated processes overnight, so that it can be analysed using articles, tables, maps, charts, and spreadsheets the next day. The analysed information is then published in specific industry dashboards, where the information can then be sent automatically on a daily, weekly or monthly basis via email to key stakeholders, management, and analysts.
The Ministry of Plantation Industries and Commodities fosters the orderly development of the plantation and commodity sector through the development of higher value-added through downstream processing and promote the marketing of commodities, particularly semi-processed and processed. It's functions are also to oversee the development of the plantation and commodity sector covering research and development (R&D), production, processing, and marketing in respect of palm oil, rubber, wood and wood-based products, cocoa, pepper and tobacco.
The system is developed based on the open source IDA 2.1 (intelligence data analytics) application framework using LInux, Apache, MySQL, PHP and Javascript; and the open source Palo Business Intelligence Suite 3.1. K-Commodities 2 can be viewed at http://k-commodities.kppk.gov.my
Submitted by rajaiskandar @k... on Wed, 09/15/2010 - 23:25

This case use illustrates how a table of monthly data can be further enriched by using the spreadsheet and mapping feature of our Intelligence Data Analytics (IDA) 2.1 application framework. IDA 2.1 was implemented for the Malaysian Ministry of Plantation Industries and Commodities and includes the automated extraction of data from the websites of its agencies.
Data Source : http://econ.mpob.gov.my/stat/web_report1.php?val=201035
End Result : http://k-commodities.kppk.gov.my/dashboard/dataset/733
(access requires a free registration : http://k-commodities.kppk.gov.my/user/register )
Read more on the Features, Functions and Benefits
Submitted by rajaiskandar @k... on Fri, 06/18/2010 - 15:55

I would like to announce the start of the IDA 2.1 project to add our own web based spreadsheet module to the Intelligence Data Analytics (IDA) application framework. This is built combining jQuery javascript and Kohana PHP frameworks. The aim is to make a faster and more reliable web spreadsheet interface for users to perform adhoc queries. 87 sub-functions have been identified for this module. If you would like to learn more please contact us : http://software.krimnet.com/contact
Submitted by rajaiskandar @k... on Mon, 06/07/2010 - 10:06
The Intelligence Data Analytics (IDA) allows dataset to be presented in tabular, chart or map formats. These can then be easily added to the dashboard for the dataset. Adding a chart to a dashboard is a simple two step process: (1) View the chart from the dataset report and copy the image link; and (2) Add a HTML widget and paste the image link. Click here to read an example guide:
Submitted by taufiq @Krim.NET on Fri, 02/26/2010 - 14:43
Snippet below is the idea how we may alter font sizes for the whole html document on
the fly
jQuery("body).
find("*")
.each( function() {
var curr_size = jQuery(this).css("font-size")
var new_size = Number(curr_size.replace("px","")) +1 +"px"
jQuery(this).css({"font-size": new_size})
})
The pseudo code is:
Submitted by rajaiskandar @k... on Sat, 10/17/2009 - 10:48

As you will have noticed on our e-IDA application framework, we use Javascript extensively to create rich internet applications. This includes the popular JQuery and ExtJS javascript frameworks. On dedicated servers or on intranets or fast internet connections, this works wonderfully. However, if none of this applies to you, then you should consider using the Chromium technology which powers the Google Chrome web browser.
Submitted by taufiq @Krim.NET on Mon, 06/01/2009 - 02:30
Please get the zip file in the attachment. (Kohana.zip)
Submitted by taufiq @Krim.NET on Mon, 06/01/2009 - 02:27
Please get the slide file from the link. MscOsConf
Submitted by rajaiskandar @k... on Sat, 04/25/2009 - 09:21

The Malaysian Multimedia Super Corridor (MSC Malaysia) will hold an open source conference ( OSSCONF2009 ) at Berjaya Times Square, Kuala Lumpur, Malaysia on 31 May - 3 June 2009. Read on about our participation in this event.