6 Matching Annotations
- Mar 2024
-
hookproductivity.com hookproductivity.comHome1
- Dec 2023
-
developers.google.com developers.google.com
-
To implement App Flip, you need to modify the user authorization code in your app to accept a deep link from Google.
-
- Feb 2023
-
linkingmanifesto.org linkingmanifesto.orgHome1
-
Manifesto for Ubiquitous Linking
Some interesting early signers here... Brett Terpstra, Frode Alexander Hegland, Mark Bernstein (Tinderbox)...
-
- Feb 2021
-
stackoverflow.com stackoverflow.com
-
Although one thing you want to avoid is using frames in such a manner that the content of the site is in the frame and a menu is outside of the frame. Although this may seem convienient, all of your pages become unbookmarkable.
-
-
stackoverflow.com stackoverflow.com
-
Iframes can have similar issues as frames and inconsiderate use of XMLHttpRequest: They break the one-document-per-URL paradigm, which is essential for the proper functioning of the web (think bookmarks, deep-links, search engines, ...).
-
The most striking such issue is probably that of deep linking: It's true that iframes suffer from this to a lesser extent than frames, but if you allow your users to navigate between different pages in the iframe, it will be a problem.
-