Page is a not externally linkable
- WebmasterWorld
-- Webmaster General
---- How To Improve the Admin Experience


lexipixel - 6:01 am on Jun 9, 2010 (gmt 0)


I create an HTML page on my work machine called "stuff.html", (it can be named anything ".html")

It has links, (top level and deep links), to everything I use daily or frequently on the web.

As soon as I install a browser I make that page my "home page".

I use a very small amount of javascript with some CSS and DOM in the file to hide divs of stuff I don't use that often, (or show them when I need 'em)... this keeps the page manageable and frequently used stuff is [HOME] then one click away and other stuff if two.

Using a local HTML page for a browser "home page" lets you jump directly to "My Threads" on WebmasterWorld by clicking [HOME] (on browser) and "My Threads" in the WebmasterWorld block, (which also contains links to other stuff I browse often)..

<div id="WebmasterWorldstuff">
<!-- =================================== -->
<!-- START: WebmasterWorld Content-->
<!-- =================================== -->
<a href="http://www.webmasterworld.com/"><b>WebmasterWorld</b></a><br>
<a href="http://www.webmasterworld.com/login.cgi">Login</a><br>
<a href="http://www.webmasterworld.com/stickymailv4.cgi?action=controlpanel">Control Panel</a><br>
<a href="http://www.webmasterworld.com/stickymailv5.cgi?action=mymsgs&imode=16">My Threads</a><br>
<a href="http://www.webmasterworld.com/active.htm">Recent Posts</a><br>
<a href="http://www.webmasterworld.com/commercial_exchange/">Commercial</a><br>
<a href="http://www.webmasterworld.com/foo/">Foo</a><br>
</div>


Since clicking HOME on the browser only loads a local page, then clicking a link and going directly to the content I want, this also saves bandwidth and time. (Otherwise Brett would have to pay for me to load "Control Panel" then click "My Threads" -- I save my time and both of our bandwidth).


Thread source:: http://www.webmasterworld.com/webmaster/4147910.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com