Pagination, PHP code share ;) – Part 2

You need to read the first part of this tutorial first, read here. For this tutorial I’m using FTPZilla as my FTP client to connect to my hosting service and Notepad++ as the default editor. Here is the usage of the class, <?php /* —————————————————– * File name : lhistory.php * Version : 2 * […]

Pagination, PHP code share ;) – Part 1

Believing that sharing knowledge is the best interest for greater good and to preserve our legacies. I’ve decided to release one-by-one some of codes that I’ve used on my past projects to public including how to use it 😉 Below are codes that I used to create pagination based on PHP language. For manual please […]

Developing Blackberry App Using Eclipse – Windows

After having a brief moment with Android now we move to a new topic, Blackberry aka BB. Indonesia, a country with population more than 237mio has gain tremendous world wide recognition in cyber space. With BB users around 2mio, this country has become (almost) the largest market share in social network communities 😉 Local Start-Ups […]

Twitter – Under the hood

It’s been a while since my last writings. Hhhhmm … lets write about social network, Twitter (Images will be updated soon :P) Lately, I’ve been addicted using Twitter bec. of its simplicity. Let’s see the time frame from popular social network I’ve been following recently; 2004 : Time of Friendster, anybody in Indonesia get crazed and hunting for […]

Developing Android apps in Windows (II)

Let’s continue our tutorial by creating Android Virtual Device (AVD) Assumptions: You already followed our first tutorial in http://www.halilintar.org/2010/12/android-in-windows-2/ Open your Eclipse IDE Go to Window > Android SDK and AVD Manager, update it first by choosing ‘Available packages’ Click ‘Install Selected’, it will open a new window. Choose Accept All > Install Just wait […]

Developing Android apps in Windows (I)

I want to share to u all how to develop application for Android in Windows. In this section, we will discuss about installing & preparing your IDE (Eclipse). Assumptions: You are using Windows 7 64-bit Requirements: Eclipse Classic 3.6.1 (Helios) for Windows 64-bit. Download from here ADT Plugin for Eclipse (ADT 8.0.0). Download from here […]