From mh at pixar.com Mon Mar 10 11:16:48 2008 From: mh at pixar.com (Mark Harrison) Date: Mon, 10 Mar 2008 11:16:48 -0700 Subject: [Livehttpheaders] bug on mac? cut and paste double spaces. Message-ID: <47D57B10.3000606@pixar.com> I'm on a mac, latest version of everything. When I cut and paste headers, the pasted header text is double spaced, i.e. a blank line appears between each header line, as shown below. I didn't see this on the bugs page so I thought I would ask here if there's anything I can do to fix this. Thanks! Mark ps, liveheaders is wonderful wonderful wonderful! https://www.mozdev.org/icons/mm-icon.png GET /icons/mm-icon.png HTTP/1.1 Host: www.mozdev.org User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12 Accept: image/png,*/*;q=0.5 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive: 300 Connection: keep-alive HTTP/1.x 200 OK Date: Mon, 10 Mar 2008 18:12:19 GMT Server: Apache Last-Modified: Tue, 10 Oct 2006 12:36:55 GMT Etag: "79074-119-452b93e7" Accept-Ranges: bytes Content-Length: 281 Keep-Alive: timeout=15, max=396 Connection: Keep-Alive Content-Type: image/png From atrus at atrus.org Mon Mar 10 11:43:52 2008 From: atrus at atrus.org (Nikolas Coukouma) Date: Mon, 10 Mar 2008 14:43:52 -0400 Subject: [Livehttpheaders] bug on mac? cut and paste double spaces. In-Reply-To: <47D57B10.3000606@pixar.com> References: <47D57B10.3000606@pixar.com> Message-ID: <47D58168.40403@atrus.org> This is due to HTTP's use of "\r\n" for newlines; *nix based systems (including OS X) either display "\r" 'oddly' (e.g. ^M) or count both as newline characters (as if it were "\n\n"). Cheers, -Nikolas Mark Harrison wrote: > I'm on a mac, latest version of everything. > > When I cut and paste headers, the pasted header > text is double spaced, i.e. a blank line appears > between each header line, as shown below. > > I didn't see this on the bugs page so I thought > I would ask here if there's anything I can do > to fix this. > > Thanks! > Mark > > ps, liveheaders is wonderful wonderful wonderful! > > > > > > > > > https://www.mozdev.org/icons/mm-icon.png > > > > GET /icons/mm-icon.png HTTP/1.1 > > Host: www.mozdev.org > > User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12 > > Accept: image/png,*/*;q=0.5 > > Accept-Language: en-us,en;q=0.5 > > Accept-Encoding: gzip,deflate > > Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 > > Keep-Alive: 300 > > Connection: keep-alive > > > > HTTP/1.x 200 OK > > Date: Mon, 10 Mar 2008 18:12:19 GMT > > Server: Apache > > Last-Modified: Tue, 10 Oct 2006 12:36:55 GMT > > Etag: "79074-119-452b93e7" > > Accept-Ranges: bytes > > Content-Length: 281 > > Keep-Alive: timeout=15, max=396 > > Connection: Keep-Alive > > Content-Type: image/png > > _______________________________________________ > Livehttpheaders mailing list > Livehttpheaders at mozdev.org > https://www.mozdev.org/mailman/listinfo/livehttpheaders > > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature Url : http://www.mozdev.org/pipermail/livehttpheaders/attachments/20080310/7512cd27/attachment.bin From atrus at atrus.org Mon Mar 10 11:44:11 2008 From: atrus at atrus.org (Nikolas Coukouma) Date: Mon, 10 Mar 2008 14:44:11 -0400 Subject: [Livehttpheaders] bug on mac? cut and paste double spaces. In-Reply-To: <47D57B10.3000606@pixar.com> References: <47D57B10.3000606@pixar.com> Message-ID: <47D5817B.2050306@atrus.org> Mark Harrison wrote: > I'm on a mac, latest version of everything. > > When I cut and paste headers, the pasted header > text is double spaced, i.e. a blank line appears > between each header line, as shown below. > > I didn't see this on the bugs page so I thought > I would ask here if there's anything I can do > to fix this. > > Thanks! > Mark > > ps, liveheaders is wonderful wonderful wonderful! > > > > > > > > > https://www.mozdev.org/icons/mm-icon.png > > > > GET /icons/mm-icon.png HTTP/1.1 > > Host: www.mozdev.org > > User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12 > > Accept: image/png,*/*;q=0.5 > > Accept-Language: en-us,en;q=0.5 > > Accept-Encoding: gzip,deflate > > Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 > > Keep-Alive: 300 > > Connection: keep-alive > > > > HTTP/1.x 200 OK > > Date: Mon, 10 Mar 2008 18:12:19 GMT > > Server: Apache > > Last-Modified: Tue, 10 Oct 2006 12:36:55 GMT > > Etag: "79074-119-452b93e7" > > Accept-Ranges: bytes > > Content-Length: 281 > > Keep-Alive: timeout=15, max=396 > > Connection: Keep-Alive > > Content-Type: image/png > > _______________________________________________ > Livehttpheaders mailing list > Livehttpheaders at mozdev.org > https://www.mozdev.org/mailman/listinfo/livehttpheaders > > -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature Url : http://www.mozdev.org/pipermail/livehttpheaders/attachments/20080310/ec611852/attachment.bin From mh at pixar.com Mon Mar 10 11:47:54 2008 From: mh at pixar.com (Mark Harrison) Date: Mon, 10 Mar 2008 11:47:54 -0700 Subject: [Livehttpheaders] bug on mac? cut and paste double spaces. In-Reply-To: <47D58168.40403@atrus.org> References: <47D57B10.3000606@pixar.com> <47D58168.40403@atrus.org> Message-ID: <47D5825A.7020401@pixar.com> Nikolas Coukouma wrote: > This is due to HTTP's use of "\r\n" for newlines; *nix based systems > (including OS X) either display "\r" 'oddly' (e.g. ^M) or count both as > newline characters (as if it were "\n\n"). Ah, got it. It seems most of my applications are treating it as "\n\n". Perhaps in the future there could be an option to trim the "\r" when the headers are copied. Thanks! Mark From fadaofsoftware at yahoo.com Fri Mar 14 01:11:06 2008 From: fadaofsoftware at yahoo.com (Software Developer) Date: Fri, 14 Mar 2008 08:11:06 -0000 Subject: [Livehttpheaders] Edit Data Message-ID: <926576.16448.qm@web45904.mail.sp1.yahoo.com> Good day to the brains behind Livehttpheaders, i am a novice who need information on how i can edit web page content using Livehttpheader. Thanks as i receive ur soonest reply. --------------------------------- Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.mozdev.org/pipermail/livehttpheaders/attachments/20080314/ceff901d/attachment.html From maceditor at softpedia.com Sun Mar 30 18:32:04 2008 From: maceditor at softpedia.com (Softpedia Editorial Team) Date: Sun, 30 Mar 2008 21:32:04 -0400 (EDT) Subject: [Livehttpheaders] Live HTTP Headers 0.13.1 - Softpedia 100% FREE Award Message-ID: <20080331013204.5EC681B766DE@ipdmjg0035atl2.pubip.peer1.net> Hello, Your product "Live HTTP Headers 0.13.1" has been tested by the Softpedia labs and found to be completely clean of adware/spyware components. We are impressed with the quality of your product and encourage you to keep this high standards in the future. To assure our visitors that "Live HTTP Headers 0.13.1" is clean, we have granted it with the "100% FREE" Softpedia award. Moreover, to let your users know about this certification, you may display this award on your website, on software boxes or inside your product. More information about your product's certification and the award is available on this page: http://mac.softpedia.com/progClean/Live-HTTP-Headers-Clean-31360.html Your product review page is located at: http://mac.softpedia.com/get/Internet-Utilities/Live-HTTP-Headers.shtml Please feel free to link to us using the URL above. If you choose to link to the award page for your product, you may use the award graphic or a text link such as: "100% FREE award granted by Softpedia" Don't hesitate to contact us for more information. Sincerely, The Softpedia Team --------------------------------------------------------------------------------------- Softpedia is a library of over 70,000 free and free-to-try software programs for Windows and Unix/Linux, games, Mac software, Windows drivers, mobile devices and IT-related articles. We review and categorize these products in order to allow the visitor/user to find the exact product they and their system needs. We strive to deliver only the best products to the visitor/user together with self-made evaluation and review notes. --------------------------------------------------------------------------------------- Softpedia - the encyclopedia of free software downloads http://www.softpedia.com/ From kontakt at floriankuhlmann.com Fri Mar 21 00:52:07 2008 From: kontakt at floriankuhlmann.com (=?ISO-8859-1?Q?kontakt_|=A0florian_kuhlmann?=) Date: Fri, 21 Mar 2008 07:52:07 -0000 Subject: [Livehttpheaders] shortcut @ mac Message-ID: <50628942-1C89-45CB-8E11-017BF868A788@floriankuhlmann.com> dear developers, i am not subscribed to the list, so please im per pm in case its needed. first of all i want to congratulate you to this really great tool, livehttpheaders is one of the coolest plugins i use. big respect! i just would like to make one advise: would it be possible to change the shortcut to another key, at the moment the shortcut for livehttp is the as the @-symbol on the mac. its not possible to enter email-adresses in webforms without copy-and- paste the @-symbol from a textfile into the formfield anymore. it would be really really great if you could discuss and think about this change. thanx fpr your great work, best regards florian From hendrik at missing-piece.de Sat Mar 29 00:07:48 2008 From: hendrik at missing-piece.de (Hendrik Scheider) Date: Sat, 29 Mar 2008 08:07:48 +0100 Subject: [Livehttpheaders] Shortcut is conflicting on Mac Message-ID: <544C3865-8FB6-4F63-A48E-99DFEB691413@missing-piece.de> Hi! When using the software on a Mac, the shortcut "ALT+L" to activate the Live HTTP Headers view is conflicting with the "@" sign. Didn't anyone ever mention that? :o) Now I cannot enter email adresses in text boxes anymore... How do I change the shortcut? And how do I uninstall the software from a Mac OS X 10.5?! Your uninstall hints don't work; the files don't exist... Thanks, Hendrik =========================================================== Hendrik Scheider Kastanienallee 1 +49-170-2774343 D-10435 Berlin L'obscurit? de la loi est un appel ? l'intelligence du juge From notes at mozdev.org Tue Mar 11 12:28:18 2008 From: notes at mozdev.org (notes at mozdev.org) Date: Tue, 11 Mar 2008 19:28:18 -0000 Subject: [Livehttpheaders] livehttpheaders: feedback from Terra Message-ID: <20080311192818.C38A484546@mozdev.mozdev.org> http://livehttpheaders.mozdev.org/suggestions.html#c445 Hi, I'm using Live HTTP Headers for quite a while now on my Windows computer and after I switched to a macbook pro I'm experiencing the problem that LHH interferes with the native mac shortcuts. After installing LHH on my powerbook I can't write the @ symbol anymore in FireFox. Because the native shortcut for @ is ALT+L, the same as the LHH sidebar Mozilla/5.0 (Macintosh; U; Intel Mac OS X; de; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9 From notes at mozdev.org Fri Mar 28 14:16:59 2008 From: notes at mozdev.org (notes at mozdev.org) Date: Fri, 28 Mar 2008 14:16:59 -0700 (PDT) Subject: [Livehttpheaders] livehttpheaders: feedback from Chris Message-ID: <20080328211659.F3886844AC@mozdev.mozdev.org> http://livehttpheaders.mozdev.org/suggestions.html#c446 Has this project been abandoned? Someone needs to take on this extension and update it for an official build download. Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9b4) Gecko/2008030714 Firefox/3.0b4