Google Map Geocoding Tutorial with Example

Google Map Geocoding Tutorial with Example

Google Map API has been a great way to show geographical information on web. A lot of mashup tools like this, have been created around Google Maps to show a wide variety of data. In my previous article about Introduction to Google Maps API, I had described basic APIs to integrate Google Map in your

[ read more ]

Create your own Search Engine(Interface) using Google Custom Search API

Create your own Search Engine(Interface) using Google Custom Search API

Google Custom Search API are wonderful tools to create some awesome search engine like tools. Also if you want to add a search option to your website and customize the look and feel of your search results, Google Custom Search API serve best to you. Ring in Spring with Stunning Lingerie from Jour

[ read more ]

C# Chat: Part 2 – Building the Chat Server

Download the Chat Server Application project (Visual Studio 2005) This is the second part of a tutorial that teaches you how to create a C# chat application. In Part 1 – Building the Chat Clientwe’ve looked at how to create the chat application that connects to a chat server, and here we

[ read more ]

C# Chat: Part 1 – Building the Chat Client

Download the Chat Client Application project(Visual Studio 2005) Building a Chat Server and a Chat Client To no avail I’ve been searching the web for a good C# chat client/server application that is not thousands of lines of code long. The only simple ones I could find were flawed or very bugg

[ read more ]

Step by step instructions to download and install LoadRunner

In the past few months, HP has done a lot of changes to the download location for various software that they offer. Here are the new and updated step-by-step instructions to download and install HP LoadRunner. Go to LoadRunner Download location. Hit TRIALS AND DEMOS dropdown and click HP LOADRUNNER

[ read more ]

Calling Stored Procedures from ASP.NET and VB.NET

Let us see how can we create and call Stored procedures, in a .NET Environment, i.e Visual Studio.We use .NET 2.0 and Visual Studio 2005 for all the examples.fs Creating Stored Procedures Writing stored procedures has never been easy as Microsoft has almost integrated SQL Server with Visual Studio 2

[ read more ]