Tagged Questions

"Hash-bang" is a nickname for the sequence "#!" (octothorpe, exclamation mark). It is used in Unix shell scripts to identify the executable that should be used to parse this file, e.g. #!/bin/bash #!/usr/bin/perl -w to run a script with the bash shell or with Perl (in warnings mode) ...

learn more… | top users | synonyms

336
votes
4answers
43k views

What's the shebang/hashbang (#!) in Facebook and new Twitter URLs for?

I've just noticed that the long, convoluted Facebook URLs that we're used to now look like this: http://www.facebook.com/example.profile#!/pages/Another-Page/123456789012345 As far as I can recall, ...
18
votes
3answers
1k views

To hashbang or not to hashbang?

I'm developing a new website and I'd like to make use of AJAX as much as possible. Basically, I want users to almost never navigate away from the homepage and have everything displaying in popup ...
7
votes
1answer
1k views

pushstate and seo

Many people have been saying, use pushState rather than hashbang. What I don't understand is, how would you be search engine friendly without using hashbang? Presumably your pushState content is ...
4
votes
2answers
2k views

Backbone.js URL Routing

When setting up routes on backbone.js, it seems the framework automatically preprends # to it. I.e. routes : { "example/:id" : "handler" }, will match a link of www.example.com/#example/123 Is it ...
4
votes
1answer
727 views

Navigating / scraping hashbang links with javascript (phantomjs)

I'm trying to download the HTML of a website that is almost entirely generated by JavaScript. So, I need to simulate browser access and have been playing around with PhantomJS. Problem is, the site ...
4
votes
2answers
333 views

What's this new `#!` in URL convention? [closed]

Possible Duplicate: What's the shebang/hashbang (#!) in Facebook and new Twitter URLs for? I noticed that some popular sites started switching to a new URL (convention?), in which a URI ...
4
votes
2answers
427 views

.htaccess mod_rewrite variables through redirect

Short Version: I wrote the question, and realized most people wouldn't want to read that much text. Consider the below reference, here's the TL;DR: I need to 301 redirect this url ...
3
votes
2answers
802 views

jQuery Mobile and “query parameters” for hashbang navigation

I am using jQuery Mobile and have few pages in one HTML page. When opening these pages, I'd like to pass parameters for them, so that there parameters are persistent in URL. E.g. <a ...
3
votes
4answers
955 views

hashbang slash or no slash? [closed]

Should we do site.com/#!/blog or site.com/#!blog? I understand there's no actual difference, however as a community of webdevelopers there should still be a conventional standard so that users can ...
2
votes
1answer
490 views

Hashbang versus URI parse

I am looking to move my site into full async document loading, but I don't want to use the #! method of request processing because 1) I don't want to break links, and 2) I want a more flexible way of ...
1
vote
1answer
39 views

Simple ajaxify, without hash or hashbang urls

I'm taking a course in webdesign. I and a lot of the other students are really interested in ajaxifying our work. Our teacher is only into design and HTML - so he can't help. I hope I use the right ...
1
vote
3answers
45 views

Unregistered values of rel attribute in anchor tag

I used rel values in jQuery for the parametrized (#!hashbang) AJAX calls. <a id='_qualifier' rel='telephony' href='contact.php'>contact</a> and with jQuery: var hashbang = ...
1
vote
1answer
81 views

Internal Links with jQuery Address

I'm trying to implement the lovely Address plugin to handle internal links for prettier links and use of the back button. I managed to get it to work, however the one thing I noticed, is that when it ...
1
vote
2answers
102 views

Is there anyway to detect if the last navigation event was caused by the back or forward browser buttons?

I'm writing a single-page web application that uses HTML5 push state (Falling back to hash tags) to handle client side navigation. One of the things I've noticed is that if a user scrolls down the ...
1
vote
1answer
86 views

Superfish and hashbang

I am considering replacing querystrings with hashbangs on my public site, for better performance. Are menus like Superfish compatible with the hashbang? How can I trigger a content update when I ...
1
vote
1answer
194 views

Will google index the correct URL for hashbang/escaped_fragment content

I have recently read Google's Making AJAX Applications Crawlable as I was wondering how to correctly prepare my dynamic site, which uses hashbang navigation, for SEO. I understand now that for ...
1
vote
1answer
156 views

What is the shebang/hashbang for?

Is there any other use for shebangs/hashbangs besides for making AJAX contents crawlable for Google? Or is that it?
1
vote
2answers
145 views

How to implement #! based links?

I always wondered how to instantly navigate through pages using # or #! in URLs. Many websites like Google are using it on http://www.google.com/nexus/ , when user click any of the links, nothing ...
0
votes
1answer
65 views

should i not use backbone.js because it uses hashbangs?

I'm new to backbone.js and like the idea of structuring javascript. However, i've read it relies on hashbangs which Twitter is trying to eradicate. So my question is should I not use backbone.js due ...
0
votes
1answer
64 views

jQuery animation with escaped-fragmented URL (hash-bang, #!)

My website is setup like: when the page loads, a jQuery animation -- in the template -- is played which, on completion, further makes an Ajax call to fetch the content of the page. Now, I want to ...
0
votes
2answers
145 views

How to handle facebook sharing/like with hashbang urls?

I am building a website where from the homepage i will open some other URI on the website into a lightbox (AJAX), and i want to use HTML5 push state and hash bangs as a fallback to manage changes of ...
0
votes
0answers
58 views

Better convention for escaped-fragmented URLs (hash-bang)

From SEO and sitemap -- XML/RSS/ROR (Resource of a Resource) -- POV, which way is better for AJAX-driven website: http://com-address/#!_state_ or twitter-like: http://com-address/#!/_state_ ...
0
votes
0answers
80 views

What to put in HTML snapshot for hash-bang URL for SEO?

I am using hash-bang URLs in my AJAX application and I am implementing the server-side for: handle ?_escaped_fragment_=key1=value1%26key2=value2 So when I look at Google's FAQ, it says that ...
0
votes
3answers
104 views

Catch “Back” event in browser and load diffrent content

I've been working on a project using the hashbang (#!) method to skip though pages. Basically there is only 1 page, and when you click to go to a diffrent page, you stay on the page, but the URL ...
0
votes
0answers
65 views

Use hashbang for small part of website?

On my website I sell products. On every product detail I have a main content part and a column (right side) filled with the top selling products (this is an ajax call to a cached html page with the ...
0
votes
1answer
278 views

Routing for flexible JavaScript Single-Page-App?

I'm building a single page web app (because I want flexibility and speed when moving across pages/states) but I'm struggling with routing / urls ... In the traditional paradigm I would have urls such ...
0
votes
1answer
356 views

Effective Use of Hashbang, JavaScript, PHP and AJAX With Dynamic Content

I've been putting together a web page for a desktop application I've started developing, and I'd really like to take advantage of HTML5 technologies and dynamic content with JavaScript. Basically, if ...
0
votes
0answers
141 views

Linting Ajax URLs

I noticed a weird behaviour while testing linting Ajax URLs. A simple tech test can be found at http://jankrems.de/hashbang/#!/foo.php When I lint http://jankrems.de/hashbang/foo.php directly, ...
0
votes
0answers
49 views

updating image gallery url with hashbang corresponding to image number

This is very new material for me, so please be patient. I'm going to be developing a site to show off some photography, all based on galleries. I'll be using JavaScript to fade in the previous/next ...
0
votes
1answer
216 views

Shopping Cart with Backbone.js on HTTPS page issue?

just wondering if there could be any issue building a shopping cart using Backbone.js and more specifically if there were any security issues using hash-bangs over HTTPS? Also I guess I can POST ...
0
votes
1answer
222 views

Hash tag to load DIV content

My jQuery uses the hash tag to load content into a div when a link is clicked, this allows me to have one main page and all other pages as just simple text pages that will be loaded into the main page ...
0
votes
1answer
146 views

jQuery Mobile Data in URL

Using jQuery Mobile, how could I create hashbang URLs such as #!/value_1/value_2 and be able to read both of these values, assuming that both parameters will always be in the same order. One caveat ...
0
votes
1answer
354 views

Supressing AJAX/hash behavior for certain links only in jQuery Mobile

I found some old answers for this, but they do not seem no longer valid for jQuery Mobile. I want to disable AJAX/hashbang behavior certain links only. I have found out I can disable it globally: ...
0
votes
1answer
211 views

escaped_fragment request doesnt parse php?

so recently ive rebuilt my site following Google's AJAX Crawling methods. Everything works fine and an ?_escaped_fragment_= request works fine but i've noticed any php on the page is not parsed and ...
0
votes
1answer
835 views

Hashbang and escaped fragment

So ive been investigating the whole SEO AJAX malarkey, and set up a test page here: My Site I used a sample code from GitHub, The hashbang #! works fine as you can see, but try accessing any of the ...
0
votes
1answer
345 views

code igniter capture hashbang(#)

I have a url that looks like mysite.com/transactions/view/123456 which works fine. however my client now wishes to have a hashbang in the url mysite.com/transactions/view/#123456 Now the ...