-
A tutorial on how to pass through viewstate and authentication when trying to create a proxy for ASP.Net pages using WebClient.
-
A pretty comprehensive listing of web services with public APIs. Handy for figuring out what you’d like to mash-up or just grabbing a service to play with.
-
A service API that you can retrieve location information about an ip address you specify or the ip address of the caller.
-
A service that acts as a code snippet repository. A lot of web development (javascript) snippets here. The site has a public API that you can access with an account key and pull code snippets into some dev IDEs like TextMate as well.
-
A repository site for code snippets that also has an Enterprise version of it’s products that will make your compay codebase searchable. They have an Eclipse plugin and an open API for IDE integration.
-
A tool that times how long it takes a web page to load and breaks it down by file in a graph to figure out where the bottlenecks are.
-
A great tutorial about increasing the perceived initial performance of your web page through different approaches to optimizing your javascript and load times. Also lists a few diagnostic tools that are helpful.
-
A service that creates tag clouds and has a public API to get the clouds as XML for use in your own projects and sites.