Home » Archive

Articles in the Technology Category

Technology »

[20 Feb 2010 | No Comment | ]

I just bought a Blackberry Storm 2, and first program I was looking for sure a wordpress editor. Blackberry for Wordpress from Automation Inc then shortlisted on first place.

So, if you able to read this post properly, it mean that I have install it properly and I have try to post with this program successfully.

Headline, Lifestyle, Technology »

[22 Jan 2010 | One Comment | ]

atm-skim Recently, Indonesian people has been worried by news that some wicked people that make use of technology to stole or copy actually our ATM card as well as our PIN and use this copy to “legally” steal our money. This is possible thru a concept know as ATM skimming.

ATM Skimming is a method use by criminal by placing additional tools in front of card door of an ATM. This tool has function to record magnetic information of inserted card, which then can be used to create a copy of our ATM card.

Read full story

Technology »

[30 Dec 2009 | One Comment | ]

I just check this link http://content.techrepublic.com.com/2346-1035_11-375538-11.html.

This article show us list of worst cellphone of 2009 according to Techrepublic surveys. Thanks Good my Samsung 780i isn’t listed there :) How about yours ? :)

Technology »

[24 Nov 2009 | One Comment | ]

In my office, we often use Microsoft SQL Server Reporting Service to produce any forms or report to within our system to support our office business. The same thing when we need to export some data into Excel or PDF, my team normally would setup a report base on  specific query and deploy it into a SQL Reporting Service Report, publish this report to user and so on. Problem is, for some reason, our user want the output directly goes to MS Excel, because they loveeeee soooo much with this spreadsheet.  So, it is my team task to generate report and instead make this show on report viewer it should goes directly to MS Excel.

After some page of SQL Server Manual, I finally found that there is a simple query string parm that we could pass into SQL Server Reporting Service URI and it will define how report would be produce. The query string parm is rs:format=Excel|PDF|HTML

So if we want to generate a report, and normally we will assign user to this kind of URI http://servername/reportserver?reportname&rs:Command=Render, we just need to add magical rs:Format parameter to that URI so it should looks like http://servername/reportserver?reportname&rs:Command=Render&rs:Format=Excel, and all are set to have a report launch directly to MS Excel.

Is not that difficult isn’t ?

Technology »

[5 Nov 2009 | 5 Comments | ]

image Wow … it has been so long since my last post :) well, I have been very busy since few weeks back, me and wife are currently in progress of developing a new product to be sold in Internet, so wish me luck :) Okay for this post I would like to share my experience on supporting my very long distance client with a very free to used software, TeamViever.

So what is this TeamViewer all about, here is what this product official said about their product:

TeamViewer establishes connections to any PC or server all around the world within just a few seconds. You can remote control your partner’s PC as if you were sitting right in front of it

Read full story