Favtabs

In: web resources

5 Oct 2009

Favtabs lets you organize your favorite web content to tabs and change the way you browse the web. You can have full, compressed or search websites or Google gadgets on your tabs. Add Google gadgets to have RSS feeds, games, Twitter or MSN client on your tabs, plus more.
Go to Source

1 Response to Favtabs

Avatar

Andrew

January 21st, 2010 at 1:25 am

To get a webpage to be the default page when a user comes to your site, save it as index.html in the main folder (usually public_html). If the page is a dynamic webpage, such as one that is programmed using PHP or ASP, save the file as index.php (or index.asp) and do not have a page named index.html in the main directory. By default the server will look for index.html first, and if it doesn't find it, will keep looking in the main directory until it finds an index.something file. If there is not index file, it will probably just print out a list of files on the server, although the behavior depends on how the server is configured.

The best way to organize your files in a coherent manner is to start by putting all images in /images folder (where the "/" stands for the main folder — again, usually public_html). Then group your dynamic files into folders that accurately describe the files that they contain. I would suggest atleast installing a CMS and seeing how it's folders and files are grouped. That should give you a pretty good idea of how web developers like to keep things organized.

Comment Form

About this blog

This blog delivers stylish and dynamic news for designers and web-developers on all subjects of design, ranging from: CSS, Ajax, Javascript, web design, graphics, typography, advertising & much more. Our goal is to help you communicate effectively on the web with an engaging website or functional interface.