Skip to main content

Lindsay Donaghe's Library tagged urls   View Popular

09 Mar 09

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."

www.fliquidstudios.com/...javascript-url-library - Preview

javascript libraries web development downloads urls

13 May 08

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.

www.kowitz.net/...ttpmodule-vs-ihttphandler.aspx - Preview

web development asp.net tutorials iis urls

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.

tinydb.org - Preview

database urls json web development tools service interesting sharing googleappengine

09 May 08

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.

forums.asp.net/...2117962.aspx - Preview

asp.net iis urls mvc codesnippets web development

    •  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 Smile

      1. Make sure the .Net 3.5 Framework is installed.
      2. Find IsapiRewrite4.dll and IsapiRewrite4.ini at http://cheeso.members.winisp.net/IIRF.aspx
      3. 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!!!
      4. 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
      5. Install the IIRF isapi filter at the "Web Site" level using the information on where you installed it from above.
      6. Restart the World Wide Web Publishing service

      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... 

       

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.

www.codeplex.com/IIRF - Preview

asp.net iis urls systemsengineering web development library downloads free opensource

08 May 08

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.

biasecurities.com/...urls-with-asp-net-mvc-and-iis6 - Preview

asp.net mvc routing web development codesnippets troubleshooting urls iis

30 Aug 06

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.

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
1 - 20 of 32 Next ›
Showing 20 items per page

Diigo is about better ways to research, share and collaborate on information. Learn more »

Join Diigo