Support Guides

These guides and how-to articles provide information on how to use a n390 Web Packages. Our package solutions use Drupal for the content managment system.

If you can't find what your looking for here, then drop us an email with your questions. Remember to select "Support" category on the email form.

 

Quick Start Guide

Welcome! This guide covers the basic topics of logging in, site organization, creating content and managment.

n390 installs Drupal to power our client's web sites. Drupal is a powerful content management system that allows you to compose content like articles, pictures, calendar events and many other types without needing to know any HTML.

 

 

Important Concepts

Content is stored in the database not HTML files

Your Content Management System is an application of sorts called Drupal.  Drupal works by keeping your content, or pages, in a database.  Pictures and files you upload are put into a "files" folder on the web site.

There are no HTML pages that you can edit directly but instead the pages that make your site are dynamically built from content that's in the database and the files folder.

The front or home page is special

The front page displays "teasers" from other pages that have been "promoted" to the front page.  By default the newest teaser is at the top of the page and up to 10 are displayed.

So, what does all that mean?

  1. First when you create an article or page there is an option: "promoted to front page". If selected the article's teaser is displayed on the front page.
  2. A Teaser is usually the first 600 words of the article and/or images which are at the beginning.  Clicking on the title or a more link takes you to the full article page.  Read more about teasers.
  3. Teasers are displayed on the front page starting with the newest first.

Page Teasers Example: Clicking on the teaser title or the more link takes you to the full article.Page Teasers Example: Clicking on the teaser title or the more link takes you to the full article.

Note that this concept can be applied to any page view. For example, Energy Ace, Inc. uses the teaser concept for several pages such as their Services page.

Login (Content Management)

All web packages are set up with login access to manage your site content. Once you login to the site, you will see extra menu items and buttons for creating and editing content, images, etc.

There are three ways to login, depending on how your web package is implemented.

1) Community Site - Sites set up for communities have a login form on every page in one of the sidebars.

2) Single User Blog - Blogging sites are typically set up with a single content manager. If your site is set up for blogging and you do not allow others to login, then you will find the login form on the blog page only.

3) All Web Packages - Click in the address bar of your web browser and type in

  • "http://yourwebsite.com/user/login"

OR

  • "http://yourwebsite.com/index.php?q=user/login"

 

Publishing Options for Pages

What are Publishing Options?

When you create or edit a page there are a few options to consider which affect how and where the page is displayed.

  • Published - If checked visitors can view the page. Unchecked and the page is not published: hidden from view.  Sometimes you may want to work on a page before publishing it or perhaps you want to hide the page without actually deleting it.
  • Promoted to front page - Check this box to put the page's teaser onto the front or home page.
  • Sticky at top of lists - When checked the page floats to the top of lists when sorted.
  • Create new revision - Used for versions of the page so you can snap back to an old one if necessary.

The Navigation Menu

After you login there is a navigation menu in the sidebar that has links to create content and manage various modules. The links listed depend on how you have your site set up.

Navigation MenuNavigation Menu

  • My blog - A page that shows an overview of your blog articles.
  • Create content - Here is where you can create new content for your site.
  • My account - A page where you can edit your account options such as change password.
  • Categories - Manage category/taxonomy terms.
  • Comments - manage and moderate visitor comments.
  • Content - Lists all existing content and give option to edit it.
  • Forums - Manage forums.
  • Image galleries - Manage image galleries.
  • Post settings - Configure the settings for posts that go into blogs, front page, etc.
  • Search content - Use the built-in search capability to find things.

There are many more available depending on how your site is configured but these are the most common.

Using Article Teasers

A Teaser is usually posted/promoted, on the front page of your web site such that the first 600 words are displayed with a link to the full article.

You can change the number of words for the teaser under Administer > Settings > Posts. Although, once you do this, you must open and resubmit old articles to set the new teaser length.

Another, and more convenient, way to set the teaser length is to insert a break tag in the article itself. Use the Teaser Break button in your editor or turn off rich-text and manually insert a <!--break--> tag where appropriate.

Editor Teaser Break Button: Put cursor where you want then click the teaser break button.Editor Teaser Break Button: Put cursor where you want then click the teaser break button.

Edit Web Page Text

Once you log in, click on the "Create content" link to create a new page or go to the page you want to edit. "View" and "Edit" links appear at the top of page.

Click on "Edit" to go to an editor window to make formatting and content changes to the web page text.

Required Steps to Create/Edit a page:

1) Enter a Title - All pages require a title. Short titles are best. Avoid using ALL CAPS in your page titles, as they tend to "scream" at the visitor.

2) Add Body Content - Enter your page text content using the editor provided. Although you can copy and paste text from Microsoft Word, use the online editor for best results. Otherwise, you may have trouble trying to modify formatting (Word's formatting commonly causes problems).

3) Submit - Click on the "Submit" button at the bottom to submit your edits. You can also click on the "Preview" button as an intermediate step. Do not click away from the page until you have submitted your work, otherwise you will lose your edits!

Editor Features

Editor Menu BarEditor Menu Bar

The buttons on the editor menu bar enable basic text formatting:

  1. Image - Click on the camera button to insert a picture either left, center or right justified on the line where the cursor appears.
  2. Bold, Itallic, Underline and Strikethrough - Use your mouse to highlight the text, then click on one of these buttons.
  3. Bulleted and Numbered list - Click on eiher of these list buttons and begin typing each item. Hit the ENTER key twice to end the list, or simply click the list button again.
  4. Paragraph indent and outdent - Highlight a paragraph and use one of these buttons to "bump" the text section to the left or right.
  5. Link and Unlink - Highlight any portion of the text you want to convert into a link or that you want to unlink. Click on the link button, and a form appears for you add in the link. The link can be to a page on any web site, including your own.
  6. Super and Subscript - Highlight the text you want and click the Superscript or Subscript button.
  7. Horizontal Rule - Click this buton to add a horizontal line across the page. Use sparingly, and consider inserting paragraph headers for optimal page design.
  8. Custom Character - Insert custom characters into your content. This is great for adding characters that are not on your keyboard.

A Word About Editing Core Site Files

Note: If your site is hosted by n390 this is not a concern for you. It's an issue only if you manage your own hosting or have direct access to the web site host server.

NEVER edit the core site files that are on the web server

Never, ever let anyone tamper with them:

So, what are the "Core Files"?

The Drupal core files, along with the database, are what makes the Drupal CMS application work.  If you look in the web site root folder you can see all the files and such that make your site work.  For the most part these are not your web site content as your site's content actually lives in the database.

Ideally the core files may be upgraded by a developer without affecting your site content in anyway which is a huge benefit for productivity and maintenance.

Drupal Core Files: Files and folders from the top level directory of Drupal 5.7Drupal Core Files: Files and folders from the top level directory of Drupal 5.7

Add Images to Content

Adding pictures into your content is fairly easy, especially if you follow the steps below. The process involves uploading a picture and linking to it within the content text.

Step 1: Prepare the image

  1. Start out with a high-quality picture if you can. Then use some kind of picture editing software (Photoshop, Paint, etc.) to crop, highlight, etc.
  2. Change the picture's size so it is no larger than 640x640 pixels.
  3. Save the picture as either JPEG, GIF or PNG format.

See Also:

General Tips for Web Images

What Size Should My Images Be?

Step 2: Upload image

  1. Login to the n390 created site and click on the "Create Content" link.
  2. Click on "Image" link.
  3. Enter a Title in the form field.
  4. (Optional) Add the picture to a Gallery.
  5. Browse your computer and select the picture for upload.
  6. (Optional) Type a long descripton in the "Body" section.

Step 3: Add image to content

Now that you have your image upoaded on the website server, you can insert it anywhere in the page content.

Note that an image can only be placed in one of four spots on the page: Left, Right, Center and None. Selecting "None" does not specify the position and lets the web browser choose instead.

  1. Login to the site and start editing a page.
  2. Put the cursor where you want to insert the image. Best to place it at the top left of the text.
  3. Click the "camera" button in the Content Editor. A form box will pop up.
  4. Select the image you want.
  5. Title and Description fields - its looks better to have a short title and no description.
  6. Choose what size you want.
  7. Select the alignment.
  8. If you want the image to act as a (hyper)link, then make selection in the Link drop-down menu.
  9. Leave the Insert mode as "Filter Tag."
  10. Click "Insert"

You should now have a place-holder for the image. Getting the text to wrap around the picture can be tricky, so you may want to experiment.

Copy and Paste From Microsoft Word

How do you copy and paste text from Microsoft Word into your web site Content Editor?

The best answer is, "Avoid it. Type directly into the Content Editor instead." MS Word includes a lot of formatting code which simply does not work with online pages.

However, if you must, look for the button on the Content Editor that facilitates pasting text from MS Word. This tool should work fine in most instances.

 

Note you can only paste unformatted text - no pictures or fancy formatting. Make your formatting edits, such as bulleted or numbered lists, bold, or italics, using the online Content Editor:

  1. Copy the text from your Word document.
  2. Click the "Paste From Word" button in the Content Editor.
  3. A pop-up window will appear and instruct you to paste the text in the window.
  4. Click the "Insert" button.

First Steps for Site Building


n390
makes selecting a theme for your site quite painless and very flexible. By following these four simple steps, you will have an elegant and unique theme for your new site.

General Guidelines for Your Website

Keep these guidelines in mind as you plan your website's layout and content.

"Content is King"

This is not just a clever saying. It is critical if you want a successful and effective website. Your site will be one of many millions, and people get distracted easily and quickly. Keep them interested with fresh and entertaining content regularly. If you let the content go stale, then people will leave and may never return. Additionally, you must keep the content relevant to the overall mission of your site. For instance, don't waste time on cookie recipes if you are trying to sell vintage floppy disks.

Your site should be a venerable treasure trove of useful information

Nearly everyone using the web starts at one of the major search engines to find what they are looking for. Your website should contain lots of interesting, relevant content that enhances the site's purpose which can greatly increase the chance someone will find you. Plan to post articles frequently and share your knowledge and experience with the community through mediums such as a blog, product reviews, or tutorials.

Write content for your users, not the search engines

Be wary of SEO (search engine optimization) "gurus" who try to sell you what amounts to snake oil. An unscrupulous SEO expert will deliver short term gain at the expense of long term ruin. Page content is best when it's clear, targeted and useful. Incorporating keywords in the content is good, however, do not insert them too deliberately for the sake of having keywords in your content.

Consider these two examples:

GOOD: "Floppy Company has over one billion vintage floppy disks available and over a million different titles. Our vintage floppy disks are guaranteed by the seller to be genuine quality and of the specified vintage described."

BAD: "Floppy Company vintage floppy discs are vintage floppy disks available in over one million vintage titles. Our vintage floppy disks are guaranteed vintage floppy disks by the vintage floppy disk seller in their description in the vintage floppy disk catalog."

Use consistent format throughout the site

Each page of the site should follow a similar format. For example, pages start with a Title then the Body. Use consistent fonts, colors, iconography etc. to keep your site visitors engaged and interested to read more.

Pop-ups and annoying ads are bad

Pop-up windows and overzealous ads are annoying. Do not use these techniques.

Take advantage of Social Media

Share and get noticed by using sites like Digg, del.icio.us, StumbleUpon, Facebook, Reddit, and many more. Social media sites are a fantastic way to leverage the coveted word-of-mouth and viral advertising that businesses salivate over.

Also, read and join blogging sites where you can gain insight into what people like and perhaps call attention to your own site. Get involved in communities and create one of your own if you have the time.

New Web Site Checklist

Once your site is online you'll need to add content, logo, etc. Here is a checklist of the most common items that need attention.

Site Logo

A logo is not required, however, it is a useful item for establishing your identity.

Typically logos are placed at the top-left of the page because this is the first place most people look and they expect it to be there.

Your logo should be clean and professional looking. n390 offers professional graphic services to help you create a unique logo.

Site Name and Slogan

The site name is usually your company name and may or may not be incorporated into the logo.

A slogan is a short phrase (two or five words) that give people a sense of what you do and what to expect from you.

Home/Front Page

A really good use of the home page is to treat it like a bulletin board. Create content using the "Story" or "Article" option and publish it to the front page. Keep it fresh with new content such as updates, blog postings, etc.

About Page

Use the about page to tell a story about yourself or company. Who you are and what you do. Try for two or three paragraphs and include a picture or two if can support the story.

Contact Us

The "Contact Us" page is mainly a web form visitors can use to send you email.

If you want add a street address, phone numbers, map, etc.

Page Layout

Although there are numerous ways a page can be arranged, each n390 Web Package starts out with the following structure:

 

Header - the section of the page at the top which displays the site logo, name, slogan and often the main menu.

Main Content - the section of the page where you insert and manage content. This section sits prominently in the middle of the page.

Sidebar Left/Right - the columns on either side of the main content section. Within these sidebars are sections called blocks; these blocks can display secondary menus, pictures, etc. The items in a sidebar are not edited directly. Note: The sidebars will collapse when there is nothing designated there, and the content section will span across the entire width.

Footer - the little bar across the bottom of the page. Typically used to define the bottom of the page with text about copyright or credits, the footer can visually communicate the bottom or end of the page.

 

Web Page Layout: diagram of common web page layoutWeb Page Layout: diagram of common web page layout

Choose a Color Theme

You may choose from a stock color theme or create your own. This guide illustrates some possibilities for colorizing your site.

 

Background

Most layouts have a background color for the whole page that shows in the browser and a background color for the area that contains all of the page elements.

Box Title and Body

The sidebars contain what is called boxes that show things like menus, pictures, etc. These boxes have a title and body which can be shaded any color you like.

Headings and Paragraph Text

Links and Paragraph headings may be colorized for emphasis.

 

Page Layout and ThemePage Layout and Theme

Selecting the Font for Your Site

When selecting a font type for your website, consider how the font will influence readers' perceptions. For example, is your site content serious or informal?

In addition to setting the tone of your site, consider that some fonts are easier to read than others, and only a small number are widely available.

There are two main types of fonts: serif and sans serif. Serif fonts have little "tick" marks at the ends and tend to look best when printed. San serif fonts are more smooth looking and look better when read on a computer screen.

1. Set the tone of your site

Comic Sans Serif is a good choice for a more whimsical site like one geared for kids, while Times New Roman is a little more conservative and often found on news pages.

Note that the font applies to all text visible on a website.

2. Readabilty and Availability

In general, a sans serif font looks better on computer screens while serif looks good printed on paper. Both font types look fine on the computer or PDA screens.

The more important part of choosing a font is availability. Not all web browsers have all fonts. This is especially true of PDA browsers like Blackberry, Palm, etc. Microsoft's Internet Explorer supports only a small number of fonts as well.

So, what fonts are best? The below set of fonts are called "Web Safe Fonts" and are highly recommended:

Web Safe FontsWeb Safe Fonts

3. Font Size

Numerous studies show that font size is a major issue with web users. In particular, most people do not like fonts that are too small or mixed. In other words, tiny font and several different types on the page annoy the majority of web users.

The recommened default font size is 10-12 point. Start with that and adjust up or down for elements such as titles, headers, footnotes, etc.  However, bear in mind that each user can adjust the font on their own browser to whatever is most confortable for them. Therefore, attemts to fix the font size to match your design or preference can be counter productive.

Select a Header & Footer Image (optional)

If you want a picture or image in the Header and/or footer, you can pick one from our gallery or upload one of your own.

General Tips for Web Images

Use a Good Image Editor

I prefer using Adobe Photoshop Elements because it is powerful enough to edit most images and costs less than $100.

Photoshop as a great feature to "Save for the web" that you can use to set the image quality, size, etc. And it shows you how many seconds it will take for someone to download the image file.

There are others you can try but I find Photoshop works best for me.

Consider the page/image background

For example, if you are selling t-shirts and want to post a picture of one, it may be better to match the background of the photo and the web page. If your web page background is some other color or a watermark then using a transparent image background may work best. This is where you'll need to use image/photo editing software.

Reduce the Image File Size

You should pay special attention to how big the image file is and try to keep it less than 50K bytes. This may require making it smaller and/or lesser quality. The primary reason is so the web page will load quickly for visitors - not everyone has broadband DSL or cable.

Adjust the Dimensions of Your Images

Different web site layouts have varying limitations how how big a picture can be but typically you want to keep them no bigger than 400 pixels wide which is a few inches. A larger picture results in a larger file size as well.

The default size restriction for most sites is 640x640 pixels which is pretty big.

Lighting is Important

Lighting has a big impact on pictures you take. Too much and the image is washed out. While too little lighting may result in a blurry or dark picture.

Even if you use a flash there likely will be bright spots from reflections if the flash is direct. That's why professionals will set the flash to point away from the subject a little thereby using indirect light. Or they cover the flash with something to diffuse the light.

Another good idea if you are taking pictures of small items is take them outside on a fairly sunny day; Avoid shadows or direct bright sunlight.

Use a digital camera and experiment to see what works best.

Other Resources

Free Digital Photography Tutorial Site

Google Search for Photography Tutorials

Hosting Agreement

Purpose

n390 will procure and manage web site hosting service on behalf of you, the Client. Because n390 may use multiple service providers, this agreement acts as a common Terms of Service (TOS) for you the client however, through this agreement, the client is bound by the same agreements n390 makes with its service providers.

Access

Shell, ftp or other interactive access to the hosting servers or systems is forbidden. The client agrees to only interact with their web site using the content management system interface provided by n390.

Excessive Resource Usage and/or Abuse

When an account uses more resources than it has been allocated, n390 will notify the client by means of an email sent to the primary email address on file and, depending on the severity, will either (a) charge the account accordingly for the extra usage; or (b) immediately suspend the account from further use of the n390 Services and provide reasonable opportunity to cure; or (c) immediately terminate the account from further use of the n390 Services including termination of this agreement without further liability or obligation to client.

Accounts that require more than 2,000 MB of disk space and/or more than 60 GB of bandwidth may not be permitted to continue on the service provider's servers. For this reason, if an Account requires more than 2,000 MB of disk space and/or more than 60 GB of Bandwidth, the client should contact n390 for information concerning alternative solutions.

Data Backup Policy

n390 uses an automated backup procedure to fully backup all client web sites and data. The web site database and files are backed up once each day with a seven-day roll-over. In addition, one monthly copy is kept which is usually the 1st Monday of each month. The backup copy is transmitted or synced to an off-site server and from there a rotating monthly off-site copy is maintained.

The client may request a full backup copy of their site at any time.

The backup procedure used by n390 is for its own business continuity and n390 provides this backup service as a complimentary feature to it's clients. n390 will make a best effort to maintain the integrity of the backup procedure, however, it is ultimately the clients responsibility to request and keep copies of their web site files. n390 does not accept responsibility for loss or damage to backups nor client web site files and data.

Listed Packages and Pricing

n390's listed packages and/or pricing may change at any time. If you have chosen to pre-pay for your account, the cost of the service already paid for will not be affected by any price changes whether they are increased or decreased.

Payment and Termination

All payments are due on time. Failure to use the services associated with a package will not relieve the client of payment obligations for such services. The term for any service or package is a minimum of one
month. Any account that is unpaid by the due date is at risk of suspended services and/or extra fees. Accounts that remain suspended for 30 days will be deleted without backup provisions. The client is responsible for all fees accumulated during the time n390 continued to
store the contents of the account, regardless of size or suspension status. Terminated accounts may be deleted immediately and without backup provisions.

Disqualified Refunds and Credits

Any account that has been suspended or terminated for any violation or non-payment will not be eligible for a refund. n390 service provider uptime guarantee would still be in effect, although the time the account is suspended or terminated is considered uptime.

Consequence of Violation

If client, or a third party through client, violates or attempts to violate any of the foregoing prohibitions or affects the normal operation of any of the Services provided by n390 or its service provider including, but not limited to, administrative tasks, technical support, any Server operations, network speed, service, content or
email delivery, n390 may perform any of the following actions, alone or in combination:

  1. Send a Terms of Service warning, by means of email to the primary email address on file with n390, providing notice to the client and offering the client a reasonable opportunity to cure;
  2. Immediately suspend the Services and provide notice to the client, by means of email to the primary email address on file with n390, offering the client a reasonable opportunity to cure;
  3. Immediately terminate this agreement and the Services without further liability or obligation to client.

Violators of these Terms may also incur criminal or civil liability. n390 may refer violators to civil or criminal authorities for prosecution, and will cooperate fully with applicable government authorities in connection with the civil or criminal investigations of
violations.

Indemnification

You and your agents agree to defend, indemnify and hold harmless n390 and its Affiliates from and against any and all losses, liabilities, expenses and damages of every kind and nature, known and unknown, suspected and unsuspected, including legal fees and costs, incurred in connection with any claim arising out of, resulting from or relating or in any way connected to your account, breach of these Terms or use of any service, product, information or materials offered or provided by or obtained from n390 or its affiliates.

Disclaimer of Warranties

USE OF n390'S AND/OR ITS SERVICE PROVIDER'S SERVICES AND PRODUCTS IS AT YOUR SOLE RISK AND ALL SERVICES, PRODUCTS, INFORMATION AND MATERIALS PROVIDED BY n390 OR ITS DIRECTORS, OFFICERS, EMPLOYEES, AGENTS, VENDORS, SERVICE PROVIDERS, LICENSORS OR OTHER AFFILIATED THIRD PARTIES (COLLECTIVELY, "AFFILIATES") ARE PROVIDED WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION, IMPLIED
WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. n390 DOES NOT WARRANT THAT ITS SERVICES, PRODUCTS, INFORMATION OR MATERIALS ARE ACCURATE, RELIABLE, CORRECT, VIRUS-FREE, ERROR-FREE OR WILL NOT BE INTERRUPTED FOR ANY REASON. BECAUSE SOME
JURISDICTIONS DO NOT ALLOW THE EXCLUSION OF CERTAIN WARRANTIES, THE ABOVE EXCLUSIONS MAY NOT APPLY TO YOU.

Limitation of Liability

UNDER NO CIRCUMSTANCES SHALL n390 OR ITS AFFILIATES BE LIABLE FOR ANY DIRECT, INDIRECT, PUNITIVE, INCIDENTAL, SPECIAL OR CONSEQUENTIAL DAMAGES INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF USE, DATA, OR PROFITS ARISING OUT OF, RESULTING FROM OR RELATING OR IN ANY WAY
CONNECTED TO THE USE OR PERFORMANCE OF, OR INABILITY TO USE, ANY SERVICE, PRODUCT, INFORMATION OR MATERIALS OFFERED OR PROVIDED BY OR OBTAINED FROM n390 OR ITS AFFILIATES.

IN NO EVENT SHALL THE TOTAL LIABILITY OF n390 AND ITS
AFFILIATES, COLLECTIVELY, TO YOU FOR ALL DAMAGES, LOSSES AND CAUSES OF ACTION, WHETHER THE ALLEGED LIABILITY IS BASED ON CONTRACT, TORT, NEGLIGENCE, STRICT LIABILITY OR ON ANY OTHER BASIS, EXCEED THE TOTAL PAYMENTS MADE BY YOU DURING THE TWELVE MONTHS PRECEDING THE MONTH IN
WHICH THE ALLEGED LIABILITY WAS INCURRED, EVEN IF n390 HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. BECAUSE SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, THE ABOVE LIMITATION AND EXCLUSION MAY NOT APPLY TO YOU OR MAY BE LIMITED TO THE EXTENT PERMITTED BY LAW.

Refusal of Service

n390 reserves the right to refuse or cancel service at its sole discretion.

Contact and Abuse Reporting Information

Copyright infringement notices should be sent to n390's Copyright Agent for Notice of Claims of Copyright Infringement following the procedures explained on n390's Digital Millennium Copyright Act Notice & Procedures page which is viewable by clicking here. All other violations regarding prohibited use or other abuse of the n390 Network, including violations of these Terms, should be reported via e-mail to n390 as abuse@n390.com to assist n390 in conducting a thorough investigation of the complaint, include all applicable information, including full headers of reported messages, and the pertinent sections of any log files.

If you are unsure whether any contemplated use or action is in violation of these Terms, or if you have questions or concerns regarding these Terms; please contact n390 by sending email to: Service@n390.com. For further information about the n390 Terms of Service, contact n390 at support@n390.com

How to Setup Outlook Email

If you are hosting your site through n390 then use this guide to setup your Outlook email.


1. Open Outlook and on the menu, select Tools then Accounts.

2. Click on your account from the Mail or All tab to highlight it.

3. Click on the Properties button.

Select mail account then click PropertiesSelect mail account then click Properties

4. Click on the Servers tab.

5. Fill in the Incoming Mail, Outgoing Mail, Account Name and Password. This information is provided to you from n390.

6. Put a check in the box titled "My server requires authentication".

7. Click the "Apply" button.

Fill out Servers tabFill out Servers tab

8. Click on the "Advanced" tab then change the "Outgoing mail (SMTP)" number from 25 to 1025.*

Fill out Advanced tabFill out Advanced tab

9 . Click on Ok...then try it out.

 

* The reason for changeing the number from 25 to 1025 is because many ISPs such as BellSouth/ATT block 25 which prevents email from going out.

Post a Blog Article

This article covers the steps necesary to post a new blog article. See our January newsletter for some tips on blogging.

  1. Login to your site.
  2. You should see a link (usually on the left sidebar) for "Create content". Click on it and find the page of content choices.Create content - Blog entryCreate content - Blog entry
  3. Next, click on "Blog entry". This will bring you to a page where you can add/edit your article.
  4. Don't forget to submit the entry when done.

Setup DNS for Web Hosting Only

Instructions for Godaddy Accounts

These instructions are for those who have their domain name registered
at Godaddy.  The process is similar for other registrars as well.

These steps illustrate how to change only the IP Address for your web hosting.  This does not affect your email settings.

  1. Log in to your Godaddy Account Manager.
  2. Find the Domina Manager link.
  3. Select the domain you want to modify.
  4. Click link labeled "Total DNS control and MX records".
  5. Only edit the Host @ record.  Click on the edit icon at the right.
  6. Confirm and save the changes

The change will take affect within the TTL time shown for that record (usually 1 hour).

 

Godaddy: Modify DNS for web hosting: Click on the link to modify DNSGodaddy: Modify DNS for web hosting: Click on the link to modify DNS

 

 

Godaddy: Change IP Address for new web host: Click on the edit button and change the IP address for your new web hostGodaddy: Change IP Address for new web host: Click on the edit button and change the IP address for your new web host

 

 

Setup Nameservers for Your Site

Instructions for Godaddy Accounts

Set the Nameservers for Your Domain

  1. Log in to your Godaddy Account Manager.
  2. In the My Products section, select Manage Domains.
  3. Select the domain(s) for which you want to modify the nameservers.
  4. Click Nameservers button.
  5. Select Custom Nameservers tab
  6. Enter the nameservers. For example, if hosting with FutureQuest then:
    1. Nameserver 1: ns1.futurequest.net
    2. Nameserver 2: ns2.futurequest.net
    3. Nameserver 3: ns3.futurequest.net
  7. Click OK.
  8. Click OK again.

Here is a picture of what the before and after typically look like:

Godaddy Nameserver ChangeGodaddy Nameserver Change

Special Features

Special Features are custom widgets for your website that add functionality for things like editing and advanced pages.  Typically, not all clients need these, however, if you want to use one of the special features please contact us and we will gladly install for you.

Custom Targeted Sidebar Content

Normally the sidebars are used for secondary menus, lists, polls, forms, etc.  Each of these is called a "block" and these blocks are managed a bit differently from typical pages.

When a customer has many pages that have an accompaning sidebar block it becomes a little cumbersome to create a new block for each page.  Therefore a custom block is used that knows what content should go with a page.  This way a single block can do the work of many.  However only the site admin who knows PHP should configure the block.

Since the custom block is written in PHP code there has to be an easy way for clients to find and edit the content.  This is accomplished by putting an [edit] link above the sidebar block when the client is logged in.

The link is a shortcut to the block's content page where the page is edited like any other.

Link on custom sidebar contentLink on custom sidebar content

Styles and Icons for Inline Links

Inline links are those that you put into the content of your pages "inline" with the words. These are not the same as links in the menus.

Sometimes it is useful to add an icon with the link.  For example you want to add a "download" icon next to a link:

Download Somthing Here

Steps:

  1. Highlight the word you want to make into a link
  2. Click the Link icon in the editor and a form window pops up.
  3. Add the URL for the link
  4. Click on the Styles drop-down and choose which style you want.

TinyMCE Link Pop-up formTinyMCE Link Pop-up form

Upload Pictures for a Gallery

Step 1: Prepare the image

  1. Start out with a high-quality picture if you can. Then use
    some kind of picture editing software (Photoshop, Paint, etc.) to crop, highlight, etc.
  2. Change the picture's size so it is no larger than 640x640 pixels.
  3. Save the picture as either JPEG, GIF or PNG format.

Step 2: Upload image

  1. Login to the site and click on "Create Content" link.
  2. Click on "Image" link.
  3. Enter a Title in the form field.
  4. Add the picture to a Gallery.
  5. Browse your computer and select the picture for upload.
  6. (Optional) Type a long description in the "Body" section.

 

See also:

General Tips for Web Images

What Size Should My Images Be?

"Image Size" usually means two things:

  1. First is the dimensions of the image such as 150 x 100 pixels.
  2. Then there is the file size of the image in bytes.

Image Dimensions

In this article, I only discuss images that you will add into your web page content.

The content section of typical web pages is about 500-600 pixels wide therefore your images need to fit inside that.  As for the height, let it scale along with the width to preserve the image's aspect ratio.

Image Dimensions Example: This image is about 500 x 300 pixelsImage Dimensions Example: This image is about 500 x 300 pixels

 

How to find the dimensions of an existing image

The easy way is to put your mouse over the picture then right-click and select properties (works in Internet Explorer and Firefox).

Image Property Example: The property dialog box.Image Property Example: The property dialog box.

 

Image File Size

The image file size needs to be as small as possible.  Remember that every byte of your web page must be download to a visitor's browser.  Big images will take too long and disrupt the flow of the web page loading.

In general keep the file size under 100 Kilobytes. Even better, less than 50K.  The file size is directly related to the dimensions so a big picture will have a larger file size.

Additionally, JPEG files allow for varying quality so reducing the quality of the picture can help too.