10/08/2010
› Android, Experimental › Tags: Android, Application, Games
No Comments —
Posted by Aryo Pinandito
Alpha release of TicTacToe for Android was released. This is my first published application for Google Android.
Tic-tac-toe, also spelled tick tack toe, or noughts and crosses as it is known in the UK, Australia, New Zealand, is a pencil-and-paper game for two players, O and X, who take turns marking the spaces in a 3×3 grid, usually X going first. The player who succeeds in placing three respective marks in a horizontal, vertical, or diagonal row wins the game. (wikipedia)
Download the game and it’s source code here.
15/06/2010
› Experimental, Tutorial › Tags: Database, MySQL, Tutorial
No Comments —
Posted by Aryo Pinandito
Ever wanted to do some update on multiple row with different value or on different condition in a single SQL query? With MySQL sure you can do it.

14/04/2010
› Experimental, Tutorial › Tags: Internet, Javascript, Scripting, Tutorial
4 Comments —
Posted by Aryo Pinandito
Sometimes we want to hide some content at first page load to reduce bandwidth transferred to the user. Usually when we just want to show the thumbnails of the image and then the original (big) sized image hidden next to it.

14/02/2010
› Experimental, Tutorial › Tags: Registry, Tutorial, Windows
No Comments —
Posted by Aryo Pinandito

Windows Logo
Do you recently installing/uninstalling a new program and noticed that the program add some link/shortcut on Explorer context menu that you don’t like? If the program doesn’t have a preferences option to remove the context menu, you can remove it manually using Windows registry editor (regedit.exe).

29/10/2009
› Uncategorized › Tags: Internet, Tutorial, Windows
1 Comment —
Posted by Aryo Pinandito
If you are using Mozilla Firefox browser on the latest of Microsoft Windows OS, Windows 7, you may encounter File Access Error while downloading files using DownThemAll plugin. I am using Mozilla Firefox v3.5.4 with DownThemAll v1.1.7.

27/10/2009
› Uncategorized › Tags: Scripting, Tutorial, Windows
No Comments —
Posted by Aryo Pinandito
I just installed a fresh copy of Windows 7, and almost all of my previously installed program on Windows Vista is working perfectly. One of them is Notepad++.
But there’s one thing missed: there is no Open with Notepad++ option on Windows Explorer context menu when I try to right-clicking on text files. I guess this is a bug from Notepad++. I am using Notepad++ v5.5.1 Unicode.

29/06/2009
› Experimental, Tutorial › Tags: Perl, Regular Expression, Scripting, Tutorial
No Comments —
Posted by Aryo Pinandito
In this article I will show the difference between the default greedy (.+ and .*) and non-greedy matching using Perl-compatible regular expression.
