fragment

GWT: library for encoding/decoding arbitrary data in URL fragments

Ajax applications, and GWT in particular, use the URL fragment (e.g. http://example.com/myapp#fragment) to maintain application state on the client without reloading the page. Is there a GWT library that facilitates the encoding and decoding of arbitrary parameters into the URL fragment? I'm looking for something analogous to the Servl...

XmlSlurper/NekoHTML document fragment parsing - No HTML or BODY tags wanted

Dear All, I am trying to parse the following HTML fragment, and I would like to get the same fragment as output (without HTML and BODY tags). Is this possible? If so, how? Thank you Misha p.s. I am reading here: http://nekohtml.sourceforge.net/faq.html#fragments and I believe I have added the correct options below. However, the output ...

Architecture-Specific Eclipse Plug-in Fragments

I need to target both win32.x86 and win32.x86_64 architectures when building an RCP plug-in that uses OS.getRegOpenKey(...). The types of the arguments for the method are different for the two architectures. I understand now that there is no straightforward way to have an x86 or x86_64 fragment (depending upon the build) override a met...

IE 8 doesn't scroll to fragment on initial page load

I'm having a problem with IE where it doesn't scroll to a fragment (#foo on the URL) when the page loads. The anchor for the fragment is part of the base HTML, it isn't dynamic or anything. The page is pretty heavy. If I go into the location bar and hit enter, it scrolls to the anchor as expected (and as observed in other browsers). ...

Any way for PHP/CodeIgniter to read the URL, when it's like site.com/#/xyz ...?

Hi Stackers, Basically I have a mostly Ajax-based site. When you load up a result, it appears via Ajax, and the URL address bar changes from mysite.com to mysite.com/#xyz/A_Random_Title. A_Random_Title is an SEO-friendly formatted title of the thing loaded up, but the important part is #xyz. xyz is the ID of the loaded result and is us...

Url fragment and Referer header

Imagine you are on a page whose URL has a fragment (the part after the #), and click a link to go to another page. Most browsers will send the URL of the original page to the server in the Referer header. What I want to know is whether or not the URL fragment will be included in this or not. I have seen various behaviors in the wild so...

Sending data over a network with zero MTU (Maximum Tranmission Unit)

I want to send the data such that the fragmentation of the data is disabled. For example in ping, if we write ping localhost -M do -s 65507 -M do : disable fragmentation -s 65507 : maximum packet size It gives me an error like From localhost (127.0.0.1) icmp_seq=1 Frag needed and DF set (mtu = 16436) Is there some other way to d...