Lindsay Donaghe's Library tagged → View Popular
Javascript URL Library | Fliquid Studios
"This Javascript library facilitates the easy construction and deconstruction of URL strings by breaking the URL into it’s various components. This library is capable or taking a URL as a string or using the current window.location and parsing it into a URL object. Any of the components of the URL can then easily be manipulated as required and the modified URL string can be retrieved. The manipulation of query string arguments is facilitated by the addArg and removeArg methods."
IHTTPModule vs IHTTPHandler
An article on how to use IHttpModule to do url rewriting (pretty urls) that explains the difference between IHttpModule and IHttpHandler and where they fit in the ASP.Net request/response lifecycle.
ASP.NET 3.5 Extensions > ASP.NET Model View Controller Applications > URL Routing with MVC
The "official" documentation on url routing in MVC which I'm currently trying to grok.
tinydb.org
Interesting service built on Google App Engine that lets you send some data via a GET or POST that will return a key you can use to retrieve the data later. More of a toy for a proof of concept than anything else, still might be fun to play with.
MVC On II6 Without the ".mvc" Extension - ASP.NET Forums
This thread has some instructions on how to use the IIRF plugin for rewriting the urls for MVC. May have to implement this soon.
-
- Make sure the .Net 3.5 Framework is installed.
- Find IsapiRewrite4.dll and IsapiRewrite4.ini at http://cheeso.members.winisp.net/IIRF.aspx
- Copy the IsapiRewrite4.dll and IsapiRewrite4.ini file to a
directory of your choosing on the target web server. We've been using %WINDIR%\system32\inetsrv\System32\inetsrv MAKE SURE YOU PUT BOTH FILES IN THE SAME DIRECTORY!!! - Click the Configuration button under the Virtual
Directory/Website tab and add a mapping for .mvc mapping to .Net 2.0
framework. The extension is .mvc, use Limit to: GET, POST, HEAD, and
make sure that "Verify that file exists" is UNCHECKED - Install the IIRF isapi filter at the "Web Site" level using the information on where you installed it from above.
- Restart the World Wide Web Publishing service
Sorry this took so long to get out to you, but here is a walk through of getting this working: (note, please don't be offended by the bolding, it's for internal devs who don't always read docs well

Here's our IsapiRewrite.ini file:
1 RewriteLogLevel 3
2 RewriteLog c:\logs\IIRF\rewrite
3
4 #This will rewrite one level deep if you are on localhost. In other words
5 #if your url is http://localhost/MyDevEnvironment/[controller]/[action]/[id] it will
6 #be able to rewrite it to http://localhost/MyDevEnvironment/[controller].mvc/[action]/[id]
7 RewriteCond %{HTTP_HOST} ^.*localhost.*$
8 RewriteRule (?!.*\..*)^/([^/.]+)/([^/.]+)(.*)$ /$1/$2.mvc$3 [L]
9
10 #This will rewrite root level if you are NOT on localhost. In other words
11 #if your url is http://www.HeyThisIsACoolMVCSite.com/[controller]/[action]/[id] it will
12 #be able to rewrite it to http://www.HeyThisIsACoolMVCSite.org/[controller].mvc/[action]/[id]
13 RewriteCond %{HTTP_HOST} ^(?!.*localhost.*)$
14 RewriteRule (?!.*\..*)^/([^/.]+)(.*)$ /$1.mvc$2 [L]Let me know if you need any help or have any more questions...
- Make sure the .Net 3.5 Framework is installed.
Ionics Isapi Rewrite Filter - Home
An Isapi filter that provides the functionality of mod_rewrite for Apache to IIS. It also allows you to specify regular expressions for filtering and it's free and opensource.
How to enable pretty urls with Asp.Net MVC and IIS6 : Bia Securities
Even though MVC works fine from the default web, it has problems with virtual directories and requires using the wildcard or something like the routing solution suggested here.
Shorty
- A PHP library you can install to let you create shortened urls under your own domain. Nice because you no longer have to worry about whether services like tinyUrl will be around forever... Even comes with a bookmarklet to make things easier. Requires MySQL. - bluecockatoo on 2006-08-30
-
What do I need on my server to run Shorty?
The server will need PHP 4+, MySQL 3.23+, and Apache 1.2+. You will need Firefox, Safari, or similar. Sorry, but no Internet Explorer support just yet.
Comprehensive Listing of Del.icio.us Tools, Plugins and Add-ons for Social Bookmarking » ‘Change, Culture, Creativity, Communication’
- Some useful tools here for using and interacting with del.icio.us - bluecockatoo on 2006-08-23
Blog before you Think!: Tagsploitation
- A list of bookmark management tools including del.icio.us and Furl. - bluecockatoo on 2006-08-23
LiveMarks
- A constantly updated list of new postings on del.icio.us, information overload. - bluecockatoo on 2006-08-23
miniSearch
- A tool that lets you do a text search of pages linked by the page you specify, so basically a search of a subset of pages if you use the url of your delicious tag page. - bluecockatoo on 2006-08-23
Ma.gnolia: Social bookmarking to build an information community online.
- I'm not exactly sure what this site is but it looks like it might be interesting. - bluecockatoo on 2006-08-23
stickis by activeweave - it’s your web
- Not exactly sure what this is... I'm guessing it will be some kind of ajax interface that pops up like blammy and lets you bookmark/comment/categorize websites. - bluecockatoo on 2006-08-23
Kaboodle
- Create lists of research items while web surfing, share them with others for feedback. A bookmarking service with a slightly different purpose than del.icio.us. - bluecockatoo on 2006-08-23
WHERE YOU ARE
- Cool idea... register a place that you generate content for (pictures or other things that can be tagged) and it creates a tag for you to use on your content... then it aggregates the content so others can experience your place. - bluecockatoo on 2006-08-23
tagifieds
- Another take on tagging and bookmarking... has a few meta-features that del.icio.us doesn't. - bluecockatoo on 2006-08-23
Furl archive export (links only)
- To get to this when Furl is hanging in IE. - bluecockatoo on 2006-08-23
URLInfo
- A site that gathers metadata about a url that you entered. Particularly interesting is the "similar" site feature. - bluecockatoo on 2006-08-23
StakeItOut
- Not exactly sure what this is... looks like you can set up your own private portal to share your bookmarks and other info with selected people. - bluecockatoo on 2006-08-23
Selected Tags
Related Tags
Sponsored Links
Top Contributors
Groups interested in urls
-
Personal Finance
A list of personal finance ...
Items: 4 | Visits: 94
Created by: Howard Keziah
-
hot
My Hot URLs
Items: 1 | Visits: 30
Created by: CK Lee
-
PMOG Badge URLs
Items: 24 | Visits: 37
Created by: Alexandre Enkerli
Diigo is about better ways to research, share and collaborate on information. Learn more »
Join Diigo
