Blog

Disclaimer

The information in this weblog is provided "AS IS" with no warranties, and confers no rights. This weblog does not represent the thoughts, intentions, plans or strategies of our company. Inappropriate comments will be deleted at the authors discretion.

Urus Komentar Dari Desktop Windows atau Linux

Sebagai pengguna blog Wordpress, menguruskan komentar dan membalasnya adalah sangat mudah, Namun, bagaimana jika anda boleh menguruskan dan membalas komentar dari desktop anda?

WP Komen Notifier adalah sebuah aplikasi open source yang ditulis dalam QT / C++ untuk Linux dan Windows, yang membolehkan anda untuk mengurus komentar baru dan membalasnya dari desktop anda. Selain itu, ia berupaya memudahkan kerja anda untuk mengedit, memadam spam ataupun komentar.

UBUNTU : HOW TO INSTALL APACHE, MYSQL AND PHP5 WITHOUT USING XAMPP PACKAGE

1. Install apache version 2 :

krim@krim-laptop:~$ sudo aptitude install apache2

output :

.....
.........
Setting up apache2 (2.2.12-1ubuntu2.1) ...

Reading package lists... Done             
Building dependency tree       
Reading state information... Done
Reading extended state information      
Initializing package states... Done
Writing extended state information... Done

Removing Annoying PALO Leave Page Confirmation

The leave page confirmation has been implemented in Palo ramp-up version. It is triggered by javascript event handler onbeforeunload. The JavaScript window.onbeforeunload() event is fired just before the web page is unloaded.


Google Visualization API Playground

Google now hosted full range data visualization API.

To take a look what Google Visualization API, pls visit http://code.google.com/apis/ajax/playground/#geo_map

Note: geo map chart, unlike regular Google Maps could visualize a heat map. 

GUIDE : Allowing Palo Ports 7777 and 85 in Centos / RHEL IPTables

This is a short guide on how to allow access to Palo on ports 7777 and 85 via the iptables firewall for Centos 5 or RedHat Enterprise Linux 5 via a terminal interface. This is only necessary if you cannot connect to the server ports when browsing. Port 7777 is necessary for accessing Palo OLAP, while port 85 is necessary for the Palo Web Administration. In the following instructions, a '#' means a terminal prompt.

SOLUTION: Jedox Palo chinook-bin failed

This error occured when you try to start palo. It appear a few second after start script executed.

Error:
chinook-bin: extlibs/boost/include/boost/thread/pthread/condition_variable.hpp:29: boost::condition_variable::~condition_variable(): Assertion `!pthread_cond_destroy(&cond)' failed.

How To Grab A Data or Anything From Website using Xpath

It seems that here is the place for ‘HOW TO’ to everyone to share informative knowledge. Well I have something to share as well. It is about ‘How To Grab A Data or Anything From Website using Xpath’.

If in case you have no other solutions (whereas your clients couldn’t provide you not even a single source of data that might be important to your project), but they only have a website that they could provide. Do not worry; I have the solution on that.

Step #1 : Installation

How to resize font *quickly* with jQuery

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:

::. HOW TO CREATE ETL PROJECT .::

**import file into MySQL** - in this blog is provided steps to create simple/basic etl project. >> for more information, please read and download attachment <<


1431H : Benchmark Trials

Application Benchmark Trials in Progress
Success = Trial - Error + Fix

Navigation

User login

Recent comments