|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| 11/06/2009 at 11:39PM PST, ID: 24880100 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><?php if (is_home()) { echo bloginfo('name'); } elseif (is_404()) { echo '404'; } elseif (is_search()) { echo 'Search Results'; } elseif (is_single()) { echo wp_title(''); } else { echo wp_title(''); } ?></title>
<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
<link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" />
<meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
<meta name="generator" content="WordPress <?php bloginfo('version'); ?>" />
<meta name="description" content="Here goes the description of the website." />
<meta name="keywords" content="Keyword, of, the, website, go, here, seperate, by, commas" />
</head>
<body>
<div id="wrapper">
<div id="header">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Next Destination') ) : ?><strong>NextDestination:</strong>Add a text widget under Next Destination sidebar with the title Next Destination and in the content where it is....<?php endif; ?>
</div> <!-- #header -->
<div id="navigation">
<ul>
<li class="<?php if (is_home()) { echo 'current_page_item'; } else { echo 'normal'; } ?>"><a href="<?php bloginfo('url'); ?>">Travel Journal</a></li>
<?php wp_list_pages('title_li=&depth=1' ); ?>
</ul>
</div> <!-- #navigation -->
<div class="cwrap">
<div id="content">
<div class="logo">
<p><a href="<?php bloginfo('url'); ?>"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/logo.gif" width="699" height="260" alt="Logo" /></a></p>
</div><!-- .logo -->
|
Advertisement