Tuesday, April 27, 2010

Important Tips for a fast loading website

1. Optimize your HTML code
Make sure that your site doesn't have any unwanted tags or broken links and that it is optimized for load time. Errors on your web pages can slow down your website - Make sure your website is error free!
2. Maximize content area
This not only reduces load time, it enhances the readability of your site.
3. Minimize use of graphics, Flash and scripts
These are the major contributors to the size of your web page, so try minimizing them. Try using background colors and fills instead of heavy images.
4. Optimize all heavy files
As much as possible optimize heavy graphics, Flash files and scripts. In editors like fireworks and flash you can see the various options in the preview panel to reduce the sizes. See how popular web sites like google and yahoo have pages that are very small in size and thus load in seconds.
5. Stick to simple designs
Most fast loading sites have very simple designs. Take the hint! Complicated designs will slow down your pages.
6. Spread out your content neatly
In case you find yourself having very long pages of content, break them down into separate logical sections and thus bring down the sizes of the individual pages.
7. Use Text Links instead of graphic buttons
Basically try to make use of text links as much as possible as they are easier to maintain. Use CSS Styles for text links to make them as attractive as buttons.

8. Use Server Side Include (SSI) files
SSI files once called from the web server reside in its cache so on subsequent requests they load faster. Use them where ever possible.
9. Use Div tags instead of Tables
Using Div tags instead of tables for your design is what you need to do for better load time and total control over your layout. It also ensures that it is scalable for whenever you want to make design changes in the future.
Effective Table Design: In case you must use tables use them wisely and sparingly. Design using nested tables instead of using cell merges and splits. Use separate tables where ever possible. Not designing for 100% height is better as if you use just one outer table; the web page is displayed only after the table is loaded fully. If many outer tables are present [you can have different tables for the header, content, footer, etc.] the page displays the content of each table as soon as its elements are loaded.
10. Check your W3C standard validity and Load time regularly
To maintain an excellent website you must give thought to how to improve your website on an almost daily basis! Maintain an error free website and tweek it regularly. Do remember to check your Load time and W3C code and CSS validity regularly.

Monday, April 26, 2010

Difference between Live Chat, Blog, Forum & Newsletter

Functionally of a Chat Forum:
• Login based Chat server software for a live chat-room
• Users can chat with each other within a separate window beneath the standard chat interface.
• Each chatter gets his own private channel automatically and has the possibility to invite someone.
• Each chatter can configure the chat so that he gets an sound or message if there is a new line posted to him.
• URLs, email addresses, and links are automatically transformed to a link in the text frame

Functionality of a Live Chat:
• Unlimited operators, departments, and users
• Live Support with visitors on your site in real time
• Proactive chat invites
• Typing Preview to see what is being typed as it is being typed
• Chat Transcripts and Logging
• page and referrer Tracking
• Canned Messages

Functionality of a Blog:
• Bloggers will benefit from user friendly interface with plenty of features allowing them to create and maintain great looking blogs.
• Rich functionality for the blog users to update and customize their blogs (adds notes, comments, upload pictures etc).
• Post your own news and allow registered users to contribute, rate, and review stories.
• Allows the script owner to display, add, edit, and delete information on their website. Updated to allow viewers to add comments per article as well as allow the script owner to easily delete or edit these comments.

Functionality of a Newsletter:
• One-way email announcement delivery system. It is great for newsletters, publicity lists, notifications, and many other uses.
• Web Interface lets you write and send messages, and manage over the internet.
• Keeps sending messages from your web server, even after you shut down your computer.
• No duplicate messages. No 'forgotten' messages.
• Open/View Tracking tells you how many users opened your email message.
• HTML email messages. Subscribers can be given the choice between text or html email messages. You decide whether subscribers can choose, what the default choice is, and what format a message is sent in: text only, html only, or both!
• CSV Import and Export. Use CSV and tab delimited files to import your existing list of users or to export the users on the system for use in your in-house database.
• Attachments can be uploaded and included in messages for download.
• Send a Web page. The URL of a web page you want to send to your users, and it will fetch it and send it. You can even put subscriber-specific parameters in the URL.