Lookup against postal register?
In a customer project, I needed to do lookups against the Norwegian postal register. Normally, I have made a table in a SQL database or had an XML file that I have query against. This has created several problems, like to keep the register updated.
GeoNames is geographical database available under a Creative Common attribution license. This data is accessible free of charge through a number of web services. One of the services you can query against is postal register for over 40+ countries. Send postal code and country code (ISO-3166), and get data like city, county, county number and postal code back.
I’ve created an interface to the webservice "PostalCodeLookup". You find the code here : http://snipplr.com/view/16844/postal-code/
Filed under: ASP.NET, C#, EPiServer | Leave a Comment
All you need is write “aviary.com/” at the start of the url to the page you want to capture. Then pick Aviary entire website (not just what is visible) and presents it in a editing window where you can put on the lines, arrows, circle, text, crop the image so you get the essential part, etc.
Filed under: Tools | Leave a Comment
Finally got around to getting a install of Windows 7 on my MacBook Pro and of course the first thing I install is Visual Studio 2008 and IIS 7. If you choose the default options, this is the message you get when selecting local IIS in the open or create web projects.
You must be a member of the Administrators group on the local computer to access the IIS metabase. Therefore, you cannot create or open a local IIS Web site. If you have Read, Write, and Modify permissions for the folder where the files are located, you can create a file system Web site that points to the folder in order to edit the files.
Initially I’m thinking this is the user rights thats blocking me from accessing the metabase. So I try to run VS2008 as “Run as administrator”, but I get same error message.
I then remembered an IIS 6 option under the Windows Features install dialog under Internet Information Services and found the following option that allows VS 2008 to play with IIS 7, “IIS Metabase and IIS 6 configuration compatibility”. Here are the steps:
- Open Control Panel
- Open Programs
- Open Windows Features
- Expand Internet Information Services
- Expand Web Management Tools
- Expand IIS 6 Management Compatibility
- Check IIS Metabase and IIS 6 configuration compatibility
- Click OK
Good luck.
Filed under: ASP.NET, C#, Windows 7 | Leave a Comment
Send mail if you want to test it.
Filed under: ASP.NET, C#, EPiServer | 1 Comment
Tags: ASP.NET, C#, EPiServer
YSlow for Firebug
YSlow analyzes web pages and tells you why they’re slow based on the rules for high performance web sites. YSlow is a Firefox add-on integrated with the popular Firebug web development tool. YSlow gives you:
- Performance report card
- HTTP / HTML summary
- List of components in the page
Filed under: ASP.NET, EPiServer, Performance | Leave a Comment
Tags: Firefox, Performance, Web
Browsershots makes screenshots of your web design in different browsers. It is a free open-source online service created by Johann C. Rocholl. When you submit your web address, it will be added to the job queue. A number of distributed computers will open your website in their browser.
Filed under: Uncategorized | Leave a Comment
Tags: Design, Develop, Web
Recent Entries
Categories
- ASP.NET (4)
- C# (3)
- EPiServer (3)
- Performance (1)
- Tools (1)
- Uncategorized (1)
- Windows 7 (1)