Posts in "dev"

Git, ‘The Stupid Content Tracker’

Bagi kebanyakan orang, keberhasilan ‘mengubah dunia’ tidak terjadi dua kali. Berbeda dengan Linux Torvalds, tidak diragukan lagi setelah berhasil mengembangkan kernel  dari tahun 1991, keberhasilan keduanya adalah mengembangkan git dari tahun 2005. The name “git” was given by Linus Torvalds when he wrote the veryfirst version. He described the tool as “the stupid content tracker”and… Continue reading

Technology Stack (Server) ‘Kompas TTS’

Kurang lebih enam (6) bulan ini beberapa rekan dari berbagai unit (Desain, Teknologi, Inovasi, Produksi Iklan, Marketing Communication dan juga partner kami, Radyalabs) berusaha mengembangkan atau sebut saja mem-porting permainan Teka-Teki Silang Kompas (Kompas TTS) dari format kertas koran menjadi aplikasi mobile di smartphone. Berawal dari Smartphone dengan sistem operasi Windows Phone (Thanks to Nokia… Continue reading

Microsoft Analysis Service (OLAP) Front-End

Option for MSSQL Analysis Service (OLAP) Front-End 1.Microsoft SQL Reporting Service SQL Server Reporting Services (SSRS) is a server-based report generation software system from Microsoft. It can be used to prepare and deliver a variety of interactive and printed reports. It is administered via a web interface 2.Microsoft PerformancePoint Service PerformancePoint Services in Microsoft SharePoint… Continue reading

HeidiSQL Rock!

Arrghh!! need to manage an old version of MySQL database. Turnout the vary of MySQL version is a serious problem to lot of free MySQL Graphic User Interface (GUI). Most of it, cannot manage old version of MySQL database, only the new one *DOH!!*. Finally found… The only free GUI that work best and flawlessly… Continue reading

SSAS: MDX Average Script On SSAS 2008

The MDX script on Microsoft Analysis Service (SSAS) 2008 and 2005 are different from SQL 2000. Here’s an example how to calculate average using MDX script on Analysis Service 2008. SSAS 2008, How to calculate Net Value By Date (NetValue / Date) AVG( Descendants( [Time].[Calendar].CurrentMember, [Time].[Calendar].[Date] ), [Measures].[NetValue] ) Old one, SSAS 2000, How to… Continue reading