Archive for September, 2006

Sep 04 2006

New Canon Digital Rebel Xti

Published by ksanders under Photography, Main Page

It has been a while since I have posted here and this particular item is not Mac related, but since I do run a Mac, own a Canon Digital Rebel and love both, I figured I could post it. :) Canon has introduced a new consumer level camera that breaks the 10 megapixel barrier for under $1000. The new Canon Digital Rebel XTi is a 10.1 megapixel camera that has a new 2.5″ LCD on the back, active dust control, and Picture Styles.
You can read more about the camera in the article Canon's Latest Rebel-Rouser by Allan Weitz.

Technorati Tags:
, , ,

No responses yet

Sep 02 2006

SQL Server

Published by Kerry under Uncategorized

I have used SQL Server a lot in the past and I have written simple SELECT, INSERT, and DELETE statements, but I have been diving into it a lot more lately. I have messed around lately with triggers and stored procedures.

I am currently working on complex stored procedures making use of data output from another stored procedure. Getting the SELECT statements just right when joining tables is what is currently throwing me for a loop.

No responses yet