The hash tag has no wiki summary.
4
votes
3answers
670 views
Sitemap to display hash tag links or not?
I am just creating sitemap for my site and wanted to find out if I should include # links for SEO?
For Example:
www.mydomain.com/#comment1
www.mydomain.com/#comment2
Does this help with SEO or ...
3
votes
1answer
182 views
Title of the page in search results and title of google's cached version are different. Why?
Check this:
http://www.google.com/search?q=site:gunlawsbystate.com+kansas+gun+laws
The title of the first result is "Kansas Gun Laws - Gun Laws By State". Although, on the page google has cached the ...
0
votes
0answers
87 views
a hashed password doesn't match the same hashed password? [closed]
maybe I have the concept of hashing wrong, but when I hash my passwords and salt them I get one string, and when I go to log in the newly signed up user I apply the same method on the password they ...
1
vote
2answers
168 views
Proper password handling for login
I have read a lot about PHP login security recently, but many questions on Stack Overflow regarding security are outdated.
I understand bcrypt is one of the best ways of hashing passwords today. ...
1
vote
2answers
1k views
.htaccess 301 Redirect Hash Tag Redirect
How do I do a .htaccess redirect that has a hash tag in it?
Example
Source:
domain.com/#/subdir
Target:
newdomain.com/whatever/something
Everything I've tried ignores the hash tag and either ...
2
votes
1answer
125 views
Optimal way to implement very big redirect list in Apache2
I have about 6000 URLs that need to be redirected after changing the CMS. All those URLs are stored in a DB table together with an ID that allows me to tell what is being referenced. Using this table ...
0
votes
1answer
183 views
How does the back button work on Grooveshark?
I recently started to use Grooveshark. I noticed that although they have a dynamic interface in sense that you never leave the one page, but the back (and forward) buttons work anyway. If you press ...
3
votes
1answer
182 views
Content of html snapshot for Search engines
I've asked this before on Stackoverflow, but I figured moving it here would be appropriate.
For presentational reasons, I'm currently build an Ajax/parameter driven page. I'm trying to figure out ...
1
vote
1answer
317 views
Google Analytics crawl url hash
I have a few pages on a website where some sections use a JavaScript slider to display content and I was wondering if it's possible for Google Analytics to track those sections?
For now when a ...
6
votes
3answers
330 views
Using two salts for user authentication?
When storing user credentials in a database, we all know that hashing the password is the bare minimum you should do, but salting it before hashing is better. The salt should be randomly generated, ...
