Showing posts with label general tips. Show all posts

Vision And Mission Statement

 



In the strategic management model, clear vision and mission statements are needed before alternative strategies can be formulated and implemented.

An organization’s mission statement is its reason for existence. It often reflects the core values and beliefs of the upper management in an organization. A mission statement is the broad definition of the organizational mission. It is sometimes referred to as a creed, purpose, or statement of corporate philosophy and values. A good mission statement inspires employees and provides a focus and direction for setting lower level objectives. It guides employees in making decisions and establishes what the organization does. Mission statements are crucial for organizations to prosper and grow. Its primary purpose is to guide the entrepreneur and assist in refining the planning process. By developing a strategic plan that incorporates the mission statement, entrepreneurs are more likely to be successful and stay focused on what is important.
Vision is the foundation for the mission statement. The vision provides a strategic direction, which is the springboard for the mission and its related goals. A vision statement differs from a mission statement. Vision statements are a view of what an organization is striving to become. They guide an organization into the future while mission statements are a reflection of the present.
Organizations go through many changes and can face times of confusion and uncertainty. Changes are not always expected or easy, so a well thought out vision statement will help everyone stay focused and meet the organization's goals.
In this fast changing technological era, mission and vision statements can positively impact the change effort of employees of an organization so care must be taken in developing these key statement

Preparing Your Site For A Traffic Spike

It’s a moment any site owner both looks forward to, and dreads: a huge surge in traffic to your site (yay!) can often cause your site to crash (boo!). Maybe you’ll create a piece of viral content, or get Slashdotted, or maybe Larry Page will get a tattoo and your site on tech tattoos will be suddenly in vogue.

Many people go online immediately after a noteworthy event—a political debate, the death of a celebrity, or a natural disaster—to get news and information about that event. This can cause a rapid increase in traffic to websites that provide relevant information, and may even cause sites to crash at the moment they’re becoming most popular. While it’s not always possible to anticipate such events, you can prepare your site in a variety of ways so that you’ll be ready to handle a sudden surge in traffic if one should occur:

  • Prepare a lightweight version of your site.
    Consider maintaining a lightweight version of your website; you can then switch all of your traffic over to this lightweight version if you start to experience a spike in traffic. One good way to do this is to have a mobile version of your site, and to make the mobile site available to desktop/PC users during periods of high traffic. Another low-effort option is to just maintain a lightweight version of your homepage, since the homepage is often the most-requested page of a site as visitors start there and then navigate out to the specific area of the site that they’re interested in. If a particular article or picture on your site has gone viral, you could similarly create a lightweight version of just that page.
    A couple tips for creating lightweight pages:
    • Exclude decorative elements like images or Flash wherever possible; use text instead of images in the site navigation and chrome, and put most of the content in HTML.
    • Use static HTML pages rather than dynamic ones; the latter place more load on your servers. You can also cache the static output of dynamic pages to reduce server load.
  • Take advantage of stable third-party services.
    Another alternative is to host a copy of your site on a third-party service that you know will be able to withstand a heavy stream of traffic. For example, you could create a copy of your site—or a pared-down version with a focus on information relevant to the spike—on a platform like Google Sites or Blogger; use services like Google Docs to host documents or forms; or use a content delivery network (CDN).
  • Use lightweight file formats.
    If you offer downloadable information, try to make the downloaded files as small as possible by using lightweight file formats. For example, offering the same data as a plain text file rather than a PDF can allow users to download the exact same content at a fraction of the filesize (thereby lightening the load on your servers). Also keep in mind that, if it’s not possible to use plain text files, PDFs generated from textual content are more lightweight than PDFs with images in them. Text-based PDFs are also easier for Google to understand and index fully.
  • Make tabular data available in CSV and XML formats.
    If you offer numerical or tabular data (data displayed in tables), we recommend also providing it in CSV and/or XML format. These filetypes are relatively lightweight and make it easy for external developers to use your data in external applications or services in cases where you want the data to reach as many people as possible, such as in the wake of a natural disaster.
We’d love to hear your tips and tricks for weathering traffic spikes—come join us in our Webmaster Help Forum.