Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6721333
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T09:19:04+00:00 2026-05-26T09:19:04+00:00

I am working on a chrome bookmarking extension with google app engine as the

  • 0

I am working on a chrome bookmarking extension with google app engine as the backend. I am the only user now but I thought that if in the future there are other users the url needs to include the user name for the extension to interact with the backend. So I was thinking to change

http://ting-1.appspot.com/useradminpage

to

http://ting-1.appspot.com/user_name/useradminpage

where “user_name” is the gmail user id.

But I looked at twitter url and I see that they have

http://twitter.com/#!/user_name/

What is the purpose of “#!”? Is my scheme good enough in this case?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T09:19:05+00:00Added an answer on May 26, 2026 at 9:19 am

    The # in a URL signifies the ‘fragment identifier’. Historically this has been used to identify a part of a document identified by an ‘anchor’ tag, but recently webapp developers have begun to use it to pass information about the page state to Javascript code running in the page. This is used because it’s possible for Javascript code to modify the fragment of the current page without causing the page to reload – meaning it can update as you browse through the webapp, and go right back to where you were when you reload the page.

    The fragment is not sent to the server when the browser loads a page, so Twitter’s server just sees a request for twitter.com; it’s up to the Javascript code in the page to examine the fragment and determine what to do after that.

    In your particular case, assuming you’re using the App Engine User service to authenticate users, you have a number of options for how to distinguish users in your URLs:

    1. Use their email address. In theory this can change, and users may not want their address in a URL they will share. If the URLs are private, this is more or less a moot point.
    2. Use their user_id. This is opaque and reveals no useful information about the user, so it’s safe, but it’s also meaningless and hard to remember.
    3. Let users pick a nickname for their URLs, like Facebook and other services do, on a first-in, first-served basis.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am working on creating a Google Chrome extension. We have it included in
I've got an app that's working pretty flawlessly in Chrome and FF, however, when
I'm working on a Chrome extension that injects content into the tumblr 'new posts'
This is code only Compatibility IE, FF but not working chrome and safari. please
I am working in chrome extension, I want to make paging for table which
Below code is not working in IE but working in Chrome... $(this).css(border,solid 1px green)
I'm working on a Chrome Extension, and the click() method I'm calling on an
my script is not working on chrome but working perfectly on firefox script is
Possible Duplicate: css @font-face not working with firefox, but working with chrome and IE
Im writing Userscript for one page. It is working under chrome. On that page

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.