# Wednesday, January 14, 2004

This is something I have seen, while returning from Lake Tahoe this weekend. A sign said: "Such and such, Attorney at Law. Crime Pays." 'nuff said.

Another ad grabbed my attention as I was passing Bay Bridge. It was a Nextel billboard featuring their newest Java phone i730 and saying "If you want a fashion accessory - buy a poodle". I'd say this is somewhat arrogant coming from a company known to offer ugliest phones on the market.

Wednesday, January 14, 2004 10:44:13 AM (Pacific Standard Time, UTC-08:00)  #    Comments [23]  | 
# Friday, January 09, 2004
Someone has pointed me to a (product/project/utility/kit) called Utlimate Boot CD. Highly recommend it. It's an extremely handy collection of tools packed together into a bootable CD image. My favorites are NT password editor and partition resizer. To burn the image I've used ISO Recorder - what did you expect?
Friday, January 09, 2004 12:29:28 PM (Pacific Standard Time, UTC-08:00)  #    Comments [14]  | 
# Tuesday, January 06, 2004
Register solemnly proclaims Windows XP MCE to be a dead product. I would not throw away my MCE machine just yet. I guess, I'll wait and see what Mr. Gates will say tomorrow in his Comdex keynote
Tuesday, January 06, 2004 10:55:14 PM (Pacific Standard Time, UTC-08:00)  #    Comments [14]  | 
In a pile of junk I found today a video tape labeled "Apple's Operating System Strategy. March 1997". Interesting... It's a pity I do not own a VCR anymore...
Tuesday, January 06, 2004 3:23:17 PM (Pacific Standard Time, UTC-08:00)  #    Comments [0]  | 
# Monday, January 05, 2004
It was frequently pointed out that ugly cars have their special kind of charm. One can learn to love Porsche 964. Nissan 280 ZX has quite a following. I own a 1997 Jeep Wrangler SE (no picture is available), which many consider not quite an appealing design. To that I say, that rugged faces are not necessarily beautiful. Suddenly Daimler-Chrysler introduces a Jeep Treo concept - um, interesting...
Monday, January 05, 2004 12:15:35 PM (Pacific Standard Time, UTC-08:00)  #    Comments [0]  | 
Suddenly I realized that the newsgroup postings are not enough. They get trampled all over too easily. I need my personal forum. Wait!.. I have one... What was that password again? Well, it''s been 7 months. How am I supposed to remember it? Fortunately Neil is always there for me and he's got admin rights on this blog server.
Monday, January 05, 2004 11:56:57 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0]  | 
# Wednesday, June 04, 2003
Samsung just impressed the hell out of me. They have two new absolutely gorgeous devices. One is a PocketPC Phone Edition - i700, soon available through Sprint. It's beautiful, shiny and has a camera capable of 640x480. The other one really left me drooling. It is their new SmartPhone - i600. I think it is the first (or one of the first) flip-smart-phones. Me, I'm usually happier with a smaller form factor. This one has a size of StarTAC. And everything you would expect from latest generation smartphone inside. Now to wait 'till it becomes available.
Wednesday, June 04, 2003 8:43:39 AM (Pacific Daylight Time, UTC-07:00)  #    Comments [0]  | 

First day of Ask The Experts I was helping out in the Microsoft's Windows 2003 Server booth. Amazingly (not!) most of the questions were turning around the suggested upgrade path. "Can I upgrade my NT4 only domain?" "Can I keep 2K member servers in native 2003 forest?" "Can I...". Amazingly most of the answers are available one level down from http://www.microsoft.com/windowsserver2003/default.mspx

Oh, well. By now I'm used to the fact that most people do not read the available documentation and besides it is always easier to ask...

Wednesday, June 04, 2003 8:38:07 AM (Pacific Daylight Time, UTC-07:00)  #    Comments [0]  | 
# Friday, May 30, 2003
Tomorrow morning I'm flying to Dallas for a week of TechEd 2003. See y'all in a week. This promises to be fun.
Friday, May 30, 2003 11:44:03 AM (Pacific Daylight Time, UTC-07:00)  #    Comments [1]  | 
# Friday, May 23, 2003

OpenNETCF.Callbacks library is a rather powerful tool that can be used to significantly enhance the functionality of CF application. Its primary use is to allow using APIs that require the developer to provide a callback function, such as EnumWindows etc. An unexpected bonus is an ability to subclass an arbitrary window, including those behind CF intrinsic controls (Form, Textbox, Label etc). For example the only way to process Help menu item in Window CE is for the application window to handle WM_HELP message. The Form object does not provide such facility, but by subclassing the main form it is possible to intercept this message and process it, presenting user with the help page.

Download the sample here: http://www.alexfeinman.com/download.asp?doc=TabTest.zip

Friday, May 23, 2003 4:36:36 PM (Pacific Daylight Time, UTC-07:00)  #    Comments [11]  |