March 2006 - Posts

IE7 Beta 2 SUCKS

Ok, that does it. I just removed IE 7 beta 2 from my laptop. This is by far the worst version of internet explorer I ever used. It sucks by all means. The kind of bugs I faced are so annoying to the extent that they made me feel I wanna smash up my laptop.Some Read More

Predicting whats going to happen next

Please read this firsthttp://wessamzeidan.net/cs/blog/archive/2005/07/25/46.aspxAnd then check thishttp://mars.google.comAnd tell me what you think.... Read More

Biztalk for newbies

These are a couple of great articles for those who want to get started with BiztalkExplaining the BizTalk Architecture to your GrandmaA Basic Introduction to Messaging with Microsoft BizTalk Server 2004This link has links to a lot of Biztalk resources Read More

More authorization with the built-in VS 2005 Web Server

Scott Guthrie has talked about this issue here. I would like to add one thing though. Let's say that all the pages of your web application cannot be accessed unless the user logs in. Basically what you will do is add an authorization rule in the root Read More

Sharepoint RSS Readers

I was looking for Sharepoint RSS Reader webparts, and found a couple of good ones, thought of sharing it with you.The Leadit RSSReaderFeedReaderOf course you can always use the XML webpart and XSL file to achieve the same results that the above webparts Read More

RSS is every where

That's either too crazy, or too stupid, or it's crazy and stupid, but it's still hilarious....rsstroom reader Read More

IE7 Beta 2 and XSLT

As I said before, I rely on my chat logs a lot. For those of you who don't know how MSN Messenger saves the chat logs, it creates an xml file for each contact and saves the chat info in that xml file. It supplies an XSLT transformation file so that the Read More

Replacing NotePad2 with NotePad++

I've been using NotePad2 for a while now. It's a great replacement for NotePad, the best feature being syntax coloring. I've made it the default View Source editor for Internet Explorer, and changing the default scheme to Web Source Code, it has been Read More

Converting DataRow Array to DataTable

Here's a little function I wrote the other day that I think might be helpful for some of you.I was filtering a datatable using the DataTable.Select method. The Select method returns the filtered rows as an array of DataRow objects, but I wanted the result Read More