TECH NOTES

May 30, 2008

Build Your Own: Adrian Kingsley-Hughes Offers Up His Best Component Picks For Do-It-Yourselfers

Filed under: IT Build Your Own — Black Falcon @ 12:10 am

May 5, 2008

Iomega Sale…

Filed under: IT Build Your Own, Uncategorized — Black Falcon @ 10:17 pm

Iomega has some fairly solid products. I have been using them for years and with only one exception I have found all of them to be reliable and durable.

Their new pocket-portable drives make most other quick backup alternatives a thing of the past. And now their heavy backup drives are becoming ever more affordable for large, database storage requirements for both the consumer and professional technician alike.

Today, a new promotion of their drives hit the wires and they are definitely worth taking a look at if you need such equipment. A 500GB drive goes for around $123.00 USD.

Iomega hard drives here…

September 12, 2007

CodeProject Pick: “Starting with Acropolis” (WPF)

Filed under: IT Build Your Own, IT CodeProject Picks, IT Tools & Code — Black Falcon @ 2:16 am


Starting with Acropolis
Click title for source at CodeProject.com…

This article explores the benefits of Acropolis, focusing on its ability to switch between page design and code, allowing faster development

Introduction
In Acropolis, a development process (such as creating a window from and writing code against it’s buttons’ event) can be divided into two parts. With Acropolis, there are two important concepts: Part and View. View means only the design of the form, whereas Part means code against the view. So, your form design is totally separated from code and the two types of development can be continued simultaneously. That is, while a developer is writing code, a designer may design the form. Later, Part and View can be bound together. So, the development will be faster and the component will be loosely coupled and changes can be made easily.

To connect these two items (i.e. Part and View), connection points are used. For example, to execute a code in Part against a button click in View, you use connection points. To bind methods, you’ll use ComponentCommand and to bind properties, you’ll use ComponentProperty. The overview of the discussion can be found in Figure 1. However, as you explore through this example, you’ll know about this.
(more…)

September 10, 2007

Build Your Own: “The quad-core project – Building the PC walkthrough”

Filed under: IT Build Your Own — Black Falcon @ 11:45 pm


The quad-core project – Building the PC walkthrough
Click title for source at ZDNet.com…

September 9th, 2007
by Adrian Kingsley-Hughes

Last weekend we built two new quad-core PCs over at the PC Doc HQ. I promised that you’d be first to see the results of our hard work (buildig these PCs is easy, the hard part is the photography … hot lights, having to keep your arms out of the shot, reducing reflections … ) – well, here you go.

The Parts
Check out the quad-core project gallery here

I’ve posted the parts list for this project earlier, but lets take a closer look at the components.

000_kit_sm.jpg
(more…)

Blog at WordPress.com.