10 Jun
Posted by jj as Dotnet
Beginning with version 2.5 (currently in Preview Edition) building Silverlight 2 applications, and especially assembling the User Interface components such as items from the toolbox, and layout controls, is easier than ever. A Note on This Tutorial. The history of the material for this tutorial is that Scott Guthrie wrote a terrific introduction to this material at the end of February, which he gave me permission to turn into a series of videos, currently (or soon to be) available on Silverlight.NET. This tutorial completes the circle by building on the videos and integrating the material into the Silverlight Tutorial series. The project we’re setting out to build is very similar to the Silverlight chat service built by ScottGu, and is shown in Figure 5-1
Read the rest of this entry »
09 May
Posted by jj as Automotive, GPS, Volvo
When you are instructed to “touch” something, use your finger to touch an item on the screen. The small arrows (>) used in the text indicate that you should touch a series of items. For example, if you see “touch Where to? > Favorites” you should touch Where to?, and then touch
Read the rest of this entry »
Since you’re going to be stuck using Visual Studio .NET anyway, at least for this edition of the .NET Compact Framework, you might as well get familiar with some of the features it provides. A lot of the things in Visual Studio .NET are targeted at database development, Web development, and other projects very different from .NET Compact Framework programming, but there are at least two features beyond the basic code entry and compilation which are well worth learning: IntelliSense, which helps you type correct code, and the debugging features, which can help you sort out what’s going on when your program logic doesn’t behave as expected.
Read the rest of this entry »
What is GnuCash? GnuCash is a personal and small business finance application. Its designed to be easy to use, yet powerful and flexible. GnuCash allows you to track your income and expenses, reconcile bank accounts, monitor stock portfolios and manage your small business finances. It is based on professional accounting principles to ensure balanced books and accurate reports. Getting Started Running GnuCash for the first time The very first time you run GnuCash you will be presented with the Welcome to GnuCash! menu with three choices. The following table describes the contents of the menu.
Read the rest of this entry »
14 Feb
Posted by jj as Programming, Web
Emacs (pronounced ee-max) started off in 1976 as a series of editor macros (hence its name) written by Richard Matthew Stallman for the TECO text editor on the DEC PDP-10 minicomputer. Since becoming its own program separate from TECO, it has become extremely popular and widely used for two main reasons: first, free versions of Emacs are available for nearly every computer in existence; second, it’s completely customizable. Many text editors and word processors claim to be completely customizable. Some let you reassign each key’s purpose, and they let you assign a series of operations to be performed by one or two keystrokes or menu choices.
Read the rest of this entry »