Archive for the ‘General’ Category

RegCode now available at Google Code

Posted on February 8th, 2008 by Paul Lefebvre

Not that anyone has ever submitted changes to RegCode, our open-source registration code generator, but I have greated a Google Code page for it:
regcode.googlecode.com
By using Google Code, RegCode is now in a nice Subversion repository, which anyone case download (if you’re interested in contributing, let me know and I’ll add you to the project so […]

REALbasic Application Showcase

Posted on October 19th, 2007 by Paul Lefebvre

It was brought up on the REAL Software Forums, that the redesign of the REAL Software web site eliminated the Application Showcase.  The showcase was a place for people to show off their REALbasic applications.  You could upload a small picture of your application with a brief writeup about it.
This seems like it might be […]

REAL Software Newsletter

Posted on October 16th, 2007 by Paul Lefebvre

REAL Software sent out their first monthly newsletter today.  If you haven’t received it, you should soon (or you might want to check your spam folder).  There’s a blurb in it about my role as Community Evangelist, which I’ll reproduce here:
Community Corner
Written by Paul Lefebvre, Community Evangelist
Hello, fellow REALbasic developers. My name is Paul Lefebvre […]

RBDevZone update

Posted on October 15th, 2007 by Paul Lefebvre

The site is being moved to a new server. The prior content should now all be available again.  Please let me know if you notice any anomalies.

About the new RBDevZone look

Posted on October 12th, 2007 by Paul Lefebvre

So, it’s been a couple days since RBDevZone has debuted with its new look. I’d love to get your thoughts and also give you a little bit of background as to why it changed.
The main reason for the change is that the old site, which was very functional, just wasn’t much fun to use. […]

From MacTech: Get $200 Off REALbasic Professional for Mac

Posted on October 11th, 2007 by Paul Lefebvre

Yesterday I got an e-mail from MacTech Magazine announcing a promotion to get REALbasic Professional for Mac OS X for $300. That’s $200 off the regular price of $500. The offer expires October 19, 2007.
To take advantage of this offer, go here. (The store also seems to let you apply the discount to […]

REALbasic Group on LinkedIn

Posted on October 10th, 2007 by Paul Lefebvre

I’m a big fan of LinkedIn. I find it’s a great way to maintain your professional network. You can see my LinkedIn profile here:

I’m also a big fan of REALbasic. So, I’ve decided to “link” up the two and created a REALbasic group on LinkedIn. A group allows you to stay connected to other REALbasic […]

Migrating From Visual Basic to REALbasic 101

Posted on October 10th, 2007 by Paul Lefebvre

You’ve all heard the news: Visual Basic is dead. Support for Microsoft Visual Basic 6 has pretty much ended and you will soon be completely on your own. Microsoft wants you to move to their powerful, but extremely complex .NET platform.
I can hear you all screaming “No!!!, say it isn’t so”. But it is so. […]

REALbasic 3rd Party Vendor Product Guide

Posted on June 26th, 2007 by Paul Lefebvre

Recognizing Third-Party Vendors
Welcome to the 1st annual RBDevZone REALbasic Third-Party Vendor Product Guide! This Guide is a comprehensive list of products and resources for the REALbasic developer, grouped into a variety of categories. Our guide tries to focus on products and services that are ideally suited for REALbasic development. This means that […]

Singleton Design Pattern

Posted on March 7th, 2007 by Paul Lefebvre

The Singleton design pattern is probably the simplest of all the common design patterns. Its purpose is also simple: to ensure that only once instance of a class is ever instantiated.
You might be thinking that you could just use a module for this purpose. A module is close to a singleton, but since it is […]