software development

Editing an image

Posted on November 4, 2009. Filed under: blackberry, image manipulation, software development | Tags: , , , |

 
When you are working with a screen, it is pretty obvious how to overlay text, images and custom shapes.  All the heavy-lifting is accomplished in the onPaint functions and through the graphics object.  I recently ran into an issue where I need to give some rudimentary image editing capabilities.  In essence, I need to display [...]

Read Full Post | Make a Comment ( None so far )

EncodedImage – How to Resize

Posted on November 2, 2009. Filed under: blackberry, multiple devices, software development | Tags: , , , |

 
I have been working on an application that has a number of navigation buttons.  This buttons must always be displayed and I want them to take up about half the width of the screen.  This is a simple problem when you have a single width to deal with, but I recently needed to port the [...]

Read Full Post | Make a Comment ( None so far )

Installing Subversion (svn) onto Windows Server

Posted on October 22, 2009. Filed under: revision control, software development, source control | Tags: , , |

 
Ignorance is Bliss

This has got me angrified!  There are no simple steps on how to install an SVN server onto a windows server.  All the steps assume that you already have Apache installed.  I understand that you can run SVN as a stand-alone installation but I want to run it in conjunction with Apache and [...]

Read Full Post | Make a Comment ( None so far )

How to use resource files in your blackberry app

Posted on August 30, 2009. Filed under: blackberry, software development | Tags: , , , , |

 
In a previous post I gave the steps on how to add resource files to your application.  In today’s discourse I will describe how to update your application to use those resource files.
They really are quite simple to use, provided that you realize the couple tricks.
Follow these steps to reference the resource file in your [...]

Read Full Post | Make a Comment ( None so far )

How to add resource file to provide multi lingual support

Posted on August 28, 2009. Filed under: software development |

 
To reach the widest audience for your application you want to provide support for many different languages and cultures.  This process is known as internationalization.  The most common way of achieving this goal is through resource files for the different target languages (or cultures).
The first step to using resources is to add the resource files [...]

Read Full Post | Make a Comment ( 1 so far )

Blackberry simulator and Internet access

Posted on August 10, 2009. Filed under: MDS, blackberry, software development | Tags: , , , |

“communication is 9 parts listening and 1 part speaking”
I ran across another gotcha today when I was trying to get my application to make a web service call.  I could not communicate with the internet.  Either I’m getting better at this or I got lucky, but figuring out the solution only took about an hour [...]

Read Full Post | Make a Comment ( None so far )

Step by Step – update blackberry jde component for eclipse

Posted on July 27, 2009. Filed under: software development |

 
“Knowing is half the battle”
In a previous post I described how to install and configure the Blackberry development environment.  I was quite excited when I got it working and could work on the first hello world application.  However, it soon became evident that if I wanted to take advantage of any cool touch features or [...]

Read Full Post | Make a Comment ( None so far )

Setting up Blackberry Development Environment

Posted on July 24, 2009. Filed under: software development |

 
“The best defense is a good offense.”
I have decided to leave out the rant (well, perhaps some will slip in) and just stick to the facts.  As mentioned earlier, I have spent the better part of a week trying to get my development environment setup and running.  I have been frustrated by the inaccurate information, [...]

Read Full Post | Make a Comment ( 1 so far )

Blackberry Development

Posted on July 24, 2009. Filed under: software development |

 
Well, I have decided to venture into the world of mobile phones and mobile development.  You are probably asking why I chose to pursue blackberry smartphones over the ever-popular and uber-sexy device known as the iPhone.  So am I, perhaps I’ll talk a bit later about my rationale behind starting with Blackberry over the Apple [...]

Read Full Post | Make a Comment ( 1 so far )

Tools of the Trade – Write it Down

Posted on September 5, 2008. Filed under: software development |

Source Control
Bug Tracking Software
Dedicated Build Environment
Testing
Documentation
Modern Hardware
Write it Down
How do you know when you are finished?  How do the testers know that you are finished?  How does the customer know that you are finished?
Well, unless something is written down then there is no way that all three of you will agree that you are finished.  [...]

Read Full Post | Make a Comment ( None so far )

« Previous Entries

Liked it here?
Why not try sites on the blogroll...