Twitter Bootstrap Tabs: Go to Specific Tab on Page Reload or Hyperlink

I’m developing a web page in which I’m using Twitter’s Bootstrap Framework and their Bootstrap Tabs JS. It works great except for a few minor issues, one of which is I do not know how go directly to a specific tab from an external link. For example: <a href=”facility.php#home”>Home</a> <a href=”facility.php#notes”>Notes</a> should go to the … Read more

How do I change Eclipse to use spaces instead of tabs?

By default Eclipse indents with a hard tab character. How do I change it to spaces? 2Best Answer 21 Java Editor Click Window » Preferences Expand Java » Code Style Click Formatter Click the Edit button Click the Indentation tab Under General Settings, set Tab policy to: Spaces only Click OK ad nauseam to apply … Read more