Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
This topic
This board
Entire forum
Website and forum (google)
Member search
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
6 Months
Forever
Login with username, password and session length
Sunday December 15, 2024, 10:48 am
Proudly celebrating 15+ years online.
Donate now
to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
Forum Home
Search
Login
Register
Recent Topics
Go To..
Recently updated topics
Recent posts (compact)
Recent posts (full text)
DonationCoder.com Forum
»
Main Area and Open Discussion
»
General Software Discussion
»
Firefox Plugin Request: Open dropped local files Using Local Server URL
« previous
next »
New Topic
Print
Pages: [
1
] •
bottom
Author
Topic: Firefox Plugin Request: Open dropped local files Using Local Server URL (Read 10859 times)
mouser
First Author
Administrator
Joined in 2005
Posts:
40,914
Firefox Plugin Request: Open dropped local files Using Local Server URL
«
on:
May 12, 2008, 10:14 PM »
When i do web development i often just want to drag a local file (html,php) from explorer into firefox.
The problem is that this results in firefox opening up file://E:\MyDocs\MyWeb\MyFile.php or something like that.
What i'd love is a firefox extension that keeps a list of mapping like: "E:\MyDocs\MyWeb/ ->
http://127.0.0.1/www/
"
So that when i drag the file into firefox, it opens up "
http://127.0.0.1/www/MyFile.php
"
Anyone know of any such existing extension?
lanux128
Global Moderator
Joined in 2005
Posts:
6,277
Re: Firefox Plugin Request: Open dropped local files Using Local Server URL
«
Reply #1 on:
May 12, 2008, 11:14 PM »
would
this
help?
•
https://addons.mozil...S/firefox/addon/2409
mouser
First Author
Administrator
Joined in 2005
Posts:
40,914
Re: Firefox Plugin Request: Open dropped local files Using Local Server URL
«
Reply #2 on:
May 12, 2008, 11:23 PM »
Holy Cow I'm blown away. It works.. Kinda perfectly actually.
Great find lanux! And huge props to the author of this extension.. Truth is I never guessed this would exist.
As the extension page describes, this could be useful for many cases where you want to toggle back and forth between different versions of a website you are working on (test and production versions, etc.). It support multiple project pairs as well. Fantastic.
«
Last Edit: May 12, 2008, 11:29 PM by mouser
»
lanux128
Global Moderator
Joined in 2005
Posts:
6,277
Re: Firefox Plugin Request: Open dropped local files Using Local Server URL
«
Reply #3 on:
May 12, 2008, 11:59 PM »
this is where the keyword feature really shines and cue for a mini-tutorial. click this
link
in firefox then right-click on the search-box and choose "Add a Keyword for this Search...". in the ensuing dialog-box, select a keyword ( i use 'ext') and click ok. now you can type "ext <whatever>" in the location-bar to search for extensions.
crono
Charter Honorary Member
Joined in 2005
Posts:
179
Re: Firefox Plugin Request: Open dropped local files Using Local Server URL
«
Reply #4 on:
May 13, 2008, 09:54 AM »
This is so cool - thanks a lot - never thought about such an extension but it saves me a lot of time now
New Topic
Print
Pages: [
1
] •
top
« previous
next »
DonationCoder.com Forum
»
Main Area and Open Discussion
»
General Software Discussion
»
Firefox Plugin Request: Open dropped local files Using Local Server URL