Author: farhan

Incremental Search in Visual Studio .Net 2003

A few days ago while looking around for the shorcuts to the immediate window I found out that Visual Studio .Net 2003 supports incremental searches! CTRL+I and CTLR+SHIFT+I triggers the incremental search. So far I have found it to be very useful when jumping around the code (I am used to the ‘/’ searching in VIM and Firefox) and thought I would bring it up.

For those of you who do not what incremental search is… incremental search searches for words as you type… so pressing CTRL+I and then ‘w’ will find the first occurrence of ‘a’ after the cursor, then ‘h’ will find the first occurrence of ‘wh’, then ‘i’ will find ‘whi’, and so on. The good thing about this mode is that you don’t use the find dialog box, so its becomes very handy.

Now go and start searching! 🙂

Today and GLUGnet

Well, I spent quite a lot of time today trying to merge two DataSet that were created from reading two exact XML files. Supposedly ReadXML() function should also build the relationship and setup the primary/foreign keys but from experience that wasn’t the case. This time luck was on my side since the parent row in my case had only one property and additionally I was doing an XSL transformation to create the XML that was read in. So I just modified the XSL to include the one property in the child rows and there I was, ready to move on!

Later in the day I attended the GLUGnet meeting and saw a presentation about Microsoft Reporting Services presented by by Alex Lowe of Micrsoft. And guess what? I won a copy of the ".Net – A Complete Development Cycle" book. They were also giving away a copy of Microsoft Windows Server 2003 Enterprise Edition! I wanted that so bad because that would have provided me with the budget for a tablet PC! 🙂 But anything is better than nothing, eh?!

I have wanted a Tablet PC pretty bad for quite some time but haven’t been able to justify the ~$2,400 price tag! A little more time and I might be able to justify the cost, or hey maybe I will get to review one!!! 🙂

 

Logitech diNovo Media Desktop Review

I don’t think many people know this but I have been writing reviews for Bona fide reviews. I just finished my review of the Logitech diNovo Media Desktop set, it’s an awesome and very sexy piece (or pieces) of equipment. Check it out here.

Now, I am thinking about the next thing that I should review… maybe the new Dell X50v! 🙂

Slow Day

Today has mostly been a very slow day. I worked on grabbing some tasks from Exchange for a little while then had to migrate my desktop app code to an Asp.net web app. The desktop app was mostly a hack anyways so this was good because now I refactored the code. The new classes should really speed up the rest of the reports. I will try to write an article about my experience as soon as this project is finished.

My next challenge: Booting linux remotely

Lately I have had a need for an extra computer, and by chance I have got a Pentium Celeron 500 MHz computer sitting around. The problem is that hard drive on this computer has gone bad, but it does have a cd-rom and a sloppy drive, both of which are working fine. Even though hard drives are pretty cheap now a days but I have decided to take this on as a challenge and set it up as a remotely booting Linux machine.

In order to build a machine that doesn’t require even a single input source (i.e. floppy / cd-rom) you have to have a card that supports Preboot eXecution Environment (or PXE). Unfortunately the card that I have installed in that computer does not support PXE so that option is gone. From my research so far there is at least one package out there that can emulate a PXE somehow. Thats all I know about it for now… I am able to successfully set this up then I will try to put a tutorial to do it, that is, unless I find one thats already pretty good. 🙂

Checking Out Drupal

Well, somehow I stumbled upon the Drupal Content Management System today and decided to try it out. Drupal’s default interface looked pretty nice and it comes with most of the things that I needed. Also, you can put PHP code with-in the blog entries! pretty nifty. So far so good and hopefully it will stay the same.

eConnect / Great Plains: Introduction to Everything

This is where I start. Ideally I would like to give an overview of Great Plains before diving into the details but again, I don’t have too much time and most of the information in available on Microsoft’s Great Plain website (or so you would think :)). Anyways, here just a brief overview of Great Plains…

Great Plains

Great Plains (GP) was an accounting software offered by a company called Great Plains Software, Inc. I say ‘was’ because it was bought out by Microsoft in April 2001 and is now part of Microsoft. I haven’t had to deal with any of the previous versions of GP but my latest interaction with GP 7.5 hasn’t been the best one. I admit that this is a humungous application and probably requires a lot of upfront training but I still took on the challenge!

eConnect

eConnect is the API provided by Microsoft for GP. This provides several different ways that can be used to connect to GP (including MSMQ, Biztalk, SOAP).

Test node

This is a test node