gchandra

Stories kicked by gchandra

LoginControl and CSSAdapters(www.gchandra.com)

submitted by gchandragchandra(330) 2 years ago

If you see network-related or instance-specific error when using LoginControl, here is the simple step to follow. read more...

add a comment |category: |Views: 4

tags: another

Where is the Connection String ?(gchandra.com)

submitted by gchandragchandra(330) 2 years, 11 months ago

Is this a bug in SQL Server 2005 Sp3 or a feature ? Where is the Connection String ? How are we supposed to import data from ODBC data sources ? read more...

add a comment |category: |Views: 5

tags: another

Unable to instantiate XML DOM document : SSIS 2005(gchandra.com)

submitted by gchandragchandra(330) 3 years ago

Unable to instantiate XML DOM document, please verify that MSXML binaries are properly installed and registered. Other variations are Failed to save package file “.dtsx” with error 0×8002801D “Library not registered.” read more...

add a comment |category: |Views: 53

tags: another

CSS Cleaner for asp.net apps(gchandra.com)

submitted by gchandragchandra(330) 3 years, 7 months ago

I found this Freebie (not great interface though) which helped me to cleanup my stylesheet. read more...

add a comment |category: |Views: 40

tags: another

IE8 Beta 2 and Asp.net rendering issues(gchandra.com)

submitted by gchandragchandra(330) 3 years, 7 months ago

If your code works on IE 6,7 and Firefox even on chrome it may not work on IE8. The reason being Microsoft suddenly woke up and started to be strict with design and style standards. read more...

add a comment |category: |Views: 3

tags: another

Asp.net Web application Deployment : Simpler Approach(gchandra.com)

submitted by gchandragchandra(330) 3 years, 7 months ago

If you are copying files manually from Development to Testing and from Testing to Production Server(s) its a nightmare. I tried the setup project and it was time consuming to configure and make sure you have added all the related references for testing and production. Finally went to good old DOS command.. read more...

add a comment |category: |Views: 12

tags: another

hide email and other sensitive information from spam harvesters(nirandas.com)

submitted by redcapredcap(420) 3 years, 7 months ago

Often we have to display email addresses and other contact information on our pages. For example providing a mailto link etc. However, along with the intended users, some other persons/bots are also interested in getting those email IDs for sending spams. For this, spammers use special bots for harvesting email/contact info from the web. In this post, I will show a method using javascript and any server side language by which we can easily protect such important information. read more...

add a comment |category: |Views: 13

tags: another

Free Wireframe | Template | Prototype Tools(gchandra.com)

submitted by gchandragchandra(330) 3 years, 7 months ago

Before every new Software development, people discuss a lot about prototypes / wireframes. Many times the enthusiasm dies after few days either because of lack of dedication or because of lack right tools to do the job. This post is about, using the right tools for the job read more...

add a comment |category: |Views: 174

tags: another

Removing unused CSS Classes from your web application(dotnetsurfers.com)

submitted by latishlatish(470) 3 years, 7 months ago

2 ways to clean up your Css by removing unused classes. read more...

1 comment |category: |Views: 1155

tags: another

SQL Server Format Number - Function(gchandra.com)

submitted by gchandragchandra(330) 3 years, 7 months ago

This is simple function which can format a given number as Comma delimited number. read more...

add a comment |category: |Views: 231

tags: another

skmMenu 2.3 IE 8 (beta 2), Google Chrome, FF 3.0.1(gchandra.com)

submitted by gchandragchandra(330) 3 years, 8 months ago

skmMenu still rocks Here is the sample code which works on all the major browsers IE 8 (Beta 2), Google Chrome, Fire Fox 3.0.1 and IE 7 read more...

add a comment |category: |Views: 203

tags: another

Could not open connection to the host, on port 25: connect failed(gchandra.com)

submitted by gchandragchandra(330) 3 years, 11 months ago

This is common problem when deploying applications on big network. I have listed few possible reasons for this. read more...

add a comment |category: |Views: 451

tags: another

Sandcastle Removed From CodePlex(squaredroot.com)

submitted by TroyMGTroyMG(2670) 3 years, 11 months ago

Sandcastle - the .Net community equivalent of RDoc/JavaDoc and the spiritual successor of the now defunct NDoc – has been removed from CodePlex. It’s fate is currently up in the air and Microsoft is asking you for input on what should happen next. read more...

2 comments |category: |Views: 439

tags: another

Creating tests with NUnit(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 11 months ago

Short into screencast on how to use NUnit to create unit tests read more...

add a comment |category: |Views: 86

tags: another

Developers Rate Satisfaction with Their IDEs(cio.com)

submitted by asteroidasteroid(445) 3 years, 11 months ago

Programmers spend a huge amount of time in the integrated development environment, where they write, debug and optimize their applications. A new Evans Data report identifies the IDEs that make developers say, "Boy, do I love this tool!" The top-ranked IDE is IBM's Rational Application Developer. Visual Studio is towards the top, though. read more...

add a comment |category: |Views: 17

tags: another

Unit testing events with NUnit(dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 11 months ago

A short (~10 minutes) screen cast on how to unit test events with NUnit read more...

add a comment |category: |Views: 225

tags: another