Freelancer's Playground! New knowledges every now and then

21Sep/081

Gambas GridView Pagination Tutorial

So, you have a bunch of data to display and it take quite a while to show it?. There is a concept called pagination to show several data at a time. In this post, I'll show you how to create a paginated GridView in gambas. This could be useful on product page or any page that will list a bunch of record.

Right now I'm not ready to prepare the step-by-step tutorial. So, I'll just give the gambas source file for you to read and learn from it. You can point any question or though to me using comment form below.


13Sep/082

Gambas Language File for GeSHi

In the next few week, I'll start posting my gambas tutorial. For that, I need a syntax highlighting feature for gambas language. This blog uses geshi for highlighting snippet. But, geshi doesn't have gambas language file built in. Googling didn't help me find any. Well, maybe gambas isn't that popular. Therefor, I though to my self, I have to create it. Now that it's ready, I think I have to share it. Maybe someone need it too for his site.

Click here to download it and rename it to gambas.php. Put this file along side with other geshi's language files.

Tagged as: , , 2 Comments
7Aug/0818

GPlurk – Simple Plurk Client

Since day one I use plurk, I always though it would be great if I don't have to open firefox only to plurk. Because it would consume more memory. I remembered that gambas has webbrowser component in it. So, I give it a try. Today, I'm ready to release it.

This project is hosted on google code hosting. To use it, you'll have to install gambas IDE first and you'll need linux. For ubuntu user, add this repository:

deb http://azores.linex.org/gambas-other/ hardy main

Here's a couple screen shot I've created:


You can download it here. Any comment and suggestion are welcome.

Tagged as: , , 18 Comments
3Jan/082

Gambas 2.0 Launched

After 3 years development, yesterday (Jan 02, 2008) gambas 2.0 stable is released!!!. congratulation to all developers and everyone who help this release happen. For detailed article please see it here and here for ChangeLog. Now, lets focus on 64-bits support.