<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

    <channel>
    
    <title>the rGPedia</title>
    <link>http://www.redgizmo.com/index.php/site/index/</link>
    <description></description>
    <dc:language>en</dc:language>
    <dc:creator>stefan@redgizmo.com</dc:creator>
    <dc:rights>Copyright 2008</dc:rights>
    <dc:date>2008-12-04T18:13:09+00:00</dc:date>
    <admin:generatorAgent rdf:resource="http://expressionengine.com/" />
    

    <item>
      <title>What Makes a Functional Website?</title>
      <link>http://www.redgizmo.com/site/what_makes_a_functional_website/</link>
      <guid>http://www.redgizmo.com/site/what_makes_a_functional_website/#When:18:13:09Z</guid>
      <description>There are many factors that go into a Website.
by Elizabeth Johnson

Design

Looks matter! Therefore, your company image should speak to your customers and give them a feel of what your business is about.

Usability

Don’t make your customer think. Your site should be intuitive and easy to navigate.

Content/Copywriting

What message do you want to communicate to your clients? What do you think they want to know or need to know? Think of how your product or service will benefit them.

Interactivity

Engage your customers and educate them about trends in your industry that can be useful to them. Use your website as an interactive tool to keep customers coming back to you.

Innovation

The right balance of technology can set you aside and help increase your visibility online. Emphasize what makes you stand out from your competitors to allow customers to make a clear distinction and choose you.</description>
      <dc:subject>Technology</dc:subject>
      <dc:date>2008-12-04T18:13:09+00:00</dc:date>
    </item>

    <item>
      <title>How Do You Measure Success?</title>
      <link>http://www.redgizmo.com/site/how_do_you_measure_success/</link>
      <guid>http://www.redgizmo.com/site/how_do_you_measure_success/#When:18:02:08Z</guid>
      <description>How do you know your website is working?
by Elizabeth Johnson

Online Brand

Making an impact in your industry with your new online image can be the first sign that your company’s site is working. In comparison to your competitors’ online brand, how do you measure up?

Site Traffic

Is your interactive site attracting returning users, or have you been able to obtain a consistent number of users per month?

Search Engine Ranking

Have you dramatically jumped up several spots in search engines?

Ease of Use

Do visitors no longer have trouble finding your way around your new website?

Conversion Rates

What percentage of your sites visitors are becoming customers?</description>
      <dc:subject>Business</dc:subject>
      <dc:date>2008-12-04T18:02:08+00:00</dc:date>
    </item>

    <item>
      <title>A Website Can Help Your Business Brand…</title>
      <link>http://www.redgizmo.com/site/a_website_can_help_your_business_brand/</link>
      <guid>http://www.redgizmo.com/site/a_website_can_help_your_business_brand/#When:17:07:13Z</guid>
      <description>The title says it all.
by Elizabeth Johnson

Establish your company’s presence

To gain credibility
 To increase business referrals
To increase world wide visibility


Increase your Marketing and PR efforts

To get the public and media interested in your company
To inform customers about new products or service


Serve your customers

To increase sales
To provide important information


Reach specialized markets

To reach local, national and international customers


Create a 24 hour service

To be accessible to your clients
To give your clients time and liberty to make a decision


Show your work

To demonstrate your capabilities
To list awards or accomplishments

&amp;nbsp;</description>
      <dc:subject>Business</dc:subject>
      <dc:date>2008-12-04T17:07:13+00:00</dc:date>
    </item>

    <item>
      <title>Tip: Content. Content. Content.</title>
      <link>http://www.redgizmo.com/site/tip_content_content_content/</link>
      <guid>http://www.redgizmo.com/site/tip_content_content_content/#When:16:58:24Z</guid>
      <description>What does it take for a successful website?

To increase your visibility on search engines, remember that content is the most crucial aspect of your website. Speak to your customers and use keywords and phrases that are associated with your product or service. Updating your content frequently will keep visitors coming back and increase your site’s ranking. To learn more visit http://www.redgizmo.com.</description>
      <dc:subject>Business</dc:subject>
      <dc:date>2008-12-04T16:58:24+00:00</dc:date>
    </item>

    <item>
      <title>Why Table&#45;less CSS Design?</title>
      <link>http://www.redgizmo.com/site/why_table_less_css_design/</link>
      <guid>http://www.redgizmo.com/site/why_table_less_css_design/#When:16:42:20Z</guid>
      <description>What is CSS or what is a CSS file? It’s a great way to separate web content from its design properties.
by Marcos Hernandez 

First of all, what is CSS or what is a CSS file?&amp;nbsp; A CSS (Cascading Style Sheet) file contains styles that reference a web page’s elements and areas with design properties such as fonts, colors, positioning, etc. CSS is universal on all web browsers and platforms and has been in use since 1994 (http://www.w3.org/Style/LieBos2e/history/).&amp;nbsp; It’s a great way to separate web content from its design properties.

CSS table&#45;less design means that instead of using table rows and columns to design a web layout, you use referencing ids and classes and give them design properties like height, width, color, etc. in an imported CSS style sheet. This same CSS sheet can be used through the site on several pages. The result is a web layout similar to a table layout, but with several benefits.

1. More Design Control. 
CSS allows incredible design control as opposed to just  using tables.&amp;nbsp; CSS styles can go beyond  dictating height, padding, etc. It allows you to be very specific in order to  achieve the layout you want; position background images, give different border  dimensions, apply different margins, or add padding for print&#45;like,&amp;nbsp; &amp;lsquo;illustrator&amp;rsquo;&#45;like results.&amp;nbsp; There are  several other examples, of course.&amp;nbsp; The  possibilities are endless.

2. Easy Design Changes. 
Suppose you are in charge of a large multi&#45;page  website.&amp;nbsp;&amp;nbsp; It&amp;rsquo;s a typical website; a  header, two columns (a left column for navigation and wider right column for  content) and a footer. This layout is pretty consistent throughout the pages of  your site. Then you get an urgent call from management saying that they don&amp;rsquo;t  like the powdered&#45;blue background&#45;color on the navigation bar and they want to  change it to a pine&#45;green.

If you don&amp;rsquo;t have style sheets you have to go to that  particular table or &amp;lt;td&amp;gt; tag and change the background color on each  page, which can take minutes or hours.&amp;nbsp;&amp;nbsp; If you do use style sheets you can find that particular style on the  sheet and change the background color only once, saving you a lot of time.

3. Clutter&#45;free HTML. 
Website layouts with tables, especially with several nested  tables, are cluttered with &amp;lt;table&amp;gt;, &amp;lt;td&amp;gt;, &amp;lt;tr&amp;gt; and  &amp;lt;font&amp;gt; tags.&amp;nbsp; This can make it  difficult for someone other than the creator to edit a page.

With a table&#45;less CSS design, you can not only lose the  clutter, but you can organize the page for content.&amp;nbsp; You can use simple id reference names to  identify an area of the page.&amp;nbsp; For  example, &amp;lt;div id=&amp;rdquo;header&amp;rdquo;&amp;gt;, &amp;lt;div class=&amp;rdquo;footer&amp;rdquo;&amp;gt;.&amp;nbsp; This can be a great guide for someone  updating and maintaining a page. 
Plus, a designer can lose the cumbersome design elements  like spacer graphics and horizontal rulers because margins and borders can be  dictated with CSS styles.&amp;nbsp; CSS does more  with less code.

4. Accessibility 
Probably the most important benefit of CSS is that it  separates the design from the content because all of the design elements are  located in the CSS.&amp;nbsp; This allows screen  readers to read only content and not HTML tags and elements.&amp;nbsp; 
CSS pages also load faster. It may not make a big difference  on broadband connections and new computers, but it makes a huge difference for  older, slower computers and dial&#45;up.&amp;nbsp;&amp;nbsp; 
Having an accessible CSS site makes your site more universal  and accommodates users of a broad demographic. 

Thoughts on CSS

The world of web is always changing and involving, but CSS (all versions) can be one of the web’s few constants.&amp;nbsp; If anything, there is a more of a need for CSS and table&#45;less CSS design with the popularity of blogs and content&#45;driven sites.

Here are some great sites on CSS and CSS layout design.

http://www.w3.org/TR/CSS&#45;access &#45; for basic info and standards
http://www.csszengarden.com/ &#45; for inspiration
http://www.cssbeauty.com/ &#45; for articles
http://www.alistapart.com/ &#45; for coding tips</description>
      <dc:subject>Design, Technology</dc:subject>
      <dc:date>2008-12-04T16:42:20+00:00</dc:date>
    </item>

    <item>
      <title>Tip: Creating or Redesigning Website</title>
      <link>http://www.redgizmo.com/site/tip_creating_or_redesigning_website/</link>
      <guid>http://www.redgizmo.com/site/tip_creating_or_redesigning_website/#When:15:57:08Z</guid>
      <description>Tips for embarking on the creation or redesign of your website.
 
If you are embarking on the creation or redesign of your website, it is important to properly establish your target demographics from the beginning. This will save you resources, time, and money while achieving your objectives. Remember that with millions of businesses online, focusing on a specific market will give you more power to connect to your potential customers.</description>
      <dc:subject>Business</dc:subject>
      <dc:date>2008-12-04T15:57:08+00:00</dc:date>
    </item>

    
    </channel>
</rss>