Tagged Questions
The deep-linking tag has no wiki summary.
5
votes
1answer
297 views
Django & Nginx deeplinking domains (re-write rules or django urls?)
I'm running Django behind Nginx (as FASTCGI) and I need to "deeplink" to a page in one domain from the root of another without redirecting or forwarding e.g.
Given that I have a domain ...
4
votes
1answer
279 views
jQuery Address, changing a parameter? (deep linking)
I'm using jQuery Address to perform deep linking in an ajax site.
I have multiple arguments like this: /SomeController/SomeAction#/586?e=5808&tab=#First
Q1: How do I change just the "tab" ...
4
votes
1answer
958 views
sencha touch Ext.Router
I am having trouble getting Ext.Router to register changes to the URL. I started my application with the example for model view controller on sencha touch site.
Ext.setup({
tabletStartupScreen: ...
4
votes
1answer
208 views
Deeplinking Infinitely Scrolled Pages
I'm creating a infinitely scrolled page that recursively loads and append the next page's content into the current page. I think the browsing experience can be great and immersive but the current ...
4
votes
5answers
301 views
PHP: how to determine if the browser supports javascript in PHP?
I am building an AJAX deep-linked site.
I want PHP to load all the HTML code of the page if the user is trying to access the site with a javascript non-supported browser or if it is a search crawler. ...
4
votes
2answers
6k views
jquery address how do you use it?
im trying to understand how to use the jquery address plugin for handling deep linking with ajax.
but the documentation is very poor and i cant find any good tutorials explaining what is going on.
i ...
4
votes
5answers
3k views
Ajax deep linking?
I have made a flex app deep link before but now I want to make an ajax app deep link.
I have no idea where to start.
I assume I need a way to listen for when the #hash in the url changes and be able ...
3
votes
1answer
249 views
Detect application launch from Universal Volume Control
I have an application, targeting mango devices, which plays music via a BackgroundAudioAgent. As such it integrates with the universal volume control (UVC).
Is there a way to detect when the ...
3
votes
3answers
383 views
How to reference a function from Javascript class method?
I use SWFAddress for deep linking my site (link to SWFAddress). I like to break code into classes so I have a main structure similar to this:
function SomeClass() {
//this adds the ...
3
votes
3answers
645 views
Is there any way to handle silverlight deep linking without '#' showing in the url?
I want to have two separate interfaces to my website, one that is silverlight, and one that is normal html for people who don't have Silverlight, and for search engines. They would have exactly the ...
3
votes
4answers
3k views
Can I update window.location.hash without having the web page scroll?
Using JavaScript, is there a way to update window.location.hash without scrolling the web page?
I have clickable title elements that toggle the visibility of a div directly beneath them. I want the ...
2
votes
2answers
40 views
How AJAX is done in github source browse?
Github has a really nice source browser. Navigating between different paths in the repo generates ajax calls to load the content (as you can clearly see in the firebug log). The ajax call returns the ...
2
votes
1answer
46 views
Silverlight deep linking not using pages and frame?
I need to be able to load html page with Silverlight module presenting the content based on page was accessed from. For example, if request to open the page come from Page1.html than the content will ...
2
votes
3answers
336 views
Correct way to handle deep linking with jQuery Address
I'm using jQuery Address to handle deep linking with my AJAX application. My URLs are in the format: example.com/#/section/item/param/param/param... I have it setup with the .change() listener to ...
2
votes
1answer
310 views
How to implement a “Deep Link” on Ajax calls over ZF?
I feel the need to allow the browser back button to work, as well to allow the users to bookmark what they see.
I'm not versatile on Zend routes but, I cannot change that for the moment.
This is the ...
2
votes
1answer
431 views
What is the best jQuery deep linking / history plug-in?
I am looking to implement deep linking / back button functionality on a web site that uses jQuery and jQuery UI (tabs, dialogs...). I a new to this so I lack the knowledge to evaluate the different ...
2
votes
1answer
1k views
jQuery Address changed event
I'm trying my hand at jQuery Address http://www.asual.com/jquery/address/
On a click event I set $.address.value(mypath);
This fires off the $.address.change() event.
When I click a link I want the ...
2
votes
3answers
677 views
jquery deep linking - how does it effect analytics?
I am looking into using http://www.asual.com/jquery/address/ , but I am wondering how it effects google analytics. Google analytics is a snippet of code at the bottom of pages. I would imagine deep ...
2
votes
3answers
3k views
jQuery - Getting deep linking jQuery Address to work
I am really wanting to use the jQuery address plugin for deep linking my ajax website, but honestly, I have having a hard time understanding how to set it up.
Even the examples seem to not be clear.
...
2
votes
1answer
210 views
Silverlight 3 & Deeplinking
I have a requirement to implement some deep linking into a Silverlight application and thought the new navigation framework in Silverlight 3 would be ideal. However after doing some digging about it ...
2
votes
3answers
1k views
FLEX: Programmatically remove Alert?
I need to programmatically remove an alert.
This is why:
My application uses BrowserManager to enable deep linking based off of the content in the #hash part of the url. If an alert is currently up, ...
1
vote
0answers
6 views
Deep linking Nested Tabs
Does anyone know how I could make this example work if I wanted to implement nested tabs? I have tried to add them, but I keep breaking my page.
I am using jquery.address-1.4 plugin to get ...
1
vote
0answers
25 views
What kind of links does Bing API's Deeplink contains?
I am writing code that uses Bing Search API and bumped in Deeplink which is a class that contains links of a each webpage that was found according to the user's query.
What kind of links does ...
1
vote
1answer
62 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
5answers
115 views
JQuery ajax in javascript
example code site link click: http://www.smyrnart.com/deeplinking/index.html
<script type="text/javascript">
jQuery(document).ready(function() {
$('a').click(function(event) { ...
1
vote
1answer
119 views
jQuery Address / Deep Linking Issue
I have a tabbed section on a website I'm currently developing, and would like to enable unique URLs for each tab, as well as history support.
It seems the jQuery Address plugin is the way to go, but ...
1
vote
2answers
53 views
How to make links in rails hashed?
in my rails app I'm using jQuery BBQ for hashchange deeplinking etc...
Here are my existing links in rails:
<%= link_to('View on Site ', project_topic_url(@project.id, @topic, :only_path => ...
1
vote
1answer
117 views
Window scrolling down when there are anchor links
I have got an issue with anchors links / deep linking. I have got few tabs in a page with ids such as "tab1", "tab2".., when I hit the URL with anchor = "#tab2" I can select the right tab through ...
1
vote
1answer
134 views
How to deep link YUI 3 Tabview?
Im using YUI3 and would like to deep link my tabs. I used tabview + history from YUI. how do i change the value for the url parameter
/#tab-2
replace to
/#tab-description
Thanks in advance.
1
vote
0answers
304 views
jQuery UI tabs and deep linking
I used the BBQ plugin but can't seem to get the URL's as I would like. I want to make the url after the hash reflect the div id, like http://www.example.com/page.php#nodeID instead of ...
1
vote
0answers
155 views
How to deal with sharing deep-linked sites URLs?
I made a site which can be browsed both as non-deep linked version for non-javascript users (somesite.com?state) and a deep-link version for javascript-enabled users (somesite.com#state). Note: both ...
1
vote
3answers
559 views
Is Ajax Deep Linking possible without prepending hashes ('#') in links
Most of the jquery deep linking plugins I have seen required me to attach '#' to my links. This is an example:
<a href="#page1.html">Page 1</a>
Even twitter does this (however, twitter ...
1
vote
1answer
277 views
Get request part after hash sign
My web-site has AJAX-powered search, that uses deep-linking. When user follows a link …
http://example.com/articles#/?tags=Mac%20OS,review
… tags "Mac OS" and "review" should already been selected ...
1
vote
1answer
224 views
jQuery Deep Linking a Web App
Question... I want to build a one page web app that has deep linking (the url changes on click to where the user is loading) so the user can share links, bookmark, etc...
The issue with the jQuery ...
1
vote
2answers
228 views
jQuery BBQ, deep-linking HREF's with a set Class — Possible?
Currently, my understanding of jQuery BBQ is it requires me to use an href like href="#/stufff/123/13"
Problem with that is it requires me to add a # to all my URLs throughout the site which then ...
1
vote
1answer
260 views
What is the best seo solution for deep linking a flex app/site?
There are several quality solutions for deep linking a flex application or site. For seo purposes which one produces the best indexing results?
Asual's SWFAddress, Adobe's BrowserManager or urlKit. ...
1
vote
0answers
672 views
Frame Region Adapter and RegionContext in Silverlight 3/PRISM
I'm trying to use the new Silverlight 3 deep linking feature to try to drive a PRISM based application "from the outside", i.e, by using the browser url. The url would be used as a hint to know which ...
1
vote
1answer
109 views
1
vote
1answer
804 views
Flex Deep Linking, and Named Anchor Links
OK deep-linking in flex uses the anchor(#) text in the URL. So a link to a named anchor on the same page would override the anchor text used by Flex and reset the application. Does anyone know of a ...
0
votes
0answers
11 views
Deep Linking Jquery Tabs
I am looking for a plugin/ example/ tutorial that would show me how to deep link jquery tabs and nested tabs. Does anyone know where I could find an example of this? I want to do add this to a site, ...
0
votes
1answer
91 views
HTML5/jQuery: pushState and popState - deep linking?
first off I can't seem to figure what the first parameter in the pushState function is for? What do I pass to it? I simply want to change the url when scrolling through my page. I'm querying the ID of ...
0
votes
0answers
39 views
jQuery Address - Direct links broken
I'm currently using jQuery Address on a project and can't seem to get around a direct linking problem. Everything works while navigating the site. But if the user is on http://mywebsite.com/contact, ...
0
votes
1answer
50 views
Wordpress - Deep linking not functioning on homepage
I've been working on integrating deeplinking into a wordpress site im developing;
http://dhp.camoconnell.com/
the problem, it is working on sub pages but not the homepage. for example, this works
...
0
votes
3answers
55 views
jQuery Address + $.ajax not displaying content
I'm trying to implement the jQuery Address plugin in my project.
I'm following the Asual example of the Crawling implementation (i.e. hashbangs).
My javascript:
<script ...
0
votes
1answer
74 views
Impossible to “share” deep links using #?
Im working on a webapp and i would like to have social buttons like facebook-like etc.
Ive tried to use the html code/api from facebook, addthis, shareaholic, sharethis and none of them respects my ...
0
votes
0answers
58 views
jQuery Address - internalChange, externalChange fire at the same time on click
Been trying to work through this head scratcher for a little bit now. Hoping the community can lend me a hand.
I am using Asual's address plugin for deeplinks:
...
0
votes
0answers
70 views
mobile web redirect loses pathing
I can deeplink to my iframe canvas application by going https://apps.facebook.com/myapp/directory/file.php?foo=bar and facebook will append /directory/file.php?foo=bar to my canvas url in the iframe. ...
0
votes
1answer
74 views
Silverlight Navigation + MVC Routing
I am experimenting with Silverlight (4.0) Navigation and deep linking. The problem I'm facing now is that my Silverlight application is hosted inside a MVC view page (.cshtml) as shown below, which is ...
0
votes
2answers
127 views
DeepLink in Facebook Fanpage
i'm looking for a solution to proceced deeplinks to a facebook fanpage like:
http://www.facebook.com/myfanpage?sk=app_MYAPPID¶meter=2
I need to get the value of parameter in my Fanpage app.
0
votes
0answers
20 views
jQuery 1.6+ Deeplinking
Anyone find a good deep linking solution when using jQuery 1.6 or higher? jQuery Address and BBQ are outdated and do not perform well with the new jQuery release... Anyone using anything custom?