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.
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.
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 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.
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.
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.
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
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:
**import file into MySQL** - in this blog is provided steps to create simple/basic etl project. >> for more information, please read and download attachment <<
Application Benchmark Trials in Progress
Success = Trial - Error + Fix
Recent comments
5 days 18 hours ago
1 week 5 days ago
4 weeks 1 day ago
4 weeks 5 days ago
4 weeks 6 days ago
4 weeks 6 days ago
5 weeks 4 days ago
16 weeks 2 days ago
17 weeks 3 days ago
20 weeks 10 hours ago