Over the past two weeks I've showed how to build a store locator application using ASP.NET and the free <a href="http://code.google.com/apis/maps/">Google Maps API</a> and Google's geocoding service. <a href="http://www.4guysfromrolla.com/articles/051910-1.aspx">Part 1</a> looked at creating the database to record the store locations. This database contains a table named <code>Stores</code> with columns capturing each store's address and <a href="http://en.wikipedia.org/wiki/Latitude">latitude</a> and <a href="http://en.wikipedia.org/wiki/Longitude">longitude</a> coordinates. Part 1 also showed how to use Google's geocoding service to translate a user-entered address
When the HTTP protocol was designed, it was assumed that data transmission would be secure. Times have changed and network security has become much more important to us, especially for certain tasks. Sukrit Dhandhania shows you how to set up Secure Sockets Layer.
There are ways to structure a query that will minimize the complexity while raising confidence in the data returned. This article shares a few techniques that will help simplify the writing of complex queries.
This fourth article the Globalize your Web Applications series deals with something that's at the forefront of your web apps: the character sets. More specifically, we'll be taking a look at the Universal Character Set (UCS) and its role in creating multilingual web pages.
While it's not possible to change the behavior of the InputBox function, this article illustrates how to create your own Access form that includes a text box with its InputMask property set to Password, and then use that form instead of the one generated by the VBA InputBox function.
<b>HardwareCanucks:</b> "In an almost surreal tale of events, USA electronics retailer Newegg has discovered a reported 300 counterfeit Intel Core i7 920 CPU's in its inventory, some of which were inadvertently shipped out to buyers!"
We’ve polished up our crystal ball — and asked some industry experts — to see what technology trends small business entrepreneurs should pay attention to in 2010.
We’ve polished up our crystal ball — and asked some industry experts — to see what technology trends small business entrepreneurs should pay attention to in 2010.
With Amazon Web Services (AWS), developers get both scalable services that they can use to architect their applications and the flexibility to run any software on Amazon's compute cloud.
This ASP.NET tutorial shows how to take control of the ClientID values generated by Web controls in ASP.NET 4.0 by using the new ClientIDMode property.