Adam

This user hasn't shared any biographical information


Posts by Adam

Blackberry Curve Review

October 29, 2008 - 4:09 am

Tags:
Posted in miscellaneous | No comments

This is long overdue! I moved a few posts from my personal blog over here and was reading them as I went. In one I mentioned that I was getting a Curve and that I would review it shortly, oops. I’ve now had the Curve for just over 9 months so this won’t contain any [...]

Browser Logo Shootout

September 3, 2008 - 11:40 pm

Tags: ,
Posted in miscellaneous | 4 comments

In honour of the release of Google Chrome I thought I’d put together a quick tour and critique of the various icons for the top five web browsers currently out there—I’ll explain exactly why a little later. It is very important to create a visual brand for your product, we all know this and we [...]

Blackberry Surreal Theme

July 22, 2008 - 8:47 pm

Tags: ,
Posted in miscellaneous | 3 comments

Today I just found a new theme on the Blackberry free stuff site. It is called Surreal and it looks pretty damn good which is quite shocking considering the fuglyness of all the other free themes available. Take a look at the screenshots from my device.

Blackberry JDE API – User Interface Field Reference

December 2, 2007 - 6:25 pm

Tags: , ,
Posted in miscellaneous | 75 comments

When I first dug into programming with the RIM APIs installed with the Blackberry JDE I ran into quite a few roadblocks that took a while to circumvent. Most stemmed from my unfamiliarity with Java and the standard Java UI toolkits (Swing and AWT). After figuring out how to create and display each of the [...]

Getting started with the Blackberry Java Development Environment (JDE)

November 15, 2007 - 8:15 pm

Tags: , ,
Posted in miscellaneous | 61 comments

Recently I became frustrated with the state of free games for the Blackberry platform. BrickBreaker is really hard and choppy on the newer devices so I decided to do something about it. I also have a Blackberry Pearl just sitting at home since my recent upgrade to the Blackberry Curve. So frustration + extra device [...]

ASP.Net DropDownList annoyance

October 19, 2007 - 5:26 pm

Tags: ,
Posted in miscellaneous | 1 comment

I recently ran into a problem with using the ASP.Net DropDownList for toggling the status of an element. The problem stems from how the ASP.Net page object works. In this article I present the problem and then show a solution that seems to work with some caveats.

Getting a Blackberry Curve

October 19, 2007 - 12:22 pm

Tags: , ,
Posted in miscellaneous | No comments

I just found out yesterday that I am able to upgrade my Blackberry Pearl to the Curve through the Rogers hardware upgrade plan. Work is going to pay for the upgrade which is a nice perk. A co-worker recently got the Curve and we have all been trying it out and getting hooked. Most affected [...]

Mambo to the beat of the internet

August 10, 2007 - 12:59 pm

Tags: , ,
Posted in miscellaneous | 3 comments

A few years ago I looked into using a Content Management System (CMS) to develop a site for a friend. At the time there were a few choices including Mambo, Joomla, Drupal, and about a hundred more which you can test at Open Source CMS. Mambo was really the only player that had the needed [...]

ASP.Net has 9 to 5 appeal

July 23, 2007 - 2:13 pm

Tags:
Posted in miscellaneous | 1 comment

ASP.Net CheckBoxes should be able to have values

July 16, 2007 - 3:06 pm

Tags: , , ,
Posted in miscellaneous | 13 comments

The ASP.Net CheckBox and CheckBoxList control don’t allow for the use of the full W3C HTML standard. For some reason Microsoft decided to implement a reduced functionality version that creates more work for the programmer. Come on Microsoft why can’t you follow even the simplest of standards? In this case it would make coding the [...]