LevelTen Web Design | Dallas, TX

Articles

What Exactly is the Google Search Wiki?

What is Google Search Wiki?

If you happened to use Google last night, you might have noticed a few changes to the search interface. There are now 3 buttons that users can use to promote, remove, or comment on a particular search listing.

Photobucket

Goals and Requirements

Each successful Web site development project begins with a goal in mind: for example, to gain exposure, to increase efficiency, or to do something better via the Internet. Coupled with this motivation is a set of perceived needs that the Web site could fulfill.

Our initial task of scenario making is an informal activity specifying goals, functionality, audience, and conditions of use. Then, in a more formal process, we develop the requirements needed and measurable/attainable goals which can be used to track the effectiveness of our work.

Where to Direct for Powerful Directories

Directory submission has been one of the more popular and easy, excluding having to pay, methods of getting high Google Page Rank, one way links to your web site. However, in the past few years the SEO weight given to many directories has suffered due to changing algorithms, market saturation, and fluctuating page ranks. While some directories have fallen off in their back linking effectiveness, several have been able to maintain their page rank, even strengthen that page rank and site power over the years.

Effective Usability: The Real Deal

Any web designer will tell you that usability is at the top of their list, but as a designer it is common to focus on aesthetics first and usability second. This mistake is important to acknowledge because it is creating a barrier between “aesthetically pleasing” sites and “functional” sites. As designers, we have to remember we design usability. Below is a list of 8 steps designers should take to ensure site usability:

Modules we are waiting for in Drupal 6

LevelTen has shifted almost all development to Drupal 6. Drupal 6 offers more features and more elegant ways approaching solutions. However there are still some modules that do not have stable Drupal 6 releases. Here is a list of modules we keep waiting for,

Spam flagging

Abuse (in dev)
Flag Content (in dev)

How to Make a Link with Words that Help You Rank

Hyperlinks, or links, are one crucial backbone to the Internet.
If you have been online for more than a few years, you are
most likely very familiar with copying and pasting the URL
in the browser to send to friends, family, or colleagues to places of
interest online. You are definitely familiar with clicking on those "little
blue words" leading to other parts of a website or to a completely different
website.

Most of the time your email provider, and many community sites out there (blogs,

Why Agile Development

see attached doc

Wiki Best Practices

Wiki Best Practices

Purpose:

The L10 Wiki will serve as a digital knowledge base for both internal and external use.

Creating new content:

  • Create Wiki page.
  • Under the personal account menu, go to create content>wiki page.
  • Title your post following the standard naming conventions:

  • Use nouns and noun phrases.
  • Ten words or fewer.
  • Capitalize first word, then follow standard capitalization rules.
  • Avoid abbreviations – if necessary, follow redirect guide at the end of this document.

The node skeleton technique - combining the power of module and CCK based nodes

Nodes fall into 3 categories:
1. Generated via a module, no CCK fields
2. Generated by CCK only
3. Created via a module with CCK fields added

For L10 projects, the CCK should not be used to create new content types (node type 2 from above). In instances where you may be tempted to create a node wholly by the CCK, create a node skeleton module and enable it first, then use CCK to add fields. A node skeleton does not add its own table.