Sign in
Rahul Soni's blog
Never assume the obvious is true!
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
AJAX
Anika
Articles
asp.net
ASP.NET 1.x
ASP.NET 2.0
Blogging Tools
Case Study
Debugging
httpModules
IIS
Log Parser
Miscellany
MSIL
Network Monitor
Pages
Performance
Personal
Powershell
Samples
Social Bookmarking
Tips and Tricks
Troubleshooting
VB6 and VB.NET
Vista
Visual C#
Visual Studio.NET
Webtopics
Windows Live Writer
Browse by Tags
MSDN Blogs
>
Rahul Soni's blog
>
All Tags
>
miscellany
Tagged Content List
Blog Post:
Why do I like overflow:scroll so much?
imRahulSoni
There are times when you want to incorporate a picture, a large piece of code in a limited web space... ex. a blog post which has a lot of <DIV> tags. Now, to crop or resize the picture may not be the option always. I still see a lot posts where the images are either cropped or line breaks are...
on
11 Jun 2008
Blog Post:
We now have a team blog...
imRahulSoni
...and I am pretty excited about it! In our team, we deal with a lot of issues with IIS and ASP.NET and have a plenty of folks in our team who blog individually, and do it pretty well. We will continue to have our own blogs, but going forward you will see a lot of good information about troubleshooting...
on
21 Apr 2008
Blog Post:
Logparser Scenario 8:Checking the traffic/requests between a specific client and server
imRahulSoni
This blog entry is a continuation of the KB Article http://support.microsoft.com/?id=910447. Scenario 8: Checking the traffic/requests between a specific client and server Why would you do it in the first place? You may want to troubleshoot an authenticate issue for that specific client for the error...
on
15 Apr 2008
Blog Post:
The case of changing Time Zones in my Windows Mobile
imRahulSoni
I joined the Windows Mobile bandwagon pretty late and still getting used to it. No doubt, it is awesome, but it does come with its own set of frills. I realized it when my time zone (Start->Settings->System, Clock & Alarms) always went back to GMT+1 Prague, Budapest. I used to change it often...
on
14 Apr 2008
Blog Post:
Why am I unable to search for the folder which I know is present (in Vista)?
imRahulSoni
Or... what exactly is this "Compatibility Files" folder icon doing in my Windows Explorer?? Jerry's Blog explains this stuff beautifully! So, why am I blogging about this? Well... to cut the long story short, I have lost almost 3 hours yesterday searching for some files/folders to fix an issue with one...
on
13 Mar 2008
Blog Post:
A sample to help in other samples related DataSource
imRahulSoni
There are quite a few times, when I get an issue related with a specific DataControl and I want to bind it to a datasource. All geared up and with full enthusiasm, I start dealing with the issue... and DARN... I find that I did something awfully bad with my SQL Server during my last case!! So now, instead...
on
29 Feb 2008
Blog Post:
Trading Calculator for my friends :-)
imRahulSoni
I am quite new to share market and I see that a lot of my colleagues here use it for investment. With the markets going up and down like crazy, it gives tonnes of opportunities of making your portfolio a bit better over time. I created a small and handy calculator which helps you in making some decisions...
on
6 Feb 2008
Blog Post:
The F7 and F8 key while you are using command prompt.
imRahulSoni
I am sure many of you will be aware of this F7 and F8 keyboard shortcut while working with the plain old command prompt. For those who are not... try this out! F7 - Basically, this would just list the history of commands you have already typed in. You can then choose up and down arrow to select the command...
on
18 Jan 2008
Blog Post:
Logparser Scenario 7:Searching specific column names from a CSV file
imRahulSoni
This blog entry is a continuation of the KB Article http://support.microsoft.com/?id=910447. Scenario 7: Searching specific column data from a CSV file using Logparser Let's say you have a CSV (comma separated value) text file as follows... abc,abd,ac,rd,abe,f,g 1,2,3,4,5,6,7 3,2,3,4,5,2,5 3,4,5,7,3...
on
21 Nov 2007
Blog Post:
File copy issue while trying to copy the files to my USB drive
imRahulSoni
I like taking photos, and recently when I wanted to share some photographs with a couple of relatives via USB drive, I found a pretty interesting issue. I had about 200 pictures which I wanted to copy in my 1 GB USB drive. I selected all of them and when I tried pasting them in USB drive it started throwing...
on
17 Nov 2007
Blog Post:
DSI (Developer Support) Team in India GTSC is hiring
imRahulSoni
If you follow my blog, you might probably we aware to some extent already about what we do. For me, it is a very exciting job and the love for this job is what has kept me going over the past 3 years (and counting)! I joined as a Support Engineer in October 2004, and am now working as a Technical Lead...
on
5 Nov 2007
Blog Post:
Dim browser As SHDocVw.InternetExplorer does something different in Vista
imRahulSoni
First of all, I wouldn't pretend to know something which I don't. But this is kindda interesting... I got a comment on one of my previous posts from Boyd who was seeing a weird error on Vista. He had an application with the following code... Sub test() Dim br As SHDocVw.InternetExplorer br = New SHDocVw...
on
24 Oct 2007
Blog Post:
Error while opening emails with permission...
imRahulSoni
Today, while I was trying to read a mail sent with Permissions, I was unable to do it. It threw the following error message... Your Information Rights Management configuration is invalid and needs to be repaired. For more information, contact your system administrator. To isolate this problem, I tried...
on
16 Oct 2007
Blog Post:
How I survived a virus/trojan attack? (It was indeed a pain in the... you know what!)
imRahulSoni
I was working with IIS at my home, and while looking at the Task Manager, I found a suspicious looking EXE running under the SYSTEM account. It was suspicious because the name of the EXE was fffccccMLP.exe. It just scared the hell out of me, since I haven't taken a backup for quite a few weeks now (yeah...
on
12 Sep 2007
Blog Post:
Windows Live Writer Beta 3 Released!
imRahulSoni
All I can say is thanks :-) I installed it and loved it... Great job WLW Team. You guys rock :-) For more details... please visit this <Snip> Some highlights of this release: Insert videos using our new 'Insert Video' dialog Upload images to Picasaweb when publishing to your Blogger blog Publish...
on
6 Sep 2007
Blog Post:
Smileys Plug-in for Windows Live Writer
imRahulSoni
Recently, I came to know that a few changes in Windows Live Writer Beta version made my plugin to insert smileys crash the WLW! This post is just to update that the issue has been fixed ! Enjoy Rahul Share this post :
on
20 Aug 2007
Blog Post:
Read or Write Resources from/into a DLL in .NET 2.0
imRahulSoni
I created a Windows Live Writer plug-in for inserting Smileys a while ago. It depends on a TXT file which was initially present under Application Folder + "\Plugin" folder. Recently, due to design changes in the beta version of WLW, the plug-in started crashing due to the missing Text file! So the question...
on
20 Aug 2007
Blog Post:
Scott Guthrie - An Interesting Link
imRahulSoni
Some excerpts... SG stands for Scott Guthrie, who else :-) SG: I started with the IIS team back in '96-'97, working on our core Web server technologies, and was involved in shipping a version of IIS. After IIS 4 was released, we started looking at next-generation Web programming model pieces. At the...
on
12 Aug 2007
Blog Post:
Download your hotfixes...
imRahulSoni
At GTSC, we get a lot of requests for hot fixes. Up to this point Microsoft has always required customers to make a phone call into Microsoft Product Support to receive a hotfix . Today we have made available a web application that allows customers to fill out a simple web form and receive the hotfix...
on
3 Aug 2007
Blog Post:
How to use your Hotmail account in Microsoft Outlook 2007
imRahulSoni
Who doesn't like things for free? Recently, after upgrading to Office 2007, I found that I was no longer able to access my Hotmail account from my Microsoft Outlook 2007 client. I was getting error messages like the following... That was sad, and I was in no mood to buy a subscription for this. After...
on
31 Jul 2007
Blog Post:
A couple of articles on asp.net debugging
imRahulSoni
Post Production Debugging for ASPNET Applications Part 1 This article discusses how to become comfortable with some of the tools available for ASP.NET so that you can use them effectively when time is more precious than gold, especially when there is a problem with your ASP.NET Production Server and...
on
31 Jul 2007
Blog Post:
Sample page in ASP.NET to show you different collections like Forms, Querystring, Cookies etc
imRahulSoni
Sometimes, while troubleshooting I am interested to find out all the details about certain collections in ASP.NET, like Forms, QueryStrings, Headers, ServerVariables, Cookies, Sessions and Params... I created a very simple aspx page which would show you all the details... Create any text file with .aspx...
on
17 Jul 2007
Blog Post:
Some more helpful tips for Vista...
imRahulSoni
In one of my previous posts I mentioned about how you can Open command prompt and navigate directly to the path from explorer's right click menu... and I got a comment that it is missing from Vista. Thankfully, it is not missing... the sad part is that it is not as obvious. Anyway, this post is just...
on
6 Jul 2007
Blog Post:
Synchronize your folders and much more using Foldershare
imRahulSoni
Well, I didn't come across this software until today, and the first reaction I had after setting it all up was a BIG WOW !!! The Internet has certainly come of age, and I am feeling totally elated just thinking that something as cool as this available for FREE!!!!!! This late discovery also means that...
on
4 Jul 2007
Blog Post:
Right Click a file and send it to Notepad
imRahulSoni
This is another simple and old tip with explorer. Pretty often, I come across a file with unknown extension which I want to open in Notepad. You have an Open with... option when you right click on a menu, but unfortunately it is a little slower than what I would have liked it to be and take a couple...
on
24 Jun 2007
Page 1 of 2 (48 items)
1
2