-- MySQL dump 10.13  Distrib 5.1.56, for unknown-linux-gnu (x86_64)
--
-- Host: localhost    Database: amazing1_wp44
-- ------------------------------------------------------
-- Server version	5.1.56

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `wp_commentmeta`
--

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_commentmeta`
--

LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
INSERT INTO `wp_commentmeta` VALUES (1,2,'_wp_trash_meta_status','1'),(2,2,'_wp_trash_meta_time','1314980057');
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_comments`
--

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT '0',
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT '0',
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT '',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`comment_ID`),
  KEY `comment_approved` (`comment_approved`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`)
) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_comments`
--

LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES (1,1,'Mr WordPress','','http://wordpress.org/','','2011-08-23 14:06:22','2011-08-23 14:06:22','Hi, this is a comment.<br />To delete a comment, just log in and view the post&#039;s comments. There you will have the option to edit or delete them.',0,'1','','',0,0),(2,888,'admin','amazingbresources@gmail.com','','61.4.125.134','2011-09-02 23:39:16','2011-09-02 15:39:16','Awesome info',0,'trash','Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.218 Safari/535.1','',0,1);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_links`
--

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT '1',
  `link_rating` int(11) NOT NULL DEFAULT '0',
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_links`
--

LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
INSERT INTO `wp_links` VALUES (1,'http://codex.wordpress.org/','Documentation','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(2,'http://wordpress.org/news/','WordPress Blog','','','','Y',1,0,'0000-00-00 00:00:00','','','http://wordpress.org/news/feed/'),(3,'http://wordpress.org/extend/ideas/','Suggest Ideas','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(4,'http://wordpress.org/support/','Support Forum','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(5,'http://wordpress.org/extend/plugins/','Plugins','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(6,'http://wordpress.org/extend/themes/','Themes','','','','Y',1,0,'0000-00-00 00:00:00','','',''),(7,'http://planet.wordpress.org/','WordPress Planet','','','','Y',1,0,'0000-00-00 00:00:00','','','');
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_mappress_maps`
--

DROP TABLE IF EXISTS `wp_mappress_maps`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mappress_maps` (
  `mapid` int(11) NOT NULL AUTO_INCREMENT,
  `obj` longtext,
  PRIMARY KEY (`mapid`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mappress_maps`
--

LOCK TABLES `wp_mappress_maps` WRITE;
/*!40000 ALTER TABLE `wp_mappress_maps` DISABLE KEYS */;
INSERT INTO `wp_mappress_maps` VALUES (1,'O:12:\"Mappress_Map\":9:{s:5:\"mapid\";N;s:5:\"width\";s:3:\"280\";s:6:\"height\";s:3:\"204\";s:4:\"zoom\";i:1;s:6:\"center\";a:2:{s:3:\"lat\";i:0;s:3:\"lng\";i:0;}s:9:\"mapTypeId\";s:7:\"roadmap\";s:5:\"title\";s:26:\"Amazing Business Resources\";s:7:\"metaKey\";N;s:4:\"pois\";a:0:{}}');
/*!40000 ALTER TABLE `wp_mappress_maps` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_mappress_posts`
--

DROP TABLE IF EXISTS `wp_mappress_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_mappress_posts` (
  `postid` int(11) NOT NULL DEFAULT '0',
  `mapid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`postid`,`mapid`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mappress_posts`
--

LOCK TABLES `wp_mappress_posts` WRITE;
/*!40000 ALTER TABLE `wp_mappress_posts` DISABLE KEYS */;
INSERT INTO `wp_mappress_posts` VALUES (32,1);
/*!40000 ALTER TABLE `wp_mappress_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_options`
--

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `blog_id` int(11) NOT NULL DEFAULT '0',
  `option_name` varchar(64) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`)
) ENGINE=MyISAM AUTO_INCREMENT=2858 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_options`
--

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES (1,0,'siteurl','http://newweb.amazingbusinessresources.com','yes'),(2,0,'blogname','Online Marketing Solutions','yes'),(3,0,'blogdescription','Market Beyond Search Engine','yes'),(4,0,'users_can_register','0','yes'),(5,0,'admin_email','amazingbresources@gmail.com','yes'),(6,0,'start_of_week','1','yes'),(7,0,'use_balanceTags','','yes'),(8,0,'use_smilies','1','yes'),(9,0,'require_name_email','1','yes'),(10,0,'comments_notify','1','yes'),(11,0,'posts_per_rss','10','yes'),(12,0,'rss_use_excerpt','1','yes'),(13,0,'mailserver_url','mail.example.com','yes'),(14,0,'mailserver_login','login@example.com','yes'),(15,0,'mailserver_pass','password','yes'),(16,0,'mailserver_port','110','yes'),(17,0,'default_category','1','yes'),(18,0,'default_comment_status','open','yes'),(19,0,'default_ping_status','open','yes'),(20,0,'default_pingback_flag','1','yes'),(21,0,'default_post_edit_rows','10','yes'),(22,0,'posts_per_page','1','yes'),(23,0,'date_format','F j, Y','yes'),(24,0,'time_format','g:i a','yes'),(25,0,'links_updated_date_format','F j, Y g:i a','yes'),(26,0,'links_recently_updated_prepend','<em>','yes'),(27,0,'links_recently_updated_append','</em>','yes'),(28,0,'links_recently_updated_time','120','yes'),(29,0,'comment_moderation','0','yes'),(30,0,'moderation_notify','1','yes'),(31,0,'permalink_structure','/archives/%post_id%','yes'),(32,0,'gzipcompression','0','yes'),(33,0,'hack_file','0','yes'),(34,0,'blog_charset','UTF-8','yes'),(35,0,'moderation_keys','','no'),(36,0,'active_plugins','a:12:{i:0;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:1;s:61:\"basic-google-maps-placemarks/basic-google-maps-placemarks.php\";i:2;s:17:\"cforms/cforms.php\";i:3;s:29:\"easy-favicon/easy-favicon.php\";i:4;s:31:\"exclude-pages/exclude_pages.php\";i:5;s:41:\"flexi-pages-widget/flexi-pages-widget.php\";i:6;s:47:\"mappress-google-maps-for-wordpress/mappress.php\";i:7;s:39:\"mce-table-buttons/mce_table_buttons.php\";i:8;s:32:\"sexybookmarks/sexy-bookmarks.php\";i:9;s:44:\"simple-sidebar-navigation/simple-sidenav.php\";i:10;s:48:\"slayers-custom-widgets/slayer_Custom_Widgets.php\";i:11;s:46:\"spam-free-wordpress/tl-spam-free-wordpress.php\";}','yes'),(37,0,'home','http://newweb.amazingbusinessresources.com','yes'),(38,0,'category_base','','yes'),(39,0,'ping_sites','http://rpc.pingomatic.com/','yes'),(40,0,'advanced_edit','0','yes'),(41,0,'comment_max_links','2','yes'),(42,0,'gmt_offset','','yes'),(43,0,'default_email_category','1','yes'),(44,0,'recently_edited','a:5:{i:0;s:70:\"/home/amazing1/public_html/newweb/wp-content/themes/edegree/footer.php\";i:1;s:69:\"/home/amazing1/public_html/newweb/wp-content/themes/edegree/style.css\";i:2;s:68:\"/home/amazing1/public_html/newweb/wp-content/themes/edegree/post.php\";i:3;s:73:\"/home/amazing1/public_html/newweb/wp-content/themes/showcase/homepage.php\";i:4;s:70:\"/home/amazing1/public_html/newweb/wp-content/themes/showcase/style.css\";}','no'),(45,0,'template','edegree','yes'),(46,0,'stylesheet','edegree','yes'),(47,0,'comment_whitelist','1','yes'),(48,0,'blacklist_keys','','no'),(49,0,'comment_registration','0','yes'),(50,0,'rss_language','en','yes'),(51,0,'html_type','text/html','yes'),(52,0,'use_trackback','0','yes'),(53,0,'default_role','subscriber','yes'),(54,0,'db_version','18226','yes'),(55,0,'uploads_use_yearmonth_folders','1','yes'),(56,0,'upload_path','/home/amazing1/public_html/newweb/wp-content/uploads','yes'),(57,0,'blog_public','0','yes'),(58,0,'default_link_category','2','yes'),(59,0,'show_on_front','posts','yes'),(60,0,'tag_base','','yes'),(61,0,'show_avatars','1','yes'),(62,0,'avatar_rating','G','yes'),(63,0,'upload_url_path','','yes'),(64,0,'thumbnail_size_w','150','yes'),(65,0,'thumbnail_size_h','150','yes'),(66,0,'thumbnail_crop','1','yes'),(67,0,'medium_size_w','300','yes'),(68,0,'medium_size_h','300','yes'),(69,0,'avatar_default','mystery','yes'),(70,0,'enable_app','1','yes'),(71,0,'enable_xmlrpc','1','yes'),(72,0,'large_size_w','1024','yes'),(73,0,'large_size_h','1024','yes'),(74,0,'image_default_link_type','file','yes'),(75,0,'image_default_size','','yes'),(76,0,'image_default_align','','yes'),(77,0,'close_comments_for_old_posts','0','yes'),(78,0,'close_comments_days_old','14','yes'),(79,0,'thread_comments','1','yes'),(80,0,'thread_comments_depth','5','yes'),(81,0,'page_comments','0','yes'),(82,0,'comments_per_page','50','yes'),(83,0,'default_comments_page','newest','yes'),(84,0,'comment_order','asc','yes'),(85,0,'sticky_posts','a:0:{}','yes'),(86,0,'widget_categories','a:4:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:7;a:4:{s:5:\"title\";s:21:\"Online Marketing Tips\";s:5:\"count\";i:1;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}i:8;a:4:{s:5:\"title\";s:21:\"Online Marketing Tips\";s:5:\"count\";i:1;s:12:\"hierarchical\";i:1;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(87,0,'widget_text','a:3:{i:2;a:0:{}i:4;a:3:{s:5:\"title\";s:13:\"About Amazing\";s:4:\"text\";s:605:\"Amazing Business Resources creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of Power and Importance in the market place.\r\n\r\nIt’s not just about our ability to produce results, but more importantly, it’s about our clients joining us for the ride and executing a powerful campaign together.\r\n\r\n</br><a href=\"http://newweb.amazingbusinessresources.com/about-us\" > <img src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/09/btn-learn-more.png\"> </a>\";s:6:\"filter\";b:1;}s:12:\"_multiwidget\";i:1;}','yes'),(88,0,'widget_rss','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(89,0,'timezone_string','Asia/Kuala_Lumpur','yes'),(90,0,'embed_autourls','1','yes'),(91,0,'embed_size_w','','yes'),(92,0,'embed_size_h','600','yes'),(93,0,'page_for_posts','0','yes'),(94,0,'page_on_front','0','yes'),(95,0,'default_post_format','','yes'),(96,0,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:64:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:9:\"add_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:13:\"manage_cforms\";b:1;s:12:\"track_cforms\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),(97,0,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(98,0,'widget_recent-posts','a:3:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}i:5;a:2:{s:5:\"title\";s:16:\"Ask Amazing Blog\";s:6:\"number\";i:10;}s:12:\"_multiwidget\";i:1;}','yes'),(99,0,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(100,0,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(101,0,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(102,0,'sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";a:15:{i:0;s:8:\"cforms-2\";i:1;s:16:\"simple_sidenav-2\";i:2;s:16:\"simple_sidenav-3\";i:3;s:10:\"nav_menu-5\";i:4;s:10:\"calendar-2\";i:5;s:7:\"links-2\";i:6;s:6:\"text-2\";i:7;s:5:\"rss-2\";i:8;s:11:\"tag_cloud-2\";i:9;s:8:\"search-2\";i:10;s:14:\"recent-posts-2\";i:11;s:17:\"recent-comments-2\";i:12;s:10:\"archives-2\";i:13;s:12:\"categories-2\";i:14;s:6:\"meta-2\";}s:9:\"sidebar-1\";a:1:{i:0;s:6:\"text-4\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:4:{i:0;s:16:\"simple_sidenav-7\";i:1;s:16:\"simple_sidenav-4\";i:2;s:16:\"simple_sidenav-6\";i:3;s:12:\"categories-8\";}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:1:{i:0;s:14:\"recent-posts-5\";}s:9:\"sidebar-6\";a:1:{i:0;s:12:\"categories-7\";}s:9:\"sidebar-7\";a:1:{i:0;s:8:\"cforms-4\";}s:18:\"simple_sidenav_top\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(170,0,'_transient_random_seed','2c9d7afdaecc3543a099cbd955845e90','yes'),(103,0,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,0,'widget_calendar','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(105,0,'widget_links','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(106,0,'widget_tag_cloud','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(107,0,'widget_nav_menu','a:2:{i:5;a:2:{s:5:\"title\";s:0:\"\";s:8:\"nav_menu\";i:3;}s:12:\"_multiwidget\";i:1;}','yes'),(108,0,'widget_widget_twentyeleven_ephemera','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(109,0,'cron','a:3:{i:1317477996;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1317478003;a:1:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}s:7:\"version\";i:2;}','yes'),(110,0,'_transient_doing_cron','1317444000','yes'),(111,0,'_site_transient_update_core','O:8:\"stdClass\":3:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":9:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:40:\"http://wordpress.org/wordpress-3.2.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":4:{s:4:\"full\";s:40:\"http://wordpress.org/wordpress-3.2.1.zip\";s:10:\"no_content\";s:51:\"http://wordpress.org/wordpress-3.2.1-no-content.zip\";s:11:\"new_bundled\";s:52:\"http://wordpress.org/wordpress-3.2.1-new-bundled.zip\";s:7:\"partial\";b:0;}s:7:\"current\";s:5:\"3.2.1\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.2\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1317437961;s:15:\"version_checked\";s:5:\"3.2.1\";}','yes'),(2801,0,'_site_transient_timeout_theme_roots','1317445162','yes'),(2802,0,'_site_transient_theme_roots','a:5:{s:7:\"edegree\";s:7:\"/themes\";s:21:\"interpress/interpress\";s:7:\"/themes\";s:8:\"showcase\";s:7:\"/themes\";s:12:\"twentyeleven\";s:7:\"/themes\";s:9:\"twentyten\";s:7:\"/themes\";}','yes'),(2462,0,'_site_transient_update_themes','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1317410878;s:7:\"checked\";a:5:{s:7:\"edegree\";s:3:\"1.1\";s:21:\"interpress/interpress\";s:3:\"1.0\";s:8:\"showcase\";s:6:\"1.0.17\";s:12:\"twentyeleven\";s:3:\"1.2\";s:9:\"twentyten\";s:3:\"1.2\";}s:8:\"response\";a:0:{}}','yes'),(1622,0,'_site_transient_timeout_browser_19371eca1b0a07011b57efd4f7d31f8a','1315459958','yes'),(1623,0,'_site_transient_browser_19371eca1b0a07011b57efd4f7d31f8a','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"13.0.782.112\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"13\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(118,0,'dashboard_widget_options','a:4:{s:25:\"dashboard_recent_comments\";a:1:{s:5:\"items\";i:5;}s:24:\"dashboard_incoming_links\";a:5:{s:4:\"home\";s:42:\"http://newweb.amazingbusinessresources.com\";s:4:\"link\";s:118:\"http://blogsearch.google.com/blogsearch?scoring=d&partner=wordpress&q=link:http://newweb.amazingbusinessresources.com/\";s:3:\"url\";s:151:\"http://blogsearch.google.com/blogsearch_feeds?scoring=d&ie=utf-8&num=10&output=rss&partner=wordpress&q=link:http://newweb.amazingbusinessresources.com/\";s:5:\"items\";i:10;s:9:\"show_date\";b:0;}s:17:\"dashboard_primary\";a:7:{s:4:\"link\";s:26:\"http://wordpress.org/news/\";s:3:\"url\";s:31:\"http://wordpress.org/news/feed/\";s:5:\"title\";s:14:\"WordPress Blog\";s:5:\"items\";i:2;s:12:\"show_summary\";i:1;s:11:\"show_author\";i:0;s:9:\"show_date\";i:1;}s:19:\"dashboard_secondary\";a:7:{s:4:\"link\";s:28:\"http://planet.wordpress.org/\";s:3:\"url\";s:33:\"http://planet.wordpress.org/feed/\";s:5:\"title\";s:20:\"Other WordPress News\";s:5:\"items\";i:5;s:12:\"show_summary\";i:0;s:11:\"show_author\";i:0;s:9:\"show_date\";i:0;}}','yes'),(2473,0,'current_theme','eDegree&#176;','yes'),(126,0,'can_compress_scripts','1','yes'),(2300,0,'tbf2_custom_html_1','','yes'),(2301,0,'tbf2_custom_html_2','','yes'),(2302,0,'tbf2_custom_html_3','','yes'),(2303,0,'tbf2_custom_html_4','','yes'),(2304,0,'tbf2_custom_html_5','','yes'),(2305,0,'tbf2_custom_html_6','','yes'),(2306,0,'tbf2_custom_html_7','','yes'),(2307,0,'tbf2_custom_html_8','','yes'),(2308,0,'tbf2_custom_html_9','','yes'),(2309,0,'tbf2_custom_html_10','','yes'),(2310,0,'tbf2_header_image_file','','yes'),(2311,0,'tbf2_footer_image_file','','yes'),(2312,0,'tbf2_background_image_file','','yes'),(2313,0,'tbf2_background_color','','yes'),(2314,0,'tbf2_background_repeat','','yes'),(2546,0,'_site_transient_update_plugins','O:8:\"stdClass\":3:{s:12:\"last_checked\";i:1317410879;s:7:\"checked\";a:14:{s:19:\"akismet/akismet.php\";s:5:\"2.5.3\";s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";s:8:\"1.6.13.3\";s:61:\"basic-google-maps-placemarks/basic-google-maps-placemarks.php\";s:3:\"1.4\";s:17:\"cforms/cforms.php\";s:6:\"11.7.2\";s:29:\"easy-favicon/easy-favicon.php\";s:1:\"1\";s:31:\"exclude-pages/exclude_pages.php\";s:3:\"1.9\";s:41:\"flexi-pages-widget/flexi-pages-widget.php\";s:5:\"1.6.6\";s:9:\"hello.php\";s:3:\"1.6\";s:47:\"mappress-google-maps-for-wordpress/mappress.php\";s:4:\"2.38\";s:39:\"mce-table-buttons/mce_table_buttons.php\";s:7:\"1.0.3.1\";s:32:\"sexybookmarks/sexy-bookmarks.php\";s:5:\"3.3.2\";s:44:\"simple-sidebar-navigation/simple-sidenav.php\";s:5:\"2.1.4\";s:46:\"spam-free-wordpress/tl-spam-free-wordpress.php\";s:5:\"1.5.1\";s:48:\"slayers-custom-widgets/slayer_Custom_Widgets.php\";s:3:\"2.0\";}s:8:\"response\";a:5:{s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"520\";s:4:\"slug\";s:19:\"all-in-one-seo-pack\";s:11:\"new_version\";s:8:\"1.6.13.4\";s:3:\"url\";s:56:\"http://wordpress.org/extend/plugins/all-in-one-seo-pack/\";s:7:\"package\";s:61:\"http://downloads.wordpress.org/plugin/all-in-one-seo-pack.zip\";}s:31:\"exclude-pages/exclude_pages.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:4:\"1019\";s:4:\"slug\";s:13:\"exclude-pages\";s:11:\"new_version\";s:4:\"1.91\";s:3:\"url\";s:50:\"http://wordpress.org/extend/plugins/exclude-pages/\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/plugin/exclude-pages.1.91.zip\";}s:41:\"flexi-pages-widget/flexi-pages-widget.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:3:\"847\";s:4:\"slug\";s:18:\"flexi-pages-widget\";s:11:\"new_version\";s:6:\"1.6.10\";s:3:\"url\";s:55:\"http://wordpress.org/extend/plugins/flexi-pages-widget/\";s:7:\"package\";s:60:\"http://downloads.wordpress.org/plugin/flexi-pages-widget.zip\";}s:39:\"mce-table-buttons/mce_table_buttons.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:5:\"11143\";s:4:\"slug\";s:17:\"mce-table-buttons\";s:11:\"new_version\";s:5:\"1.0.4\";s:3:\"url\";s:54:\"http://wordpress.org/extend/plugins/mce-table-buttons/\";s:7:\"package\";s:65:\"http://downloads.wordpress.org/plugin/mce-table-buttons.1.0.4.zip\";}s:32:\"sexybookmarks/sexy-bookmarks.php\";O:8:\"stdClass\":5:{s:2:\"id\";s:4:\"6765\";s:4:\"slug\";s:13:\"sexybookmarks\";s:11:\"new_version\";s:7:\"4.0.6.2\";s:3:\"url\";s:50:\"http://wordpress.org/extend/plugins/sexybookmarks/\";s:7:\"package\";s:63:\"http://downloads.wordpress.org/plugin/sexybookmarks.4.0.6.2.zip\";}}}','yes'),(2786,0,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1317454078','no'),(2787,0,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1317410878','no'),(2788,0,'_transient_timeout_dash_aa95765b5cc111c56d5993d476b1c2f0','1317454078','no'),(2789,0,'_transient_dash_aa95765b5cc111c56d5993d476b1c2f0','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/k-TmU2pkyX8/\' title=\'BlogoLife is a simple HTML5 and CSS3 theme for personal blogging that supports post formats, and several customization options. Brightpage is a fixed-width right-sidebar theme with a featured images slides. Farewell is a simple two-column, fixed-width, blog style template. Grace is soft, subtle, and simple in an almost totally monochromatic color schreme exc [&hellip;]\'>Weblog Tools Collection: WordPress Theme Releases for 9/30</a></li><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2011/09/30/matthew-lawson-design-seo-and-selling-wordpress/\' title=\'Working as a freelance web designer and at several small studios, I’ve gained some experience in designing and marketing websites to small businesses. Since I started using WordPress for most of my websites, I’ve found that the value that independent designers are able to offer their clients increases exponentially. Pairing WordPress on-site SEO advances wit [&hellip;]\'>WordPress.tv: Matthew Lawson: Design, SEO and Selling WordPress</a></li><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2011/09/30/wes-chyrchel-wordpress-multisite/\' title=\'WordPress has been greatly improved over the last few releases. Along with interface changes, the release of WordPress 3.0 combined WPMU into the standard version of WordPress. Though the setup seems simple there still are a few added steps to get WordPress Multisite setup and working correctly at the site and server level. Multisite is a great tool for many [&hellip;]\'>WordPress.tv: Wes Chyrchel: WordPress Multisite</a></li><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2011/09/30/adam-mclane-creating-an-online-presence/\' title=\'This insightful workshop will take you from theory to practice by helping you understand not merely ways to do stuff, but also why and how stuff works. We’ll start by exploring the foundational philosophies that drive the social media and Internet communities; then we’ll discover three timeless principles for starting your online presence with audience. Most [&hellip;]\'>WordPress.tv: Adam McLane: Creating an Online Presence</a></li><li><a class=\'rsswidget\' href=\'http://wordpress.tv/2011/09/30/marcus-cohn-wordpress-for-education-kickass-edu-sites/\' title=\'Many school and .edu sites are still stuck in the 90’s. They’re quite often still hand-coded, lack a CMS, and miss the mark on today’s design standards and best practices. WordPress is an excellent option for these sites and there are many great .edu sites that run on WordPress. This presentation will cover basic design elements and best practices surroundin [&hellip;]\'>WordPress.tv: Marcus Cohn: WordPress for Education: Kickass .edu sites</a></li></ul></div>','no'),(2790,0,'_transient_timeout_feed_1a5f760f2e2b48827d4974a60857e7c2','1317454078','no'),(2791,0,'_transient_feed_1a5f760f2e2b48827d4974a60857e7c2','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n	\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Plugins » View: Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/extend/plugins/browse/updated/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WordPress Plugins » View: Recently Updated\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Sep 2011 19:13:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"blasher on \"Envato Referral\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/envato-referral/#post-30389\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Sep 2011 18:50:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"30389@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"A simple plugin that creates shortcodes and widgets for inserting referrals to envato.com sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"blasher\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"acalbert on \"WP Prettify\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/extend/plugins/wp-prettify/#post-30496\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 24 Sep 2011 20:47:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"30496@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"WP Prettify is renamed &#34;WP Code Highlight&#34;\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"acalbert\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"acalbert on \"WP Anti Spam\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/wp-anti-spam/#post-24491\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Feb 2011 05:09:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"24491@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:135:\"WP Anti Spam can anti automated spambots or anti spams by&#34;author&#34;,&#34;email&#34;,&#34;url&#34;,&#34;comment&#34;,&#34;ip&#34;.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"acalbert\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"acalbert on \"WP Code Highlight\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/wp-code-highlight/#post-30552\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Sep 2011 13:32:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"30552@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"WP Code Highlight provides clean syntax highlighting and it also provides a code button.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"acalbert\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"ashvini_saxena on \"Comment Juice\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/comment-juice/#post-30064\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 12 Sep 2011 08:28:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"30064@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"Comment-Juice Plugin is an excellent way to win over your readers. When they comment on your blog, they gain backlinks to their own blog.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"ashvini_saxena\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"mountbatt on \"WP-Cufon\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"http://wordpress.org/extend/plugins/wp-cufon/#post-10624\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 13 May 2009 01:43:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"10624@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Simple Plugin to enable Cufon fontreplacement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"mountbatt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"yeyangever on \"友言社交评论系统  youyan social comments system\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wordpress.org/extend/plugins/youyan-social-comment-system/#post-29448\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Aug 2011 12:19:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"29448@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"友言---最好的中文社交评论解决方案。专业界面，自定义功能丰富，同步七种社交网络，强大管理统计功能。\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"yeyangever\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"lynettechandler on \"List Authors Plus\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/extend/plugins/list-authors-plus/#post-7266\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 07 Oct 2008 14:40:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"7266@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"Adds a new template tag and widget for listing authors. The template customizes and extends wp_list_authors.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"lynettechandler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"garf90 on \"WP Online Store Final Beta Version (osCommerce)\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/wp-online-store/#post-28935\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 02 Aug 2011 00:36:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28935@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:135:\"A WordPress Online Store plugin that uses the legendary feature rich osCommerce shopping cart. Installs in seconds. Sets up in minutes.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"garf90\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"3dolab on \"Combo Slideshow\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/combo-slideshow/#post-28332\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jul 2011 19:21:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"28332@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:122:\"The features of the best slideshow javascript effects and WP plugins:\nBlog posts highlights, image gallery, custom slides!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"3dolab\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"nutsmuggler on \"Events Manager\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/events-manager/#post-6340\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Jul 2008 13:17:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"6340@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"Fully featured event registration management including recurring events, locations management, calendar, Google map integration, booking management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"nutsmuggler\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"giObanii fiOri on \"My Videotag [Youtube, Vimeo, DailyMotion, etc.]\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/extend/plugins/my-videotag/#post-21728\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 22 Oct 2010 13:51:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"21728@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:148:\"Implements Tag &#34;Video&#34; in posts and comments which automatically identifies videos from sites like: youtube, googlevideo, dailymotion, etc..\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"giObanii fiOri\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"interconnectit on \"Spots\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wordpress.org/extend/plugins/spots/#post-29591\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Aug 2011 15:03:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"29591@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:134:\"Content manage those little snippets of text that you need across your WordPress site and in widgets properly. Forget the text widget.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"interconnectit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"iHomefinder, Inc. on \"Optima Express IDX Plugin\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/optima-express/#post-29555\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 23 Aug 2011 20:55:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"29555@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:143:\"Optima Express is the leading IDX / MLS real estate search plugin for WordPress sites. Elegant interface, great SEO and excellent lead capture.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"iHomefinder, Inc.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"dzappone on \"Lightbox Plus\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/lightbox-plus/#post-6394\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Jul 2008 02:18:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"6394@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:120:\"Lightbox Plus permits users to view larger versions of images, simple slide shows, videos and content all in an overlay.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"dzappone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:52:\"http://wordpress.org/extend/plugins/rss/view/updated\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 30 Sep 2011 19:28:01 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:19:\"2011-09-21 18:50:59\";s:14:\"content-length\";s:4:\"8065\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(2762,0,'_transient_timeout_feed_ea0b3c7d8fad9a6b11251b2cb2c063ae','1317454077','no'),(2763,0,'_transient_feed_ea0b3c7d8fad9a6b11251b2cb2c063ae','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:4:\"\n  \n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:33:\"\n    \n    \n    \n    \n    \n    \n  \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"link:http://newweb.amazingbusinessresources.com/ - Google Blog Search\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"http://www.google.com/search?ie=utf-8&q=link:http://newweb.amazingbusinessresources.com/&tbm=blg&tbs=sbd:1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"Your search - <b>link:http://newweb.amazingbusinessresources.com/</b> - did not match any documents.  \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://a9.com/-/spec/opensearch/1.1/\";a:3:{s:12:\"totalResults\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:10:\"startIndex\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:12:\"itemsPerPage\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"10\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:7:{s:12:\"content-type\";s:28:\"text/xml; charset=ISO-8859-1\";s:4:\"date\";s:29:\"Fri, 30 Sep 2011 19:27:59 GMT\";s:7:\"expires\";s:2:\"-1\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:10:\"set-cookie\";a:2:{i:0;s:143:\"PREF=ID=5849caaf570cecfc:FF=0:TM=1317410879:LM=1317410879:S=VIBZgkyCUubbSz4Z; expires=Sun, 29-Sep-2013 19:27:59 GMT; path=/; domain=.google.com\";i:1;s:212:\"NID=51=RTZn2NrOZFii7OXFmveA7hsox8NTnttM476CXYq8GaQxSfSEzu9Ioo-ngVmiPbyodwPhuX7HaYCTP_NUECzc2ywlpaZpqrOXinOgBx8u2JpVprqPENG58lPVv2EQASVq; expires=Sat, 31-Mar-2012 19:27:59 GMT; path=/; domain=.google.com; HttpOnly\";}s:6:\"server\";s:3:\"gws\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(2764,0,'_transient_timeout_feed_mod_ea0b3c7d8fad9a6b11251b2cb2c063ae','1317454077','no'),(2765,0,'_transient_feed_mod_ea0b3c7d8fad9a6b11251b2cb2c063ae','1317410877','no'),(2766,0,'_transient_timeout_dash_20494a3d90a6669585674ed0eb8dcd8f','1317454077','no'),(2767,0,'_transient_dash_20494a3d90a6669585674ed0eb8dcd8f','<p>This dashboard widget queries <a href=\"http://blogsearch.google.com/\">Google Blog Search</a> so that when another blog links to your site it will show up here. It has found no incoming links&hellip; yet. It&#8217;s okay &#8212; there is no rush.</p>\n','no'),(2768,0,'_transient_timeout_feed_a5420c83891a9c88ad2a4f04584a5efc','1317454077','no'),(2769,0,'_transient_feed_a5420c83891a9c88ad2a4f04584a5efc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n	\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://wordpress.org/extend/plugins/browse/popular/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WordPress Plugins » View: Most Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Sep 2011 19:23:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"Arne on \"Google XML Sitemaps\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/extend/plugins/google-sitemap-generator/#post-132\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:31:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"132@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"This plugin will generate a special XML sitemap which will help search engines to better index your blog.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Arne\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Takayuki Miyoshi on \"Contact Form 7\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/contact-form-7/#post-2141\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 02 Aug 2007 12:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2141@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Just another contact form plugin. Simple but flexible.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Takayuki Miyoshi\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"uberdose on \"All in One SEO Pack\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Mar 2007 20:08:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"753@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"Automatically optimizes your Wordpress blog for Search Engines (Search Engine Optimization).\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"uberdose\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Joost de Valk on \"WordPress SEO\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/wordpress-seo/#post-8321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 Jan 2009 20:34:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"8321@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"Yoast&#039;s all in one WordPress SEO solution for your WordPress site: SEO titles, meta descriptions, XML sitemaps, breadcrumbs &#38; more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"Brian Colinger on \"WordPress Importer\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/extend/plugins/wordpress-importer/#post-18101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 May 2010 17:42:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"18101@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brian Colinger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Alex Rabe on \"NextGEN Gallery\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/nextgen-gallery/#post-1169\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 23 Apr 2007 20:08:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"1169@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"NextGEN Gallery is a full integrated Image Gallery plugin for WordPress with dozens of options and features.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Alex Rabe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"casibus on \"ourSTATS Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/extend/plugins/ourstatsde-widget/#post-18282\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 29 May 2010 14:16:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"18282@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"create a widget for the ourstats.de counter service\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"casibus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"mdawaffe on \"Jetpack by WordPress.com\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/extend/plugins/jetpack/#post-23862\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jan 2011 02:21:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"23862@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Supercharge your WordPress site with powerful features previously only available to WordPress.com users.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"mdawaffe\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"flash gallery on \"1 Flash Gallery\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/extend/plugins/1-flash-gallery/#post-24163\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Feb 2011 14:02:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"24163@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:146:\"1 Flash Gallery is a Photo Gallery with slideshow function, many skins and powerfull admin to manage your image gallery without any program skills\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"flash gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Matt Mullenweg on \"Akismet\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/extend/plugins/akismet/#post-15\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Mar 2007 22:11:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"15@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"Akismet checks your comments against the Akismet web service to see if they look like spam or not.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Joost de Valk on \"Google Analytics for WordPress\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 14 Sep 2007 12:15:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"2316@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:145:\"Track your WordPress site easily and with lots of metadata: views per author &#38; category, automatic tracking of outbound clicks and pageviews.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Joost de Valk\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"BraveNewCode Inc. on \"WPtouch\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"http://wordpress.org/extend/plugins/wptouch/#post-5468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 01 May 2008 04:58:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"5468@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:150:\"WPtouch: A simple, powerful and elegant mobile theme for your website.\n\nWPtouch automatically transforms your WordPress blog into an iPhone applicatio\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"BraveNewCode Inc.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Frederick Townes on \"W3 Total Cache\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/w3-total-cache/#post-12073\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jul 2009 18:46:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"12073@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:135:\"Improve site performance and user experience via caching: browser, page, object, database, minify and content delivery network support.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"Frederick Townes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"SEO Design Solutions on \"SEO Ultimate\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/seo-ultimate/#post-10779\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 May 2009 16:15:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"10779@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"This all-in-one SEO plugin gives you control over title tags, noindex, meta tags, slugs, canonical, autolinks, 404 errors, rich snippets, and more.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"SEO Design Solutions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"eight7teen on \"SexyBookmarks | email, bookmark, and share buttons\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/sexybookmarks/#post-9249\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 22 Feb 2009 11:30:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"9249@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Adds an attractive social bookmarking menu to your posts, pages, index, or any combination of the three.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"eight7teen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:52:\"http://wordpress.org/extend/plugins/rss/view/popular\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 30 Sep 2011 19:27:59 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:19:\"2007-03-09 22:31:32\";s:14:\"content-length\";s:4:\"7992\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(2772,0,'_site_transient_timeout_wporg_theme_feature_list','1317421678','yes'),(2773,0,'_site_transient_wporg_theme_feature_list','a:5:{s:6:\"Colors\";a:15:{i:0;s:5:\"black\";i:1;s:4:\"blue\";i:2;s:5:\"brown\";i:3;s:4:\"gray\";i:4;s:5:\"green\";i:5;s:6:\"orange\";i:6;s:4:\"pink\";i:7;s:6:\"purple\";i:8;s:3:\"red\";i:9;s:6:\"silver\";i:10;s:3:\"tan\";i:11;s:5:\"white\";i:12;s:6:\"yellow\";i:13;s:4:\"dark\";i:14;s:5:\"light\";}s:7:\"Columns\";a:6:{i:0;s:10:\"one-column\";i:1;s:11:\"two-columns\";i:2;s:13:\"three-columns\";i:3;s:12:\"four-columns\";i:4;s:12:\"left-sidebar\";i:5;s:13:\"right-sidebar\";}s:5:\"Width\";a:2:{i:0;s:11:\"fixed-width\";i:1;s:14:\"flexible-width\";}s:8:\"Features\";a:18:{i:0;s:8:\"blavatar\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:20:\"front-page-post-form\";i:10;s:19:\"full-width-template\";i:11;s:12:\"microformats\";i:12;s:12:\"post-formats\";i:13;s:20:\"rtl-language-support\";i:14;s:11:\"sticky-post\";i:15;s:13:\"theme-options\";i:16;s:17:\"threaded-comments\";i:17;s:17:\"translation-ready\";}s:7:\"Subject\";a:3:{i:0;s:7:\"holiday\";i:1;s:13:\"photoblogging\";i:2;s:8:\"seasonal\";}}','yes'),(510,0,'category_children','a:0:{}','yes'),(514,0,'zemanta_api_key','nwbliuy3wrrcnbtvspgcdnha','yes'),(516,0,'socialslider_instalacja','1314518172','yes'),(517,0,'socialslider_widget_widget',' ','yes'),(518,0,'socialslider_widget_width','200px','yes'),(519,0,'socialslider_widget_height','auto','yes'),(520,0,'socialslider_miejsce','lewa','yes'),(521,0,'socialslider_kolor','jasny','yes'),(522,0,'socialslider_custom_background','#ffffff','yes'),(523,0,'socialslider_custom_border','#cccccc','yes'),(524,0,'socialslider_custom_font','#666666','yes'),(525,0,'socialslider_custom_radius','6px','yes'),(526,0,'socialslider_opacity','1','yes'),(527,0,'socialslider_ikony','standard','yes'),(528,0,'socialslider_szybkosc','normal','yes'),(529,0,'socialslider_link','tak','yes'),(530,0,'socialslider_position','fixed','yes'),(531,0,'socialslider_target','self','yes'),(532,0,'socialslider_nofollow','tak','yes'),(533,0,'socialslider_mobile','tak','yes'),(534,0,'socialslider_rozdzielczosc','0px','yes'),(535,0,'socialslider_top','150px','yes'),(536,0,'socialslider_tryb','uproszczony','yes'),(539,0,'pppm_phrase_filter_executing','1','yes'),(557,0,'pppm_html_manager_executing','1','yes'),(742,0,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(1052,0,'widget_shailan-subpages-widget','a:3:{i:2;a:0:{}i:3;a:8:{s:16:\"use_parent_title\";s:2:\"on\";s:13:\"link_on_title\";s:2:\"on\";s:5:\"title\";s:19:\"website development\";s:7:\"childof\";s:2:\"21\";s:3:\"rel\";s:0:\"\";s:7:\"exclude\";s:0:\"\";s:11:\"sort_column\";s:22:\"menu_order, post_title\";s:5:\"depth\";s:2:\"-1\";}s:12:\"_multiwidget\";i:1;}','yes'),(912,0,'slayer_widgets','a:15:{s:11:\"nav_menu-26\";a:6:{s:5:\"posts\";a:0:{}s:5:\"pages\";a:11:{i:156;s:19:\"Website Development\";i:244;s:27:\"Email Marketing Integration\";i:242;s:22:\"Search Engine Friendly\";i:240;s:14:\"Website Rewamp\";i:238;s:10:\"e-Commerce\";i:236;s:31:\"Content Management System - CMS\";i:234;s:12:\"Website Blog\";i:231;s:14:\"Graphic Design\";i:227;s:19:\"Content Copywriting\";i:222;s:33:\"Structure and Navigation Planning\";i:218;s:16:\"Conceptulization\";}s:10:\"categories\";a:0:{}s:4:\"tags\";a:0:{}s:7:\"authors\";a:0:{}s:4:\"opts\";a:0:{}}s:11:\"nav_menu-27\";a:6:{s:5:\"posts\";a:0:{}s:5:\"pages\";a:20:{i:482;s:15:\"Email Marketing\";i:444;s:20:\"Email Marketing Tips\";i:372;s:14:\"Media Planning\";i:370;s:16:\"Mobile Marketing\";i:313;s:22:\"Social Media Marketing\";i:297;s:17:\"Track Performance\";i:295;s:23:\"Autoresponder Follow Up\";i:293;s:21:\"Subscriber Management\";i:291;s:20:\"Website Signup Forms\";i:289;s:17:\"Email Newsletters\";i:278;s:21:\"Social Media Campaign\";i:269;s:18:\"Social Integration\";i:267;s:20:\"Foursquare Marketing\";i:265;s:18:\"LinkedIn Marketing\";i:263;s:14:\"Blog Marketing\";i:261;s:17:\"Youtube Marketing\";i:259;s:17:\"Twitter Marketing\";i:257;s:18:\"Facebook Marketing\";i:244;s:27:\"Email Marketing Integration\";i:211;s:32:\"Search Engine Optimization - SEO\";}s:10:\"categories\";a:0:{}s:4:\"tags\";a:0:{}s:7:\"authors\";a:0:{}s:4:\"opts\";a:0:{}}s:11:\"nav_menu-34\";a:6:{s:5:\"posts\";a:0:{}s:5:\"pages\";a:30:{i:482;s:15:\"Email Marketing\";i:444;s:20:\"Email Marketing Tips\";i:372;s:14:\"Media Planning\";i:370;s:16:\"Mobile Marketing\";i:313;s:22:\"Social Media Marketing\";i:297;s:17:\"Track Performance\";i:295;s:23:\"Autoresponder Follow Up\";i:293;s:21:\"Subscriber Management\";i:291;s:20:\"Website Signup Forms\";i:289;s:17:\"Email Newsletters\";i:278;s:21:\"Social Media Campaign\";i:269;s:18:\"Social Integration\";i:267;s:20:\"Foursquare Marketing\";i:265;s:18:\"LinkedIn Marketing\";i:263;s:14:\"Blog Marketing\";i:261;s:17:\"Youtube Marketing\";i:259;s:17:\"Twitter Marketing\";i:257;s:18:\"Facebook Marketing\";i:244;s:27:\"Email Marketing Integration\";i:242;s:22:\"Search Engine Friendly\";i:240;s:14:\"Website Rewamp\";i:238;s:10:\"e-Commerce\";i:236;s:31:\"Content Management System - CMS\";i:234;s:12:\"Website Blog\";i:231;s:14:\"Graphic Design\";i:227;s:19:\"Content Copywriting\";i:222;s:33:\"Structure and Navigation Planning\";i:218;s:16:\"Conceptulization\";i:211;s:32:\"Search Engine Optimization - SEO\";i:156;s:19:\"Website Development\";}s:10:\"categories\";a:0:{}s:4:\"tags\";a:0:{}s:7:\"authors\";a:0:{}s:4:\"opts\";a:0:{}}s:11:\"nav_menu-33\";a:6:{s:5:\"posts\";a:0:{}s:5:\"pages\";a:9:{i:313;s:22:\"Social Media Marketing\";i:278;s:21:\"Social Media Campaign\";i:269;s:18:\"Social Integration\";i:267;s:20:\"Foursquare Marketing\";i:265;s:18:\"LinkedIn Marketing\";i:263;s:14:\"Blog Marketing\";i:261;s:17:\"Youtube Marketing\";i:259;s:17:\"Twitter Marketing\";i:257;s:18:\"Facebook Marketing\";}s:10:\"categories\";a:0:{}s:4:\"tags\";a:0:{}s:7:\"authors\";a:0:{}s:4:\"opts\";a:0:{}}s:11:\"nav_menu-32\";a:6:{s:5:\"posts\";a:0:{}s:5:\"pages\";a:21:{i:482;s:15:\"Email Marketing\";i:444;s:20:\"Email Marketing Tips\";i:372;s:14:\"Media Planning\";i:370;s:16:\"Mobile Marketing\";i:297;s:17:\"Track Performance\";i:295;s:23:\"Autoresponder Follow Up\";i:293;s:21:\"Subscriber Management\";i:291;s:20:\"Website Signup Forms\";i:289;s:17:\"Email Newsletters\";i:244;s:27:\"Email Marketing Integration\";i:242;s:22:\"Search Engine Friendly\";i:240;s:14:\"Website Rewamp\";i:238;s:10:\"e-Commerce\";i:236;s:31:\"Content Management System - CMS\";i:234;s:12:\"Website Blog\";i:231;s:14:\"Graphic Design\";i:227;s:19:\"Content Copywriting\";i:222;s:33:\"Structure and Navigation Planning\";i:218;s:16:\"Conceptulization\";i:211;s:32:\"Search Engine Optimization - SEO\";i:156;s:19:\"Website Development\";}s:10:\"categories\";a:0:{}s:4:\"tags\";a:0:{}s:7:\"authors\";a:0:{}s:4:\"opts\";a:0:{}}s:11:\"nav_menu-31\";a:6:{s:5:\"posts\";a:0:{}s:5:\"pages\";a:7:{i:482;s:15:\"Email Marketing\";i:444;s:20:\"Email Marketing Tips\";i:297;s:17:\"Track Performance\";i:295;s:23:\"Autoresponder Follow Up\";i:293;s:21:\"Subscriber Management\";i:291;s:20:\"Website Signup Forms\";i:289;s:17:\"Email Newsletters\";}s:10:\"categories\";a:0:{}s:4:\"tags\";a:0:{}s:7:\"authors\";a:0:{}s:4:\"opts\";a:0:{}}s:11:\"nav_menu-30\";a:6:{s:5:\"posts\";a:0:{}s:5:\"pages\";a:23:{i:372;s:14:\"Media Planning\";i:370;s:16:\"Mobile Marketing\";i:313;s:22:\"Social Media Marketing\";i:278;s:21:\"Social Media Campaign\";i:269;s:18:\"Social Integration\";i:267;s:20:\"Foursquare Marketing\";i:265;s:18:\"LinkedIn Marketing\";i:263;s:14:\"Blog Marketing\";i:261;s:17:\"Youtube Marketing\";i:259;s:17:\"Twitter Marketing\";i:257;s:18:\"Facebook Marketing\";i:244;s:27:\"Email Marketing Integration\";i:242;s:22:\"Search Engine Friendly\";i:240;s:14:\"Website Rewamp\";i:238;s:10:\"e-Commerce\";i:236;s:31:\"Content Management System - CMS\";i:234;s:12:\"Website Blog\";i:231;s:14:\"Graphic Design\";i:227;s:19:\"Content Copywriting\";i:222;s:33:\"Structure and Navigation Planning\";i:218;s:16:\"Conceptulization\";i:211;s:32:\"Search Engine Optimization - SEO\";i:156;s:19:\"Website Development\";}s:10:\"categories\";a:0:{}s:4:\"tags\";a:0:{}s:7:\"authors\";a:0:{}s:4:\"opts\";a:0:{}}s:11:\"nav_menu-28\";a:6:{s:5:\"posts\";a:0:{}s:5:\"pages\";a:30:{i:482;s:15:\"Email Marketing\";i:444;s:20:\"Email Marketing Tips\";i:372;s:14:\"Media Planning\";i:370;s:16:\"Mobile Marketing\";i:313;s:22:\"Social Media Marketing\";i:297;s:17:\"Track Performance\";i:295;s:23:\"Autoresponder Follow Up\";i:293;s:21:\"Subscriber Management\";i:291;s:20:\"Website Signup Forms\";i:289;s:17:\"Email Newsletters\";i:278;s:21:\"Social Media Campaign\";i:269;s:18:\"Social Integration\";i:267;s:20:\"Foursquare Marketing\";i:265;s:18:\"LinkedIn Marketing\";i:263;s:14:\"Blog Marketing\";i:261;s:17:\"Youtube Marketing\";i:259;s:17:\"Twitter Marketing\";i:257;s:18:\"Facebook Marketing\";i:244;s:27:\"Email Marketing Integration\";i:242;s:22:\"Search Engine Friendly\";i:240;s:14:\"Website Rewamp\";i:238;s:10:\"e-Commerce\";i:236;s:31:\"Content Management System - CMS\";i:234;s:12:\"Website Blog\";i:231;s:14:\"Graphic Design\";i:227;s:19:\"Content Copywriting\";i:222;s:33:\"Structure and Navigation Planning\";i:218;s:16:\"Conceptulization\";i:211;s:32:\"Search Engine Optimization - SEO\";i:156;s:19:\"Website Development\";}s:10:\"categories\";a:0:{}s:4:\"tags\";a:0:{}s:7:\"authors\";a:0:{}s:4:\"opts\";a:0:{}}s:11:\"nav_menu-35\";a:6:{s:5:\"posts\";a:0:{}s:5:\"pages\";a:30:{i:482;s:15:\"Email Marketing\";i:444;s:20:\"Email Marketing Tips\";i:372;s:14:\"Media Planning\";i:370;s:16:\"Mobile Marketing\";i:313;s:22:\"Social Media Marketing\";i:297;s:17:\"Track Performance\";i:295;s:23:\"Autoresponder Follow Up\";i:293;s:21:\"Subscriber Management\";i:291;s:20:\"Website Signup Forms\";i:289;s:17:\"Email Newsletters\";i:278;s:21:\"Social Media Campaign\";i:269;s:18:\"Social Integration\";i:267;s:20:\"Foursquare Marketing\";i:265;s:18:\"LinkedIn Marketing\";i:263;s:14:\"Blog Marketing\";i:261;s:17:\"Youtube Marketing\";i:259;s:17:\"Twitter Marketing\";i:257;s:18:\"Facebook Marketing\";i:244;s:27:\"Email Marketing Integration\";i:242;s:22:\"Search Engine Friendly\";i:240;s:14:\"Website Rewamp\";i:238;s:10:\"e-Commerce\";i:236;s:31:\"Content Management System - CMS\";i:234;s:12:\"Website Blog\";i:231;s:14:\"Graphic Design\";i:227;s:19:\"Content Copywriting\";i:222;s:33:\"Structure and Navigation Planning\";i:218;s:16:\"Conceptulization\";i:211;s:32:\"Search Engine Optimization - SEO\";i:156;s:19:\"Website Development\";}s:10:\"categories\";a:0:{}s:4:\"tags\";a:0:{}s:7:\"authors\";a:0:{}s:4:\"opts\";a:0:{}}s:12:\"categories-3\";a:6:{s:5:\"posts\";a:0:{}s:5:\"pages\";a:0:{}s:10:\"categories\";a:0:{}s:4:\"tags\";a:0:{}s:7:\"authors\";a:0:{}s:4:\"opts\";a:0:{}}s:6:\"text-3\";a:6:{s:5:\"posts\";a:0:{}s:5:\"pages\";a:1:{i:32;s:10:\"Contact us\";}s:10:\"categories\";a:0:{}s:4:\"tags\";a:0:{}s:7:\"authors\";a:0:{}s:4:\"opts\";a:0:{}}s:12:\"categories-4\";a:6:{s:5:\"posts\";a:0:{}s:5:\"pages\";a:0:{}s:10:\"categories\";a:0:{}s:4:\"tags\";a:0:{}s:7:\"authors\";a:0:{}s:4:\"opts\";a:0:{}}s:12:\"categories-5\";a:6:{s:5:\"posts\";a:0:{}s:5:\"pages\";a:2:{i:21;s:12:\"Our Services\";i:14;s:8:\"About Us\";}s:10:\"categories\";a:0:{}s:4:\"tags\";a:0:{}s:7:\"authors\";a:0:{}s:4:\"opts\";a:0:{}}s:12:\"categories-6\";a:6:{s:5:\"posts\";a:0:{}s:5:\"pages\";a:3:{i:21;s:12:\"Our Services\";i:14;s:8:\"About Us\";i:35;s:4:\"Blog\";}s:10:\"categories\";a:0:{}s:4:\"tags\";a:0:{}s:7:\"authors\";a:0:{}s:4:\"opts\";a:0:{}}s:8:\"cforms-2\";a:6:{s:5:\"posts\";a:0:{}s:5:\"pages\";a:0:{}s:10:\"categories\";a:0:{}s:4:\"tags\";a:0:{}s:7:\"authors\";a:0:{}s:4:\"opts\";a:0:{}}}','yes'),(964,0,'widget_simple_sidenav','a:6:{i:2;a:0:{}i:3;a:6:{s:5:\"title\";s:0:\"\";s:8:\"navlinks\";s:482:\"a:4:{i:0;a:4:{s:4:\"page\";s:3:\"156\";s:5:\"title\";s:28:\"V2Vic2l0ZSBEZXZlbG9wbWVudA==\";s:6:\"linkid\";s:1:\"4\";s:5:\"depth\";i:0;}i:1;a:4:{s:4:\"page\";s:3:\"211\";s:5:\"title\";s:44:\"U2VhcmNoIEVuZ2luZSBPcHRpbWl6YXRpb24gLSBTRU8=\";s:6:\"linkid\";s:1:\"2\";s:5:\"depth\";i:0;}i:2;a:4:{s:4:\"page\";s:3:\"313\";s:5:\"title\";s:32:\"U29jaWFsIE1lZGlhIE1hcmtldGluZw==\";s:6:\"linkid\";s:1:\"3\";s:5:\"depth\";i:0;}i:3;a:4:{s:4:\"page\";s:3:\"309\";s:5:\"title\";s:20:\"RW1haWwgTWFya2V0aW5n\";s:6:\"linkid\";s:1:\"1\";s:5:\"depth\";i:0;}}\";s:10:\"linktarget\";N;s:6:\"action\";s:1:\"1\";s:4:\"show\";s:3:\"all\";s:4:\"slug\";s:0:\"\";}i:4;a:6:{s:5:\"title\";s:19:\"Website Development\";s:8:\"navlinks\";s:1953:\"a:8:{i:0;a:5:{s:6:\"custom\";s:106:\"http://newweb.amazingbusinessresources.com/amazings-services/website-development/website-conceptualization\";s:5:\"title\";s:36:\"V2Vic2l0ZSBDb25jZXB0dWFsaXphdGlvbg==\";s:6:\"target\";s:0:\"\";s:6:\"linkid\";s:1:\"3\";s:5:\"depth\";i:0;}i:1;a:5:{s:6:\"custom\";s:122:\"http://newweb.amazingbusinessresources.com/amazings-services/website-development/website-structure-and-navigation-planning\";s:5:\"title\";s:60:\"T3JnYW5pemluZyBTdHJ1Y3R1cmUgYW5kIE5hdmlnYXRpb24gUGxhbm5pbmc=\";s:6:\"target\";s:0:\"\";s:6:\"linkid\";s:1:\"4\";s:5:\"depth\";i:0;}i:2;a:5:{s:6:\"custom\";s:122:\"http://newweb.amazingbusinessresources.com/amazings-services/website-development/website-structure-and-navigation-planning\";s:5:\"title\";s:28:\"Q29udGVudCBDb3B5d3JpdHRpbmc=\";s:6:\"target\";s:0:\"\";s:6:\"linkid\";s:1:\"1\";s:5:\"depth\";i:0;}i:3;a:5:{s:6:\"custom\";s:95:\"http://newweb.amazingbusinessresources.com/amazings-services/website-development/graphic-design\";s:5:\"title\";s:20:\"R3JhcGhpYyBEZXNpZ24=\";s:6:\"target\";s:0:\"\";s:6:\"linkid\";s:1:\"5\";s:5:\"depth\";i:0;}i:4;a:5:{s:6:\"custom\";s:93:\"http://newweb.amazingbusinessresources.com/amazings-services/website-development/website-blog\";s:5:\"title\";s:16:\"V2Vic2l0ZSBCbG9n\";s:6:\"target\";s:0:\"\";s:6:\"linkid\";s:1:\"6\";s:5:\"depth\";i:0;}i:5;a:5:{s:6:\"custom\";s:110:\"http://newweb.amazingbusinessresources.com/amazings-services/website-development/content-management-system-cms\";s:5:\"title\";s:36:\"V2Vic2l0ZSBDb250ZW50IE1hbmFnZW1lbnQ=\";s:6:\"target\";s:0:\"\";s:6:\"linkid\";s:1:\"7\";s:5:\"depth\";i:0;}i:6;a:5:{s:6:\"custom\";s:91:\"http://newweb.amazingbusinessresources.com/amazings-services/website-development/e-commerce\";s:5:\"title\";s:16:\"ZS1Db21tZXJjZQ==\";s:6:\"target\";s:0:\"\";s:6:\"linkid\";s:1:\"8\";s:5:\"depth\";i:0;}i:7;a:5:{s:6:\"custom\";s:96:\"http://newweb.amazingbusinessresources.com/amazings-services/website-development/promote-website\";s:5:\"title\";s:32:\"R2VuZXJhdGUgV2Vic2l0ZSBUcmFmZmlj\";s:6:\"target\";s:0:\"\";s:6:\"linkid\";s:1:\"9\";s:5:\"depth\";i:0;}}\";s:10:\"linktarget\";N;s:6:\"action\";s:1:\"1\";s:4:\"show\";s:4:\"page\";s:4:\"slug\";s:19:\"website-development\";}i:6;a:6:{s:5:\"title\";s:22:\"Social Media Marketing\";s:8:\"navlinks\";s:729:\"a:3:{i:0;a:5:{s:6:\"custom\";s:101:\"http://newweb.amazingbusinessresources.com/amazings-services/social-mediamarketing/facebook-marketing\";s:5:\"title\";s:24:\"RmFjZWJvb2sgTWFya2V0aW5n\";s:6:\"target\";s:0:\"\";s:6:\"linkid\";s:1:\"1\";s:5:\"depth\";i:0;}i:1;a:5:{s:6:\"custom\";s:100:\"http://newweb.amazingbusinessresources.com/amazings-services/social-mediamarketing/twitter-marketing\";s:5:\"title\";s:24:\"VHdpdHRlciBNYXJrZXRpbmc=\";s:6:\"target\";s:0:\"\";s:6:\"linkid\";s:1:\"3\";s:5:\"depth\";i:0;}i:2;a:6:{s:6:\"custom\";s:100:\"http://newweb.amazingbusinessresources.com/amazings-services/social-mediamarketing/youtube-marketing\";s:5:\"title\";s:24:\"WW91dHViZSBNYXJrZXRpbmc=\";s:6:\"target\";s:0:\"\";s:6:\"linkid\";s:1:\"4\";s:8:\"parentid\";s:1:\"3\";s:5:\"depth\";i:1;}}\";s:10:\"linktarget\";N;s:6:\"action\";s:1:\"1\";s:4:\"show\";s:4:\"page\";s:4:\"slug\";s:21:\"social-mediamarketing\";}i:7;a:6:{s:5:\"title\";s:16:\"Amazing Services\";s:8:\"navlinks\";s:645:\"a:6:{i:0;a:4:{s:4:\"page\";s:3:\"156\";s:5:\"title\";s:28:\"V2Vic2l0ZSBEZXZlbG9wbWVudA==\";s:6:\"linkid\";s:1:\"1\";s:5:\"depth\";i:0;}i:1;a:4:{s:4:\"page\";s:3:\"211\";s:5:\"title\";s:4:\"U0VP\";s:6:\"linkid\";s:1:\"2\";s:5:\"depth\";i:0;}i:2;a:4:{s:4:\"page\";s:3:\"313\";s:5:\"title\";s:16:\"U29jaWFsIE1lZGlh\";s:6:\"linkid\";s:1:\"3\";s:5:\"depth\";i:0;}i:3;a:4:{s:4:\"page\";s:3:\"482\";s:5:\"title\";s:20:\"RW1haWwgTWFya2V0aW5n\";s:6:\"linkid\";s:1:\"6\";s:5:\"depth\";i:0;}i:4;a:4:{s:4:\"page\";s:3:\"370\";s:5:\"title\";s:24:\"TW9iaWxlIE1hcmtldGluZw==\";s:6:\"linkid\";s:1:\"4\";s:5:\"depth\";i:0;}i:5;a:4:{s:4:\"page\";s:3:\"372\";s:5:\"title\";s:20:\"TWVkaWEgUGxhbm5pbmc=\";s:6:\"linkid\";s:1:\"5\";s:5:\"depth\";i:0;}}\";s:10:\"linktarget\";N;s:6:\"action\";s:1:\"1\";s:4:\"show\";s:4:\"home\";s:4:\"slug\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(915,0,'widget_olt-subpages-navigation-widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(1053,0,'_transient_timeout_feed_4b5d5bf1bce62ec1f06e2b9196618224','1314605746','no'),(1054,0,'_transient_feed_4b5d5bf1bce62ec1f06e2b9196618224','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:50:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"shailan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"http://shailan.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"tips & resources on wordpress and web design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 25 Aug 2011 14:27:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Twitterify 1.2beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"http://shailan.com/twitterify-1-2beta/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://shailan.com/twitterify-1-2beta/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 04 Aug 2011 10:30:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"1.2beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:7:\"hashtag\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:10:\"micro-blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:7:\"options\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:7:\"twitter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:10:\"twitterify\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=2799\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:764:\"Just released 1.2beta version of Twitterify plugin. Twitterify allows you to easily create hash tags, @ author links and auto-link url&#8216;s easily without any html <a href=\"http://shailan.com/twitterify-1-2beta/\" class=\"read-more\">Read More →</a>\n\n\nRelated posts:<ol><li><a href=\'http://shailan.com/new-plugin-twitterify/\' rel=\'bookmark\' title=\'New plugin : Twitterify\'>New plugin : Twitterify</a></li>\n<li><a href=\'http://shailan.com/twitterify-plugin-now-available-from-wordpress-org/\' rel=\'bookmark\' title=\'Twitterify plugin now available from wordpress.org\'>Twitterify plugin now available from wordpress.org</a></li>\n<li><a href=\'http://shailan.com/twitterify-update-1-1/\' rel=\'bookmark\' title=\'Twitterify update 1.1\'>Twitterify update 1.1</a></li>\n</ol>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Metin Saylan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://shailan.com/twitterify-1-2beta/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"How to get page id using page slugs in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://shailan.com/how-to-get-page-id-using-page-slugs-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"http://shailan.com/how-to-get-page-id-using-page-slugs-in-wordpress/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 03 Aug 2011 18:39:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:8:\"Snippets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:20:\"dropdown-menu-widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"exclude\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:13:\"exclude pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:16:\"get_page_by_path\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:2:\"id\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:4:\"page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:4:\"slug\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=2784\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:839:\"One of my visitors asked me how to get page id using page slug and i wrote a small snippet to easily achieve this in <a href=\"http://shailan.com/how-to-get-page-id-using-page-slugs-in-wordpress/\" class=\"read-more\">Read More →</a>\n\n\nRelated posts:<ol><li><a href=\'http://shailan.com/dropdown-menu-widget-template-tag-usage-explained/\' rel=\'bookmark\' title=\'Dropdown Menu Widget Template Tag Usage Explained\'>Dropdown Menu Widget Template Tag Usage Explained</a></li>\n<li><a href=\'http://shailan.com/how-to-exclude-categories-and-tags-from-your-widgets/\' rel=\'bookmark\' title=\'How to exclude categories and tags from your widgets\'>How to exclude categories and tags from your widgets</a></li>\n<li><a href=\'http://shailan.com/how-to-find-id-of-a-page/\' rel=\'bookmark\' title=\'How to find ID of a page\'>How to find ID of a page</a></li>\n</ol>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Metin Saylan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://shailan.com/how-to-get-page-id-using-page-slugs-in-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Dropdown Menu Widget Template Tag Usage Explained\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"http://shailan.com/dropdown-menu-widget-template-tag-usage-explained/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://shailan.com/dropdown-menu-widget-template-tag-usage-explained/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 31 Jul 2011 22:10:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:3:\"CSS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Featured\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"PHP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"Snippets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:4:\"code\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:20:\"dropdown-menu-widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:12:\"template tag\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=2773\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:861:\"Dropdown menu widget is so easy to use as a widget, but it also supports usage of PHP template tags. Using PHP code to insert <a href=\"http://shailan.com/dropdown-menu-widget-template-tag-usage-explained/\" class=\"read-more\">Read More →</a>\n\n\nRelated posts:<ol><li><a href=\'http://shailan.com/custom-dropdown-menu-using-wordpress-3-nav-menus/\' rel=\'bookmark\' title=\'Custom Dropdown Menu Using WordPress 3 Nav Menus\'>Custom Dropdown Menu Using WordPress 3 Nav Menus</a></li>\n<li><a href=\'http://shailan.com/dropdown-menu-widget-1-7-1-hotfix/\' rel=\'bookmark\' title=\'Dropdown Menu Widget 1.7.1 hotfix\'>Dropdown Menu Widget 1.7.1 hotfix</a></li>\n<li><a href=\'http://shailan.com/how-to-get-page-id-using-page-slugs-in-wordpress/\' rel=\'bookmark\' title=\'How to get page id using page slugs in wordpress\'>How to get page id using page slugs in wordpress</a></li>\n</ol>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Metin Saylan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://shailan.com/dropdown-menu-widget-template-tag-usage-explained/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"How to make auto-embedded videos obey z-index\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://shailan.com/how-to-make-auto-embedded-videos-obey-z-index/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://shailan.com/how-to-make-auto-embedded-videos-obey-z-index/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 31 Jul 2011 15:01:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:13:{i:0;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"Wordpress Hacks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:23:\"Wordpress Tips & tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"autoembed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"filter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:4:\"from\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:4:\"link\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:6:\"oEmbed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:6:\"output\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:7:\"problem\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:5:\"video\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:11;a:5:{s:4:\"data\";s:7:\"youtube\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:12;a:5:{s:4:\"data\";s:7:\"z-index\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=2764\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:752:\"WordPress allows you to embed videos so easily using oEmbed. You can easily add videos to your post just pasting their URL to your post. <a href=\"http://shailan.com/how-to-make-auto-embedded-videos-obey-z-index/\" class=\"read-more\">Read More →</a>\n\n\nRelated posts:<ol><li><a href=\'http://shailan.com/how-to-change-default-embed-size-using-filters/\' rel=\'bookmark\' title=\'How to change default embed size using filters\'>How to change default embed size using filters</a></li>\n<li><a href=\'http://shailan.com/wordpress-2-8-released/\' rel=\'bookmark\' title=\'WordPress 2.8 Released!\'>WordPress 2.8 Released!</a></li>\n<li><a href=\'http://shailan.com/wordpress-3-0-is-here/\' rel=\'bookmark\' title=\'WordPress 3.0 is here!\'>WordPress 3.0 is here!</a></li>\n</ol>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Metin Saylan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://shailan.com/how-to-make-auto-embedded-videos-obey-z-index/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Video tutorial : How to create a custom dropdown menu on your site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://shailan.com/video-tutorial-how-to-create-a-custom-dropdown-menu-on-your-site/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://shailan.com/video-tutorial-how-to-create-a-custom-dropdown-menu-on-your-site/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 21 Jul 2011 20:10:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:12:{i:0;a:5:{s:4:\"data\";s:8:\"Featured\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"categories\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:12:\"custom links\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:8:\"dropdown\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:20:\"dropdown-menu-widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:4:\"menu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:10:\"navigation\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:5:\"pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:5:\"theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:11;a:5:{s:4:\"data\";s:6:\"widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=2738\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:821:\"Get dropdown menu widget here. Any thoughts? Share in the comments below.. Related posts:Custom Dropdown Menu Using WordPress 3 Nav Menus New dropdown theme! WordPress <a href=\"http://shailan.com/video-tutorial-how-to-create-a-custom-dropdown-menu-on-your-site/\" class=\"read-more\">Read More →</a>\n\n\nRelated posts:<ol><li><a href=\'http://shailan.com/custom-dropdown-menu-using-wordpress-3-nav-menus/\' rel=\'bookmark\' title=\'Custom Dropdown Menu Using WordPress 3 Nav Menus\'>Custom Dropdown Menu Using WordPress 3 Nav Menus</a></li>\n<li><a href=\'http://shailan.com/new-dropdown-theme/\' rel=\'bookmark\' title=\'New dropdown theme!\'>New dropdown theme!</a></li>\n<li><a href=\'http://shailan.com/wordpress-dropdown-menu-widget/\' rel=\'bookmark\' title=\'WordPress dropdown menu widget\'>WordPress dropdown menu widget</a></li>\n</ol>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Metin Saylan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"http://shailan.com/video-tutorial-how-to-create-a-custom-dropdown-menu-on-your-site/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:54:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"Dropdown Menu Widget 1.7.1 hotfix\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://shailan.com/dropdown-menu-widget-1-7-1-hotfix/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://shailan.com/dropdown-menu-widget-1-7-1-hotfix/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jul 2011 17:40:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"1.7\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"aside\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:3:\"css\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"dropdown\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:20:\"dropdown-menu-widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:6:\"hotfix\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=2731\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:782:\"With the 1.7 release of dropdown menu widget, i changed the whole options page interface. Apparently i forgot to edit the template tag support for <a href=\"http://shailan.com/dropdown-menu-widget-1-7-1-hotfix/\" class=\"read-more\">Read More →</a>\n\n\nRelated posts:<ol><li><a href=\'http://shailan.com/superfish-dropdown-menu-update-v1-1/\' rel=\'bookmark\' title=\'Superfish Dropdown Menu Update v1.1\'>Superfish Dropdown Menu Update v1.1</a></li>\n<li><a href=\'http://shailan.com/dropdown-menu-widget-update-1-6-3/\' rel=\'bookmark\' title=\'Dropdown Menu Widget update 1.6.3\'>Dropdown Menu Widget update 1.6.3</a></li>\n<li><a href=\'http://shailan.com/dropdown-menu-widget-update-1-5-2/\' rel=\'bookmark\' title=\'Dropdown Menu Widget Update 1.5.2\'>Dropdown Menu Widget Update 1.5.2</a></li>\n</ol>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Metin Saylan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://shailan.com/dropdown-menu-widget-1-7-1-hotfix/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"Create a Dropdown Menu Using CSS3 Transitions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://shailan.com/create-a-dropdown-menu-using-css3-transitions/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://shailan.com/create-a-dropdown-menu-using-css3-transitions/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jul 2011 22:53:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:3:\"CSS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"How to\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"Webdesign\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"css-only\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:4:\"css3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:8:\"dropdown\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:4:\"menu\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=2713\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1262:\"<p align=\"right\"><img width=\"200\" height=\"200\" src=\"http://shailan.com/wp-content/uploads/css3-dropdown-menu-tutorial-200x200.jpg\" class=\"attachment-post-thumbnail wp-post-image\" alt=\"css3-dropdown-menu-tutorial\" title=\"css3-dropdown-menu-tutorial\" /></p>With the most recent developments in the browsers, CSS shadows, transitions and animations made popular amongst web site design. So i decided to create a <a href=\"http://shailan.com/create-a-dropdown-menu-using-css3-transitions/\" class=\"read-more\">Read More →</a>\n\n\nRelated posts:<ol><li><a href=\'http://shailan.com/tutorial-create-your-very-own-dropdown-menu-stylesheet/\' rel=\'bookmark\' title=\'Tutorial: Create your very own dropdown menu stylesheet\'>Tutorial: Create your very own dropdown menu stylesheet</a></li>\n<li><a href=\'http://shailan.com/adding-a-simple-admin-menu-to-dropdown-menu-widget/\' rel=\'bookmark\' title=\'Adding a simple admin menu to dropdown menu widget\'>Adding a simple admin menu to dropdown menu widget</a></li>\n<li><a href=\'http://shailan.com/how-to-add-categories-dropdown-to-the-end-of-dropdown-menu-widget/\' rel=\'bookmark\' title=\'How to add categories dropdown to the end of Dropdown Menu Widget\'>How to add categories dropdown to the end of Dropdown Menu Widget</a></li>\n</ol>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Metin Saylan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://shailan.com/create-a-dropdown-menu-using-css3-transitions/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:51:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"Adsense Widget 1.6 Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"http://shailan.com/adsense-widget-1-6-updates/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://shailan.com/adsense-widget-1-6-updates/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 25 Jun 2011 11:17:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:9:\"Wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:17:\"Wordpress Widgets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"adsense\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:14:\"adsense-widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:6:\"widget\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=2687\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:816:\"Just released new version for the Adsense Widget. This new version comes with many useful options including color scheme editor in the options panel, hiding <a href=\"http://shailan.com/adsense-widget-1-6-updates/\" class=\"read-more\">Read More →</a>\n\n\nRelated posts:<ol><li><a href=\'http://shailan.com/changing-adsense-colors-to-fit-your-theme/\' rel=\'bookmark\' title=\'Changing adsense colors to fit your theme\'>Changing adsense colors to fit your theme</a></li>\n<li><a href=\'http://shailan.com/new-wordpress-plugin-adsense-widget/\' rel=\'bookmark\' title=\'New wordpress plugin : Adsense widget\'>New wordpress plugin : Adsense widget</a></li>\n<li><a href=\'http://shailan.com/pick-your-own-dropdown-menu-colors/\' rel=\'bookmark\' title=\'Pick your own dropdown menu colors\'>Pick your own dropdown menu colors</a></li>\n</ol>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Metin Saylan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"http://shailan.com/adsense-widget-1-6-updates/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"8 Useful Tips To Stay Focused at Home\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://shailan.com/8-useful-tips-to-stay-focused-at-home/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://shailan.com/8-useful-tips-to-stay-focused-at-home/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jun 2011 21:03:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:11:\"Freelancing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:16:\"Freelancing Tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"at home\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:5:\"focus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"freelance\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:12:\"stay focused\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:4:\"tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:4:\"work\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=2662\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:260:\"Working at home has many great benefits. You don&#8217;t have to wake up too early, you can have breakfast, you can take nap after lunch <a href=\"http://shailan.com/8-useful-tips-to-stay-focused-at-home/\" class=\"read-more\">Read More →</a>\n\n\nNo related posts.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Metin Saylan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://shailan.com/8-useful-tips-to-stay-focused-at-home/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:48:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n		\n		\n		\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"Feedburner’s new interface in beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://shailan.com/feedburners-new-interface-in-beta/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://shailan.com/feedburners-new-interface-in-beta/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jun 2011 19:55:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:6:\"Google\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"beta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:10:\"feedburner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"google\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"interface\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"http://shailan.com/?p=2676\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:288:\"Just realized Google changed feedburners interface. It is quite similar to Adsense&#8217;s which changed a few months ago. Although i like some functionality added with <a href=\"http://shailan.com/feedburners-new-interface-in-beta/\" class=\"read-more\">Read More →</a>\n\n\nNo related posts.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Metin Saylan\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://shailan.com/feedburners-new-interface-in-beta/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:24:\"http://shailan.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:10:{s:4:\"date\";s:29:\"Sun, 28 Aug 2011 20:15:45 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:6:\"server\";s:15:\"Nginx / Varnish\";s:12:\"x-powered-by\";s:10:\"PHP/5.2.17\";s:10:\"x-pingback\";s:29:\"http://shailan.com/xmlrpc.php\";s:4:\"etag\";s:34:\"\"a8a0b6f37ef347bca4a86e43ea15e46d\"\";s:13:\"last-modified\";s:29:\"Sun, 28 Aug 2011 20:15:46 GMT\";s:4:\"vary\";s:6:\"Cookie\";s:14:\"content-length\";s:5:\"18081\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(1832,0,'_site_transient_timeout_browser_ba14353dac8824ee67fa9a2544ad1f09','1315505231','yes'),(1833,0,'_site_transient_browser_ba14353dac8824ee67fa9a2544ad1f09','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"13.0.782.218\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"13\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(2770,0,'_transient_timeout_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1317454077','no'),(2771,0,'_transient_feed_mod_a5420c83891a9c88ad2a4f04584a5efc','1317410877','no'),(2776,0,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1317454078','no'),(2777,0,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1317410878','no'),(2778,0,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1317454078','no'),(2779,0,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2011/09/software-freedom-day-hackathon/\' title=\'Saturday, September 17 is Software Freedom Day. To that end, a few announcements about this weekend’s hackathon and WordCamp Portland. 3.3 Hackathon WordPress 3.3 is about to hit feature freeze. This means it’s the last chance to squeeze in features that haven’t quite been finished, and enhancements and fixes that no one has had time [&hellip;]\'>Software Freedom Day + Hackathon</a> <span class=\"rss-date\">September 15, 2011</span><div class=\'rssSummary\'>Saturday, September 17 is Software Freedom Day. To that end, a few announcements about this weekend’s hackathon and WordCamp Portland. 3.3 Hackathon WordPress 3.3 is about to hit feature freeze. This means it’s the last chance to squeeze in features that haven’t quite been finished, and enhancements and fixes that no one has had time [&hellip;]</div></li><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2011/09/a-tale-of-two-wordcamps/\' title=\'This coming weekend, two WordCamps will be going on simultaneously — yep, it’s WordCamp season again! This weekend will be the first of many this autumn with multiple WordCamps. Tomorrow (not quite the weekend but close enough) is WordCamp Cape Town, and then this weekend, first-time WordCamp Albuquerque coincides with 4-time returning champ WordCamp Portlan [&hellip;]\'>A Tale of Two WordCamps</a> <span class=\"rss-date\">September 14, 2011</span><div class=\'rssSummary\'>This coming weekend, two WordCamps will be going on simultaneously — yep, it’s WordCamp season again! This weekend will be the first of many this autumn with multiple WordCamps. Tomorrow (not quite the weekend but close enough) is WordCamp Cape Town, and then this weekend, first-time WordCamp Albuquerque coincides with 4-time returning champ WordCamp Portlan [&hellip;]</div></li></ul></div>','no'),(2780,0,'_transient_timeout_feed_57bc725ad6568758915363af670fd8bc','1317454078','no'),(2781,0,'_transient_feed_57bc725ad6568758915363af670fd8bc','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n	\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:72:\"\n		\n		\n		\n		\n		\n		\n				\n\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"http://wordpress.org/extend/plugins/browse/new/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress Plugins » View: Newest\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Sep 2011 19:15:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://bbpress.org/?v=1.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:15:{i:0;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"ecurtain on \"WP VibeDeck\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/extend/plugins/wp-vibedeck/#post-30594\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2011 14:47:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"30594@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"Stable tag: 1.0\n\nPlay and sell your music online, for free.  Embed the VibeDeck audio player &#38; store using a simple shortcode or widget.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"ecurtain\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"aarontgrogg on \"Navigation Menu IDs & Classes\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/extend/plugins/navigation-menu-ids-classes/#post-30657\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Sep 2011 04:01:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"30657@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"To reduce the extraneous WordPress classes and add unique IDs to navigation menus.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"aarontgrogg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"J0SiE on \"Turbovisit.it plugin\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/extend/plugins/turbovisitit-plugin/#post-30686\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Sep 2011 16:35:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"30686@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"Questo plugin ti permette di integrare il sistema di scambio visite di Turbovisit.it in modo automatico.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"J0SiE\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"Desertsnowman on \"DB Toolkit Extensions Manager\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/extend/plugins/dbt-extensions/#post-30673\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Sep 2011 11:02:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"30673@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"Allows you to install and manage custom and add-on fieldtypes and form processors for DB-Toolkit.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Desertsnowman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"SimonaIlie on \"Comment Extra Fields\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/extend/plugins/comment-extra-field/#post-30677\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Sep 2011 12:57:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"30677@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Add extra fields to default Wordpress comment form\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"SimonaIlie\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"athakur on \"WordPress Plus One Button\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://wordpress.org/extend/plugins/wordpress-plus-one-button/#post-30658\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Sep 2011 04:59:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"30658@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"Adds Google Plus One Button to posts.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"athakur\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"martinszigkos on \"Newsletter Professional\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/extend/plugins/newsletter-professional/#post-30607\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2011 23:02:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"30607@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:141:\"Add a professional newsletter service to your blog. Create and send beautifull HTML newsletters to your users and subscribers within seconds.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"martinszigkos\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"montrejijjis on \"Contact Form Wordpress\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/extend/plugins/contact-form-wordpress/#post-30598\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2011 16:36:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"30598@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"Add a custom contact form on your wordpress or buddypress site. Customizable and re-captcha available.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"montrejijjis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"mychelle on \"WP e-Commerce user roles and purchase history\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://wordpress.org/extend/plugins/wp-e-commerce-user-roles-and-purchase-history/#post-30613\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Sep 2011 02:39:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"30613@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Show purchase history log from WP e-Commerce plugin in the user profile\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"mychelle\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"William P. Davis on \"BDN Duplicate Images\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/extend/plugins/duplicate-images/#post-30688\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Sep 2011 19:24:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"30688@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Allows you to duplicate images in the media library and attach them to the current post.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"William P. Davis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"jarodinou on \"Radionomy\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/extend/plugins/radionomy/#post-30564\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Sep 2011 21:45:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"30564@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"This plugin add widgets using Radionomy API.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"jarodinou\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"Konstantin Obenland on \"Clicky Popular Posts Widget\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/extend/plugins/clicky-popular-posts-widget/#post-30648\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Sep 2011 20:48:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"30648@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"Display your most popular posts, pages etc. based on your Clicky stats in your sidebar.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Konstantin Obenland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Travis Smith on \"Genesis Hooks\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/extend/plugins/genesis-hooks/#post-30602\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2011 19:46:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"30602@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"Automatically displays Genesis structual hook names in the browser for all pages.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Travis Smith\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"rnystrom on \"TSB Occasion Editor\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/extend/plugins/tsb-occasion-editor/#post-30605\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2011 21:20:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"30605@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Manage occasions and images for the TSB iPhone app.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"rnystrom\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:30:\"\n			\n			\n			\n			\n			\n			\n					\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"sweetberry on \"Sweetberries WP Easy Hack\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"http://wordpress.org/extend/plugins/sb-easy-hack/#post-30640\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Sep 2011 17:22:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"30640@http://wordpress.org/extend/plugins/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:144:\"Sweetberries WP Easy Hack is a Wordpress plugin intended to make it easy for everybody to keep their modifications on theme changes and \nupdates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"sweetberry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:48:\"http://wordpress.org/extend/plugins/rss/view/new\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 30 Sep 2011 19:28:00 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:19:\"2011-09-27 14:47:35\";s:14:\"content-length\";s:4:\"7740\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(2782,0,'_transient_timeout_feed_mod_57bc725ad6568758915363af670fd8bc','1317454078','no'),(2783,0,'_transient_feed_mod_57bc725ad6568758915363af670fd8bc','1317410878','no'),(215,0,'recently_activated','a:2:{s:35:\"social-slider-2/social-slider-2.php\";i:1317403899;s:19:\"zemanta/zemanta.php\";i:1317400740;}','yes'),(2544,0,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1317411570','yes'),(2545,0,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','a:40:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";s:4:\"2477\";}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"Post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";s:4:\"1672\";}s:6:\"plugin\";a:3:{s:4:\"name\";s:6:\"plugin\";s:4:\"slug\";s:6:\"plugin\";s:5:\"count\";s:4:\"1488\";}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";s:4:\"1249\";}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";s:4:\"1237\";}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";s:4:\"1202\";}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";s:3:\"881\";}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";s:3:\"809\";}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";s:3:\"778\";}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";s:3:\"758\";}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";s:3:\"739\";}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";s:3:\"686\";}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";s:3:\"675\";}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";s:3:\"600\";}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";s:3:\"530\";}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";s:3:\"517\";}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";s:3:\"445\";}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";s:3:\"443\";}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"AJAX\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";s:3:\"439\";}s:9:\"wordpress\";a:3:{s:4:\"name\";s:9:\"wordpress\";s:4:\"slug\";s:9:\"wordpress\";s:5:\"count\";s:3:\"430\";}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"Facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";s:3:\"428\";}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";s:3:\"400\";}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";s:3:\"389\";}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";s:3:\"379\";}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";s:3:\"373\";}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";s:3:\"355\";}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";s:3:\"354\";}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";s:3:\"354\";}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";s:3:\"350\";}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";s:3:\"345\";}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";s:3:\"345\";}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";s:3:\"340\";}s:5:\"flash\";a:3:{s:4:\"name\";s:5:\"flash\";s:4:\"slug\";s:5:\"flash\";s:5:\"count\";s:3:\"328\";}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";s:3:\"318\";}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";s:3:\"312\";}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";s:3:\"309\";}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";s:3:\"301\";}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";s:3:\"289\";}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";s:3:\"289\";}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";s:3:\"283\";}}','yes'),(219,0,'aioseop_options','a:35:{s:9:\"aiosp_can\";s:2:\"on\";s:12:\"aiosp_donate\";N;s:16:\"aiosp_home_title\";s:58:\"Online Marketing Solutions | Social Media Marketing | SEO \";s:22:\"aiosp_home_description\";s:255:\"Amazing Business Resources creates and leads powerful Online Marketing Strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of Power and Importance in the market place.\";s:19:\"aiosp_home_keywords\";s:167:\"Social Media Marketing, Facebook Marketing, Twitter Marketing, Email Marketing, SMS Marketing, Mobile Marketing, Youtube Marketing, Blog Marketing, Website Development\";s:23:\"aiosp_max_words_excerpt\";N;s:20:\"aiosp_rewrite_titles\";s:2:\"on\";s:23:\"aiosp_post_title_format\";s:27:\"%post_title% | %blog_title%\";s:23:\"aiosp_page_title_format\";s:27:\"%page_title% | %blog_title%\";s:27:\"aiosp_category_title_format\";s:31:\"%category_title% | %blog_title%\";s:26:\"aiosp_archive_title_format\";s:21:\"%date% | %blog_title%\";s:22:\"aiosp_tag_title_format\";s:20:\"%tag% | %blog_title%\";s:25:\"aiosp_search_title_format\";s:23:\"%search% | %blog_title%\";s:24:\"aiosp_description_format\";s:13:\"%description%\";s:22:\"aiosp_404_title_format\";s:33:\"Nothing found for %request_words%\";s:18:\"aiosp_paged_format\";s:14:\" - Part %page%\";s:20:\"aiosp_use_categories\";s:2:\"on\";s:32:\"aiosp_dynamic_postspage_keywords\";s:2:\"on\";s:22:\"aiosp_category_noindex\";s:2:\"on\";s:21:\"aiosp_archive_noindex\";s:2:\"on\";s:18:\"aiosp_tags_noindex\";N;s:14:\"aiosp_cap_cats\";s:2:\"on\";s:27:\"aiosp_generate_descriptions\";N;s:16:\"aiosp_debug_info\";N;s:20:\"aiosp_post_meta_tags\";s:0:\"\";s:20:\"aiosp_page_meta_tags\";s:0:\"\";s:20:\"aiosp_home_meta_tags\";s:0:\"\";s:13:\"aiosp_enabled\";s:1:\"1\";s:17:\"aiosp_enablecpost\";s:2:\"on\";s:26:\"aiosp_use_tags_as_keywords\";s:2:\"on\";s:16:\"aiosp_seopostcol\";N;s:18:\"aiosp_seocustptcol\";N;s:21:\"aiosp_posttypecolumns\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:12:\"aiosp_do_log\";N;s:14:\"aiosp_ex_pages\";s:0:\"\";}','yes'),(224,0,'myfavicon','http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/favicon.ico','yes'),(221,0,'aio-favicon_settings','a:9:{s:11:\"frontendICO\";s:0:\"\";s:11:\"frontendPNG\";s:0:\"\";s:11:\"frontendGIF\";s:0:\"\";s:13:\"frontendApple\";s:0:\"\";s:10:\"backendICO\";s:0:\"\";s:10:\"backendPNG\";s:0:\"\";s:10:\"backendGIF\";s:0:\"\";s:12:\"backendApple\";s:0:\"\";s:17:\"aioFaviconVersion\";s:3:\"3.1\";}','yes'),(222,0,'_transient_plugins_delete_result_1','1','yes'),(225,0,'icontype','2','yes'),(226,0,'iconset','1264280850_wordpress.ico','yes'),(230,0,'cforms_settings','a:2:{s:6:\"global\";a:45:{s:9:\"plugindir\";s:6:\"cforms\";s:11:\"cforms_root\";s:68:\"http://newweb.amazingbusinessresources.com/wp-content/plugins/cforms\";s:7:\"tinyURI\";s:65:\"http://newweb.amazingbusinessresources.com/wp-includes/js/tinymce\";s:15:\"cforms_root_dir\";s:59:\"/home/amazing1/public_html/newweb/wp-content/plugins/cforms\";s:10:\"cforms_IIS\";s:1:\"/\";s:1:\"v\";s:6:\"11.7.2\";s:18:\"cforms_style_title\";s:69:\"font:normal 0.8em Verdana; text-align:right; color:#777; margin:3px 0\";s:18:\"cforms_style_table\";s:67:\"background:#F4F5FB; color:#666; font-size:1em; font-family:verdana;\";s:18:\"cforms_style_fs_td\";s:138:\"font-size:105%; font-variant:small-caps; letter-spacing:2px; border-bottom:2px solid #E6E8F7; padding:6px 2px 6px 4px; background:#EFF0FA;\";s:21:\"cforms_style_fsend_td\";s:63:\"background:#E6E8F7; font-size:0px; line-height:2px; height:2px;\";s:23:\"cforms_style_fsendSP_td\";s:43:\"font-size:0px; line-height:2px; height:4px;\";s:19:\"cforms_style_key_td\";s:93:\"color:#000; font-size:90%; white-space:nowrap; padding:4px 20px 4px 15px; vertical-align:top;\";s:19:\"cforms_style_val_td\";s:26:\"font-size:90%; width:100%;\";s:19:\"cforms_style_cforms\";s:35:\"font:normal 10px Arial; color:#777;\";s:16:\"cforms_formcount\";s:1:\"1\";s:18:\"cforms_upload_err1\";s:43:\"Generic file upload error. Please try again\";s:18:\"cforms_upload_err2\";s:56:\"File is empty. Please upload something more substantial.\";s:18:\"cforms_upload_err3\";s:55:\"Sorry, file is too large. You may try to zip your file.\";s:18:\"cforms_upload_err4\";s:63:\"File upload failed. Please try again or contact the blog admin.\";s:18:\"cforms_upload_err5\";s:41:\"File not accepted, file type not allowed.\";s:16:\"cforms_rsskeyall\";s:32:\"988ffffdd1a5183eca9fcb9d9a728231\";s:13:\"cforms_rssall\";b:0;s:19:\"cforms_rssall_count\";i:5;s:18:\"cforms_captcha_def\";a:14:{s:1:\"h\";i:25;s:1:\"w\";i:115;s:1:\"c\";s:6:\"000066\";s:1:\"l\";s:6:\"000066\";s:1:\"f\";s:9:\"font4.ttf\";s:2:\"a1\";i:-12;s:2:\"a2\";i:12;s:2:\"f1\";i:17;s:2:\"f2\";i:19;s:2:\"bg\";s:5:\"1.gif\";s:2:\"c1\";i:4;s:2:\"c2\";i:5;s:2:\"ac\";s:32:\"abcdefghijkmnpqrstuvwxyz23456789\";s:1:\"i\";s:1:\"i\";}s:13:\"cforms_sec_qa\";s:82:\"What color is snow?=white\r\nThe color of grass is=green\r\nTen minus five equals=five\";s:14:\"cforms_codeerr\";s:43:\"Please double-check your verification code.\";s:20:\"cforms_show_quicktag\";s:1:\"1\";s:23:\"cforms_show_quicktag_js\";b:0;s:21:\"cforms_commentsuccess\";s:32:\"Thank you for leaving a comment.\";s:18:\"cforms_commentWait\";s:2:\"15\";s:20:\"cforms_commentParent\";s:13:\"mycommentlist\";s:18:\"cforms_commentHTML\";s:199:\"<li id=\"comment-{id}\">{moderation}\n<p>{usercomment}</p>\n<p>\n<cite>Comment by <a href=\"{url}\" rel=\"external nofollow\">{author}</a> &mdash; {date} @ <a href=\"#comment-{id}\">{time}</a></cite>\n</p>\n</li>\";s:19:\"cforms_commentInMod\";s:45:\"<em>Your comment is awaiting moderation.</em>\";s:13:\"cforms_avatar\";s:2:\"32\";s:10:\"cforms_css\";s:18:\"sidebar-layout.css\";s:14:\"cforms_labelID\";s:1:\"0\";s:11:\"cforms_liID\";s:1:\"0\";s:15:\"cforms_database\";s:1:\"0\";s:17:\"cforms_datepicker\";s:1:\"0\";s:15:\"cforms_dp_start\";s:1:\"0\";s:14:\"cforms_dp_date\";s:10:\"MM/dd/yyyy\";s:14:\"cforms_dp_days\";s:27:\"\"S\",\"M\",\"T\",\"W\",\"T\",\"F\",\"S\"\";s:16:\"cforms_dp_months\";s:109:\"\"January\",\"February\",\"March\",\"April\",\"May\",\"June\",\"July\",\"August\",\"September\",\"October\",\"November\",\"December\"\";s:13:\"cforms_dp_nav\";a:6:{i:0;s:13:\"Previous Year\";i:1;s:14:\"Previous Month\";i:2;s:9:\"Next Year\";i:3;s:10:\"Next Month\";i:4;s:5:\"Close\";i:5;s:11:\"Choose Date\";}s:7:\"widgets\";a:4:{s:11:\"last_number\";i:4;i:2;a:2:{s:5:\"title\";s:0:\"\";s:4:\"form\";s:1:\"1\";}i:3;a:2:{s:5:\"title\";s:11:\"Get A Quote\";s:4:\"form\";s:1:\"1\";}i:4;a:2:{s:5:\"title\";s:11:\"Get A Quote\";s:4:\"form\";s:1:\"1\";}}}s:4:\"form\";a:58:{s:17:\"cforms_upload_dir\";s:59:\"/home/amazing1/public_html/newweb/wp-content/plugins/cforms\";s:17:\"cforms_upload_ext\";N;s:18:\"cforms_upload_size\";N;s:16:\"cforms_dontclear\";b:0;s:13:\"cforms_rsskey\";s:32:\"61c7cc7f58d998f8c8369661ba553e4f\";s:10:\"cforms_rss\";b:0;s:16:\"cforms_rss_count\";N;s:19:\"cforms_count_fields\";i:5;s:20:\"cforms_count_field_1\";s:36:\"Name$#$textfield$#$1$#$0$#$0$#$0$#$0\";s:20:\"cforms_count_field_2\";s:37:\"Email$#$textfield$#$1$#$1$#$0$#$0$#$0\";s:20:\"cforms_count_field_3\";s:37:\"Phone$#$textfield$#$1$#$0$#$0$#$0$#$0\";s:20:\"cforms_count_field_4\";s:218:\"Services #Select a Service|set:true #Social Media Marketing#Website Development #Search Engine Optimization #Email Marketing#Mobile Marketing#Media Planning#Online Marketing Consultation$#$selectbox$#$1$#$0$#$0$#$0$#$0\";s:15:\"cforms_required\";s:10:\"(required)\";s:20:\"cforms_emailrequired\";s:22:\"(valid email required)\";s:14:\"cforms_confirm\";s:1:\"1\";s:11:\"cforms_ajax\";s:1:\"1\";s:20:\"cforms_emailpriority\";s:1:\"1\";s:12:\"cforms_fname\";s:21:\"SIde Bar Enquiry Form\";s:15:\"cforms_csubject\";s:58:\"RE: Thank you for your enquiry$#$Re: Submitted form (copy)\";s:11:\"cforms_cmsg\";s:218:\"Dear {Name},\r\n\r\nThank you for your enquiry !\r\nOur Business Development Manager will get back to you as soon as possible.\r\n\r\nThank you\r\n\r\nRegards,\r\nManagement\r\nAmazing  Business Resources\r\nOnline Marketing Solutions\r\n\r\n\";s:16:\"cforms_cmsg_html\";s:367:\"<div style=\\\"font:normal 1em arial; margin-top:10px\\\"><p><strong>Dear {Your Name},</strong></p>\r\n<p>Thank you for your note!</p>\r\n<p>We will get back to you as soon as possible.\r\n<div style=\\\"width:80%; background:#f4faff ; color:#aaa; font-size:11px; padding:10px; margin-top:20px\\\"><strong>This is an automatic confirmation message. {Date}.</strong></div></div>\r\n\r\n\";s:12:\"cforms_email\";s:33:\"info@AmazingBusinessResources.com\";s:16:\"cforms_fromemail\";s:33:\"info@AmazingBusinessResources.com\";s:10:\"cforms_bcc\";s:0:\"\";s:13:\"cforms_header\";s:149:\"New Enquiry submission from  \\\"{ Name}\\\"\r\n============================================\r\nSubmitted on: {Date}\r\nVia: {Page}\r\nBy {IP} (visitor IP).\r\n.\r\n\";s:18:\"cforms_header_html\";s:145:\"<p style=\\\"font:normal 0.8em Verdana; text-align:right; color:#777; margin:3px 0\\\">a form has been submitted on {Date}, via: {Page} [IP {IP}]</p>\";s:15:\"cforms_formdata\";s:4:\"1110\";s:12:\"cforms_space\";s:2:\"30\";s:20:\"cforms_noattachments\";s:1:\"0\";s:14:\"cforms_subject\";s:31:\"URGENT: Web Enquiry from {Name}\";s:18:\"cforms_submit_text\";s:6:\"Submit\";s:14:\"cforms_success\";s:57:\"Thank you for your enquiry! \r\nWe will revert to you asap!\";s:14:\"cforms_failure\";s:39:\"Please fill in all the required fields.\";s:15:\"cforms_limittxt\";s:59:\"<strong>No more submissions accepted at this time.</strong>\";s:14:\"cforms_working\";s:20:\"One moment please...\";s:12:\"cforms_popup\";s:2:\"nn\";s:14:\"cforms_showpos\";s:5:\"ynyyy\";s:11:\"cforms_hide\";b:0;s:15:\"cforms_redirect\";b:0;s:20:\"cforms_redirect_page\";s:28:\"http://redirect.to.this.page\";s:13:\"cforms_action\";s:1:\"0\";s:18:\"cforms_action_page\";s:7:\"http://\";s:15:\"cforms_tracking\";s:0:\"\";s:20:\"cforms_showdashboard\";s:1:\"1\";s:17:\"cforms_maxentries\";s:0:\"\";s:18:\"cforms_tellafriend\";s:2:\"01\";s:16:\"cforms_dashboard\";s:1:\"0\";s:11:\"cforms_noid\";s:1:\"0\";s:17:\"cforms_formaction\";b:0;s:17:\"cforms_notracking\";b:0;s:18:\"cforms_customnames\";s:1:\"0\";s:16:\"cforms_startdate\";s:1:\" \";s:14:\"cforms_enddate\";s:1:\" \";s:15:\"cforms_emailoff\";s:1:\"0\";s:9:\"cforms_mp\";a:8:{s:7:\"mp_form\";b:0;s:7:\"mp_next\";N;s:8:\"mp_first\";b:0;s:8:\"mp_email\";b:0;s:8:\"mp_reset\";b:0;s:12:\"mp_resettext\";N;s:7:\"mp_back\";b:0;s:11:\"mp_backtext\";N;}s:12:\"cforms_tafCC\";s:1:\"0\";s:18:\"cforms_cattachment\";a:1:{i:0;s:0:\"\";}s:20:\"cforms_count_field_5\";s:38:\"Message$#$textarea$#$1$#$0$#$0$#$0$#$0\";}}','yes'),(2785,0,'_transient_feed_867bd5c64f85878d03a060509cd2f92c','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 9/30\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10538\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/k-TmU2pkyX8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1624:\"<p><img class=\"alignnone size-full wp-image-10539\" title=\"blogolife\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/09/blogolife1.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/blogolife\"><strong>BlogoLife</strong></a> is a simple HTML5 and CSS3 theme for personal blogging that supports post formats, and several customization options.</p>\n<p><img class=\"alignnone size-full wp-image-10540\" title=\"brightpage\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/09/brightpage.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/brightpage\"><strong>Brightpage</strong></a> is a fixed-width right-sidebar theme with a featured images slides.</p>\n<p><img class=\"alignnone size-full wp-image-10541\" title=\"farewell\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/09/farewell.jpg\" alt=\"\" width=\"150\" height=\"83\" /></p>\n<p><a href=\"http://nakule.in/2011/free-wordpress-theme-farewell/\"><strong>Farewell</strong></a> is a simple two-column, fixed-width, blog style template.</p>\n<p><img class=\"alignnone size-full wp-image-10542\" title=\"grace\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/09/grace.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://emptynestthemes.emptynestheritage.com/?p=3427\"><strong>Grace</strong></a> is soft, subtle, and simple in an almost totally monochromatic color schreme except for the odd touch of deep plum for title and hovered links.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/k-TmU2pkyX8\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Sep 2011 16:00:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WordPress.tv: Matthew Lawson: Design, SEO and Selling WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=7814\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wordpress.tv/2011/09/30/matthew-lawson-design-seo-and-selling-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2484:\"<p>Working as a freelance web designer and at several small studios, I’ve gained some experience in designing and marketing websites to small businesses. Since I started using WordPress for most of my websites, I’ve found that the value that independent designers are able to offer their clients increases exponentially.</p>\n<p>Pairing WordPress on-site SEO advances with an intelligent and realistic internet marketing campaign will generate new focused leads with minimal upkeep. If you can design beautiful and eye-catching websites and gear them for better search engine visibility, then you’re in business.</p>\n<div id=\"v-ryft5gYO-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/7814/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/7814/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/7814/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/7814/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/7814/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/7814/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/7814/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/7814/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/7814/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/7814/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/7814/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/7814/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/7814/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/7814/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=7814&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/30/matthew-lawson-design-seo-and-selling-wordpress/\"><img alt=\"19_Design,  SEO, and Selling WordPress &#8211; Matthew Lawson\" src=\"http://videos.videopress.com/ryft5gYO/19_design-seo-and-selling-wordpress-matthew-lawson_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Sep 2011 15:47:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"The Frosty\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress.tv: Wes Chyrchel: WordPress Multisite\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=7825\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.tv/2011/09/30/wes-chyrchel-wordpress-multisite/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2593:\"<p>WordPress has been greatly improved over the last few releases. Along with interface changes, the release of <a class=\"zem_slink\" title=\"WordPress 3.0\" href=\"http://wordpress.org/development/2010/06/thelonious/\" rel=\"homepage\">WordPress 3.0</a> combined <a class=\"zem_slink\" title=\"WordPress MU\" href=\"http://mu.wordpress.org/\" rel=\"homepage\">WPMU</a> into the standard version of WordPress. Though the setup seems simple there still are a few added steps to get WordPress Multisite setup and working correctly at the site and server level. Multisite is a great tool for many businesses who have multiple product sites or even multiple storefronts. With some added tricks and a few hacks you can push the limits of Multisite and manage several sites with a little effort.</p>\n<div id=\"v-eKA6gwf0-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/7825/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/7825/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/7825/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/7825/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/7825/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/7825/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/7825/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/7825/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/7825/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/7825/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/7825/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/7825/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/7825/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/7825/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=7825&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/30/wes-chyrchel-wordpress-multisite/\"><img alt=\"24_WordPress Multisite &#8211; Wes Chyrchol\" src=\"http://videos.videopress.com/eKA6gwf0/24_wordpress-multisite-wes-chyrchol_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Sep 2011 15:46:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"The Frosty\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"WordPress.tv: Adam McLane: Creating an Online Presence\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=7812\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.tv/2011/09/30/adam-mclane-creating-an-online-presence/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2419:\"<p>This insightful workshop will take you from theory to practice by helping you understand not merely ways to do stuff, but also why and how stuff works. We’ll start by exploring the foundational philosophies that drive the social media and Internet communities; then we’ll discover three timeless principles for starting your online presence with audience. Most importantly you’ll walk away with a strategy you can start right away.</p>\n<div id=\"v-MxxuAnjY-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/7812/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/7812/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/7812/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/7812/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/7812/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/7812/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/7812/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/7812/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/7812/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/7812/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/7812/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/7812/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/7812/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/7812/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=7812&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/30/adam-mclane-creating-an-online-presence/\"><img alt=\"18_Creating an Online Presence. Three Timeless Principles to Building a Substainable Online Presence &#8211; Adam McLane\" src=\"http://videos.videopress.com/MxxuAnjY/18_creating-an-online-presence-three-timeless-principles-to-building-a-substainable-online-presence-adam-mclane_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Sep 2011 15:31:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"The Frosty\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WordPress.tv: Marcus Cohn: WordPress for Education: Kickass .edu sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=7810\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wordpress.tv/2011/09/30/marcus-cohn-wordpress-for-education-kickass-edu-sites/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2610:\"<p>Many school and .edu sites are still stuck in the 90’s. They’re quite often still hand-coded, lack a CMS, and miss the mark on today’s design standards and best practices. WordPress is an excellent option for these sites and there are many great .edu sites that run on WordPress.</p>\n<p>This presentation will cover basic design elements and best practices surrounding SEO strategy and content development. And having a kick-ass site is just half the battle. We’ll discuss ways to tackle slow-moving IT departments, secure buy-in from multiple stakeholders, and make your dream .edu site a reality.Additionally, we’ll examine examples of both good and bad .edu website implementations.</p>\n<div id=\"v-IodGTCPX-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/7810/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/7810/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/7810/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/7810/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/7810/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/7810/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/7810/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/7810/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/7810/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/7810/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/7810/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/7810/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/7810/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/7810/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=7810&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/30/marcus-cohn-wordpress-for-education-kickass-edu-sites/\"><img alt=\"17_WordPress for Education How to build a kIckass .edu site  &#8211; Marcus Cohn\" src=\"http://videos.videopress.com/IodGTCPX/17_wordpress-for-education-how-to-build-a-kickass-edu-site-marcus-cohn_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Sep 2011 15:31:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"The Frosty\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WordPress.tv: David Wells: Getting up and running with WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6768\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"http://wordpress.tv/2011/09/30/david-wells-getting-up-and-running-with-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1825:\"<div id=\"v-izXgaT1s-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6768/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6768/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6768/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6768/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6768/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6768/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6768/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6768/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6768/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6768/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6768/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6768/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6768/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6768/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6768&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/30/david-wells-getting-up-and-running-with-wordpress/\"><img alt=\"David Wells: Getting up and running with WordPress\" src=\"http://videos.videopress.com/izXgaT1s/wcbos2011-howto-dwells_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Sep 2011 14:11:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordCamp Boston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"WPTavern: Plugin Review: WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5499\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"http://feedproxy.google.com/~r/WordpressTavern/~3/f8oH57qXXGw/plugin-review-woocommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11975:\"<p>The much anticipated e-commerce product from WooThemes has <a href=\"http://www.woothemes.com/2011/09/woocommerce-has-arrived/\">finally launched</a>. It&#8217;s called WooCommerce and it aims to be the best native e-commerce solution for WordPress. The plugin is free as well as licensed under the GPL. I decided to give the plugin a try on my local server which is running a recent bleeding edge version of WordPress 3.3. </p>\n<p><a href=\"http://www.wptavern.com/wp-content/uploads/2011/09/woocommercelogo.png\" rel=\"thumbnail\"><img class=\"aligncenter size-full wp-image-5500\" title=\"woocommercelogo\" src=\"http://www.wptavern.com/wp-content/uploads/2011/09/woocommercelogo.png\" alt=\"woo commerce logo\" width=\"413\" height=\"97\" /></a></p>\n<h2>Configuration:</h2>\n<p>WooCommerce has eight tabs that are part of the initial configuration process. Most of the configuration process was pain free although I found myself sometimes hovering my mouse cursor over certain items to see if a tool tip would pop up that would provide a little extra clarification for a text box. For example, when adding a product, you have the option of specifying a price as well as a sales price. Since my unit of currency was the dollar symbol, I entered the price of $50.00 while $40.00 was the sale price. </p>\n<p><a href=\"http://www.wptavern.com/wp-content/uploads/2011/09/notooltips.png\" rel=\"thumbnail\"><img src=\"http://www.wptavern.com/wp-content/uploads/2011/09/notooltips.png\" alt=\"No Tool Tips\" title=\"notooltips\" width=\"373\" height=\"85\" class=\"aligncenter size-full wp-image-5501\" /></a></p>\n<p>When I checked out the product page, I discovered that the regular price as well as the sale price were $0.00. Apparently, the format in which I entered the cash values was incorrect. The correct method was to remove the dollar signs and use whole number integers such as 50 and 40. A tooltip that showed the correct method of putting in the values would have been nice but it&#8217;s not a deal breaker. It&#8217;s a small touch that adds an extra piece of finesse. </p>\n<div id=\"attachment_5502\" class=\"wp-caption aligncenter\"><a href=\"http://www.wptavern.com/wp-content/uploads/2011/09/WooCommerceBackendDesign.png\" rel=\"thumbnail\"><img src=\"http://www.wptavern.com/wp-content/uploads/2011/09/WooCommerceBackendDesign-500x376.png\" alt=\"WooCommerce Backend Design\" title=\"WooCommerceBackendDesign\" width=\"500\" height=\"376\" class=\"size-large wp-image-5502\" /></a><p class=\"wp-caption-text\">Nothing Fancy Which Is How It Should Be</p></div>\n<p>WooCommerce makes extensive use of Custom Post Types but because of this, I sometimes get confused. After creating a product, I then have to publish it to the store. The publish button makes me think I&#8217;m publishing a post or a page filled with content, not a product. This bit of confusion is compounded when I see the text &#8220;<em>View Post</em>&#8221; once it&#8217;s published. When I view the actual product I published, it&#8217;s in fact a page with its own permalink. Since products are actually a custom post type, they have access to the categories (<em>in this case product categories</em>) tags, (<em>product tags</em>), and everything else a normal content post would have. If it weren&#8217;t for the nomenclature changes, you&#8217;d think you were simply just creating and publishing a post. This is the first time I&#8217;ve used something that makes extensive use of Custom Post Types so pardon my confusion. The similarities disappear once you reach the bottom of the page to configure the various options related to the product such as visibility, what type of product it is, and product data that controls the tax, inventory, etc. </p>\n<p>Probably one of the most important aspects of any e-commerce store is how it looks. WooCommerce comes with it&#8217;s own set of frontend CSS styles but as I quickly found out, they don&#8217;t look good on every theme. On my version of Hybrid News called Tavern News, the shop looks terrible with and without the styles. However, on TwentyEleven the store looks great with the CSS styles while looking mediocre without them.</p>\n<div id=\"attachment_5503\" class=\"wp-caption aligncenter\"><a href=\"http://www.wptavern.com/wp-content/uploads/2011/09/2011withoutWooCommerceStyles.png\" rel=\"thumbnail\"><img src=\"http://www.wptavern.com/wp-content/uploads/2011/09/2011withoutWooCommerceStyles-272x300.png\" alt=\"\" title=\"2011withoutWooCommerceStyles\" width=\"272\" height=\"300\" class=\"size-medium wp-image-5503\" /></a><p class=\"wp-caption-text\">2011 Theme Without WooCommerce Styles</p></div>  <div id=\"attachment_5504\" class=\"wp-caption aligncenter\"><a href=\"http://www.wptavern.com/wp-content/uploads/2011/09/2011WithWooCommerceStyles.png\" rel=\"thumbnail\"><img src=\"http://www.wptavern.com/wp-content/uploads/2011/09/2011WithWooCommerceStyles-300x275.png\" alt=\"\" title=\"2011WithWooCommerceStyles\" width=\"300\" height=\"275\" class=\"size-medium wp-image-5504\" /></a><p class=\"wp-caption-text\">2011 With WooCommerce Styles</p></div>\n<p>It&#8217;s a crap shoot on whether or not WooCommerce will look good on your site with whatever theme you&#8217;re using but if it doesn&#8217;t, you have two options. First, you can use a free WooStore theme called <a href=\"http://www.woothemes.com/2011/09/wootique/\">Wootique</a>. Second, you can edit the WooCommerce CSS files until you get something that looks good. From what I can tell, if you choose to use a theme that is specifically for WooCommerce, that theme will end up being used for the entire website. This is great news for WooThemes but bad news for everyone else that just wants to have a seperate look for their shopping cart without the whole site looking the same. Perhaps at some point in the future, WooCommerce will have an option to allow for third party theme support. I can certainly see commercial theme authors adding WooCommerce support to their child themes as another selling point. </p>\n<h2>Actually Using WooCommerce:</h2>\n<p>Overall, WooCommerce is pretty easy to use thanks to the interface. It&#8217;s not the most exciting thing in the world to create/configure products but once it&#8217;s done, editing them afterwards is a breeze. The creation of coupons in WooCommerce is pretty cool. Instead of creating a coupon for everything, you get the option of choosing specific products that the coupon can be used for. Or, you can elect to apply the coupon to the shopping cart either whole or through a percentage. Of course, you also get your typical settings such as coupon amount, expiration date, usage limit, and whether the coupon has to be used individually or if it can be combined with others. </p>\n<div id=\"attachment_5506\" class=\"wp-caption aligncenter\"><a href=\"http://www.wptavern.com/wp-content/uploads/2011/09/WooCommerceCoupons.png\" rel=\"thumbnail\"><img src=\"http://www.wptavern.com/wp-content/uploads/2011/09/WooCommerceCoupons-300x145.png\" alt=\"WooCommerce Coupon Management\" title=\"WooCommerceCoupons\" width=\"300\" height=\"145\" class=\"size-medium wp-image-5506\" /></a><p class=\"wp-caption-text\">Coupon I Created For My Awesome Mug</p></div>\n<p>Probably one of the most important areas within WooCommerce is the Orders page. This is where all of the information regarding orders is located such as status, shipping information and notes regarding the processing of the order. From here, you can make sure everything checks out before the product is shipped. One of the coolest features of the individual order pages is the Order Actions area. This is where you can <em>save changes to the order, reduce the stock count, restore stock count, email an invoice or move the order to the trash</em>. When I questioned whether or not, a decrease in the amount of stock takes place automatically after an order, <a href=\"https://twitter.com/#!/mikejolley/status/119690176757895168\">MikeJolley responded with</a>: <em>It&#8217;s automated once paypal IPN works, it won&#8217;t locally</em>. I&#8217;m not sure if the stock counts change automatically with a successful check payment or through direct bank transfer. Hopefully they do because I doubt store owners want to manually change stock counts after each successful order.</p>\n<p><a href=\"http://www.wptavern.com/wp-content/uploads/2011/09/WooCommerceOrderActions.png\" rel=\"thumbnail\"><img src=\"http://www.wptavern.com/wp-content/uploads/2011/09/WooCommerceOrderActions-300x177.png\" alt=\"WooCommerc Order Actions\" title=\"WooCommerceOrderActions\" width=\"300\" height=\"177\" class=\"aligncenter size-medium wp-image-5507\" /></a></p>\n<h2>Conclusion:</h2>\n<p>One of the best things about the back-end of WooCommerce is that it blends in seamlessly as if it were part of WordPress all along. They did a great job of using existing elements that are supported within WordPress such as the tabs, file uploader, and my favorite little feature, the calendar. I only referred to the readme file once during configuration but that was to see if there was any information regarding themes and whether they were seperate from WordPress or not. Other than that, I was able to configure WooCommerce without any issues. </p>\n<p>Gone are the days of using clunky E-Commerce software which seems to make every aspect of selling products harder versus easier. WooCommerce flips that trend over with beautiful execution. It&#8217;s not fancy but it shouldn&#8217;t be. It gets the job done without having me want to put my head through drywall. However, my review is based on setting up one product on my local server. To get a better sense of how this plugin really performs, it would be best to read a review from someone using it for a live store. </p>\n<p>WooCommerce is free which is a price you can&#8217;t beat. There are already <a href=\"http://www.woothemes.com/2011/09/woocommerce-has-arrived/\">9 extensions along with 6 compatible themes</a> with more of both on the way. I think the WooThemes crew is going about this the right way by providing a stellar e-commerce product at a free price while offering pay for add-ons to increase the functionality. It&#8217;s pretty much the same model as <a href=\"http://getshopped.org/\">WP E-Commerce</a> although WP E-Commerce certainly has time on their side as they&#8217;ve been around for years. From a business perspective, WordPress end users now have two great free choices to serve their e-commerce needs. On the other side of the fence, <a href=\"http://shopplugin.net/\">Shopp Plugin has a price</a> for single-site use along with add-ons that can be purchased for additional functionality. I&#8217;m very interested to see how the inclusion of WooCommerce along side WP E-Commerce messes with Shopps market share. Users now have two good e-commerce systems to choose from before even considering Shopp. However, the WordPress user base is huge and I don&#8217;t think WP E-Commerce or WooCommerce can cater to them all. </p>\n<p>I can definitely recommend using WooCommerce for your e-commerce needs and since the plugin was audited by the great <a href=\"http://markjaquith.com/\">Mark Jaquith</a>, you can be sure that it&#8217;s secure. </p>\n\n\n<p>Related posts:<ol><li><a href=\"http://www.wptavern.com/review-of-front-end-editor-plugin\" rel=\"bookmark\" title=\"Permanent Link: Review Of Front End Editor Plugin\">Review Of Front End Editor Plugin</a></li>\n<li><a href=\"http://www.wptavern.com/special-wptavern-only-pluginbuddy-sale\" rel=\"bookmark\" title=\"Permanent Link: Special WPTavern Only PluginBuddy Sale\">Special WPTavern Only PluginBuddy Sale</a></li>\n<li><a href=\"http://www.wptavern.com/listener-poll-should-there-be-a-page-on-the-plugin-repository-for-commercial-gpl-plugins\" rel=\"bookmark\" title=\"Permanent Link: Listener Poll: Should there be a page on the plugin repository for Commercial GPL plugins?\">Listener Poll: Should there be a page on the plugin repository for Commercial GPL plugins?</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/f8oH57qXXGw\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Sep 2011 11:03:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"WordPress.tv: Christina Inge: Managing the Multi-Voice Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6773\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wordpress.tv/2011/09/29/christina-inge-managing-the-multi-voice-blog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1814:\"<div id=\"v-QkwLZL3e-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6773/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6773/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6773/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6773/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6773/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6773/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6773/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6773/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6773/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6773/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6773/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6773/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6773/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6773/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6773&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/29/christina-inge-managing-the-multi-voice-blog/\"><img alt=\"Christina Inge: Managing the Multi-Voice Blog\" src=\"http://videos.videopress.com/QkwLZL3e/wcbos2011-strat-cinge_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Sep 2011 06:06:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordCamp Boston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WordPress.tv: Cody Landefeld: Designing Success for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=7806\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"http://wordpress.tv/2011/09/29/cody-landefeld-designing-success-for-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2176:\"<p>The goal of this session is achieve successful design principles overall for websites and how WordPress can help achieve this! We’ll be covering how to identify a bad design, how to plan for an efficient design, and cover best practices for user experience in regards to websites and suggest strong strategies.</p>\n<div id=\"v-Sj7jY6wr-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/7806/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/7806/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/7806/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/7806/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/7806/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/7806/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/7806/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/7806/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/7806/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/7806/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/7806/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/7806/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/7806/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/7806/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=7806&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/29/cody-landefeld-designing-success-for-wordpress/\"><img alt=\"15_Designing Success for WordPress &#8211; Cody Landefeld\" src=\"http://videos.videopress.com/Sj7jY6wr/15_designing-success-for-wordpress-cody-landefeld_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Sep 2011 01:28:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"The Frosty\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WordPress.tv: Greg Taylor: Winning The Search War With Content\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=7808\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"http://wordpress.tv/2011/09/29/greg-taylor-winning-the-search-war-with-content/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2125:\"<p>They say SEO is dead but that’s not true, it’s just a different animal now. By constructing well organized content you can rise through the ranks of the Internet clutter and gain key visibility and position your company and brand as subject matter experts.</p>\n<div id=\"v-acRxfqv2-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/7808/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/7808/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/7808/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/7808/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/7808/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/7808/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/7808/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/7808/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/7808/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/7808/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/7808/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/7808/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/7808/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/7808/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=7808&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/29/greg-taylor-winning-the-search-war-with-content/\"><img alt=\"16_Winning the Search War for Content &#8211; Greg Taylor\" src=\"http://videos.videopress.com/acRxfqv2/16_winning-the-search-war-for-content-greg-taylor_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Sep 2011 01:28:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"The Frosty\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WordPress.tv: Joselin Mane: How Blogs Are The Core to Any Social Media Strategy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6777\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"http://wordpress.tv/2011/09/29/joselin-mane-how-blogs-are-the-core-to-any-social-media-strategy/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1854:\"<div id=\"v-5yOjkgrt-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6777/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6777/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6777/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6777/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6777/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6777/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6777/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6777/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6777/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6777/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6777/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6777/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6777/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6777/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6777&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/29/joselin-mane-how-blogs-are-the-core-to-any-social-media-strategy/\"><img alt=\"Joselin Mane: How Blogs Are The Core to Any Social Media Strategy\" src=\"http://videos.videopress.com/5yOjkgrt/wcbos2011-strat-jmane_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Sep 2011 22:14:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordCamp Boston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WordPress.tv: Brandon Ryan Jones: The Anarchist and the Patriot\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=7803\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"http://wordpress.tv/2011/09/29/brandon-ryan-jones-the-anarchist-and-the-patriot/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2979:\"<p>The number of free and premium themes for WordPress has EXPLODED over the past couple of years. As such, the range of quality and consistency from one theme to another can be enormous.</p>\n<p>The theme-ing business has quietly become a multi-million dollar cottage industry where single designers (like myself) are making upwards of $200,000 a year just by releasing themes.</p>\n<p>Much has been discussed across the net about design standards, coding best practices, and the ever changing theme environment – I’d like to take the conversation a step further by examining the entire theme-marketplace as a whole and suggesting a ”manifesto” for theme designers.</p>\n<p>The main points will include:</p>\n<ul>\n<li>Context: An overview of the theme industry as it stands right now.</li>\n<li>The need for higher review standards across the market</li>\n<li>The vast array of deprecated themes that stick around (but should be put to rest!)</li>\n<li>The need for themes to move AWAY from heavy options panels that lock users down to one theme.</li>\n<li>Where the true future of WordPress themes lies…</li>\n</ul>\n<div id=\"v-9ASwdFOA-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/7803/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/7803/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/7803/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/7803/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/7803/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/7803/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/7803/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/7803/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/7803/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/7803/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/7803/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/7803/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/7803/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/7803/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=7803&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/29/brandon-ryan-jones-the-anarchist-and-the-patriot/\"><img alt=\"14_The Arachist and the Patriot &#8211; Brandon Ryan Jones\" src=\"http://videos.videopress.com/9ASwdFOA/14_the-arachist-and-the-patriot-brandon-ryan-jones_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Sep 2011 20:59:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"The Frosty\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WordPress.tv: Mike Lewis: How To Manage Multiple Contributors and Content\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=7801\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"http://wordpress.tv/2011/09/29/mike-lewis-how-to-manage-multiple-contributors-and-content/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2853:\"<p>In an evolving digital journalism world you must focus on quality content, to keep driving traffic, subsequent revenue and site growth. Kapost (http://kapost.com) a WordPress plugin, helps online publishers manage multiple contributors with the Kapost online newsroom dashboard that seamlessly connects to all CMS’ including WordPress (our favorite integration).</p>\n<p>Kapost helps editors assign stories to contributors, edit stories, manage their contributors with email notifications, track through an editorial calendar, pay their writers, performance metrics highlighting which writer brings in the most traffic,retweets and Facebook Likes and finally, posting directly to WordPress after pre-production.</p>\n<p>With a background in online publishing, I will cover how to effectively focus on managing contributors and integrating WordPress with Kapost to help alleviate the often administrative tasks of managing contributors and content.</p>\n<div id=\"v-MiMODP9b-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/7801/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/7801/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/7801/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/7801/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/7801/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/7801/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/7801/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/7801/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/7801/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/7801/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/7801/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/7801/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/7801/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/7801/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=7801&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/29/mike-lewis-how-to-manage-multiple-contributors-and-content/\"><img alt=\"13_How to Manage Multiple Contributors and Content &#8211; Mike Lewis\" src=\"http://videos.videopress.com/MiMODP9b/13_how-to-manage-multiple-contributors-and-content-mike-lewis_scruberthumbnail_0.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Sep 2011 20:58:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"The Frosty\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: Removing Links In Favor Of Menus?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5495\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://feedproxy.google.com/~r/WordpressTavern/~3/pyjJzkQaOd0/removing-links-in-favor-of-menus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1065:\"<p>Interesting discussion taking place <a href=\"http://www.wpbeginner.com/opinion/should-blogroll-links-be-removed-in-favor-of-wordpress-menus/\">over at WPBeginner</a> on whether or not the Blogroll Links functionality should be removed in favor of Menus. Outside of their discussion, I&#8217;m in favor of ditching links. In fact, I think the links functionality should be turned into a core widget because that is where most of them end up anyways, in a sidebar as a widget. So while the functionality would still exist, it&#8217;s one less item in the menu. Any thoughts?</p>\n\n\n<p>Related posts:<ol><li><a href=\"http://www.wptavern.com/a-look-at-the-new-menu-ui\" rel=\"bookmark\" title=\"Permanent Link: A Look At The New Menu UI\">A Look At The New Menu UI</a></li>\n<li><a href=\"http://www.wptavern.com/subscribe-to-the-wptavern-link-roll\" rel=\"bookmark\" title=\"Permanent Link: Subscribe To The WPTavern Link Roll\">Subscribe To The WPTavern Link Roll</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/pyjJzkQaOd0\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Sep 2011 18:15:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"BuddyPress: BuddyPress Skeleton Component v1.6 is built for BuddyPress 1.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://buddypress.org/?p=1616\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"http://buddypress.org/2011/09/buddypress-skeleton-component-v1-6-is-built-for-buddypress-1-5/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2674:\"<p>Are you (or do you aspire, from the bottom of your heart, to be) a BuddyPress plugin developer? For several years, the go-to template for building BP plugins has been the <a href=\"http://wordpress.org/extend/plugins/buddypress-skeleton-component/\">BuddyPress Skeleton Component</a>, originally written by <a href=\"http://profiles.wordpress.org/users/apeatling\">Andy Peatling</a> and <a href=\"http://profiles.wordpress.org/users/jeffsayre\">Jeff Sayre</a>. Through time, the original BPSC has gotten a bit out-of-step with the current best practices for BuddyPress plugins. And with the recent release of BuddyPress 1.5 &#8211; with its new <code>BP_Component</code> class and a whole load of new goodies for plugin devs &#8211; the time was ripe for revisiting the Skeleton Component.</p>\n<p>And so, available immediately is the brand new BuddyPress Skeleton Component, version 1.6! A quick overview of improvements:</p>\n<ul>\n<li>Refactored to use the BuddyPress 1.5&#8242;s new <code>BP_Component</code> class, making it dead-simple to register globals, create navigation items, and hook into the BP load order</li>\n<li>File structure reorganized to better reflect BP 1.5&#8242;s organization, and to provide more fine-grained access to functions</li>\n<li>Data storage class totally refactored, to use custom post types and WP_Query, instead of custom database tables.</li>\n<li>Added a small guide for creating a top-level component directory (a &#8220;root component&#8221;), which was missing in earlier versions</li>\n<li>Tons of documentation added and revised</li>\n<li>All <code>WP_DEBUG</code> notices removed</li>\n</ul>\n<p>Please note that, due to its use of <code>BP_Component</code> class and other new features, plugins based on BPSC 1.6 will only work with BuddyPress 1.5 or greater. If you need to retain compatibility with earlier versions of BuddyPress, it&#8217;s recommended that you *first* build your plugin for the current version of BP, and then build the 1.2.x compatibility as an afterthought. See <a href=\"http://bpdevel.wordpress.com/tag/1-5-plugin-update/\">the &#8220;1.5 plugin update&#8221; series on bpdevel.wordpress.com</a> and <a href=\"http://wordpress.org/extend/plugins/buddypress-skeleton-component/download/\">earlier versions of the Skeleton Component</a> for more details on building plugins for BP < 1.5.</p>\n<p>Questions, comments, or suggestions about the BuddyPress Skeleton Component? Check out <a href=\"http://buddypress.org/support/topics/\">the buddypress.org forums</a>. You can also follow (and contribute to!) the plugin&#8217;s development <a href=\"https://github.com/boonebgorges/buddypress-skeleton-component\">here</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Sep 2011 16:47:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Boone Gorges\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WordPress.tv: Jeremy Harrington: WordPress UX Flight Check\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=7798\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.tv/2011/09/29/jeremy-harrington-wordpress-ux-flight-check/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2286:\"<p>Delivering compelling user experiences today means having all of the right elements in place. Everything from comments to social tools to performance and page load effect how and if your users interact and return to your site. In this talk I’ll walk through some user experience basics and bring it all together with a useful checklist of user experience elements that any publisher will find useful when it comes time to launch.</p>\n<div id=\"v-yIGBSWmW-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/7798/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/7798/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/7798/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/7798/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/7798/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/7798/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/7798/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/7798/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/7798/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/7798/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/7798/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/7798/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/7798/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/7798/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=7798&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/29/jeremy-harrington-wordpress-ux-flight-check/\"><img alt=\"12_WordPress UX Flight Check &#8211; Jeremy Harrington\" src=\"http://videos.videopress.com/yIGBSWmW/12_wordpress-ux-flight-check-jeremy-harrington_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Sep 2011 16:45:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"The Frosty\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WordPress.tv: Chris Lema: Launching Your Site Right\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=7795\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"http://wordpress.tv/2011/09/29/chris-lema-launching-your-site-right/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2445:\"<div id=\"v-3lrXhx9f-1\" class=\"video-player\">\n</div>\n<p>With almost 10,000 on the platform, I have probably made more mistakes than anyone else when it comes to using WordPress to launch a web site. From blog to corporate site, WordPress can do just about anything. So what should you know NOT to do? What are the best plugins to use as you get started? What other plugins might you want to consider? Should you use a free or premium theme, and is that even the right question? This and more is what we’ll cover as we talk about launching your site right.</p>\n<p><a href=\"http://www.slideshare.net/cflema/launch-right\">http://www.slideshare.net/cflema/launch-right</a></p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/7795/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/7795/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/7795/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/7795/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/7795/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/7795/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/7795/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/7795/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/7795/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/7795/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/7795/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/7795/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/7795/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/7795/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=7795&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/29/chris-lema-launching-your-site-right/\"><img alt=\"Launching Your Site Right &#8211; Chris Lema\" src=\"http://videos.videopress.com/3lrXhx9f/11_launching-your-site-right-chris-lema_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Sep 2011 15:46:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"The Frosty\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WPTavern: Battlelog Chooses Gravatar To Power Profile Images\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5492\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"http://feedproxy.google.com/~r/WordpressTavern/~3/JEobjzT48Q0/battlelog-chooses-gravatar-to-power-profile-images\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1611:\"<p>Alex Mills who is also known as <a href=\"http://blog.gravatar.com/2011/09/29/electronic-arts-battlefield-3-gravatar/\">Viper007Bond has discovered</a> that Battlelog, EA&#8217;s game management site for Battlefield 3 has chosen to use Gravatar to power their profile images. This is great news for Gravatar as Battlefield 3 is going to be the hottest game being played for quite some time. I hope this type of adoption occurs elsewhere for Gravatar so it can one day live up to it&#8217;s name of being globally recognized avatars. By the way, I&#8217;ve purchased Battlefield 3 and am anxiously awaiting my turn to play the beta as well as the full release on October 25th. If you&#8217;ll be playing the PC version of the game, please add this username to your friends list, <strong>RedW00D</strong>. Feel free to tell me your account name in the comments so I can add you to my list.</p>\n\n\n<p>Related posts:<ol><li><a href=\"http://www.wptavern.com/is-gravatar-slowing-you-down\" rel=\"bookmark\" title=\"Permanent Link: Is Gravatar Slowing You Down?\">Is Gravatar Slowing You Down?</a></li>\n<li><a href=\"http://www.wptavern.com/gravatar-com-gets-a-new-look\" rel=\"bookmark\" title=\"Permanent Link: Gravatar.com Gets A New Look\">Gravatar.com Gets A New Look</a></li>\n<li><a href=\"http://www.wptavern.com/gravatar-support-in-thunderbird-thanks-to-extension\" rel=\"bookmark\" title=\"Permanent Link: Gravatar Support In Thunderbird Thanks To Extension\">Gravatar Support In Thunderbird Thanks To Extension</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/JEobjzT48Q0\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Sep 2011 14:15:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WordPress.tv: Mike Susz: WordPress Theme Construction\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6780\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.tv/2011/09/29/mike-susz-wordpress-theme-construction/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1802:\"<div id=\"v-pHtdbi9J-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6780/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6780/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6780/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6780/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6780/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6780/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6780/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6780/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6780/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6780/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6780/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6780/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6780/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6780/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6780&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/29/mike-susz-wordpress-theme-construction/\"><img alt=\"Mike Susz: WordPress Theme Construction\" src=\"http://videos.videopress.com/pHtdbi9J/wcbos2011-howto-msusz_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Sep 2011 14:04:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordCamp Boston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Weblog Tools Collection: iThemes Launches Educator Program\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10533\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/GECuvSG8MF8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1574:\"<p><a href=\"http://ithemes.com/\">iThemes</a> is launching an <a href=\"http://ithemes.com/2011/09/23/ithemes-to-offer-100k-in-free-wordpress-resources-to-educators/\">outstanding program designed for educators</a>, &#8220;focusing on delivering high-quality web design tools and training to the education community.&#8221; To get the ball rolling, they&#8217;re asking for only 100 qualified educators to <a href=\"http://ithemes.com/educators-program-application/\">apply</a> before October 1st. Those who are accepted into the beta run will receive over 150 high-quality themes, over 20 plugins, 300 hours of professional training, and more as the year continues.</p>\n<p>Not only is <a href=\"http://wordpress.org/\">WordPress</a> the most popular blogging platform today, it&#8217;s also become quite popular as a class resource. Many teachers are setting up <a href=\"http://wordpress.org/extend/themes/p2\">P2</a>-themed blogs for class discussion or simply using WordPress as a base (with no blog element) to provide class-related documents, movies, and more. As someone who was raised in a family of educators, it&#8217;s great to see a company like iThemes stepping up to provide such an all-in-one program to help other educators get started with WordPress, and it&#8217;s going to be very interesting to see how this program grows and how the concept spreads throughout the rest of the WordPress community.</p>\n<p>Disclaimer: iThemes is one of our advertisers.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/GECuvSG8MF8\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Sep 2011 13:00:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Dougal Campbell: How I backup my database\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://dougal.gunters.org/?p=60943\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://dougal.gunters.org/blog/2011/09/29/how-i-backup-my-database/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3211:\"<div class=\"featured-image align-right\"><img width=\"182\" height=\"182\" src=\"http://maxcdn.gunters.org/wordpress/wp-content/uploads/2011/09/Dropbox_logo.png\" class=\"attachment-post-thumbnail wp-post-image\" alt=\"Dropbox_logo\" title=\"Dropbox_logo\" /></div><p>I run several WordPress sites on my servers, including this blog, which has content going back over 10 years. While I&#8217;m not too worried about backing up all the files (I can always install a fresh copy of WordPress on a new server and be up and running quickly, sans old images and such), my content is quite precious to me.</p>\n<p>For a long time, I ran a nightly perl script which dumped my databases into a file, compressed them, then emailed them to my GMail account. And this served me well for several years. Until the size of my database dump grew larger than the 10MB attachment size limit on GMail. So for a while there, while I had local database dumps, I didn&#8217;t have offsite backup.</p>\n<p>I finally got around to doing something about it.</p>\n<p><span id=\"more-60943\"></span></p>\n<p>With a little bit of this: <a title=\"A perl script for backing up your MySQL databases\" href=\"http://worldcommunitypress.com/opensource/mysql-backup\">MySQL Backup</a></p>\n<p>And a little bit of this: <a href=\"http://wiki.dropbox.com/TipsAndTricks/TextBasedLinuxInstall\">Install Text-based Dropbox on Linux</a></p>\n<p>The MySQL Backup script is the same one I&#8217;ve used for years. I&#8217;ve just configured it to not send emails anymore, and instead it drops its local backup files in my <a href=\"http://dropbox.com/\">Dropbox</a> folder. For anyone who doesn&#8217;t know, Dropbox is a cloud storage service, which is to say it stores files on an internet connected server that you can access from anywhere. On your local computer, it looks like a regular folder on your hard drive. But you can also access your Dropbox files through a web browser, and you can set up Dropbox on multiple computers &#8212; there is even an <a href=\"https://www.dropbox.com/iphoneapp\">iPhone app</a> &#8212; all sharing the same files.</p>\n<p>Obviously, this setup isn&#8217;t for everybody.  I use a <acronym title=\"Virtual Private Server\"><span class=\"caps\">VPS</span></acronym> for my servers, so I have complete administrative control, and I&#8217;m comfortable managing my own Linux system administration. Most people are on shared hosting, which probably isn&#8217;t going to offer the level of access needed for running the Dropbox service on your web host. But for advanced users like myself, I thought I&#8217;d share my particular no-frills solution.</p>\n<p>But for anyone who might like to try a more plug-and-play solution: <a href=\"http://wpmu.org/9-dropbox-plugins-for-wordpress/\">9 Dropbox Plugins for WordPress</a></p>\n<p>And if you haven&#8217;t already signed up for Dropbox, and want to give it a try, use this <a title=\"Signup through me and get an extra 250MB free storage\" href=\"http://db.tt/6s0XxtNb\">Dropbox sign-up</a> link, and we&#8217;ll each get an extra 250MB of storage, free. Your first 2GB are free, and you can purchase more storage space if you need it (or earn more free space by getting friends to sign up).</p>\n<p>&nbsp;</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Sep 2011 11:00:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Dougal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"Gravatar: Electronic Arts’ Battlefield 3 Game Selects Gravatars For Use In Profiles\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://blog.gravatar.com/?p=295\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://blog.gravatar.com/2011/09/29/electronic-arts-battlefield-3-gravatar/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2325:\"<p><a href=\"http://en.wikipedia.org/wiki/Electronic_Arts\">Electronic Arts</a> has implemented Gravatar in their upcoming <a href=\"http://www.battlefield.com/battlefield3/\">Battlefield 3</a> video game&#8217;s online profile and game management site Battlelog.</p>\n<p>Battlelog is the new browser interface for the game, allowing you to find friends, servers to play on, groups to join as well as your stats. Wherever a user is listed on the site, be it on your friends list or on the list of people currently playing on a server, their Gravatar is shown.</p>\n<p><img class=\"aligncenter size-medium wp-image-299\" title=\"Battlefield 3 Battlelog\" src=\"http://gravatar.files.wordpress.com/2011/09/battlelog.png?w=660&h=308\" alt=\"Battlefield 3 Battlelog\" width=\"660\" height=\"308\" /></p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/gravatar.wordpress.com/295/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/gravatar.wordpress.com/295/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/gravatar.wordpress.com/295/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/gravatar.wordpress.com/295/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/gravatar.wordpress.com/295/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/gravatar.wordpress.com/295/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/gravatar.wordpress.com/295/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/gravatar.wordpress.com/295/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/gravatar.wordpress.com/295/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/gravatar.wordpress.com/295/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/gravatar.wordpress.com/295/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/gravatar.wordpress.com/295/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/gravatar.wordpress.com/295/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/gravatar.wordpress.com/295/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=blog.gravatar.com&blog=1886259&post=295&subd=gravatar&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Sep 2011 06:52:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Alex Mills\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WordPress.tv: John Eckman: Don’t Be a Tool: Content (Management) Strategy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6789\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"http://wordpress.tv/2011/09/28/john-eckman-don%e2%80%99t-be-a-tool-content-management-strategy/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1851:\"<div id=\"v-Fg9rdfgZ-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6789/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6789/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6789/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6789/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6789/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6789/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6789/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6789/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6789/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6789/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6789/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6789/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6789/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6789/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6789&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/28/john-eckman-don%e2%80%99t-be-a-tool-content-management-strategy/\"><img alt=\"John Eckman: Don’t Be a Tool: Content (Management) Strategy\" src=\"http://videos.videopress.com/Fg9rdfgZ/wcbos2011-strat-jeckman_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 Sep 2011 06:04:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordCamp Boston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WordPress.tv: Ross Beyeler: Converting the Crowd: Understanding Conversion Optimized Design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6791\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"http://wordpress.tv/2011/09/28/ross-beyeler-converting-the-crowd-understanding-conversion-optimized-design/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1880:\"<div id=\"v-9XqQ4DXf-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6791/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6791/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6791/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6791/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6791/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6791/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6791/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6791/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6791/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6791/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6791/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6791/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6791/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6791/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6791&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/28/ross-beyeler-converting-the-crowd-understanding-conversion-optimized-design/\"><img alt=\"Ross Beyeler: Converting the Crowd: Understanding Conversion Optimized Design\" src=\"http://videos.videopress.com/9XqQ4DXf/wcbos2011-strat-rbeyeler_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Sep 2011 22:15:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordCamp Boston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"WordPress.tv: Karen Rubin: WordPress & Inbound Marketing: How to Generate Leads With Your WordPress Blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6784\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:118:\"http://wordpress.tv/2011/09/28/karen-rubin-wordpress-inbound-marketing-how-to-generate-leads-with-your-wordpress-blog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1902:\"<div id=\"v-CZvBhy7H-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6784/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6784/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6784/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6784/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6784/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6784/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6784/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6784/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6784/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6784/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6784/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6784/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6784/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6784/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6784&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/28/karen-rubin-wordpress-inbound-marketing-how-to-generate-leads-with-your-wordpress-blog/\"><img alt=\"Karen Rubin: WordPress & Inbound Marketing: How to Generate Leads With Your WordPress Blog\" src=\"http://videos.videopress.com/CZvBhy7H/wcbos2011-howto-krubin_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Sep 2011 22:13:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordCamp Boston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Matt: Amazon Silk on WP.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=39322\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://ma.tt/2011/09/amazon-silk-on-wp-com/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:632:\"<p>The official URL for Amazon&#8217;s new browser, Silk, is <a href=\"http://amazon.com/silk\">amazon.com/silk</a> which right now redirects to <a href=\"http://amazonsilk.wordpress.com/\">amazonsilk.wordpress.com</a>. This is not a VIP deal or anything, it&#8217;s just a free blog on WP.com which <a href=\"http://dentedreality.com.au/\">Beau</a> noticed from their press release. I&#8217;m guessing they just wanted a quick and easy way to make a functional and beautiful website, which is kind of the whole idea of WordPress. <img src=\"http://s.ma.tt/blog/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Sep 2011 21:28:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Matt: Vanity Fair’s Next Establishment\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=39320\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://ma.tt/2011/09/vanity-fairs-next-establishment/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:215:\"<p>I was fortunate enough to be put on <a href=\"http://www.vanityfair.com/business/new-establishment/2011/next-establishment-201110\">Vanity Fair&#8217;s Next Establishment list</a> with a variety of cool people.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Sep 2011 18:47:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 9/28\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10530\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/dvanQ8mfYIw/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1041:\"<h3>New plugins</h3>\n<p><a href=\"http://doojoboo.com/?p=26\"><strong>FB Autosuggest</strong></a> brings the power and style of Facebook friend search to your blog.</p>\n<p><a href=\"http://www.infogeniuz.com/products/wp-plugins/\"><strong>infoGeniuz Advanced Form Analytics</strong></a> enhances your current form plugin with hidden data that can now be added to each and every lead filling out your online forms.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://www.designchemical.com/blog/index.php/wordpress-plugins/wordpress-plugin-social-media-tabs/\"><strong>Social Media Tabs</strong></a> allows you to add Facebook, Google +1, Buzz, Twitter and RSS profiles and feeds to any widget area with stylish sliding tabs.</p>\n<p><a href=\"http://www.watchcount.com/ebay-wordpress-plugin.php\"><strong>WatchCount.com WordPress Plugin</strong></a> shows the Most Popular (or a seller&#8217;s) eBay items in a blog&#8217;s sidebar or posts.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/dvanQ8mfYIw\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Sep 2011 13:00:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WordPress.tv: Casie Gillette:  SEO Myths & WP Magic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6736\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.tv/2011/09/27/casie-gillette-seo-myths-wp-magic/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1798:\"<div id=\"v-quhbJqFS-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6736/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6736/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6736/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6736/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6736/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6736/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6736/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6736/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6736/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6736/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6736/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6736/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6736/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6736/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6736&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/27/casie-gillette-seo-myths-wp-magic/\"><img alt=\"Casie Gillette: SEO Myths & WP Magic\" src=\"http://videos.videopress.com/quhbJqFS/wcbos2011-howto-cgillette_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 Sep 2011 06:25:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordCamp Boston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WordPress.tv: Jake Rainis & Niki Brown: Customizing the Admin Interface\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6830\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"http://wordpress.tv/2011/09/27/jake-rainis-niki-brown-customizing-the-admin-interface/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1876:\"<div id=\"v-DebYda1i-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6830/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6830/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6830/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6830/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6830/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6830/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6830/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6830/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6830/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6830/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6830/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6830/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6830/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6830/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6830&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/27/jake-rainis-niki-brown-customizing-the-admin-interface/\"><img alt=\"Jake Rainis & Niki Brown: Customizing the Admin Interface\" src=\"http://videos.videopress.com/DebYda1i/customizing-the-admin-interface-jake-rainis-niki-brown-mpeg-4_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2011 22:04:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordCamp Boston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"WPTavern: When Will Automattic Be Acquired?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5479\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://feedproxy.google.com/~r/WordpressTavern/~3/BiO0yySB844/when-will-automattic-be-acquired\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6106:\"<p>A few days ago, I was linked to an article on ITProportal.com by Desire Athow who asked the question, <a href=\"http://www.itproportal.com/2011/09/22/opinion-when-will-microsoft-buy-automattic-wordpress/\">When Will Microsoft Buy Automattic &amp; WordPress</a>?. The article is confusing to follow because the author failed to delineate between WordPress the open-source project and WordPress.com. However, the usual suspects cleared things up within the comments of the post. For everyone else, here is a reminder.</p>\n<p><a href=\"http://www.wptavern.com/wp-content/uploads/2009/07/automatticlogo.png\" rel=\"thumbnail\"><img class=\"aligncenter size-full wp-image-1872\" title=\"automatticlogo\" src=\"http://www.wptavern.com/wp-content/uploads/2009/07/automatticlogo.png\" alt=\"Automattic Logo\" width=\"400\" height=\"49\" /></a></p>\n<p>WordPress.com is a service that is owned and operated by Automattic, a privately funded company. WordPress.org which is also known as self-hosted software is an open source project that is owned by no one. WordPress is a trademark that is controlled by the WordPress Foundation. Therefor, the open-source project can never be acquired while WordPress.com and or Automattic could be.</p>\n<p>Personally, I hope Automattic is never acquired but seeing as how they are spending someone else&#8217;s money to run the business (<strong>investors</strong>) and I don&#8217;t have any specific information with regards to company ownership, there might be a time in the future where acquisition becomes the exit strategy. When talking about who would or could acquire Automattic, Microsoft seems to pop up all the time. I think this would be a huge waste of cash by Microsoft and a terrible acquisition. Windows Live Spaces was Microsoft&#8217;s attempt at hosting a blogging service which after 4 years, ended up being <a href=\"http://techcrunch.com/2010/09/27/windows-live-blogging/\">migrated over to WordPress.com</a>. So in a way, Automattic acquired Windows Live Spaces without spending any cash. But if Microsoft were to ever offer a billion or two for Automattic, who knows what could happen.</p>\n<p>When we talk about acquisition, it&#8217;s important to note that at one time during the history of Automattic, the company was <a href=\"http://www.wptavern.com/automattic-almost-acquired-at-one-point\">ALMOST acquired</a>. Matt Mullenweg pulled the trigger but thanks to the lengthy time period during negotiations, doubts took over his mind. He eventually decided that it was best to stay independent and go for it. Thank goodness he did because Automattic has grown into a very healthy company. However, the question that I have is, <strong>would Matt be willing to pull the trigger again</strong>?</p>\n<p>I don&#8217;t think so, not unless it was the nuclear option. Since 2007, Matt has shown glimpses that money is not the end all be all. It&#8217;s not his number one priority in life to be wealthy. Instead, it goes way beyond the materials of life. If you haven&#8217;t done so already, I highly recommend reading the Automattic creed which is tied to the company but it works for the open source WordPress project as well.</p>\n<blockquote><p>I will never stop learning. I won’t just work on things that are assigned to me. I know there’s no such thing as a status quo. I will build our business sustainably through passionate and loyal customers. I will never pass up an opportunity to help out a colleague, and I’ll remember the days before I knew everything. I am more motivated by impact than money, and I know that Open Source is one of the most powerful ideas of our generation. I will communicate as much as possible, because it’s the oxygen of a distributed company. I am in a marathon, not a sprint, and no matter how far away the goal is, the only way to get there is by putting one foot in front of another every day. Given time, there is no problem that’s insurmountable.</p></blockquote>\n<p>The most obvious thing to point out in this creed is the line <strong>I am more motivated by impact than money, and I know that Open Source is one of the most powerful ideas of our generation.</strong> Between WordPress.com and the open source project, the impact those two things have had has been tremendous stretching from the world of publishing, to giving people a voice in which they might not have had one otherwise. When it comes to money, it&#8217;s easy to see from the initial rounds of VC funding that money is not the main priority. The first round was $1.2 million dollars which was secured in 2006 that lasted through 2008. On January 23rd, 2008 <a href=\"http://markjaquith.wordpress.com/2008/01/23/automattic-secures-295-million-b-round/\">Automattic secured $29.5 million dollars</a>. Compared to other rounds of funding for many other companies, this is pocket change. That money has been spent on service acquisitions, hiring more Auttomaticians, and generally making WordPress.com a better service which at the same time, helps to increase that <strong>IMPACT</strong> that was mentioned earlier.</p>\n<p>Over the past four years, it&#8217;s become obvious to me that Matt and Automattic have lived by the company creed and take it very seriously. Automattic is what helps Matt pay the bills while at the same time, satisfy his passion for open source software through WordPress. Up to this point, Matt has done a great job of being able to balance the two and if you were to remove him thanks to an acquisition, I feel we would have one screwed up situation on our hands with that balance being ruined.</p>\n<p>Despite my wishes for Automattic to never be acquired with Matt at the helm, I realize that everything has a price. I just hope that price is something very few people or companies can pay.</p>\n\n\n<p>Related posts:<ol><li><a href=\"http://www.wptavern.com/automattic-almost-acquired-at-one-point\" rel=\"bookmark\" title=\"Permanent Link: Automattic ALMOST Acquired At One Point\">Automattic ALMOST Acquired At One Point</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/BiO0yySB844\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2011 17:00:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WordPress.tv: Boaz Sender: Exploding Your WordPress Theme with CSS3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6814\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"http://wordpress.tv/2011/09/27/boaz-sender-exploding-your-wordpress-theme-with-css3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1856:\"<div id=\"v-ZuvXxArc-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6814/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6814/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6814/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6814/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6814/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6814/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6814/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6814/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6814/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6814/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6814/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6814/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6814/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6814/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6814&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/27/boaz-sender-exploding-your-wordpress-theme-with-css3/\"><img alt=\"Boaz Sender: Exploding Your WordPress Theme with CSS3\" src=\"http://videos.videopress.com/ZuvXxArc/exploding-your-wordpress-theme-with-css3-mpeg-4_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2011 14:12:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordCamp Boston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WPTavern: Reasons Not To Upgrade WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5475\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"http://feedproxy.google.com/~r/WordpressTavern/~3/Wqtw1tJuh9w/reasons-not-to-upgrade-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1778:\"<p>I love the concept behind this list. WordCamp Orange County organizer and WordPress developer Brandon Dover has <a href=\"http://brandondove.com/upgrade-wp/\">compiled a list</a> featuring some of the craziest excuses he&#8217;s heard for not upgrading WordPress. However, the list also includes reasons that have been submitted by readers. As of this writing, there are 23 reasons listed. My favorites so far are 5, 6, 15, and 20. Keep in mind when reading the list that the page is a joke and while some of the reasons are certainly legitimate, others such as <em>My mom told me not to</em> are clearly not. The list certainly got me to laugh out loud a few times.</p>\n<blockquote><p>I hacked core and didn’t submit a patch. *GASP*</p>\n<p>I like feeling vulnerable.</p>\n<p>I’ve been living under a rock.</p>\n<p>I don’t want to be a cool kid.</p></blockquote>\n<p>Maybe at some point, Brandon can find a catchy domain related to this joke and make a simple page that randomly shows a reason not to upgrade WordPress complete with a form that takes user submissions.</p>\n\n\n<p>Related posts:<ol><li><a href=\"http://www.wptavern.com/first-patch-into-wordpress-by-coen-jacobs\" rel=\"bookmark\" title=\"Permanent Link: First Patch Into WordPress By Coen Jacobs\">First Patch Into WordPress By Coen Jacobs</a></li>\n<li><a href=\"http://www.wptavern.com/wordpress-dev-chat-for-10-22-09\" rel=\"bookmark\" title=\"Permanent Link: WordPress Dev Chat For 10-22-09\">WordPress Dev Chat For 10-22-09</a></li>\n<li><a href=\"http://www.wptavern.com/wordpress-dev-chat-for-2-11-10\" rel=\"bookmark\" title=\"Permanent Link: WordPress Dev Chat For 2-11-10\">WordPress Dev Chat For 2-11-10</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/Wqtw1tJuh9w\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2011 13:00:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"Weblog Tools Collection: Which Plugin Can Your Blog Not Live Without?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10527\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/coeTQDy6BQU/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:921:\"<p>Building on the discussion from &#8220;<a href=\"http://weblogtoolscollection.com/archives/2011/09/23/do-you-really-need-all-of-those-plugins/\">Do You Really Need All Of Those Plugins?</a>&#8221; I&#8217;d love to ask what is the one plugin that your blog can&#8217;t live without?</p>\n<p>There are many plugins out there for <a href=\"http://wordpress.org/\">WordPress</a>, and many of us use an excessive number of them, but there has to be one that you favor above them all.</p>\n<p>To start of the discussion, I&#8217;ll say <a href=\"http://akismet.com/\">Akismet</a>. That may sounds like a cop-out, since it comes with every copy of WordPress, but without it I&#8217;d still be cleaning out the 39,744 spam comments that we&#8217;ve received so far this week.</p>\n<p>So, what&#8217;s your favorite plugin?</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/coeTQDy6BQU\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2011 13:00:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Matt: Own Your Digital Home\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=39297\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://ma.tt/2011/09/own-your-digital-home/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:416:\"<div class=\"blockquote\"><blockquote><p>Now, more and more of the computing power we use comes from a CPU across the Internet. We no longer own our digital homes. Instead, we live rent-free with our parents.</p></blockquote></div>\n<p><a href=\"http://www.theatlantic.com/technology/archive/2011/09/the-clouds-my-mom-cleaned-my-room-problem/245648/\">The Clouds My-Mom-Cleaned-My-Room Problem by Alexis Madrigal</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2011 12:33:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WordPress.tv: John James Jacoby: Advanced WordPress Plugin Development – BuddyPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6802\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"http://wordpress.tv/2011/09/26/john-james-jacoby-advanced-wordpress-plugin-development-buddypress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1900:\"<div id=\"v-ad8sE8mL-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6802/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6802/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6802/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6802/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6802/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6802/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6802/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6802/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6802/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6802/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6802/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6802/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6802/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6802/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6802&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/26/john-james-jacoby-advanced-wordpress-plugin-development-buddypress/\"><img alt=\"John James Jacoby: Advanced WordPress Plugin Development &#8211; BuddyPress\" src=\"http://videos.videopress.com/ad8sE8mL/advanced-wordpress-plugin-development-buddypress-mpeg-4_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 Sep 2011 04:09:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordCamp Boston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Alex King: Crowd Favorite is Hiring: Technical Designer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://alexking.org/?p=7393\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://alexking.org/blog/2011/09/26/crowd-favorite-hiring-designer-denver-co\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2593:\"<p><a href=\"http://crowdfavorite.com\">Crowd Favorite</a> is hiring! We&#8217;re looking to add a <a href=\"http://crowdfavorite.com/jobs/#designer\">designer with good HTML and CSS chops</a> to join our front-end team in our Denver, CO office.</p>\n<p><a href=\"http://crowdfavorite.com/jobs/#designer\"><img src=\"http://alexking.org/wp-content/uploads/2011/02/hiring-for-ak.png\" alt=\"Crowd Favorite is Hiring\" title=\"Crowd Favorite is Hiring\" width=\"252\" height=\"206\" class=\"aligncenter size-medium wp-image-5487\" /></a></p>\n<p>I&#8217;m certainly biased, but I think this is a pretty great position. You will get to:</p>\n<ul>\n<li>work with latest web standards</li>\n<li>work on high-profile websites</li>\n<li>conceptualize and create new user experiences and interfaces</li>\n<li>collaborate with other talented team members on design and front-end implementation approaches</li>\n<li>work with a great development team that won&#8217;t compromise design during implementation</li>\n</ul>\n<p>We have a fast paced environment and you&#8217;ll be working on both internal and external (client) projects. You should have the following qualities:</p>\n<ul>\n<li>love for a good challenge</li>\n<li>love of creating usable features and championing the user&#8217;s experience</li>\n<li>experience with/interest in product design</li>\n<li>experience with/interest in website design</li>\n<li>experience with/interest in some logo/branding work</li>\n<li>experience with/interest in technical implementation using current front-end web standards</li>\n</ul>\n<p>We&#8217;re looking for a demanding, detail-oriented, analytical thinker. A pixel off should keep you up at night (or at least from going home until it&#8217;s fixed). A well-designed feature should be inspected from all angles to make sure it will work exactly as desired. Things like inconsistencies in animation speeds between different features on the same page should be like nails on your chalkboard.</p>\n<p>You&#8217;ll be working on a variety of projects and products, many relating to WordPress (prior experience with WordPress is not a requirement). Skills and talent are more important to us than experience, but relevant experience is definitely a plus.</p>\n<p>If you want an opportunity to work where everyone around you cares deeply about the quality of their work; a place where you can utilize the latest and greatest solutions and best practices; a place where you can be proud of the work you&#8217;ve done; a place that will push you and challenge you &#8211; <a href=\"http://crowdfavorite.com/jobs/\">I want to hear from you</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Sep 2011 20:06:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Alex\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WPTavern: WordPress Has A Smaller Community Than Either Drupal Or Joomla\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5471\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"http://feedproxy.google.com/~r/WordpressTavern/~3/kvPWXOXk8DQ/wordpress-has-a-smaller-community-than-either-drupal-or-joomla\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1329:\"<p><em><a href=\"http://www.cssreflex.com/2011/09/wordpress-joomla-drupal-comparison-of-all-3-cms.html/\">WordPress has a smaller community</a> than either Drupal or Joomla, so you may not find be able to find the help you need.</em> &#8211; Not sure who could agree with that statement, especially after reading <a href=\"http://www.wptavern.com/wordpress-projects-still-in-huge-demand\">this report</a> which is about a year old but most likely, still relevant. Regardless of the report, I&#8217;d love to hear anyone back up the claim that WordPress has the smallest community amongst the two. </p>\n\n\n<p>Related posts:<ol><li><a href=\"http://www.wptavern.com/joomla-against-drupal-against-wordpress\" rel=\"bookmark\" title=\"Permanent Link: Joomla Against Drupal Against WordPress\">Joomla Against Drupal Against WordPress</a></li>\n<li><a href=\"http://www.wptavern.com/interview-with-joe-leblanc-joomla-developer\" rel=\"bookmark\" title=\"Permanent Link: Interview With Joe Leblanc &#8211; Joomla Developer\">Interview With Joe Leblanc &#8211; Joomla Developer</a></li>\n<li><a href=\"http://www.wptavern.com/joomla-marries-wordpress\" rel=\"bookmark\" title=\"Permanent Link: Joomla Marries WordPress?\">Joomla Marries WordPress?</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/kvPWXOXk8DQ\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Sep 2011 13:00:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Weblog Tools Collection: WordPress Theme Releases for 9/26\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10521\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/Ypg4raxWPb0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1686:\"<p><img class=\"alignnone size-full wp-image-10522\" title=\"assembly\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/09/assembly.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://emptynestthemes.emptynestheritage.com/?p=3284\"><strong>Assembly</strong></a> has fluid width, two columns, right sidebar, is widget ready, has valid XHTML, and is neutral in tone using metallic gray, steel grey, white, cream and features transparencies for depth and a modern look.</p>\n<p><img class=\"alignnone size-full wp-image-10523\" title=\"picoclean\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/09/picoclean.jpg\" alt=\"\" width=\"150\" height=\"108\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/picoclean\"><strong>picoclean</strong></a> is a clean, elegant, minimalistic and fast theme.</p>\n<p><img class=\"alignnone size-full wp-image-10524\" title=\"showcaser\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/09/showcaser.jpg\" alt=\"\" width=\"150\" height=\"113\" /></p>\n<p><a href=\"http://www.wpexplorer.com/showcaser-wordpress-theme.html\"><strong>Showcaser</strong></a> has a really clean and minimal design ideal for sharing photos and content online.</p>\n<p><img class=\"alignnone size-full wp-image-10525\" title=\"thetalkingfowl\" src=\"http://weblogtoolscollection.com/wp-content/uploads/2011/09/thetalkingfowl.jpg\" alt=\"\" width=\"150\" height=\"91\" /></p>\n<p><a href=\"http://wordpress.org/extend/themes/thetalkingfowl\"><strong>thetalkingfowl</strong></a> is a semantic, HTML5 minimal template with plugin-free flickr and twitter feeds.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/Ypg4raxWPb0\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Sep 2011 13:00:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"WordPress.tv: K. Adam White: Stepping into Custom Post Types\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6820\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"http://wordpress.tv/2011/09/25/k-adam-white-stepping-into-custom-post-types/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1845:\"<div id=\"v-cBOdGzgc-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6820/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6820/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6820/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6820/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6820/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6820/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6820/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6820/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6820/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6820/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6820/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6820/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6820/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6820/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6820&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/25/k-adam-white-stepping-into-custom-post-types/\"><img alt=\"K. Adam White: Stepping into Custom Post Types\" src=\"http://videos.videopress.com/cBOdGzgc/stepping-into-custom-post-types-k-adam-white-mpeg-4_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 Sep 2011 04:00:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordCamp Boston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"WordPress.tv: Marc Lavallee & Wes Lindamood: Plugins are Blueprints\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6819\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"http://wordpress.tv/2011/09/25/marc-lavallee-wes-lindamood-plugins-are-blueprints/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1864:\"<div id=\"v-HMIzrtTk-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6819/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6819/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6819/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6819/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6819/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6819/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6819/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6819/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6819/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6819/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6819/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6819/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6819/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6819/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6819&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/25/marc-lavallee-wes-lindamood-plugins-are-blueprints/\"><img alt=\"Marc Lavallee & Wes Lindamood: Plugins are Blueprints\" src=\"http://videos.videopress.com/HMIzrtTk/plugins-are-blueprints-marc-lavallee-wes-lindamood-mpeg-4_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 25 Sep 2011 22:48:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordCamp Boston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WPTavern: First Patch Into WordPress By Coen Jacobs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"http://www.wptavern.com/?p=5468\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"http://feedproxy.google.com/~r/WordpressTavern/~3/3lh0OvvwFQc/first-patch-into-wordpress-by-coen-jacobs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1168:\"<p>I have no idea what it feels like to get a patch committed into WordPress where millions will take advantage of it but it has to feel pretty darn good. At least that&#8217;s what it seems like <a href=\"http://cnjcbs.com/first-wordpress-core-code/\">according to Coen Jacobs</a> who recently had his first patch added to the core of WordPress. Congrats Coen. Hope this is one of many more to come. </p>\n\n\n<p>Related posts:<ol><li><a href=\"http://www.wptavern.com/automatically-correcting-the-wordpress-mistake\" rel=\"bookmark\" title=\"Permanent Link: Automatically Correcting The WordPress Mistake\">Automatically Correcting The WordPress Mistake</a></li>\n<li><a href=\"http://www.wptavern.com/wordpress-developer-chats-should-focus-on-core\" rel=\"bookmark\" title=\"Permanent Link: WordPress Developer Chats Should Focus On Core\">WordPress Developer Chats Should Focus On Core</a></li>\n<li><a href=\"http://www.wptavern.com/wordpress-dev-chat-for-10-22-09\" rel=\"bookmark\" title=\"Permanent Link: WordPress Dev Chat For 10-22-09\">WordPress Dev Chat For 10-22-09</a></li>\n</ol></p><img src=\"http://feeds.feedburner.com/~r/WordpressTavern/~4/3lh0OvvwFQc\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 25 Sep 2011 21:16:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Jeffro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WordPress.tv: Brian Casel: Business Models for WordPress Designers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6842\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.tv/2011/09/25/brian-casel-business-models-for-wordpress-designers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1846:\"<div id=\"v-1pmbojl6-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6842/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6842/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6842/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6842/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6842/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6842/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6842/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6842/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6842/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6842/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6842/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6842/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6842/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6842/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6842&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/25/brian-casel-business-models-for-wordpress-designers/\"><img alt=\"Brian Casel: Business Models for WordPress Designers\" src=\"http://videos.videopress.com/1pmbojl6/business-models-for-wordpress-designers_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 25 Sep 2011 14:46:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordCamp Boston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WordPress.tv: Dan Collis-Puro: Behavior Driven Development (BDD) and WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6841\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"http://wordpress.tv/2011/09/24/dan-collis-puro-behavior-driven-development-bdd-and-wordpress-plugins/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1898:\"<div id=\"v-QIJtEHmQ-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6841/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6841/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6841/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6841/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6841/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6841/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6841/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6841/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6841/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6841/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6841/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6841/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6841/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6841/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6841&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/24/dan-collis-puro-behavior-driven-development-bdd-and-wordpress-plugins/\"><img alt=\"Dan Collis-Puro: Behavior Driven Development (BDD) and WordPress Plugins\" src=\"http://videos.videopress.com/QIJtEHmQ/behavior-driven-development-bdd-and-wordpress-plugins_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 25 Sep 2011 06:15:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordCamp Boston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WordPress.tv: Frederik Townes: Advanced Theme Performance Techniques\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6840\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"http://wordpress.tv/2011/09/24/frederik-townes-advanced-theme-performance-techniques/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1864:\"<div id=\"v-7PFa7fsF-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6840/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6840/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6840/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6840/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6840/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6840/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6840/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6840/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6840/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6840/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6840/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6840/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6840/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6840/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6840&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/24/frederik-townes-advanced-theme-performance-techniques/\"><img alt=\"Frederik Townes: Advanced Theme Performance Techniques\" src=\"http://videos.videopress.com/7PFa7fsF/advanced-theme-performance-techniques-frederik-townes_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 24 Sep 2011 22:05:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordCamp Boston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"WordPress.tv: Chris Murray: Enterprise Publishing on WordPress VIP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6859\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"http://wordpress.tv/2011/09/24/chris-murray-enterprise-publishing-on-wordpress-vip/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1844:\"<div id=\"v-7BVgiUU7-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6859/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6859/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6859/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6859/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6859/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6859/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6859/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6859/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6859/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6859/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6859/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6859/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6859/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6859/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6859&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/24/chris-murray-enterprise-publishing-on-wordpress-vip/\"><img alt=\"Chris Murray: Enterprise Publishing on WordPress VIP\" src=\"http://videos.videopress.com/7BVgiUU7/enterprise-publishin-on-wordpress-vip_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 24 Sep 2011 14:04:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordCamp Boston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Weblog Tools Collection: WordPress Plugin Releases for 9/24\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"http://weblogtoolscollection.com/?p=10518\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"http://feedproxy.google.com/~r/weblogtoolscollection/UXMP/~3/aPwBx3R9O_w/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:948:\"<h3>New plugins</h3>\n<p><a href=\"http://bbpress.org/\"><strong>bbPress</strong></a> is forum software with a twist from the creators of WordPress, available for the first time ever as a plugin.</p>\n<p><a href=\"http://mweldan.net/index.php/jquery-superbox-image-wordpress-plugin/\"><strong>jQuery superbox image</strong></a> enables a lightbox effect on post images.</p>\n<h3>Updated plugins</h3>\n<p><a href=\"http://buddypress.org/\"><strong>BuddyPress</strong></a> lets users register on your site and start creating profiles, posting messages, making connections, creating and interacting in groups and much more. It&#8217;s a social network in a box.</p>\n<p><a href=\"http://wordpress.org/extend/plugins/gd-unit-converter/\"><strong>GD Unit Converter</strong></a> allows fast conversion of value for different units in supported categories.</p>\n<img src=\"http://feeds.feedburner.com/~r/weblogtoolscollection/UXMP/~4/aPwBx3R9O_w\" height=\"1\" width=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 24 Sep 2011 13:00:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"James Huff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WordPress.tv: Sam Napolitano: Scaling your team: managing the people behind a large site network\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6877\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"http://wordpress.tv/2011/09/23/sam-napolitano-scaling-your-team-managing-the-people-behind-a-large-site-network/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2500:\"<div id=\"v-NEQ0lwfn-1\" class=\"video-player\">\n\n\n  \n  \n  \n  <!--[if !IE]>-->\n  \n    \n    \n  <!--<![endif]-->\n  <img alt=\"Sam Napolitano: Scaling your team: managing the people behind a large site network\" src=\"http://videos.videopress.com/NEQ0lwfn/scaling-your-team-managing-a-large-site-network_std.original.jpg\" width=\"400\" height=\"224\" /><p><strong>Sam Napolitano: Scaling your team: managing the people behind a large site network</strong></p><p class=\"robots-nocontent\">This movie requires <a rel=\"nofollow\" href=\"http://www.adobe.com/go/getflashplayer\">Adobe Flash</a> for playback.</p>\n  <!--[if !IE]>-->\n  \n  <!--<![endif]-->\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6877/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6877/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6877/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6877/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6877/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6877/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6877/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6877/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6877/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6877/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6877/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6877/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6877/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6877/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6877&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/23/sam-napolitano-scaling-your-team-managing-the-people-behind-a-large-site-network/\"><img alt=\"Sam Napolitano: Scaling your team: managing the people behind a large site network\" src=\"http://videos.videopress.com/NEQ0lwfn/scaling-your-team-managing-a-large-site-network_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 24 Sep 2011 06:31:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordCamp Boston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WordPress.tv: Hanna Arnold: WordPress as a Higher-Ed Content Management Solution\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"http://wordpress.tv/?p=6899\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"http://wordpress.tv/2011/09/23/hanna-arnold-wordpress-as-a-higher-ed-content-management-solution/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1887:\"<div id=\"v-NnraLxeu-1\" class=\"video-player\">\n</div>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/6899/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/6899/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wptv.wordpress.com/6899/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wptv.wordpress.com/6899/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wptv.wordpress.com/6899/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wptv.wordpress.com/6899/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wptv.wordpress.com/6899/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wptv.wordpress.com/6899/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wptv.wordpress.com/6899/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wptv.wordpress.com/6899/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wptv.wordpress.com/6899/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wptv.wordpress.com/6899/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wptv.wordpress.com/6899/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wptv.wordpress.com/6899/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=6899&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2011/09/23/hanna-arnold-wordpress-as-a-higher-ed-content-management-solution/\"><img alt=\"Hanna Arnold: WordPress as a Higher-Ed Content Management Solution\" src=\"http://videos.videopress.com/NnraLxeu/wordpress-as-a-higher-ed-content-management-solution_std.original.jpg\" width=\"160\" height=\"120\" /></a></div>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Sep 2011 22:15:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordCamp Boston\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WP iPhone: New in Version 2.9: Full Screen Editing and Text Formatting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://ios.wordpress.org/?p=1090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://ios.wordpress.org/2011/09/23/version-2-9/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8428:\"<p><div id=\"attachment_1107\" class=\"wp-caption alignright\"><a href=\"http://wpiphone.files.wordpress.com/2011/09/wordpress-ios-2-9-take2.png\"><img src=\"http://wpiphone.files.wordpress.com/2011/09/wordpress-ios-2-9-take2.png?w=223&h=440\" alt=\"Version 2.9 of WordPress for iOS screenshot with the new HTML format bar and full-screen editing\" title=\"Version 2.9 of WordPress for iOS\" width=\"223\" height=\"440\" class=\"size-medium wp-image-1107\" /></a><p class=\"wp-caption-text\">The new post editor</p></div>We&#8217;re excited to give you the next major version of WordPress for iOS. The focus of this release is to further improve stability and add a few long-awaited new features.</p>\n<h3>What&#8217;s new?</h3>\n<ul>\n<li><strong>A Feature-Rich Content Editor.</strong> Now you can easily format text, make bulleted lists, create links, and do all kinds of other fancy stuff. (It’s about time, right?) <a href=\"http://ios.wordpress.org/feed/#content-editor\">Read more</a></li>\n<li><strong>Full Screen Editing.</strong> No more teeny-weeny content editor — now you can view more text at a time while you post on the go. <a href=\"http://ios.wordpress.org/feed/#full-screen\">Read more</a></li>\n<li><strong>Reading Made Easy.</strong> Keeping track of your favorite blogs has never been easier. Browse all the latest posts on blogs you follow in one place, right from your iPhone. <a href=\"http://ios.wordpress.org/feed/#read\">Read more (no pun intended!)</a></li>\n</ul>\n<p><strong>Updated features</strong></p>\n<ul>\n<li>Quick Photo will now use the <strong>post format for images</strong> (if your theme supports it).</li>\n<li>You can now post pictures that <strong>you’ve already taken</strong> with Quick Photo.</li>\n<li>Your stats referrer links and comment links can now be opened <strong>right from this app</strong>.</li>\n</ul>\n<p>Version 2.9 also includes numerous other bug fixes and improvements not listed here. For a full list, <a href=\"http://ios.trac.wordpress.org/query?status=closed&group=resolution&milestone=2.9\">visit the 2.9 Trac milestone</a>.</p>\n<h3 id=\"content-editor\">A Feature-Rich Content Editor</h3>\n<p><a href=\"http://wpiphone.files.wordpress.com/2011/09/wordpress-ios-2-9-html-format-bar.png\"><img src=\"http://wpiphone.files.wordpress.com/2011/09/wordpress-ios-2-9-html-format-bar.png?w=520&h=149\" alt=\"WordPress for iOS 2.9 HTML Format Bar\" title=\"WordPress for iOS 2.9 HTML Format Bar\" width=\"520\" height=\"149\" class=\"aligncenter size-medium wp-image-1112\" /></a></p>\n<p>Having the ability to easily <strong>style</strong> <em>text</em>, • create • lists, and add <a href=\"http://itunes.apple.com/us/app/wordpress/id335703880?mt=8\">links</a> has been requested since version 1.0 of WordPress for iOS. While you could type the tags manually, and use the elusive &#8220;Link Helper&#8221; feature to create links, it was not optimal.</p>\n<p>In 2.9, a format bar is added on top of your regular keyboard that mimics the look and feel of the keys you&#8217;ve become so familiar with. Select some text, press a formatting button, and bam! The text is wrapped with the proper tags. If you don&#8217;t select any text, both the opening and end tag will be output and the cursor placed in the middle. Easy-peasy!</p>\n<p>The format bar is enabled for both the iPhone, iPad, and iPod Touch, and adjusted to the respective keyboards and device rotation. Try turning your iPhone to landscape mode when editing a post! The bar will shrink in size to give you more space to write on.</p>\n<h3 id=\"full-screen\">Full Screen Editing</h3>\n<p><a href=\"http://wpiphone.files.wordpress.com/2011/09/wordpress-ios-2-9-full-screen.png\"><img src=\"http://wpiphone.files.wordpress.com/2011/09/wordpress-ios-2-9-full-screen.png?w=300&h=206\" alt=\"WordPress for iOS 2.9 - Full Screen Editing\" title=\"WordPress for iOS 2.9 - Full Screen Editing\" width=\"300\" height=\"206\" class=\"alignright size-medium wp-image-1104\" /></a>Your phone has a relatively small screen. When writing a blog post, a large portion of it is taken up by the keyboard itself. While you&#8217;re not likely to write an 8,000 word post on your phone, wouldn&#8217;t it be great to get just a little more space? In 2.9, the top navigation is hidden, giving you more space to write on. This is particularly useful in landscape mode, where space is even more limited.</p>\n<p>When the post is ready to go, just press Done on the format bar and you&#8217;ll be right back in the Post editor.</p>\n<h3 id=\"read\">Reading Made Easy</h3>\n<p><div id=\"attachment_1116\" class=\"wp-caption alignright\"><a href=\"http://wpiphone.files.wordpress.com/2011/09/wordpress-ios-2-9-read.png\"><img src=\"http://wpiphone.files.wordpress.com/2011/09/wordpress-ios-2-9-read.png?w=223&h=440\" alt=\"WordPress for iOS Read\" title=\"WordPress for iOS Read\" width=\"223\" height=\"440\" class=\"size-medium wp-image-1116\" /></a><p class=\"wp-caption-text\">Follow your favorite blogs on the go!</p></div>If you have one or more WordPress.com blogs in your WordPress for iOS app you&#8217;ll now see a Read button in the blogs list. This is the fastest way to keep up with posts from blogs you&#8217;re following on WordPress.com. Here&#8217;s how it works: if you go to any WordPress.com blog and click the Follow button, you&#8217;ll not only get email notifications about new posts from that blog, they&#8217;ll also show up right in the app!</p>\n<p>You can manage the blogs you&#8217;re following in your WordPress.com dashboard, where you can even add external RSS feeds.</p>\n<p>Don&#8217;t follow many blogs yet? In the app&#8217;s &#8220;Read&#8221; screen you&#8217;ll also find Freshly Pressed, listing the some of the most interesting posts from around the WordPress.com network. Or you can tap the little arrow button and select from a multitude of interesting topics, such as Art, Technology, Books, and many more.</p>\n<p>This Read function is in Beta and will be improved over time, so we&#8217;d very much like to hear what you like about it and what you&#8217;d want to see next! Post a comment below or reach out to us <a href=\"http://twitter.com/WordPressiOS\">on Twitter</a>.</p>\n<h3>What&#8217;s next?</h3>\n<p>While we&#8217;re very proud of this release, we&#8217;re not resting! We&#8217;re currently in the planning stages of WordPress for iOS 3.0 which is going to be the biggest update to the WordPress for iOS app since its birth. The plan is to take an overall look at where the app is, and streamline it for what you use it for the most.</p>\n<p>A more imminent update is coming shortly, with updated strings for numerous languages. If you&#8217;d like to help us translate the WordPress for iOS app into your native language, check out the <a href=\"http://translate.wordpress.org/projects/ios/dev\">translation project</a>.</p>\n<p><strong>So, how do you like 2.9 &#8211; and what do you expect from 3.0?</strong></p>\n<br />  <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wpiphone.wordpress.com/1090/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wpiphone.wordpress.com/1090/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godelicious/wpiphone.wordpress.com/1090/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/delicious/wpiphone.wordpress.com/1090/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gofacebook/wpiphone.wordpress.com/1090/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/facebook/wpiphone.wordpress.com/1090/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gotwitter/wpiphone.wordpress.com/1090/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/twitter/wpiphone.wordpress.com/1090/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gostumble/wpiphone.wordpress.com/1090/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/stumble/wpiphone.wordpress.com/1090/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/godigg/wpiphone.wordpress.com/1090/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/digg/wpiphone.wordpress.com/1090/\" /></a> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/goreddit/wpiphone.wordpress.com/1090/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/reddit/wpiphone.wordpress.com/1090/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=ios.wordpress.org&blog=3882653&post=1090&subd=wpiphone&ref=&feed=1\" width=\"1\" height=\"1\" />\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Sep 2011 19:25:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Isaac Keyet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 30 Sep 2011 19:27:59 GMT\";s:12:\"content-type\";s:15:\"application/xml\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 30 Sep 2011 19:15:34 GMT\";s:14:\"content-length\";s:6:\"161912\";s:4:\"x-nc\";s:11:\"HIT luv 139\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(2774,0,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1317454078','no'),(2775,0,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:50:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"http://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Sep 2011 15:08:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"http://wordpress.org/?v=3.3-aortic-dissection\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:56:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Software Freedom Day + Hackathon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"http://wordpress.org/news/2011/09/software-freedom-day-hackathon/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"http://wordpress.org/news/2011/09/software-freedom-day-hackathon/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Sep 2011 07:33:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"Testing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"bughunt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2058\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:359:\"Saturday, September 17 is Software Freedom Day. To that end, a few announcements about this weekend&#8217;s hackathon and WordCamp Portland. 3.3 Hackathon WordPress 3.3 is about to hit feature freeze. This means it&#8217;s the last chance to squeeze in features that haven&#8217;t quite been finished, and enhancements and fixes that no one has had time [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3772:\"<p>Saturday, September 17 is <a href=\"http://softwarefreedomday.org/\">Software Freedom Day</a>. To that end, a few announcements about this weekend&#8217;s hackathon and <a href=\"2011.portland.wordcamp.org\">WordCamp Portland</a>.</p>\n<h3>3.3 Hackathon</h3>\n<p>WordPress 3.3 is about to hit feature freeze. This means it&#8217;s the last chance to squeeze in features that haven&#8217;t quite been finished, and enhancements and fixes that no one has had time to address yet. Around this time, there are often dozens of tickets that have patches, but the patches have not been tested enough to be committed to core. Then the contributors who worked hard on the patches are disappointed that their code doesn&#8217;t make it into the current release. You can help us prevent this!</p>\n<p>This weekend, we&#8217;ll be running a <a href=\"http://core.trac.wordpress.org/report/13\">has-patch needs-testing marathon</a> for the 3.3 milestone. Basically, we&#8217;re looking for people who can help test patches and/or refresh patches that need updating. Lead developers and core contributors will be hanging around in the #wordpress-dev channel on irc.freenode.net to answer questions as needed, and will be committing patches as they get enough verification. As you test the patches, report your findings on the trac tickets in question. If all developers who make a living working with WordPress helped out for even an hour or two this weekend, we could clear the 200 tickets or so that are in this situation. To make it fun, why not get together with other WordPress devs and have an in-person hackathon meetup?</p>\n<h3>WordCamp Portland</h3>\n<p>At WordCamp Portland this weekend, some of the WordPress core team will be in attendance, including me, Nacin, and Koop. In addition to giving presentations and participating in the unconference sessions, we&#8217;ll be involved with a couple of other cool things at WCPDX:</p>\n<ul>\n<li><strong>Hacker Room.</strong> There will be room set aside for people to work on core bugs and features slated for the 3.3 release. Hopefully PDX developers will hang out in here some of the time helping with the marathon.</li>\n<li><strong>Welcome Free Software Projects!</strong> Normally WordCamps are 100% focused on WordPress, but in light of Software Freedom Day, the WC PDX organizers, in conjunction with the WordPress Foundation, would like to extend an invitation to all free software projects to participate in WordCamp Portland. There are a couple of rooms set aside that can be used for unconference sessions and/or hacker rooms for other projects. It would be great to have local representatives from a bunch of projects there &#8212; almost a micro version of OS Bridge or OSCON &#8212; to maximize the free software love and cross-pollinate ideas. Developers from other projects are also welcome in the WP hackathon room if they&#8217;d like to pitch in. Saturday will also feature the Software Freedom Day Happy Hour at the end of sessions. For more information or to get your project involved, contact the event organizers via the <a href=\"http://2011.portland.wordcamp.org/\">WordCamp Portland website</a> or email support at wordcamp dot org.</li>\n<li><strong>Usability Testing of 3.3 Alpha.</strong> As mentioned, we&#8217;re about to hit freeze, so we&#8217;ll be giving WordCamp Portland attendees a sneak peek at 3.3, seeing how they adjust to the new features, and getting feedback to help us with our last round of fixes before we get to Beta. There will be a signup sheet to participate.</li>\n</ul>\n<p>So, if you live it the Portland/Seattle area and haven&#8217;t already bought a ticket to attend WordCamp Portland, hurry up, as it&#8217;s going to be a great celebration of Software Freedom Day and WordPress.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"http://wordpress.org/news/2011/09/software-freedom-day-hackathon/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:47:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"A Tale of Two WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/news/2011/09/a-tale-of-two-wordcamps/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/news/2011/09/a-tale-of-two-wordcamps/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Sep 2011 21:17:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2057\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:380:\"This coming weekend, two WordCamps will be going on simultaneously &#8212; yep, it&#8217;s WordCamp season again! This weekend will be the first of many this autumn with multiple WordCamps. Tomorrow (not quite the weekend but close enough) is WordCamp Cape Town, and then this weekend, first-time WordCamp Albuquerque coincides with 4-time returning champ WordCamp Portland, [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3683:\"<p>This coming weekend, two WordCamps will be going on simultaneously &#8212; yep, it&#8217;s <a href=\"http://wordcamp.org\">WordCamp</a> season again! This weekend will be the first of many this autumn with multiple WordCamps. Tomorrow (not quite the weekend but close enough) is <a href=\"http://2011.capetown.wordcamp.org/\">WordCamp Cape Town</a>, and then this weekend, first-time <a href=\"http://2011.albuquerque.wordcamp.org/\">WordCamp Albuquerque</a> coincides with 4-time returning champ <a title=\"WCPDX\" href=\"http://2011.portland.wordcamp.org\">WordCamp Portland</a>, a cool juxtaposition of a more established local community with one that is just getting started. If you&#8217;re anywhere near the Portland area, you should try to attend. The <a title=\"WordPress Foundation\" href=\"http://wordpressfoundation.org/\">WordPress Foundation</a> will be sponsoring some special activities around <a href=\"http://softwarefreedomday.org/\">Software Freedom Day</a>, and some members of the core team (me, Nacin, Koop) will be there.</p>\n<p>Is there a WordCamp coming up near you? Let&#8217;s find out!</p>\n<p>Sep 15: <a href=\"http://2011.capetown.wordcamp.org/\">WordCamp Cape Town</a> <em>Cape Town, South Africa</em></p>\n<p>Sep 16-18: <a href=\"http://2011.albuquerque.wordcamp.org/\">WordCamp Albuquerque</a> <em>Albuquerque, NM</em></p>\n<p>Sep 17-18: <a href=\"http://2011.portland.wordcamp.org/\">WordCamp Portland</a> <em>Portland, OR</em></p>\n<p>Sep 24: <a href=\"http://2011.lisboa.wordcamp.org/\">WordCamp Lisboa</a> <em>Lisboa, Portugal</em></p>\n<p>Sep 24: <a href=\"http://wordcamp.de/\">WordCamp Germany</a> <em>Koln, Germany</em></p>\n<p>Sep 25: <a href=\"http://2011.sofia.wordcamp.org/\">WordCamp Sofia</a> <em>Sofia, Bulgaria</em></p>\n<p>Oct 1: <a href=\"http://www.wordcamplouisville2011.org/\">WordCamp Louisville</a> <em>Louisville, Kentucky</em></p>\n<p>Oct 8-9: <a href=\"http://2011.sevilla.wordcamp.org/\">WordCamp Sevilla</a> <em>Seville, Spain</em></p>\n<div>\n<p>Oct 15-16: <a href=\"http://2011.jabalpur.wordcamp.org/\">WordCamp Jabalpur</a> <em>Jabalpur, India</em></p>\n<p>Nov 5-6: <a href=\"http://2011.toronto.wordcamp.org/\">WordCamp Toronto</a> <em>Toronto, ON</em></p>\n<p>Nov 5-6: <a href=\"http://2011.goldcoast.wordcamp.org/\">WordCamp Gold Coast</a> <em>Gold Coast, Australia</em></p>\n<p>Nov 5-6: <a href=\"http://2011.philly.wordcamp.org/\">WordCamp Philly</a> <em>Philadelphia, PA</em></p>\n<p>Nov 12: <a href=\"http://2011.caguas.wordcamp.org/\">WordCamp Caguas</a> <em>Caguas, Puerto Rico</em></p>\n<p>Nov 12-13: <a href=\"http://2011.kenya.wordcamp.org/\">WordCamp Kenya</a> <em>Nairobi, Kenya</em></p>\n<p>Nov 12-13: <a href=\"http://2011.detroit.wordcamp.org/\">WordCamp Detroit</a> <em>Detroit, MI</em></p>\n<p>Nov 12: <a href=\"http://2011.richmond.wordcamp.org/\">WordCamp Richmond</a> <em>Richmond, VA</em></p>\n<p>Nov 12-13: <a href=\"http://2011.denmark.wordcamp.org/\">WordCamp Denmark</a> <em>Copenhagen, Denmark</em></p>\n<p>Dec 17: <a href=\"http://2011.vegas.wordcamp.org/\">WordCamp Las Vegas</a> <em>Las Vegas, NV</em></p>\n<p>Feb 3-4 <a href=\"http://2012.atlanta.wordcamp.org/\">WordCamp Atlanta</a> <em>Atlanta, GA</em></p>\n<p>There are also a number of WordCamps still in the early organizing stage that do not yet have dates set. These include: Ft. Wayne, IN; London, UK; Edmonton, Canada; Baku, Azerbaijan; Oslo, Norway; Sacramento, CA;  Birmingham, Alabama; Pittsburgh, PA; Omaha, NE; Orlando, FL; Tokyo, Japan; Paris, France; Zagreb, Croatia; Nashville, TN, Washington DC, Baltimore, MD; Bangkok, Thailand; Istanbul, Turkey.</p>\n<p>Hope to see you soon at a WordCamp near you!</p>\n<p><em><br />\n</em></p>\n</div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/news/2011/09/a-tale-of-two-wordcamps/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:47:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"Vote for WordPress Sessions at SXSW\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://wordpress.org/news/2011/09/vote-for-wordpress-sxsw/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"http://wordpress.org/news/2011/09/vote-for-wordpress-sxsw/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 02 Sep 2011 04:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"conferences\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"sxsw\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2036\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:302:\"Each year, members of the web community from around the world submit session proposals to the South by Southwest Interactive conference, an event that played a role in the birth of WordPress. We head to Austin every year, do a BBQ or throw a party, but despite the fact that almost 15% of the web [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6289:\"<p>Each year, members of the web community from around the world submit session proposals to the <a href=\"http://sxsw.com/interactive\">South by Southwest Interactive</a> conference, an event that played a role in the birth of WordPress. We head to Austin every year, do a BBQ or throw a party, but despite the fact that almost 15% of the web is powered by WordPress, there aren&#8217;t many sessions related to WordPress on the schedule. This year, more than 3200 proposals are competing for about 350 slots, and who has time to read through, vote, and comment on 3200 proposals? Out of those 3200+ proposals, only 8 relate to WordPress! I thought it would be handy to post a guide to the WordPressy proposals for SXSWi 2012, so that if you would like to check them out and vote on them it woud be fast and easy. Leaving a comment in addition to your thumbs up/down vote helps the staff and advisory board know which sessions are likely to have an interested audience, so make sure to leave comments on the sessions you think would be cool (remember, they also publish the podcasts afterward). Voting ends in about 24 hours, so if you want to weigh in, now&#8217;s the time. Thanks for helping spread the word!</p>\n<h4>WordPress-specific Sessions</h4>\n<p>This list is based on searching for &#8220;WordPress&#8221; in proposal titles, descriptions, and tags. Clicking the proposal title will take you to that page in the SXSW PanelPicker, where you can vote and comment. Names that are linked go to those people&#8217;s WordPress.org profiles.</p>\n<h3><a href=\"http://panelpicker.sxsw.com/ideas/view/9240\">Blog Wars: Movable Type vs. WordPress Revisited</a></h3>\n<p><a href=\"http://profiles.wordpress.org/users/markjaquith/\">Mark Jaquith</a> – WordPress Lead Developer<br />\nByrne Reese – Endevver<br />\nThese days people tend to pit us against Drupal rather than Movable Type, but looking back at the early rivalry and learning from the positive and negative aspects of it would be cool as we position ourselves in competition with new platforms. I like seeing Mark present at conferences, he always prepares well and does a good job. Though I&#8217;m guessing these guys will be all friendly and collaborative, I might take a nostalgia hit and imagine them in a fistfight just to liven things up. <img src=\'http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> </p>\n<h3><a href=\"http://panelpicker.sxsw.com/ideas/view/13045\">Designing WordPress</a></h3>\n<p><a href=\"http://profiles.wordpress.org/users/jane/\">Jane Wells</a> – WordPress User Experience Lead<br />\nDisclosure: This is me! Balancing the desire for truly open and participatory design processes against the often more efficient and consistent results of a more curated design method is something we&#8217;ve been working on for the past year or so in WordPress core. I&#8217;d use the design process for several recent core features (like the UI refresh and internal linking) to illustrate the issues we&#8217;ve faced and the results we&#8217;ve achieved. </p>\n<h3><a href=\"http://panelpicker.sxsw.com/ideas/view/13800\">Open Source Social Networking</a></h3>\n<p><a href=\"http://profiles.wordpress.org/users/johnjamesjacoby\">John James Jacoby</a> – <a href=\"http://buddypress.org/\">BuddyPress</a> Lead Developer<br />\nJ-trip (as John James Jacoby is fondly known by many in the community) is the lead dev for BuddyPress and the new bbPress plugin. He&#8217;s proposing a panel discussion among reps from several open source social network platforms. It&#8217;s always cool hearing more about BuddyPress, but it would be even cooler to figure out how it fits in with and/or stacks up against other platforms.</p>\n<h3><a href=\"http://panelpicker.sxsw.com/ideas/view/11333\">Welcome to the Chaos – the Distributed Workplace</a></h3>\n<p><a href=\"http://profiles.wordpress.org/users/nbachiyski\">Nikolay Bachiyski</a> – WordPress Core Developer, <a href=\"http://blog.glotpress.org/\">GlotPress</a> Lead Developer<br />\nLori McLeese – Automattic<br />\nThis one isn&#8217;t about WordPress per se, though using WordPress as a communication tool is one of the topics and Automattic is obviously a WordPress-based business. The main reason I think people should vote for this session is because Nikolay, core committing developer for internationalization and lead developer of GlotPress, our translation tool, is an awesome speaker. He is hysterically funny when he presents. I would bet money this presentation will involve a bear.</p>\n<h3><a href=\"http://panelpicker.sxsw.com/ideas/view/13304\">Deploying WordPress: From Zero to Ninja</a></h3>\n<p><a href=\"http://profiles.wordpress.org/users/grantnorwood/\">Grant Norwood</a> – Michael &amp; Susan Dell Foundation<br />\nWhen Mark Jaquith says a presentation on security and deployment is on his short list, I&#8217;m impressed. (He said it in the comments on the proposal.)</p>\n<h3><a href=\"http://panelpicker.sxsw.com/ideas/view/10221\">Beyond the Theme &#8211; Using WordPress as an API</a></h3>\n<p><a href=\"http://profiles.wordpress.org/users/rocketwood\">David Tufts</a> – kickpress.org<br />\nObviously a hot topic in the community right now, seems like a no-brainer to choose.</p>\n<h3><a href=\"http://panelpicker.sxsw.com/ideas/view/11653\">Local Government Online: WordPress Beats Drupal</a></h3>\n<p>Jase Wilson – Luminopolis<br />\nThere was a presentation at WordCamp San Francisco this month on moving a news site from Drupal to WordPress. More and more the question comes up of which tool is best for various situations and requirements. And obviously getting government to use more open source software would be a cost-saver in these tough economic times.</p>\n<h3><a href=\"http://panelpicker.sxsw.com/ideas/view/9818\">WordPress website built live in 45 minutes</a></h3>\n<p>Glenn Todd – Dvize Creative<br />\nLive walkthroughs are always fun, and help prove to the uninitiated how easy WordPress can be. </p>\n<p>So: go vote on these session proposals and help spread the WordPress love. If you know of any WordPress-related proposals that didn&#8217;t come up in my search, let me know in a comment and I&#8217;ll update this post. Thanks, and maybe we&#8217;ll see you in Austin in March!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"http://wordpress.org/news/2011/09/vote-for-wordpress-sxsw/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:44:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"State of the Word\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/news/2011/08/state-of-the-word/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"http://wordpress.org/news/2011/08/state-of-the-word/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 19 Aug 2011 15:32:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"Meta\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2019\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:307:\"This has been an exciting year for WordPress. We&#8217;ve grown to power 14.7% of the top million websites in the world, up from 8.5%, and the latest data show 22 out of every 100 new active domains in the US are running WordPress. We also conducted our first ever user and developer survey, which got [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2043:\"<p>This has been an exciting year for WordPress. We&#8217;ve grown to power <strong>14.7% of the top million websites in the world</strong>, up from 8.5%, and the latest data show <strong>22 out of every 100 new active domains in the US are running WordPress</strong>.</p>\n<p>We also conducted our first ever user and developer survey, which got over 18,000 responses from all over the world:</p>\n<p><img src=\"http://michaelpick.files.wordpress.com/2011/08/sotw2011-final-046-0012.jpg?w=690\" alt=\"\" /></p>\n<p>We found a few interesting tidbits from the survey responses already, including that <strong>6,800 self-employed respondents were responsible for over 170,000 sites personally</strong>, and charged a median hourly rate of $50. In tough economic times, it&#8217;s heartening to see Open Source creating so many jobs. (If each site took only 3 hours to make, that&#8217;s $29.5M of work at the average hourly rate.)</p>\n<p>I talk about this data, and much more, in my State of the Word address which you <a href=\"http://wordpress.tv/2011/08/14/matt-mullenweg-state-of-the-word-2011/\">can watch here</a>:</p>\n<p><embed src=\"http://v.wordpress.com/9ujY295r\" type=\"application/x-shockwave-flash\" width=\"600\" height=\"337\" allowscriptaccess=\"always\" allowfullscreen=\"true\" wmode=\"transparent\"></embed></p>\n<p>We know there&#8217;s more good stuff hidden in there and we&#8217;re open sourcing and releasing the raw information behind it. If you&#8217;re a researcher and would like to dig into the anonymized survey data yourself, <a href=\"http://s.wordpress.org/resources/survey/wp2011-survey.tar.gz\">you can grab it here</a>. (Careful, it&#8217;s a 9MB CSV.)</p>\n<p>There has never been a better time to be part of the WordPress community, and I want to thank each and every one of you for making it such a wonderful place to be. Now it&#8217;s time to get back to work, there&#8217;s still 85.3% of the web that needs help. <img src=\'http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/news/2011/08/state-of-the-word/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:44:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"WordCamp SF Livestream!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/news/2011/08/wordcamp-sf-livestream/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/news/2011/08/wordcamp-sf-livestream/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 12 Aug 2011 08:38:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2012\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:342:\"The annual WordPress conference, WordCamp San Francisco, starts in fewer than 8 hours. The sold out event &#8212; three full days of programming for bloggers, developers, theme designers, and professional WordPress users &#8212; will be shared with more than 1,000 ticket holders from near and far. If you are one of the many people who [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2414:\"<p>The annual WordPress conference, <a href=\"http://2011.sf.wordcamp.org/\">WordCamp San Francisco</a>, starts in fewer than 8 hours. The sold out event &#8212; three full days of programming for bloggers, developers, theme designers, and professional WordPress users &#8212; will be shared with more than 1,000 ticket holders from near and far. If you are one of the many people who wanted to come but couldn&#8217;t swing the time off or travel expenses, you should <a href=\"http://2011.sf.wordcamp.org/get-tickets/\">check out the livestream tickets that are for sale</a>. You can even get <a href=\"http://2011.sf.wordcamp.org/2011/08/11/the-swag-its-awesome/\">a conference t-shirt</a> to commemorate your &#8220;virtual&#8221; participation.</p>\n<p><a href=\"http://2011.sf.wordcamp.org/speakers/\">Speakers</a> include members of the WordPress core development team, leaders of WordPress-based businesses, hobbyists, and everything in between. Take a look at the schedules for <a href=\"http://2011.sf.wordcamp.org/program/friday-mission-bay/\">Friday</a>, <a href=\"http://2011.sf.wordcamp.org/program/saturday-mission-bay/\">Saturday</a>, and <a href=\"http://2011.sf.wordcamp.org/program/content-creators-sunday-mission-bay/\">Sunday</a>, and if you see something that sounds interesting (how could you not?), buy a livestream ticket. The stream will start at 16:00 UTC on Friday, August 12.</p>\n<h3>Viewing Parties</h3>\n<p>Celebrate your own local WordPress community by calling together some friends and having  a livestream viewing party. In the case of <a href=\"http://wordpress.meetup.com/\">regular WordPress meetup groups</a>, if you do a viewing party we will have a process after #WCSF is over whereby attendees will be eligible to buy conference shirts if their meetup group organizer confirms viewing party attendance. </p>\n<p>Videos from all the recorded sessions will be posted for free on <a href=\"http://WordPress.tv\">WordPress.tv</a> within a couple of weeks, but watching the livestream allows you to support <a href=\"http://wordcamp.org\">WordCamp</a> while providing instant gratification. And let&#8217;s face it: the best part is that you&#8217;ll know what the heck people are talking about on Twitter using the hashtag <a href=\"https://twitter.com/#!/search/%23wcsf\">#wcsf</a>. <img src=\'http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' />  </p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/news/2011/08/wordcamp-sf-livestream/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:44:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Best WordCamp Speakers?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wordpress.org/news/2011/07/best-wordcamp-speakers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/news/2011/07/best-wordcamp-speakers/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 16 Jul 2011 21:32:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=2000\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:357:\"As we complete speaker selection for the annual WordPress conference (a.k.a. WordCamp San Francisco), it&#8217;s clear that even though there were more than 200 speaker applications, many great WordCamp speakers did not apply. No fear! We will seek them out to make sure that WordCamp SF has a fantastic lineup, including people who didn&#8217;t apply [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1600:\"<p>As we complete speaker selection for <a href=\"http://2011.sf.wordcamp.org/\">the annual WordPress conference (a.k.a. WordCamp San Francisco)</a>, it&#8217;s clear that even though there were more than 200 speaker applications, many great WordCamp speakers did not apply. No fear! We will seek them out to make sure that WordCamp SF has a fantastic lineup, including people who didn&#8217;t apply (too shy? who knows?) but have wowed local crowds at previous WordCamps.</p>\n<p>This is about as basic a survey as there is. Tell us the three best WordCamp presentations you saw in the past year or so. For each, give the presenters name, the topic (exact title not necessary) and which WordCamp it was at (important).</p>\n<p>Example:</p>\n<p>1. Joe Shmoe, Using the Loop, WordCamp Sheboygan 2011<br />\n2. Jane Doe, Top 5 WordPress Plugins, WordCamp La Mancha 2010<br />\n3. Lee Smith, Your First Core Patch, WordCamp Atlantis 2011</p>\n<p>That&#8217;s it. We don&#8217;t need your name or any info at all, just your three top speaker votes. We&#8217;ll take a look at the people with the most votes, and consider them for WCSF if they&#8217;re not already in the application pool. Thanks for your help in making this year&#8217;s conference better and more WordPressy than ever. <img src=\'http://wordpress.org/news/wp-includes/images/smilies/icon_smile.gif\' alt=\':)\' class=\'wp-smiley\' /> </p>\n<p><a href=\"http://wordcampcentral.polldaddy.com/s/best-2010-2011-wordcamp-speakers-so-far\">Vote Now!</a></p>\n<p>P.S. <a href=\"http://2011.sf.wordcamp.org/get-tickets/\">Have you bought your tickets yet</a>?</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wordpress.org/news/2011/07/best-wordcamp-speakers/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:41:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"WordPress 3.2.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2011/07/wordpress-3-2-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2011/07/wordpress-3-2-1/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 12 Jul 2011 19:49:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1982\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:358:\"After more than a million downloads of WordPress 3.2, we&#8217;re now releasing WordPress 3.2.1 into the wild. This maintenance release fixes a server incompatibility related to JSON that&#8217;s unfortunately affected some of you, as well as a few other fixes in the new dashboard design and the Twenty Eleven theme. If you&#8217;ve already updated to [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Andrew Nacin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1129:\"<p>After more than a million downloads of WordPress 3.2, we&#8217;re now releasing <a href=\"http://wordpress.org/download/\">WordPress 3.2.1</a> into the wild. This maintenance release fixes a server incompatibility related to JSON that&#8217;s unfortunately affected some of you, as well as a few other fixes in the new dashboard design and the Twenty Eleven theme. If you&#8217;ve already updated to 3.2, then this update will be even faster than usual, thanks to the new feature in 3.2 that only updates files that have been changed, rather than replacing all the files in your installation.</p>\n<p>For a full list of fixes, view the <a href=\"http://core.trac.wordpress.org/log/branches/3.2/?rev=18436&amp;stop_rev=18398\">changelog</a> the list of <a href=\"http://core.trac.wordpress.org/query?status=closed&amp;group=resolution&amp;milestone=3.2.1\">tickets</a>. Our release haiku:</p>\n<p>JSON, the admin<br />\nA little bit tidier<br />\nEdge cases covered</p>\n<p><a href=\"http://wordpress.org/download/\"><strong>Download 3.2.1</strong></a> or update now from the Dashboard → Updates menu in your site&#8217;s admin area.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2011/07/wordpress-3-2-1/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:41:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WordPress 3.2 now available\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"http://wordpress.org/news/2011/07/gershwin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"http://wordpress.org/news/2011/07/gershwin/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 04 Jul 2011 21:07:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1924\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"Here in the U.S. we are observing Independence Day, and I can&#8217;t think of a more fitting way to mark a day that celebrates freedom than by releasing more free software to help democratize publishing around the globe. I&#8217;m excited to announce that WordPress 3.2 is now available to the world, both as an update in [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14127:\"<p>Here in the U.S. we are observing Independence Day, and I can&#8217;t think of a more fitting way to mark a day that celebrates freedom than by releasing more free software to help democratize publishing around the globe. I&#8217;m excited to announce that WordPress 3.2 is now available to the world, both as an update in your dashboard and a <a href=\"http://wordpress.org/\">download on WordPress.org</a>. Version 3.2 is our fifteenth major release of WordPress and comes just four months after 3.1 (which coincidentally just passed the 15 million download mark this morning), reflecting the growing speed of development in the WordPress community and our dedication to getting improvements in your hands as soon as possible. We&#8217;re dedicating this release to noted composer and pianist <a href=\"http://en.wikipedia.org/wiki/George_Gershwin\">George Gershwin</a>.</p>\n<p><em>Before we get to the release, in anticipation of the State of the Word speech at the upcoming <a href=\"http://2011.sf.wordcamp.org/\">WordCamp San Francisco</a> (the annual WordPress conference) we&#8217;re doing a survey or census of the WordPress world. If you have a moment, <a href=\"http://wpsurvey.polldaddy.com/s/wp-2011\">please fill out this survey</a> and we&#8217;ll share what <em>we learn by </em>publishing the aggregate results in August.</em></p>\n<p>The focus for this release was <strong>making WordPress faster and lighter</strong>. The first thing you&#8217;ll notice when you log in to 3.2 is a <strong>refreshed dashboard design</strong> that tightens the typography, design, and code behind the admin. (Rhapsody in Grey?) If you&#8217;re starting a new blog, you&#8217;ll also appreciate the fully HTML5 <strong>new Twenty Eleven theme</strong>, fulfilling our plan to replace the default theme every year. Start writing your first post in our redesigned post editor and venture to the full-screen button in the editing toolbar to enter the new <strong>distraction-free writing or zen mode</strong>, my personal favorite feature of the release. All of the widgets, menus, buttons, and interface elements fade away to allow you to compose and edit your thoughts in a completely clean environment conducive to writing, but when your mouse strays to the top of the screen your most-used shortcuts are right there where you need them. (I like to press F11 to take my browser full-screen, getting rid of even the OS chrome.)</p>\n<p><embed src=\"http://v.wordpress.com/ac07H291\" type=\"application/x-shockwave-flash\" width=\"600\" height=\"337\" allowscriptaccess=\"always\" allowfullscreen=\"true\" wmode=\"transparent\"></embed></p>\n<p>Under the hood there have been a number of improvements, not the least of which is the <strong>streamlining</strong> enabled by our <a href=\"http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/\">previously announced plan</a> of retiring support for PHP4, older versions of MySQL, and legacy browsers like IE6, which allows us to take advantage of more features enabled by new technologies. The <strong>admin bar</strong> has a few more shortcuts to your most commonly-used actions. On the comment moderation screen, the new <strong>approve &amp; reply</strong> feature speeds up your conversation management. You&#8217;ll notice in your first update after 3.2 that we&#8217;ll only be updating the files that have changed with each new release instead of every file in your WordPress installation, which makes <strong>updates significantly faster on all hosting platforms</strong>. There are also some fun new theme features shown off by Twenty Eleven, like the ability to have multiple <strong>rotating header images</strong> to highlight all of your favorite photos.</p>\n<p>There is way more, like our new freedoms and credits screens (linked from your dashboard footer), so for the full story check out the <a href=\"http://codex.wordpress.org/Version_3.2\">Codex page on 3.2</a> or the <a href=\"http://core.trac.wordpress.org/milestone/3.2\">Trac milestone which includes the 400+ tickets closed in this release</a>.</p>\n<h3>A Community Effort</h3>\n<p>We now finally have a credits page inside of WordPress itself (though a cool revision is coming in 3.3), but for posterity let&#8217;s give a round of applause to these fine folks who contributed to 3.2:</p>\n<p><a href=\"http://profiles.wordpress.org/users/technosailor\">Aaron Brazell</a>, <a href=\"http://profiles.wordpress.org/users/aaroncampbell\">Aaron Campbell</a>, <a href=\"http://profiles.wordpress.org/users/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/users/kawauso\">Adam Harley</a>, <a href=\"http://profiles.wordpress.org/users/xknown\">Alex Concha</a>, <a href=\"http://profiles.wordpress.org/users/ampt\">ampt</a>, <a href=\"http://profiles.wordpress.org/users/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/users/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/users/andrewryno\">andrewryno</a>, <a href=\"http://profiles.wordpress.org/users/andy\">andy</a>, <a href=\"http://profiles.wordpress.org/users/filosofo\">Austin Matzko</a>, <a href=\"http://profiles.wordpress.org/users/benchapman\">BenChapman</a>, <a href=\"http://profiles.wordpress.org/users/empireoflight\">Ben Dunkle</a>, <a href=\"http://profiles.wordpress.org/users/bluntelk\">bluntelk</a>, <a href=\"http://profiles.wordpress.org/users/boonebgorges\">Boone Gorges</a>, <a href=\"http://profiles.wordpress.org/users/cnorris23\">Brandon Allen</a>, <a href=\"http://profiles.wordpress.org/users/brandonburke\">Brandon Burke</a>, <a href=\"http://profiles.wordpress.org/users/caspie\">Caspie</a>, <a href=\"http://profiles.wordpress.org/users/cfinke\">cfinke</a>, <a href=\"http://profiles.wordpress.org/users/charlesclarkson\">charlesclarkson</a>, <a href=\"http://profiles.wordpress.org/users/chexee\">chexee</a>, <a href=\"http://profiles.wordpress.org/users/coffee2code\">coffee2code</a>, <a href=\"http://profiles.wordpress.org/users/scribu\">Cristi Burcă</a>, <a href=\"http://profiles.wordpress.org/users/daniloercoli\">daniloercoli</a>, <a href=\"http://profiles.wordpress.org/users/koopersmith\">Daryl Koopersmith</a>, <a href=\"http://profiles.wordpress.org/users/dcowgill\">David Cowgill</a>, <a href=\"http://profiles.wordpress.org/users/jdtrower\">David Trower</a>, <a href=\"http://profiles.wordpress.org/users/demetris\">demetris</a>, <a href=\"http://profiles.wordpress.org/users/devinreams\">Devin Reams</a>, <a href=\"http://profiles.wordpress.org/users/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/users/dllh\">dllh</a>, <a href=\"http://profiles.wordpress.org/users/ocean90\">Dominik Schilling</a>, <a href=\"http://profiles.wordpress.org/users/dougwrites\">Doug Provencio</a>, <a href=\"http://profiles.wordpress.org/users/dvwallin\">dvwallin</a>, <a href=\"http://profiles.wordpress.org/users/cyberhobo\">Dylan Kuhn</a>, <a href=\"http://profiles.wordpress.org/users/ericmann\">Eric Mann</a>, <a href=\"http://profiles.wordpress.org/users/fabifott\">fabifott</a>, <a href=\"http://profiles.wordpress.org/users/peaceablewhale\">Franklin Tse</a>, <a href=\"http://profiles.wordpress.org/users/frumph\">Frumph</a>, <a href=\"http://profiles.wordpress.org/users/garyc40\">garyc40</a>, <a href=\"http://profiles.wordpress.org/users/blepoxp\">Glenn Ansley</a>, <a href=\"http://profiles.wordpress.org/users/guyn\">guyn</a>, <a href=\"http://profiles.wordpress.org/users/hakre\">hakre</a>, <a href=\"http://profiles.wordpress.org/users/hebbet\">hebbet</a>, <a href=\"http://profiles.wordpress.org/users/helenyhou\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/users/hew\">hew</a>, <a href=\"http://profiles.wordpress.org/users/holizz\">holizz</a>, <a href=\"http://profiles.wordpress.org/users/iandstewart\">Ian Stewart</a>, <a href=\"http://profiles.wordpress.org/users/jacobwg\">Jacob Gillespie</a>, <a href=\"http://profiles.wordpress.org/users/jane\">Jane Wells</a>, <a href=\"http://profiles.wordpress.org/users/jayjdk\">Jayjdk</a>, <a href=\"http://profiles.wordpress.org/users/jfarthing84\">Jeff Farthing</a>, <a href=\"http://profiles.wordpress.org/users/jkudish\">Joachim Kudish</a>, <a href=\"http://profiles.wordpress.org/users/joelhardi\">joelhardi</a>, <a href=\"http://profiles.wordpress.org/users/johnbillion\">John Blackbourn</a>, <a href=\"http://profiles.wordpress.org/users/aldenta\">John Ford</a>, <a href=\"http://profiles.wordpress.org/users/johnjamesjacoby\">John James Jacoby</a>, <a href=\"http://profiles.wordpress.org/users/johnonolan\">JohnONolan</a>, <a href=\"http://profiles.wordpress.org/users/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/users/joostdevalk\">joostdevalk</a>, <a href=\"http://profiles.wordpress.org/users/koke\">Jorge Bernal</a>, <a href=\"http://profiles.wordpress.org/users/josephscott\">Joseph Scott</a>, <a href=\"http://profiles.wordpress.org/users/jtsternberg\">Justin Sternberg</a>, <a href=\"http://profiles.wordpress.org/users/greenshady\">Justin Tadlock</a>, <a href=\"http://profiles.wordpress.org/users/kevinb\">kevinB</a>, <a href=\"http://profiles.wordpress.org/users/knutsp\">Knut Sparhell</a>, <a href=\"http://profiles.wordpress.org/users/kovshenin\">kovshenin</a>, <a href=\"http://profiles.wordpress.org/users/tenpura\">Kuraishi</a>, <a href=\"http://profiles.wordpress.org/users/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/users/linuxologos\">linuxologos</a>, <a href=\"http://profiles.wordpress.org/users/lloydbudd\">lloydbudd</a>, <a href=\"http://profiles.wordpress.org/users/ldebrouwer\">Luc De Brouwer</a>, <a href=\"http://profiles.wordpress.org/users/marcis20\">marcis20</a>, <a href=\"http://profiles.wordpress.org/users/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/users/markmcwilliams\">Mark McWilliams</a>, <a href=\"http://profiles.wordpress.org/users/tfnab\">Martin Lormes</a>, <a href=\"http://profiles.wordpress.org/users/matveb\">Matías Ventura</a>, <a href=\"http://profiles.wordpress.org/users/sivel\">Matt Martz</a>, <a href=\"http://profiles.wordpress.org/users/iammattthomas\">Matt Thomas</a>, <a href=\"http://profiles.wordpress.org/users/mattyrob\">MattyRob</a>, <a href=\"http://profiles.wordpress.org/users/mcepl\">mcepl</a>, <a href=\"http://profiles.wordpress.org/users/mdawaffe\">mdawaffe</a>, <a href=\"http://profiles.wordpress.org/users/mfields\">Michael Fields</a>, <a href=\"http://profiles.wordpress.org/users/michaelh\">MichaelH</a>, <a href=\"http://profiles.wordpress.org/users/michaeltyson\">michaeltyson</a>, <a href=\"http://profiles.wordpress.org/users/dh-shredder\">Mike Schroder</a>, <a href=\"http://profiles.wordpress.org/users/dimadin/\">Milan Dinić</a>, <a href=\"http://profiles.wordpress.org/users/mintindeed\">mintindeed</a>, <a href=\"http://profiles.wordpress.org/users/mitchoyoshitaka\">mitchoyoshitaka</a>, <a href=\"http://profiles.wordpress.org/users/batmoo\">Mohammad Jangda</a>, <a href=\"http://profiles.wordpress.org/users/mrroundhill\">mrroundhill</a>, <a href=\"http://profiles.wordpress.org/users/natecook\">natecook</a>, <a href=\"http://profiles.wordpress.org/users/nathanrice\">nathanrice</a>, <a href=\"http://profiles.wordpress.org/users/niallkennedy\">Niall Kennedy</a>, <a href=\"http://profiles.wordpress.org/users/nickbohle\">Nick Bohle</a>, <a href=\"http://profiles.wordpress.org/users/nbachiyski\">Nikolay Bachiyski</a>, <a href=\"http://profiles.wordpress.org/users/nuxwin\">nuxwin</a>, <a href=\"http://profiles.wordpress.org/users/otto42\">Otto</a>, <a href=\"http://profiles.wordpress.org/users/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/users/petemall\">pete.mall</a>, <a href=\"http://profiles.wordpress.org/users/westi\">Peter Westwood</a>, <a href=\"http://profiles.wordpress.org/users/nprasath002\">Prasath Nadarajah</a>, <a href=\"http://profiles.wordpress.org/users/ptahdunbar\">Ptah Dunbar</a>, <a href=\"http://profiles.wordpress.org/users/bi0xid\">Rafael Poveda</a>, <a href=\"http://profiles.wordpress.org/users/rahe\">Rahe</a>, <a href=\"http://profiles.wordpress.org/users/ramiy\">Ramiy</a>, <a href=\"http://profiles.wordpress.org/users/rasheed\">Rasheed Bydousi</a>, <a href=\"http://profiles.wordpress.org/users/greuben\">Reuben Gunday</a>, <a href=\"http://profiles.wordpress.org/users/miqrogroove\">Robert Chapin</a>, <a href=\"http://profiles.wordpress.org/users/wpmuguru\">Ron Rennick</a>, <a href=\"http://profiles.wordpress.org/users/rosshanney\">Ross Hanney</a>, <a href=\"http://profiles.wordpress.org/users/ryan\">Ryan Boren</a>, <a href=\"http://profiles.wordpress.org/users/ryanimel\">Ryan Imel</a>, <a href=\"http://profiles.wordpress.org/users/zeo\">Safirul Alredha</a>, <a href=\"http://profiles.wordpress.org/users/solarissmoke\">Samir Shah</a>, <a href=\"http://profiles.wordpress.org/users/saracannon\">saracannon</a>, <a href=\"http://profiles.wordpress.org/users/sbressler\">sbressler</a>, <a href=\"http://profiles.wordpress.org/users/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/users/shakenstirred\">shakenstirred</a>, <a href=\"http://profiles.wordpress.org/users/sidharrell\">Sidney Harrell</a>, <a href=\"http://profiles.wordpress.org/users/pross\">Simon Prosser</a>, <a href=\"http://profiles.wordpress.org/users/sorich87\">sorich87</a>, <a href=\"http://profiles.wordpress.org/users/szadok\">szadok</a>, <a href=\"http://profiles.wordpress.org/users/tetele\">tetele</a>, <a href=\"http://profiles.wordpress.org/users/tigertech\">tigertech</a>, <a href=\"http://profiles.wordpress.org/users/trepmal\">trepmal</a>, <a href=\"http://profiles.wordpress.org/users/utkarsh\">Utkarsh Kukreti</a>, <a href=\"http://profiles.wordpress.org/users/valentinas\">valentinas</a>, <a href=\"http://profiles.wordpress.org/users/webduo\">webduo</a>, <a href=\"http://profiles.wordpress.org/users/xibe\">Xavier Borderie</a>, <a href=\"http://profiles.wordpress.org/users/yoavf\">Yoav Farhi</a>, <a href=\"http://profiles.wordpress.org/users/vanillalounge\">Ze Fontainhas</a>, and <a href=\"http://profiles.wordpress.org/users/ziofix\">ziofix</a>.</p>\n<p><strong>Bonus:</strong> On their WordPress.org profiles over 20,000 people have said they make their living from WordPress. Are you one of them? <a href=\"http://wpsurvey.polldaddy.com/s/wp-2011\">Don&#8217;t forget to take a minute for our survey</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wordpress.org/news/2011/07/gershwin/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:53:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Are You Ready for WordPress 3.2?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wordpress.org/news/2011/07/are-you-ready-for-wordpress-3-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"http://wordpress.org/news/2011/07/are-you-ready-for-wordpress-3-2/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 03 Jul 2011 23:32:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:7:\"Hosting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:12:\"health check\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:20:\"minimum requirements\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:5:\"MySQL\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:3:\"PHP\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1952\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:312:\"WordPress 3.2 is going to be released very soon, and we want you to be ready! Take note: the minimum requirements are changing. PHP and MySQL As of 3.2, you&#8217;ll need to be running PHP 5.2.4 and MySQL 5.0. As we mentioned almost a year ago when we announced that this change was coming, the percentage [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Jane Wells\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4342:\"<p>WordPress 3.2 is going to be released very soon, and we want you to be ready! Take note: <strong>the minimum requirements are changing</strong>.</p>\n<h3>PHP and MySQL</h3>\n<p>As of 3.2, you&#8217;ll need to be running PHP 5.2.4 and MySQL 5.0. <a title=\"EOL Announcement for PHP4 and MySQL4\" href=\"http://wordpress.org/news/2010/07/eol-for-php4-and-mysql4/\">As we mentioned almost a year ago when we announced that this change was coming</a>, the percentage of people running older versions of PHP and MySQL is relatively low. With more than 45 million people using WordPress, though, even a small percentage can mean a lot of people! Don&#8217;t caught with your <del>pants</del> dashboard down &#8212; make sure you&#8217;re running compatible versions of PHP and MySQL before you update <del>tomorrow</del> when WordPress 3.2 is released.</p>\n<p>Log in to your hosting account, and check to make sure you have at least  PHP 5.2.4 and MySQL 5.0. Most of the major hosts already default to these or newer versions, but there are some exceptions. Check to see which versions you are running, and if you&#8217;re still on an older version, it should be as simple as changing a dropdown menu and clicking Save to get up to date.</p>\n<p>If you don&#8217;t know how to find this information in your hosting account or you don&#8217;t even know how to access your hosting control panel because someone else manages that for you, don&#8217;t fret. You can <a href=\"http://wordpress.org/extend/plugins/health-check/\">find out if you&#8217;re ready for 3.2 with the Health Check plugin</a>. In your dashboard, go to Plugins → Add New and search for &#8220;health check&#8221; (it should be the first result). Install it, activate it, and it will tell you if you need to update anything.</p>\n<p>If you need more help, contact your host&#8217;s customer service and use this email template to ask them to help you.</p>\n<blockquote><p>Hi there. I host my domain [example.com] with you, and I run WordPress on my site. The minimum requirements are changing to PHP 5.2.4 and MySQL 5.0, and I would appreciate your help in confirming that my site&#8217;s setup meets these requirements. If I&#8217;m currently running an older version of PHP or MySQL, could you update it for me, or tell me how to do it? Thanks so much!</p></blockquote>\n<p>If your host replies that they can&#8217;t update to these versions, it might be time to <a href=\"http://wordpress.org/hosting/\">look for a new host</a>.</p>\n<h3>IE6 and Outdated Browsers</h3>\n<p>With 3.2, we&#8217;re also dropping support for Internet Explorer 6, a 10-years-old outdated browser that even <a href=\"http://www.ie6countdown.com/\">Microsoft is ready to leave behind</a>. From now on, if you access your WordPress dashboard from an outdated browser, we&#8217;ll let you know. Why? Because as web technology improves, so does WordPress, as we build features to take advantage of these improvements. If you&#8217;re using an out-of-date browser, chances are you&#8217;re missing out.</p>\n<p>If your browser is out of date, you&#8217;ll see a friendly orangey-yellow box in your dashboard letting you know you a newer version is available (which you can dismiss, of course). If you&#8217;re using IE6, though, the box will be red, and your dashboard will not function properly. If you&#8217;re stuck on IE6 because the computer you use is maintained by a business, library, school, or the like, and you are not able to download a newer browser, here&#8217;s a sample email you can use to ask your boss/administrator/IT guys to update the browser.</p>\n<blockquote><p>Hi there. The computer I use at [where you use the computer] is equipped with an out-of-date web browser. Internet Explorer 6 was created 10 years ago, before modern web standards, and does not support modern web applications. More and more sites and applications are dropping support for IE6, including the new version of WordPress. Even Microsoft, the makers of IE6, are counting down until IE6 goes the way of the dinosaur (see http://www.ie6countdown.com/ for more information). Can you please install an updated version of IE or any modern browser (see http://browsehappy.com for more information) on the available computers? Thank you very much.</p></blockquote>\n<p>Welcome to the future!</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"http://wordpress.org/news/2011/07/are-you-ready-for-wordpress-3-2/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:44:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"WordPress 3.1.4 (and 3.2 Release Candidate 3)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/news/2011/06/wordpress-3-1-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2011/06/wordpress-3-1-4/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jun 2011 19:00:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/news/?p=1927\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:368:\"WordPress 3.1.4 is available now and is a maintenance and security update for all previous versions. This release fixes an issue that could allow a malicious Editor-level user to gain further access to the site. Thanks K. Gudinavicius of SEC Consult for bringing this to our attention. Version 3.1.4 also incorporates several other security fixes and hardening [...]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Ryan Boren\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2016:\"<p>WordPress 3.1.4 is available now and is a maintenance and security update for all previous versions.</p>\n<p>This release fixes an issue that could allow a malicious Editor-level user to gain further access to the site. Thanks K. Gudinavicius of <a href=\"http://www.sec-consult.com/\">SEC Consult</a> for bringing this to our attention. Version 3.1.4 also incorporates several other security fixes and hardening measures thanks to the work of WordPress developers <a href=\"http://www.buayacorp.com/\">Alexander Concha</a> and <a href=\"http://joncave.co.uk/\">Jon Cave</a> of our security team. Consult the <a href=\"http://core.trac.wordpress.org/log/branches/3.1/?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=18377&amp;stop_rev=18043\">change log</a> for more details.</p>\n<p><strong><a href=\"http://wordpress.org/download/\"><strong>Download WordPress 3.1.4</strong></a> or update immediately from the Dashboard → Updates menu in your site&#8217;s admin area.</strong></p>\n<h3>WordPress 3.2 Release Candidate 3</h3>\n<p>This release was about all that stood in the way of a final release of WordPress 3.2. So we&#8217;re also announcing the third release candidate for 3.2, which contains all of the fixes in 3.1.4; few minor RTL, JavaScript, and user interface fixes; and ensures graceful failures if 3.2 is run on PHP4. As a reminder, we&#8217;ve bumped our minimum requirements for version 3.2 to PHP 5.2.4 and MySQL 5.0.</p>\n<p>To test WordPress 3.2, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester plugin</a> (you&#8217;ll want &#8220;bleeding edge nightlies&#8221;). Or you can <a href=\"http://wordpress.org/wordpress-3.2-RC3.zip\">download the release candidate here</a> (zip). At this stage, plugin authors should be doing final tests to ensure compatibility.</p>\n<p><em>Bonus: For more on what to test and what to do if you find an issue, please read <a href=\"http://wordpress.org/news/2011/05/wordpress-3-2-beta-1/\">our Beta 1 post</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"http://wordpress.org/news/2011/06/wordpress-3-1-4/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:31:\"http://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 30 Sep 2011 19:27:59 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:10:\"x-pingback\";s:36:\"http://wordpress.org/news/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Fri, 16 Sep 2011 15:08:48 GMT\";s:4:\"x-nc\";s:11:\"HIT luv 138\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(2363,0,'_transient_timeout_plugin_slugs','1317497280','no'),(2364,0,'_transient_plugin_slugs','a:14:{i:0;s:19:\"akismet/akismet.php\";i:1;s:43:\"all-in-one-seo-pack/all_in_one_seo_pack.php\";i:2;s:61:\"basic-google-maps-placemarks/basic-google-maps-placemarks.php\";i:3;s:17:\"cforms/cforms.php\";i:4;s:29:\"easy-favicon/easy-favicon.php\";i:5;s:31:\"exclude-pages/exclude_pages.php\";i:6;s:41:\"flexi-pages-widget/flexi-pages-widget.php\";i:7;s:9:\"hello.php\";i:8;s:47:\"mappress-google-maps-for-wordpress/mappress.php\";i:9;s:39:\"mce-table-buttons/mce_table_buttons.php\";i:10;s:32:\"sexybookmarks/sexy-bookmarks.php\";i:11;s:44:\"simple-sidebar-navigation/simple-sidenav.php\";i:12;s:46:\"spam-free-wordpress/tl-spam-free-wordpress.php\";i:13;s:48:\"slayers-custom-widgets/slayer_Custom_Widgets.php\";}','no'),(159,0,'theme_mods_interpress','a:1:{i:0;b:0;}','yes'),(161,0,'theme_mods_twentyeleven','a:1:{i:0;b:0;}','yes'),(2281,0,'theme_mods_edegree','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";s:0:\"\";}','yes'),(163,0,'theme_mods_interpress/interpress','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";s:0:\"\";}','yes'),(234,0,'SexyBookmarks','a:25:{s:8:\"position\";s:5:\"below\";s:9:\"reloption\";s:8:\"nofollow\";s:9:\"targetopt\";s:6:\"_blank\";s:10:\"perfoption\";s:1:\"1\";s:14:\"showShareCount\";s:1:\"1\";s:7:\"shrlink\";s:1:\"0\";s:9:\"bgimg-yes\";s:3:\"yes\";s:11:\"mobile-hide\";N;s:5:\"bgimg\";s:9:\"knowledge\";s:6:\"shorty\";s:5:\"googl\";s:10:\"pageorpost\";s:13:\"postpageindex\";s:8:\"bookmark\";a:10:{i:0;s:13:\"shr-delicious\";i:1;s:12:\"shr-facebook\";i:2;s:9:\"shr-gmail\";i:3;s:14:\"shr-googlebuzz\";i:4;s:12:\"shr-linkedin\";i:5;s:8:\"shr-mail\";i:6;s:17:\"shr-printfriendly\";i:7;s:10:\"shr-reddit\";i:8;s:15:\"shr-stumbleupon\";i:9;s:11:\"shr-twitter\";}s:4:\"feed\";s:1:\"0\";s:6:\"expand\";s:1:\"1\";s:10:\"autocenter\";s:1:\"1\";s:11:\"tweetconfig\";s:41:\"${title} - ${short_link} via @Shareaholic\";s:9:\"shortyapi\";a:6:{s:5:\"bitly\";a:2:{s:3:\"key\";s:34:\"R_83932e4c5d02d1f94aea0f40fbc557ec\";s:4:\"user\";s:11:\"shareaholic\";}s:4:\"snip\";a:2:{s:4:\"user\";s:0:\"\";s:3:\"key\";s:0:\"\";}s:4:\"supr\";a:3:{s:3:\"chk\";s:0:\"\";s:4:\"user\";s:0:\"\";s:3:\"key\";s:0:\"\";}s:4:\"trim\";a:3:{s:3:\"chk\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";}s:9:\"tinyarrow\";a:2:{s:3:\"chk\";s:0:\"\";s:4:\"user\";s:0:\"\";}s:5:\"cligs\";a:2:{s:3:\"chk\";s:0:\"\";s:3:\"key\";s:0:\"\";}}s:11:\"warn-choice\";s:0:\"\";s:18:\"doNotIncludeJQuery\";N;s:11:\"custom-mods\";N;s:14:\"scriptInFooter\";N;s:22:\"shareaholic-javascript\";s:0:\"\";s:7:\"shrbase\";s:26:\"http://www.shareaholic.com\";s:6:\"apikey\";s:32:\"8afa39428933be41f8afdb8ea21a495c\";s:7:\"service\";s:0:\"\";}','yes'),(236,0,'SHRSBvNum','3.3.2','yes'),(235,0,'SHRSB_CustomSprite','http://newweb.amazingbusinessresources.com/wp-content/plugins/sexybookmarks/spritegen/shr-custom-sprite.css','yes'),(2850,0,'rewrite_rules','a:88:{s:56:\"archives/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:51:\"archives/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:44:\"archives/category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:26:\"archives/category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:53:\"archives/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:48:\"archives/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:41:\"archives/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:23:\"archives/tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:54:\"archives/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:49:\"archives/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:42:\"archives/type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:24:\"archives/type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:38:\"placemarks/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"placemarks/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"placemarks/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"placemarks/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"placemarks/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"placemarks/([^/]+)/trackback/?$\";s:31:\"index.php?bgmp=$matches[1]&tb=1\";s:51:\"placemarks/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?bgmp=$matches[1]&feed=$matches[2]\";s:46:\"placemarks/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?bgmp=$matches[1]&feed=$matches[2]\";s:39:\"placemarks/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?bgmp=$matches[1]&paged=$matches[2]\";s:46:\"placemarks/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?bgmp=$matches[1]&cpage=$matches[2]\";s:31:\"placemarks/([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?bgmp=$matches[1]&page=$matches[2]\";s:27:\"placemarks/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"placemarks/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"placemarks/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"placemarks/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"placemarks/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:14:\".*wp-atom.php$\";s:19:\"index.php?feed=atom\";s:13:\".*wp-rdf.php$\";s:18:\"index.php?feed=rdf\";s:13:\".*wp-rss.php$\";s:18:\"index.php?feed=rss\";s:14:\".*wp-rss2.php$\";s:19:\"index.php?feed=rss2\";s:14:\".*wp-feed.php$\";s:19:\"index.php?feed=feed\";s:22:\".*wp-commentsrss2.php$\";s:34:\"index.php?feed=rss2&withcomments=1\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:29:\"comments/page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:56:\"archives/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:51:\"archives/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:44:\"archives/author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:26:\"archives/author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:83:\"archives/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:78:\"archives/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:71:\"archives/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:53:\"archives/date/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:70:\"archives/date/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:65:\"archives/date/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:58:\"archives/date/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:40:\"archives/date/([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:57:\"archives/date/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:52:\"archives/date/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:45:\"archives/date/([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:27:\"archives/date/([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:37:\"archives/[0-9]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"archives/[0-9]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"archives/[0-9]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"archives/[0-9]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"archives/[0-9]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"archives/([0-9]+)/trackback/?$\";s:28:\"index.php?p=$matches[1]&tb=1\";s:50:\"archives/([0-9]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?p=$matches[1]&feed=$matches[2]\";s:45:\"archives/([0-9]+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?p=$matches[1]&feed=$matches[2]\";s:38:\"archives/([0-9]+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?p=$matches[1]&paged=$matches[2]\";s:45:\"archives/([0-9]+)/comment-page-([0-9]{1,})/?$\";s:41:\"index.php?p=$matches[1]&cpage=$matches[2]\";s:30:\"archives/([0-9]+)(/[0-9]+)?/?$\";s:40:\"index.php?p=$matches[1]&page=$matches[2]\";s:26:\"archives/[0-9]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"archives/[0-9]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"archives/[0-9]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"archives/[0-9]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"archives/[0-9]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:25:\".+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\".+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\".+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\".+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\".+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:18:\"(.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:38:\"(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:33:\"(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:26:\"(.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:33:\"(.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:18:\"(.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(280,0,'xmlgm_hidedonation_version','','yes'),(281,0,'xmlgm_hideadwords_version','','yes'),(282,0,'xmlgm_current_db_version','2','yes'),(283,0,'xmlgm_current_plugin_version','1.13.4','yes'),(284,0,'xmlgm_cache','-1','yes'),(285,0,'xmlgm_dragging','enabled','yes'),(286,0,'xmlgm_doubleClickZoom','enabled','yes'),(287,0,'xmlgm_continuousZoom','enabled','yes'),(288,0,'xmlgm_googleBar','disabled','yes'),(289,0,'xmlgm_scrollWheelZoom','enabled','yes'),(290,0,'xmlgm_uid','ABQIAAAAiocaXJdrUeuMsKYxYuwuXhQw2S4fqUpfPbqOz6Q3aILGdeirLxTr2bXgS0o8pkGxziCQn4UV4CfLTg','yes'),(291,0,'xmlgm_width','664','yes'),(292,0,'xmlgm_height','400','yes'),(293,0,'xmlgm_align','left','yes'),(294,0,'xmlgm_linecolor','#0000FF','yes'),(295,0,'xmlgm_urldisplaymode','title','yes'),(296,0,'xmlgm_viewstyle','G_NORMAL_MAP','yes'),(297,0,'xmlgm_linewidth','5','yes'),(298,0,'xmlgm_lineopacity','50','yes'),(299,0,'xmlgm_gpxview','all','yes'),(300,0,'xmlgm_panzoomcontrol','large3d','yes'),(301,0,'xmlgm_overviewmap','hide','yes'),(302,0,'xmlgm_scalecontrol','hide','yes'),(303,0,'xmlgm_maptypecontrol','show','yes'),(304,0,'xmlgm_elevlinecolor','#0000FF','yes'),(305,0,'xmlgm_elevationchart','show','yes'),(306,0,'xmlgm_elelinewidth','5','yes'),(307,0,'xmlgm_elevationheight','200','yes'),(308,0,'xmlgm_elevationmeasurement','metric','yes'),(309,0,'xmlgm_gpxcssstyle','font-family: Verdana, Arial, Sans-Serif;','yes'),(310,0,'xmlgm_mapnorm','show','yes'),(311,0,'xmlgm_mapsat','show','yes'),(312,0,'xmlgm_maphyb','show','yes'),(313,0,'xmlgm_mapphy','hide','yes'),(314,0,'xmlgm_mapearth','hide','yes'),(315,0,'xmlgm_maposm','hide','yes'),(316,0,'xmlgm_mapocm','hide','yes'),(317,0,'xmlgm_speedlinecolor','#0000FF','yes'),(318,0,'xmlgm_speedchart','hide','yes'),(319,0,'xmlgm_speedlinewidth','5','yes'),(320,0,'xmlgm_speedheight','200','yes'),(321,0,'xmlgm_speedscale','level2','yes'),(322,0,'xmlgm_elevationtitle','Elevation Profile','yes'),(323,0,'xmlgm_speedcharttitle','Speed Profile','yes'),(324,0,'xmlgm_heartratelinecolor','#0000FF','yes'),(325,0,'xmlgm_heartratechart','hide','yes'),(326,0,'xmlgm_heartratelinewidth','5','yes'),(327,0,'xmlgm_heartrateheight','200','yes'),(328,0,'xmlgm_heartratecharttitle','Heartrate Profile','yes'),(329,0,'xmlgm_checkpointmapmarkercolor','red','yes'),(330,0,'xmlgm_checkpointtable','hide','yes'),(331,0,'xmlgm_checkpointinterval','0','yes'),(332,0,'xmlgm_checkpointtablerowtempl','<tr>\r\n <td>\r\n  <img src=\"%MARKERIMAGEURL%\" style=\"border: none;\" />\r\n </td>\r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  %CHECKPOINTNUMBER%\r\n </td>\r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  %LATITUDE%\r\n </td>     \r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  %LONGITUDE%\r\n </td>       \r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  %ELEVATION%\r\n </td>     \r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  %PARTDISTANCE%\r\n </td>\r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  %PARTTIME%\r\n </td>\r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  %PARTMOVINGTIME%\r\n </td> \r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  %PARTSPEED%\r\n </td>\r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  %PARTMOVINGSPEED%\r\n </td> \r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  %PARTMAXSPEED%\r\n </td> \r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  %PARTCLIMBUP%\r\n </td>\r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  %PARTCLIMBDOWN%\r\n </td> \r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  %PARTHEARTRATE%\r\n </td>   \r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  %DISTANCE%\r\n </td>\r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  %TIME%\r\n </td>\r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  %MOVINGTIME%\r\n </td> \r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  %SPEED%\r\n </td>\r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  %MOVINGSPEED%\r\n </td> \r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  %MAXSPEED%\r\n </td>\r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  %CLIMBUP%\r\n </td>\r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  %CLIMBDOWN%\r\n </td>   \r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  %HEARTRATE%\r\n </td>              \r\n</tr>','yes'),(333,0,'xmlgm_checkpointtabletempl','<table style=\"width: %WIDTH%px; border: thin solid #000000; margin-bottom: 10px;\">\r\n <tr style=\"font-weight: bold;\">\r\n  <td style=\"text-align: right; padding-right: 10px;\">\r\n  </td>\r\n  <td style=\"text-align: right; padding-right: 10px;\">\r\n   #\r\n  </td> \r\n  <td style=\"text-align: right; padding-right: 10px;\">\r\n   Latitude\r\n  </td>  \r\n  <td style=\"text-align: right; padding-right: 10px;\">\r\n   Longitude\r\n  </td>  \r\n  <td style=\"text-align: right; padding-right: 10px;\">\r\n   Elevation\r\n  </td>     \r\n  <td style=\"text-align: right; padding-right: 10px;\">\r\n   Partdistance\r\n  </td>\r\n  <td style=\"text-align: right; padding-right: 10px;\">\r\n   Parttime\r\n  </td>\r\n  <td style=\"text-align: right; padding-right: 10px;\">\r\n   Partmovingtime\r\n  </td>\r\n  <td style=\"text-align: right; padding-right: 10px;\">\r\n   Partspeed\r\n  </td>\r\n  <td style=\"text-align: right; padding-right: 10px;\">\r\n   Partmovingspeed\r\n  </td>\r\n  <td style=\"text-align: right; padding-right: 10px;\">\r\n   Partmaxspeed\r\n  </td>  \r\n     <td style=\"text-align: right; padding-right: 10px;\">\r\n   Part Climb Up\r\n  </td>\r\n     <td style=\"text-align: right; padding-right: 10px;\">\r\n   Part Climb Down\r\n  </td>  \r\n  <td style=\"text-align: right; padding-right: 10px;\">\r\n   Part Heart Rate\r\n  </td>    \r\n  <td style=\"text-align: right; padding-right: 10px;\">\r\n   Distance\r\n  </td>\r\n  <td style=\"text-align: right; padding-right: 10px;\">\r\n   Time\r\n  </td>\r\n  <td style=\"text-align: right; padding-right: 10px;\">\r\n   Movingtime\r\n  </td>  \r\n  <td style=\"text-align: right; padding-right: 10px;\">\r\n   Speed\r\n  </td>\r\n  <td style=\"text-align: right; padding-right: 10px;\">\r\n   Movingspeed\r\n  </td>\r\n  <td style=\"text-align: right; padding-right: 10px;\">\r\n   Max Speed\r\n  </td>\r\n  <td style=\"text-align: right; padding-right: 10px;\">\r\n   Climb Up\r\n  </td>\r\n     <td style=\"text-align: right; padding-right: 10px;\">\r\n   Climb Down\r\n  </td>\r\n     <td style=\"text-align: right; padding-right: 10px;\">\r\n   Heart Rate\r\n  </td>  \r\n </tr>\r\n%ROW%\r\n<tr>\r\n <td colspan=\"14\" style=\"text-align: right; padding-right: 10px;\">\r\n  <b>Summary</b>\r\n </td>\r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  <b>%DISTANCE%</b>\r\n </td>\r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  <b>%TIME%</b>\r\n </td>\r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  <b>%MOVINGTIME%</b>\r\n </td> \r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  <b>%SPEED%</b>\r\n </td>\r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  <b>%MOVINGSPEED%</b>\r\n </td> \r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  <b>%MAXSPEED%</b>\r\n </td>\r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  <b>%CLIMBUP%</b>\r\n </td>\r\n <td style=\"text-align: right; padding-right: 10px;\">\r\n  <b>%CLIMBDOWN%</b>\r\n </td>   \r\n  <td style=\"text-align: right; padding-right: 10px;\">\r\n  <b>%HEARTRATE%</b>\r\n </td>    \r\n</tr>\r\n</table>','yes'),(334,0,'xmlgm_kmlparsing','enabled','yes'),(335,0,'xmlgm_gpxmarkertempl','<p class=\'entry\'>\r\n   <b>%NAME%</b><br />\r\n   %DESCRIPTION%<br />\r\n   <small>%LATITUDE% - %LONGITUDE% - %ELEVATION%</small>\r\n</p>','yes'),(336,0,'xmlgm_nggmarkertempl','<a href=\'%FULLPATH%\' target=\'_blank\'>\r\n   <img src=\'%THUMBPATH%\' style=\'border: 0; float: left; margin: 5px;\' />\r\n</a>\r\n<p class=\'entry\' style=\'float: left; margin: 5px; width: 250px;\'>\r\n   <b>%TITLE%</b><br />\r\n   %DESCRIPTION%\r\n</p>\r\n<p style=\'clear:left; margin: 5px;\' class=\'entry\'>\r\n   <small>\r\n      %CREATIONDATE% - %LATITUDE% - %LONGITUDE% - <a href=\'http://www.matusz.ch/blog/projekte/xml-google-maps-wordpress-plugin/\' target=\'_blank\'>XML Google Maps WP Plugin</a>\r\n   </small>\r\n</p>','yes'),(337,0,'xmlgm_gpxdirectopenwplink','dblclick','yes'),(338,0,'xmlgm_gpxparsemode','1','yes'),(339,0,'xmlgm_gpxparsemode2maxlimit','2000','yes'),(957,0,'widget_custom_sidebar_widget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(359,0,'wpGoogleMaps_api_key','ABQIAAAAiocaXJdrUeuMsKYxYuwuXhQw2S4fqUpfPbqOz6Q3aILGdeirLxTr2bXgS0o8pkGxziCQn4UV4CfLTg','yes'),(387,0,'_site_transient_timeout_browser_0893c8525615348efee009c1428ec30e','1314990887','yes'),(388,0,'_site_transient_browser_0893c8525615348efee009c1428ec30e','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"13.0.782.215\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"13\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1055,0,'_transient_timeout_feed_mod_4b5d5bf1bce62ec1f06e2b9196618224','1314605746','no'),(1056,0,'_transient_feed_mod_4b5d5bf1bce62ec1f06e2b9196618224','1314562546','no'),(1057,0,'subpages_extended_auto_insert','','yes'),(1067,0,'flexipages_widget','a:0:{}','yes'),(2792,0,'_transient_timeout_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1317454078','no'),(2793,0,'_transient_feed_mod_1a5f760f2e2b48827d4974a60857e7c2','1317410878','no'),(2794,0,'_transient_timeout_dash_de3249c4736ad3bd2cd29147c4a0d43e','1317454078','no'),(2795,0,'_transient_dash_de3249c4736ad3bd2cd29147c4a0d43e','<h4>Most Popular</h4>\n<h5><a href=\'http://wordpress.org/extend/plugins/1-flash-gallery/\'>1 Flash Gallery</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=1-flash-gallery&amp;_wpnonce=6f1f8af4a4&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'1 Flash Gallery\'>Install</a>)</span>\n<p>1 Flash Gallery is a Photo Gallery with slideshow function, many skins and powerfull admin to manage your image gallery without any program skills</p>\n<h4>Newest Plugins</h4>\n<h5><a href=\'http://wordpress.org/extend/plugins/dbt-extensions/\'>DB Toolkit Extensions Manager</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=dbt-extensions&amp;_wpnonce=45bbb396ae&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'DB Toolkit Extensions Manager\'>Install</a>)</span>\n<p>Allows you to install and manage custom and add-on fieldtypes and form processors for DB-Toolkit.</p>\n<h4>Recently Updated</h4>\n<h5><a href=\'http://wordpress.org/extend/plugins/spots/\'>Spots</a></h5>&nbsp;<span>(<a href=\'plugin-install.php?tab=plugin-information&amp;plugin=spots&amp;_wpnonce=75edb64f93&amp;TB_iframe=true&amp;width=600&amp;height=800\' class=\'thickbox\' title=\'Spots\'>Install</a>)</span>\n<p>Content manage those little snippets of text that you need across your WordPress site and in widgets properly. Forget the text widget.</p>\n','no'),(2282,0,'tbf2_skin_color','silver','yes'),(2283,0,'tbf2_font_color','#575757','yes'),(2284,0,'tbf2_logo_header','no','yes'),(2285,0,'tbf2_logo_location','left','yes'),(2286,0,'tbf2_font_size','12px','yes'),(2287,0,'tbf2_search_header','yes','yes'),(2288,0,'tbf2_user_login','no','yes'),(2289,0,'tbf2_icon_twitter','http://twitter.com/AskAmazing','yes'),(2290,0,'tbf2_icon_facebook','http://facebook.com/AskAmazing','yes'),(2291,0,'tbf2_icon_youtube','http://youtube.com/AskAmazing','yes'),(2292,0,'tbf2_icon_rss','http://amazingbusinessresources.com/feed','yes'),(2293,0,'tbf2_copy_year','','yes'),(2294,0,'tbf2_exclude_pages','','yes'),(2295,0,'tbf2_nav_hide_home','no','yes'),(2296,0,'tbf2_number_posts','','yes'),(2297,0,'tbf2_custom_slidespot','no','yes'),(2298,0,'tbf2_custom_html_slidespot','','yes'),(2299,0,'tbf2_custom_html_0','','yes'),(2472,0,'portfolio_children','a:0:{}','yes'),(2784,0,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1317454078','no'),(2060,0,'spam_free_wordpress','a:9:{s:14:\"blocklist_keys\";s:0:\"\";s:18:\"lbl_enable_disable\";s:7:\"disable\";s:19:\"remote_blocked_list\";s:0:\"\";s:18:\"rbl_enable_disable\";s:7:\"disable\";s:13:\"pw_field_size\";s:2:\"30\";s:9:\"tab_index\";s:0:\"\";s:13:\"affiliate_msg\";s:0:\"\";s:19:\"toggle_stats_update\";s:6:\"enable\";s:11:\"toggle_html\";s:7:\"disable\";}','yes'),(2061,0,'sfw_spam_hits','1','yes'),(2103,0,'bgmp_map-width','600','yes'),(2104,0,'bgmp_map-height','400','yes'),(2105,0,'bgmp_map-address','IOI Boulevard','yes'),(2106,0,'bgmp_map-latitude','37.236122','yes'),(2107,0,'bgmp_map-longitude','-77.4038223','yes'),(2108,0,'bgmp_map-zoom','7','yes'),(2109,0,'bgmp_map-info-window-width','500','yes'),(2120,0,'apgnsm_news_active','1','yes'),(2121,0,'apgnsm_tags','1','yes'),(2851,0,'ep_exclude_pages','216,217,219,220,223,222,224,225,228,227,229,230,233,231,235,234,237,236,239,238,241,240,243,242,245,244,258,260,259,262,261,264,263,266,265,268,267,270,269,279,278,284,281,286,285,290,289,292,291,294,293,296,295,298,297,307,310,311,312,314,315,316,347,349,353,309,371,373,375,398,399,400,215,401,402,403,404,405,406,407,408,409,410,413,414,415,416,417,418,419,420,421,422,423,424,425,426,427,428,429,430,434,435,436,437,440,442,446,444,448,449,451,452,453,450,454,455,456,457,458,443,459,460,462,463,464,465,467,466,469,468,470,471,472,474,473,476,475,477,478,480,479,483,493,494,498,505,511,512,513,514,515,518,517,519,520,521,522,523,525,526,529,528,530,531,534,535,538,539,546,553,555,561,565,566,598,827,826,828,829,831,830,832,834,833,835,836,837,838,839,841,840,843,842,844,846,845,848,850,849,851,852,853,854,855,856,847,857,860,862,863,864,865,866,867,868,869,870,871,873,874,875,878,876,879,880,881,882,883,532,884,541,885,886,557,887,889,892,893,894,895,896,897,898,900,441,901,902,903,548,904,905,906,907,908,160,909,910,911,912,913,914,915,916,917,918,919,920,921,922,923,924,925,967,2,972,973,974,975,976,977,978,979,981,983,984,985,986,987,988,989,990,991,993,964,994,995,997,998,999,1005,35,1037,218,1038,1054,1055,1056,1057,1058,1059,1060,1076,1077,1081,1082,1084,1085,1086,1096,1097,1098,1099,1102,1103,1106,1123,257','yes'),(2464,0,'theme_mods_showcase','a:1:{i:0;b:0;}','yes'),(2465,0,'widget_sc_tweetwidget','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2466,0,'widget_sc_follow','a:2:{i:2;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(2122,0,'apgnsm_path','./','yes'),(2123,0,'apgnsm_last_ping','0','yes'),(2124,0,'apgnsm_n_name','Your Google News Name','yes'),(2125,0,'apgnsm_n_lang','it','yes'),(2126,0,'apgnsm_n_genres','','yes'),(2127,0,'apgnsm_n_genres_type','blog','yes'),(2128,0,'apgnsm_n_access','','yes'),(2129,0,'apgnsm_n_access_type','Subscription','yes'),(2130,0,'apgnsm_n_excludecatlist','','yes'),(2131,0,'apgnsm_n_excludepostlist','','yes'),(2133,0,'mappress_version','2.38','yes'),(2134,0,'mappress_options','a:38:{s:10:\"directions\";s:6:\"inline\";s:16:\"directionsServer\";s:15:\"maps.google.com\";s:14:\"mapTypeControl\";b:1;s:17:\"streetViewControl\";b:1;s:11:\"scrollwheel\";b:0;s:17:\"keyboardShortcuts\";b:1;s:24:\"navigationControlOptions\";a:1:{s:5:\"style\";i:0;}s:18:\"overviewMapControl\";b:1;s:25:\"overviewMapControlOptions\";a:1:{s:6:\"opened\";b:0;}s:15:\"initialOpenInfo\";b:0;s:21:\"initialOpenDirections\";b:0;s:7:\"country\";N;s:8:\"language\";N;s:7:\"traffic\";b:0;s:14:\"initialTraffic\";b:0;s:8:\"tooltips\";b:1;s:9:\"alignment\";s:7:\"default\";s:11:\"autodisplay\";s:3:\"top\";s:8:\"editable\";b:0;s:7:\"mapName\";N;s:6:\"postid\";N;s:9:\"postTypes\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:6:\"geoRSS\";b:0;s:7:\"control\";b:1;s:7:\"poiList\";b:0;s:15:\"poiListTemplate\";s:70:\"<td class=\'mapp-marker\'>[icon]</td><td><b>[title]</b>[directions]</td>\";s:7:\"metaKey\";N;s:12:\"metaSyncSave\";b:1;s:14:\"metaSyncUpdate\";b:1;s:13:\"metaKeyErrors\";N;s:8:\"mapSizes\";a:3:{i:0;a:3:{s:5:\"label\";N;s:5:\"width\";i:300;s:6:\"height\";i:300;}i:1;a:3:{s:5:\"label\";N;s:5:\"width\";i:425;s:6:\"height\";i:350;}i:2;a:3:{s:5:\"label\";N;s:5:\"width\";i:640;s:6:\"height\";i:480;}}s:6:\"border\";a:5:{s:5:\"style\";N;s:5:\"width\";i:1;s:6:\"radius\";i:0;s:5:\"color\";s:7:\"#000000\";s:6:\"shadow\";b:0;}s:7:\"demoMap\";b:1;s:4:\"user\";b:1;s:11:\"userInitial\";b:0;s:10:\"userCenter\";b:0;s:9:\"userTitle\";s:13:\"Your location\";s:8:\"userBody\";N;}','yes'),(2135,0,'_transient_timeout_feed_221d011f136b9a41d05730637a58db1e','1315032035','no'),(2136,0,'_transient_feed_221d011f136b9a41d05730637a58db1e','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:38:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Chris Richardson\'s Plugins » News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"http://wphostreviews.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 30 Aug 2011 21:54:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"http://wordpress.org/?v=3.2.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:6:{i:0;a:6:{s:4:\"data\";s:41:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"MapPress 2.37 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wphostreviews.com/mappress-2-37-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wphostreviews.com/mappress-2-37-released/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 14 Aug 2011 21:20:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wphostreviews.com/mappress-2-37-released/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:375:\"MapPress 2.37 contains several new features and bug fixes. I have been busy for the past several months moving my sales to my own site from wpplugins.com, but I&#8217;ve resumed adding new features to MapPress. Here&#8217;s what&#8217;s new in 2.37: &#8230; <a href=\"http://wphostreviews.com/mappress-2-37-released/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Chris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1860:\"<p>MapPress 2.37 contains several new features and bug fixes. I have been busy for the past several months moving my sales to my own site from wpplugins.com, but I&#8217;ve resumed adding new features to MapPress. Here&#8217;s what&#8217;s new in 2.37:\n<ul>\n<li>Google continues to change its geocoder.&nbsp; The latest change returns multiple results even for unique addresses, so I&#8217;ve removed the &#8220;did you mean…?&#8221; prompt.&nbsp; MapPress will now immediate add or map whatever Google&#8217;s best match is for what you&#8217;ve typed.\n<li>I&#8217;ve removed the option for custom CSS settings.&nbsp; It confused many users and often folks linked their entire style.css into that option.&nbsp; Instead, if you wish to override MapPress CSS, move your settings to your theme&#8217;s style.css file (or create a <a href=\"http://codex.wordpress.org/Child_Themes\">child theme</a> and override them there).\n<li>You can now easily add a colored border to your maps from the settings screen</li>\n</ul>\n<p>&nbsp;</p>\n<p>And some fixes:</p>\n<ul>\n<li>Centering and left/right justification should now work correctly</li>\n<li>Clicking &#8216;enter&#8217; in the map editor now correctly adds a location rather than publishing the post/page&nbsp;\n<li>If you choose the option to link mashup titles with the source post, clicking the title in the marker list will go directly to the post (previously, it opened that marker on the map)\n<li>The cursor no longer jumps to the directions panel when it&#8217;s opened (this caused unwanted scrolling in some blogs)\n<li>When setting the map to initially open the first marker initially, the map wasn&#8217;t centering correctly on that marker\n<li>There was an HTML validation error in settings screen for the map sizes\n<li>And last but not least… the map loading spinner is now centered properly</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wphostreviews.com/mappress-2-37-released//feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:41:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"MapPress 2.36 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wphostreviews.com/mappress-2-36-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wphostreviews.com/mappress-2-36-released/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 28 Jul 2011 21:13:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wphostreviews.com/mappress-2-36-released/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:147:\"Google changed its geocoding service to provide different results. MapPress 2.36 provides a fix for geocoding errors that resulted from the change.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Chris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:156:\"<p>Google changed its geocoding service to provide different results.  MapPress 2.36 provides a fix for geocoding errors that resulted from the change.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wphostreviews.com/mappress-2-36-released//feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:41:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"MapPress 2.35 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wphostreviews.com/mappress-2-33-and-2-34-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wphostreviews.com/mappress-2-33-and-2-34-released/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 May 2011 05:31:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wphostreviews.com/mappress-2-33-and-2-34-released/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:413:\"MapPress 2.35 has been released to correct a &#8216;headers already sent&#8217; message reported by several users.&#160; The problem seems to be a conflict with the Relevanssi plugin.&#160; I believe it&#8217;s fixed but if you&#8217;re still receiving this error please contact &#8230; <a href=\"http://wphostreviews.com/mappress-2-33-and-2-34-released/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Chris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:343:\"<p>MapPress 2.35 has been released to correct a &#8216;headers already sent&#8217; message reported by several users.&#160; The problem seems to be a conflict with the Relevanssi plugin.&#160; I believe it&#8217;s fixed but if you&#8217;re still receiving this error please <a href=\"http://wphostreviews.com/chris-contact\">contact me</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wphostreviews.com/mappress-2-33-and-2-34-released//feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:41:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"Traffic and Overview Maps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wphostreviews.com/google-traffic-overview-map-bug/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"http://wphostreviews.com/google-traffic-overview-map-bug/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 19 Apr 2011 11:58:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wphostreviews.com/google-traffic-overview-map-bug/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:364:\"It seems there is a bug in the Google Maps API.&#160; Using the overview map control interferes with the traffic overlay. You may see this in your MapPress maps if you&#8217;re using both the overview map and the traffic control. &#8230; <a href=\"http://wphostreviews.com/google-traffic-overview-map-bug/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Chris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:480:\"<p>It seems there is a bug in the Google Maps API.&#160; Using the overview map control interferes with the traffic overlay.</p>\n<p>You may see this in your MapPress maps if you&#8217;re using both the overview map and the traffic control.</p>\n<p>You can read more about the bug and follow it here:</p>\n<p><a href=\"http://code.google.com/p/gmaps-api-issues/issues/detail?id=3167&amp;q=traffic\">http://code.google.com/p/gmaps-api-issues/issues/detail?id=3167&amp;q=traffic</a></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"http://wphostreviews.com/google-traffic-overview-map-bug//feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:41:\"\n		\n		\n		\n		\n		\n				\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"MapPress 2.32 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wphostreviews.com/mappress-2-32-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wphostreviews.com/mappress-2-32-released/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 17 Apr 2011 06:35:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wphostreviews.com/mappress-2-32-released/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:360:\"MapPress 2.32 has just been released.  The complete change history is in the readme.txt file, but I want to highlight some of the key new features. Entering Locations by Latitude and Longitude In older versions of MapPress you had to &#8230; <a href=\"http://wphostreviews.com/mappress-2-32-released/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Chris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7528:\"<p>MapPress 2.32 has just been released.  The complete change history is in the readme.txt file, but I want to highlight some of the key new features.</p>\n<h3>Entering Locations by Latitude and Longitude</h3>\n<p>In older versions of MapPress you had to use a &#8216;swap&#8217; button to alternate between entering street addresses and latitude/longitude coordinates.  In 2.32 you can just enter the latitude and longitude directly into the &#8216;Location&#8217; box in the map editor.</p>\n<p>You can also prefix the latitude and longitude with a title to use for the marker.  The format is [title]@[latitude],[longitude]</p>\n<p>For example, this map shows Washington, DC being entered using latitude/longitude:</p>\n<p><a href=\"http://wphostreviews.com/wordpress/wp-content/uploads/2011/04/image4.png\"><img style=\"background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;\" title=\"image\" src=\"http://wphostreviews.com/wordpress/wp-content/uploads/2011/04/image_thumb4.png\" alt=\"image\" width=\"648\" height=\"318\" border=\"0\" /></a></p>\n<p>&nbsp;</p>\n<h3>New Widget Options</h3>\n<p>Overview maps.  Google&#8217;s latest version of the map API offers &#8216;overview maps&#8217;.  These are small inset maps that show the same location as the main map, but the overview map is zoomed out to display a larger area.</p>\n<p>You can use the MapPress settings to display an &#8220;overview map control&#8221; (a small arrow in the bottom-right corner that opens the overview map).  You can also specify that the overview map should be opened initially.</p>\n<p>The overview map is especially useful on small maps, like widgets, where it&#8217;s handy to get your bearings while remaining zoomed in.</p>\n<p>Here&#8217;s an example of an overview control, and the overview map:</p>\n<p><a href=\"http://wphostreviews.com/wordpress/wp-content/uploads/2011/04/image5.png\"><img style=\"background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;\" title=\"image\" src=\"http://wphostreviews.com/wordpress/wp-content/uploads/2011/04/image_thumb5.png\" alt=\"image\" width=\"314\" height=\"312\" border=\"0\" /></a><a href=\"http://wphostreviews.com/wordpress/wp-content/uploads/2011/04/image6.png\"><img style=\"background-image: none; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;\" title=\"image\" src=\"http://wphostreviews.com/wordpress/wp-content/uploads/2011/04/image_thumb6.png\" alt=\"image\" width=\"310\" height=\"309\" border=\"0\" /></a></p>\n<h3>New Widget Options</h3>\n<p>MapPress widgets now include some important new options:</p>\n<table width=\"727\" border=\"0\" cellspacing=\"0\" cellpadding=\"2\">\n<tbody>\n<tr>\n<td valign=\"top\" width=\"277\"><strong>Option</strong></td>\n<td valign=\"top\" width=\"448\"><strong>Description</strong></td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"277\">Center</td>\n<td valign=\"top\" width=\"448\">Enter the center for the map as a latitude and longitude. If you leave this blank or (0,0), the plugin will automatically center the map between all markers.</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"277\">Zoom</td>\n<td valign=\"top\" width=\"448\">Choose an explicit zoom level or &#8216;automatic&#8217; to have the plugin adjust the zoom so all markers are visible.</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"277\">Map type</td>\n<td valign=\"top\" width=\"448\">Select a map type to display.</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"277\">Overview map control</td>\n<td valign=\"top\" width=\"448\">Display an overview map control</td>\n</tr>\n<tr>\n<td valign=\"top\" width=\"277\">Open overview map</td>\n<td valign=\"top\" width=\"448\">Open the overview map when the map is displayed</td>\n</tr>\n</tbody>\n</table>\n<p>&nbsp;</p>\n<h3>Map Sizes and Resizing</h3>\n<p>You can now specify your default map sizes on the MapPress Settings screen.  You may enter up to 3 dimensions (roughly small, medium and large) which are then displayed as defaults in the map editor.</p>\n<p>If you make a mistake and need to resize your maps, you can now enter an &#8220;original&#8221; size and a &#8220;new&#8221; size.  All maps in the original size will be resized to the new size automatically.</p>\n<h3>Directions in Your Language</h3>\n<p>You can now set a directions server in the MapPress options.  If you&#8217;re using Google directions (rather than inline directions), this will let you open a window to a local Google server, such as &#8220;maps.google.fr&#8221; or &#8220;maps.google.de&#8221;.  This way your readers will get directions in their native language rather than English.</p>\n<h3>Other Changes</h3>\n<p>That covers the major changes but there were many other fixes and enhancements.  Here&#8217;s a complete list from the readme.txt included with the plugin:</p>\n<ul>\n<li>Added: you can now enter lat/lng locations directly in the &#8216;location&#8217; text field.  Use the format &#8220;title@lat,lng&#8221;.  For example: &#8220;Washington@38.902255,-77.036819&#8243;</li>\n<li>Added: you can now set a &#8220;directions server&#8221;.  If you have set directions to open from Google you can open a regional Google server (i.e. German server for Germany, etc.)</li>\n<li>Added: 45-degree angle viewing will soon become the default for satellite view (learn more here: <a href=\"http://googlegeodevelopers.blogspot.com/2011/03/new-angle-on-world-with-45-imagery.html\">http://googlegeodevelopers.blogspot.com/2011/03/new-angle-on-world-with-45-imagery.html)</a>.</li>\n<li>Added: overview map control for widgets, shortcodes and settings.  See the MapPress documentation or learn more here: <a href=\"http://googlegeodevelopers.blogspot.com/2011/03/new-angle-on-world-with-45-imagery.html\">http://googlegeodevelopers.blogspot.com/2011/03/new-angle-on-world-with-45-imagery.html</a></li>\n<li><a href=\"http://wphostreviews.com/product/mappress\">MapPress Pro</a> Added: new widget options, including map zoom, traffic and map type</li>\n<li>Added: new settings screen layout</li>\n<li>Added: you can specify up to 3 default map sizes instead of the default small/medium/large (in case you have custom sizes you want to use)</li>\n<li>Added: RSS and news widget on settings screen</li>\n<li>Added: on the settings screen you can now resize from and to specific sizes</li>\n<li>Added: when a marker is clicked on the map or marker list, it is now brought in &#8216;front&#8217; of all other markers</li>\n<li>Added: new filters for your own developments: when a map is saved, deleted or create, and when the directions panel HTML is generated</li>\n<li>Removed: the &#8216;autocenter&#8217; parameter is deprecated; if you want the map to automatically center, set the center to null or (0,0); to automatically zoom set the zoom to null</li>\n<li>Changed: updated the mappress.po file (you can use it as a .pot as well) and many of the plugin texts</li>\n<li>Changed: traffic button has been styled to look more like the Google buttons</li>\n<li>Changed: map type control should now adapt itself to screen size and map size automatically (horizontal bar or dropdown)</li>\n<li>Changed: when clicking on marker &#8216;directions&#8217; link, marker infowindow is not closed until directions are requested</li>\n<li>Fixed: when requesting directions from a marker on the marker list, the marker infowindow will be opened</li>\n<li>Fixed: geocoding errors for some odd addresses could return blanks, these are now ignored</li>\n<li>Fixed: marker zooming in the editor now works better at all zoom levels</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wphostreviews.com/mappress-2-32-released//feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:44:\"\n		\n		\n		\n		\n		\n				\n		\n\n		\n		\n			\n			\n		\n		\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"Mappress 2.31 Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wphostreviews.com/mappress-2-31-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"http://wphostreviews.com/mappress-2-31-released/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Mar 2011 21:12:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"default\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"http://wphostreviews.com/mappress-2-31-released/\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:422:\"The 2.31 release contains some important bug/compatibility fixes and a few minor enhancements: jQuery is now loaded using the &#8220;noConflict&#8221; mode.  Hopefully this will reduce the number of plugin conflicts.  MapPress uses jQuery 1.4.4, the version that&#8217;s included with WordPress &#8230; <a href=\"http://wphostreviews.com/mappress-2-31-released/\">Continue reading <span class=\"meta-nav\">&#8594;</span></a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Chris\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:850:\"<p>The 2.31 release contains some important bug/compatibility fixes and a few minor enhancements:</p>\n<ul>\n<li>jQuery is now loaded using the &#8220;noConflict&#8221; mode.  Hopefully this will reduce the number of plugin conflicts.  MapPress uses jQuery  1.4.4, the version that&#8217;s included with WordPress 3.1.  A surprising number of other plugins and themes load and require older versions, some of which are so ancient they don&#8217;t support AJAX.  This can cause issue with MapPress  (or the other plugin).</li>\n<li>A bug in the geocode() method of the API has been fixed</li>\n<li>Network activation has been changed.  Because of long-standing WordPress bugs, it&#8217;s difficult to determine when a plugin is being network activated, so as a workaround the plugin now just checks if its tables exist each time it runs.</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"http://wphostreviews.com/mappress-2-31-released//feed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:43:\"http://wphostreviews.com/category/news/feed\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";a:12:{s:4:\"date\";s:29:\"Fri, 02 Sep 2011 18:40:37 GMT\";s:6:\"server\";s:23:\"Apache/2.0.52 (Red Hat)\";s:12:\"x-powered-by\";s:9:\"PHP/5.3.6\";s:10:\"set-cookie\";s:50:\"PHPSESSID=c377d44eb875f36371d006cfd0290b57; path=/\";s:7:\"expires\";s:29:\"Thu, 19 Nov 1981 08:52:00 GMT\";s:13:\"cache-control\";s:62:\"no-store, no-cache, must-revalidate, post-check=0, pre-check=0\";s:6:\"pragma\";s:8:\"no-cache\";s:10:\"x-pingback\";s:45:\"http://wphostreviews.com/wordpress/xmlrpc.php\";s:13:\"last-modified\";s:29:\"Tue, 30 Aug 2011 21:54:02 GMT\";s:4:\"etag\";s:34:\"\"1c6e3828c21693ea53649cf2a5667a04\"\";s:10:\"connection\";s:5:\"close\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";}s:5:\"build\";s:14:\"20090627192103\";}','no'),(2137,0,'_transient_timeout_feed_mod_221d011f136b9a41d05730637a58db1e','1315032035','no'),(2138,0,'_transient_feed_mod_221d011f136b9a41d05730637a58db1e','1314988835','no'),(2233,0,'_site_transient_timeout_browser_81ae1573ee0f551e6e2aff8ccac6bcb3','1317631658','yes'),(2234,0,'_site_transient_browser_81ae1573ee0f551e6e2aff8ccac6bcb3','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"14.0.835.186\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"13\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_postmeta`
--

DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=7497 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_postmeta`
--

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,2,'_edit_lock','1317380122:1'),(3,2,'_edit_last','1'),(6569,992,'_wp_attachment_image_alt','About Amazing'),(241,156,'_sexybookmarks_shortUrl','http://goo.gl/YvYvN'),(234,156,'_wp_page_template','default'),(242,156,'_sexybookmarks_permaHash','6e74d78dc46245df005cd4bc8d2899cc'),(230,156,'_edit_lock','1317408898:1'),(2935,21,'_aioseop_title','Online Marketing Solutions'),(229,156,'_edit_last','1'),(208,108,'_wp_attached_file','2011/08/Media-Planning.jpg'),(209,108,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"278\";s:6:\"height\";s:3:\"109\";s:14:\"hwstring_small\";s:23:\"height=\'50\' width=\'128\'\";s:4:\"file\";s:26:\"2011/08/Media-Planning.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"Media-Planning-150x109.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"109\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(210,1,'_edit_lock','1314738378:1'),(211,105,'_wp_attachment_image_alt','Search Engine Optimization'),(212,106,'_wp_attachment_image_alt','Social Media Marketing'),(213,104,'_wp_attachment_image_alt','Email Marketing'),(214,107,'_wp_attachment_image_alt','Mobile Marketing'),(215,108,'_wp_attachment_image_alt','Media Planning'),(216,99,'_wp_attachment_image_alt','Amazing Business Resources'),(22,14,'_edit_last','1'),(23,14,'_edit_lock','1317443677:1'),(24,14,'_wp_page_template','default'),(7480,14,'_aioseop_description','Amazing Business Resources creates and leads powerful Online Marketing Strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of Power and Importance in the market place.'),(7481,14,'_aioseop_title','Market Beyond Search Engine| Social Media Marketing Expert '),(7482,14,'_aioseop_titleatr','Social Media Marketing Expert'),(7479,14,'_aioseop_keywords','Online marketing Solutions, Online Marketing, Social Media Marketing, Facebook Marketing, Twitter Marketing, Youtube Marketing, LinkedIn Marketing, SMS Marketing, Email Marketing, Blog Marketing'),(74,1,'_sexybookmarks_shortUrl','http://goo.gl/uAQ4W'),(950,291,'_edit_lock','1317407705:1'),(951,234,'_sexybookmarks_shortUrl','http://goo.gl/Kc9c3'),(41,20,'_wp_attached_file','2011/08/favicon.ico'),(42,20,'_wp_attachment_metadata','a:0:{}'),(43,21,'_edit_last','1'),(44,21,'_edit_lock','1317443628:1'),(45,21,'_wp_page_template','default'),(955,293,'_edit_lock','1317406810:1'),(954,293,'_edit_last','1'),(953,291,'_wp_page_template','default'),(949,291,'_edit_last','1'),(957,295,'_edit_last','1'),(956,293,'_wp_page_template','default'),(952,234,'_sexybookmarks_permaHash','30bd56681731efad3d85a1942ac72f06'),(56,32,'_edit_last','1'),(57,32,'_wp_page_template','default'),(58,32,'_edit_lock','1317443614:1'),(59,35,'_edit_last','1'),(60,35,'_edit_lock','1317397200:1'),(61,35,'_wp_page_template','default'),(75,1,'_sexybookmarks_permaHash','c436a4fe2c0ca309a8b36b42c66fd8a8'),(76,14,'_sexybookmarks_shortUrl','http://goo.gl/uzCxE'),(77,14,'_sexybookmarks_permaHash','c39cfa80cd25c710718f0934272be011'),(78,21,'_sexybookmarks_shortUrl','http://goo.gl/WWoSI'),(79,21,'_sexybookmarks_permaHash','e5a5cc61f20601d8e78e0fd8d3ce7b3d'),(80,32,'_sexybookmarks_shortUrl','http://goo.gl/4CcGW'),(81,32,'_sexybookmarks_permaHash','bbb02beea4b74b9e2fa6436e6d7a10df'),(207,107,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"278\";s:6:\"height\";s:3:\"109\";s:14:\"hwstring_small\";s:23:\"height=\'50\' width=\'128\'\";s:4:\"file\";s:28:\"2011/08/Mobile-Marketing.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"Mobile-Marketing-150x109.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"109\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(206,107,'_wp_attached_file','2011/08/Mobile-Marketing.jpg'),(202,105,'_wp_attached_file','2011/08/Search-Engine-Optimization.jpg'),(203,105,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"278\";s:6:\"height\";s:3:\"109\";s:14:\"hwstring_small\";s:23:\"height=\'50\' width=\'128\'\";s:4:\"file\";s:38:\"2011/08/Search-Engine-Optimization.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:38:\"Search-Engine-Optimization-150x109.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"109\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(204,106,'_wp_attached_file','2011/08/Social-Media-Marketing.jpg'),(205,106,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"278\";s:6:\"height\";s:3:\"109\";s:14:\"hwstring_small\";s:23:\"height=\'50\' width=\'128\'\";s:4:\"file\";s:34:\"2011/08/Social-Media-Marketing.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:34:\"Social-Media-Marketing-150x109.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"109\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(6822,497,'sfw_comment_form_password','rOxkmBQAW5wU'),(7186,278,'_aioseop_keywords','Market Beyond Search Engine | Social Media Campaign, Social Media Marketing'),(7094,313,'_aioseop_description','Social media marketing have gained popularity during the last few years, and now this niche of web promotion and advertising is almost integral part of advertising in the global network.'),(7095,313,'_aioseop_title','Market Beyond Search Engine| Social Media Marketing '),(6821,1016,'sfw_comment_form_password','ciuRy8HY3ft7'),(185,99,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:2:\"60\";s:14:\"hwstring_small\";s:23:\"height=\'12\' width=\'128\'\";s:4:\"file\";s:38:\"2011/08/Amazing-Business-Resources.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:37:\"Amazing-Business-Resources-150x60.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"60\";}s:6:\"medium\";a:3:{s:4:\"file\";s:37:\"Amazing-Business-Resources-300x30.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"30\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(6737,1016,'_wp_attached_file','2011/08/Amazing-Business-Resources.png'),(184,99,'_wp_attached_file','2011/08/Amazing-Business-Resources.jpg'),(198,103,'_wp_attached_file','2011/08/Website-Development.jpg'),(199,103,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"278\";s:6:\"height\";s:3:\"109\";s:14:\"hwstring_small\";s:23:\"height=\'50\' width=\'128\'\";s:4:\"file\";s:31:\"2011/08/Website-Development.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:31:\"Website-Development-150x109.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"109\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(200,104,'_wp_attached_file','2011/08/Email-Marketing.jpg'),(201,104,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"278\";s:6:\"height\";s:3:\"109\";s:14:\"hwstring_small\";s:23:\"height=\'50\' width=\'128\'\";s:4:\"file\";s:27:\"2011/08/Email-Marketing.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"Email-Marketing-150x109.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"109\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(6923,156,'_aioseop_description','Amazing Business Resources assist our client to build a website start from a concept, plan the web structure, and finally make the web appearance to be more eye catchy on internet!'),(6924,156,'_aioseop_title','Website Development | Website Conceptualization | Website Design | Website Planning'),(221,152,'_wp_attached_file','2011/08/TITLE-copy_2.jpg'),(222,152,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:2:\"60\";s:14:\"hwstring_small\";s:23:\"height=\'12\' width=\'128\'\";s:4:\"file\";s:24:\"2011/08/TITLE-copy_2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:23:\"TITLE-copy_2-150x60.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"60\";}s:6:\"medium\";a:3:{s:4:\"file\";s:23:\"TITLE-copy_2-300x30.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"30\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(6922,156,'_aioseop_keywords','Website Development | How to build a web start from scratch, Website Conceptualization, Website Design, Website Planning'),(6879,1043,'_wp_attachment_image_alt','Website Development'),(6877,1043,'_wp_attached_file','2011/08/Button.png'),(6878,1043,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";s:14:\"hwstring_small\";s:22:\"height=\'96\' width=\'96\'\";s:4:\"file\";s:18:\"2011/08/Button.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(275,103,'_sexybookmarks_shortUrl','http://goo.gl/FJRws'),(276,103,'_sexybookmarks_permaHash','6a32ca05936471a4f05332b6c9738a74'),(626,211,'_edit_last','1'),(627,211,'_edit_lock','1317440565:1'),(7085,211,'_aioseop_description','SEO is one of the most important aspects of Web Marketing. Let’s face it, business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO (Link Building).'),(7086,211,'_aioseop_title','SEO - Search Engine Optimization'),(631,211,'_wp_page_template','default'),(7084,211,'_aioseop_keywords','SEO, Search Engine Optimization, FREE SEO, Effective SEO, Keyword SEO'),(638,211,'_sexybookmarks_shortUrl','http://goo.gl/Uw3n4'),(639,211,'_sexybookmarks_permaHash','7df41aba8e312242a8d108aef7ee1e87'),(7093,313,'_aioseop_keywords','Social Media Marketing, Marketing Strategy, Market Beyond Search Engine, Creative Marketing'),(670,218,'_edit_last','1'),(671,218,'_edit_lock','1317439170:1'),(672,218,'_wp_page_template','default'),(842,261,'_sexybookmarks_permaHash','79dfff0221946d5ba7ac91912cce458a'),(841,261,'_sexybookmarks_shortUrl','http://goo.gl/PljDx'),(840,261,'_wp_page_template','default'),(839,261,'_edit_lock','1317406184:1'),(838,261,'_edit_last','1'),(691,218,'_sexybookmarks_shortUrl','http://goo.gl/1GOXP'),(692,218,'_sexybookmarks_permaHash','e5954f9624138c6181186813fa1e010e'),(693,222,'_edit_last','1'),(694,222,'_edit_lock','1317411448:1'),(695,222,'_wp_page_template','default'),(837,259,'_wp_page_template','default'),(836,259,'_edit_lock','1317406179:1'),(835,259,'_edit_last','1'),(834,257,'_wp_page_template','default'),(833,257,'_edit_lock','1317442730:1'),(832,257,'_edit_last','1'),(705,222,'_sexybookmarks_shortUrl','http://goo.gl/YHbON'),(706,222,'_sexybookmarks_permaHash','b083da181d27abd9a3f71198f63c16a9'),(707,227,'_edit_last','1'),(708,227,'_edit_lock','1317404030:1'),(709,227,'_wp_page_template','default'),(710,231,'_edit_last','1'),(711,231,'_edit_lock','1317404138:1'),(712,231,'_wp_page_template','default'),(713,234,'_edit_last','1'),(714,234,'_edit_lock','1317404162:1'),(715,234,'_wp_page_template','default'),(716,236,'_edit_last','1'),(717,236,'_edit_lock','1317404185:1'),(718,236,'_wp_page_template','default'),(719,238,'_edit_last','1'),(720,238,'_edit_lock','1317404205:1'),(721,238,'_wp_page_template','default'),(725,242,'_edit_last','1'),(726,242,'_edit_lock','1317404224:1'),(727,242,'_wp_page_template','default'),(5468,877,'_wp_attachment_image_alt','Foursquare Marketing'),(7157,267,'_aioseop_description','Members note their locations with a mobile phone and can find out where friends are. Let foursquaring!'),(7320,218,'_aioseop_title','Website Development | Website Conceptualization'),(843,263,'_edit_last','1'),(7319,218,'_aioseop_description','A successful business module always start from an idea, followed by the execution of the blueprint, so do a website.  This is the part of creating a website that people tend to skip. And it\'s the most important step in creating a successful website. '),(7318,218,'_aioseop_keywords','Website Development | Plan a web concept'),(844,263,'_edit_lock','1314903491:1'),(846,263,'_sexybookmarks_shortUrl','http://goo.gl/Fnldb'),(847,263,'_sexybookmarks_permaHash','d34db6563f2fd056f7e1616425b67961'),(848,265,'_edit_last','1'),(849,265,'_edit_lock','1317406205:1'),(7451,1121,'_menu_item_url',''),(7450,1121,'_menu_item_xfn',''),(845,263,'_wp_page_template','default'),(850,265,'_wp_page_template','default'),(851,267,'_edit_last','1'),(852,267,'_edit_lock','1317406251:1'),(853,267,'_wp_page_template','default'),(7188,278,'_aioseop_title','Social Media Campaign'),(7156,267,'_aioseop_keywords','Foursquare marketing, Foursquare for Business, Market Beyond Search Engine'),(5702,899,'_wp_attached_file','2011/08/get-a-quote.gif'),(920,278,'_edit_last','1'),(921,278,'_edit_lock','1317406385:1'),(922,278,'_wp_page_template','default'),(948,289,'_wp_page_template','default'),(932,278,'_sexybookmarks_shortUrl','http://goo.gl/T3LrI'),(933,278,'_sexybookmarks_permaHash','e856b740b36b092c0b4c125bc581f6c9'),(1928,497,'_wp_attached_file','2011/08/Email-Banner.jpg'),(947,289,'_edit_lock','1317406971:1'),(946,289,'_edit_last','1'),(942,242,'_sexybookmarks_shortUrl','http://goo.gl/O5gae'),(943,242,'_sexybookmarks_permaHash','fc3df93f6ecebfe916599bd33146d8be'),(958,295,'_edit_lock','1317406814:1'),(959,295,'_wp_page_template','default'),(960,297,'_edit_last','1'),(961,297,'_edit_lock','1317407656:1'),(962,297,'_wp_page_template','default'),(1183,289,'_sexybookmarks_shortUrl','http://goo.gl/Jpzok'),(1164,156,'_subpages_menu_label','Website Development'),(1142,372,'_wp_page_template','default'),(1141,372,'_edit_lock','1317439031:1'),(1140,372,'_edit_last','1'),(1137,370,'_edit_last','1'),(1138,370,'_edit_lock','1317438760:1'),(1139,370,'_wp_page_template','default'),(1924,257,'_sexybookmarks_shortUrl','http://goo.gl/X0JaA'),(1063,313,'_edit_last','1'),(1064,313,'_edit_lock','1317406043:1'),(1065,313,'_wp_page_template','default'),(1118,104,'_sexybookmarks_permaHash','ada0f434b26eaf114fe29b51ec7c8202'),(1117,104,'_sexybookmarks_shortUrl','http://goo.gl/tO82S'),(1186,291,'_sexybookmarks_permaHash','6fc6d3722a8f2696109c2a11e8b615bb'),(1185,291,'_sexybookmarks_shortUrl','http://goo.gl/DlBLq'),(1184,289,'_sexybookmarks_permaHash','a32d5efdc5c55162e6b87cea6ee8b4f4'),(1082,227,'_sexybookmarks_shortUrl','http://goo.gl/5944x'),(1083,227,'_sexybookmarks_permaHash','ef200489582eb1bc2953f356eccc003f'),(1084,343,'_edit_lock','1314558412:1'),(1085,344,'_edit_last','1'),(1086,344,'_edit_lock','1314558441:1'),(1904,482,'_sexybookmarks_shortUrl','http://goo.gl/ADtsH'),(1905,482,'_sexybookmarks_permaHash','dc8009ab84764b1022f57bd349ce57a9'),(7280,444,'_aioseop_description','Stay tune with us to get the free tips on how to maximize your Business ROI with powerful email marketing strategies'),(1766,444,'_edit_lock','1317407972:1'),(1765,444,'_edit_last','1'),(1764,108,'_sexybookmarks_permaHash','59499da887c2e0979aedd771dfafef5c'),(1763,108,'_sexybookmarks_shortUrl','http://goo.gl/IYa9I'),(1762,107,'_sexybookmarks_permaHash','07cf11f4d22cae137e4d03adac6780f8'),(1761,107,'_sexybookmarks_shortUrl','http://goo.gl/8h9Kr'),(1107,231,'_sexybookmarks_shortUrl','http://goo.gl/MklO9'),(1108,231,'_sexybookmarks_permaHash','95b18c59908691b329ef59f0e7904268'),(1109,236,'_sexybookmarks_shortUrl','http://goo.gl/E4e83'),(1110,236,'_sexybookmarks_permaHash','16f5ba0f794d2c0fc1e7026018342595'),(1111,238,'_sexybookmarks_shortUrl','http://goo.gl/14KaT'),(1112,238,'_sexybookmarks_permaHash','1e5e9ce522c8493838adb31ce5ffd3cf'),(7158,267,'_aioseop_title','Market Beyond Search Engine | Foursquare Marketing, Foursquare for Business'),(1115,313,'_sexybookmarks_shortUrl','http://goo.gl/CVbcQ'),(1116,313,'_sexybookmarks_permaHash','2e30b1f0c98645cf954035dfbee02f55'),(1941,267,'_sexybookmarks_permaHash','f187573eb1ba5ca5b40e4a23ee482d89'),(1926,259,'_sexybookmarks_shortUrl','http://goo.gl/HDFNA'),(1927,259,'_sexybookmarks_permaHash','b9cffd3cae19d0359f6747a660c139e1'),(5466,877,'_wp_attached_file','2011/08/foursquare.jpg'),(5467,877,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"500\";s:6:\"height\";s:3:\"282\";s:14:\"hwstring_small\";s:23:\"height=\'72\' width=\'128\'\";s:4:\"file\";s:22:\"2011/08/foursquare.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"foursquare-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"foursquare-300x169.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"169\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1287,106,'_sexybookmarks_permaHash','d848adb312bb88f3dc8178fc05802071'),(1940,267,'_sexybookmarks_shortUrl','http://goo.gl/yiuCE'),(1286,106,'_sexybookmarks_shortUrl','http://goo.gl/na0Lr'),(1875,293,'_sexybookmarks_shortUrl','http://goo.gl/XgnFr'),(1929,497,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"200\";s:14:\"hwstring_small\";s:23:\"height=\'42\' width=\'128\'\";s:4:\"file\";s:24:\"2011/08/Email-Banner.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"Email-Banner-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"Email-Banner-300x100.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"100\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(7279,444,'_aioseop_keywords','Email Marketing, Email Marketing Tips, Free Email Marketing, Powerful Email Marketing Software'),(7281,444,'_aioseop_title','Free Email Marketing Tips | Email Marketing Campaigns'),(1770,444,'_wp_page_template','default'),(1777,444,'_sexybookmarks_shortUrl','http://goo.gl/cq5VF'),(1778,444,'_sexybookmarks_permaHash','73608e157491ba24fec361cf17814ea7'),(1876,293,'_sexybookmarks_permaHash','d591a6e8e53276a2a270b7f1f3d306da'),(1877,295,'_sexybookmarks_shortUrl','http://goo.gl/vJXJ1'),(1878,295,'_sexybookmarks_permaHash','abf2daefa6f0455637e22381d8411661'),(1879,297,'_sexybookmarks_shortUrl','http://goo.gl/U2BYc'),(1880,297,'_sexybookmarks_permaHash','f8d30c4691848d339183db58cb53b1d6'),(1925,257,'_sexybookmarks_permaHash','17882cad347fbe43dfbc5bb0b0c5913a'),(1883,482,'_edit_last','1'),(1884,482,'_edit_lock','1317412033:1'),(7310,482,'_aioseop_description','Email marketing tools like professional email signup forms & autoresponder services make it easy for you to build your email list and stay in touch with prospects.'),(7311,482,'_aioseop_title','Email Marketing'),(1888,482,'_wp_page_template','default'),(7309,482,'_aioseop_keywords','Email Marketing, Email Marketing Tips, Free Email Marketing, Powerful Email Marketing Software'),(1930,497,'_wp_attachment_image_alt','Email Marketing'),(1960,370,'_sexybookmarks_shortUrl','http://goo.gl/6klmc'),(1961,370,'_sexybookmarks_permaHash','8b7d148cbc672e9cf47ec07054104641'),(1962,372,'_sexybookmarks_shortUrl','http://goo.gl/FsXv7'),(1963,372,'_sexybookmarks_permaHash','dc8e9ae501cc27e186261783c14dbeba'),(2933,21,'_aioseop_keywords','Website Development, Website Conceptualization, Search Engine Optimization, SEO, Social Media Marketing, Social Media, Email Marketing, Mobile Marketing, Media Advertising, Media Planning, '),(2934,21,'_aioseop_description','Amazing Business Resources creates and leads powerful Online Marketing Strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of Power and Importance in the market place.'),(1973,504,'_wp_attached_file','2011/08/Email-Banner_1.jpg'),(1974,504,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"200\";s:14:\"hwstring_small\";s:23:\"height=\'42\' width=\'128\'\";s:4:\"file\";s:26:\"2011/08/Email-Banner_1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"Email-Banner_1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:26:\"Email-Banner_1-300x100.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"100\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(1975,504,'_wp_attachment_image_alt','Email Marketing Campaign'),(6637,2,'_aioseop_description','Amazing Business Resources value integrity, honesty, and transparency. We vow to work together with our clients to make sure they are successful in the internet world. '),(6638,2,'_aioseop_title','Online Marketing Solutions'),(6636,2,'_aioseop_keywords','Online marketing Solutions, Online Marketing, Social Media Marketing, Facebook Marketing, Twitter Marketing, Youtube Marketing, LinkedIn Marketing, SMS Marketing, Email Marketing, Blog Marketing'),(6658,35,'_aioseop_title','Free Online Marketing Tips'),(6656,35,'_aioseop_keywords','Social Media Marketing, Marketing Strategy, Market Beyond Search Engine, Creative Marketing, Facebook Marketing, Twitter Marketing, Youtube marketing, Blog Marketing, Email Marketing, Website Development, Search Engine Optimization, SEO, Mobile Marketing, Media Advertising'),(6657,35,'_aioseop_description','Amazing Business Resources share with you the way to market your business online. Let our proven strategy rocket your success online'),(2003,265,'_sexybookmarks_shortUrl','http://goo.gl/FFUDT'),(2004,265,'_sexybookmarks_permaHash','000b646f54add07835b625f068a81960'),(6735,32,'_aioseop_description','Engage us - Amazing Business Resources at info@AmazingBusinessResources.com to be your online marketing consultant to rocket your success in internet!'),(6736,32,'_aioseop_title','Free Online Marketing Consultation'),(6734,32,'_aioseop_keywords','Online marketing Solutions, Online Marketing, Social Media Marketing, Facebook Marketing, Twitter Marketing, Youtube Marketing, LinkedIn Marketing, SMS Marketing, Email Marketing, Blog Marketing'),(2570,289,'_aioseop_title','Send out email newsletter easily'),(2569,289,'_aioseop_description','You can generate and send email newsletter with our emailing system in ease'),(2568,289,'_aioseop_keywords','Email Marketing, Email Marketing Tips, Free Email Marketing, Powerful Email Marketing Software, Email Newsletter'),(2054,291,'_aioseop_description','Now you can easily add the opt in form into your website, blog or even social media account with our emailing software. Start building your mailing list!'),(2055,291,'_aioseop_title','Insert opt in form for your blog and website'),(2053,291,'_aioseop_keywords','Opt in Form creation, Email Marketing, Email Marketing Tips, Free Email Marketing, Powerful Email Marketing Software, Email Newsletter'),(2063,293,'_aioseop_description','Let own powerful email marketing software work for you. Follow up, Time to time update, convert your blog post to newsletter, autorespond, create powerful email campaign. Let our system assist you to build a hand on system for your emailing list.'),(2064,293,'_aioseop_title','How to manage your email subscribers?'),(2062,293,'_aioseop_keywords','Email Marketing, Email Marketing Tips, Free Email Marketing, Powerful Email Marketing Software, Email Newsletter'),(2072,295,'_aioseop_description','Email marketing tools like professional email signup forms & autoresponder services make it easy for you to build your email list and stay in touch with prospects.'),(2073,295,'_aioseop_title','Build a powerful autorespond follow up system to your customer list'),(2071,295,'_aioseop_keywords','Email Marketing, Email Marketing Tips, Free Email Marketing, Powerful Email Marketing Software'),(2081,297,'_aioseop_description','Let our system do the tracking for you with maximum ROI for your emailing campaigns'),(2082,297,'_aioseop_title','Track your email campaign\'s performance'),(2080,297,'_aioseop_keywords','Email Marketing, Email Marketing Tips, Free Email Marketing, Powerful Email Marketing Software, Email Newsletter'),(2083,516,'_wp_attached_file','2011/08/Email-Banner_2.jpg'),(2084,516,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"200\";s:14:\"hwstring_small\";s:23:\"height=\'42\' width=\'128\'\";s:4:\"file\";s:26:\"2011/08/Email-Banner_2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:26:\"Email-Banner_2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:26:\"Email-Banner_2-300x100.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"100\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2085,516,'_wp_attachment_image_alt','Media Planning'),(2110,533,'_wp_attached_file','2011/08/Untitled-1-copy_1.jpg'),(2111,533,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"200\";s:14:\"hwstring_small\";s:23:\"height=\'42\' width=\'128\'\";s:4:\"file\";s:29:\"2011/08/Untitled-1-copy_1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"Untitled-1-copy_1-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"Untitled-1-copy_1-300x100.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"100\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2112,533,'_wp_attachment_image_alt','Facebook Marketing'),(2113,1,'_edit_last','1'),(3886,1,'_aioseop_title','6 reasons Why Facebook Marketing | Social Media marketing'),(3885,1,'_aioseop_description','Facebook, being one of the most active social media on internet, entrepreneur should thinking of creating a buzz on it'),(3884,1,'_aioseop_keywords','Social Media Marketing, Facebook Marketing, Facebook for Business'),(7469,257,'_aioseop_description','Utilise 1 of the most active social media - Facebook to promote your business, build branding awareness online '),(7470,257,'_aioseop_title','Market Beyond Search Engine| Facebook Marketing, Facebook for business '),(2137,540,'_wp_attached_file','2011/08/Untitled-1-copy_2.jpg'),(2138,540,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"200\";s:14:\"hwstring_small\";s:23:\"height=\'42\' width=\'128\'\";s:4:\"file\";s:29:\"2011/08/Untitled-1-copy_2.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"Untitled-1-copy_2-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"Untitled-1-copy_2-300x100.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"100\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2139,540,'_wp_attachment_image_alt','Twitter for Business'),(2140,542,'_edit_last','1'),(2141,542,'_edit_lock','1314738254:1'),(3843,542,'_aioseop_description','Tweeting your ideas to engage more online audience being one of the innovative marketing strategy in 21st century. Let tweet about our business'),(3842,542,'_aioseop_keywords','Twitter Marketing, Twitter for Business, Twitter, Why Twitter Marketing, Twitter Marketing Strategy'),(2181,547,'_wp_attached_file','2011/08/YouTube-logo-300x123.jpg'),(2156,542,'_sexybookmarks_shortUrl','http://goo.gl/0puom'),(3844,542,'_aioseop_title','Why Twitter Marketing } Twitter for Business'),(2157,542,'_sexybookmarks_permaHash','06264b3ebf8001e8f9156c38498c42f3'),(7125,259,'_aioseop_title','Market Beyond Search Engine | Twitter for Business, Twitter Marketing'),(7124,259,'_aioseop_description','Share your Business Idea via Twitter. Retweet the message to make the idea buzz. '),(2182,547,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"123\";s:14:\"hwstring_small\";s:23:\"height=\'52\' width=\'128\'\";s:4:\"file\";s:32:\"2011/08/YouTube-logo-300x123.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:32:\"YouTube-logo-300x123-150x123.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"123\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2183,547,'_wp_attachment_image_alt','YouTube Marketing | Youtube for Business'),(2184,549,'_edit_last','1'),(2188,549,'_sexybookmarks_shortUrl','http://goo.gl/B4mnk'),(2187,549,'_edit_lock','1314738403:1'),(2189,549,'_sexybookmarks_permaHash','35ebbba0dcaaaddb9e42007b7ac87745'),(3899,549,'_aioseop_description','Marketing your products, services via YouTube Marketing. One of the powerful online channel for your branding awareness'),(3898,549,'_aioseop_keywords','Youtube marketing, Create Youtube, Youtube for business'),(5762,261,'_aioseop_keywords','Youtube marketing, Youtube for business'),(3900,549,'_aioseop_title','Youtube Marketing'),(5764,261,'_aioseop_title','Market Beyond Search Engine | YouTube Marketing, Youtube for business'),(5763,261,'_aioseop_description','Let Youtube be the online marketing channel for your Products or services '),(2213,554,'_wp_attached_file','2011/08/Untitled-1-copy_3.jpg'),(2214,554,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"600\";s:6:\"height\";s:3:\"200\";s:14:\"hwstring_small\";s:23:\"height=\'42\' width=\'128\'\";s:4:\"file\";s:29:\"2011/08/Untitled-1-copy_3.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:29:\"Untitled-1-copy_3-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:29:\"Untitled-1-copy_3-300x100.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"100\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2215,554,'_wp_attachment_image_alt','Facebook Marketing | Facebook Fan Page | Facebook for Business'),(2240,559,'_edit_lock','1314737681:1'),(2239,559,'_edit_last','1'),(2241,560,'_wp_attached_file','2011/08/wordpress-logo-300x67.png'),(2242,560,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"67\";s:14:\"hwstring_small\";s:23:\"height=\'28\' width=\'128\'\";s:4:\"file\";s:33:\"2011/08/wordpress-logo-300x67.png\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:32:\"wordpress-logo-300x67-150x67.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"67\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(2243,560,'_wp_attachment_image_alt','Blog for Business | Blog Marketing'),(5777,263,'_aioseop_keywords','Blogger, Auto Blog, Blog for business, Blog marketing'),(5778,263,'_aioseop_description','Business blogs are sweeping the business community. Blogs are an excellent method to share a company’s expertise, build additional web traffic, and connect with potential customers..'),(5779,263,'_aioseop_title','Market Beyond Search Engine | Blog for Business, Blog Marketing,'),(2266,559,'_sexybookmarks_shortUrl','http://goo.gl/qIAFY'),(2267,559,'_sexybookmarks_permaHash','93b348c210623500fe04a5215e6bc561'),(2268,567,'_edit_last','1'),(2269,567,'_edit_lock','1314720700:1'),(2421,567,'_aioseop_title','SEO - Correct Keywords Placement to rank a website'),(2420,567,'_aioseop_description','Cracking your head in finding the right keyword for your article or website content. Here are some guidelines you can follow. Happy Writing'),(2419,567,'_aioseop_keywords','SEO Keyword, Research Keyword SEO, SEO Keyword research'),(2284,567,'_sexybookmarks_shortUrl','http://goo.gl/9xp7K'),(2285,567,'_sexybookmarks_permaHash','5ae0040b7db22441f19ced86d45bf843'),(2286,569,'_edit_last','1'),(2287,569,'_edit_lock','1314721158:1'),(2447,569,'_aioseop_keywords','Keywords Stuffing Issue, SEO Keywords, Search Engine Optimization, SEO, '),(2448,569,'_aioseop_description','Search engine optimization is one of the powerful marketing strategy being apply in targeting organic search in search engine. Keyword is the primary component of it. Discover more amazing tips about SEO together with Amazing Business Resources'),(2449,569,'_aioseop_title','SEO - strategic keywords in order to maximize targeted traffic'),(2302,569,'_sexybookmarks_shortUrl','http://goo.gl/FHB20'),(2303,569,'_sexybookmarks_permaHash','b91fd6f4e0f2f73659bc4636dd9d2a78'),(2347,575,'_edit_lock','1314721232:1'),(2346,575,'_edit_last','1'),(2463,575,'_aioseop_title','Right Target Keyword - most essential factor in SEO'),(2461,575,'_aioseop_keywords','SEO, Search engine optimization, how to get a right target keyword, right keyword to rank website, how to rank website'),(2462,575,'_aioseop_description','You are encourage to spend little time to research on the keywords that you are going to rank for your website. Is it advisable to outsource the SEO work to specialist to get the right target keyword to drive traffic to your business!'),(2362,575,'_sexybookmarks_shortUrl','http://goo.gl/JHntk'),(2363,575,'_sexybookmarks_permaHash','85ba4cf5327e6017469541acdcbcb009'),(2364,577,'_edit_last','1'),(2365,577,'_edit_lock','1314720350:1'),(2379,577,'_aioseop_title','Black Hat SEO - Don\'t ever think about it!'),(2378,577,'_aioseop_description','Understand the trick to avoid your domain name from being banned from any search engine. Banned URL mean totally out from search engine. bare in mind'),(2377,577,'_aioseop_keywords','SEO, Black Hat SEO, Trick to Rank a web, SEO tips'),(3644,559,'_aioseop_title','Start a Blog to market your Business Ideas'),(3643,559,'_aioseop_description','Ever think of creating a micro site to promote your business online. Blog marketing can be one of the alternative you may take into consideration'),(3642,559,'_aioseop_keywords','Blog Marketing, Market your business with Blog, Blogging, Wordpress Blog'),(2464,586,'_edit_last','1'),(3190,650,'_edit_last','1'),(2465,586,'_edit_lock','1314737382:1'),(2469,588,'_edit_lock','1314738904:1'),(2468,588,'_edit_last','1'),(3982,588,'_aioseop_description','You can increase your website PR and web traffic through the inbound linking with trusted resources. Add some quality links to your website and see your web business rocking.'),(3983,588,'_aioseop_title','Create Quality backlink to your website'),(2484,588,'_sexybookmarks_shortUrl','http://goo.gl/GWVos'),(3981,588,'_aioseop_keywords','SEO, Backlink, SEO Backlink, SEO quality backlink'),(2485,588,'_sexybookmarks_permaHash','e7f019d20941139a9d0b2782da99ad9b'),(2486,590,'_edit_last','1'),(2487,590,'_edit_lock','1314738942:1'),(3985,590,'_aioseop_description','A sitemap is an aid used in making navigation through a website easier. It contains the structure of the website along with the included links to the major parts and subsections of the website.'),(3986,590,'_aioseop_title','Good sitemap lead to good navigation for website'),(2502,590,'_sexybookmarks_shortUrl','http://goo.gl/2dYTF'),(3984,590,'_aioseop_keywords','Good Sitemap, Create sitemap, Ease of navigation - Website'),(2503,590,'_sexybookmarks_permaHash','4b79016e14c5d9862f07d6222d01cd8b'),(2504,592,'_edit_last','1'),(2505,592,'_edit_lock','1314738977:1'),(4006,592,'_aioseop_title','Basic SEO guideline for idiots'),(4005,592,'_aioseop_description','Get a overall idea about search engine optimization by reading the article about BASIC GUIDELINE of SEO. Is time to raise above the crowd and gain the audience'),(4004,592,'_aioseop_keywords','SEO guideline, SEO basic, SEO algorithm, SEO'),(2521,595,'_edit_lock','1314725793:1'),(2520,595,'_edit_last','1'),(2583,595,'_aioseop_description','Ever dream of creating a powerful yet manageable follow up system in your organization. Email Marketing can be one of the way to create '),(2582,595,'_aioseop_keywords','email marketing , email marketing tools, email marketing for idiots'),(2550,586,'_sexybookmarks_shortUrl','http://goo.gl/8C9MD'),(2584,595,'_aioseop_title','Powerful email marketing campaign'),(2551,586,'_sexybookmarks_permaHash','56eeeb20cc088f514de3641ea02fba35'),(2552,577,'_sexybookmarks_shortUrl','http://goo.gl/5CEpT'),(2553,577,'_sexybookmarks_permaHash','eca5b50d34a8175a4f24a0eb84a96c6f'),(2554,595,'_sexybookmarks_shortUrl','http://goo.gl/KEPfm'),(2555,595,'_sexybookmarks_permaHash','8ce26f23e39b006522131e17d1d46a2c'),(2586,600,'_edit_lock','1314739238:1'),(2585,600,'_edit_last','1'),(2599,600,'_aioseop_description','Create an autopilot email marketing system that manage your customer database in ease. Let the powerful system wrk for you and your business'),(2598,600,'_aioseop_keywords','Email Marketing Autoresponder, Email Marketing, Email Marketing Tips, Free Email Marketing, Powerful Email Marketing Software, Email Newsletter'),(2602,602,'_edit_lock','1314726993:1'),(2601,602,'_edit_last','1'),(2600,600,'_aioseop_title','Email Marketing Autoresponder'),(2663,602,'_aioseop_description','Ever think of to update your Blog\'s followers in ease. Here you go'),(2662,602,'_aioseop_keywords','Email Follow Up, Turn RSS to Email, Email Marketing, Email Marketing Tips, Free Email Marketing, Powerful Email Marketing Software, Email Newsletter'),(2646,592,'_sexybookmarks_permaHash','a32971b38cef01529a297f4fd7e77936'),(2645,592,'_sexybookmarks_shortUrl','http://goo.gl/D5Imi'),(2664,602,'_aioseop_title','Update your blog\'s followers -Powerful Email Marketing'),(2647,600,'_sexybookmarks_shortUrl','http://goo.gl/3xI9M'),(2648,600,'_sexybookmarks_permaHash','db1d70be34561f0d4b057fa24214780b'),(2649,602,'_sexybookmarks_shortUrl','http://goo.gl/A32S0'),(2650,602,'_sexybookmarks_permaHash','1763a37994b87031f210701a958cad33'),(2666,607,'_edit_lock','1314739254:1'),(2665,607,'_edit_last','1'),(2695,607,'_aioseop_description','You can now start Manage Multiple Email Marketing Campaigns to boost your business with Maximum ROI. Let start now'),(2696,607,'_aioseop_title','Email Marketing Campaigns that boost your business'),(2694,607,'_aioseop_keywords','Email marketing Campaigns, Email Follow Up, Turn RSS to Email, Email Marketing, Email Marketing Tips, Free Email Marketing, Powerful Email Marketing Software, Email Newsletter'),(2681,607,'_sexybookmarks_shortUrl','http://goo.gl/Vd4Av'),(2682,607,'_sexybookmarks_permaHash','0882a4439224cac8018e03ca816d9434'),(6708,1012,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"272\";s:6:\"height\";s:3:\"204\";s:14:\"hwstring_small\";s:23:\"height=\'96\' width=\'128\'\";s:4:\"file\";s:25:\"2011/08/IOI-Boulevard.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"IOI-Boulevard-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"4\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"DMC-FS15\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1265542041\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:3:\"5.2\";s:3:\"iso\";s:2:\"80\";s:13:\"shutter_speed\";s:7:\"0.00125\";s:5:\"title\";s:0:\"\";}}'),(6642,996,'sfw_comment_form_password','yJymnA0Tz8eo'),(6648,1004,'_wp_attached_file','2011/09/btn-learn-more.png'),(6649,1004,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"91\";s:6:\"height\";s:2:\"31\";s:14:\"hwstring_small\";s:22:\"height=\'31\' width=\'91\'\";s:4:\"file\";s:26:\"2011/09/btn-learn-more.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(3191,650,'_edit_lock','1314739216:1'),(3188,648,'_edit_last','1'),(3189,648,'_edit_lock','1314739162:1'),(4049,648,'_aioseop_title','SEO tips for beginner - I'),(4047,648,'_aioseop_keywords','SEO tips, Search Engine Optimization, Search Marketing'),(4048,648,'_aioseop_description','As a newbies to the internet, this is one of the article to help you understand more on SEO -how to rank your website, blog in a proper manner. Happy Learning!'),(4067,650,'_aioseop_keywords','SEO tips, Search Engine Optimization, Search Marketing'),(4068,650,'_aioseop_description','As a newbies to the internet, this is one of the article to help you understand more on SEO -how to rank your website, blog in a proper manner. Happy Learning!'),(4069,650,'_aioseop_title','SEO tips for beginner - Part II'),(3235,648,'_sexybookmarks_permaHash','6c065f2b74918ae7cc12db75cc8144c7'),(3234,648,'_sexybookmarks_shortUrl','http://goo.gl/DmMXn'),(3236,655,'_edit_last','1'),(3237,655,'_edit_lock','1314739267:1'),(3255,655,'_sexybookmarks_shortUrl','http://goo.gl/9sbru'),(4160,655,'_aioseop_description','Here are some ways review to drive more traffic to your business website. '),(4159,655,'_aioseop_keywords','SEO tips, Search Engine Optimization, Search Marketing, How to drive traffic to website'),(4161,655,'_aioseop_title','7 Ways To Drive Laser Targeted Traffic to Your Site'),(3256,655,'_sexybookmarks_permaHash','66fc411bf9375d41f1f252f93e58b2d8'),(3272,659,'_edit_lock','1314739387:1'),(3271,659,'_edit_last','1'),(3275,659,'_sexybookmarks_shortUrl','http://goo.gl/Fpp6L'),(3276,659,'_sexybookmarks_permaHash','3413ec5faea1897f26b20e5cd9d1abc7'),(3277,650,'_sexybookmarks_shortUrl','http://goo.gl/rUiV0'),(3278,650,'_sexybookmarks_permaHash','fadded2207a6229049769ae59215a050'),(3314,664,'_edit_lock','1314739419:1'),(4155,659,'_aioseop_title','How to rank your website easily? '),(3313,664,'_edit_last','1'),(4154,659,'_aioseop_description','Fifteen minutes every couple of days will make a huge difference in getting your rank higher. If we can do it, so do you! '),(4166,664,'_aioseop_description','Get the free tips on how to rank your search engine ranking for absolutely FREE'),(4167,664,'_aioseop_title','Raise your search engine ranking'),(3332,664,'_sexybookmarks_shortUrl','http://goo.gl/Tod7F'),(4165,664,'_aioseop_keywords','SEO tips, Search Engine Optimization, Search Marketing'),(3333,664,'_sexybookmarks_permaHash','8a360f1949c574d3c1c95a8ed496844e'),(3355,668,'_edit_lock','1314739570:1'),(3354,668,'_edit_last','1'),(3358,668,'_sexybookmarks_shortUrl','http://goo.gl/mrENs'),(3359,668,'_sexybookmarks_permaHash','a7b337441f9e1f32fcb9fd9a86b21175'),(4205,668,'_aioseop_title','The truth of building a quality backlink'),(4206,738,'_edit_last','1'),(4207,738,'_edit_lock','1314739908:1'),(4204,668,'_aioseop_description','Here is the review to share with all internet webmaster on how to create backlinks to your website for absolutely FREE. '),(3402,684,'_edit_last','1'),(3403,684,'_edit_lock','1314739416:1'),(3454,689,'_edit_lock','1314739418:1'),(3453,689,'_edit_last','1'),(3411,684,'_sexybookmarks_shortUrl','http://goo.gl/MN99n'),(3412,684,'_sexybookmarks_permaHash','62d5d12808c78a7d5371ca981c7e4f5a'),(4183,684,'_aioseop_keywords','Make a profitable Opt in List, Email marketing - Opt in list'),(4184,684,'_aioseop_description','Making a profitable opt in list in a long run process. never expect overnight success. Understand the fundamental, start your opt in list with a great planning'),(4185,684,'_aioseop_title','Tips to build a profitable opt in list'),(3457,689,'_sexybookmarks_shortUrl','http://goo.gl/WMVT5'),(3458,689,'_sexybookmarks_permaHash','01a7f9f5c0b18465f7b582e2acb3d52c'),(4173,689,'_aioseop_title','Email Marketing advise that you should know'),(4203,668,'_aioseop_keywords','Backlinks creation, article submission, article writing,  RSS feeder, fwhat is RSS'),(4172,689,'_aioseop_description','Plan your email marketing campaign to maximize your ROI in market your business website. make sure your voice is heard, your message is delivered'),(4171,689,'_aioseop_keywords','Email Marketing, Email Marketing Tips, Free Email Marketing, Powerful Email Marketing Software, Email Newsletter'),(3524,586,'_aioseop_title','Search Engine Optimization'),(3522,586,'_aioseop_keywords','SEO ranking, Rank a website, Search Engine Optimization, '),(3523,586,'_aioseop_description','Optimize your web content. Rise above the crowd, make sure your message is heart. Here you go'),(4237,742,'_edit_last','1'),(4238,742,'_edit_lock','1314740135:1'),(4153,659,'_aioseop_keywords','SEO ranking, Rank a website, Search Engine Optimization, '),(4215,738,'_sexybookmarks_shortUrl','http://goo.gl/XCkmp'),(4216,738,'_sexybookmarks_permaHash','37108a92f850106197cb57886d12a92e'),(4234,738,'_aioseop_keywords','Create a buzz on internet'),(4235,738,'_aioseop_description','create a buzz in internet make your business appear more online to target more audience.'),(4236,738,'_aioseop_title','Create a Buzz in the Internet through Search Engine Marketing!  '),(4254,742,'_aioseop_description','Making an online business a success is no longer a dream by understanding and learning the right pathway to  optimize your webpage online and offline!'),(4255,742,'_aioseop_title','Off-Page Search Engine Optimization (SEO) Methods'),(4256,742,'_sexybookmarks_shortUrl','http://goo.gl/ApwzF'),(4253,742,'_aioseop_keywords','SEO tips, Search Engine Optimization, Search Marketing, off page seo'),(4257,742,'_sexybookmarks_permaHash','d58cbc4b68d54fa524f5262ae9a3d7f8'),(4258,745,'_edit_last','1'),(4259,745,'_edit_lock','1314740430:1'),(4337,745,'_aioseop_description','Make sure your email reach the inbox of your audience. Here is the checklist for you to know more about sending a right email to your target custoemrs'),(4338,745,'_aioseop_title','Send Perfect Emails With This checklist'),(4277,745,'_sexybookmarks_shortUrl','http://goo.gl/e02QI'),(4336,745,'_aioseop_keywords','Send perfect email, Email Marketing, Emailing'),(4278,745,'_sexybookmarks_permaHash','d4cb9c25e1f175e639dbd1662d2c2862'),(4340,751,'_edit_lock','1314740719:1'),(4339,751,'_edit_last','1'),(4343,751,'_sexybookmarks_shortUrl','http://goo.gl/5dXie'),(4344,751,'_sexybookmarks_permaHash','78ef285b4efa6f53e569b9ec75e2a4cf'),(4366,755,'_edit_lock','1314740909:1'),(4364,751,'_aioseop_title','Impact of Social Media Marketing 2011'),(4365,755,'_edit_last','1'),(4362,751,'_aioseop_keywords','Social media Marketing, Social Media Optimization, SMO, Social Media news'),(4363,751,'_aioseop_description','With more than 550 million people on Facebook, 65 million tweets posted on Twitter each day, and 2 billion video views each day on YouTube, social media has become an integral part of our connected lives. But this is just the beginning.'),(4405,755,'_aioseop_title','Market beyond Search Engine| Marketing Strategy | Why social media marketing'),(4404,755,'_aioseop_description','Raise about the crowd! Reasons you should think about social media marketing'),(4384,755,'_sexybookmarks_shortUrl','http://goo.gl/bZc9s'),(4403,755,'_aioseop_keywords','Market beyond search engine, social media marketing, social media optimization, SMO'),(4385,755,'_sexybookmarks_permaHash','d7b3210361cf28536a64c7f2420e2e93'),(4407,759,'_edit_lock','1314741121:1'),(4406,759,'_edit_last','1'),(4423,759,'_aioseop_description','understand how the search engine work. You can easily optimize your business return by target on the organic search on the internet'),(4424,759,'_aioseop_title','Common Myths About Search Engine Optimization'),(4425,759,'_sexybookmarks_shortUrl','http://goo.gl/MTr8R'),(4422,759,'_aioseop_keywords','SEO tips, Search Engine Optimization, Search Marketing, How to drive traffic to website'),(4426,759,'_sexybookmarks_permaHash','5aed18f0eb6206b817fec2cf9131cb47'),(4427,762,'_edit_last','1'),(4428,762,'_edit_lock','1314741339:1'),(4459,762,'_aioseop_keywords','Website development techniques, SEO'),(4460,762,'_aioseop_description','Be alert about the broken link in a website. There are a whole new set of responsibilities and functions that a website owner has to assume in order to make sure that his website continuously works perfectly and is able to fulfill its intended functions. '),(4461,762,'_aioseop_title','Broken Links Are Bad News For Webmasters'),(4446,762,'_sexybookmarks_shortUrl','http://goo.gl/URADM'),(4447,762,'_sexybookmarks_permaHash','509d8b0aa294db771bc9a692e1dd86c9'),(4463,766,'_edit_lock','1314741708:1'),(4462,766,'_edit_last','1'),(4479,766,'_aioseop_description','Just know that if you use technology that are designed purely to drive traffic and you get caught, you will be blacklisted from the search engine. If it’s worth the risk to you, then do what you have to do. The choice is yours.'),(4480,766,'_aioseop_title','Black hat SEO vs White hat SEO'),(4481,766,'_sexybookmarks_shortUrl','http://goo.gl/ZltsQ'),(4478,766,'_aioseop_keywords','SEO, White Hat SEO, Black Hat SEO, SEO Trick'),(4482,766,'_sexybookmarks_permaHash','e415a4bdf3b503026f7df2ab42983f94'),(4483,769,'_edit_last','1'),(4484,769,'_edit_lock','1314741823:1'),(4500,769,'_aioseop_description','There are very few businesses these days that don’t have websites, and as a home business your website is one of the most powerful tools you have at your disposal. A good website can really work for you, but you need to know what you’re doing.'),(4501,769,'_aioseop_title','Best ways to set up a website'),(4502,769,'_sexybookmarks_shortUrl','http://goo.gl/655mk'),(4499,769,'_aioseop_keywords','Website Development, Website Conceptualization, Search Engine Optimization, SEO, Social Media Marketing, Social Media, Email Marketing, Mobile Marketing, Media Advertising, Media Planning, '),(4503,769,'_sexybookmarks_permaHash','c8601f6d4413f0924e2ab19857d20db8'),(4504,772,'_edit_last','1'),(4505,772,'_edit_lock','1314741979:1'),(4543,772,'_aioseop_description','If you cannot generate targeted visitors to your site, you will not make any sales. Usually the owner or designer of the website is the person designated to drive traffic to the site. The chief ingredient in generating traffic is the search engine. '),(4544,772,'_aioseop_title','Common costly Search Engine Mistakes to Avoid'),(4523,772,'_sexybookmarks_shortUrl','http://goo.gl/xFLOf'),(4542,772,'_aioseop_keywords','SEO tips, Search Engine Optimization, Search Marketing, SEO'),(4524,772,'_sexybookmarks_permaHash','7afe1bb6b89a9bf730a2b118811a8e01'),(4545,776,'_edit_last','1'),(4546,776,'_edit_lock','1314742137:1'),(4562,776,'_aioseop_description','Malaysia SME Companies are rushing to understand and get involved in social media. But most of the agencies and consultants who are being paid to establish social media campaigns for corporations are afraid to tell their clients three things they don’t want to hear.'),(4563,776,'_aioseop_title','Market Beyond Search Engine | Social Media Marketing for a success'),(4564,776,'_sexybookmarks_shortUrl','http://goo.gl/I3joo'),(4561,776,'_aioseop_keywords','Market Beyond Search Engine, Social media Marketing, Social Media Optimization, SMO, Social Media news'),(4565,776,'_sexybookmarks_permaHash','9ee27e7e13b2ec2900fab844aa2d1758'),(4566,779,'_edit_last','1'),(4567,779,'_edit_lock','1314742348:1'),(4583,779,'_aioseop_description','Social media is an incredible way to market your business and engage your customers and prospects. Social media is not just a trend and will continue to involve, so make sure you are included and your business will benefit.'),(4584,779,'_aioseop_title','Market Beyond Search Engine | Social media Marketing'),(4585,779,'_sexybookmarks_shortUrl','http://goo.gl/7WBw5'),(4582,779,'_aioseop_keywords','Market Beyond Search Engine, Social Media Marketing, Social Media Optimization, SMO, Social Media news'),(4586,779,'_sexybookmarks_permaHash','07fbc12be4cd806871b4deb311146237'),(4587,784,'_edit_last','1'),(4588,784,'_edit_lock','1314757206:1'),(4626,784,'_aioseop_description','Customers become more social, on their own turfs, companies will once again own their customer relationships and brand in a whole new way, ultimately building greater community value for both the company and its customers.'),(4627,784,'_aioseop_title','Social Media Marketing | Impact of Social Media Marketing 2011 - Part 2'),(4606,784,'_sexybookmarks_shortUrl','http://goo.gl/OjaH5'),(4629,788,'_edit_lock','1314757564:1'),(4625,784,'_aioseop_keywords','Social Media Marketing, Market Beyond Search Engine'),(4607,784,'_sexybookmarks_permaHash','48e4e760ac60aa12e4b25a090fe13613'),(4628,788,'_edit_last','1'),(4700,788,'_aioseop_keywords','Social media Marketing, Social Media Impact, Social media Optimization, Social Media Impact'),(4701,788,'_aioseop_description','Social Media revolution lead companies begin to overhaul their internal structures and decision-making processes even if at a fairly superficial levels at first; consumers will seek to make sense of their evolving relationships, always-on connectedness, and to redefine value and meaning.'),(4702,788,'_aioseop_title','Social Media Marketing | Impact of Social Media Marketing 2011 - Part 3'),(4704,794,'_edit_lock','1314757834:1'),(4647,788,'_sexybookmarks_shortUrl','http://goo.gl/sChTe'),(4648,788,'_sexybookmarks_permaHash','2dc728745d8558683173f549f0447ea8'),(4705,795,'_wp_attached_file','2011/08/Malaysia-Facebook-Statistic.png'),(4703,794,'_edit_last','1'),(4706,795,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"520\";s:6:\"height\";s:3:\"320\";s:14:\"hwstring_small\";s:23:\"height=\'78\' width=\'128\'\";s:4:\"file\";s:39:\"2011/08/Malaysia-Facebook-Statistic.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:39:\"Malaysia-Facebook-Statistic-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:39:\"Malaysia-Facebook-Statistic-300x184.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"184\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(4707,795,'_wp_attachment_image_alt','Malaysia-Facebook-Statistic'),(4751,794,'_aioseop_description','Facebook – one of the most famous social media among Malaysian, is wisely used by many corporates as their key marketing tools.'),(4752,794,'_aioseop_title','Malaysia Facebook Statistics'),(4725,794,'_sexybookmarks_shortUrl','http://goo.gl/0jJft'),(4754,799,'_edit_lock','1314757970:1'),(4750,794,'_aioseop_keywords','Social Media Marketing, Facebook Marketing, Facebook for Business'),(4726,794,'_sexybookmarks_permaHash','c9b460967d0c7e89aa087f9a1c160346'),(4753,799,'_edit_last','1'),(4770,799,'_aioseop_description','Social Media Marketing traffic is free and can be very beneficial for any businesses. You may have tremendous traffic from Social Media to you business.'),(4771,799,'_aioseop_title','Social Media Marketing | Social Media Marketing Trafic to Profit'),(4772,799,'_sexybookmarks_shortUrl','http://goo.gl/Xh0BD'),(4769,799,'_aioseop_keywords','Social media Marketing, Social Media Impact, Social media Optimization, Social Media Impact'),(4773,799,'_sexybookmarks_permaHash','f035fefd7ce13d52824f7d8565cf5d34'),(4774,802,'_edit_last','1'),(4775,802,'_edit_lock','1314758278:1'),(4826,802,'_aioseop_keywords','Social media Marketing, Social Media Impact, Social media Optimization, Social Media Impact'),(4827,802,'_aioseop_description','Remember that you are having discussions with the purpose of educating, not selling. The approach is much more suitable and will really take times in building your relationships.'),(4828,802,'_aioseop_title','Social Media Marketing | Setting Right Expectation for Social Media Marketing'),(4793,802,'_sexybookmarks_shortUrl','http://goo.gl/JTaLb'),(4794,802,'_sexybookmarks_permaHash','2336140391bfb7488f8449ab321fca35'),(4830,807,'_edit_lock','1314759059:1'),(4829,807,'_edit_last','1'),(4899,807,'_aioseop_title','Social Media Marketing | Increase and engage customers online'),(4843,807,'_sexybookmarks_shortUrl','http://goo.gl/JJ7m0'),(4844,807,'_sexybookmarks_permaHash','0a78d0303f967cb12b813ce35c132c2f'),(4845,810,'_edit_last','1'),(4846,810,'_edit_lock','1314758842:1'),(4884,810,'_aioseop_description','In fact, a lot of them think that Email Marketing is dead, and Social Media is the only way to go. Try to think out of box, Maximize the ROI with the combination of both powerful marketing tools online and make a change'),(4885,810,'_aioseop_title','Social Media Marketing + Email Marketing'),(4864,810,'_sexybookmarks_shortUrl','http://goo.gl/p4Yqi'),(4883,810,'_aioseop_keywords','Social Media Marketing Work Well with Email Marketing'),(4865,810,'_sexybookmarks_permaHash','1505c8079bb201efad3fec4c6b0f4950'),(4898,807,'_aioseop_description','Social media allows you to network your business and website and inform people about the latest happenings in your company. But you can’t just jump into the field of social media marketing without a definite plan'),(4897,807,'_aioseop_keywords','Social media Marketing, Social Media Impact, Social media Optimization, Social Media Impact, Social media Revolution'),(4901,815,'_edit_lock','1314759733:1'),(4900,815,'_edit_last','1'),(4917,815,'_aioseop_description','By understanding the common questions you may ask about social media will actually assist you in building a better planning for social media campaign for coming future'),(4918,815,'_aioseop_title','Social Media FAQ'),(4919,815,'_sexybookmarks_shortUrl','http://goo.gl/BW5xw'),(4916,815,'_aioseop_keywords','Social media Marketing, Social Media Impact, Social media Optimization, Social Media Impact'),(4920,815,'_sexybookmarks_permaHash','0f94500cdc54c3b31e55b93439ab4b08'),(4921,818,'_edit_last','1'),(4922,818,'_edit_lock','1314857166:1'),(4957,818,'_aioseop_description','Build a presentable business website play a vital role in presenting your business online. Make sure some criteria is being followed to get the right target audience online. '),(4956,818,'_aioseop_keywords','Website Development, How to build a web start from scratch, Website Conceptualization, Website Design, Website Planning'),(4937,818,'_sexybookmarks_shortUrl','http://goo.gl/Wqtll'),(4958,818,'_aioseop_title','Criteria to build a Presentable Website'),(4938,818,'_sexybookmarks_permaHash','43dfd257d01db115f9ea5f1e8026b08c'),(4960,823,'_edit_lock','1317444004:1'),(4959,823,'_edit_last','1'),(7494,823,'_aioseop_keywords','Promote website, Website Development, How to build a web start from scratch, Website Conceptualization, Website Design, Website Planning'),(7496,823,'_aioseop_title','How to promote your website?'),(7495,823,'_aioseop_description','Promoting your website used to be something to be known by all webmasters. In fact, it is not, let learn together how it work for your website cum promoting your businesses online via your website.'),(7324,222,'_aioseop_keywords','Organizing Website Structure and Navigation, website development'),(7325,222,'_aioseop_description','Plan and organize your business website structure for easy navigation to your visitors and search engine. There is no secret behind it, just need to be categories and plan the content in a proper manner.'),(7326,222,'_aioseop_title','Website Development | Organizing Website Structure and Navigation'),(6940,227,'_aioseop_keywords','Website Development | create a content copywriting'),(6941,227,'_aioseop_description','Website copywriting is unique to other writing styles and a crucial element to the success of your website.'),(6942,227,'_aioseop_title','Website Development | Content Copywriting'),(6949,231,'_aioseop_keywords','Website Development, Web Graphic Design'),(6950,231,'_aioseop_description','Having unique aesthetic and design for your website that represents your company and sets it aside from others in the industry'),(6951,231,'_aioseop_title','Website Development | Website Graphic Design'),(6960,234,'_aioseop_title','Website Development | Blog '),(6958,234,'_aioseop_keywords','Website Development, Website Blog, Why Blog is important, Write a good Blog post'),(6959,234,'_aioseop_description','This is one of the most common way to update information about your business to your customer or potential future customer. It is advisable to create a blog for your business website'),(6967,236,'_aioseop_keywords','Website Development, Web Content Management, Why Content Management System is emportant'),(6095,926,'_wp_attached_file','2011/09/Get-a-quote-copy.jpg'),(6968,236,'_aioseop_description','Content Management System - It can be one of the most important element to be included into your web structure planning during the process of building a website'),(6969,236,'_aioseop_title','Website Development | Content Management System'),(6976,238,'_aioseop_keywords','Website Development, Create e-commerce webstie'),(6977,238,'_aioseop_description','Building the elements of e-commerce into your business is a big job, but it is too important to ignore if you want your business to grow and thrive.'),(6978,238,'_aioseop_title','Website Development | Create a e-commerce website'),(6985,242,'_aioseop_keywords','Website Development | Promote your website, generating traffic to your website'),(6986,242,'_aioseop_description','Own a business website is nothing to shout about, driving online audience effectively to it should be another field that you must explore in order to create a success online'),(6987,242,'_aioseop_title','Website Development | Generating Traffic for your website'),(6707,1012,'_wp_attached_file','2011/08/IOI-Boulevard.jpg'),(7398,370,'_aioseop_title','Mobile Marketing | Reach thousands of mobile phone PERSONALLY'),(7397,370,'_aioseop_description','Mobile marketing increases your marketing reach by allowing your brand to be viewed on thousands of mobile phones - anywhere and at any time of the day'),(7396,370,'_aioseop_keywords','Mobile Marketing, SMS Marketing, Mobile Phone Marketing'),(7443,372,'_aioseop_title','Market Beyond Search Engine| Media Planning'),(7442,372,'_aioseop_description','Choosing which media or type of advertising to use is sometimes tricky for small firms with limited budgets and know-how. That\'s why it\'s important to put together a media plan for your advertising campaign.'),(7441,372,'_aioseop_keywords','Media Planning, Media Advertising, Media Buying'),(7468,257,'_aioseop_keywords','Facebook for Business | Facebook Marketing | Facebook '),(7123,259,'_aioseop_keywords','Twitter Marketing, Twitter for business, Twitter Social Media, Twitter Chat'),(5444,872,'_wp_attached_file','2011/08/linkedin-logo.png'),(5445,872,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:4:\"1062\";s:6:\"height\";s:3:\"300\";s:14:\"hwstring_small\";s:23:\"height=\'36\' width=\'128\'\";s:4:\"file\";s:25:\"2011/08/linkedin-logo.png\";s:5:\"sizes\";a:3:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:25:\"linkedin-logo-150x150.png\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:24:\"linkedin-logo-300x84.png\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:2:\"84\";}s:5:\"large\";a:3:{s:4:\"file\";s:26:\"linkedin-logo-1024x289.png\";s:5:\"width\";s:4:\"1024\";s:6:\"height\";s:3:\"289\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(5446,872,'_wp_attachment_image_alt','linkedin Marketing'),(7149,265,'_aioseop_title','Market Beyond Search Engine | LinkedIn Marketing, LinkedIn for Business'),(7148,265,'_aioseop_description','Linkedin is the only professional social network you need to belong to, and this free coupon gives you free access to Linkedin Premium which provides enhanced access to new contacts. '),(7147,265,'_aioseop_keywords','Market Beyond Search Engine, LinkedIn Marketing, Linkedln for Business'),(7187,278,'_aioseop_description','Amazing Business Resources creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of Power and Importance in the market place.'),(5576,888,'_edit_last','1'),(5577,888,'_edit_lock','1314901655:1'),(5605,888,'_aioseop_description','People use LinkedIn for a multitude of reasons. Your goals and usage will depend on your career, your ambitions, your role and, ultimately, your business goals.'),(5604,888,'_aioseop_keywords','Market Beyond Search Engine, LinkedIn Marketing, Linkedln for Business'),(5607,888,'_sexybookmarks_shortUrl','http://goo.gl/tkwkU'),(5606,888,'_aioseop_title','LinkedIn Marketing'),(5608,888,'_sexybookmarks_permaHash','0a7125a99ea7234431a7e360306fda7d'),(5703,899,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"204\";s:6:\"height\";s:2:\"91\";s:14:\"hwstring_small\";s:23:\"height=\'57\' width=\'128\'\";s:4:\"file\";s:23:\"2011/08/get-a-quote.gif\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"get-a-quote-150x91.gif\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"91\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(5704,899,'_wp_attachment_image_alt','Contact Us'),(6096,926,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"270\";s:6:\"height\";s:3:\"100\";s:14:\"hwstring_small\";s:23:\"height=\'47\' width=\'128\'\";s:4:\"file\";s:28:\"2011/09/Get-a-quote-copy.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:28:\"Get-a-quote-copy-150x100.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"100\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(6097,926,'_wp_attachment_image_alt','Get a quote'),(6098,888,'sfw_comment_form_password','f24AF0v1CRt2'),(6099,482,'sfw_comment_form_password','d1954hRzw7BW'),(6166,951,'_wp_page_template','default'),(6165,951,'_edit_lock','1314985426:1'),(6164,951,'_edit_last','1'),(6145,595,'sfw_comment_form_password','Cz5pZLDnLBD2'),(6144,567,'sfw_comment_form_password','VgPrdnKCmWqe'),(6143,211,'sfw_comment_form_password','ompozYbN1X52'),(6142,32,'sfw_comment_form_password','zBCD7h1RReww'),(6141,21,'sfw_comment_form_password','Afc7SUVaGSTJ'),(6140,14,'sfw_comment_form_password','uWtrQUES0PJM'),(6139,549,'sfw_comment_form_password','MjsIoNltds5M'),(6138,818,'sfw_comment_form_password','PLNlviN6uw02'),(7449,1121,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7448,1121,'_menu_item_target',''),(7447,1121,'_menu_item_object','category'),(7446,1121,'_menu_item_object_id','6'),(7445,1121,'_menu_item_menu_item_parent','0'),(7444,1121,'_menu_item_type','taxonomy'),(6183,951,'sfw_comment_form_password','GHKuXEPs7D3Q'),(6184,951,'_sexybookmarks_shortUrl','http://goo.gl/fny0E'),(6185,951,'_sexybookmarks_permaHash','b71491cbe813e1b2f82248a682819e9f'),(6186,951,'_wp_trash_meta_status','publish'),(6187,951,'_wp_trash_meta_time','1314985454'),(6260,586,'sfw_comment_form_password','SyxagRclM0t5'),(6261,575,'sfw_comment_form_password','zZKfhie0zRyE'),(6262,569,'sfw_comment_form_password','Y3qmaWLk6Uet'),(6263,577,'sfw_comment_form_password','UeU6xjLLSvUm'),(6264,590,'sfw_comment_form_password','H1F5uPWq4XAz'),(6265,592,'sfw_comment_form_password','svgXdOt3MPrs'),(6266,588,'sfw_comment_form_password','AcVKtlW53JSL'),(6267,559,'sfw_comment_form_password','rUrW96pemi84'),(6268,1,'sfw_comment_form_password','ltQiEc30EHnI'),(6269,542,'sfw_comment_form_password','XBxE28SURIcx'),(6270,602,'sfw_comment_form_password','SvTrMGfd7Cdm'),(6271,600,'sfw_comment_form_password','g2CHlcN9F476'),(6272,607,'sfw_comment_form_password','1WWWk5Ptpccg'),(6273,648,'sfw_comment_form_password','qZl0KaAbyNNr'),(6274,668,'sfw_comment_form_password','Jhje9nJ241jE'),(6275,664,'sfw_comment_form_password','yrNsJbgnVyMw'),(6276,659,'sfw_comment_form_password','r2f6APlkv2l5'),(6277,650,'sfw_comment_form_password','0ZCZuDf0O6hj'),(6278,655,'sfw_comment_form_password','skKTZVQLeU12'),(6279,689,'sfw_comment_form_password','mABhhiuCYpmt'),(6280,684,'sfw_comment_form_password','Ee8BWU3HySH0'),(6281,738,'sfw_comment_form_password','PiHFN5mvevav'),(6282,745,'sfw_comment_form_password','ntnNYxulCDck'),(6283,751,'sfw_comment_form_password','8Pt9Nn6AsoJi'),(6284,755,'sfw_comment_form_password','pRX6N5GAjWrG'),(6285,759,'sfw_comment_form_password','hp6TuboKXyhY'),(6286,762,'sfw_comment_form_password','DzZ8kYosCrDZ'),(6287,742,'sfw_comment_form_password','P6VkPF8DlecQ'),(6288,766,'sfw_comment_form_password','1PIiiPuhezxr'),(6289,815,'sfw_comment_form_password','dlTa08LJPJWg'),(6290,156,'sfw_comment_form_password','i7GwukVjYtna'),(6291,234,'sfw_comment_form_password','94BJo8G5PETC'),(6292,222,'sfw_comment_form_password','KY20Hrls6c5T'),(6293,218,'sfw_comment_form_password','ROpexWrIbVdt'),(6294,227,'sfw_comment_form_password','UtKk8CLGXCaI'),(6295,278,'sfw_comment_form_password','pZsBU3mY3gPO'),(6296,291,'sfw_comment_form_password','LPqp1UPtjiuN'),(6297,263,'sfw_comment_form_password','Of36WA47iNYf'),(6298,261,'sfw_comment_form_password','77oFcFfQq3by'),(6299,289,'sfw_comment_form_password','PjtmVTpoxWpx'),(6300,104,'sfw_comment_form_password','a1ADcUWTpm9k'),(6301,779,'sfw_comment_form_password','aYvmp9C0crBi'),(6302,772,'sfw_comment_form_password','JY71ei0cgDB9'),(6303,776,'sfw_comment_form_password','OdJrEv2oUXHK'),(6304,769,'sfw_comment_form_password','BnM9txdshLt2'),(6305,784,'sfw_comment_form_password','k56XFKchRAlK'),(6306,788,'sfw_comment_form_password','HvNhCVjde5va'),(6307,807,'sfw_comment_form_password','JyqGJjAHXrtW'),(6308,794,'sfw_comment_form_password','CEnPeFgVdAju'),(6309,810,'sfw_comment_form_password','pLNjTnj2qR54'),(6310,802,'sfw_comment_form_password','n3k6Vl0xCIWS'),(6311,799,'sfw_comment_form_password','QhiZxo1fJ5i6'),(6312,106,'sfw_comment_form_password','Kw3R5l5S0RnG'),(6313,444,'sfw_comment_form_password','emGuhpOHGOIA'),(6314,297,'sfw_comment_form_password','Q9fb54WmuMsf'),(6315,295,'sfw_comment_form_password','ntWUjCjuECwd'),(6316,293,'sfw_comment_form_password','3NdhNtMOX32h'),(6317,372,'sfw_comment_form_password','YWIoJyniYHNM'),(6318,370,'sfw_comment_form_password','ejOPIGATJfIF'),(6319,257,'sfw_comment_form_password','hkfXL9HjR26g'),(6320,259,'sfw_comment_form_password','0VNjZ73EpOSb'),(6321,231,'sfw_comment_form_password','9imdrCd6o7t9'),(6322,242,'sfw_comment_form_password','CbO3d87ZqkWL'),(6323,236,'sfw_comment_form_password','48LFzk5Uh9nD'),(6324,238,'sfw_comment_form_password','SpBNtShcwiAs'),(6325,313,'sfw_comment_form_password','eO42jRQJqKJC'),(6326,265,'sfw_comment_form_password','jTUkd8HWPs6e'),(6327,267,'sfw_comment_form_password','IWJkQENSFajT'),(6331,823,'_sexybookmarks_shortUrl','http://goo.gl/OUVMj'),(6330,823,'sfw_comment_form_password','VLieHjX34QY3'),(6332,823,'_sexybookmarks_permaHash','d8fa2ef04a02a0f8c883528bb221743b'),(6333,2,'sfw_comment_form_password','4zXwg4CKkKI9'),(6334,2,'_sexybookmarks_shortUrl','http://goo.gl/laqvt'),(6335,2,'_sexybookmarks_permaHash','08c2711e48aec88220508b6df45296df'),(6568,992,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"180\";s:6:\"height\";s:2:\"90\";s:14:\"hwstring_small\";s:23:\"height=\'64\' width=\'128\'\";s:4:\"file\";s:25:\"2011/08/About-Amazing.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:24:\"About-Amazing-150x90.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"90\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(6567,992,'_wp_attached_file','2011/08/About-Amazing.jpg'),(6393,970,'_wp_attached_file','2011/08/Amazing-Services.jpg'),(6394,970,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"180\";s:6:\"height\";s:2:\"90\";s:14:\"hwstring_small\";s:23:\"height=\'64\' width=\'128\'\";s:4:\"file\";s:28:\"2011/08/Amazing-Services.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:27:\"Amazing-Services-150x90.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"90\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(6395,970,'_wp_attachment_image_alt','Amazing Services'),(6396,971,'_wp_attached_file','2011/08/Ask-Amazing.jpg'),(6397,971,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"180\";s:6:\"height\";s:2:\"90\";s:14:\"hwstring_small\";s:23:\"height=\'64\' width=\'128\'\";s:4:\"file\";s:23:\"2011/08/Ask-Amazing.jpg\";s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"Ask-Amazing-150x90.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:2:\"90\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(6398,971,'_wp_attachment_image_alt','Ask Amazing'),(6709,1012,'_wp_attachment_image_alt','IOI-Boulevard'),(6640,35,'_sexybookmarks_shortUrl','http://goo.gl/aO3xi'),(6641,35,'_sexybookmarks_permaHash','a29de2ceacd7b89e2ea365bd228f1f19'),(6603,996,'_wp_attached_file','2011/08/Web-Design.jpg'),(6604,996,'_wp_attachment_metadata','a:6:{s:5:\"width\";s:3:\"560\";s:6:\"height\";s:3:\"300\";s:14:\"hwstring_small\";s:23:\"height=\'68\' width=\'128\'\";s:4:\"file\";s:22:\"2011/08/Web-Design.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:3:{s:4:\"file\";s:22:\"Web-Design-150x150.jpg\";s:5:\"width\";s:3:\"150\";s:6:\"height\";s:3:\"150\";}s:6:\"medium\";a:3:{s:4:\"file\";s:22:\"Web-Design-300x160.jpg\";s:5:\"width\";s:3:\"300\";s:6:\"height\";s:3:\"160\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(6605,996,'_wp_attachment_image_alt','Web Design'),(6639,35,'sfw_comment_form_password','jArWZFzewEmF'),(6738,1016,'_wp_attachment_metadata','a:5:{s:5:\"width\";s:2:\"85\";s:6:\"height\";s:2:\"82\";s:14:\"hwstring_small\";s:22:\"height=\'82\' width=\'85\'\";s:4:\"file\";s:38:\"2011/08/Amazing-Business-Resources.png\";s:10:\"image_meta\";a:10:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";}}'),(6739,1016,'_wp_attachment_image_alt','Amazing Business Resources');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_posts`
--

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT '0',
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(20) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` text NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT '0',
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT '0',
  `post_sidebar` varchar(200) DEFAULT NULL,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`)
) ENGINE=MyISAM AUTO_INCREMENT=1126 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_posts`
--

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES (1,1,'2011-08-23 14:06:22','2011-08-23 14:06:22','<strong>Customer Interaction</strong> – Facebook pages provide a forum for dialogue between customers and the brand, giving companies the opportunity to build better relationships with target audiences and current customers.</span></h2>\r\n<p style=\"text-align: justify;\"><strong>Reputation Management</strong> – Facebook allows a company to gain a deeper understanding of how the brand is perceived online – through direct feedback and also by monitoring what users are saying about the brand.</p>\r\n<p style=\"text-align: justify;\"><strong>New Customer Acquisition</strong> – Each time a Facebook user becomes a fan of a Facebook page, a notice is posted as news item for all of that user’s friends to see. This creates an opportunity for a Facebook page to go viral and reach new viewers.</p>\r\n<p style=\"text-align: justify;\"><strong>Feedback Mechanism</strong> – In a service-based sector like hospitality, customer feedback is vital. Facebook allows users to communicate their experiences directly and give the company the opportunity to respond.</p>\r\n<p style=\"text-align: justify;\"><strong>Branding</strong> – Facebook can be used as a medium for creating brand awareness in addition to a company’s corporate website. It provides brand exposure to a potentially new audience and gives organizations the opportunity to position themselves in new and unique ways.</p>\r\n<p style=\"text-align: justify;\"><strong>Drive Web Traffic</strong> – As a Facebook page grows its fan base, traffic to the company website will increase. Facebook pages also appear in Universal Search Results.</p>','Why Facebook Marketing','','publish','open','open','','hello-world','','','2011-09-02 23:21:46','2011-09-02 15:21:46','',0,'http://newweb.amazingbusinessresources.com/?p=1',0,'post','',1,NULL),(2,1,'2011-08-23 14:06:22','2011-08-23 06:06:22','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"5\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-992\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','publish','closed','closed','','sample-page','','','2011-09-30 18:55:22','2011-09-30 10:55:22','',0,'http://newweb.amazingbusinessresources.com/?page_id=2',0,'page','',0,NULL),(100,1,'2011-08-26 17:26:25','2011-08-26 09:26:25','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><img class=\"aligncenter size-large wp-image-84\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources-1024x106.png\" alt=\"\" width=\"614\" height=\"64\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">[googleMap width=\"600\" height=\"300\"]Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor[/googleMap]</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-39','','','2011-08-26 17:26:25','2011-08-26 09:26:25','',32,'http://newweb.amazingbusinessresources.com/archives/100',0,'revision','',0,NULL),(107,1,'2011-08-28 15:05:18','2011-08-28 07:05:18','','Mobile Marketing','','inherit','open','open','','mobile-marketing','','','2011-08-28 15:05:18','2011-08-28 07:05:18','',21,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg',0,'attachment','image/jpeg',0,NULL),(108,1,'2011-08-28 15:05:28','2011-08-28 07:05:28','','Media Planning','','inherit','open','open','','media-planning','','','2011-08-28 15:05:28','2011-08-28 07:05:28','',21,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg',0,'attachment','image/jpeg',0,NULL),(14,1,'2011-08-26 01:03:09','2011-08-25 17:03:09','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong><img class=\"alignleft size-full wp-image-1016\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.png\" alt=\"Amazing Business Resources\" width=\"85\" height=\"82\" />Amazing Business Resources</strong></span> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p>\r\n&nbsp;\r\n<p style=\"text-align: justify;\"><strong>Culture and Values</strong></p>\r\n<p style=\"text-align: justify;\"><strong></strong>We value integrity, honesty, and transparency. We vow to work together with our clients to make sure they are successful in the internet world. We are proud of the fact that we take the time to share with our clients about how to successfully use internet marketing channel like <strong><a title=\"Website Development\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/website-development\">Website</a>, <a title=\"Email Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/email-marketing-2\">Emailing Marketing</a>, <a title=\"Mobile Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/mobile-marketing-1\">Mobile/SMS Marketing</a>, <a title=\"SEO\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/search-engine-optimization-seo\">Search Engine Optimization</a> Techniques, <a title=\"Social Media Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1\">Social Media Marketing</a> (<strong><a title=\"Blog Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/blog-marketing\">Blog</a>, </strong><a title=\"Facebook Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/facebook-marketing\">Facebook</a>, <a title=\"Twitter Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/twitter-marketing\">Twitter</a>, <a title=\"Youtube Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/youtube-marketing\">Youtube</a>, <a title=\"Foursquare Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/foursquare-marketing\">Foursquare</a>, and <a title=\"LinkedIn Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/linkedin-marketing\">LinkedIn</a>) and <a title=\"Media Planning\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/media-planning-1\">Media Advertising</a>. </strong>It’s not just about our ability to produce results, but more importantly, it’s about our clients joining us for the ride and executing a powerful campaign together.</p>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong><strong>Let’s get started</strong></p>\r\n<p style=\"text-align: justify;\">Thank you very much for getting to know what <span style=\"color: #000000;\"><strong>Amazing Business Resources</strong></span> is all about. <strong><a href=\"http://newweb.amazingbusinessresources.com/?page_id=32\">Contact us</a></strong> right now to take the first steps in dominating the internet portal in online landscape. We will be here every step of the way and will help you love the social space.  Click here to know more about Our <a title=\"Amazing Online Services\" href=\"http://newweb.amazingbusinessresources.com/amazings-services\">Amazing Online Services</a></p>','About Us','','publish','closed','closed','','about-us','','','2011-10-01 12:34:36','2011-10-01 04:34:36','',0,'http://newweb.amazingbusinessresources.com/?page_id=14',2,'page','',0,NULL),(567,1,'2011-08-08 23:34:22','2011-08-08 15:34:22','<p style=\"text-align: justify;\">Know what words your customers will use when searching.You might know what your customers search for. If not, find out. Is it a description of  ”pants” or “jeans?” One may be searched more often than the other, but why not target  both? How about “executive gifts?” Maybe “desk accessories” will broaden your web site  marketing strategy.</p>\r\n<p style=\"text-align: justify;\">Ask all kinds of people. Get advice from people in all walks of life including management,  employees, customers, vendors, friends and family on how they would search for effective  search engine positioning keywords. Ask them how they would search for different products  and services. It’s really not about what you think they would search for, its about what they  think. Believe me, they can many times be two totally different things.</p>\r\n<p style=\"text-align: justify;\">Once you have successfully <strong>harvested a meaningful keyword list</strong>, remove any keywords that  are too targeted or not to specific. Also remember that keyword placement is important.  Try to put as many keywords as possible in the beginning paragraphs, and of course the  title line.</p>\r\n<p style=\"text-align: justify;\">The higher the value of the keyword the more competition you will have. Every SEO utilizes  tools similar to the Overture Keyword Suggestion Tool and also know the value of a  keyword. The lower the value of the keyword the less competition we will have. <strong>( Long Tail Keyword Strategy)</strong></p>\r\n<p style=\"text-align: justify;\">We don’t want to aim to low but we also don’t want to aim to high. We need to find a middle  ground. For you that may be a keyword with a value of no less than 1000 and no more than  10,000. It will be up to you to determine what you deem reasonable.</p>\r\n<p style=\"text-align: justify;\">Also, the keyword should appear regularly throughout the opening Web page. It is  especially important that they appear frequently in the opening paragraphs. However, resist the temptation to overuse keywords. The search engines can spot it and will  reduce your page rankings. Tools are available to help with <strong>optimal keyword density</strong>.  However, avoid software that writes the site’s pages. Search engines can sniff these out, too.</p>\r\n<p style=\"text-align: justify;\">A good rule of thumb is: <strong>Never sacrifice quality of content for keyword placement</strong>. This will  affect your page ranking. Most importantly, your site won’t appeal to visitors.</p>','SEO - Correct Keywords Placement Is Easier To Attain Than You Think','','publish','open','open','','seo-correct-keywords-placement-is-easier-to-attain-than-you-think','','','2011-09-02 23:21:46','2011-09-02 15:21:46','',0,'http://newweb.amazingbusinessresources.com/?p=567',0,'post','',0,NULL),(4,1,'2011-08-23 14:06:22','2011-08-23 14:06:22','This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:\n\n<blockquote>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my blog. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</blockquote>\n\n...or something like this:\n\n<blockquote>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickies to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</blockquote>\n\nAs a new WordPress user, you should go to <a href=\"http://newweb.amazingbusinessresources.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!','Sample Page','','inherit','open','open','','2-revision','','','2011-08-23 14:06:22','2011-08-23 14:06:22','',2,'http://newweb.amazingbusinessresources.com/?p=4',0,'revision','',0,NULL),(15,1,'2011-08-26 01:02:47','2011-08-25 17:02:47','<p style=\"text-align: justify;\"><strong><a href=\"http://amazingbusinessresources.com/contact-us\">Amazing Business Resources</a></strong> creates and leads powerful social media campaigns that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of Power and Importance in the market place.</p>\n<p style=\"text-align: justify;\"><strong>Culture and Values</strong></p>\n<p style=\"text-align: justify;\">We value integrity, honesty, and transparency. We vow to work together with our clients to make sure they are successful in the social media world. We are proud of the fact that we take the time to share with our clients about how to successfully use social sites like <strong>Blog</strong>, <strong><a href=\"http://amazingbusinessresources.com/social-media-marketing/facebook-for-business\">Facebook</a></strong>, <strong><a href=\"http://amazingbusinessresources.com/social-media-marketing/twitter-for-business\">Twitter</a></strong>, <strong><a href=\"http://amazingbusinessresources.com/social-media-marketing/youtube-for-business\">Youtube</a>, Foursquare, and LinkedIn</strong>. It’s not just about our ability to produce results, but more importantly, it’s about our clients joining us for the ride and executing a powerful campaign together.</p>\n<p style=\"text-align: justify;\"><strong>\n</strong><strong>Let’s get started</strong></p>\n<p style=\"text-align: justify;\">Thank you very much for getting to know what Amazing Business Resources is all about. <a href=\"http://amazingbusinessresources.com/contact-us\">Give us a call </a>or <strong><a title=\"Contact Us\" href=\"mailto:info@amazingbusinessresources.com\">email us</a></strong> right now to take the first steps in dominating the social media in Malaysia landscape. We will be here every step of the way and will help you love the social space.</p>','About Us','','inherit','open','open','','14-revision','','','2011-08-26 01:02:47','2011-08-25 17:02:47','',14,'http://newweb.amazingbusinessresources.com/?p=15',0,'revision','',0,NULL),(16,1,'2011-10-01 00:57:43','2011-09-30 16:57:43','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong><img class=\"alignleft size-full wp-image-1016\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.png\" alt=\"Amazing Business Resources\" width=\"85\" height=\"82\" />Amazing Business Resources</strong></span> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p>\n<p style=\"text-align: justify;\"><strong>Culture and Values</strong></p>\n<p style=\"text-align: justify;\"><strong></strong>We value integrity, honesty, and transparency. We vow to work together with our clients to make sure they are successful in the internet world. We are proud of the fact that we take the time to share with our clients about how to successfully use internet marketing channel like <strong><a title=\"Website Development\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/website-development\">Website</a>, <a title=\"Email Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/email-marketing-2\">Emailing Marketing</a>, <a title=\"Mobile Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/mobile-marketing-1\">Mobile/SMS Marketing</a>, <a title=\"SEO\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/search-engine-optimization-seo\">Search Engine Optimization</a> Techniques, <a title=\"Social Media Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1\">Social Media Marketing</a> (<strong><a title=\"Blog Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/blog-marketing\">Blog</a>, </strong><a title=\"Facebook Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/facebook-marketing\">Facebook</a>, <a title=\"Twitter Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/twitter-marketing\">Twitter</a>, <a title=\"Youtube Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/youtube-marketing\">Youtube</a>, <a title=\"Foursquare Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/foursquare-marketing\">Foursquare</a>, and <a title=\"LinkedIn Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/linkedin-marketing\">LinkedIn</a>) and <a title=\"Media Planning\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/media-planning-1\">Media Advertising</a>. </strong>It’s not just about our ability to produce results, but more importantly, it’s about our clients joining us for the ride and executing a powerful campaign together.</p>\n<p style=\"text-align: justify;\"><strong>\n</strong><strong>Let’s get started</strong></p>\n<p style=\"text-align: justify;\">Thank you very much for getting to know what <span style=\"color: #000000;\"><strong>Amazing Business Resources</strong></span> is all about. <strong><a href=\"http://newweb.amazingbusinessresources.com/?page_id=32\" target=\"_blank\">Contact us</a></strong> right now to take the first steps in dominating the internet portal in online landscape. We will be here every step of the way and will help you love the social space.  Click here to know more about Our <a title=\"Amazing Online Services\" href=\"http://newweb.amazingbusinessresources.com/amazings-services\">Amazing Online Services</a></p>','About Us','','inherit','open','open','','14-autosave','','','2011-10-01 00:57:43','2011-09-30 16:57:43','',14,'http://newweb.amazingbusinessresources.com/?p=16',0,'revision','',0,NULL),(17,1,'2011-08-26 01:03:09','2011-08-25 17:03:09','<p style=\"text-align: justify;\"><strong><a href=\"http://amazingbusinessresources.com/contact-us\">Amazing Business Resources</a></strong> creates and leads powerful social media campaigns that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of Power and Importance in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Culture and Values</strong></p>\r\n<p style=\"text-align: justify;\">We value integrity, honesty, and transparency. We vow to work together with our clients to make sure they are successful in the social media world. We are proud of the fact that we take the time to share with our clients about how to successfully use social sites like <strong>Blog</strong>, <strong><a href=\"http://amazingbusinessresources.com/social-media-marketing/facebook-for-business\">Facebook</a></strong>, <strong><a href=\"http://amazingbusinessresources.com/social-media-marketing/twitter-for-business\">Twitter</a></strong>, <strong><a href=\"http://amazingbusinessresources.com/social-media-marketing/youtube-for-business\">Youtube</a>, Foursquare, and LinkedIn</strong>. It’s not just about our ability to produce results, but more importantly, it’s about our clients joining us for the ride and executing a powerful campaign together.</p>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong><strong>Let’s get started</strong></p>\r\n<p style=\"text-align: justify;\">Thank you very much for getting to know what Amazing Business Resources is all about. <a href=\"http://amazingbusinessresources.com/contact-us\">Give us a call </a>or <strong><a title=\"Contact Us\" href=\"mailto:info@amazingbusinessresources.com\">email us</a></strong> right now to take the first steps in dominating the social media in Malaysia landscape. We will be here every step of the way and will help you love the social space.</p>','About Us','','inherit','open','open','','14-revision-2','','','2011-08-26 01:03:09','2011-08-25 17:03:09','',14,'http://newweb.amazingbusinessresources.com/?p=17',0,'revision','',0,NULL),(20,1,'2011-08-26 01:38:13','2011-08-25 17:38:13','','favicon','','inherit','open','open','','favicon','','','2011-08-26 01:38:13','2011-08-25 17:38:13','',0,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/favicon.ico',0,'attachment','image/x-icon',0,NULL),(21,1,'2011-08-26 01:54:47','2011-08-25 17:54:47','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" /><img class=\"aligncenter size-full wp-image-152\" title=\"TITLE copy_2\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/TITLE-copy_2.jpg\" alt=\"\" width=\"480\" height=\"48\" /></span></h1>\r\n<h1 style=\"text-align: center;\"></h1>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/website-development\"><img class=\"size-full wp-image-103 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></a></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/search-engine-optimization-seo\"><img class=\"size-full wp-image-105 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"Website Development\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/website-development\">Read more</a></span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"SEO\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/search-engine-optimization-seo\">Read more</a></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1\"><img class=\"size-full wp-image-106 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></a></td>\r\n<td></td>\r\n<td><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/email-marketing-2\"><img class=\"size-full wp-image-104 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"Social Media Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1\">Read more</a></span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\r\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\"><a title=\"Email Marketing Campaign\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/email-marketing-2\">Read more</a></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/mobile-marketing-1\"><img class=\"size-full wp-image-107 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></a></td>\r\n<td></td>\r\n<td><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/media-planning-1\"><img class=\"size-full wp-image-108 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">Amazing\'s SMS marketing platform allows you to quickly, easily, and economically implement mobile campaigns and spin your database into gold mine. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"Mobile Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/mobile-marketing-1\">Read more</a></span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"Media Planning\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/media-planning-1\">Read more</a></span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','publish','closed','closed','','amazings-services','','','2011-10-01 01:29:51','2011-09-30 17:29:51','',0,'http://newweb.amazingbusinessresources.com/?page_id=21',3,'page','',0,NULL),(22,1,'2011-08-26 01:54:45','2011-08-25 17:54:45','','Amazing\'s Services','','inherit','open','open','','21-revision','','','2011-08-26 01:54:45','2011-08-25 17:54:45','',21,'http://newweb.amazingbusinessresources.com/?p=22',0,'revision','',0,NULL),(23,1,'2011-08-26 01:54:47','2011-08-25 17:54:47','','Amazing\'s Services','','inherit','open','open','','21-revision-2','','','2011-08-26 01:54:47','2011-08-25 17:54:47','',21,'http://newweb.amazingbusinessresources.com/?p=23',0,'revision','',0,NULL),(297,1,'2011-08-29 00:54:15','2011-08-28 16:54:15','<object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/frnDeGUnzCY?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/frnDeGUnzCY?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/automate.png\') no-repeat; text-indent: -9999px; display: block; width: 481px; height: 107px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Automate Your Email Marketing with AWeber</a>\r\n<h2>Useful Graphs</h2>\r\nTrack your campaign\'s performance\r\n<ul>\r\n	<li>- Who opened your messages (who didn\'t)</li>\r\n	<li>- Which links were clicked (and by whom)</li>\r\n	<li>- How much revenue your message generated</li>\r\n	<li>- How many people unsubscribed</li>\r\n</ul>','Track Performance','','publish','closed','closed','','track-performance','','','2011-10-01 02:20:20','2011-09-30 18:20:20','',482,'http://newweb.amazingbusinessresources.com/?page_id=297',85,'page','',0,NULL),(295,1,'2011-08-29 00:53:47','2011-08-28 16:53:47','<h3 style=\"text-align: center;\">Let the Emailing System Schedule the Campaign for your Business</h3>\r\n<object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/autoresponders.png\') no-repeat; text-indent: -9999px; display: block; width: 480px; height: 108px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Try AWeber\'s Autoresponders for $1</a>','Autoresponder Follow Up','','publish','closed','closed','','autoresponder-follow-up','','','2011-10-01 02:20:14','2011-09-30 18:20:14','',482,'http://newweb.amazingbusinessresources.com/?page_id=295',84,'page','',0,NULL),(296,1,'2011-08-29 00:53:41','2011-08-28 16:53:41','','Autoresponder Follow Up','','inherit','open','open','','295-revision','','','2011-08-29 00:53:41','2011-08-28 16:53:41','',295,'http://newweb.amazingbusinessresources.com/archives/296',0,'revision','',0,NULL),(292,1,'2011-08-29 00:51:52','2011-08-28 16:51:52','','Website','','inherit','open','open','','291-revision','','','2011-08-29 00:51:52','2011-08-28 16:51:52','',291,'http://newweb.amazingbusinessresources.com/archives/292',0,'revision','',0,NULL),(293,1,'2011-08-29 00:52:44','2011-08-28 16:52:44','<p style=\"text-align: left;\"><object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/autoresponders.png\') no-repeat; text-indent: -9999px; display: block; width: 480px; height: 108px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Try AWeber\'s Autoresponders for $1</a>\r\n<h2 style=\"text-align: left;\">Start Collecting Subscribers Today!</h2>\r\n<ul>\r\n	<li>Our new web form generator makes building forms fun</li>\r\n	<li>Choose from hundreds of HTML email templates</li>\r\n	<li>Easy for beginners, flexible for experts</li>\r\n	<li>Publish to your website in one step</li>\r\n</ul>','Subscriber Management','','publish','closed','closed','','subscriber-management','','','2011-10-01 02:20:10','2011-09-30 18:20:10','',482,'http://newweb.amazingbusinessresources.com/?page_id=293',83,'page','',0,NULL),(294,1,'2011-08-29 00:52:38','2011-08-28 16:52:38','','Subscriber Management','','inherit','open','open','','293-revision','','','2011-08-29 00:52:38','2011-08-28 16:52:38','',293,'http://newweb.amazingbusinessresources.com/archives/294',0,'revision','',0,NULL),(32,1,'2011-08-26 02:01:49','2011-08-25 18:01:49','[mappress mapid=\"1\"]\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">Amazing Business Resources</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"> AAAAAAA<em>[bgmp-map]</em></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>','Contact us','','publish','closed','closed','','contact-us','','','2011-10-01 02:20:42','2011-09-30 18:20:42','',0,'http://newweb.amazingbusinessresources.com/?page_id=32',4,'page','',0,NULL),(957,1,'2011-09-03 01:44:36','2011-09-02 17:44:36','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"\" width=\"600\" height=\"60\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Contact us','','inherit','open','open','','32-revision-45','','','2011-09-03 01:44:36','2011-09-02 17:44:36','',32,'http://newweb.amazingbusinessresources.com/archives/957',0,'revision','',0,NULL),(33,1,'2011-08-26 02:01:19','2011-08-25 18:01:19','','Auto Draft','','inherit','open','open','','32-revision','','','2011-08-26 02:01:19','2011-08-25 18:01:19','',32,'http://newweb.amazingbusinessresources.com/?p=33',0,'revision','',0,NULL),(34,1,'2011-08-26 02:01:41','2011-08-25 18:01:41','','Contact us','','inherit','open','open','','32-revision-2','','','2011-08-26 02:01:41','2011-08-25 18:01:41','',32,'http://newweb.amazingbusinessresources.com/?p=34',0,'revision','',0,NULL),(35,1,'2011-08-26 02:02:06','2011-08-25 18:02:06','','Blog','','publish','open','open','','blog','','','2011-09-30 23:39:59','2011-09-30 15:39:59','',0,'http://newweb.amazingbusinessresources.com/?page_id=35',1,'page','',0,NULL),(36,1,'2011-08-26 02:02:04','2011-08-25 18:02:04','','Blog','','inherit','open','open','','35-revision','','','2011-08-26 02:02:04','2011-08-25 18:02:04','',35,'http://newweb.amazingbusinessresources.com/?p=36',0,'revision','',0,NULL),(37,1,'2011-08-26 01:24:21','2011-08-25 17:24:21','<p style=\"text-align: justify;\"><strong><a href=\"http://amazingbusinessresources.com/contact-us\">Amazing Business Resources</a></strong> creates and leads powerful social media campaigns that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of Power and Importance in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Culture and Values</strong></p>\r\n<p style=\"text-align: justify;\">We value integrity, honesty, and transparency. We vow to work together with our clients to make sure they are successful in the social media world. We are proud of the fact that we take the time to share with our clients about how to successfully use social sites like <strong>Blog</strong>, <strong><a href=\"http://amazingbusinessresources.com/social-media-marketing/facebook-for-business\">Facebook</a></strong>, <strong><a href=\"http://amazingbusinessresources.com/social-media-marketing/twitter-for-business\">Twitter</a></strong>, <strong><a href=\"http://amazingbusinessresources.com/social-media-marketing/youtube-for-business\">Youtube</a>, Foursquare, and LinkedIn</strong>. It’s not just about our ability to produce results, but more importantly, it’s about our clients joining us for the ride and executing a powerful campaign together.</p>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong><strong>Let’s get started</strong></p>\r\n<p style=\"text-align: justify;\">Thank you very much for getting to know what Amazing Business Resources is all about. <a href=\"http://amazingbusinessresources.com/contact-us\">Give us a call </a>or <strong><a title=\"Contact Us\" href=\"mailto:info@amazingbusinessresources.com\">email us</a></strong> right now to take the first steps in dominating the social media in Malaysia landscape. We will be here every step of the way and will help you love the social space.</p>','About Us','','inherit','open','open','','14-revision-3','','','2011-08-26 01:24:21','2011-08-25 17:24:21','',14,'http://newweb.amazingbusinessresources.com/?p=37',0,'revision','',0,NULL),(38,1,'2011-08-26 01:55:05','2011-08-25 17:55:05','','Our Services','','inherit','open','open','','21-revision-3','','','2011-08-26 01:55:05','2011-08-25 17:55:05','',21,'http://newweb.amazingbusinessresources.com/?p=38',0,'revision','',0,NULL),(39,1,'2011-08-26 02:02:41','2011-08-25 18:02:41','','Our Services','','inherit','open','open','','21-revision-4','','','2011-08-26 02:02:41','2011-08-25 18:02:41','',21,'http://newweb.amazingbusinessresources.com/?p=39',0,'revision','',0,NULL),(40,1,'2011-08-26 02:01:49','2011-08-25 18:01:49','','Contact us','','inherit','open','open','','32-revision-3','','','2011-08-26 02:01:49','2011-08-25 18:01:49','',32,'http://newweb.amazingbusinessresources.com/?p=40',0,'revision','',0,NULL),(41,1,'2011-08-26 02:02:58','2011-08-25 18:02:58','','Our Services','','inherit','open','open','','21-revision-5','','','2011-08-26 02:02:58','2011-08-25 18:02:58','',21,'http://newweb.amazingbusinessresources.com/?p=41',0,'revision','',0,NULL),(42,1,'2011-08-26 02:10:46','2011-08-25 18:10:46','','Contact us','','inherit','open','open','','32-revision-4','','','2011-08-26 02:10:46','2011-08-25 18:10:46','',32,'http://newweb.amazingbusinessresources.com/?p=42',0,'revision','',0,NULL),(43,1,'2011-10-01 00:45:45','2011-09-30 16:45:45','&nbsp;\n<table border=\"0\">\n<tbody>\n<tr>\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">Amazing Business Resources</td>\n</tr>\n<tr>\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\n</tr>\n<tr>\n<td>Telephone</td>\n<td>+603 8073 7230</td>\n</tr>\n<tr>\n<td>Fax</td>\n<td>+603 8073 7233</td>\n</tr>\n<tr>\n<td>Email</td>\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\n</tr>\n<tr>\n<td colspan=\"1\"><strong>\n</strong></td>\n<td colspan=\"1\"></td>\n</tr>\n<tr>\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\n</tr>\n<tr>\n<td rowspan=\"1\" colspan=\"2\"> AAAAAAA<em>[bgmp-map]</em></td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\n</span></div>','Contact us','','inherit','open','open','','32-autosave','','','2011-10-01 00:45:45','2011-09-30 16:45:45','',32,'http://newweb.amazingbusinessresources.com/?p=43',0,'revision','',0,NULL),(510,1,'2011-08-27 17:25:31','2011-08-27 09:25:31','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"\" width=\"600\" height=\"60\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">[googleMap width=\"600\" height=\"300\"]Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor[/googleMap]</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-41','','','2011-08-27 17:25:31','2011-08-27 09:25:31','',32,'http://newweb.amazingbusinessresources.com/archives/510',0,'revision','',0,NULL),(105,1,'2011-08-28 15:04:37','2011-08-28 07:04:37','','Search Engine Optimization','','inherit','open','open','','search-engine-optimization','','','2011-08-28 15:04:37','2011-08-28 07:04:37','',21,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg',0,'attachment','image/jpeg',0,NULL),(106,1,'2011-08-28 15:05:05','2011-08-28 07:05:05','','Social Media Marketing','','inherit','open','open','','social-media-marketing','','','2011-08-28 15:05:05','2011-08-28 07:05:05','',21,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg',0,'attachment','image/jpeg',0,NULL),(1017,1,'2011-09-30 23:47:10','2011-09-30 15:47:10','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Amazing Business Resources</strong></span> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Culture and Values</strong></p>\r\n<p style=\"text-align: justify;\"><strong></strong>We value integrity, honesty, and transparency. We vow to work together with our clients to make sure they are successful in the internet world. We are proud of the fact that we take the time to share with our clients about how to successfully use internet marketing channel like <strong><a title=\"Website Development\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/website-development\">Website</a>, <a title=\"Email Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/email-marketing-2\">Emailing Marketing</a>, <a title=\"Mobile Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/mobile-marketing-1\">Mobile/SMS Marketing</a>, <a title=\"SEO\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/search-engine-optimization-seo\">Search Engine Optimization</a> Techniques, <a title=\"Social Media Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1\">Social Media Marketing</a> (<strong><a title=\"Blog Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/blog-marketing\">Blog</a>, </strong><a title=\"Facebook Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/facebook-marketing\">Facebook</a>, <a title=\"Twitter Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/twitter-marketing\">Twitter</a>, <a title=\"Youtube Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/youtube-marketing\">Youtube</a>, <a title=\"Foursquare Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/foursquare-marketing\">Foursquare</a>, and <a title=\"LinkedIn Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/linkedin-marketing\">LinkedIn</a>) and <a title=\"Media Planning\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/media-planning-1\">Media Advertising</a>. </strong>It’s not just about our ability to produce results, but more importantly, it’s about our clients joining us for the ride and executing a powerful campaign together.</p>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong><strong>Let’s get started</strong></p>\r\n<p style=\"text-align: justify;\">Thank you very much for getting to know what <span style=\"color: #000000;\"><strong>Amazing Business Resources</strong></span> is all about. <strong><a href=\"http://newweb.amazingbusinessresources.com/?page_id=32\" target=\"_blank\">Contact us</a></strong> right now to take the first steps in dominating the internet portal in online landscape. We will be here every step of the way and will help you love the social space.  Click here to know more about Our <a title=\"Amazing Online Services\" href=\"http://newweb.amazingbusinessresources.com/amazings-services\">Amazing Online Services</a></p>','About Us','','inherit','open','open','','14-revision-16','','','2011-09-30 23:47:10','2011-09-30 15:47:10','',14,'http://newweb.amazingbusinessresources.com/archives/1017',0,'revision','',0,NULL),(48,1,'2011-08-26 02:02:27','2011-08-25 18:02:27','<p style=\"text-align: justify;\"><strong><a href=\"http://amazingbusinessresources.com/contact-us\">Amazing Business Resources</a></strong> creates and leads powerful social media campaigns that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of Power and Importance in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Culture and Values</strong></p>\r\n<p style=\"text-align: justify;\">We value integrity, honesty, and transparency. We vow to work together with our clients to make sure they are successful in the social media world. We are proud of the fact that we take the time to share with our clients about how to successfully use social sites like <strong>Blog</strong>, <strong><a href=\"http://amazingbusinessresources.com/social-media-marketing/facebook-for-business\">Facebook</a></strong>, <strong><a href=\"http://amazingbusinessresources.com/social-media-marketing/twitter-for-business\">Twitter</a></strong>, <strong><a href=\"http://amazingbusinessresources.com/social-media-marketing/youtube-for-business\">Youtube</a>, Foursquare, and LinkedIn</strong>. It’s not just about our ability to produce results, but more importantly, it’s about our clients joining us for the ride and executing a powerful campaign together.</p>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong><strong>Let’s get started</strong></p>\r\n<p style=\"text-align: justify;\">Thank you very much for getting to know what Amazing Business Resources is all about. <a href=\"http://amazingbusinessresources.com/contact-us\">Give us a call </a>or <strong><a title=\"Contact Us\" href=\"mailto:info@amazingbusinessresources.com\">email us</a></strong> right now to take the first steps in dominating the social media in Malaysia landscape. We will be here every step of the way and will help you love the social space.</p>','About Us','','inherit','open','open','','14-revision-4','','','2011-08-26 02:02:27','2011-08-25 18:02:27','',14,'http://newweb.amazingbusinessresources.com/?p=48',0,'revision','',0,NULL),(49,1,'2011-08-26 14:38:11','2011-08-26 06:38:11','<p style=\"text-align: justify;\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"About Amazing\" width=\"300\" height=\"55\" /></a></p>\r\n<p style=\"text-align: justify;\"><strong>Amazing Business Resources</strong> creates and leads powerful social media campaigns that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of Power and Importance in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Culture and Values</strong></p>\r\n<p style=\"text-align: justify;\">We value integrity, honesty, and transparency. We vow to work together with our clients to make sure they are successful in the social media world. We are proud of the fact that we take the time to share with our clients about how to successfully use social sites like <strong>Blog</strong>, <strong><a href=\"http://amazingbusinessresources.com/social-media-marketing/facebook-for-business\">Facebook</a></strong>, <strong><a href=\"http://amazingbusinessresources.com/social-media-marketing/twitter-for-business\">Twitter</a></strong>, <strong><a href=\"http://amazingbusinessresources.com/social-media-marketing/youtube-for-business\">Youtube</a>, Foursquare, and LinkedIn</strong>. It’s not just about our ability to produce results, but more importantly, it’s about our clients joining us for the ride and executing a powerful campaign together.</p>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong><strong>Let’s get started</strong></p>\r\n<p style=\"text-align: justify;\">Thank you very much for getting to know what Amazing Business Resources is all about. <a href=\"http://amazingbusinessresources.com/contact-us\">Give us a call </a>or <strong><a title=\"Contact Us\" href=\"mailto:info@amazingbusinessresources.com\">email us</a></strong> right now to take the first steps in dominating the social media in Malaysia landscape. We will be here every step of the way and will help you love the social space.</p>','About Us','','inherit','open','open','','14-revision-5','','','2011-08-26 14:38:11','2011-08-26 06:38:11','',14,'http://newweb.amazingbusinessresources.com/?p=49',0,'revision','',0,NULL),(89,1,'2011-08-26 16:33:12','2011-08-26 08:33:12','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><img class=\"aligncenter size-large wp-image-84\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources-1024x106.png\" alt=\"\" width=\"614\" height=\"64\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">[googleMap width=\"600\" height=\"300\"]Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor[/googleMap]</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-38','','','2011-08-26 16:33:12','2011-08-26 08:33:12','',32,'http://newweb.amazingbusinessresources.com/archives/89',0,'revision','',0,NULL),(50,1,'2011-08-26 14:39:09','2011-08-26 06:39:09','<p style=\"text-align: justify;\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"About Amazing\" width=\"300\" height=\"55\" /></a></p>\r\n<p style=\"text-align: justify;\"><strong>Amazing Business Resources</strong> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Culture and Values</strong></p>\r\n<p style=\"text-align: justify;\">We value integrity, honesty, and transparency. We vow to work together with our clients to make sure they are successful in the social media world. We are proud of the fact that we take the time to share with our clients about how to successfully use social sites like <strong>Blog</strong>, <strong><a href=\"http://amazingbusinessresources.com/social-media-marketing/facebook-for-business\">Facebook</a></strong>, <strong><a href=\"http://amazingbusinessresources.com/social-media-marketing/twitter-for-business\">Twitter</a></strong>, <strong><a href=\"http://amazingbusinessresources.com/social-media-marketing/youtube-for-business\">Youtube</a>, Foursquare, and LinkedIn</strong>. It’s not just about our ability to produce results, but more importantly, it’s about our clients joining us for the ride and executing a powerful campaign together.</p>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong><strong>Let’s get started</strong></p>\r\n<p style=\"text-align: justify;\">Thank you very much for getting to know what Amazing Business Resources is all about. <a href=\"http://amazingbusinessresources.com/contact-us\">Give us a call </a>or <strong><a title=\"Contact Us\" href=\"mailto:info@amazingbusinessresources.com\">email us</a></strong> right now to take the first steps in dominating the social media in Malaysia landscape. We will be here every step of the way and will help you love the social space.</p>','About Us','','inherit','open','open','','14-revision-6','','','2011-08-26 14:39:09','2011-08-26 06:39:09','',14,'http://newweb.amazingbusinessresources.com/?p=50',0,'revision','',0,NULL),(102,1,'2011-08-27 17:23:36','2011-08-27 09:23:36','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"\" width=\"600\" height=\"60\" /></a></span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">[googleMap width=\"600\" height=\"300\"]Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor[/googleMap]</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-40','','','2011-08-27 17:23:36','2011-08-27 09:23:36','',32,'http://newweb.amazingbusinessresources.com/archives/102',0,'revision','',0,NULL),(51,1,'2011-08-26 14:45:55','2011-08-26 06:45:55','<p style=\"text-align: justify;\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"About Amazing\" width=\"300\" height=\"55\" /></a></p>\r\n<p style=\"text-align: justify;\"><strong>Amazing Business Resources</strong> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Culture and Values</strong></p>\r\n<p style=\"text-align: justify;\"><strong></strong>We value integrity, honesty, and transparency. We vow to work together with our clients to make sure they are successful in the internet world. We are proud of the fact that we take the time to share with our clients about how to successfully use internet marketing channel like Website, <strong>Blog</strong>, Emailing Marketing, Mobile/SMS Marketing, Search Engine Optimization Techniques, <strong><a href=\"http://amazingbusinessresources.com/social-media-marketing/facebook-for-business\">Facebook</a></strong>, <strong><a href=\"http://amazingbusinessresources.com/social-media-marketing/twitter-for-business\">Twitter</a></strong>, <strong><a href=\"http://amazingbusinessresources.com/social-media-marketing/youtube-for-business\">Youtube</a>, Foursquare, and LinkedIn</strong>. It’s not just about our ability to produce results, but more importantly, it’s about our clients joining us for the ride and executing a powerful campaign together.</p>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong><strong>Let’s get started</strong></p>\r\n<p style=\"text-align: justify;\">Thank you very much for getting to know what Amazing Business Resources is all about. <a href=\"http://amazingbusinessresources.com/contact-us\">Give us a call </a>or <strong><a title=\"Contact Us\" href=\"mailto:info@amazingbusinessresources.com\">email us</a></strong> right now to take the first steps in dominating the internet portal in online landscape. We will be here every step of the way and will help you love the social space.</p>','About Us','','inherit','open','open','','14-revision-7','','','2011-08-26 14:45:55','2011-08-26 06:45:55','',14,'http://newweb.amazingbusinessresources.com/?p=51',0,'revision','',0,NULL),(52,1,'2011-08-26 02:55:11','2011-08-25 18:55:11','AMAZING BUSINESS RESOURCES\r\nAddress: E-2-22, IOI Boulevard,\r\nJalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor\r\nPhone: +603 8073 7230\r\nFax : +603 8073 7233','Contact us','','inherit','open','open','','32-revision-5','','','2011-08-26 02:55:11','2011-08-25 18:55:11','',32,'http://newweb.amazingbusinessresources.com/archives/52',0,'revision','',0,NULL),(53,1,'2011-08-26 14:53:05','2011-08-26 06:53:05','<a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a>\r\n\r\nAMAZING BUSINESS RESOURCES\r\nAddress: E-2-22, IOI Boulevard,\r\nJalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor\r\nPhone: +603 8073 7230\r\nFax : +603 8073 7233','Contact us','','inherit','open','open','','32-revision-6','','','2011-08-26 14:53:05','2011-08-26 06:53:05','',32,'http://newweb.amazingbusinessresources.com/archives/53',0,'revision','',0,NULL),(54,1,'2011-08-26 15:13:33','2011-08-26 07:13:33','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Address</td>\r\n<td>E-2-22, IOI Boulevard,\r\nJalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-7','','','2011-08-26 15:13:33','2011-08-26 07:13:33','',32,'http://newweb.amazingbusinessresources.com/archives/54',0,'revision','',0,NULL),(55,1,'2011-08-26 15:14:04','2011-08-26 07:14:04','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Address</td>\r\n<td>E-2-22, IOI Boulevard,\r\nJalan Kenari 5, Bandar Puchong Jaya,\r\n\r\n47170, Selangor</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-8','','','2011-08-26 15:14:04','2011-08-26 07:14:04','',32,'http://newweb.amazingbusinessresources.com/archives/55',0,'revision','',0,NULL),(56,1,'2011-08-26 15:15:31','2011-08-26 07:15:31','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Address</td>\r\n<td>E-2-22, IOI Boulevard,\r\nJalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-9','','','2011-08-26 15:15:31','2011-08-26 07:15:31','',32,'http://newweb.amazingbusinessresources.com/archives/56',0,'revision','',0,NULL),(58,1,'2011-08-26 15:17:44','2011-08-26 07:17:44','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Address</td>\r\n<td>E-2-22, IOI Boulevard, Jalan Kenari 5,\r\n\r\nBandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-11','','','2011-08-26 15:17:44','2011-08-26 07:17:44','',32,'http://newweb.amazingbusinessresources.com/archives/58',0,'revision','',0,NULL),(57,1,'2011-08-26 15:16:07','2011-08-26 07:16:07','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Address</td>\r\n<td>E-2-22, IOI Boulevard, Jalan Kenari 5,                                        Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-10','','','2011-08-26 15:16:07','2011-08-26 07:16:07','',32,'http://newweb.amazingbusinessresources.com/archives/57',0,'revision','',0,NULL),(59,1,'2011-08-26 15:19:32','2011-08-26 07:19:32','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Address</td>\r\n<td>E-2-22, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-12','','','2011-08-26 15:19:32','2011-08-26 07:19:32','',32,'http://newweb.amazingbusinessresources.com/archives/59',0,'revision','',0,NULL),(60,1,'2011-08-26 15:20:57','2011-08-26 07:20:57','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 200px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-2-22, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-13','','','2011-08-26 15:20:57','2011-08-26 07:20:57','',32,'http://newweb.amazingbusinessresources.com/archives/60',0,'revision','',0,NULL),(61,1,'2011-08-26 15:21:45','2011-08-26 07:21:45','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 80px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 220px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-2-22, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-14','','','2011-08-26 15:21:45','2011-08-26 07:21:45','',32,'http://newweb.amazingbusinessresources.com/archives/61',0,'revision','',0,NULL),(62,1,'2011-08-26 15:23:07','2011-08-26 07:23:07','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 300px; text-align: center;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><strong>OUR LOCATION</strong></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 80px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 220px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-2-22, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-15','','','2011-08-26 15:23:07','2011-08-26 07:23:07','',32,'http://newweb.amazingbusinessresources.com/archives/62',0,'revision','',0,NULL),(80,1,'2011-08-26 16:22:35','2011-08-26 08:22:35','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 200px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 400px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>LOCATION MAP</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-33','','','2011-08-26 16:22:35','2011-08-26 08:22:35','',32,'http://newweb.amazingbusinessresources.com/archives/80',0,'revision','',0,NULL),(79,1,'2011-08-26 16:19:45','2011-08-26 08:19:45','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"5\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"2\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 80px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 220px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td rowspan=\"4\" colspan=\"2\">[googleMap width=\"300\" height=\"200\"]Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor[/googleMap]</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-32','','','2011-08-26 16:19:45','2011-08-26 08:19:45','',32,'http://newweb.amazingbusinessresources.com/archives/79',0,'revision','',0,NULL),(63,1,'2011-08-26 15:23:55','2011-08-26 07:23:55','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 300px; text-align: center;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><strong>OUR LOCATION</strong></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 80px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 220px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-2-22, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-16','','','2011-08-26 15:23:55','2011-08-26 07:23:55','',32,'http://newweb.amazingbusinessresources.com/archives/63',0,'revision','',0,NULL),(64,1,'2011-08-26 15:24:52','2011-08-26 07:24:52','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"5\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 300px; text-align: center;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><strong>OUR LOCATION</strong></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 80px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 220px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-2-22, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-17','','','2011-08-26 15:24:52','2011-08-26 07:24:52','',32,'http://newweb.amazingbusinessresources.com/archives/64',0,'revision','',0,NULL),(65,1,'2011-08-26 15:26:14','2011-08-26 07:26:14','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"5\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 300px; text-align: center;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><strong>OUR LOCATION</strong></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 80px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 220px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-2-22, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-18','','','2011-08-26 15:26:14','2011-08-26 07:26:14','',32,'http://newweb.amazingbusinessresources.com/archives/65',0,'revision','',0,NULL),(87,1,'2011-08-26 14:48:23','2011-08-26 06:48:23','<p style=\"text-align: justify;\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"About Amazing\" width=\"300\" height=\"55\" /></a></p>\r\n<p style=\"text-align: justify;\"><strong>Amazing Business Resources</strong> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Culture and Values</strong></p>\r\n<p style=\"text-align: justify;\"><strong></strong>We value integrity, honesty, and transparency. We vow to work together with our clients to make sure they are successful in the internet world. We are proud of the fact that we take the time to share with our clients about how to successfully use internet marketing channel like <strong>Website, Blog, Emailing Marketing, Mobile/SMS Marketing, Search Engine Optimization Techniques, <a href=\"http://amazingbusinessresources.com/social-media-marketing/facebook-for-business\">Facebook</a>, <a href=\"http://amazingbusinessresources.com/social-media-marketing/twitter-for-business\">Twitter</a>, <a href=\"http://amazingbusinessresources.com/social-media-marketing/youtube-for-business\">Youtube</a>, Foursquare, and LinkedIn. </strong>It’s not just about our ability to produce results, but more importantly, it’s about our clients joining us for the ride and executing a powerful campaign together.</p>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong><strong>Let’s get started</strong></p>\r\n<p style=\"text-align: justify;\">Thank you very much for getting to know what Amazing Business Resources is all about. <strong><a href=\"http://newweb.amazingbusinessresources.com/?page_id=32\" target=\"_blank\">Call us</a> </strong>or <strong><a title=\"Contact Us\" href=\"mailto:info@amazingbusinessresources.com\">email us</a></strong> right now to take the first steps in dominating the internet portal in online landscape. We will be here every step of the way and will help you love the social space.</p>','About Us','','inherit','open','open','','14-revision-8','','','2011-08-26 14:48:23','2011-08-26 06:48:23','',14,'http://newweb.amazingbusinessresources.com/archives/87',0,'revision','',0,NULL),(66,1,'2011-08-26 15:26:45','2011-08-26 07:26:45','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"5\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 300px; text-align: center;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"2\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 80px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 220px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-2-22, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-19','','','2011-08-26 15:26:45','2011-08-26 07:26:45','',32,'http://newweb.amazingbusinessresources.com/archives/66',0,'revision','',0,NULL),(67,1,'2011-08-26 15:27:09','2011-08-26 07:27:09','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"5\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 300px; text-align: center;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"2\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 80px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 220px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-2-22, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-20','','','2011-08-26 15:27:09','2011-08-26 07:27:09','',32,'http://newweb.amazingbusinessresources.com/archives/67',0,'revision','',0,NULL),(71,1,'2011-08-26 15:46:28','2011-08-26 07:46:28','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"5\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"2\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 80px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 220px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td rowspan=\"4\" colspan=\"2\"> [googleMap description=\"Boulevard, Puchong\" width=\"300\" height=\"300\"][/googleMap]</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-24','','','2011-08-26 15:46:28','2011-08-26 07:46:28','',32,'http://newweb.amazingbusinessresources.com/archives/71',0,'revision','',0,NULL),(70,1,'2011-08-26 15:44:51','2011-08-26 07:44:51','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"5\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"2\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 80px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 220px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td> [googleMap description=\"Boulevard, Puchong\" width=\"300\" height=\"300\"][/googleMap]</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-23','','','2011-08-26 15:44:51','2011-08-26 07:44:51','',32,'http://newweb.amazingbusinessresources.com/archives/70',0,'revision','',0,NULL),(69,1,'2011-08-26 15:41:51','2011-08-26 07:41:51','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"5\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"2\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 80px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 220px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">[googleMap name=\"Amazing Business Resources\" description=\"Boulevard, Puchong\" width=\"300\" height=\"300\"]E-2-22, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor[/googleMap][googleMap name=\"Amazing Business Resources\" description=\"Boulevard, Puchong\" width=\"300\" height=\"300\"]E-2-22, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor[/googleMap]</td>\r\n<td></td>\r\n<td>\r\n<pre></pre>\r\n</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-22','','','2011-08-26 15:41:51','2011-08-26 07:41:51','',32,'http://newweb.amazingbusinessresources.com/archives/69',0,'revision','',0,NULL),(68,1,'2011-08-26 15:34:20','2011-08-26 07:34:20','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"5\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 300px; text-align: center;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"2\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 80px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 220px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-2-22, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td>\r\n<pre>http://maps.google.com/maps/geo?q=1600+Amphitheatre+Parkway,+Mountain+View,+CA&amp;output=json&amp;oe=utf8\\\r\n&amp;sensor=true_or_false&amp;key=ABQIAAAAiocaXJdrUeuMsKYxYuwuXhQw2S4fqUpfPbqOz6Q3aILGdeirLxTr2bXgS0o8pkGxziCQn4UV4CfLTg</pre>\r\n</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-21','','','2011-08-26 15:34:20','2011-08-26 07:34:20','',32,'http://newweb.amazingbusinessresources.com/archives/68',0,'revision','',0,NULL),(74,1,'2011-08-26 15:48:32','2011-08-26 07:48:32','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"5\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"2\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 80px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 220px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td rowspan=\"4\" colspan=\"2\"> [googleMap description=\"IOI Boulevard, Puchong\" width=\"300\" height=\"300\"][/googleMap]</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-27','','','2011-08-26 15:48:32','2011-08-26 07:48:32','',32,'http://newweb.amazingbusinessresources.com/archives/74',0,'revision','',0,NULL),(78,1,'2011-08-26 16:17:30','2011-08-26 08:17:30','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"5\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"2\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 80px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 220px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td rowspan=\"4\" colspan=\"2\">[googleMap]Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor[/googleMap]</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-31','','','2011-08-26 16:17:30','2011-08-26 08:17:30','',32,'http://newweb.amazingbusinessresources.com/archives/78',0,'revision','',0,NULL),(72,1,'2011-08-26 15:46:49','2011-08-26 07:46:49','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"5\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"2\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 80px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 220px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td rowspan=\"4\" colspan=\"2\"> [googleMap description=\"Boulevard, Puchong\" width=\"300\" height=\"300\"][/googleMap]</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-25','','','2011-08-26 15:46:49','2011-08-26 07:46:49','',32,'http://newweb.amazingbusinessresources.com/archives/72',0,'revision','',0,NULL),(73,1,'2011-08-26 15:47:43','2011-08-26 07:47:43','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"5\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"2\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 80px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 220px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td rowspan=\"4\" colspan=\"2\"> [googleMap description=\"IOI [googleMap][/googleMap]Boulevard, Puchong\" width=\"300\" height=\"300\"][/googleMap]</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-26','','','2011-08-26 15:47:43','2011-08-26 07:47:43','',32,'http://newweb.amazingbusinessresources.com/archives/73',0,'revision','',0,NULL),(75,1,'2011-08-26 15:56:49','2011-08-26 07:56:49','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"5\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"2\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 80px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 220px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td rowspan=\"4\" colspan=\"2\"></td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-28','','','2011-08-26 15:56:49','2011-08-26 07:56:49','',32,'http://newweb.amazingbusinessresources.com/archives/75',0,'revision','',0,NULL),(77,1,'2011-08-26 16:16:57','2011-08-26 08:16:57','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"5\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"2\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 80px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 220px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td rowspan=\"4\" colspan=\"2\">[googleMap]IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor[/googleMap]</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-30','','','2011-08-26 16:16:57','2011-08-26 08:16:57','',32,'http://newweb.amazingbusinessresources.com/archives/77',0,'revision','',0,NULL),(76,1,'2011-08-26 16:14:13','2011-08-26 08:14:13','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"5\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"2\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 80px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 220px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n<td></td>\r\n<td rowspan=\"4\" colspan=\"2\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor[googleMap]E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor[/googleMap]</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-29','','','2011-08-26 16:14:13','2011-08-26 08:14:13','',32,'http://newweb.amazingbusinessresources.com/archives/76',0,'revision','',0,NULL),(81,1,'2011-08-26 16:24:01','2011-08-26 08:24:01','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-34','','','2011-08-26 16:24:01','2011-08-26 08:24:01','',32,'http://newweb.amazingbusinessresources.com/archives/81',0,'revision','',0,NULL),(82,1,'2011-08-26 16:25:36','2011-08-26 08:25:36','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">IOI Boulevard[googleMap width=\"600\" height=\"400\"]IOI Boulevard[/googleMap]</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-35','','','2011-08-26 16:25:36','2011-08-26 08:25:36','',32,'http://newweb.amazingbusinessresources.com/archives/82',0,'revision','',0,NULL),(86,1,'2011-08-26 16:32:26','2011-08-26 08:32:26','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><img class=\"aligncenter size-large wp-image-84\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources-1024x106.png\" alt=\"\" width=\"614\" height=\"64\" /></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">[googleMap width=\"600\" height=\"300\"]Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor[/googleMap]</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-37','','','2011-08-26 16:32:26','2011-08-26 08:32:26','',32,'http://newweb.amazingbusinessresources.com/archives/86',0,'revision','',0,NULL),(85,1,'2011-08-26 16:27:07','2011-08-26 08:27:07','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.png\"><img class=\"aligncenter size-medium wp-image-47\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing-300x55.png\" alt=\"Amazing Business Resources\" width=\"300\" height=\"55\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>AMAZING BUSINESS RESOURCES</strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">[googleMap width=\"600\" height=\"300\"]Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor[/googleMap]</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-36','','','2011-08-26 16:27:07','2011-08-26 08:27:07','',32,'http://newweb.amazingbusinessresources.com/archives/85',0,'revision','',0,NULL),(99,1,'2011-08-27 17:21:33','2011-08-27 09:21:33','','Amazing Business Resources','','inherit','open','open','','amazing-business-resources','','','2011-08-27 17:21:33','2011-08-27 09:21:33','',32,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg',0,'attachment','image/jpeg',0,NULL),(88,1,'2011-08-26 16:37:12','2011-08-26 08:37:12','<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-large wp-image-84\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources-1024x106.png\" alt=\"Amazing Business Resources\" width=\"614\" height=\"64\" /></p>\r\n<p style=\"text-align: justify;\"><strong>Amazing Business Resources</strong> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Culture and Values</strong></p>\r\n<p style=\"text-align: justify;\"><strong></strong>We value integrity, honesty, and transparency. We vow to work together with our clients to make sure they are successful in the internet world. We are proud of the fact that we take the time to share with our clients about how to successfully use internet marketing channel like <strong>Website, Blog, Emailing Marketing, Mobile/SMS Marketing, Search Engine Optimization Techniques, <a href=\"http://amazingbusinessresources.com/social-media-marketing/facebook-for-business\">Facebook</a>, <a href=\"http://amazingbusinessresources.com/social-media-marketing/twitter-for-business\">Twitter</a>, <a href=\"http://amazingbusinessresources.com/social-media-marketing/youtube-for-business\">Youtube</a>, Foursquare, and LinkedIn. </strong>It’s not just about our ability to produce results, but more importantly, it’s about our clients joining us for the ride and executing a powerful campaign together.</p>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong><strong>Let’s get started</strong></p>\r\n<p style=\"text-align: justify;\">Thank you very much for getting to know what Amazing Business Resources is all about. <strong><a href=\"http://newweb.amazingbusinessresources.com/?page_id=32\" target=\"_blank\">Call us</a> </strong>or <strong><a title=\"Contact Us\" href=\"mailto:info@amazingbusinessresources.com\">email us</a></strong> right now to take the first steps in dominating the internet portal in online landscape. We will be here every step of the way and will help you love the social space.</p>','About Us','','inherit','open','open','','14-revision-9','','','2011-08-26 16:37:12','2011-08-26 08:37:12','',14,'http://newweb.amazingbusinessresources.com/archives/88',0,'revision','',0,NULL),(103,1,'2011-08-28 15:04:19','2011-08-28 07:04:19','','Website Development','','inherit','open','open','','website-development-2','','','2011-08-28 15:04:19','2011-08-28 07:04:19','',21,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg',0,'attachment','image/jpeg',0,NULL),(104,1,'2011-08-28 15:04:28','2011-08-28 07:04:28','','Email Marketing','','inherit','open','open','','email-marketing','','','2011-08-28 15:04:28','2011-08-28 07:04:28','',21,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg',0,'attachment','image/jpeg',0,NULL),(101,1,'2011-08-26 16:37:39','2011-08-26 08:37:39','<p style=\"text-align: center;\"><img class=\"aligncenter size-large wp-image-84\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources-1024x106.png\" alt=\"Amazing Business Resources\" width=\"614\" height=\"64\" /></p>\r\n<p style=\"text-align: justify;\"><strong>Amazing Business Resources</strong> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Culture and Values</strong></p>\r\n<p style=\"text-align: justify;\"><strong></strong>We value integrity, honesty, and transparency. We vow to work together with our clients to make sure they are successful in the internet world. We are proud of the fact that we take the time to share with our clients about how to successfully use internet marketing channel like <strong>Website, Blog, Emailing Marketing, Mobile/SMS Marketing, Search Engine Optimization Techniques, <a href=\"http://amazingbusinessresources.com/social-media-marketing/facebook-for-business\">Facebook</a>, <a href=\"http://amazingbusinessresources.com/social-media-marketing/twitter-for-business\">Twitter</a>, <a href=\"http://amazingbusinessresources.com/social-media-marketing/youtube-for-business\">Youtube</a>, Foursquare, and LinkedIn. </strong>It’s not just about our ability to produce results, but more importantly, it’s about our clients joining us for the ride and executing a powerful campaign together.</p>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong><strong>Let’s get started</strong></p>\r\n<p style=\"text-align: justify;\">Thank you very much for getting to know what Amazing Business Resources is all about. <strong><a href=\"http://newweb.amazingbusinessresources.com/?page_id=32\" target=\"_blank\">Call us</a> </strong>or <strong><a title=\"Contact Us\" href=\"mailto:info@amazingbusinessresources.com\">email us</a></strong> right now to take the first steps in dominating the internet portal in online landscape. We will be here every step of the way and will help you love the social space.</p>','About Us','','inherit','open','open','','14-revision-10','','','2011-08-26 16:37:39','2011-08-26 08:37:39','',14,'http://newweb.amazingbusinessresources.com/archives/101',0,'revision','',0,NULL),(109,1,'2011-08-26 02:10:57','2011-08-25 18:10:57','','Our Services','','inherit','open','open','','21-revision-6','','','2011-08-26 02:10:57','2011-08-25 18:10:57','',21,'http://newweb.amazingbusinessresources.com/archives/109',0,'revision','',0,NULL),(112,1,'2011-08-28 17:32:21','2011-08-28 09:32:21','<p style=\"text-align: center;\"><strong>Start your Online Marketing Journey with <span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #0000ff;\">Business Resources</span></strong></p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-8','','','2011-08-28 17:32:21','2011-08-28 09:32:21','',21,'http://newweb.amazingbusinessresources.com/archives/112',0,'revision','',0,NULL),(110,1,'2011-08-31 02:31:00','2011-08-30 18:31:00','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" /><img class=\"aligncenter size-full wp-image-152\" title=\"TITLE copy_2\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/TITLE-copy_2.jpg\" alt=\"\" width=\"480\" height=\"48\" /></span></h1>\n<h1 style=\"text-align: center;\"></h1>\n<table border=\"0\">\n<tbody>\n<tr>\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/website-development\"><img class=\"size-full wp-image-103 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></a></td>\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/search-engine-optimization-seo\"><img class=\"size-full wp-image-105 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></a></td>\n</tr>\n<tr>\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"Website Development\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/website-development\">Read more</a></span></p>\n</td>\n<td></td>\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"SEO\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/search-engine-optimization-seo\">Read more</a></span></p>\n</td>\n</tr>\n<tr>\n<td><span style=\"color: #ffffff;\">.</span></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1\"><img class=\"size-full wp-image-106 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></a></td>\n<td></td>\n<td><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/email-marketing-2\"><img class=\"size-full wp-image-104 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></a></td>\n</tr>\n<tr>\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"Social Media Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1\">Read more</a></span></p>\n</td>\n<td></td>\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\"><a title=\"Email Marketing Campaign\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/email-marketing-2\">Read more</a></span></p>\n</td>\n</tr>\n<tr>\n<td><span style=\"color: #ffffff;\">.</span></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/mobile-marketing-1\"><img class=\"size-full wp-image-107 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></a></td>\n<td></td>\n<td><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/media-planning-1\"><img class=\"size-full wp-image-108 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></a></td>\n</tr>\n<tr>\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">Amazing\'s SMS marketing platform allows you to quickly, easily, and economically implement mobile campaigns and spin your database into gold mine. </span>\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"Mobile Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/mobile-marketing-1\">Read more</a></span></p>\n</td>\n<td></td>\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on. </span>\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"Media Planning\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/media-planning-1\">Read more</a></span></p>\n</td>\n</tr>\n</tbody>\n</table>\n<br />','Our Services','','inherit','open','open','','21-autosave','','','2011-08-31 02:31:00','2011-08-30 18:31:00','',21,'http://newweb.amazingbusinessresources.com/archives/110',0,'revision','',0,NULL),(111,1,'2011-08-28 17:28:36','2011-08-28 09:28:36','<div class=\"pic\"><a href=\"#\"><img src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"img\" width=\"278\" height=\"109\" /></a></div>\r\nA website has now become the means of generating more business than any other medium of advertising. Internet today is being used 24/7 and is accessible from every corner of the world.\r\n\r\n» <a href=\"#\">read more</a>\r\n<div class=\"html_blog\">\r\n<div class=\"pic\"><a href=\"#\"><img src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"img\" width=\"278\" height=\"109\" /></a></div>\r\nLet’s face it, business is much easier when clients can find you! Rise above the crowd. Make Sure your MESSAGE is heard. Don\'t get left behind your competitors in search engine rankings.\r\n\r\n» <a href=\"#\">read more</a>\r\n\r\n</div>\r\n<div class=\"html_blog\">\r\n<div class=\"pic\"><a href=\"#\"><img src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"img\" width=\"278\" height=\"109\" /></a></div>\r\nAmazing creates and leads powerful social media campaigns that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of Power and Importance in the market place\r\n\r\n» <a href=\"#\">read more</a>\r\n\r\n</div>\r\n<div class=\"html_blog\">\r\n<div class=\"pic\"><a href=\"#\"><img src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"img\" width=\"278\" height=\"109\" /></a></div>\r\nEmail Marketing - A Must have for building your business. Use email newsletters to connect with subscribers and market your business.\r\n\r\n» <a href=\"#\">read more</a>\r\n\r\n</div>\r\n<div class=\"html_blog\">\r\n<div class=\"pic\"><a href=\"#\"><img src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"img\" width=\"278\" height=\"109\" /></a></div>\r\nAmazing\'s SMS marketing platform allows you to quickly, easily, and economically implement mobile campaigns and spin your database into gold.\r\n\r\n» <a href=\"#\">read more</a>\r\n\r\n</div>\r\n<div class=\"html_blog\">\r\n<div class=\"pic\"><a href=\"#\"><img src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"img\" width=\"278\" height=\"109\" /></a></div>\r\nAmazing creates and leads powerful social media campaigns that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of Power and Importance in the market place\r\n\r\n» <a href=\"#\">read more</a>\r\n\r\n</div>','Our Services','','inherit','open','open','','21-revision-7','','','2011-08-28 17:28:36','2011-08-28 09:28:36','',21,'http://newweb.amazingbusinessresources.com/archives/111',0,'revision','',0,NULL),(113,1,'2011-08-28 17:32:42','2011-08-28 09:32:42','<h3 style=\"text-align: center;\"><strong>Start your Online Marketing Journey with <span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #0000ff;\">Business Resources</span></strong></h3>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-9','','','2011-08-28 17:32:42','2011-08-28 09:32:42','',21,'http://newweb.amazingbusinessresources.com/archives/113',0,'revision','',0,NULL),(114,1,'2011-08-28 17:44:57','2011-08-28 09:44:57','<h3 style=\"text-align: center;\"><strong>Start your Online Marketing Journey with <span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #0000ff;\">Business Resources</span></strong></h3>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-10','','','2011-08-28 17:44:57','2011-08-28 09:44:57','',21,'http://newweb.amazingbusinessresources.com/archives/114',0,'revision','',0,NULL),(115,1,'2011-08-28 17:45:52','2011-08-28 09:45:52','<h3 style=\"text-align: center;\"><strong><span style=\"color: #ff0000;\">Amazing</span> Online Marketing Journey with <span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #0000ff;\">Business Resources</span></strong></h3>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-11','','','2011-08-28 17:45:52','2011-08-28 09:45:52','',21,'http://newweb.amazingbusinessresources.com/archives/115',0,'revision','',0,NULL),(116,1,'2011-08-28 17:46:33','2011-08-28 09:46:33','<h3 style=\"text-align: center;\"><strong><span style=\"color: #ff0000;\">Amazing</span> Online Marketing Journey with <span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #0000ff;\">Business Resources</span></strong></h3>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-12','','','2011-08-28 17:46:33','2011-08-28 09:46:33','',21,'http://newweb.amazingbusinessresources.com/archives/116',0,'revision','',0,NULL),(117,1,'2011-08-28 17:47:52','2011-08-28 09:47:52','<h3 style=\"text-align: center;\"><strong><span style=\"color: #ff0000;\">Amazing</span> Online Marketing Journey with <span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #0000ff;\">Business Resources</span></strong></h3>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and RANKS WELL in popular SEARCH ENGINES which in turn INCREASES YOUR SALES.</p>\r\n</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-13','','','2011-08-28 17:47:52','2011-08-28 09:47:52','',21,'http://newweb.amazingbusinessresources.com/archives/117',0,'revision','',0,NULL),(118,1,'2011-08-28 17:50:07','2011-08-28 09:50:07','<h3 style=\"text-align: center;\"><strong><span style=\"color: #ff0000;\">Amazing</span> Online Marketing Journey with <span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #0000ff;\">Business Resources</span></strong></h3>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and <strong>RANKS WELL</strong> in popular <strong>SEARCH ENGINES</strong> which in turn INCREASES YOUR SALES.</span></p>\r\n</td>\r\n<td></td>\r\n<td>SEO is one of the most important aspects of <strong>Web Marketing</strong>. Let’s face it, business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both <strong>On-Site</strong> and <strong>Off-Site SEO (Link Building)</strong>.</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-14','','','2011-08-28 17:50:07','2011-08-28 09:50:07','',21,'http://newweb.amazingbusinessresources.com/archives/118',0,'revision','',0,NULL),(119,1,'2011-08-28 17:50:54','2011-08-28 09:50:54','<h3 style=\"text-align: center;\"><strong><span style=\"color: #ff0000;\">Amazing</span> Online Marketing Journey with <span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #0000ff;\">Business Resources</span></strong></h3>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and <strong>RANKS WELL</strong> in popular <strong>SEARCH ENGINES</strong> which in turn INCREASES YOUR SALES.</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #000000;\">SEO is one of the most important aspects of <strong>Web Marketing</strong>. Let’s face it, business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both <strong>On-Site</strong> and <strong>Off-Site SEO (Link Building)</strong>.</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-15','','','2011-08-28 17:50:54','2011-08-28 09:50:54','',21,'http://newweb.amazingbusinessresources.com/archives/119',0,'revision','',0,NULL),(120,1,'2011-08-28 17:52:05','2011-08-28 09:52:05','<h3 style=\"text-align: center;\"><strong><span style=\"color: #ff0000;\">Amazing</span> Online Marketing Journey with <span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #0000ff;\">Business Resources</span></strong></h3>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 28px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and <strong>RANKS WELL</strong> in popular <strong>SEARCH ENGINES</strong> which in turn INCREASES YOUR SALES.</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #000000;\">SEO is one of the most important aspects of <strong>Web Marketing</strong>. Let’s face it, business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both <strong>On-Site</strong> and <strong>Off-Site SEO (Link Building)</strong>.</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-16','','','2011-08-28 17:52:05','2011-08-28 09:52:05','',21,'http://newweb.amazingbusinessresources.com/archives/120',0,'revision','',0,NULL),(123,1,'2011-08-28 17:54:58','2011-08-28 09:54:58','<h3 style=\"text-align: center;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\"><strong><span style=\"color: #ff0000;\">Amazing</span> Online Marketing Journey with <span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #0000ff;\">Business Resources</span></strong></span></h3>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 28px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p style=\"text-align: justify;\">A website has now become the means of generating <strong>more business</strong> than any other medium of advertising. Today everything you need is achieved at the <strong>click of a button.</strong></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 280px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #000000;\">SEO is one of the most important aspects of <strong>Web Marketing</strong>. Let’s face it, business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both <strong>On-Site</strong> and <strong>Off-Site SEO</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-19','','','2011-08-28 17:54:58','2011-08-28 09:54:58','',21,'http://newweb.amazingbusinessresources.com/archives/123',0,'revision','',0,NULL),(127,1,'2011-08-28 17:56:49','2011-08-28 09:56:49','<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\">Amazing</span> Online Marketing Journey with <span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></h2>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 28px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">A website has now become the means of generating <strong>more business</strong> than any other medium of advertising. Today everything you need is achieved at the <strong>click of a button.</strong></span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 280px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">SEO is one of the most important aspects of <strong>Web Marketing</strong>. Let’s face it, business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both <strong>On-Site</strong> and <strong>Off-Site SEO</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-23','','','2011-08-28 17:56:49','2011-08-28 09:56:49','',21,'http://newweb.amazingbusinessresources.com/archives/127',0,'revision','',0,NULL),(121,1,'2011-08-28 17:52:26','2011-08-28 09:52:26','<h3 style=\"text-align: center;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\"><strong><span style=\"color: #ff0000;\">Amazing</span> Online Marketing Journey with <span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #0000ff;\">Business Resources</span></strong></span></h3>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 28px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and <strong>RANKS WELL</strong> in popular <strong>SEARCH ENGINES</strong> which in turn INCREASES YOUR SALES.</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #000000;\">SEO is one of the most important aspects of <strong>Web Marketing</strong>. Let’s face it, business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both <strong>On-Site</strong> and <strong>Off-Site SEO (Link Building)</strong>.</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-17','','','2011-08-28 17:52:26','2011-08-28 09:52:26','',21,'http://newweb.amazingbusinessresources.com/archives/121',0,'revision','',0,NULL),(122,1,'2011-08-28 17:54:04','2011-08-28 09:54:04','<h3 style=\"text-align: center;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\"><strong><span style=\"color: #ff0000;\">Amazing</span> Online Marketing Journey with <span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #0000ff;\">Business Resources</span></strong></span></h3>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 28px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p style=\"text-align: justify;\">A website has now become the means of generating <strong>more business</strong> than any other medium of advertising. Internet today is being used 24 / 7 and is accessible from every house. People are highly dependant on the internet for small and inconspicuous things like a pin or a paper. Today everything you need is achieved at the <strong>click of a button.</strong></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 280px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #000000;\">SEO is one of the most important aspects of <strong>Web Marketing</strong>. Let’s face it, business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both <strong>On-Site</strong> and <strong>Off-Site SEO</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-18','','','2011-08-28 17:54:04','2011-08-28 09:54:04','',21,'http://newweb.amazingbusinessresources.com/archives/122',0,'revision','',0,NULL),(124,1,'2011-08-28 17:55:31','2011-08-28 09:55:31','<h3 style=\"text-align: center;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\"><strong><span style=\"color: #ff0000;\">Amazing</span> Online Marketing Journey with <span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #0000ff;\">Business Resources</span></strong></span></h3>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 28px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">A website has now become the means of generating <strong>more business</strong> than any other medium of advertising. Today everything you need is achieved at the <strong>click of a button.</strong></span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 280px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">SEO is one of the most important aspects of <strong>Web Marketing</strong>. Let’s face it, business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both <strong>On-Site</strong> and <strong>Off-Site SEO</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-20','','','2011-08-28 17:55:31','2011-08-28 09:55:31','',21,'http://newweb.amazingbusinessresources.com/archives/124',0,'revision','',0,NULL),(125,1,'2011-08-28 17:55:44','2011-08-28 09:55:44','<h3 style=\"text-align: center;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\"><strong><span style=\"color: #ff0000;\">Amazing</span> Online Marketing Journey with <span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #0000ff;\">Business Resources</span></strong></span></h3>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 28px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">A website has now become the means of generating <strong>more business</strong> than any other medium of advertising. Today everything you need is achieved at the <strong>click of a button.</strong></span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 280px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">SEO is one of the most important aspects of <strong>Web Marketing</strong>. Let’s face it, business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both <strong>On-Site</strong> and <strong>Off-Site SEO</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-21','','','2011-08-28 17:55:44','2011-08-28 09:55:44','',21,'http://newweb.amazingbusinessresources.com/archives/125',0,'revision','',0,NULL),(126,1,'2011-08-28 17:56:08','2011-08-28 09:56:08','<h1 style=\"text-align: center;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\"><strong><span style=\"color: #ff0000;\">Amazing</span> Online Marketing Journey with <span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #0000ff;\">Business Resources</span></strong></span></h1>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 28px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">A website has now become the means of generating <strong>more business</strong> than any other medium of advertising. Today everything you need is achieved at the <strong>click of a button.</strong></span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 280px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">SEO is one of the most important aspects of <strong>Web Marketing</strong>. Let’s face it, business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both <strong>On-Site</strong> and <strong>Off-Site SEO</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-22','','','2011-08-28 17:56:08','2011-08-28 09:56:08','',21,'http://newweb.amazingbusinessresources.com/archives/126',0,'revision','',0,NULL),(128,1,'2011-08-28 17:59:42','2011-08-28 09:59:42','<h2 style=\"text-align: center;\"></h2>\r\n<h2 style=\"text-align: center;\"></h2>\r\n<h2 style=\"text-align: center;\"></h2>\r\n<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\">Amazing</span> Online Marketing Journey with <span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></h2>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 28px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">A website has now become the means of generating <strong>more business</strong> than any other medium of advertising. Today everything you need is achieved at the <strong>click of a button.</strong></span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 280px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">SEO is one of the most important aspects of <strong>Web Marketing</strong>. Let’s face it, business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both <strong>On-Site</strong> and <strong>Off-Site SEO</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-24','','','2011-08-28 17:59:42','2011-08-28 09:59:42','',21,'http://newweb.amazingbusinessresources.com/archives/128',0,'revision','',0,NULL),(129,1,'2011-08-28 18:00:09','2011-08-28 10:00:09','<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" />Amazing</span> Online Marketing Journey with <span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></h2>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 28px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">A website has now become the means of generating <strong>more business</strong> than any other medium of advertising. Today everything you need is achieved at the <strong>click of a button.</strong></span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 280px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">SEO is one of the most important aspects of <strong>Web Marketing</strong>. Let’s face it, business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both <strong>On-Site</strong> and <strong>Off-Site SEO</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-25','','','2011-08-28 18:00:09','2011-08-28 10:00:09','',21,'http://newweb.amazingbusinessresources.com/archives/129',0,'revision','',0,NULL),(133,1,'2011-08-28 18:04:04','2011-08-28 10:04:04','<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" />Amazing</span> Online Marketing Solutions</h2>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 28px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button.</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 280px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Let’s face it, business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-29','','','2011-08-28 18:04:04','2011-08-28 10:04:04','',21,'http://newweb.amazingbusinessresources.com/archives/133',0,'revision','',0,NULL),(130,1,'2011-08-28 18:01:14','2011-08-28 10:01:14','<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" />Amazing</span> Online Marketing Solutions</h2>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 28px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">A website has now become the means of generating <strong>more business</strong> than any other medium of advertising. Today everything you need is achieved at the <strong>click of a button.</strong></span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 280px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">SEO is one of the most important aspects of <strong>Web Marketing</strong>. Let’s face it, business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both <strong>On-Site</strong> and <strong>Off-Site SEO</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-26','','','2011-08-28 18:01:14','2011-08-28 10:01:14','',21,'http://newweb.amazingbusinessresources.com/archives/130',0,'revision','',0,NULL),(131,1,'2011-08-28 18:02:32','2011-08-28 10:02:32','<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" />Amazing</span> Online Marketing Solutions</h2>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 28px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">A website has now become the means of generating <strong>more business</strong> than any other medium of advertising. Today everything you need is achieved at the <strong>click of a button.</strong></span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 280px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">SEO is one of the most important aspects of <strong>Web Marketing</strong>. Let’s face it, business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both <strong>On-Site</strong> and <strong>Off-Site SEO</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a <strong>community</strong> around your company and create digital conversations with your customers and clients. </span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-27','','','2011-08-28 18:02:32','2011-08-28 10:02:32','',21,'http://newweb.amazingbusinessresources.com/archives/131',0,'revision','',0,NULL),(132,1,'2011-08-28 18:03:02','2011-08-28 10:03:02','<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" />Amazing</span> Online Marketing Solutions</h2>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 28px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">A website has now become the means of generating <strong>more business</strong> than any other medium of advertising. Today everything you need is achieved at the <strong>click of a button.</strong></span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 280px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">SEO is one of the most important aspects of <strong>Web Marketing</strong>. Let’s face it, business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both <strong>On-Site</strong> and <strong>Off-Site SEO</strong></span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a <strong>community</strong> around your company and create digital conversations with your customers and clients. </span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-28','','','2011-08-28 18:03:02','2011-08-28 10:03:02','',21,'http://newweb.amazingbusinessresources.com/archives/132',0,'revision','',0,NULL),(134,1,'2011-08-28 18:05:23','2011-08-28 10:05:23','<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" />Amazing</span> Online Marketing Solutions</h2>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button.</span></td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Let’s face it, business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-30','','','2011-08-28 18:05:23','2011-08-28 10:05:23','',21,'http://newweb.amazingbusinessresources.com/archives/134',0,'revision','',0,NULL),(135,1,'2011-08-28 18:06:01','2011-08-28 10:06:01','<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" />Amazing</span> Online Marketing Solutions</h2>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button.</span></td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO</span></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-31','','','2011-08-28 18:06:01','2011-08-28 10:06:01','',21,'http://newweb.amazingbusinessresources.com/archives/135',0,'revision','',0,NULL),(136,1,'2011-08-28 18:07:01','2011-08-28 10:07:01','<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" />Amazing</span> Online Marketing Solutions</h2>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n&nbsp;</td>\r\n<td>&nbsp;</td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-32','','','2011-08-28 18:07:01','2011-08-28 10:07:01','',21,'http://newweb.amazingbusinessresources.com/archives/136',0,'revision','',0,NULL),(137,1,'2011-08-28 18:11:22','2011-08-28 10:11:22','<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" />Amazing</span> Online Marketing Solutions</h2>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n&nbsp;</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-33','','','2011-08-28 18:11:22','2011-08-28 10:11:22','',21,'http://newweb.amazingbusinessresources.com/archives/137',0,'revision','',0,NULL),(138,1,'2011-08-28 18:14:39','2011-08-28 10:14:39','<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" />Amazing</span> Online Marketing Solutions</h2>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n&nbsp;</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more! </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-34','','','2011-08-28 18:14:39','2011-08-28 10:14:39','',21,'http://newweb.amazingbusinessresources.com/archives/138',0,'revision','',0,NULL),(139,1,'2011-08-28 18:15:35','2011-08-28 10:15:35','<h2 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" />Amazing</span> Online Marketing Solutions</h2>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n&nbsp;</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\r\n<p style=\"text-align: right;\"></p>\r\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-35','','','2011-08-28 18:15:35','2011-08-28 10:15:35','',21,'http://newweb.amazingbusinessresources.com/archives/139',0,'revision','',0,NULL),(140,1,'2011-08-28 18:16:41','2011-08-28 10:16:41','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" />Amazing</span> Online Marketing Solutions</h1>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n&nbsp;</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\r\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-36','','','2011-08-28 18:16:41','2011-08-28 10:16:41','',21,'http://newweb.amazingbusinessresources.com/archives/140',0,'revision','',0,NULL),(141,1,'2011-08-28 18:17:07','2011-08-28 10:17:07','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" /></span><span style=\"color: #ff0000;\">Amazing</span> Online Marketing Solutions</h1>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n&nbsp;</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\r\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-37','','','2011-08-28 18:17:07','2011-08-28 10:17:07','',21,'http://newweb.amazingbusinessresources.com/archives/141',0,'revision','',0,NULL),(142,1,'2011-08-28 18:19:24','2011-08-28 10:19:24','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" /></span><span style=\"color: #ff0000;\">Amazing</span> Online Marketing Solutions</h1>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n&nbsp;</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\r\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-38','','','2011-08-28 18:19:24','2011-08-28 10:19:24','',21,'http://newweb.amazingbusinessresources.com/archives/142',0,'revision','',0,NULL),(143,1,'2011-08-28 18:21:25','2011-08-28 10:21:25','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" /></span><span style=\"color: #ff0000;\">Amazing</span> Online Marketing Solutions</h1>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n&nbsp;</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\r\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">Amazing\'s SMS marketing platform allows you to quickly, easily, and economically implement mobile campaigns and spin your database into gold mine. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-39','','','2011-08-28 18:21:25','2011-08-28 10:21:25','',21,'http://newweb.amazingbusinessresources.com/archives/143',0,'revision','',0,NULL),(144,1,'2011-08-28 18:27:08','2011-08-28 10:27:08','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" /></span><span style=\"color: #ff0000;\">Amazing</span> Online Marketing Solutions</h1>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n&nbsp;</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\r\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">Amazing\'s SMS marketing platform allows you to quickly, easily, and economically implement mobile campaigns and spin your database into gold mine. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-40','','','2011-08-28 18:27:08','2011-08-28 10:27:08','',21,'http://newweb.amazingbusinessresources.com/archives/144',0,'revision','',0,NULL),(145,1,'2011-08-28 18:28:25','2011-08-28 10:28:25','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" /></span><span style=\"color: #ff0000;\">Amazing</span> Online Marketing Solutions</h1>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n&nbsp;</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\r\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">Amazing\'s SMS marketing platform allows you to quickly, easily, and economically implement mobile campaigns and spin your database into gold mine. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-41','','','2011-08-28 18:28:25','2011-08-28 10:28:25','',21,'http://newweb.amazingbusinessresources.com/archives/145',0,'revision','',0,NULL),(146,1,'2011-08-28 18:29:39','2011-08-28 10:29:39','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" /></span><span style=\"color: #ff0000;\">Amazing</span> Online Marketing Solutions</h1>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n&nbsp;</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\r\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">Amazing\'s SMS marketing platform allows you to quickly, easily, and economically implement mobile campaigns and spin your database into gold mine. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-42','','','2011-08-28 18:29:39','2011-08-28 10:29:39','',21,'http://newweb.amazingbusinessresources.com/archives/146',0,'revision','',0,NULL),(147,1,'2011-08-28 18:31:18','2011-08-28 10:31:18','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" /></span></h1>\r\n&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n&nbsp;</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" style=\"border-width: 2px; border-color:grey; border-style: solid;\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\r\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">Amazing\'s SMS marketing platform allows you to quickly, easily, and economically implement mobile campaigns and spin your database into gold mine. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-43','','','2011-08-28 18:31:18','2011-08-28 10:31:18','',21,'http://newweb.amazingbusinessresources.com/archives/147',0,'revision','',0,NULL),(149,1,'2011-08-28 18:31:44','2011-08-28 10:31:44','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" /></span></h1>\r\n&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\r\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">Amazing\'s SMS marketing platform allows you to quickly, easily, and economically implement mobile campaigns and spin your database into gold mine. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-44','','','2011-08-28 18:31:44','2011-08-28 10:31:44','',21,'http://newweb.amazingbusinessresources.com/archives/149',0,'revision','',0,NULL),(154,1,'2011-08-28 18:39:54','2011-08-28 10:39:54','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" /><img class=\"aligncenter size-full wp-image-152\" title=\"TITLE copy_2\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/TITLE-copy_2.jpg\" alt=\"\" width=\"480\" height=\"48\" /></span></h1>\r\n<h1 style=\"text-align: center;\"></h1>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\r\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">Amazing\'s SMS marketing platform allows you to quickly, easily, and economically implement mobile campaigns and spin your database into gold mine. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-47','','','2011-08-28 18:39:54','2011-08-28 10:39:54','',21,'http://newweb.amazingbusinessresources.com/archives/154',0,'revision','',0,NULL),(151,1,'2011-08-28 18:37:06','2011-08-28 10:37:06','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" /></span></h1>\r\n<img class=\"aligncenter size-full wp-image-148\" title=\"TITLE copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/TITLE-copy.jpg\" alt=\"\" width=\"600\" height=\"60\" />\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\r\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">Amazing\'s SMS marketing platform allows you to quickly, easily, and economically implement mobile campaigns and spin your database into gold mine. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-45','','','2011-08-28 18:37:06','2011-08-28 10:37:06','',21,'http://newweb.amazingbusinessresources.com/archives/151',0,'revision','',0,NULL),(152,1,'2011-08-28 18:39:35','2011-08-28 10:39:35','','TITLE copy_2','','inherit','open','open','','title-copy_2','','','2011-08-28 18:39:35','2011-08-28 10:39:35','',21,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/TITLE-copy_2.jpg',0,'attachment','image/jpeg',0,NULL),(153,1,'2011-08-28 18:38:32','2011-08-28 10:38:32','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" /></span></h1>\r\n<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-150\" style=\"border-style: initial; border-color: initial;\" title=\"TITLE copy_1\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/TITLE-copy_1.jpg\" alt=\"\" width=\"600\" height=\"60\" /></span></h1>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\r\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">Amazing\'s SMS marketing platform allows you to quickly, easily, and economically implement mobile campaigns and spin your database into gold mine. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-46','','','2011-08-28 18:38:32','2011-08-28 10:38:32','',21,'http://newweb.amazingbusinessresources.com/archives/153',0,'revision','',0,NULL),(155,1,'2011-08-28 18:40:45','2011-08-28 10:40:45','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" /><img class=\"aligncenter size-full wp-image-152\" title=\"TITLE copy_2\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/TITLE-copy_2.jpg\" alt=\"\" width=\"480\" height=\"48\" /></span></h1>\r\n<h1 style=\"text-align: center;\"></h1>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\r\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">Amazing\'s SMS marketing platform allows you to quickly, easily, and economically implement mobile campaigns and spin your database into gold mine. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-48','','','2011-08-28 18:40:45','2011-08-28 10:40:45','',21,'http://newweb.amazingbusinessresources.com/archives/155',0,'revision','',0,NULL),(156,1,'2011-08-28 18:50:53','2011-08-28 10:50:53','<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Amazing Business Resources</strong></span> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-1043\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td id=\"\" style=\"text-align: center;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management Syste</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img class=\"aligncenter\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" colspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td style=\"text-align: center;\" colspan=\"1\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a title=\"Criteria to build a presentable website\" href=\"http://newweb.amazingbusinessresources.com/archives/818\">Presentable Website</a></p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;','Website Development','','publish','closed','closed','','website-development','','','2011-10-01 01:30:12','2011-09-30 17:30:12','',21,'http://newweb.amazingbusinessresources.com/?page_id=156',0,'page','',0,NULL),(157,1,'2011-08-28 18:45:39','2011-08-28 10:45:39','','Website Development ','','inherit','open','open','','156-revision','','','2011-08-28 18:45:39','2011-08-28 10:45:39','',156,'http://newweb.amazingbusinessresources.com/archives/157',0,'revision','',0,NULL),(159,1,'2011-08-28 18:50:53','2011-08-28 10:50:53','','Website Development ','','inherit','open','open','','156-revision-2','','','2011-08-28 18:50:53','2011-08-28 10:50:53','',156,'http://newweb.amazingbusinessresources.com/archives/159',0,'revision','',0,NULL),(160,1,'2011-10-01 01:28:41','2011-09-30 17:28:41','<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Amazing Business Resources</strong></span> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\n\n<table border=\"0\">\n<tbody>\n<tr>\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-1043\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\n<td id=\"\" style=\"text-align: center;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management Syste</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\n<td>Website Structure and Navigation Planning</td>\n<td rowspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\n<td rowspan=\"1\">e-Commerce Website Design</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\n<td>Website Content Copywriting</td>\n<td rowspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\n<td rowspan=\"1\">Website Rewamp</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\n<td>Website Graphic Design</td>\n<td rowspan=\"1\"><img class=\"aligncenter\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\n</tr>\n<tr>\n<td style=\"text-align: center;\" colspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\n<td colspan=\"1\">Website Blog</td>\n<td style=\"text-align: center;\" colspan=\"1\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\n<td colspan=\"1\">Website Email Marketing Integration</td>\n</tr>\n</tbody>\n</table>\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a title=\"Criteria to build a presentable website\" href=\"http://newweb.amazingbusinessresources.com/archives/818\">Presentable Website</a></p>\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\n\n&nbsp;','Website Development','','inherit','open','open','','156-autosave','','','2011-10-01 01:28:41','2011-09-30 17:28:41','',156,'http://newweb.amazingbusinessresources.com/archives/160',0,'revision','',0,NULL),(448,1,'2011-08-29 02:51:21','2011-08-28 18:51:21','','Email Newsletters','','inherit','open','open','','289-revision-3','','','2011-08-29 02:51:21','2011-08-28 18:51:21','',289,'http://newweb.amazingbusinessresources.com/archives/448',0,'revision','',0,NULL),(449,1,'2011-08-29 16:14:12','2011-08-29 08:14:12','<h2>Email Newsletters in Ease</h2>\r\n<ul>\r\n	<li>Over 150 easy-to-customize templates included - with single and multiple-column designs</li>\r\n	<li>Numerous color schemes to match your branding</li>\r\n	<li>Dedicated areas for your logo and images</li>\r\n	<li>Tested in all major email clients (Gmail, Hotmail, Yahoo! and more)</li>\r\n	<li>Personalize emails with subscribers\' names and other information</li>\r\n	<li>Prefer plain text? Our email marketing newsletters can do that too.</li>\r\n</ul>\r\n<a href=\"http://www.aweber.com/html-email-templates.htm\">Learn more about Email Templates <img src=\"http://cdn3.aweber-static.com/images/features-pages/arrow-link.png\" alt=\"\" width=\"13\" height=\"13\" align=\"absmiddle\" /></a>','Email Newsletters','','inherit','open','open','','289-revision-4','','','2011-08-29 16:14:12','2011-08-29 08:14:12','',289,'http://newweb.amazingbusinessresources.com/archives/449',0,'revision','',0,NULL),(1043,1,'2011-10-01 01:21:26','2011-09-30 17:21:26','','Website Development','','inherit','open','open','','button','','','2011-10-01 01:21:26','2011-09-30 17:21:26','',156,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png',0,'attachment','image/png',0,NULL),(162,1,'2011-08-28 18:52:53','2011-08-28 10:52:53','<img class=\"aligncenter size-full wp-image-158\" title=\"web development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/web-development.jpg\" alt=\"\" width=\"420\" height=\"187\" />','Website Development ','','inherit','open','open','','156-revision-3','','','2011-08-28 18:52:53','2011-08-28 10:52:53','',156,'http://newweb.amazingbusinessresources.com/archives/162',0,'revision','',0,NULL),(163,1,'2011-08-28 18:55:46','2011-08-28 10:55:46','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n\r\n&nbsp;','Website Development ','','inherit','open','open','','156-revision-4','','','2011-08-28 18:55:46','2011-08-28 10:55:46','',156,'http://newweb.amazingbusinessresources.com/archives/163',0,'revision','',0,NULL),(164,1,'2011-08-28 19:05:34','2011-08-28 11:05:34','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n\r\n&nbsp;','Website Development ','','inherit','open','open','','156-revision-5','','','2011-08-28 19:05:34','2011-08-28 11:05:34','',156,'http://newweb.amazingbusinessresources.com/archives/164',0,'revision','',0,NULL),(165,1,'2011-08-28 19:06:00','2011-08-28 11:06:00','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n\r\n&nbsp;','Website Development ','','inherit','open','open','','156-revision-6','','','2011-08-28 19:06:00','2011-08-28 11:06:00','',156,'http://newweb.amazingbusinessresources.com/archives/165',0,'revision','',0,NULL),(166,1,'2011-08-28 19:06:21','2011-08-28 11:06:21','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n\r\n&nbsp;','Website Development ','','inherit','open','open','','156-revision-7','','','2011-08-28 19:06:21','2011-08-28 11:06:21','',156,'http://newweb.amazingbusinessresources.com/archives/166',0,'revision','',0,NULL),(167,1,'2011-08-28 19:07:36','2011-08-28 11:07:36','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n\r\n&nbsp;','Website Development ','','inherit','open','open','','156-revision-8','','','2011-08-28 19:07:36','2011-08-28 11:07:36','',156,'http://newweb.amazingbusinessresources.com/archives/167',0,'revision','',0,NULL),(168,1,'2011-08-28 19:08:13','2011-08-28 11:08:13','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n\r\n&nbsp;','Website Development ','','inherit','open','open','','156-revision-9','','','2011-08-28 19:08:13','2011-08-28 11:08:13','',156,'http://newweb.amazingbusinessresources.com/archives/168',0,'revision','',0,NULL),(169,1,'2011-08-28 19:08:47','2011-08-28 11:08:47','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n\r\n&nbsp;','Website Development ','','inherit','open','open','','156-revision-10','','','2011-08-28 19:08:47','2011-08-28 11:08:47','',156,'http://newweb.amazingbusinessresources.com/archives/169',0,'revision','',0,NULL),(170,1,'2011-08-28 21:14:05','2011-08-28 13:14:05','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n\r\n&nbsp;','Website Development','','inherit','open','open','','156-revision-11','','','2011-08-28 21:14:05','2011-08-28 13:14:05','',156,'http://newweb.amazingbusinessresources.com/archives/170',0,'revision','',0,NULL),(172,1,'2011-08-28 21:28:03','2011-08-28 13:28:03','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong>  is here for you to create an attractive, easily accessible and functional website that will market your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<ul>\r\n	<li>Website Conceptualization</li>\r\n	<li>Website Structure and Navigation Planning</li>\r\n	<li>Website Content Copywriting</li>\r\n	<li>Website Graphic Design</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"></p>','Website Development','','inherit','open','open','','156-revision-12','','','2011-08-28 21:28:03','2011-08-28 13:28:03','',156,'http://newweb.amazingbusinessresources.com/archives/172',0,'revision','',0,NULL),(174,1,'2011-08-28 21:59:08','2011-08-28 13:59:08','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong>  is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"alignright\" title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"17\" height=\"17\" /></td>\r\n<td>Website Conceptualization / Website Ideas</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"17\" height=\"17\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"alignright\" title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"17\" height=\"17\" /></td>\r\n<td>Website Content Copywriting</td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"alignright\" title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"17\" height=\"17\" /></td>\r\n<td>Website Graphic Design</td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"alignright\" title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"17\" height=\"17\" /></td>\r\n<td>Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"alignright\" title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"17\" height=\"17\" /></td>\r\n<td>e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"alignright\" title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"17\" height=\"17\" /></td>\r\n<td>Search Engine Optimization (SEO)</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-14','','','2011-08-28 21:59:08','2011-08-28 13:59:08','',156,'http://newweb.amazingbusinessresources.com/archives/174',0,'revision','',0,NULL),(173,1,'2011-08-28 21:56:17','2011-08-28 13:56:17','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong>  is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n<p style=\"text-align: left;\"><img class=\"size-full wp-image-171\" title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"17\" height=\"17\" />Website Conceptualization / Website Ideas                                <img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"17\" height=\"17\" />Website Structure and Navigation Planning</p>\r\n<p style=\"text-align: left;\"><img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"17\" height=\"17\" />Website Content Copywriting                                                            <img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"17\" height=\"17\" />Website Graphic Design</p>\r\n\r\n<ul>\r\n	<li>Website Content Management System</li>\r\n	<li>e-Commerce Website Design</li>\r\n	<li>Search Engine Optimization (SEO)</li>\r\n</ul>','Website Development','','inherit','open','open','','156-revision-13','','','2011-08-28 21:56:17','2011-08-28 13:56:17','',156,'http://newweb.amazingbusinessresources.com/archives/173',0,'revision','',0,NULL),(177,1,'2011-08-28 22:05:44','2011-08-28 14:05:44','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong>  is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"size-full wp-image-171 alignright\" title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"48\" height=\"48\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"48\" height=\"48\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"48\" height=\"48\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"48\" height=\"48\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"48\" height=\"48\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"48\" height=\"48\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"48\" height=\"48\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"48\" height=\"48\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-16','','','2011-08-28 22:05:44','2011-08-28 14:05:44','',156,'http://newweb.amazingbusinessresources.com/archives/177',0,'revision','',0,NULL),(175,1,'2011-08-28 22:01:31','2011-08-28 14:01:31','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong>  is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px; text-align: right;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"size-full wp-image-171 alignright\" title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"48\" height=\"48\" /></td>\r\n<td>Website Conceptualization / Website Ideas</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"48\" height=\"48\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"48\" height=\"48\" /></td>\r\n<td>Website Content Copywriting</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"48\" height=\"48\" /></td>\r\n<td>Website Graphic Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"48\" height=\"48\" /></td>\r\n<td>Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"48\" height=\"48\" /></td>\r\n<td>e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"48\" height=\"48\" /></td>\r\n<td>Search Engine Optimization (SEO)</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-15','','','2011-08-28 22:01:31','2011-08-28 14:01:31','',156,'http://newweb.amazingbusinessresources.com/archives/175',0,'revision','',0,NULL),(180,1,'2011-08-28 22:11:56','2011-08-28 14:11:56','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong>  is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-18','','','2011-08-28 22:11:56','2011-08-28 14:11:56','',156,'http://newweb.amazingbusinessresources.com/archives/180',0,'revision','',0,NULL),(179,1,'2011-08-28 22:10:16','2011-08-28 14:10:16','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong>  is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-176\" title=\"canstock4028851\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/canstock4028851.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"48\" height=\"48\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"48\" height=\"48\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"48\" height=\"48\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"48\" height=\"48\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"48\" height=\"48\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"48\" height=\"48\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"check_icon\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/check_icon.png\" alt=\"\" width=\"48\" height=\"48\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-17','','','2011-08-28 22:10:16','2011-08-28 14:10:16','',156,'http://newweb.amazingbusinessresources.com/archives/179',0,'revision','',0,NULL),(181,1,'2011-08-28 22:12:38','2011-08-28 14:12:38','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-19','','','2011-08-28 22:12:38','2011-08-28 14:12:38','',156,'http://newweb.amazingbusinessresources.com/archives/181',0,'revision','',0,NULL),(182,1,'2011-08-28 22:13:24','2011-08-28 14:13:24','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-20','','','2011-08-28 22:13:24','2011-08-28 14:13:24','',156,'http://newweb.amazingbusinessresources.com/archives/182',0,'revision','',0,NULL),(183,1,'2011-08-28 22:18:12','2011-08-28 14:18:12','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">&nbsp;\r\n<p style=\"text-align: right;\">How to create Presentable Website</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-21','','','2011-08-28 22:18:12','2011-08-28 14:18:12','',156,'http://newweb.amazingbusinessresources.com/archives/183',0,'revision','',0,NULL),(184,1,'2011-08-28 22:20:28','2011-08-28 14:20:28','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<p style=\"text-align: right;\">How to create Presentable Website</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-22','','','2011-08-28 22:20:28','2011-08-28 14:20:28','',156,'http://newweb.amazingbusinessresources.com/archives/184',0,'revision','',0,NULL),(185,1,'2011-08-28 22:21:32','2011-08-28 14:21:32','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<p style=\"text-align: right;\">How to create Presentable Website</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-23','','','2011-08-28 22:21:32','2011-08-28 14:21:32','',156,'http://newweb.amazingbusinessresources.com/archives/185',0,'revision','',0,NULL),(186,1,'2011-08-28 22:22:00','2011-08-28 14:22:00','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<p style=\"text-align: right;\">How to create Presentable Website</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-24','','','2011-08-28 22:22:00','2011-08-28 14:22:00','',156,'http://newweb.amazingbusinessresources.com/archives/186',0,'revision','',0,NULL),(187,1,'2011-08-28 22:22:22','2011-08-28 14:22:22','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<p style=\"text-align: right;\"></p>\r\n<p style=\"text-align: left;\">How to create Presentable Website</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-25','','','2011-08-28 22:22:22','2011-08-28 14:22:22','',156,'http://newweb.amazingbusinessresources.com/archives/187',0,'revision','',0,NULL),(188,1,'2011-08-28 22:25:38','2011-08-28 14:25:38','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<p style=\"text-align: left;\">How to create Presentable Website</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-26','','','2011-08-28 22:25:38','2011-08-28 14:25:38','',156,'http://newweb.amazingbusinessresources.com/archives/188',0,'revision','',0,NULL),(193,1,'2011-08-28 22:35:31','2011-08-28 14:35:31','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<p style=\"text-align: left;\">How to create Presentable Website</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"5\" align=\"center\" valign=\"middle\">\r\n<h3>Amazing\'s Services</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px; background-color: #0099ff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Search Engine Optimization</td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Social Media Marketing</td>\r\n<td style=\"width: 120px; background-color: #0099ff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Email Marketing</td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Mobile Marketing</td>\r\n<td style=\"width: 120px; background-color: #0099ff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Media Planning</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-31','','','2011-08-28 22:35:31','2011-08-28 14:35:31','',156,'http://newweb.amazingbusinessresources.com/archives/193',0,'revision','',0,NULL),(189,1,'2011-08-28 22:30:33','2011-08-28 14:30:33','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<p style=\"text-align: left;\">How to create Presentable Website</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Search Engine Optimization</td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Social Media Marketing</td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Email Marketing</td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Mobile Marketing</td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Media Planning</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-27','','','2011-08-28 22:30:33','2011-08-28 14:30:33','',156,'http://newweb.amazingbusinessresources.com/archives/189',0,'revision','',0,NULL),(192,1,'2011-08-28 22:34:40','2011-08-28 14:34:40','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<p style=\"text-align: left;\">How to create Presentable Website</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"5\" align=\"center\" valign=\"middle\">\r\n<h3>Amazing\'s Services</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px; background-color: #0099ff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Search Engine Optimization</td>\r\n<td style=\"width: 120px; background-color: #0099ff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Social Media Marketing</td>\r\n<td style=\"width: 120px; background-color: #0099ff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Email Marketing</td>\r\n<td style=\"width: 120px; background-color: #0099ff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Mobile Marketing</td>\r\n<td style=\"width: 120px; background-color: #0099ff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Media Planning</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-30','','','2011-08-28 22:34:40','2011-08-28 14:34:40','',156,'http://newweb.amazingbusinessresources.com/archives/192',0,'revision','',0,NULL),(190,1,'2011-08-28 22:32:16','2011-08-28 14:32:16','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<p style=\"text-align: left;\">How to create Presentable Website</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px; background-color: #00ccff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Search Engine Optimization</td>\r\n<td style=\"width: 120px; background-color: #00ccff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Social Media Marketing</td>\r\n<td style=\"width: 120px; background-color: #00ccff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Email Marketing</td>\r\n<td style=\"width: 120px; background-color: #00ccff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Mobile Marketing</td>\r\n<td style=\"width: 120px; background-color: #00ccff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Media Planning</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-28','','','2011-08-28 22:32:16','2011-08-28 14:32:16','',156,'http://newweb.amazingbusinessresources.com/archives/190',0,'revision','',0,NULL),(191,1,'2011-08-28 22:32:57','2011-08-28 14:32:57','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<p style=\"text-align: left;\">How to create Presentable Website</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px; background-color: #0033cc;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Search Engine Optimization</td>\r\n<td style=\"width: 120px; background-color: #0033cc;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Social Media Marketing</td>\r\n<td style=\"width: 120px; background-color: #0033cc;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Email Marketing</td>\r\n<td style=\"width: 120px; background-color: #0033cc;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Mobile Marketing</td>\r\n<td style=\"width: 120px; background-color: #0033cc;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Media Planning</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-29','','','2011-08-28 22:32:57','2011-08-28 14:32:57','',156,'http://newweb.amazingbusinessresources.com/archives/191',0,'revision','',0,NULL),(194,1,'2011-08-28 22:37:41','2011-08-28 14:37:41','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<p style=\"text-align: left;\">How to create Presentable Website</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"5\" align=\"center\" valign=\"middle\">\r\n<h3>Amazing\'s Services</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px; background-color: #a3daff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Search Engine Optimization</td>\r\n<td id=\"\" style=\"width: 120px; background-color: #bfc3c4;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Social Media Marketing</td>\r\n<td style=\"width: 120px; background-color: #a3daff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Email Marketing</td>\r\n<td id=\"\" style=\"width: 120px; background-color: #bfc3c4;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Mobile Marketing</td>\r\n<td style=\"width: 120px; background-color: #a3daff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Media Planning</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-32','','','2011-08-28 22:37:41','2011-08-28 14:37:41','',156,'http://newweb.amazingbusinessresources.com/archives/194',0,'revision','',0,NULL),(195,1,'2011-08-28 22:38:36','2011-08-28 14:38:36','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<p style=\"text-align: left;\"></p>\r\n<p style=\"text-align: left;\">How to create Presentable Website</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"5\" align=\"center\" valign=\"middle\">\r\n<h3>Amazing\'s Services</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px; background-color: #a3daff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Search Engine Optimization</td>\r\n<td id=\"\" style=\"width: 120px; background-color: #bfc3c4;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Social Media Marketing</td>\r\n<td style=\"width: 120px; background-color: #a3daff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Email Marketing</td>\r\n<td id=\"\" style=\"width: 120px; background-color: #bfc3c4;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Mobile Marketing</td>\r\n<td style=\"width: 120px; background-color: #a3daff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Media Planning</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-33','','','2011-08-28 22:38:36','2011-08-28 14:38:36','',156,'http://newweb.amazingbusinessresources.com/archives/195',0,'revision','',0,NULL),(197,1,'2011-08-28 22:43:21','2011-08-28 14:43:21','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  Presentable Website</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"5\" align=\"center\" valign=\"middle\">\r\n<h3>Amazing\'s Services</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px; background-color: #a3daff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Search Engine Optimization</td>\r\n<td id=\"\" style=\"width: 120px; background-color: #bfc3c4;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Social Media Marketing</td>\r\n<td style=\"width: 120px; background-color: #a3daff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Email Marketing</td>\r\n<td id=\"\" style=\"width: 120px; background-color: #bfc3c4;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Mobile Marketing</td>\r\n<td style=\"width: 120px; background-color: #a3daff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Media Planning</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-35','','','2011-08-28 22:43:21','2011-08-28 14:43:21','',156,'http://newweb.amazingbusinessresources.com/archives/197',0,'revision','',0,NULL),(196,1,'2011-08-28 22:43:02','2011-08-28 14:43:02','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<p style=\"text-align: left;\">How to create Presentable Website</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  Presentable Website</p>\r\n<p style=\"text-align: justify;\"></p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"5\" align=\"center\" valign=\"middle\">\r\n<h3>Amazing\'s Services</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px; background-color: #a3daff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Search Engine Optimization</td>\r\n<td id=\"\" style=\"width: 120px; background-color: #bfc3c4;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Social Media Marketing</td>\r\n<td style=\"width: 120px; background-color: #a3daff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Email Marketing</td>\r\n<td id=\"\" style=\"width: 120px; background-color: #bfc3c4;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Mobile Marketing</td>\r\n<td style=\"width: 120px; background-color: #a3daff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Media Planning</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-34','','','2011-08-28 22:43:02','2011-08-28 14:43:02','',156,'http://newweb.amazingbusinessresources.com/archives/196',0,'revision','',0,NULL),(201,1,'2011-08-28 22:56:22','2011-08-28 14:56:22','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  Presentable Website</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"5\" align=\"center\" valign=\"middle\">\r\n<h3>Other Services</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-198\" title=\"Services Button copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Services-Button-copy.jpg\" alt=\"\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Social Media Marketing</td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Email Marketing</td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Mobile Marketing</td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Media Planning</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-37','','','2011-08-28 22:56:22','2011-08-28 14:56:22','',156,'http://newweb.amazingbusinessresources.com/archives/201',0,'revision','',0,NULL),(199,1,'2011-08-28 22:44:07','2011-08-28 14:44:07','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  Presentable Website</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"5\" align=\"center\" valign=\"middle\">\r\n<h3>Other Services</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px; background-color: #a3daff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Search Engine Optimization</td>\r\n<td id=\"\" style=\"width: 120px; background-color: #bfc3c4;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Social Media Marketing</td>\r\n<td style=\"width: 120px; background-color: #a3daff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Email Marketing</td>\r\n<td id=\"\" style=\"width: 120px; background-color: #bfc3c4;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Mobile Marketing</td>\r\n<td style=\"width: 120px; background-color: #a3daff;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Media Planning</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-36','','','2011-08-28 22:44:07','2011-08-28 14:44:07','',156,'http://newweb.amazingbusinessresources.com/archives/199',0,'revision','',0,NULL),(206,1,'2011-08-28 23:05:05','2011-08-28 15:05:05','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  Presentable Website</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"5\" align=\"center\" valign=\"middle\">\r\n<h3>Other Services</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-200\" title=\"SEO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO.jpg\" alt=\"Search Engine Optimization\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Social Media Marketing</td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Email Marketing</td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Mobile Marketing</td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\">Media Planning</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-38','','','2011-08-28 23:05:05','2011-08-28 15:05:05','',156,'http://newweb.amazingbusinessresources.com/archives/206',0,'revision','',0,NULL),(208,1,'2011-08-28 23:13:23','2011-08-28 15:13:23','<img class=\"aligncenter size-full wp-image-161\" title=\"Banner 1 copy\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Banner-1-copy.jpg\" alt=\"Website Development | Website Structure | Website Design\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  Presentable Website</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"5\" align=\"center\" valign=\"middle\">\r\n<h3>Other Services</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-200\" title=\"SEO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO.jpg\" alt=\"Search Engine Optimization\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-202\" title=\"SMO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SMO.jpg\" alt=\"Social Media Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-203\" title=\"Email\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-button.jpg\" alt=\"Email Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-204\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-button.jpg\" alt=\"Mobile Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-205\" title=\"Media button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-button.jpg\" alt=\"\" width=\"120\" height=\"60\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-39','','','2011-08-28 23:13:23','2011-08-28 15:13:23','',156,'http://newweb.amazingbusinessresources.com/archives/208',0,'revision','',0,NULL),(209,1,'2011-08-28 23:15:46','2011-08-28 15:15:46','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-207\" title=\"Website Development|Website Planning|Website Conceptualization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development-Banner.jpg\" alt=\"Website Development|Website Planning|Website Conceptualization\" width=\"600\" height=\"187\" /></p>\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  Presentable Website</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"5\" align=\"center\" valign=\"middle\">\r\n<h3>Other Services</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-200\" title=\"SEO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO.jpg\" alt=\"Search Engine Optimization\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-202\" title=\"SMO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SMO.jpg\" alt=\"Social Media Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-203\" title=\"Email\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-button.jpg\" alt=\"Email Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-204\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-button.jpg\" alt=\"Mobile Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-205\" title=\"Media button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-button.jpg\" alt=\"\" width=\"120\" height=\"60\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-40','','','2011-08-28 23:15:46','2011-08-28 15:15:46','',156,'http://newweb.amazingbusinessresources.com/archives/209',0,'revision','',0,NULL),(210,1,'2011-08-28 23:16:59','2011-08-28 15:16:59','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-207\" title=\"Website Development|Website Planning|Website Conceptualization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development-Banner.jpg\" alt=\"Website Development|Website Planning|Website Conceptualization\" width=\"600\" height=\"187\" /></p>\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  Presentable Website</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"5\" align=\"center\" valign=\"middle\">\r\n<h3>Other Services</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-200\" title=\"Search Engine Optimization - SEO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO.jpg\" alt=\"Search Engine Optimization - SEO\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-202\" title=\"Social Media Marketing - SMO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SMO.jpg\" alt=\"Social Media Marketing - SMO\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-203\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-button.jpg\" alt=\"Email Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-204\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-button.jpg\" alt=\"Mobile Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-205\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-button.jpg\" alt=\"Media Planning\" width=\"120\" height=\"60\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-41','','','2011-08-28 23:16:59','2011-08-28 15:16:59','',156,'http://newweb.amazingbusinessresources.com/archives/210',0,'revision','',0,NULL),(211,1,'2011-08-28 23:29:06','2011-08-28 15:29:06','Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h3>OnPage Factors</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><strong>SEO Basics -Page Title</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Improving Site Structure</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Content optimization</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Dealing with Crawlers</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">..</span></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h3>Off Page Factors</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Domain</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Inbound Links</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Number of Inbound Links</li>\r\n	<li>- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li>- Age of the Inbound Links</li>\r\n	<li>- Google Page Rank of Inbound Link Pages</li>\r\n	<li>- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li>- Second Tier Established Directory Listings.</li>\r\n	<li>- Niche Directory Listings</li>\r\n	<li>- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;','SEO','','publish','closed','closed','','search-engine-optimization-seo','','','2011-10-01 02:07:01','2011-09-30 18:07:01','',21,'http://newweb.amazingbusinessresources.com/?page_id=211',1,'page','',0,NULL),(212,1,'2011-08-28 23:27:44','2011-08-28 15:27:44','','Search Engine Optimization - SEO','','inherit','open','open','','211-revision','','','2011-08-28 23:27:44','2011-08-28 15:27:44','',211,'http://newweb.amazingbusinessresources.com/archives/212',0,'revision','',0,NULL),(1061,1,'2011-10-01 01:06:46','2011-09-30 17:06:46','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-431\" title=\"On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_3.jpg\" alt=\"On Page Factor\" width=\"300\" height=\"50\" /></td>\r\n<td id=\"\" style=\"width: 10px; background-color: #8e8e8e;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"9\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-433\" title=\"Off Page Banner\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_2.jpg\" alt=\"Off Page Banner\" width=\"300\" height=\"50\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"padding-left: 390px;\"><a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a></p>','SEO','','inherit','open','open','','211-revision-47','','','2011-10-01 01:06:46','2011-09-30 17:06:46','',211,'http://newweb.amazingbusinessresources.com/archives/1061',0,'revision','',0,NULL),(214,1,'2011-08-28 23:29:06','2011-08-28 15:29:06','','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-2','','','2011-08-28 23:29:06','2011-08-28 15:29:06','',211,'http://newweb.amazingbusinessresources.com/archives/214',0,'revision','',0,NULL),(215,1,'2011-10-01 11:43:47','2011-10-01 03:43:47','Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.\n<table border=\"0\">\n<tbody>\n<tr>\n<td rowspan=\"1\" colspan=\"2\">\n<h3>OnPage Factors</h3>\n</td>\n</tr>\n<tr>\n<td><strong>SEO Basics -Page Title</strong></td>\n<td>\n<ul>\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\n	<li>- Create unique, accurate page titles</li>\n	<li>- Make use of the \"description\" meta tag</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\n<td colspan=\"1\"></td>\n</tr>\n<tr>\n<td><strong>Improving Site Structure</strong></td>\n<td>\n<ul>\n	<li>- Improve the structure of your URLs</li>\n	<li>- Site Map for easy navigation</li>\n	<li>- Domain Names, File and Folder Names</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\n<td colspan=\"1\"></td>\n</tr>\n<tr>\n<td><strong>Content optimization</strong></td>\n<td>\n<ul>\n	<li>- Improve the structure of your URLs</li>\n	<li>- Site Map for easy navigation</li>\n	<li>- Domain Names, File and Folder Names</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\n<td colspan=\"1\"></td>\n</tr>\n<tr>\n<td><strong>Dealing with Crawlers</strong></td>\n<td>\n<ul>\n	<li>- Make effective use of robots.txt</li>\n	<li>- Be aware of rel=\"nofollow\" for links</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td><span style=\"color: #ffffff;\">..</span></td>\n<td></td>\n</tr>\n<tr>\n<td rowspan=\"1\" colspan=\"2\">\n<h3>Off Page Factors</h3>\n</td>\n</tr>\n<tr>\n<td><strong>Domain</strong></td>\n<td>\n<ul>\n	<li>- Age of Domain</li>\n	<li>- Domain Name Registration</li>\n</ul>\n</td>\n</tr>\n<tr>\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\n<td colspan=\"1\"></td>\n</tr>\n<tr>\n<td><strong>Inbound Links</strong></td>\n<td>\n<ul>\n	<li>- Number of Inbound Links</li>\n	<li>- Inbound Link Text (Anchor Text) Keyword</li>\n	<li>- Age of the Inbound Links</li>\n	<li>- Google Page Rank of Inbound Link Pages</li>\n	<li>- Directory Listings (DMOZ.org, Yahoo,</li>\n	<li>- Second Tier Established Directory Listings.</li>\n	<li>- Niche Directory Listings</li>\n	<li>- Inbound Links From Authority or Subject Matter Expert Sites.</li>\n</ul>\n</td>\n</tr>\n</tbody>\n</table>\n&nbsp;\n\n&nbsp;','SEO','','inherit','open','open','','211-autosave','','','2011-10-01 11:43:47','2011-10-01 03:43:47','',211,'http://newweb.amazingbusinessresources.com/archives/215',0,'revision','',0,NULL),(216,1,'2011-08-28 23:41:44','2011-08-28 15:41:44','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-3','','','2011-08-28 23:41:44','2011-08-28 15:41:44','',211,'http://newweb.amazingbusinessresources.com/archives/216',0,'revision','',0,NULL),(217,1,'2011-08-28 23:21:30','2011-08-28 15:21:30','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-207\" title=\"Website Development|Website Planning|Website Conceptualization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development-Banner.jpg\" alt=\"Website Development|Website Planning|Website Conceptualization\" width=\"600\" height=\"187\" /></p>\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a href=\"http://amazingbusinessresources.com\">Presentable Website</a></p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"5\" align=\"center\" valign=\"middle\">\r\n<h3>Other Services</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-200\" title=\"Search Engine Optimization - SEO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO.jpg\" alt=\"Search Engine Optimization - SEO\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-202\" title=\"Social Media Marketing - SMO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SMO.jpg\" alt=\"Social Media Marketing - SMO\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-203\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-button.jpg\" alt=\"Email Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-204\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-button.jpg\" alt=\"Mobile Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-205\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-button.jpg\" alt=\"Media Planning\" width=\"120\" height=\"60\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-42','','','2011-08-28 23:21:30','2011-08-28 15:21:30','',156,'http://newweb.amazingbusinessresources.com/archives/217',0,'revision','',0,NULL),(218,1,'2011-08-28 23:53:22','2011-08-28 15:53:22','<p style=\"text-align: justify;\">A successful business module always start from an idea, followed by the execution of the blueprint, so do a website.  This is the part of creating a website that people tend to skip. And it\'s the most important step in creating a successful website.</p>\r\n<p style=\"text-align: justify;\"><strong>What is a successful website?</strong></p>\r\nIt\'s simply a website that achieves your own goals - be they personal or professional. But all successful websites have some things in common:\r\n<p style=\"padding-left: 60px;\">1. High Google Page Rank</p>\r\n<p style=\"padding-left: 60px;\">2. Lots of traffic</p>\r\n<p style=\"padding-left: 60px;\">3. Create participation (response or purchase</p>\r\n<p style=\"padding-left: 60px;\">4. Easy to find</p>\r\n<p style=\"padding-left: 60px;\">5. Easy to navigate</p>\r\n<p style=\"padding-left: 60px;\">6. Easy to read</p>\r\n<p style=\"text-align: justify;\">So how do you manifest all these on your website?</p>\r\nWith website conceptualization and the help of Improve-Your-Website! That\'s the real challenge here -- how to make you as special as you are -- but on the Internet! And that\'s what Improve-Your-Website does when we work with you.\r\n\r\nThe conceptualizing stage of Improving Your Website covers the following topics!\r\n<p style=\"padding-left: 60px;\">1. Your Objective and target audience. <strong>(Website Structure and Navigation Planning)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>2. Website Content. <strong>(Content Copywriting)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>3. Web appearance. <strong>(Graphic Design)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>4. Customer Engagement and Update.<strong> (Website Blog)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>5. Information update.<strong> (Content Management System – CMS)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>6. Online Transaction. <strong>(e-Commerce)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong><strong>7. Generating Traffic to Your Website</strong></p>\r\n<p style=\"text-align: justify;\">With all that planning -- you\'re bound to succeed!</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;','Website Conceptualization','','publish','closed','closed','','website-conceptualization','','','2011-10-01 03:06:17','2011-09-30 19:06:17','',156,'http://newweb.amazingbusinessresources.com/?page_id=218',41,'page','',0,NULL),(219,1,'2011-08-28 23:53:12','2011-08-28 15:53:12','','Website Conceptulization','','inherit','open','open','','218-revision','','','2011-08-28 23:53:12','2011-08-28 15:53:12','',218,'http://newweb.amazingbusinessresources.com/archives/219',0,'revision','',0,NULL),(220,1,'2011-08-28 23:52:18','2011-08-28 15:52:18','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-207\" title=\"Website Development|Website Planning|Website Conceptualization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development-Banner.jpg\" alt=\"Website Development|Website Planning|Website Conceptualization\" width=\"600\" height=\"187\" /></p>\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a href=\"http://amazingbusinessresources.com\">Presentable Website</a></p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"5\" align=\"center\" valign=\"middle\">\r\n<h3>Other Services</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-200\" title=\"Search Engine Optimization - SEO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO.jpg\" alt=\"Search Engine Optimization - SEO\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-202\" title=\"Social Media Marketing - SMO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SMO.jpg\" alt=\"Social Media Marketing - SMO\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-203\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-button.jpg\" alt=\"Email Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-204\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-button.jpg\" alt=\"Mobile Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-205\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-button.jpg\" alt=\"Media Planning\" width=\"120\" height=\"60\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-43','','','2011-08-28 23:52:18','2011-08-28 15:52:18','',156,'http://newweb.amazingbusinessresources.com/archives/220',0,'revision','',0,NULL),(222,1,'2011-08-28 23:56:08','2011-08-28 15:56:08','<p style=\"text-align: justify;\" align=\"justify\">If you’re not really sure how to begin planning the structure and navigation of your website, it might be tempting to just throw caution to the wind and throw the site together. That is certainly one way to do it. However, developing a detailed plan for information structure and navigation is more likely to produce a site that is easy to use, find necessary information, and send a deliberate message of detail and planning to your customers.</p>\r\n<p style=\"text-align: justify;\"><strong>If you’ve already planned and even written the information for your site, a big portion of the process is already complete. </strong></p>\r\n<p style=\"text-align: justify;\">You’ve streamlined the necessary information and considered the things that are relevant and interesting to your users. The structure and navigation of your website will present that information in a way that is organized and easy to find.</p>\r\n<p style=\"text-align: justify;\">The next step is to divide the content you plan to include into categories. Most sites will include some standard categories like contact info, ‘about us’ info, etc. Everything that’s left over should be categorized into main content sections: product information, industry information, etc. Then within the main categories, organize information into subcategories as well.</p>\r\n<p style=\"text-align: justify;\">If there’s any information left over that doesn’t seem to fit naturally into your main categories, you may need to create additional category for that information or you’ll need to evaluate whether that information is valuable. Then allocate a brief but precise label to each of your main categories.</p>\r\n<p style=\"text-align: justify;\">Once you’ve carefully categorized your information, it’s time to decide how that information will be stored, displayed and organized on your website, otherwise known as website navigation.</p>\r\n<p style=\"text-align: justify;\"><strong>Ideally, you’ll have a main navigation bar that appears the same way and the same position no matter where you are in the site.</strong></p>\r\n<p style=\"text-align: justify;\">This main bar allows visitors to easily click through your website without having to backtrack or retrace their steps. The main bar should include the standard information like contact and biographical information. It should also include the tabs that direct visitors to your main categories you allocated previously. That being said, the bar should be fairly short with just a handful of tabs.</p>\r\n<p style=\"text-align: justify;\"><strong>Once you’ve created a main navigation structure, organize the secondary navigation structure.</strong></p>\r\n<p style=\"text-align: justify;\" align=\"justify\">This plan includes labels, menus or other methods of directing customers to the secondary information or sub-categories that you organized previously.</p>\r\n<p style=\"text-align: justify;\">This part of the planning process is where a lot of websites can fall into disarray, so it’s best to keep the secondary navigation plan as simple as possible. Sub-categories can be listed simply on drop-down menus or even built into the text of the webpage. However, be careful that the information is stream-lined and simple, and that your sub-categories don’t reappear in other main categories.</p>\r\n<p style=\"text-align: justify;\">There is nothing more frustrating than a disorganized, confusing website. Make sure that your navigation bars are clearly visible in your design and that the different areas are clearly and specifically labeled. Make it easy for consumers to find the information they want: where you are, how to buy, how much it costs, etc. Think critically and enlist test users for your website that will give you honest feedback about the usability of your site. A well structured website is sure to impress your clientele.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;','Organizing Structure and Navigation Planning','','publish','closed','closed','','website-structure-and-navigation-planning','','','2011-10-01 01:33:26','2011-09-30 17:33:26','',156,'http://newweb.amazingbusinessresources.com/?page_id=222',42,'page','',0,NULL),(223,1,'2011-08-28 23:54:57','2011-08-28 15:54:57','','Website Structure','','inherit','open','open','','222-revision','','','2011-08-28 23:54:57','2011-08-28 15:54:57','',222,'http://newweb.amazingbusinessresources.com/archives/223',0,'revision','',0,NULL),(224,1,'2011-08-28 23:53:22','2011-08-28 15:53:22','','Website Conceptulization','','inherit','open','open','','218-revision-2','','','2011-08-28 23:53:22','2011-08-28 15:53:22','',218,'http://newweb.amazingbusinessresources.com/archives/224',0,'revision','',0,NULL),(231,1,'2011-08-28 23:59:45','2011-08-28 15:59:45','<h2 style=\"text-align: justify;\" align=\"justify\">Briefing Your Designer and Choosing a Web Design</h2>\r\n<p style=\"text-align: justify;\" align=\"justify\">When building a new website for your business, there are so many different elements to consider: graphics, photos, illustrations, text, navigation, conversation, target market, etc. The list literally goes on and on. Not to mention, you have to decide on a unique aesthetic and design for your website that represents your company and sets it aside from others in the industry. It’s easy to get in over your head.</p>\r\n<p style=\"text-align: justify;\">Before you proceed with the actual development of your website, it’s important to discuss all elements in detail with your web designer.</p>\r\n<p style=\"text-align: justify;\"><strong>This part of the process is known as a website brief. </strong></p>\r\n<p style=\"text-align: justify;\">A well-structured brief will have a number of different elements. Mostly it will address your expectations and goals for your website and provide the developer with all the necessary information and tools he needs from you in order to create a successful site. The brief will also enable you to make decisions, keep the project on track, and redirect if necessary.</p>\r\n<p style=\"text-align: justify;\">When preparing a brief for your web developer, include information about your business, goals for the project, website content, target market, expectations, deadlines, and contact information. The web developer should have a thorough understanding of your business and industry and what you’re hoping this new website will do for your business. Also, thoroughly describe your clients and target demographic, what they expect from you and your company.</p>\r\n<p style=\"text-align: justify;\">Also, in order to speed the project along, include all the information and material the developer needs from you to move forward with building the website. This can include any number of things from photos, illustrations, copy and product information, to audio files, logos, testimonials and other content.</p>\r\n<p style=\"text-align: justify;\"><strong>The brief is also a great area to address the all-important website design. </strong></p>\r\n<p style=\"text-align: justify;\">If your web developer is also a graphic designer that will be creating the design and graphics for your website, provide an idea of what you’re looking for and discuss your vision in detail. Research websites of other companies in your industry and pick out the ones you like the most. Discuss these options with your web designer and decide how you can make your website attractive and unique.</p>\r\n<p style=\"text-align: justify;\">To avoid confusion, it’s also important to clearly outline what the web developer is expected to provide and in what timeframe. If everyone agrees on deliverables and delivery dates up front, you stand a better chance of seeing your website completed in a timely fashion.</p>\r\n<p style=\"text-align: justify;\">If there’s a project manager, assistant or other point of contact that they’ll be connecting with for content or questions throughout the process, make sure they know who that person is and how to get in touch with them. When questions or content requests go unanswered, your website project can become stale and fall behind schedule.</p>\r\n<p style=\"text-align: justify;\"><strong>A brief is a great way to get your website project started off on the right foot.</strong></p>\r\n<p style=\"text-align: justify;\">Clear communication and organization at the start of the project will ensure that you get the website you want completed in an efficient way.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;','Graphic Design','','publish','closed','closed','','graphic-design','','','2011-10-01 01:34:07','2011-09-30 17:34:07','',156,'http://newweb.amazingbusinessresources.com/?page_id=231',44,'page','',0,NULL),(225,1,'2011-08-28 23:56:08','2011-08-28 15:56:08','','Website Structure and Navigation Planning','','inherit','open','open','','222-revision-2','','','2011-08-28 23:56:08','2011-08-28 15:56:08','',222,'http://newweb.amazingbusinessresources.com/archives/225',0,'revision','',0,NULL),(258,1,'2011-08-29 00:11:26','2011-08-28 16:11:26','','Facebook Marketing','','inherit','open','open','','257-revision','','','2011-08-29 00:11:26','2011-08-28 16:11:26','',257,'http://newweb.amazingbusinessresources.com/archives/258',0,'revision','',0,NULL),(227,1,'2011-08-28 23:58:55','2011-08-28 15:58:55','<p style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">When developing a website, it’s easy to focus on the layout, look and feel of the site. Visuals are important, but if the copy isn’t useful and engaging, all of your efforts will be wasted. Website copy is unique to other writing styles and a crucial element to the success of your website.</span></p>\r\n<p style=\"text-align: justify;\" align=\"justify\"><strong>In order to ensure that your website includes good copy, you might want to hire a professional. </strong></p>\r\n<p style=\"text-align: justify;\">If you’re a good writer, you have a basic understanding of spelling, sentence structure, and English grammar it’s possible to do it yourself.</p>\r\n<p style=\"text-align: justify;\">But if you don’t want to take any chances, a professional web copy writer will provide quality, engaging copy for your website in a fraction of the time. Even if you’re a confident writer, sometimes it’s hard to see the forest for the trees. A professional writer can give you the outsider’s viewpoint that your website really needs.</p>\r\n<p style=\"text-align: justify;\"><strong>Whether you’ve hired a pro or not, it’s important that your website copy is catchy and keeps the reader interested. </strong></p>\r\n<p style=\"text-align: justify;\">It doesn’t need to read like it was written by a stand-up comic. But if it’s too dry, customers that need a little more persuasion will easily become bored and leave your site.</p>\r\n<p style=\"text-align: justify;\"><strong>It’s equally important that your copy is free of grammatical, typographical, and spelling errors. </strong></p>\r\n<p style=\"text-align: justify;\">Website copy should be clean, easy to read, and flow well. If your copy is awkward and difficult to follow, visitors are free to conclude that your services will be delivered in the same way.</p>\r\n<p style=\"text-align: justify;\"><strong>On top of all of this, website copy should be brief and to the point. </strong></p>\r\n<p style=\"text-align: justify;\">Traditional copy is made up of traditionally long paragraphs and long sentences. Website copy, on the other hand, needs to be very concise. It is necessary to say what you need to say in as few words as you possibly can.</p>\r\n<p style=\"text-align: justify;\"><strong>Your copy should also be structured in a way that is visually easy to read.</strong></p>\r\n<p style=\"text-align: justify;\">It should be written in short paragraphs. Listing your points in bullets and highlighting key words can communicate the necessary information quickly and effectively. In terms of the words on the page, less is definitely more.</p>\r\n<p style=\"text-align: justify;\"><strong>Website copy can also serve to drive visitors to your site. </strong></p>\r\n<p style=\"text-align: justify;\">Including key words and phrases in your website copy can help your site rank higher in search engine listings when visitors search for those key words. Optimizing your site’s search engine ranking is a very sophisticated process. But your copy alone can improve your rank.</p>\r\n<p style=\"text-align: justify;\"><strong>Lastly, website copy should be persuasive.</strong></p>\r\n<p style=\"text-align: justify;\">There’s a lot to know about writing persuasive sales copy for your website and you don’t want to hit your viewer over the head with your agenda. But you can definitely benefit from copy that leans on the consumer’s inclination to purchase your product.</p>\r\n<p style=\"text-align: justify;\">When it comes to website copy, it’s important to emphasize quality over quantity. Keep it short and to the point to ensure your customers get the information they need without having to work for it.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;\r\n<p style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-weight: 800;\">\r\n</span></p>','Content Copywriting','','publish','closed','closed','','content-copywriting','','','2011-10-01 01:33:49','2011-09-30 17:33:49','',156,'http://newweb.amazingbusinessresources.com/?page_id=227',43,'page','',0,NULL),(228,1,'2011-08-28 23:58:33','2011-08-28 15:58:33','','We','','inherit','open','open','','227-revision','','','2011-08-28 23:58:33','2011-08-28 15:58:33','',227,'http://newweb.amazingbusinessresources.com/archives/228',0,'revision','',0,NULL),(229,1,'2011-08-28 23:57:00','2011-08-28 15:57:00','','Website Structure and Navigation Planning','','inherit','open','open','','222-revision-3','','','2011-08-28 23:57:00','2011-08-28 15:57:00','',222,'http://newweb.amazingbusinessresources.com/archives/229',0,'revision','',0,NULL),(230,1,'2011-08-28 23:56:42','2011-08-28 15:56:42','','Website Conceptulization','','inherit','open','open','','218-revision-3','','','2011-08-28 23:56:42','2011-08-28 15:56:42','',218,'http://newweb.amazingbusinessresources.com/archives/230',0,'revision','',0,NULL),(232,1,'2011-08-28 23:59:41','2011-08-28 15:59:41','','Graphic Design','','inherit','open','open','','231-revision','','','2011-08-28 23:59:41','2011-08-28 15:59:41','',231,'http://newweb.amazingbusinessresources.com/archives/232',0,'revision','',0,NULL),(233,1,'2011-08-28 23:59:45','2011-08-28 15:59:45','','Graphic Design','','inherit','open','open','','231-revision-2','','','2011-08-28 23:59:45','2011-08-28 15:59:45','',231,'http://newweb.amazingbusinessresources.com/archives/233',0,'revision','',0,NULL),(234,1,'2011-08-29 00:00:20','2011-08-28 16:00:20','<p style=\"text-align: justify;\">One of the most common way to update information about your business to your customer or potential future customer. It is advisable to create a blog for your business website!</p>\r\n\r\n<div id=\"abm\">\r\n<div id=\"abc\">\r\n<div id=\"articlebody\">\r\n<div>\r\n<p style=\"text-align: justify;\">Writing blog posts people want to read is a matter of speaking honestly and openly about a subject you\'re passionate about. The more you promote your blog, the more people will find it and the greater likelihood that some of those people will read what you have to say, like it, and return. Therefore, your blog posts need to be dynamic, interesting and enjoyable. Here are some tips to write a good blog</p>\r\n\r\n<div id=\"abm\">\r\n<div id=\"abc\">\r\n<div id=\"articlebody\">\r\n<div style=\"text-align: justify;\">\r\n<h3 style=\"text-align: justify;\">1. Choose the Appropriate Tone for Your Blog</h3>\r\nEvery blog has a target audience it\'s written for. Before you start writing blog posts, determine who your primary and secondary audiences will be. Who will want to read your blog and why? Are they seeking professional information and discussions or fun and laughter? Identify not only your goals for your blog but also your audience\'s expectations for it. Then decide what tone would be most appropriate for your blog, and write in that tone and style consistently.\r\n\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<h3>2. Be Honest</h3>\r\nBlogs that are written in an honest voice and truly show who the writer is are often the most popular. Remember, a critical component to a blog\'s success is the community that develops around it. Represent yourself and your content honestly and openly and reader loyalty will undoubtedly grow.\r\n\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<h3>3. Don\'t Just List Links</h3>\r\nBlogging is time-consuming, and sometimes it can be very tempting to just list links to other online content for your readers to follow. Don\'t fall into that trap. Readers don\'t want to have to follow a breadcrumb trail to find something interesting to read. In fact, they might find they like where you lead them more than they like your blog. Instead, give readers a reason to stay on your blog by providing links with your own synopsis and point of view about the content of those links. Remember, a link without context is a simple way to lose readers rather than retain them.\r\n\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<h3>4. Provide Attribution</h3>\r\nDon\'t risk being accused of violating copyrights, plagiarism or stealing content from another blog or website. If you found information on another blog or website that you want to discuss on your blog make sure you provide a link back to the original source.\r\n\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<h3>5. Write in Short Paragraphs</h3>\r\nThe visual appeal of your blog\'s content can be just as important as the content itself. Write your blog posts in short paragraphs (no more than 2-3 sentences is a safe rule) to provide visual relief from a text heavy web page. Most readers will skim a blog post or web page before committing to read it in its entirety. Text heavy web pages and blog posts can be overwhelming to readers while pages with a lot of white space are easier to skim and more likely to keep readers on the page (or to encourage them to link deeper into the site).\r\n\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Website Blog','','publish','closed','closed','','website-blog','','','2011-10-01 01:36:01','2011-09-30 17:36:01','',156,'http://newweb.amazingbusinessresources.com/?page_id=234',45,'page','',0,NULL),(235,1,'2011-08-29 00:00:12','2011-08-28 16:00:12','','Website Blog','','inherit','open','open','','234-revision','','','2011-08-29 00:00:12','2011-08-28 16:00:12','',234,'http://newweb.amazingbusinessresources.com/archives/235',0,'revision','',0,NULL),(236,1,'2011-08-29 00:01:09','2011-08-28 16:01:09','<h2 style=\"text-align: justify;\">Website Updates and Content Management Systems</h2>\r\n<p style=\"text-align: justify;\" align=\"justify\">Even though your website is up and running, you’re going to need to make changes and updates every once in a while. Sure, you can always call your web developer to do it for you. But sometimes you just need to make a quick change and if your web developer’s not available, that change can be delayed.</p>\r\n<p style=\"text-align: justify;\">Web developers understand how to read and write website language, otherwise known as HTML. It’s their job to understand it. But if you’re a business owner in a line of work that doesn’t have much to do with computers, HTML has no meaning to you at all. But in order to make changes to your website, even simple text changes, you have to understand how to administer those changes in HTML.</p>\r\n<p style=\"text-align: justify;\">A content management system offers a convenient way around the HTML problem. Content management systems serve almost as translation devices between you and your website. They enable everyday users to make any and all changes to their website without the help of an HTML expert or web designer.</p>\r\n<p style=\"text-align: justify;\"><strong>Content management systems allow you to access your website through a dashboard. </strong></p>\r\n<p style=\"text-align: justify;\">This dashboard includes windows into every area of your site so that you can fully access and alter any changes that you wish. You don’t have to know HTML to make changes and you can easily make any updates necessary to continue to improve your website.</p>\r\n<p style=\"text-align: justify;\">You can easily upload pictures and other media to your website, add pages, change copy, and do anything and everything you need to do to alter your website. You can even make changes to your website and then schedule them to post to your site at a later date.</p>\r\n<p style=\"text-align: justify;\">Content management systems are also likely to include additional support from design experts to help you along the way. In this case, you can make substantial changes to your website that require HTML code or more detailed structural changes. A good content management system will arm you with total control and flexibility over the future of your website.</p>\r\n<p style=\"text-align: justify;\"><strong>If you don’t know HTML or have knowledge about web programming, content management systems are almost essential to your ability to run a productive site. </strong></p>\r\n<p style=\"text-align: justify;\">Counting on someone outside your company to be available to make changes can really slow down your progress, and the costs for continuous change can add up quickly. It’s best to able to make the necessary changes whenever and however they need to be made.</p>\r\n<p style=\"text-align: justify;\">Content management is a service that you will need to purchase for your website. There are many different content management systems available to you. Many of them offer different services and perks with their content management packages. There are even content management systems that will optimize your pages for the search engines automatically.</p>\r\n<p style=\"text-align: justify;\">A content management systems isn’t crucial to the development of your website. But it can be extremely helpful to you in maintaining a website that continues to do its job. It might feel like an additional extraneous expense, but a content management system could end up saving you time, money, and frustration in the end.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;','Content Management System - CMS','','publish','closed','closed','','content-management-system-cms','','','2011-10-01 01:36:24','2011-09-30 17:36:24','',156,'http://newweb.amazingbusinessresources.com/?page_id=236',46,'page','',0,NULL),(237,1,'2011-08-29 00:01:04','2011-08-28 16:01:04','','Content Management System - CMS','','inherit','open','open','','236-revision','','','2011-08-29 00:01:04','2011-08-28 16:01:04','',236,'http://newweb.amazingbusinessresources.com/archives/237',0,'revision','',0,NULL),(238,1,'2011-08-29 00:01:29','2011-08-28 16:01:29','<p style=\"text-align: justify;\">Your business may be small - but the Internet lets you think big. Whatever product or service your business offers, the Internet levels the playing field and lets you compete with bigger businesses, reaching customers around the world who can conveniently buy from your online storefront 24 hours a day.</p>\r\n<p style=\"text-align: justify;\">In the competitive world of the Web, growing your business and increasing your profits online</p>\r\n<p style=\"text-align: justify;\">requires careful planning and important steps. For every successful e-commerce business, there are dozens that fail because they don\'t address basic risks and pitfalls along the way. So to take full advantage of the e-commerce opportunity, make sure you base your Web business on a solid foundation that covers every element of e-commerce:</p>\r\n<p style=\"text-align: justify;\"> • Establish your identity. The right domain name, or URL, can make the difference between a memorable e-commerce identity and getting lost in the online crowd.</p>\r\n<p style=\"text-align: justify;\">• Find the right online home. For brick-and-mortar stores, location is everything. Your Web business needs the right home, too. Purchase and set up your own Web server, or find a home for your site with a reputable Internet Service Provider (ISP) or Web host.</p>\r\n<p style=\"text-align: justify;\">• Build an attractive storefront. With the right tools, creating a Web site is easier than ever - but following some basic guidelines will help make your site easy and fun for customers to navigate. And that means more sales for you.</p>\r\n<p style=\"text-align: justify;\">• Let customers know they can trust you. In the anonymous world of the Internet, customers will provide you with private information, like credit card or phone numbers, only if they\'re sure your site is legitimate and the information they send you is protected. Make sure your site is secure - and that your customers know it.</p>\r\n<p style=\"text-align: justify;\">• Make it easy for customers to pay you. You can set up your site so customers can pay by keying in a credit card number. But how will you process that transaction? Make sure you not only offer customers a variety of convenient payment methods, but that you can process them all reliably.</p>\r\n<p style=\"text-align: justify;\">• Let the world know about your site. A memorable domain name, a great looking design, and top-notch products and services can make your site successful only if customers know about it. Promote your site to drive traffic to it.</p>\r\n<p style=\"text-align: justify;\">Clearly, building the elements of e-commerce into your business is a big job, but it is too important to ignore if you want your business to grow and thrive.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;','e-Commerce','','publish','closed','closed','','e-commerce','','','2011-10-01 01:36:44','2011-09-30 17:36:44','',156,'http://newweb.amazingbusinessresources.com/?page_id=238',47,'page','',0,NULL),(239,1,'2011-08-29 00:01:26','2011-08-28 16:01:26','','e-Commerce','','inherit','open','open','','238-revision','','','2011-08-29 00:01:26','2011-08-28 16:01:26','',238,'http://newweb.amazingbusinessresources.com/archives/239',0,'revision','',0,NULL),(242,1,'2011-08-29 00:03:09','2011-08-28 16:03:09','<p style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">Now that you have a website for your business, you want to make sure that people see it. A website is no good to you if no one actually knows it’s out there. Believe it or not, there are deliberate steps you can take to ensure that people start visiting your site fast and on a consistent basis. There is more and more information on this topic every day, but here are just a few of top things you can do to start generating traffic to your new website.</span></p>\r\n<p style=\"text-align: justify;\" align=\"justify\"><strong>Search Engine Optimization</strong>\r\nYou may have wondered how the internet selects the sites in web search listings. There’s actually a clearly defined system as to how those websites are selected for the results based on keywords appearing consistently in your website. Ensuring that key words appear in your website titles and text makes it easy for web crawlers to find your site when pulling listings for search requests related to your field.<strong>\r\n</strong>\r\n<strong>Participate in forums</strong>\r\nOnline forums are places where consumers, experts, and other interested parties go to discuss, ask questions, and give answers about almost every industry, product, and topic on the planet. Participate in forums related to your industry to provide useful information to consumers about your business and always include a link to your site in your signature. It’s a great way to build exposure and awareness about your company.</p>\r\n<p style=\"text-align: justify;\"><strong>Issue press releases</strong>\r\nPress releases are a great way to generate interest and traffic to your website. They are often available on the web for a long time and will always include links to your site. However, it’s important to only issue press releases when there’s something truly noteworthy happening in your business. Take every quality opportunity to issue a press release about new products, services, or advancements in your industry.</p>\r\n<p style=\"text-align: justify;\"><strong>Start a company newsletter</strong>\r\nVisitors to your site should have the opportunity to subscribe to a free weekly or monthly newsletter associated with your company. Make sure that the newsletter has valuable, readable information so that recipients will be encouraged to forward the newsletter to friends and colleagues. The newsletter should include your website linking information to attract new and repeat visitors.</p>\r\n<p style=\"text-align: justify;\"><strong>Start a company blog</strong>\r\nIf you start a company blog on your site about your services and industry that is useful and up to date, people that find it helpful will issue links to your blog in other sources. If you have a blog that’s not directly linked to your webpage, occasionally make appropriate references to your website and include a link.</p>\r\n<p style=\"text-align: justify;\"><strong>Advertise offline</strong>\r\nEven though just about every element of our lives is conducted over the internet, it’s still a good idea to do some offline advertising for your website. Include your website address on your stationary, business cards and all print material and perhaps even look into advertising your business and website in local papers and other advertising media.</p>\r\n<p style=\"text-align: justify;\">There are many different ways to generate traffic to your new website. With just a little bit of effort and attention, you can start seeing visitors to your website as soon as it goes live.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;','Generating Traffic to Your Website','','publish','closed','closed','','promote-website','','','2011-10-01 01:37:04','2011-09-30 17:37:04','',156,'http://newweb.amazingbusinessresources.com/?page_id=242',49,'page','',0,NULL),(243,1,'2011-08-29 00:03:04','2011-08-28 16:03:04','','Search Engine Friendly','','inherit','open','open','','242-revision','','','2011-08-29 00:03:04','2011-08-28 16:03:04','',242,'http://newweb.amazingbusinessresources.com/archives/243',0,'revision','',0,NULL),(257,1,'2011-08-29 00:11:48','2011-08-28 16:11:48','<p style=\"text-align: justify;\"><strong>Facebook For Business</strong></p>\r\n<p style=\"text-align: justify;\">Facebook presents a unique marketing opportunity for businesses through the creation of Facebook Business Pages. As more people explore social media, social networking sites have become some of the key online sources they use to learn more about products, organizations, artists and world events. Marketing on Facebook has a viral effect – information spreads through networks exponentially.</p>\r\n<p style=\"text-align: justify;\">There are two primary ways for companies to market on Facebook. The first is through Facebook Groups and the second is through <a title=\"Facebook Fan Page\" href=\"https://www.facebook.com/pages/create.php\" target=\"_blank\">Facebook Pages</a>. Groups are more focused on bringing together groups of people who share common interests, whereas pages are places where users can interact around and with a particular brand or product.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_3.jpg\"><img class=\"aligncenter size-full wp-image-554\" title=\"Facebook Marketing | Facebook Fan Page | Facebook for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_3.jpg\" alt=\"Facebook Marketing | Facebook Fan Page | Facebook for Business\" width=\"600\" height=\"200\" /></a></p>\r\n<p style=\"text-align: justify;\"><strong>Let’s take a look on Facebook Statistic realease on April 2011.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>People on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 500 million active users</li>\r\n	<li>50% of our active users log on to Facebook in any given day</li>\r\n	<li>Average user has 130 friends</li>\r\n	<li>People spend over 700 billion minutes per month on Facebook</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Activity on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are over 900 million objects that people interact with (pages, groups, events and community pages)</li>\r\n	<li>Average user is connected to 80 community pages, groups and events</li>\r\n	<li>Average user creates 90 pieces of content each month</li>\r\n	<li>More than 30 billion pieces of content (web links, news stories, blog posts, notes, photo albums, etc.) shared each month.</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Global Reach</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 70 translations available on the site</li>\r\n	<li>About 70% of Facebook users are outside the United States</li>\r\n	<li>Over 300,000 users helped translate the site through the translations application</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Platform</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>Entrepreneurs and developers from more than 190 countries build with Facebook Platform</li>\r\n	<li>People on Facebook install 20 million applications every day</li>\r\n	<li>Every month, more than 250 million people engage with Facebook on external websites</li>\r\n	<li>Since social plugins launched in April 2010, an average of 10,000 new websites integrate with Facebook every day</li>\r\n	<li>More than 2.5 million websites have integrated with Facebook, including over 80 of comScore’s U.S. Top 100 websites and over half of comScore’s Global Top 100 websites</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Mobile</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are more than 200 million active users currently accessing Facebook through their mobile devices.</li>\r\n	<li>People that use Facebook on their mobile devices are twice as active on Facebook than non-mobile users.</li>\r\n	<li>There are more than 200 mobile operators in 60 countries working to deploy and promote Facebook mobile products</li>\r\n</ul>\r\n<div style=\"text-align: justify;\">\r\n\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<p style=\"text-align: right;\"><strong><a title=\"Why Facebook Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/1\">WHY FACEBOOK MARKETING?</a> </strong></p>','Facebook Marketing','','publish','closed','closed','','facebook-marketing','','','2011-10-01 12:18:49','2011-10-01 04:18:49','',313,'http://newweb.amazingbusinessresources.com/?page_id=257',31,'page','',0,NULL),(259,1,'2011-08-29 00:12:16','2011-08-28 16:12:16','<p style=\"text-align: center;\"><a href=\"http://www.twitter.com\"><img class=\"size-full wp-image-540 aligncenter\" title=\"Twitter for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_2.jpg\" alt=\"Twitter for Business\" width=\"600\" height=\"200\" /></a></p>\r\n<p style=\"text-align: justify;\">Everyday, millions of people using twitter to create, discover and share idea with others. Now, people are turning to twitter as an effective way to reach out business too. From local store to big brand, from brick and mortar to internet based or service sector, people are finding great value in the connections they make with <a title=\"Twitter for Business\" href=\"http://business.twitter.com/\">business on twitter</a>.</p>\r\n<p style=\"text-align: justify;\">A new study, released April 2010, examines Twitter usage in the United States, finding that although most Americans are aware of Twitter, few are using it..</p>\r\n<p style=\"text-align: justify;\">At Chirp, the official Twitter developer conference, Twitter shared some revealing stats about its site, users, and growth that had previously been kept under wraps.</p>\r\n<p style=\"text-align: justify;\">Here’s a summary of the facts and figures Twitter shared:</p>\r\n\r\n<ul>\r\n	<li style=\"text-align: justify;\">- Twitter now has 105,779,710 registered users.</li>\r\n	<li style=\"text-align: justify;\">- New users are signing up at the rate of 300,000 per day.</li>\r\n	<li style=\"text-align: justify;\">- 180 million unique visitors come to the site every month.</li>\r\n	<li style=\"text-align: justify;\">- 75% of Twitter traffic comes from outside Twitter.com (i.e. via third party applications.)</li>\r\n	<li style=\"text-align: justify;\">- Twitter gets a total of 3 billion requests a day via its API.</li>\r\n	<li style=\"text-align: justify;\">- Twitter users are, in total, tweeting an average of 55 million tweets a day.</li>\r\n	<li style=\"text-align: justify;\">- Twitter’s search engine receives around 600 million search queries per day.</li>\r\n	<li style=\"text-align: justify;\">- Of Twitter’s active users, 37 percent use their phone to tweet.</li>\r\n	<li style=\"text-align: justify;\">- Over half of all tweets (60 percent) come from third party applications.</li>\r\n	<li style=\"text-align: justify;\">- Twitter itself has grown: in the past year alone, it has grown from 25 to 175 employees.</li>\r\n</ul>\r\n<div style=\"text-align: right;\"><a title=\"Twitter Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/542\">WHY TWITTER MARKETING</a>\r\n<p style=\"text-align: left;\">Want to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!</p>\r\n&nbsp;\r\n\r\n</div>','Twitter Marketing','','publish','closed','closed','','twitter-marketing','','','2011-10-01 02:09:39','2011-09-30 18:09:39','',313,'http://newweb.amazingbusinessresources.com/?page_id=259',32,'page','',0,NULL),(260,1,'2011-08-29 00:12:11','2011-08-28 16:12:11','','Twitter Marketing','','inherit','open','open','','259-revision','','','2011-08-29 00:12:11','2011-08-28 16:12:11','',259,'http://newweb.amazingbusinessresources.com/archives/260',0,'revision','',0,NULL),(261,1,'2011-08-29 00:12:39','2011-08-28 16:12:39','<p style=\"text-align: center;\"><a href=\"http://www.YouTube.com\"><img class=\"size-full wp-image-547 aligncenter\" title=\"YouTube Marketing | Youtube for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/YouTube-logo-300x123.jpg\" alt=\"YouTube Marketing | Youtube for Business\" width=\"300\" height=\"123\" /></a></p>\r\n<p style=\"text-align: center;\">Let’s have a look on <strong>YouTube statistic</strong>s as of February 2011.</p>\r\n<strong>Traffic</strong>\r\n<blockquote>“More than 13 million hours of video uploaded videos during 2010 and 35 hours of video are uploaded every minute.”\r\n\r\n“The equivalent of 150,000+ full-length movies in theaters each week”\r\n\r\n“More video is uploaded to YouTube in 60 days than the 3 major US networks created in 60 years.”\r\n\r\n“70% of YouTube traffic comes from outside the US.”\r\n\r\n“YouTube is localized in 25 countries across 43 languages.”\r\n\r\n“YouTube’s demographic is broad: 18-54 years old”\r\n\r\n“YouTube reached over 700 billion playbacks in 2010.”</blockquote>\r\nSo, you’ve probably watched YouTube videos. But have you ever uploaded your own creation? Probably not.\r\n\r\n&nbsp;\r\n<p style=\"text-align: right;\"><a title=\"Youtube Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/549\">WHY YOUTUBE MARKETING</a></p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n<p style=\"text-align: right;\"></p>\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>\r\n<p style=\"text-align: right;\"></p>\r\n<p style=\"text-align: right;\"></p>','Youtube Marketing','','publish','closed','closed','','youtube-marketing','','','2011-10-01 02:09:44','2011-09-30 18:09:44','',313,'http://newweb.amazingbusinessresources.com/?page_id=261',33,'page','',0,NULL),(262,1,'2011-08-29 00:12:34','2011-08-28 16:12:34','','Youtube Marketing','','inherit','open','open','','261-revision','','','2011-08-29 00:12:34','2011-08-28 16:12:34','',261,'http://newweb.amazingbusinessresources.com/archives/262',0,'revision','',0,NULL),(263,1,'2011-08-29 00:15:13','2011-08-28 16:15:13','<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-560\" title=\"Blog for Business | Blog Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/wordpress-logo-300x67.png\" alt=\"Blog for Business | Blog Marketing\" width=\"300\" height=\"67\" /></p>\r\n<p style=\"text-align: justify;\"><strong>What is a Blog?</strong></p>\r\n<p style=\"text-align: justify;\">According to Pyra Labs Blogger, “A blog is a web page made up of usually short, frequently updated posts that are arranged chronologically-like a what’s new page or a journal.” The term is actually weblogs coined by Jorn Barger in 1997.</p>\r\n<p style=\"text-align: justify;\">The boom of weblogs happened in 1999 when several companies &amp; developers made easy blogging software and tools. Since 1999, the number of blogs on the Internet has exploded from a few thousand to over 100 million.</p>\r\n<p style=\"text-align: justify;\">Blogs can fall into two general categories.</p>\r\n<p style=\"text-align: justify;\"><strong>Personal Blogs:</strong> a mixture of a personal diary, opinion posts and research links.</p>\r\n<p style=\"text-align: justify;\"><strong><a title=\"Business Blog\" href=\"http://wordpress.org/\" target=\"_blank\">Business Blogs</a>:</strong> a corporate tool for communicating with customers or employees to share knowledge and expertise.</p>\r\n<p style=\"text-align: justify;\">Business blogs are sweeping the business community. Blogs are an excellent method to share a company’s expertise, build additional web traffic, and connect with potential customers..</p>\r\n<p style=\"text-align: right;\"><a title=\"Blog for Business | Blog Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/559\">WHY BLOG MARKETING</a></p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>\r\n<p style=\"text-align: right;\"></p>\r\n<p style=\"text-align: right;\"></p>\r\n<p style=\"text-align: right;\"></p>\r\n<p style=\"text-align: right;\"></p>\r\n<p style=\"text-align: right;\"></p>','Blog Marketing','','publish','open','closed','','blog-marketing','','','2011-09-02 02:58:11','2011-09-01 18:58:11','',313,'http://newweb.amazingbusinessresources.com/?page_id=263',34,'page','',0,NULL),(264,1,'2011-08-29 00:15:05','2011-08-28 16:15:05','','Blog Marketing','','inherit','open','open','','263-revision','','','2011-08-29 00:15:05','2011-08-28 16:15:05','',263,'http://newweb.amazingbusinessresources.com/archives/264',0,'revision','',0,NULL),(265,1,'2011-08-29 00:17:41','2011-08-28 16:17:41','<p style=\"text-align: justify;\">LinkedIn officially launched on May 5, 2003 with a total of 4,500 members in the first month. Known mostly as a business social network, LinkedIn has been adopted globally with nearly 2 billion people searches in 2010 and over 90 million users in January 2011.</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-872\" title=\"linkedin Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/linkedin-logo.png\" alt=\"linkedin Marketing\" width=\"510\" height=\"144\" /></p>\r\n<p style=\"text-align: justify;\">Yet amongst many business professionals, LinkedIn seems to fight perception that it is strictly a site to visit when you need a job.</p>\r\n<p style=\"text-align: justify;\">With <a href=\"http://blog.linkedin.com/2011/01/24/linkedin-inmaps/\" target=\"_blank\">new features</a> added regularly and all of the Fortune 500 represented, LinkedIn is a valuable source of data and connections that shouldn’t be overlooked. If you’re not a regular LinkedIn user, I encourage you to look beyond the basics and see the opportunities for businesses to <a href=\"http://blog.linkedin.com/2010/11/01/linkedin-company-pages/\" target=\"_blank\">showcase their products</a>, advertise in and out of network, and content sharing/syndication.</p>\r\n<p style=\"text-align: justify;\">Here are 5 tips for individuals to help companies get more out of LinkedIn:</p>\r\n<p style=\"text-align: justify;\"><strong>1. Use Your Profile as a </strong><strong>Destination </strong>In an informal check of LinkedIn search strength, I did a Google search of 20 contacts. In every case, regardless of how visible they are on the web, LinkedIn profiles appeared on the first page with the vast majority appearing in the first five results. Keep your profile current to highlight your experience and expertise at all times. It can serve as a great way to share your history not only with other LinkedIn members but anyone online given the strength of search results.</p>\r\n<p style=\"text-align: justify;\"><strong>2. Linking Content via Applications</strong> As the site has evolved in the past few years it now offers a number of opportunities to <a title=\"company pages\" href=\"http://www.linkedin.com/static?key=application_directory&amp;trk=hb_side_apps\" target=\"_blank\">share content from the site directly</a>. Your LinkedIn network should be a strong source of support for your news and updates as your contacts are likely connected to your industry. By utilizing the available tools to link to your blog, twitter feed, or to create polls you can share helpful information with this network that may be passed along further to create new connection opportunities for you or your business.</p>\r\n<p style=\"text-align: justify;\"><strong>3. Connect with New Contacts in Groups and Answers</strong> LinkedIn Groups are a great way to identify other users with similar interests and needs. In addition to the inherent benefits of learning from others, Groups offer a number of benefits for each user. You are able to view other members contact information and participation in a group or the LinkedIn Answers section allows you to highlight your ideas and insight. By providing useful information to others you will improve your own reputation as an expert resource on select topics. The creation of <a title=\"Open Groups\" href=\"http://blog.linkedin.com/2010/12/20/linkedin-open-groups/\" target=\"_blank\">Open Groups </a>is of benefit in a broader sense as well since discussions can be viewed by anyone on the web and picked up by search engines.</p>\r\n<p style=\"text-align: justify;\"><strong>4. Research Potential</strong> Most LinkedIn users are familiar and comfortable with the people search capabilities of the site to find potential connections. Don’t forget to utilize other search tools on the site though as there is extensive data available to you. A very simple search of “public relations” provided over 11,000 listings nationally and indicates where I have a direct or indirect connection to that company. Using the search tools available it’s easy to track current openings, identify key leaders at the organizations, and recent additions or departures. Are these helpful for job seekers? Absolutely, but this information is of tremendous value for a new business discussion or a sales inquiry as well. Perhaps you have a contact from a prior project now on the inside.</p>\r\n<p style=\"text-align: justify;\"><strong>5. Recommendations </strong>As either an employee or a business, a recommendation can carry a great deal of weight in the eyes of future customers. By essentially collecting success stories in advance you have the ability to create a testimonial page on a highly-trafficked, well-established site that can lead to future opportunities based on your work appearing in searches for specific keywords by others.  These provide concrete examples of a (hopefully) good experience with you in a personal manner. It’s word of mouth promotion in a neighborhood of 90 million professionals. Not a bad target audience for most and one that shouldn’t be missed.</p>\r\n<p style=\"text-align: justify;\">With a rich set of data available to you at no cost (these features are all available without having to go with the premium membership), LinkedIn should be a part of your networking and <a title=\"online marketing solutions\" href=\"http://www.amazingbusinessresources.com/\" target=\"_blank\">online marketing</a> mix.</p>\r\n<p style=\"text-align: justify;\">Want to learn more about how we can improve your results? Give us a call today or request a personal consultation!</p>\r\n<p style=\"text-align: right;\"><a title=\"Why LinkedIn Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/888\" target=\"_blank\">WHY LINKEDIN</a></p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;','LinkedIn Marketing','','publish','open','closed','','linkedin-marketing','','','2011-10-01 02:10:05','2011-09-30 18:10:05','',313,'http://newweb.amazingbusinessresources.com/?page_id=265',35,'page','',0,NULL),(266,1,'2011-08-29 00:17:38','2011-08-28 16:17:38','','LinkedIn Marketing','','inherit','open','open','','265-revision','','','2011-08-29 00:17:38','2011-08-28 16:17:38','',265,'http://newweb.amazingbusinessresources.com/archives/266',0,'revision','',0,NULL),(267,1,'2011-08-29 00:18:12','2011-08-28 16:18:12','<h3 style=\"text-align: justify;\">What is FourSquare?</h3>\r\n<p style=\"text-align: justify;\">The best place to begin is with <a title=\"What is foursquare\" href=\"http://foursquare.com/overview\" target=\"_blank\">understanding what foursquare is</a>. It’s a new website which lets you “check in” to stores, bars, restaurants, and other places. When you “check in” to a new place, foursquare will update your friends of where you are.</p>\r\n<p style=\"text-align: justify;\">It’s addictive because as you start to explore new places or do specific things you start to <a title=\"Foursquare badges\" href=\"http://www.foursquare.com/help/badges\" target=\"_blank\">unlock badges</a>. So if you go out to the same place every night you might unlock the “local” badge.</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-877\" title=\"Foursquare Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/foursquare.jpg\" alt=\"Foursquare Marketing\" width=\"500\" height=\"282\" /></p>\r\n\r\n<h3 style=\"text-align: justify;\">The Shift in Strategy</h3>\r\n<p style=\"text-align: justify;\">Foursquare embodies the shift from our immobile computer to mobile Internet. Consumers are connected all the time. Twitter began the mobile trend and foursquare is continuing it.</p>\r\n<p style=\"text-align: justify;\">Since more consumers are using the mobile social web, brands are able to connect with consumers within their stores. Marketers can create incentives and contests to drive customers into a business.</p>\r\n<p style=\"text-align: justify;\">The continuing trend towards mobile Internet is a huge opportunity for brands with physical stores and offices.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Introducing the Microcommunity</h3>\r\n<p style=\"text-align: justify;\">With the mobile Internet comes changes in user behavior. The most prominent change is the idea of privacy. Although we know privacy is an issues on sites such as Facebook, foursquare opens up a whole new set of problems.</p>\r\n<p style=\"text-align: justify;\">Most foursquare users are extremely wary of who they add as a friend. People are worried about letting strangers know where they are or where they aren’t.</p>\r\n<p style=\"text-align: justify;\">Because of this selectivity, mobile communities are most likely to be much smaller than our normal friend lists. These smaller groups of friends can be defined as microcommunities. I think it will be rare to see a foursquare user with hundreds of friends like we see on Facebook.</p>\r\n<p style=\"text-align: justify;\">Instead of being able to reach a huge following online, brands will have to target multiple microcommunities.</p>\r\n<p style=\"text-align: justify;\">If you get one person to Tweet about your store, 5000 people might read the message. If you get one foursquare member to “check in” to your store, maybe only 25 people see that update.</p>\r\n<p style=\"text-align: justify;\">However, since the foursquare user has only added trusted friends we can assume that the update has a greater impact than a Twitter message. This increased trust but decreased size will have major implications on future social media marketing strategies.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Final Thoughts</h3>\r\n<p style=\"text-align: justify;\">It seems interesting that as social media and mobile Internet matures, brands have to continue becoming more personalized. As microcommunities start to gain in popularity, our marketing strategies might change from targeting groups of 50,000 followers to groups of 50 friends.</p>\r\n<p style=\"text-align: justify;\">I’d love to know what you think about mobile Internet, social media, and foursquare. Want to learn more about how we can improve your results? Give us a call today or request a personal consultation!</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;','Foursquare Marketing','','publish','closed','closed','','foursquare-marketing','','','2011-10-01 02:10:51','2011-09-30 18:10:51','',313,'http://newweb.amazingbusinessresources.com/?page_id=267',36,'page','',0,NULL),(268,1,'2011-08-29 00:18:06','2011-08-28 16:18:06','','Foursquare Marketing','','inherit','open','open','','267-revision','','','2011-08-29 00:18:06','2011-08-28 16:18:06','',267,'http://newweb.amazingbusinessresources.com/archives/268',0,'revision','',0,NULL),(876,1,'2011-09-02 03:00:09','2011-09-01 19:00:09','<h3 style=\"text-align: justify;\">What is FourSquare?</h3>\r\n<p style=\"text-align: justify;\">The best place to begin is with <a title=\"What is foursquare\" href=\"http://foursquare.com/overview\" target=\"_blank\">understanding what foursquare is</a>. It’s a new website which lets you “check in” to stores, bars, restaurants, and other places. When you “check in” to a new place, foursquare will update your friends of where you are.</p>\r\n<p style=\"text-align: justify;\">It’s addictive because as you start to explore new places or do specific things you start to <a title=\"Foursquare badges\" href=\"http://www.foursquare.com/help/badges\" target=\"_blank\">unlock badges</a>. So if you go out to the same place every night you might unlock the “local” badge.</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-877\" title=\"Foursquare Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/foursquare.jpg\" alt=\"Foursquare Marketing\" width=\"500\" height=\"282\" /></p>\r\n\r\n<h3 style=\"text-align: justify;\">The Shift in Strategy</h3>\r\n<p style=\"text-align: justify;\">Foursquare embodies the shift from our immobile computer to mobile Internet. Consumers are connected all the time. Twitter began the mobile trend and foursquare is continuing it.</p>\r\n<p style=\"text-align: justify;\">Since more consumers are using the mobile social web, brands are able to connect with consumers within their stores. Marketers can create incentives and contests to drive customers into a business.</p>\r\n<p style=\"text-align: justify;\">The continuing trend towards mobile Internet is a huge opportunity for brands with physical stores and offices.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Introducing the Microcommunity</h3>\r\n<p style=\"text-align: justify;\">With the mobile Internet comes changes in user behavior. The most prominent change is the idea of privacy. Although we know privacy is an issues on sites such as Facebook, foursquare opens up a whole new set of problems.</p>\r\n<p style=\"text-align: justify;\">Most foursquare users are extremely wary of who they add as a friend. People are worried about letting strangers know where they are or where they aren’t.</p>\r\n<p style=\"text-align: justify;\">Because of this selectivity, mobile communities are most likely to be much smaller than our normal friend lists. These smaller groups of friends can be defined as microcommunities. I think it will be rare to see a foursquare user with hundreds of friends like we see on Facebook.</p>\r\n<p style=\"text-align: justify;\">Instead of being able to reach a huge following online, brands will have to target multiple microcommunities.</p>\r\n<p style=\"text-align: justify;\">If you get one person to Tweet about your store, 5000 people might read the message. If you get one foursquare member to “check in” to your store, maybe only 25 people see that update.</p>\r\n<p style=\"text-align: justify;\">However, since the foursquare user has only added trusted friends we can assume that the update has a greater impact than a Twitter message. This increased trust but decreased size will have major implications on future social media marketing strategies.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Final Thoughts</h3>\r\n<p style=\"text-align: justify;\">It seems interesting that as social media and mobile Internet matures, brands have to continue becoming more personalized. As microcommunities start to gain in popularity, our marketing strategies might change from targeting groups of 50,000 followers to groups of 50 friends.</p>\r\n<p style=\"text-align: justify;\">I’d love to know what you think about mobile Internet, social media, and foursquare. Want to learn more about how we can improve your results? Give us a call today or request a personal consultation!</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Foursquare Marketing','','inherit','open','open','','267-autosave','','','2011-09-02 03:00:09','2011-09-01 19:00:09','',267,'http://newweb.amazingbusinessresources.com/archives/876',0,'revision','',0,NULL),(278,1,'2011-08-29 00:25:27','2011-08-28 16:25:27','<div>\r\n<div>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Amazing Business Resources</strong></span> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Sweepstakes</strong> Run a sweepstakes when you wish to give away prizes based on a random draw. Via our app you can create a custom entry form, upload custom graphics, define eligibility criteria (by age and/or geography), randomly draw winners, send notifications to participants and download entry data. When users enter your sweepstakes, word spreads via friend invites, Facebook newsfeeds and Twitter tweets.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>User Generated Contests</strong> Run a contest when you wish winners to be decided by public voting, a company-selected jury or both. You can run user-generated video, photo or essay contests and you can choose from four winner-selection formats: public voting only, company judging only, company selects finalists then public votes for winners, public vote determines finalists then company chooses winners. You can also control when and how users vote (ex. once per contest, once per day, via thumbs up/thumbs down, via \'vote now\' button etc). The public can submit entries, vote, comment on submissions and share their favorite entries; all of which generate newsfeeds and help spread the word.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Coupons</strong> Distribute Coupons to drive traffic to your site, encourage purchases, launch a new product or generate buzz. Word spreads via friend invites and Facebook newsfeeds that are generated when someone downloads a coupon. Via our app you can input unique discount codes compatible with your website\'s shopping cart, define the maximum number of coupons you wish to release, upload custom designs for your coupon, create a custom entry form, send notifications to participants and download participant data.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Group Deal</strong> Create flash deals to engage your users in special discount sales, encourage purchases, launch a new product and create incentives to share. Group Deal discounted prices are dependent on a certain number of users committing to make the purchase, and this causes users who really want to purchase your deal to share the news of the special with friend invites and Facebook newsfeeds. Via our app you can input unique discount codes compatible with your website\'s shopping cart, define the maximum number of deals you wish to release, upload custom designs for your deal, create a custom entry form, send notifications to participants and download participant data.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Favorite Picks</strong> Users pick and rank their favorite items from among a list of images you provided, which enables them to share their favorites with their friends. A great way to generate buzz, build brand and product awareness, and understand your fan base\'s sentiment. With this application you can upload your own images of items for the user to choose their favorites from and even create categories of choices to choose within, to lengthen engagement and increase interactivity with participating users. You can also combine favorite picks with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Trivia</strong> With trivia, you can allow users to test their knowledge of trivia and share their scores with friends. With our app you can create your own set of questions, and specify answers so that the Wildfire Promotion Builder tool auto-generates the user score once the user is finished completing the set of trivia questions you created. The app will then prompt the user to share their scores with their friends, which in turn can generate enthusiasm and a sense of competition between friends to beat each others score. Through the app you are able to download participant answers and view leads. You can also combine a trivia with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Quiz</strong> The Quiz app enables you to create custom quizzes which allow users to share their personalities with their friends. With our app, you are able to create custom questions, set up a scoring guideline, and create categories that the user gets scored into with their results. These quiz results can then be shared between users and on streams and feeds, compelling users friends to take the quiz as well, to assess what their results would be. Participant answers can be downloaded at any time. You can also combine a quiz with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<p style=\"text-align: justify;\"><strong>Sign-Up Form</strong> The Sign-Up form enables the creation of a custom form, which can double as a survey, for users to fill out. You can download user information, input, and data from your leads at any time.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>','Social Media Campaigns','','publish','open','closed','','social-media-campaign','','','2011-10-01 02:11:46','2011-09-30 18:11:46','',313,'http://newweb.amazingbusinessresources.com/?page_id=278',38,'page','',0,NULL),(279,1,'2011-08-29 00:25:22','2011-08-28 16:25:22','','Social Media Campaign','','inherit','open','open','','278-revision','','','2011-08-29 00:25:22','2011-08-28 16:25:22','',278,'http://newweb.amazingbusinessresources.com/archives/279',0,'revision','',0,NULL),(487,1,'2011-08-29 21:22:37','2011-08-29 13:22:37','<h2>Hundreds of Signup Form Templates</h2>\r\n<ul>\r\n	<li>- Flexible designs let you adjust your form endlessly</li>\r\n	<li>- Multiple color schemes for each template</li>\r\n	<li>- Coordinate with our matching email templates</li>\r\n	<li>- Choose from a selection that\'s constantly growing</li>\r\n</ul>\r\n\r\n<br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/getstarted.png) no-repeat; text-indent:-9999px; display:block; width:479px; height:107px;\">Get Started Today For Only $1! - AWeber Communications</a>','Website Signup Forms','','inherit','open','open','','291-revision-4','','','2011-08-29 21:22:37','2011-08-29 13:22:37','',291,'http://newweb.amazingbusinessresources.com/archives/487',0,'revision','',0,NULL),(290,1,'2011-08-29 00:50:13','2011-08-28 16:50:13','','Email ','','inherit','open','open','','289-revision','','','2011-08-29 00:50:13','2011-08-28 16:50:13','',289,'http://newweb.amazingbusinessresources.com/archives/290',0,'revision','',0,NULL),(291,1,'2011-08-29 00:52:10','2011-08-28 16:52:10','<h2>Hundreds of Signup Form Templates</h2>\r\n<ul>\r\n	<li>- Flexible designs let you adjust your form endlessly</li>\r\n	<li>- Multiple color schemes for each template</li>\r\n	<li>- Coordinate with our matching email templates</li>\r\n	<li>- Choose from a selection that\'s constantly growing</li>\r\n</ul>\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/getstarted.png\') no-repeat; text-indent: -9999px; display: block; width: 479px; height: 107px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Get Started Today For Only $1! - AWeber Communications</a>','Website Signup Forms','','publish','closed','closed','','website-signup-forms','','','2011-10-01 02:19:58','2011-09-30 18:19:58','',482,'http://newweb.amazingbusinessresources.com/?page_id=291',82,'page','',0,NULL),(289,1,'2011-08-29 00:50:43','2011-08-28 16:50:43','       <object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0wyZaSxUyZ8?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0wyZaSxUyZ8?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/send-first-campaign.png\') no-repeat; text-indent: -9999px; display: block; width: 479px; height: 105px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Send Your First Email Newsletter Today - AWeber Communications</a>\r\n<h2 style=\"text-align: left;\">Email Newsletters in Ease</h2>\r\n<ul>\r\n	<li style=\"text-align: left;\">- Over 150 easy-to-customize templates included - with single and multiple-column designs</li>\r\n	<li style=\"text-align: left;\">- Numerous color schemes to match your branding</li>\r\n	<li style=\"text-align: left;\">- Dedicated areas for your logo and images</li>\r\n	<li style=\"text-align: left;\">- Tested in all major email clients (Gmail, Hotmail, Yahoo! and more)</li>\r\n	<li style=\"text-align: left;\">- Personalize emails with subscribers\' names and other information</li>\r\n	<li style=\"text-align: left;\">- Prefer plain text? Our email marketing newsletters can do that too.</li>\r\n</ul>','Email Newsletters','','publish','closed','closed','','email-newsletters','','','2011-08-31 01:32:59','2011-08-30 17:32:59','',482,'http://newweb.amazingbusinessresources.com/?page_id=289',81,'page','',0,NULL),(298,1,'2011-08-29 00:54:09','2011-08-28 16:54:09','','Track Performance','','inherit','open','open','','297-revision','','','2011-08-29 00:54:09','2011-08-28 16:54:09','',297,'http://newweb.amazingbusinessresources.com/archives/298',0,'revision','',0,NULL),(354,1,'2011-08-28 23:51:49','2011-08-28 15:51:49','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-4','','','2011-08-28 23:51:49','2011-08-28 15:51:49','',211,'http://newweb.amazingbusinessresources.com/archives/354',0,'revision','',0,NULL),(307,1,'2011-08-28 23:53:43','2011-08-28 15:53:43','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-207\" title=\"Website Development|Website Planning|Website Conceptualization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development-Banner.jpg\" alt=\"Website Development|Website Planning|Website Conceptualization\" width=\"600\" height=\"187\" /></p>\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a href=\"http://amazingbusinessresources.com\">Presentable Website</a></p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"5\" align=\"center\" valign=\"middle\">\r\n<h3>Other Services</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-200\" title=\"Search Engine Optimization - SEO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO.jpg\" alt=\"Search Engine Optimization - SEO\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-202\" title=\"Social Media Marketing - SMO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SMO.jpg\" alt=\"Social Media Marketing - SMO\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-203\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-button.jpg\" alt=\"Email Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-204\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-button.jpg\" alt=\"Mobile Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-205\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-button.jpg\" alt=\"Media Planning\" width=\"120\" height=\"60\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-44','','','2011-08-28 23:53:43','2011-08-28 15:53:43','',156,'http://newweb.amazingbusinessresources.com/archives/307',0,'revision','',0,NULL),(313,1,'2011-08-29 02:41:41','2011-08-28 18:41:41','<p style=\"text-align: justify;\"><strong>Social Media Marketing</strong></p>\r\n<p style=\"text-align: justify;\">Social media marketing services (also referred to as SMM) have gained popularity during the last few years, and now this niche of web promotion and advertising is almost integral part of advertising in the global network. Why? Because the amount of traffic in social networks grows from day to day, and the potential of this ad channel as well as other social media marketing channels cannot be underestimated. And to run a successful advertising campaign to attract visitors to your site, you need social media optimization services.</p>\r\n<p style=\"text-align: justify;\"><strong>Social Media Optimization</strong></p>\r\n<p style=\"text-align: justify;\">Social media optimization (or SMO) is a complex of actions directed to attracting unique visitors to your content. Social media marketing strategy can include adding social media features to your site (RSS feeds, social news, “share” buttons and so on) from one side, and various SMM promotional activities from the other side. It can be blogging, comments in other blogs, adding social media elements such as videos and images with advertising purposes. All these are provided by social media marketing agency.</p>\r\n<p style=\"text-align: justify;\"><strong>Social Media Advertising</strong></p>\r\n<p style=\"text-align: justify;\">Our company provides its customers with an individual social media marketing plan. There is enough experience to define our own strategy of SMO. And social media management services provided by our experts are worth working with them. Unlike any other social media marketing company, we don’t have a standard plan of these services, but an individual approach for every customer company, concerning the niche of its business.</p>\r\n<p style=\"text-align: justify;\">Want to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!</p>','Social Media','','publish','closed','closed','','social-mediamarketing','','','2011-10-01 02:07:23','2011-09-30 18:07:23','',21,'http://newweb.amazingbusinessresources.com/?page_id=313',2,'page','',0,NULL),(314,1,'2011-08-29 02:41:38','2011-08-28 18:41:38','','Social Media Marketing','','inherit','open','open','','313-revision','','','2011-08-29 02:41:38','2011-08-28 18:41:38','',313,'http://newweb.amazingbusinessresources.com/archives/314',0,'revision','',0,NULL),(317,1,'2011-08-29 00:11:48','2011-08-28 16:11:48','','Facebook Marketing','','inherit','open','open','','257-revision-2','','','2011-08-29 00:11:48','2011-08-28 16:11:48','',257,'http://newweb.amazingbusinessresources.com/archives/317',0,'revision','',0,NULL),(318,1,'2011-08-29 00:12:16','2011-08-28 16:12:16','','Twitter Marketing','','inherit','open','open','','259-revision-2','','','2011-08-29 00:12:16','2011-08-28 16:12:16','',259,'http://newweb.amazingbusinessresources.com/archives/318',0,'revision','',0,NULL),(319,1,'2011-08-29 00:12:39','2011-08-28 16:12:39','','Youtube Marketing','','inherit','open','open','','261-revision-2','','','2011-08-29 00:12:39','2011-08-28 16:12:39','',261,'http://newweb.amazingbusinessresources.com/archives/319',0,'revision','',0,NULL),(320,1,'2011-08-29 00:15:13','2011-08-28 16:15:13','','Blog Marketing','','inherit','open','open','','263-revision-2','','','2011-08-29 00:15:13','2011-08-28 16:15:13','',263,'http://newweb.amazingbusinessresources.com/archives/320',0,'revision','',0,NULL),(321,1,'2011-08-29 00:17:41','2011-08-28 16:17:41','','LinkedIn Marketing','','inherit','open','open','','265-revision-2','','','2011-08-29 00:17:41','2011-08-28 16:17:41','',265,'http://newweb.amazingbusinessresources.com/archives/321',0,'revision','',0,NULL),(322,1,'2011-08-29 00:18:12','2011-08-28 16:18:12','','Foursquare Marketing','','inherit','open','open','','267-revision-2','','','2011-08-29 00:18:12','2011-08-28 16:18:12','',267,'http://newweb.amazingbusinessresources.com/archives/322',0,'revision','',0,NULL),(324,1,'2011-08-29 00:25:27','2011-08-28 16:25:27','','Social Media Campaign','','inherit','open','open','','278-revision-2','','','2011-08-29 00:25:27','2011-08-28 16:25:27','',278,'http://newweb.amazingbusinessresources.com/archives/324',0,'revision','',0,NULL),(325,1,'2011-08-28 23:59:27','2011-08-28 15:59:27','','Conceptulization','','inherit','open','open','','218-revision-4','','','2011-08-28 23:59:27','2011-08-28 15:59:27','',218,'http://newweb.amazingbusinessresources.com/archives/325',0,'revision','',0,NULL),(326,1,'2011-08-28 23:59:14','2011-08-28 15:59:14','','Structure and Navigation Planning','','inherit','open','open','','222-revision-4','','','2011-08-28 23:59:14','2011-08-28 15:59:14','',222,'http://newweb.amazingbusinessresources.com/archives/326',0,'revision','',0,NULL),(327,1,'2011-08-29 02:45:03','2011-08-28 18:45:03','','Conceptulization','','inherit','open','open','','218-revision-5','','','2011-08-29 02:45:03','2011-08-28 18:45:03','',218,'http://newweb.amazingbusinessresources.com/archives/327',0,'revision','',0,NULL),(328,1,'2011-08-28 23:58:55','2011-08-28 15:58:55','','Content Copywriting','','inherit','open','open','','227-revision-2','','','2011-08-28 23:58:55','2011-08-28 15:58:55','',227,'http://newweb.amazingbusinessresources.com/archives/328',0,'revision','',0,NULL),(329,1,'2011-08-28 23:59:51','2011-08-28 15:59:51','','Graphic Design','','inherit','open','open','','231-revision-3','','','2011-08-28 23:59:51','2011-08-28 15:59:51','',231,'http://newweb.amazingbusinessresources.com/archives/329',0,'revision','',0,NULL),(330,1,'2011-08-29 00:00:20','2011-08-28 16:00:20','','Website Blog','','inherit','open','open','','234-revision-2','','','2011-08-29 00:00:20','2011-08-28 16:00:20','',234,'http://newweb.amazingbusinessresources.com/archives/330',0,'revision','',0,NULL),(331,1,'2011-08-29 00:01:09','2011-08-28 16:01:09','','Content Management System - CMS','','inherit','open','open','','236-revision-2','','','2011-08-29 00:01:09','2011-08-28 16:01:09','',236,'http://newweb.amazingbusinessresources.com/archives/331',0,'revision','',0,NULL),(332,1,'2011-08-29 00:01:29','2011-08-28 16:01:29','','e-Commerce','','inherit','open','open','','238-revision-2','','','2011-08-29 00:01:29','2011-08-28 16:01:29','',238,'http://newweb.amazingbusinessresources.com/archives/332',0,'revision','',0,NULL),(335,1,'2011-08-29 00:03:09','2011-08-28 16:03:09','','Search Engine Friendly','','inherit','open','open','','242-revision-2','','','2011-08-29 00:03:09','2011-08-28 16:03:09','',242,'http://newweb.amazingbusinessresources.com/archives/335',0,'revision','',0,NULL),(338,1,'2011-08-29 00:50:43','2011-08-28 16:50:43','','Email Newsletters','','inherit','open','open','','289-revision-2','','','2011-08-29 00:50:43','2011-08-28 16:50:43','',289,'http://newweb.amazingbusinessresources.com/archives/338',0,'revision','',0,NULL),(339,1,'2011-08-29 00:52:10','2011-08-28 16:52:10','','Website Signup Forms','','inherit','open','open','','291-revision-2','','','2011-08-29 00:52:10','2011-08-28 16:52:10','',291,'http://newweb.amazingbusinessresources.com/archives/339',0,'revision','',0,NULL),(340,1,'2011-08-29 00:52:44','2011-08-28 16:52:44','','Subscriber Management','','inherit','open','open','','293-revision-2','','','2011-08-29 00:52:44','2011-08-28 16:52:44','',293,'http://newweb.amazingbusinessresources.com/archives/340',0,'revision','',0,NULL),(341,1,'2011-08-29 00:53:47','2011-08-28 16:53:47','','Autoresponder Follow Up','','inherit','open','open','','295-revision-2','','','2011-08-29 00:53:47','2011-08-28 16:53:47','',295,'http://newweb.amazingbusinessresources.com/archives/341',0,'revision','',0,NULL),(342,1,'2011-08-29 00:54:15','2011-08-28 16:54:15','','Track Performance','','inherit','open','open','','297-revision-2','','','2011-08-29 00:54:15','2011-08-28 16:54:15','',297,'http://newweb.amazingbusinessresources.com/archives/342',0,'revision','',0,NULL),(343,0,'2011-08-29 03:06:15','2011-08-28 19:06:15','<h2>WordPress Custom Sidebar 2.0</h2>This plugin is a development of <a title=\"Designstudio, Philipp Speck\" href=\"http://www.destio.de\" target=\"_blank\">Designstudio, Philipp Speck &raquo;</a>','Default Sidebar','','publish','open','open','','default-sidebar','','','2011-08-29 03:06:15','2011-08-28 19:06:15','',0,'http://newweb.amazingbusinessresources.com/archives/343',0,'sidebar','',0,NULL),(344,1,'2011-08-29 03:07:20','2011-08-28 19:07:20','','hello','','publish','closed','closed','','hello','','','2011-08-29 03:07:20','2011-08-28 19:07:20','',0,'http://newweb.amazingbusinessresources.com/?post_type=sidebar&#038;p=344',0,'sidebar','',0,''),(345,1,'2011-08-29 03:06:57','2011-08-28 19:06:57','','Auto Draft','','inherit','open','open','','344-revision','','','2011-08-29 03:06:57','2011-08-28 19:06:57','',344,'http://newweb.amazingbusinessresources.com/archives/345',0,'revision','',0,''),(486,1,'2011-08-29 21:43:26','2011-08-29 13:43:26','<object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0wyZaSxUyZ8?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0wyZaSxUyZ8?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/send-first-campaign.png\') no-repeat; text-indent: -9999px; display: block; width: 479px; height: 105px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Send Your First Email Newsletter Today - AWeber Communications</a>\r\n<h2 style=\"text-align: left;\">Email Newsletters in Ease</h2>\r\n<ul>\r\n	<li style=\"text-align: left;\">- Over 150 easy-to-customize templates included - with single and multiple-column designs</li>\r\n	<li style=\"text-align: left;\">- Numerous color schemes to match your branding</li>\r\n	<li style=\"text-align: left;\">- Dedicated areas for your logo and images</li>\r\n	<li style=\"text-align: left;\">- Tested in all major email clients (Gmail, Hotmail, Yahoo! and more)</li>\r\n	<li style=\"text-align: left;\">- Personalize emails with subscribers\' names and other information</li>\r\n	<li style=\"text-align: left;\">- Prefer plain text? Our email marketing newsletters can do that too.</li>\r\n</ul>','Email Newsletters','','inherit','open','open','','289-revision-15','','','2011-08-29 21:43:26','2011-08-29 13:43:26','',289,'http://newweb.amazingbusinessresources.com/archives/486',0,'revision','',0,NULL),(441,1,'2011-10-01 01:13:01','2011-09-30 17:13:01','<p style=\"text-align: justify;\"><strong>Social Media Marketing</strong></p>\n<p style=\"text-align: justify;\">Social media marketing services (also referred to as SMM) have gained popularity during the last few years, and now this niche of web promotion and advertising is almost integral part of advertising in the global network. Why? Because the amount of traffic in social networks grows from day to day, and the potential of this ad channel as well as other social media marketing channels cannot be underestimated. And to run a successful advertising campaign to attract visitors to your site, you need social media optimization services.</p>\n<p style=\"text-align: justify;\"><strong>Social Media Optimization</strong></p>\n<p style=\"text-align: justify;\">Social media optimization (or SMO) is a complex of actions directed to attracting unique visitors to your content. Social media marketing strategy can include adding social media features to your site (RSS feeds, social news, “share” buttons and so on) from one side, and various SMM promotional activities from the other side. It can be blogging, comments in other blogs, adding social media elements such as videos and images with advertising purposes. All these are provided by social media marketing agency.</p>\n<p style=\"text-align: justify;\"><strong>Social Media Advertising</strong></p>\n<p style=\"text-align: justify;\">Our company provides its customers with an individual social media marketing plan. There is enough experience to define our own strategy of SMO. And social media management services provided by our experts are worth working with them. Unlike any other social media marketing company, we don’t have a standard plan of these services, but an individual approach for every customer company, concerning the niche of its business.</p>\n<p style=\"text-align: justify;\">Want to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!</p>','Social Media','','inherit','open','open','','313-autosave','','','2011-10-01 01:13:01','2011-09-30 17:13:01','',313,'http://newweb.amazingbusinessresources.com/archives/441',0,'revision','',0,NULL),(440,1,'2011-08-29 04:01:26','2011-08-28 20:01:26','','Social Media Marketing','','inherit','open','open','','313-revision-4','','','2011-08-29 04:01:26','2011-08-28 20:01:26','',313,'http://newweb.amazingbusinessresources.com/archives/440',0,'revision','',0,NULL),(1122,1,'2011-10-01 02:09:35','2011-09-30 18:09:35','<p style=\"text-align: justify;\"><strong>Facebook For Business</strong></p>\r\n<p style=\"text-align: justify;\">Facebook presents a unique marketing opportunity for businesses through the creation of Facebook Business Pages. As more people explore social media, social networking sites have become some of the key online sources they use to learn more about products, organizations, artists and world events. Marketing on Facebook has a viral effect – information spreads through networks exponentially.</p>\r\n<p style=\"text-align: justify;\">There are two primary ways for companies to market on Facebook. The first is through Facebook Groups and the second is through <a title=\"Facebook Fan Page\" href=\"https://www.facebook.com/pages/create.php\" target=\"_blank\">Facebook Pages</a>. Groups are more focused on bringing together groups of people who share common interests, whereas pages are places where users can interact around and with a particular brand or product.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_3.jpg\"><img class=\"aligncenter size-full wp-image-554\" title=\"Facebook Marketing | Facebook Fan Page | Facebook for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_3.jpg\" alt=\"Facebook Marketing | Facebook Fan Page | Facebook for Business\" width=\"600\" height=\"200\" /></a></p>\r\n<p style=\"text-align: justify;\"><strong>Let’s take a look on Facebook Statistic realease on April 2011.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>People on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 500 million active users</li>\r\n	<li>50% of our active users log on to Facebook in any given day</li>\r\n	<li>Average user has 130 friends</li>\r\n	<li>People spend over 700 billion minutes per month on Facebook</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Activity on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are over 900 million objects that people interact with (pages, groups, events and community pages)</li>\r\n	<li>Average user is connected to 80 community pages, groups and events</li>\r\n	<li>Average user creates 90 pieces of content each month</li>\r\n	<li>More than 30 billion pieces of content (web links, news stories, blog posts, notes, photo albums, etc.) shared each month.</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Global Reach</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 70 translations available on the site</li>\r\n	<li>About 70% of Facebook users are outside the United States</li>\r\n	<li>Over 300,000 users helped translate the site through the translations application</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Platform</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>Entrepreneurs and developers from more than 190 countries build with Facebook Platform</li>\r\n	<li>People on Facebook install 20 million applications every day</li>\r\n	<li>Every month, more than 250 million people engage with Facebook on external websites</li>\r\n	<li>Since social plugins launched in April 2010, an average of 10,000 new websites integrate with Facebook every day</li>\r\n	<li>More than 2.5 million websites have integrated with Facebook, including over 80 of comScore’s U.S. Top 100 websites and over half of comScore’s Global Top 100 websites</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Mobile</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are more than 200 million active users currently accessing Facebook through their mobile devices.</li>\r\n	<li>People that use Facebook on their mobile devices are twice as active on Facebook than non-mobile users.</li>\r\n	<li>There are more than 200 mobile operators in 60 countries working to deploy and promote Facebook mobile products</li>\r\n</ul>\r\n<div style=\"text-align: justify;\">\r\n\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<p style=\"text-align: right;\"><strong><a title=\"Why Facebook Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/1\">WHY FACEBOOK MARKETING?</a> </strong></p>','Facebook Marketing','','inherit','open','open','','257-revision-13','','','2011-10-01 02:09:35','2011-09-30 18:09:35','',257,'http://newweb.amazingbusinessresources.com/archives/1122',0,'revision','',0,NULL),(849,1,'2011-10-01 11:20:32','2011-10-01 03:20:32','<p style=\"text-align: justify;\">A successful business module always start from an idea, followed by the execution of the blueprint, so do a website.  This is the part of creating a website that people tend to skip. And it\'s the most important step in creating a successful website.</p>\n<p style=\"text-align: justify;\"><strong>What is a successful website?</strong></p>\nIt\'s simply a website that achieves your own goals - be they personal or professional. But all successful websites have some things in common:\n<p style=\"padding-left: 60px;\">1. High Google Page Rank</p>\n<p style=\"padding-left: 60px;\">2. Lots of traffic</p>\n<p style=\"padding-left: 60px;\">3. Create participation (response or purchase</p>\n<p style=\"padding-left: 60px;\">4. Easy to find</p>\n<p style=\"padding-left: 60px;\">5. Easy to navigate</p>\n<p style=\"padding-left: 60px;\">6. Easy to read</p>\n<p style=\"text-align: justify;\">So how do you manifest all these on your website?</p>\nWith website conceptualization and the help of Improve-Your-Website! That\'s the real challenge here -- how to make you as special as you are -- but on the Internet! And that\'s what Improve-Your-Website does when we work with you.\n\nThe conceptualizing stage of Improving Your Website covers the following topics!\n<p style=\"padding-left: 60px;\">1. Your Objective and target audience. <strong>(Website Structure and Navigation Planning)</strong></p>\n<p style=\"padding-left: 60px;\"><strong></strong>2. Website Content. <strong>(Content Copywriting)</strong></p>\n<p style=\"padding-left: 60px;\"><strong></strong>3. Web appearance. <strong>(Graphic Design)</strong></p>\n<p style=\"padding-left: 60px;\"><strong></strong>4. Customer Engagement and Update.<strong> (Website Blog)</strong></p>\n<p style=\"padding-left: 60px;\"><strong></strong>5. Information update.<strong> (Content Management System – CMS)</strong></p>\n<p style=\"padding-left: 60px;\"><strong></strong>6. Online Transaction. <strong>(e-Commerce)</strong></p>\n<p style=\"padding-left: 60px;\"><strong></strong><strong>7. Generating Traffic to Your Website</strong></p>\n<p style=\"text-align: justify;\">With all that planning -- you\'re bound to succeed!</p>\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\n\n&nbsp;','Website Conceptualization','','inherit','open','open','','218-autosave','','','2011-10-01 11:20:32','2011-10-01 03:20:32','',218,'http://newweb.amazingbusinessresources.com/archives/849',0,'revision','',0,NULL),(355,1,'2011-08-29 02:41:41','2011-08-28 18:41:41','','Social Media Marketing','','inherit','open','open','','313-revision-2','','','2011-08-29 02:41:41','2011-08-28 18:41:41','',313,'http://newweb.amazingbusinessresources.com/archives/355',0,'revision','',0,NULL),(356,1,'2011-08-29 01:39:42','2011-08-28 17:39:42','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-207\" title=\"Website Development|Website Planning|Website Conceptualization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development-Banner.jpg\" alt=\"Website Development|Website Planning|Website Conceptualization\" width=\"600\" height=\"187\" /></p>\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a href=\"http://amazingbusinessresources.com\">Presentable Website</a></p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"5\" align=\"center\" valign=\"middle\">\r\n<h3>Other Services</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-200\" title=\"Search Engine Optimization - SEO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO.jpg\" alt=\"Search Engine Optimization - SEO\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-202\" title=\"Social Media Marketing - SMO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SMO.jpg\" alt=\"Social Media Marketing - SMO\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-203\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-button.jpg\" alt=\"Email Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-204\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-button.jpg\" alt=\"Mobile Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-205\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-button.jpg\" alt=\"Media Planning\" width=\"120\" height=\"60\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-45','','','2011-08-29 01:39:42','2011-08-28 17:39:42','',156,'http://newweb.amazingbusinessresources.com/archives/356',0,'revision','',0,NULL),(437,1,'2011-08-29 14:26:58','2011-08-29 06:26:58','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-431\" title=\"On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_3.jpg\" alt=\"On Page Factor\" width=\"300\" height=\"50\" /></td>\r\n<td id=\"\" style=\"width: 10px; background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"9\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-433\" title=\"Off Page Banner\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_2.jpg\" alt=\"Off Page Banner\" width=\"300\" height=\"50\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-39','','','2011-08-29 14:26:58','2011-08-29 06:26:58','',211,'http://newweb.amazingbusinessresources.com/archives/437',0,'revision','',0,NULL),(357,1,'2011-08-28 18:44:51','2011-08-28 10:44:51','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" /><img class=\"aligncenter size-full wp-image-152\" title=\"TITLE copy_2\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/TITLE-copy_2.jpg\" alt=\"\" width=\"480\" height=\"48\" /></span></h1>\r\n<h1 style=\"text-align: center;\"></h1>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\r\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">Amazing\'s SMS marketing platform allows you to quickly, easily, and economically implement mobile campaigns and spin your database into gold mine. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-49','','','2011-08-28 18:44:51','2011-08-28 10:44:51','',21,'http://newweb.amazingbusinessresources.com/archives/357',0,'revision','',0,NULL),(360,1,'2011-08-29 03:57:38','2011-08-28 19:57:38','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" /><img class=\"aligncenter size-full wp-image-152\" title=\"TITLE copy_2\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/TITLE-copy_2.jpg\" alt=\"\" width=\"480\" height=\"48\" /></span></h1>\r\n<h1 style=\"text-align: center;\"></h1>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\r\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">Amazing\'s SMS marketing platform allows you to quickly, easily, and economically implement mobile campaigns and spin your database into gold mine. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-50','','','2011-08-29 03:57:38','2011-08-28 19:57:38','',21,'http://newweb.amazingbusinessresources.com/archives/360',0,'revision','',0,NULL),(363,1,'2011-08-29 03:56:21','2011-08-28 19:56:21','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-207\" title=\"Website Development|Website Planning|Website Conceptualization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development-Banner.jpg\" alt=\"Website Development|Website Planning|Website Conceptualization\" width=\"600\" height=\"187\" /></p>\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a href=\"http://amazingbusinessresources.com\">Presentable Website</a></p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"5\" align=\"center\" valign=\"middle\">\r\n<h3>Other Services</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-200\" title=\"Search Engine Optimization - SEO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO.jpg\" alt=\"Search Engine Optimization - SEO\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-202\" title=\"Social Media Marketing - SMO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SMO.jpg\" alt=\"Social Media Marketing - SMO\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-203\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-button.jpg\" alt=\"Email Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-204\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-button.jpg\" alt=\"Mobile Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-205\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-button.jpg\" alt=\"Media Planning\" width=\"120\" height=\"60\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-46','','','2011-08-29 03:56:21','2011-08-28 19:56:21','',156,'http://newweb.amazingbusinessresources.com/archives/363',0,'revision','',0,NULL),(364,1,'2011-08-29 03:59:38','2011-08-28 19:59:38','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-207\" title=\"Website Development|Website Planning|Website Conceptualization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development-Banner.jpg\" alt=\"Website Development|Website Planning|Website Conceptualization\" width=\"600\" height=\"187\" /></p>\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a href=\"http://amazingbusinessresources.com\">Presentable Website</a></p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"5\" align=\"center\" valign=\"middle\">\r\n<h3>Other Services</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-200\" title=\"Search Engine Optimization - SEO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO.jpg\" alt=\"Search Engine Optimization - SEO\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-202\" title=\"Social Media Marketing - SMO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SMO.jpg\" alt=\"Social Media Marketing - SMO\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-203\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-button.jpg\" alt=\"Email Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-204\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-button.jpg\" alt=\"Mobile Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-205\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-button.jpg\" alt=\"Media Planning\" width=\"120\" height=\"60\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-47','','','2011-08-29 03:59:38','2011-08-28 19:59:38','',156,'http://newweb.amazingbusinessresources.com/archives/364',0,'revision','',0,NULL),(365,1,'2011-08-29 03:59:50','2011-08-28 19:59:50','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-207\" title=\"Website Development|Website Planning|Website Conceptualization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development-Banner.jpg\" alt=\"Website Development|Website Planning|Website Conceptualization\" width=\"600\" height=\"187\" /></p>\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a href=\"http://amazingbusinessresources.com\">Presentable Website</a></p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"5\" align=\"center\" valign=\"middle\">\r\n<h3>Other Services</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-200\" title=\"Search Engine Optimization - SEO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO.jpg\" alt=\"Search Engine Optimization - SEO\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-202\" title=\"Social Media Marketing - SMO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SMO.jpg\" alt=\"Social Media Marketing - SMO\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-203\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-button.jpg\" alt=\"Email Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-204\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-button.jpg\" alt=\"Mobile Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-205\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-button.jpg\" alt=\"Media Planning\" width=\"120\" height=\"60\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-48','','','2011-08-29 03:59:50','2011-08-28 19:59:50','',156,'http://newweb.amazingbusinessresources.com/archives/365',0,'revision','',0,NULL),(367,1,'2011-08-29 03:55:58','2011-08-28 19:55:58','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-5','','','2011-08-29 03:55:58','2011-08-28 19:55:58','',211,'http://newweb.amazingbusinessresources.com/archives/367',0,'revision','',0,NULL),(368,1,'2011-08-29 03:56:08','2011-08-28 19:56:08','','Social Media Marketing','','inherit','open','open','','313-revision-3','','','2011-08-29 03:56:08','2011-08-28 19:56:08','',313,'http://newweb.amazingbusinessresources.com/archives/368',0,'revision','',0,NULL),(370,1,'2011-08-29 04:03:22','2011-08-28 20:03:22','Mobile marketing increases your marketing reach by allowing your brand to be viewed on thousands of mobile phones - anywhere and at any time of the day\r\n\r\nMobile Marketing Trend\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-1043\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Rich penetration - 91% of Malaysian  population own a phone no</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>1 to 1 marketing - selective to reach your targeted customer only</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>High personalized medium - unique number to reach a specific person</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Short time to market - quick and easy communication platform, high reach media</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Interactive relationship -fast responds and reply medium</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Efficient response monitoring -direct insight into each campaign and media respond for customer behaviour analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Database compiling and analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Effective ROI - low marketing budget with high return of investment</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>It\'s GREEN</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nWe specializing in creating SMS campaign for our corporate clients:\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img class=\"aligncenter\" title=\"Mobile Application\" src=\"http://t3.gstatic.com/images?q=tbn:ANd9GcQh6CU0U8gFig0-XZU3PoScFEw9Yo-OPfIwNgnGiEIDm85fXDg4\" alt=\"Mobile Application\" width=\"168\" height=\"272\" /></td>\r\n<td>\r\n<ul>\r\n	<li>\r\n<h4>Mobile Vouchers Mobile Survey</h4>\r\n</li>\r\n	<li>\r\n<h4>Mobile MGM</h4>\r\n</li>\r\n	<li>\r\n<h4>Mobile Voting Contest</h4>\r\n</li>\r\n	<li>\r\n<h4>Mobile Birthday Special</h4>\r\n</li>\r\n	<li>\r\n<h4>Mobiel Alerts for Member days</h4>\r\n</li>\r\n	<li>\r\n<h4>Spend &amp; Win Mobile Contest</h4>\r\n</li>\r\n	<li>\r\n<h4>Mobile RSVP</h4>\r\n</li>\r\n	<li>\r\n<h4>Mobile CRM for Personal TOUCH</h4>\r\n</li>\r\n	<li>\r\n<h4>Mobile Document</h4>\r\n</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Mobile Marketing','','publish','closed','closed','','mobile-marketing-1','','','2011-10-01 11:12:39','2011-10-01 03:12:39','',21,'http://newweb.amazingbusinessresources.com/?page_id=370',4,'page','',0,NULL),(371,1,'2011-08-29 04:03:10','2011-08-28 20:03:10','','Mobile Marketing','','inherit','open','open','','370-revision','','','2011-08-29 04:03:10','2011-08-28 20:03:10','',370,'http://newweb.amazingbusinessresources.com/archives/371',0,'revision','',0,NULL),(372,1,'2011-08-29 04:03:44','2011-08-28 20:03:44','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\">\r\n<h3 style=\"text-align: left;\">Online Advertising</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong>Amazing Business Resources</strong> media buying division specializes in placing online advertisements on behalf of clients. We specialized in Online Advertising Management.\r\n<p style=\"text-align: justify;\">Our marketing initiatives are designed to meet the specific objectives of each advertiser, with a strong focus on the bottom line. The division is comprised of several core competencies, including traditional online media buying, search engine marketing (SEM), contextual advertising, banner placements, creative strategy, and email marketing. Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" colspan=\"1\">\r\n<h3 style=\"text-align: left;\"><strong>Offline Advertising</strong></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\">\r\n<p style=\"text-align: justify;\"><strong>Amazing Business Resources</strong> provides an effective and efficient evaluation service for advertisers who may be unsure about how to best monitor and appraise what they’re getting for their all important advertising monies.</p>\r\n<p style=\"text-align: justify;\">We will assist in setting budgets and targets, in choosing which media channels are best to reach target groups and whether most efficient pricing is being achieved is what we’re here to do.</p>\r\n<p style=\"text-align: justify;\">We’ll be only too happy to come and talk to you about your current media plans, and to help you ensure that you squeeze the maximum return from your budget.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify; padding-left: 30px;\"><strong>\r\n</strong></p>','Media Planning','','publish','closed','closed','','media-planning-1','','','2011-10-01 11:17:11','2011-10-01 03:17:11','',21,'http://newweb.amazingbusinessresources.com/?page_id=372',5,'page','',0,NULL),(373,1,'2011-08-29 04:03:34','2011-08-28 20:03:34','','Media Planning','','inherit','open','open','','372-revision','','','2011-08-29 04:03:34','2011-08-28 20:03:34','',372,'http://newweb.amazingbusinessresources.com/archives/373',0,'revision','',0,NULL),(374,1,'2011-08-29 04:00:10','2011-08-28 20:00:10','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-207\" title=\"Website Development|Website Planning|Website Conceptualization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development-Banner.jpg\" alt=\"Website Development|Website Planning|Website Conceptualization\" width=\"600\" height=\"187\" /></p>\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a href=\"http://amazingbusinessresources.com\">Presentable Website</a></p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"5\" align=\"center\" valign=\"middle\">\r\n<h3>Other Services</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-200\" title=\"Search Engine Optimization - SEO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO.jpg\" alt=\"Search Engine Optimization - SEO\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-202\" title=\"Social Media Marketing - SMO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SMO.jpg\" alt=\"Social Media Marketing - SMO\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-203\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-button.jpg\" alt=\"Email Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-204\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-button.jpg\" alt=\"Mobile Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-205\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-button.jpg\" alt=\"Media Planning\" width=\"120\" height=\"60\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-49','','','2011-08-29 04:00:10','2011-08-28 20:00:10','',156,'http://newweb.amazingbusinessresources.com/archives/374',0,'revision','',0,NULL),(375,1,'2011-08-29 04:36:59','2011-08-28 20:36:59','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-207\" title=\"Website Development|Website Planning|Website Conceptualization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development-Banner.jpg\" alt=\"Website Development|Website Planning|Website Conceptualization\" width=\"600\" height=\"187\" /></p>\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a href=\"http://amazingbusinessresources.com\">Presentable Website</a></p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"5\" align=\"center\" valign=\"middle\">\r\n<h3>Other Services</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-200\" title=\"Search Engine Optimization - SEO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO.jpg\" alt=\"Search Engine Optimization - SEO\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-202\" title=\"Social Media Marketing - SMO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SMO.jpg\" alt=\"Social Media Marketing - SMO\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-203\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-button.jpg\" alt=\"Email Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-204\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-button.jpg\" alt=\"Mobile Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-205\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-button.jpg\" alt=\"Media Planning\" width=\"120\" height=\"60\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-50','','','2011-08-29 04:36:59','2011-08-28 20:36:59','',156,'http://newweb.amazingbusinessresources.com/archives/375',0,'revision','',0,NULL),(485,1,'2011-08-29 21:43:09','2011-08-29 13:43:09','<object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0wyZaSxUyZ8?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0wyZaSxUyZ8?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/send-first-campaign.png\') no-repeat; text-indent: -9999px; display: block; width: 479px; height: 105px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Send Your First Email Newsletter Today - AWeber Communications</a>\r\n<h2 style=\"text-align: left;\">Email Newsletters in Ease</h2>\r\n<ul>\r\n	<li style=\"text-align: left;\">- Over 150 easy-to-customize templates included - with single and multiple-column designs</li>\r\n	<li style=\"text-align: left;\">- Numerous color schemes to match your branding</li>\r\n	<li style=\"text-align: left;\">- Dedicated areas for your logo and images</li>\r\n	<li style=\"text-align: left;\">- Tested in all major email clients (Gmail, Hotmail, Yahoo! and more)</li>\r\n	<li style=\"text-align: left;\">- Personalize emails with subscribers\' names and other information</li>\r\n	<li style=\"text-align: left;\">- Prefer plain text? Our email marketing newsletters can do that too.</li>\r\n</ul>','Email Newsletters','','inherit','open','open','','289-revision-14','','','2011-08-29 21:43:09','2011-08-29 13:43:09','',289,'http://newweb.amazingbusinessresources.com/archives/485',0,'revision','',0,NULL),(396,1,'2011-08-29 03:58:58','2011-08-28 19:58:58','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" /><img class=\"aligncenter size-full wp-image-152\" title=\"TITLE copy_2\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/TITLE-copy_2.jpg\" alt=\"\" width=\"480\" height=\"48\" /></span></h1>\r\n<h1 style=\"text-align: center;\"></h1>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-103\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\r\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">Amazing\'s SMS marketing platform allows you to quickly, easily, and economically implement mobile campaigns and spin your database into gold mine. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-51','','','2011-08-29 03:58:58','2011-08-28 19:58:58','',21,'http://newweb.amazingbusinessresources.com/archives/396',0,'revision','',0,NULL),(397,1,'2011-08-29 11:31:16','2011-08-29 03:31:16','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" /><img class=\"aligncenter size-full wp-image-152\" title=\"TITLE copy_2\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/TITLE-copy_2.jpg\" alt=\"\" width=\"480\" height=\"48\" /></span></h1>\r\n<h1 style=\"text-align: center;\"></h1>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/website-development\"><img class=\"size-full wp-image-103 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></a></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-105\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"Website Development\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/website-development\">Read more</a></span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\r\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">Amazing\'s SMS marketing platform allows you to quickly, easily, and economically implement mobile campaigns and spin your database into gold mine. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-52','','','2011-08-29 11:31:16','2011-08-29 03:31:16','',21,'http://newweb.amazingbusinessresources.com/archives/397',0,'revision','',0,NULL),(398,1,'2011-08-29 04:01:16','2011-08-28 20:01:16','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-6','','','2011-08-29 04:01:16','2011-08-28 20:01:16','',211,'http://newweb.amazingbusinessresources.com/archives/398',0,'revision','',0,NULL),(399,1,'2011-08-29 12:54:24','2011-08-29 04:54:24','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">On Page Factor</td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">Off Page Factor</td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-7','','','2011-08-29 12:54:24','2011-08-29 04:54:24','',211,'http://newweb.amazingbusinessresources.com/archives/399',0,'revision','',0,NULL),(1064,1,'2011-10-01 01:50:13','2011-09-30 17:50:13','&nbsp;\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h2 style=\"text-align: left;\">On Page Factor</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>SEO Basics - Page title</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Improving Site Structure</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Content Optimization</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Dealing with Crawlers</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">. </span></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h2 style=\"text-align: left;\">Off Page Factor</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h2>Domain</h2>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Number of Inbound Links</li>\r\n	<li>- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li>- Age of the Inbound Links</li>\r\n	<li>- Google Page Rank of Inbound Link Pages</li>\r\n	<li>- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li>- Second Tier Established Directory Listings.</li>\r\n	<li>- Niche Directory Listings</li>\r\n	<li>- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','SEO','','inherit','open','open','','211-revision-50','','','2011-10-01 01:50:13','2011-09-30 17:50:13','',211,'http://newweb.amazingbusinessresources.com/archives/1064',0,'revision','',0,NULL),(1063,1,'2011-10-01 01:49:24','2011-09-30 17:49:24','&nbsp;\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h2 style=\"text-align: center;\">On Page Factor</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>SEO Basics - Page title</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Improving Site Structure</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h2>Content Optimization</h2>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td> <span class=\"Apple-style-span\" style=\"font-size: 17px; font-weight: bold;\">Dealing with Crawlers</span></td>\r\n<td>\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">. </span></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h2 style=\"text-align: center;\">Off Page Factor</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h2>Domain</h2>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Number of Inbound Links</li>\r\n	<li>- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li>- Age of the Inbound Links</li>\r\n	<li>- Google Page Rank of Inbound Link Pages</li>\r\n	<li>- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li>- Second Tier Established Directory Listings.</li>\r\n	<li>- Niche Directory Listings</li>\r\n	<li>- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','SEO','','inherit','open','open','','211-revision-49','','','2011-10-01 01:49:24','2011-09-30 17:49:24','',211,'http://newweb.amazingbusinessresources.com/archives/1063',0,'revision','',0,NULL),(400,1,'2011-08-29 13:12:08','2011-08-29 05:12:08','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">On Page Factor</td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">Off Page Factor</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td>SEO Basics - Page title</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>Create unique, accurate page titles</li>\r\n	<li>Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Improving Site Structure</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Improve the structure of your URLs</li>\r\n	<li>Site Map for easy navigation</li>\r\n	<li>Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Content optimization</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Offer quality content and services</li>\r\n	<li>Write better anchor text (Link Text)</li>\r\n	<li>Optimize your use of images (Alt Tag)</li>\r\n	<li>Use heading tags appropriately</li>\r\n	<li>Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Dealing with Crawlers</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Make effective use of robots.txt</li>\r\n	<li>Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">&nbsp;</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-8','','','2011-08-29 13:12:08','2011-08-29 05:12:08','',211,'http://newweb.amazingbusinessresources.com/archives/400',0,'revision','',0,NULL),(406,1,'2011-08-29 13:28:08','2011-08-29 05:28:08','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">On Page Factor</td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">Off Page Factor</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td>SEO Basics - Page title</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Domain</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>Create unique, accurate page titles</li>\r\n	<li>Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>Age of Domain</li>\r\n	<li>Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">Improving Site Structure</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Inbound Links</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Improve the structure of your URLs</li>\r\n	<li>Site Map for easy navigation</li>\r\n	<li>Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Content optimization</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Offer quality content and services</li>\r\n	<li>Write better anchor text (Link Text)</li>\r\n	<li>Optimize your use of images (Alt Tag)</li>\r\n	<li>Use heading tags appropriately</li>\r\n	<li>Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Dealing with Crawlers</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Make effective use of robots.txt</li>\r\n	<li>Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-14','','','2011-08-29 13:28:08','2011-08-29 05:28:08','',211,'http://newweb.amazingbusinessresources.com/archives/406',0,'revision','',0,NULL),(401,1,'2011-08-29 13:23:23','2011-08-29 05:23:23','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">On Page Factor</td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">Off Page Factor</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td>SEO Basics - Page title</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td>Domain</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>Create unique, accurate page titles</li>\r\n	<li>Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>Age of Domain</li>\r\n	<li>Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Improving Site Structure</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Inbound Links</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Improve the structure of your URLs</li>\r\n	<li>Site Map for easy navigation</li>\r\n	<li>Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\nI</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Content optimization</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Offer quality content and services</li>\r\n	<li>Write better anchor text (Link Text)</li>\r\n	<li>Optimize your use of images (Alt Tag)</li>\r\n	<li>Use heading tags appropriately</li>\r\n	<li>Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Dealing with Crawlers</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Make effective use of robots.txt</li>\r\n	<li>Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">&nbsp;</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-9','','','2011-08-29 13:23:23','2011-08-29 05:23:23','',211,'http://newweb.amazingbusinessresources.com/archives/401',0,'revision','',0,NULL),(402,1,'2011-08-29 13:24:32','2011-08-29 05:24:32','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">On Page Factor</td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">Off Page Factor</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td>SEO Basics - Page title</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Domain</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>Create unique, accurate page titles</li>\r\n	<li>Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>Age of Domain</li>\r\n	<li>Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Improving Site Structure</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Inbound Links</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Improve the structure of your URLs</li>\r\n	<li>Site Map for easy navigation</li>\r\n	<li>Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\nI</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Content optimization</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Offer quality content and services</li>\r\n	<li>Write better anchor text (Link Text)</li>\r\n	<li>Optimize your use of images (Alt Tag)</li>\r\n	<li>Use heading tags appropriately</li>\r\n	<li>Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Dealing with Crawlers</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Make effective use of robots.txt</li>\r\n	<li>Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-10','','','2011-08-29 13:24:32','2011-08-29 05:24:32','',211,'http://newweb.amazingbusinessresources.com/archives/402',0,'revision','',0,NULL),(404,1,'2011-08-29 13:26:40','2011-08-29 05:26:40','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">On Page Factor</td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">Off Page Factor</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td>SEO Basics - Page title</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Domain</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>Create unique, accurate page titles</li>\r\n	<li>Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>Age of Domain</li>\r\n	<li>Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Improving Site Structure</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Inbound Links</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Improve the structure of your URLs</li>\r\n	<li>Site Map for easy navigation</li>\r\n	<li>Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\nI</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Content optimization</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Offer quality content and services</li>\r\n	<li>Write better anchor text (Link Text)</li>\r\n	<li>Optimize your use of images (Alt Tag)</li>\r\n	<li>Use heading tags appropriately</li>\r\n	<li>Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Dealing with Crawlers</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Make effective use of robots.txt</li>\r\n	<li>Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-12','','','2011-08-29 13:26:40','2011-08-29 05:26:40','',211,'http://newweb.amazingbusinessresources.com/archives/404',0,'revision','',0,NULL),(403,1,'2011-08-29 13:25:38','2011-08-29 05:25:38','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">On Page Factor</td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">Off Page Factor</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td>SEO Basics - Page title</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Domain</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>Create unique, accurate page titles</li>\r\n	<li>Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>Age of Domain</li>\r\n	<li>Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Improving Site Structure</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Inbound Links</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Improve the structure of your URLs</li>\r\n	<li>Site Map for easy navigation</li>\r\n	<li>Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\nI</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Content optimization</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Offer quality content and services</li>\r\n	<li>Write better anchor text (Link Text)</li>\r\n	<li>Optimize your use of images (Alt Tag)</li>\r\n	<li>Use heading tags appropriately</li>\r\n	<li>Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Dealing with Crawlers</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Make effective use of robots.txt</li>\r\n	<li>Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-11','','','2011-08-29 13:25:38','2011-08-29 05:25:38','',211,'http://newweb.amazingbusinessresources.com/archives/403',0,'revision','',0,NULL),(405,1,'2011-08-29 13:27:00','2011-08-29 05:27:00','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">On Page Factor</td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">Off Page Factor</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td>SEO Basics - Page title</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Domain</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>Create unique, accurate page titles</li>\r\n	<li>Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>Age of Domain</li>\r\n	<li>Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Improving Site Structure</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Inbound Links</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Improve the structure of your URLs</li>\r\n	<li>Site Map for easy navigation</li>\r\n	<li>Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Content optimization</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Offer quality content and services</li>\r\n	<li>Write better anchor text (Link Text)</li>\r\n	<li>Optimize your use of images (Alt Tag)</li>\r\n	<li>Use heading tags appropriately</li>\r\n	<li>Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Dealing with Crawlers</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Make effective use of robots.txt</li>\r\n	<li>Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-13','','','2011-08-29 13:27:00','2011-08-29 05:27:00','',211,'http://newweb.amazingbusinessresources.com/archives/405',0,'revision','',0,NULL),(1067,1,'2011-10-01 01:53:11','2011-09-30 17:53:11','&nbsp;\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h2 style=\"text-align: left;\">On Page Factor</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>SEO Basics - Page title</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Improving Site Structure</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Content Optimization</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Dealing with Crawlers</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">. </span></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h2 style=\"text-align: left;\">Off Page Factor</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Domain</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\">\r\n<h3>Inbound Links</h3>\r\n</td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Number of Inbound Links</li>\r\n	<li>- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li>- Age of the Inbound Links</li>\r\n	<li>- Google Page Rank of Inbound Link Pages</li>\r\n	<li>- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li>- Second Tier Established Directory Listings.</li>\r\n	<li>- Niche Directory Listings</li>\r\n	<li>- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','SEO','','inherit','open','open','','211-revision-53','','','2011-10-01 01:53:11','2011-09-30 17:53:11','',211,'http://newweb.amazingbusinessresources.com/archives/1067',0,'revision','',0,NULL),(407,1,'2011-08-29 13:29:30','2011-08-29 05:29:30','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">On Page Factor</td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">Off Page Factor</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">SEO Basics - Page title</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Domain</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>Create unique, accurate page titles</li>\r\n	<li>Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>Age of Domain</li>\r\n	<li>Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">Improving Site Structure</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Inbound Links</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Improve the structure of your URLs</li>\r\n	<li>Site Map for easy navigation</li>\r\n	<li>Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Content optimization</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Offer quality content and services</li>\r\n	<li>Write better anchor text (Link Text)</li>\r\n	<li>Optimize your use of images (Alt Tag)</li>\r\n	<li>Use heading tags appropriately</li>\r\n	<li>Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Dealing with Crawlers</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Make effective use of robots.txt</li>\r\n	<li>Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-15','','','2011-08-29 13:29:30','2011-08-29 05:29:30','',211,'http://newweb.amazingbusinessresources.com/archives/407',0,'revision','',0,NULL),(408,1,'2011-08-29 13:33:51','2011-08-29 05:33:51','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">On Page Factor</td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">Off Page Factor</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"32\" height=\"32\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">SEO Basics - Page title</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Domain</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">- Domain Class (.edu/.org/.com..etc)\r\n\r\n- Create unique, accurate page titles\r\n\r\n- Make use of the \"description\" meta tag</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>Age of Domain</li>\r\n	<li>Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img class=\"aligncenter\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"32\" height=\"32\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">Improving Site Structure</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Inbound Links</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Improve the structure of your URLs</li>\r\n	<li>Site Map for easy navigation</li>\r\n	<li>Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img class=\"aligncenter\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"32\" height=\"32\" /></td>\r\n<td colspan=\"1\">Content optimization</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Offer quality content and services</li>\r\n	<li>Write better anchor text (Link Text)</li>\r\n	<li>Optimize your use of images (Alt Tag)</li>\r\n	<li>Use heading tags appropriately</li>\r\n	<li>Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img class=\"aligncenter\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"32\" height=\"32\" /></td>\r\n<td colspan=\"1\">Dealing with Crawlers</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>Make effective use of robots.txt</li>\r\n	<li>Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-16','','','2011-08-29 13:33:51','2011-08-29 05:33:51','',211,'http://newweb.amazingbusinessresources.com/archives/408',0,'revision','',0,NULL),(409,1,'2011-08-29 13:37:18','2011-08-29 05:37:18','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">On Page Factor</td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">Off Page Factor</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"32\" height=\"32\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">SEO Basics - Page title</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Domain</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img class=\"aligncenter\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"32\" height=\"32\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">Improving Site Structure</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">Inbound Links</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img class=\"aligncenter\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"32\" height=\"32\" /></td>\r\n<td colspan=\"1\">Content optimization</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img class=\"aligncenter\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"32\" height=\"32\" /></td>\r\n<td colspan=\"1\">Dealing with Crawlers</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-17','','','2011-08-29 13:37:18','2011-08-29 05:37:18','',211,'http://newweb.amazingbusinessresources.com/archives/409',0,'revision','',0,NULL),(434,1,'2011-08-29 14:17:17','2011-08-29 06:17:17','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><img class=\"aligncenter size-full wp-image-411\" title=\"SEO On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner.jpg\" alt=\"SEO On page Factor\" width=\"300\" height=\"50\" />-------------------------------------</h2>\r\n</td>\r\n<td id=\"\" style=\"width: 10px; background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"9\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\"><img class=\"aligncenter size-full wp-image-412\" title=\"SEO Off Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\" alt=\"SEO Off Page Factor\" width=\"300\" height=\"50\" /></a>-------------------------------------</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-37','','','2011-08-29 14:17:17','2011-08-29 06:17:17','',211,'http://newweb.amazingbusinessresources.com/archives/434',0,'revision','',0,NULL),(410,1,'2011-08-29 13:38:56','2011-08-29 05:38:56','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">\r\n<h2>On Page Factor</h2>\r\n</td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">\r\n<h2>Off Page Factor</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">SEO Basics - Page title</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Domain</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">Improving Site Structure</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Inbound Links</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Content optimization</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Dealing with Crawlers</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-18','','','2011-08-29 13:38:56','2011-08-29 05:38:56','',211,'http://newweb.amazingbusinessresources.com/archives/410',0,'revision','',0,NULL),(413,1,'2011-08-29 13:40:15','2011-08-29 05:40:15','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2>On Page Factor</h2>\r\n</td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px; background-color: #99ccff;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2>Off Page Factor</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">SEO Basics - Page title</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Domain</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">Improving Site Structure</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Inbound Links</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Content optimization</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Dealing with Crawlers</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-19','','','2011-08-29 13:40:15','2011-08-29 05:40:15','',211,'http://newweb.amazingbusinessresources.com/archives/413',0,'revision','',0,NULL),(414,1,'2011-08-29 13:48:42','2011-08-29 05:48:42','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><img class=\"aligncenter size-full wp-image-411\" title=\"SEO On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner.jpg\" alt=\"SEO On page Factor\" width=\"300\" height=\"50\" /></h2>\r\n</td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\"><img class=\"aligncenter size-full wp-image-412\" title=\"SEO Off Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\" alt=\"SEO Off Page Factor\" width=\"300\" height=\"50\" /></a></h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">SEO Basics - Page title</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Domain</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">Improving Site Structure</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Inbound Links</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Content optimization</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Dealing with Crawlers</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-20','','','2011-08-29 13:48:42','2011-08-29 05:48:42','',211,'http://newweb.amazingbusinessresources.com/archives/414',0,'revision','',0,NULL),(415,1,'2011-08-29 13:52:01','2011-08-29 05:52:01','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><img class=\"aligncenter size-full wp-image-411\" title=\"SEO On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner.jpg\" alt=\"SEO On page Factor\" width=\"300\" height=\"50\" /></h2>\r\n</td>\r\n<td id=\"\" style=\"width: 10px; background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\"><img class=\"aligncenter size-full wp-image-412\" title=\"SEO Off Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\" alt=\"SEO Off Page Factor\" width=\"300\" height=\"50\" /></a></h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">SEO Basics - Page title</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Domain</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">Improving Site Structure</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Inbound Links</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Content optimization</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Dealing with Crawlers</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-21','','','2011-08-29 13:52:01','2011-08-29 05:52:01','',211,'http://newweb.amazingbusinessresources.com/archives/415',0,'revision','',0,NULL),(416,1,'2011-08-29 13:54:12','2011-08-29 05:54:12','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><img class=\"aligncenter size-full wp-image-411\" title=\"SEO On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner.jpg\" alt=\"SEO On page Factor\" width=\"300\" height=\"50\" /></h2>\r\n</td>\r\n<td id=\"\" style=\"width: 10px; background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\"><img class=\"aligncenter size-full wp-image-412\" title=\"SEO Off Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\" alt=\"SEO Off Page Factor\" width=\"300\" height=\"50\" /></a></h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-22','','','2011-08-29 13:54:12','2011-08-29 05:54:12','',211,'http://newweb.amazingbusinessresources.com/archives/416',0,'revision','',0,NULL),(420,1,'2011-08-29 13:59:21','2011-08-29 05:59:21','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><img class=\"aligncenter size-full wp-image-411\" title=\"SEO On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner.jpg\" alt=\"SEO On page Factor\" width=\"300\" height=\"50\" /></h2>\r\n</td>\r\n<td id=\"\" style=\"width: 10px; background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\"><img class=\"aligncenter size-full wp-image-412\" title=\"SEO Off Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\" alt=\"SEO Off Page Factor\" width=\"300\" height=\"50\" /></a></h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-26','','','2011-08-29 13:59:21','2011-08-29 05:59:21','',211,'http://newweb.amazingbusinessresources.com/archives/420',0,'revision','',0,NULL),(417,1,'2011-08-29 13:55:43','2011-08-29 05:55:43','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><img class=\"aligncenter size-full wp-image-411\" title=\"SEO On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner.jpg\" alt=\"SEO On page Factor\" width=\"300\" height=\"50\" /></h2>\r\n</td>\r\n<td id=\"\" style=\"width: 10px; background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\"><img class=\"aligncenter size-full wp-image-412\" title=\"SEO Off Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\" alt=\"SEO Off Page Factor\" width=\"300\" height=\"50\" /></a></h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-23','','','2011-08-29 13:55:43','2011-08-29 05:55:43','',211,'http://newweb.amazingbusinessresources.com/archives/417',0,'revision','',0,NULL),(418,1,'2011-08-29 13:56:48','2011-08-29 05:56:48','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><img class=\"aligncenter size-full wp-image-411\" title=\"SEO On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner.jpg\" alt=\"SEO On page Factor\" width=\"300\" height=\"50\" /></h2>\r\n</td>\r\n<td id=\"\" style=\"width: 10px; background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\"><img class=\"aligncenter size-full wp-image-412\" title=\"SEO Off Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\" alt=\"SEO Off Page Factor\" width=\"300\" height=\"50\" /></a></h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-24','','','2011-08-29 13:56:48','2011-08-29 05:56:48','',211,'http://newweb.amazingbusinessresources.com/archives/418',0,'revision','',0,NULL),(419,1,'2011-08-29 13:57:02','2011-08-29 05:57:02','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><img class=\"aligncenter size-full wp-image-411\" title=\"SEO On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner.jpg\" alt=\"SEO On page Factor\" width=\"300\" height=\"50\" /></h2>\r\n</td>\r\n<td id=\"\" style=\"width: 10px; background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\"><img class=\"aligncenter size-full wp-image-412\" title=\"SEO Off Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\" alt=\"SEO Off Page Factor\" width=\"300\" height=\"50\" /></a></h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-25','','','2011-08-29 13:57:02','2011-08-29 05:57:02','',211,'http://newweb.amazingbusinessresources.com/archives/419',0,'revision','',0,NULL),(421,1,'2011-08-29 14:00:34','2011-08-29 06:00:34','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><img class=\"aligncenter size-full wp-image-411\" title=\"SEO On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner.jpg\" alt=\"SEO On page Factor\" width=\"300\" height=\"50\" /></h2>\r\n</td>\r\n<td id=\"\" style=\"width: 10px; background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\"><img class=\"aligncenter size-full wp-image-412\" title=\"SEO Off Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\" alt=\"SEO Off Page Factor\" width=\"300\" height=\"50\" /></a></h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-27','','','2011-08-29 14:00:34','2011-08-29 06:00:34','',211,'http://newweb.amazingbusinessresources.com/archives/421',0,'revision','',0,NULL),(423,1,'2011-08-29 14:03:59','2011-08-29 06:03:59','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><img class=\"aligncenter size-full wp-image-411\" title=\"SEO On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner.jpg\" alt=\"SEO On page Factor\" width=\"300\" height=\"50\" /></h2>\r\n</td>\r\n<td id=\"\" style=\"width: 10px; background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"9\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\"><img class=\"aligncenter size-full wp-image-412\" title=\"SEO Off Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\" alt=\"SEO Off Page Factor\" width=\"300\" height=\"50\" /></a></h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-29','','','2011-08-29 14:03:59','2011-08-29 06:03:59','',211,'http://newweb.amazingbusinessresources.com/archives/423',0,'revision','',0,NULL),(422,1,'2011-08-29 14:02:36','2011-08-29 06:02:36','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><img class=\"aligncenter size-full wp-image-411\" title=\"SEO On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner.jpg\" alt=\"SEO On page Factor\" width=\"300\" height=\"50\" /></h2>\r\n</td>\r\n<td id=\"\" style=\"width: 10px; background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\"><img class=\"aligncenter size-full wp-image-412\" title=\"SEO Off Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\" alt=\"SEO Off Page Factor\" width=\"300\" height=\"50\" /></a></h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td id=\"\" style=\"background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td id=\"\" style=\"background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td id=\"\" style=\"background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td id=\"\" style=\"background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td id=\"\" style=\"background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td id=\"\" style=\"background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td id=\"\" style=\"background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td id=\"\" style=\"background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-28','','','2011-08-29 14:02:36','2011-08-29 06:02:36','',211,'http://newweb.amazingbusinessresources.com/archives/422',0,'revision','',0,NULL),(425,1,'2011-08-29 14:06:59','2011-08-29 06:06:59','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><span style=\"text-decoration: underline;\"><img class=\"aligncenter size-full wp-image-411\" title=\"SEO On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner.jpg\" alt=\"SEO On page Factor\" width=\"300\" height=\"50\" /></span></h2>\r\n</td>\r\n<td id=\"\" style=\"width: 10px; background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"9\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><span style=\"text-decoration: underline;\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\"><img class=\"aligncenter size-full wp-image-412\" title=\"SEO Off Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\" alt=\"SEO Off Page Factor\" width=\"300\" height=\"50\" /></a></span></h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-31','','','2011-08-29 14:06:59','2011-08-29 06:06:59','',211,'http://newweb.amazingbusinessresources.com/archives/425',0,'revision','',0,NULL),(424,1,'2011-08-29 14:06:00','2011-08-29 06:06:00','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><img class=\"aligncenter size-full wp-image-411\" title=\"SEO On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner.jpg\" alt=\"SEO On page Factor\" width=\"300\" height=\"50\" /></h2>\r\n</td>\r\n<td id=\"\" style=\"width: 10px; background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"10\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\"><img class=\"aligncenter size-full wp-image-412\" title=\"SEO Off Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\" alt=\"SEO Off Page Factor\" width=\"300\" height=\"50\" /></a></h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 2px; background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"></td>\r\n<td style=\"width: 2px; background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"2\" align=\"\" valign=\"\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-30','','','2011-08-29 14:06:00','2011-08-29 06:06:00','',211,'http://newweb.amazingbusinessresources.com/archives/424',0,'revision','',0,NULL),(428,1,'2011-08-29 14:13:23','2011-08-29 06:13:23','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><img class=\"aligncenter size-full wp-image-411\" title=\"SEO On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner.jpg\" alt=\"SEO On page Factor\" width=\"300\" height=\"50\" /></h2>\r\n</td>\r\n<td id=\"\" style=\"width: 10px; background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"9\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\"><img class=\"aligncenter size-full wp-image-412\" title=\"SEO Off Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\" alt=\"SEO Off Page Factor\" width=\"300\" height=\"50\" /></a></h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-34','','','2011-08-29 14:13:23','2011-08-29 06:13:23','',211,'http://newweb.amazingbusinessresources.com/archives/428',0,'revision','',0,NULL),(427,1,'2011-08-29 14:11:04','2011-08-29 06:11:04','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px; border-width: 1px; border-style: solid;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><img class=\"aligncenter size-full wp-image-411\" title=\"SEO On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner.jpg\" alt=\"SEO On page Factor\" width=\"300\" height=\"50\" /></h2>\r\n</td>\r\n<td id=\"\" style=\"width: 10px; background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"9\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px; border-width: 1px; border-style: solid;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\"><img class=\"aligncenter size-full wp-image-412\" title=\"SEO Off Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\" alt=\"SEO Off Page Factor\" width=\"300\" height=\"50\" /></a></h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-33','','','2011-08-29 14:11:04','2011-08-29 06:11:04','',211,'http://newweb.amazingbusinessresources.com/archives/427',0,'revision','',0,NULL),(426,1,'2011-08-29 14:08:51','2011-08-29 06:08:51','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: center; width: 300px; border-width: 1px; border-color: #000000; border-style: solid;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><img class=\"aligncenter size-full wp-image-411\" title=\"SEO On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner.jpg\" alt=\"SEO On page Factor\" width=\"300\" height=\"50\" /></h2>\r\n</td>\r\n<td id=\"\" style=\"width: 10px; background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"9\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"text-align: center; width: 300px; border-width: 1px; border-color: #000000; border-style: solid;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\"><img class=\"aligncenter size-full wp-image-412\" title=\"SEO Off Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\" alt=\"SEO Off Page Factor\" width=\"300\" height=\"50\" /></a></h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-32','','','2011-08-29 14:08:51','2011-08-29 06:08:51','',211,'http://newweb.amazingbusinessresources.com/archives/426',0,'revision','',0,NULL),(435,1,'2011-08-29 14:25:55','2011-08-29 06:25:55','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-431\" title=\"On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_3.jpg\" alt=\"On Page Factor\" width=\"300\" height=\"50\" /></td>\r\n<td id=\"\" style=\"width: 10px; background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"9\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\"> <img class=\"aligncenter size-full wp-image-433\" title=\"Off Page Banner\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_2.jpg\" alt=\"Off Page Banner\" width=\"300\" height=\"50\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-38','','','2011-08-29 14:25:55','2011-08-29 06:25:55','',211,'http://newweb.amazingbusinessresources.com/archives/435',0,'revision','',0,NULL),(429,1,'2011-08-29 14:14:43','2011-08-29 06:14:43','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><img class=\"aligncenter size-full wp-image-411\" title=\"SEO On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner.jpg\" alt=\"SEO On page Factor\" width=\"300\" height=\"50\" /></h2>\r\n</td>\r\n<td id=\"\" style=\"width: 10px; background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"10\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\"><img class=\"aligncenter size-full wp-image-412\" title=\"SEO Off Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\" alt=\"SEO Off Page Factor\" width=\"300\" height=\"50\" /></a></h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><!--more--></td>\r\n<td colspan=\"2\"><!--more--></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-35','','','2011-08-29 14:14:43','2011-08-29 06:14:43','',211,'http://newweb.amazingbusinessresources.com/archives/429',0,'revision','',0,NULL),(430,1,'2011-08-29 14:15:45','2011-08-29 06:15:45','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><img class=\"aligncenter size-full wp-image-411\" title=\"SEO On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner.jpg\" alt=\"SEO On page Factor\" width=\"300\" height=\"50\" /></h2>\r\n</td>\r\n<td id=\"\" style=\"width: 10px; background-color: #000000;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"10\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\">\r\n<h2><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\"><img class=\"aligncenter size-full wp-image-412\" title=\"SEO Off Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_1.jpg\" alt=\"SEO Off Page Factor\" width=\"300\" height=\"50\" /></a></h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\">___________________________________________</td>\r\n<td colspan=\"2\">__________________________________________</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-36','','','2011-08-29 14:15:45','2011-08-29 06:15:45','',211,'http://newweb.amazingbusinessresources.com/archives/430',0,'revision','',0,NULL),(436,1,'2011-08-29 04:40:52','2011-08-28 20:40:52','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-207\" title=\"Website Development|Website Planning|Website Conceptualization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development-Banner.jpg\" alt=\"Website Development|Website Planning|Website Conceptualization\" width=\"600\" height=\"187\" /></p>\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a href=\"http://amazingbusinessresources.com\">Presentable Website</a></p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"width: 120px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"5\" align=\"center\" valign=\"middle\">\r\n<h3>Other Services</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-200\" title=\"Search Engine Optimization - SEO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO.jpg\" alt=\"Search Engine Optimization - SEO\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-202\" title=\"Social Media Marketing - SMO\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SMO.jpg\" alt=\"Social Media Marketing - SMO\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-203\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-button.jpg\" alt=\"Email Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td id=\"\" style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-204\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-button.jpg\" alt=\"Mobile Marketing\" width=\"120\" height=\"60\" /></td>\r\n<td style=\"width: 120px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-205\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-button.jpg\" alt=\"Media Planning\" width=\"120\" height=\"60\" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Website Development','','inherit','open','open','','156-revision-51','','','2011-08-29 04:40:52','2011-08-28 20:40:52','',156,'http://newweb.amazingbusinessresources.com/archives/436',0,'revision','',0,NULL),(442,1,'2011-08-29 15:07:12','2011-08-29 07:07:12','','Social Media Marketing','','inherit','open','open','','313-revision-5','','','2011-08-29 15:07:12','2011-08-29 07:07:12','',313,'http://newweb.amazingbusinessresources.com/archives/442',0,'revision','',0,NULL),(443,1,'2011-08-31 01:33:11','2011-08-30 17:33:11','       <object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0wyZaSxUyZ8?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0wyZaSxUyZ8?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/send-first-campaign.png\') no-repeat; text-indent: -9999px; display: block; width: 479px; height: 105px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Send Your First Email Newsletter Today - AWeber Communications</a>\r\n<h2 style=\"text-align: left;\">Email Newsletters in Ease</h2>\r\n<ul>\r\n	<li style=\"text-align: left;\">- Over 150 easy-to-customize templates included - with single and multiple-column designs</li>\r\n	<li style=\"text-align: left;\">- Numerous color schemes to match your branding</li>\r\n	<li style=\"text-align: left;\">- Dedicated areas for your logo and images</li>\r\n	<li style=\"text-align: left;\">- Tested in all major email clients (Gmail, Hotmail, Yahoo! and more)</li>\r\n	<li style=\"text-align: left;\">- Personalize emails with subscribers\' names and other information</li>\r\n	<li style=\"text-align: left;\">- Prefer plain text? Our email marketing newsletters can do that too.</li>\r\n</ul>','Email Newsletters','','inherit','open','open','','289-autosave','','','2011-08-31 01:33:11','2011-08-30 17:33:11','',289,'http://newweb.amazingbusinessresources.com/archives/443',0,'revision','',0,NULL),(444,1,'2011-08-29 16:03:23','2011-08-29 08:03:23','<!-- BEGIN AWEBER WEB FORM -->\r\n<style type=\"text/css\">\r\n.aweber_formbox {\r\n    margin:15px auto;\r\n	border-top:1px solid #e4e4e4;\r\n	border:1px solid #e4e4e4;\r\n	width:500px;\r\n	padding:1px;\r\n	background-color:#FFF;\r\n	font-family:Trebuchet MS, Verdana, Arial;\r\n	}\r\n.aweber_formbox .aweber_header {\r\n	border-top:1px solid #e4e4e4;\r\n	background:#c9ecff;\r\n	padding:8px 0 10px 15px;\r\n	border-bottom:3px solid #5ba2d7;\r\n	font-size:14px;\r\n	color:#000;\r\n	}\r\n.aweber_formbox p {\r\n    padding:15px;\r\n    font-size:12px;\r\n    }\r\n.aweber_formbox .aweber_emailicon {\r\n	position:relative;\r\n	top:3px;\r\n	display:none;\r\n	}\r\n.aweber_formbox .aweber_header span {\r\n	font-size:18px;\r\n	display:block;\r\n	margin-top:10px;\r\n	}\r\n.aweber_formbox .aweber_form {\r\n	padding:10px;\r\n	font-size:12px;\r\n	margin-top:20px;\r\n	float:right;\r\n	}\r\n.aweber_formbox .aweber_lbl {\r\n	display:block;\r\n	}\r\n.aweber_formbox .aweber_lbl span {\r\n	/*display:none;*/\r\n	}\r\n.aweber_formbox .aweber_form input[type=\"text\"] {\r\n	width:157px;\r\n	background-color:#e6efef;\r\n	border:1px solid #e4e4e4;\r\n	padding:3px;\r\n	vertical-align:middle;\r\n	font-style:italic;\r\n	}\r\n.aweber_form input[type=\"submit\"] {\r\n	background-color: #22be0b;\r\n	background-image:url(http://www.aweber.com/images/button_on.gif);\r\n	background-image:repeat-x;\r\n	color:#FFF;\r\n	border:1px solid #666;\r\n	padding:4px 5px;\r\n	margin-top:3px;\r\n	}\r\n.aweber_form input[type=\"submit\"]:hover {\r\n	background-color: #2096e2;\r\n	background-image: url(http://www.aweber.com/images/button_hover.gif);\r\n	background-repeat: repeat;\r\n	}\r\n.aweber_formbox .aweber_form input[type=\"text\"]:focus {\r\n	background-color:#FFF;\r\n	}\r\n.aweber_formbox .aweber_element {\r\n	margin-bottom:5px;\r\n	margin-left:15px;\r\n	}\r\n.aweber_formbox .aweber_submit {\r\n	text-align:left;\r\n	margin-top:10px;\r\n	margin-bottom:10px;\r\n	margin-left:15px;\r\n	}\r\n</style>\r\n<div class=\"aweber_formbox\">\r\n<div class=\"aweber_header\">\r\n<span>Now You Can Multiply Profits <em>AND</em> Automate Your Business</span>\r\n</div>\r\n<form method=\"post\" action=\"http://www.aweber.com/scripts/addlead.pl\" class=\"aweber_form\">\r\n<input type=hidden name=\"unit\" value=\"affaweber7\">\r\n<input type=hidden name=\"misc\" value=\"?371675\">\r\n<input type=hidden name=\"redirect\" value=\"http://askamazing.aweber.com/thank-you.htm?id=\">\r\n<input type=\"hidden\" name=\"aweber_adtracking\" value=\"aff_lead\">\r\n<div class=\"aweber_element\">\r\n<input type=\"text\" class=\"aweber_textinput\" onfocus=\"javascript:if(this.value==\'Name\') {this.value=\'\';}\" onblur=\"javascript:if(this.value==\'\') {this.value=\'Name\'}\" name=\"name\" value=\"Name\">\r\n</div>\r\n<div class=\"aweber_element\">\r\n<input type=\"text\" class=\"aweber_textinput\" onfocus=\"javascript:if(this.value==\'Email Address\') {this.value=\'\';}\" onblur=\"javascript:if(this.value==\'\') {this.value=\'Email Address\'}\" name=\"from\" value=\"Email Address\">\r\n</div>\r\n<div class=\"aweber_submit\">\r\n<input type=\"submit\" class=\"aweber_button\" name=\"submit\" value=\"Free Test Drive\">\r\n</div>\r\n</form>\r\n\r\n<p>AWeber\'s <a title=\"Email Marketing Software\" href=\"http://askamazing.aweber.com\">email marketing software</a> makes it easy.<br /><br />\r\nLearn how they can do it for you, too.<br /><br />\r\n<strong style=\"font-size:14px;\">Take A Free Test Drive Today!</strong>\r\n</p> \r\n<div class=\"aweber_divider\"></div>\r\n<div style=\"clear:both;\"></div>\r\n</div>     \r\n    \r\n<script type=\"text/javascript\" src=\"http://www.aweber.com/js/recent_posts.js?id=371675&type=public\">\r\n</script>\r\n\r\n&nbsp;\r\n\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/getstarted.png\') no-repeat; text-indent: -9999px; display: block; width: 479px; height: 107px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Get Started Today For Only $1! - AWeber Communications</a>','Email Marketing Tips','','publish','closed','closed','','email-marketing-tips','','','2011-10-01 02:39:31','2011-09-30 18:39:31','',482,'http://newweb.amazingbusinessresources.com/?page_id=444',86,'page','',0,NULL),(457,1,'2011-08-29 16:27:52','2011-08-29 08:27:52','<script type=\"text/javascript\" src=\"http://www.aweber.com/js/recent_posts.js?id=371675&type=public\">\r\n</script>','Email Marketing Tips','','inherit','open','open','','444-revision-8','','','2011-08-29 16:27:52','2011-08-29 08:27:52','',444,'http://newweb.amazingbusinessresources.com/archives/457',0,'revision','',0,NULL),(1096,1,'2011-08-29 21:44:46','2011-08-29 13:44:46','<script type=\"text/javascript\" src=\"http://www.aweber.com/js/recent_posts.js?id=371675&type=public\">\r\n</script>','Email Marketing Tips','','inherit','open','open','','444-revision-10','','','2011-08-29 21:44:46','2011-08-29 13:44:46','',444,'http://newweb.amazingbusinessresources.com/archives/1096',0,'revision','',0,NULL),(458,1,'2011-08-29 16:14:13','2011-08-29 08:14:13','<h2>Email Newsletters in Ease</h2>\r\n<ul>\r\n	<li>Over 150 easy-to-customize templates included - with single and multiple-column designs</li>\r\n	<li>Numerous color schemes to match your branding</li>\r\n	<li>Dedicated areas for your logo and images</li>\r\n	<li>Tested in all major email clients (Gmail, Hotmail, Yahoo! and more)</li>\r\n	<li>Personalize emails with subscribers\' names and other information</li>\r\n	<li>Prefer plain text? Our email marketing newsletters can do that too.</li>\r\n</ul>\r\n<a href=\"http://www.aweber.com/html-email-templates.htm\">Learn more about Email Templates <img src=\"http://cdn3.aweber-static.com/images/features-pages/arrow-link.png\" alt=\"\" width=\"13\" height=\"13\" align=\"absmiddle\" /></a>','Email Newsletters','','inherit','open','open','','289-revision-5','','','2011-08-29 16:14:13','2011-08-29 08:14:13','',289,'http://newweb.amazingbusinessresources.com/archives/458',0,'revision','',0,NULL),(446,1,'2011-08-29 16:02:38','2011-08-29 08:02:38','&nbsp;\n<div class=\"aweber_formbox\">\n<div class=\"aweber_header\"><span>Now You Can Multiply Profits <em>AND</em> Automate Your Business</span></div>\n<form class=\"aweber_form\" action=\"http://www.aweber.com/scripts/addlead.pl\" method=\"post\"><input type=\"hidden\" name=\"unit\" value=\"affaweber7\" />\n<input type=\"hidden\" name=\"misc\" value=\"?371675\" />\n<input type=\"hidden\" name=\"redirect\" value=\"http://www.aweber.com/thank-you.htm?id=?371675\" />\n<input type=\"hidden\" name=\"aweber_adtracking\" value=\"aff_lead\" />\n<div class=\"aweber_element\"><input class=\"aweber_textinput\" onfocus=\"javascript:if(this.value==\'Name\') {this.value=\'\';}\" onblur=\"javascript:if(this.value==\'\') {this.value=\'Name\'}\" type=\"text\" name=\"name\" value=\"Name\" /></div>\n<div class=\"aweber_element\"><input class=\"aweber_textinput\" onfocus=\"javascript:if(this.value==\'Email Address\') {this.value=\'\';}\" onblur=\"javascript:if(this.value==\'\') {this.value=\'Email Address\'}\" type=\"text\" name=\"from\" value=\"Email Address\" /></div>\n<div class=\"aweber_submit\"><input class=\"aweber_button\" type=\"submit\" name=\"submit\" value=\"Free Test Drive\" /></div>\n</form>AWeber\'s <a title=\"Email Marketing Software\" href=\"http://www.aweber.com/?371675\">email marketing software</a> makes it easy.\n\nLearn how they can do it for you, too.\n\n<strong style=\"font-size: 14px;\">Take A Free Test Drive Today!</strong>\n\n</div>','Email Marketing Tips','','inherit','open','open','','444-revision','','','2011-08-29 16:02:38','2011-08-29 08:02:38','',444,'http://newweb.amazingbusinessresources.com/archives/446',0,'revision','',0,NULL),(450,1,'2011-10-01 02:39:37','2011-09-30 18:39:37','<!-- BEGIN AWEBER WEB FORM -->\r\n<style type=\"text/css\">\r\n.aweber_formbox {\r\n    margin:15px auto;\r\n	border-top:1px solid #e4e4e4;\r\n	border:1px solid #e4e4e4;\r\n	width:500px;\r\n	padding:1px;\r\n	background-color:#FFF;\r\n	font-family:Trebuchet MS, Verdana, Arial;\r\n	}\r\n.aweber_formbox .aweber_header {\r\n	border-top:1px solid #e4e4e4;\r\n	background:#c9ecff;\r\n	padding:8px 0 10px 15px;\r\n	border-bottom:3px solid #5ba2d7;\r\n	font-size:14px;\r\n	color:#000;\r\n	}\r\n.aweber_formbox p {\r\n    padding:15px;\r\n    font-size:12px;\r\n    }\r\n.aweber_formbox .aweber_emailicon {\r\n	position:relative;\r\n	top:3px;\r\n	display:none;\r\n	}\r\n.aweber_formbox .aweber_header span {\r\n	font-size:18px;\r\n	display:block;\r\n	margin-top:10px;\r\n	}\r\n.aweber_formbox .aweber_form {\r\n	padding:10px;\r\n	font-size:12px;\r\n	margin-top:20px;\r\n	float:right;\r\n	}\r\n.aweber_formbox .aweber_lbl {\r\n	display:block;\r\n	}\r\n.aweber_formbox .aweber_lbl span {\r\n	/*display:none;*/\r\n	}\r\n.aweber_formbox .aweber_form input[type=\"text\"] {\r\n	width:157px;\r\n	background-color:#e6efef;\r\n	border:1px solid #e4e4e4;\r\n	padding:3px;\r\n	vertical-align:middle;\r\n	font-style:italic;\r\n	}\r\n.aweber_form input[type=\"submit\"] {\r\n	background-color: #22be0b;\r\n	background-image:url(http://www.aweber.com/images/button_on.gif);\r\n	background-image:repeat-x;\r\n	color:#FFF;\r\n	border:1px solid #666;\r\n	padding:4px 5px;\r\n	margin-top:3px;\r\n	}\r\n.aweber_form input[type=\"submit\"]:hover {\r\n	background-color: #2096e2;\r\n	background-image: url(http://www.aweber.com/images/button_hover.gif);\r\n	background-repeat: repeat;\r\n	}\r\n.aweber_formbox .aweber_form input[type=\"text\"]:focus {\r\n	background-color:#FFF;\r\n	}\r\n.aweber_formbox .aweber_element {\r\n	margin-bottom:5px;\r\n	margin-left:15px;\r\n	}\r\n.aweber_formbox .aweber_submit {\r\n	text-align:left;\r\n	margin-top:10px;\r\n	margin-bottom:10px;\r\n	margin-left:15px;\r\n	}\r\n</style>\r\n<div class=\"aweber_formbox\">\r\n<div class=\"aweber_header\">\r\n<span>Now You Can Multiply Profits <em>AND</em> Automate Your Business</span>\r\n</div>\r\n<form method=\"post\" action=\"http://www.aweber.com/scripts/addlead.pl\" class=\"aweber_form\">\r\n<input type=hidden name=\"unit\" value=\"affaweber7\">\r\n<input type=hidden name=\"misc\" value=\"?371675\">\r\n<input type=hidden name=\"redirect\" value=\"http://askamazing.aweber.com/thank-you.htm?id=\">\r\n<input type=\"hidden\" name=\"aweber_adtracking\" value=\"aff_lead\">\r\n<div class=\"aweber_element\">\r\n<input type=\"text\" class=\"aweber_textinput\" onfocus=\"javascript:if(this.value==\'Name\') {this.value=\'\';}\" onblur=\"javascript:if(this.value==\'\') {this.value=\'Name\'}\" name=\"name\" value=\"Name\">\r\n</div>\r\n<div class=\"aweber_element\">\r\n<input type=\"text\" class=\"aweber_textinput\" onfocus=\"javascript:if(this.value==\'Email Address\') {this.value=\'\';}\" onblur=\"javascript:if(this.value==\'\') {this.value=\'Email Address\'}\" name=\"from\" value=\"Email Address\">\r\n</div>\r\n<div class=\"aweber_submit\">\r\n<input type=\"submit\" class=\"aweber_button\" name=\"submit\" value=\"Free Test Drive\">\r\n</div>\r\n</form>\r\n\r\n<p>AWeber\'s <a title=\"Email Marketing Software\" href=\"http://askamazing.aweber.com\">email marketing software</a> makes it easy.<br /><br />\r\nLearn how they can do it for you, too.<br /><br />\r\n<strong style=\"font-size:14px;\">Take A Free Test Drive Today!</strong>\r\n</p> \r\n<div class=\"aweber_divider\"></div>\r\n<div style=\"clear:both;\"></div>\r\n</div>     \r\n    \r\n<script type=\"text/javascript\" src=\"http://www.aweber.com/js/recent_posts.js?id=371675&type=public\">\r\n</script>\r\n\r\n&nbsp;\r\n\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/getstarted.png\') no-repeat; text-indent: -9999px; display: block; width: 479px; height: 107px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Get Started Today For Only $1! - AWeber Communications</a>','Email Marketing Tips','','inherit','open','open','','444-autosave','','','2011-10-01 02:39:37','2011-09-30 18:39:37','',444,'http://newweb.amazingbusinessresources.com/archives/450',0,'revision','',0,NULL),(451,1,'2011-08-29 16:03:23','2011-08-29 08:03:23','&nbsp;\r\n<div class=\"aweber_formbox\">\r\n<div class=\"aweber_header\"><span>Now You Can Multiply Profits <em>AND</em> Automate Your Business</span></div>\r\n<form class=\"aweber_form\" action=\"http://www.aweber.com/scripts/addlead.pl\" method=\"post\"><input type=\"hidden\" name=\"unit\" value=\"affaweber7\" />\r\n<input type=\"hidden\" name=\"misc\" value=\"?371675\" />\r\n<input type=\"hidden\" name=\"redirect\" value=\"http://www.aweber.com/thank-you.htm?id=?371675\" />\r\n<input type=\"hidden\" name=\"aweber_adtracking\" value=\"aff_lead\" />\r\n<div class=\"aweber_element\"><input class=\"aweber_textinput\" onfocus=\"javascript:if(this.value==\'Name\') {this.value=\'\';}\" onblur=\"javascript:if(this.value==\'\') {this.value=\'Name\'}\" type=\"text\" name=\"name\" value=\"Name\" /></div>\r\n<div class=\"aweber_element\"><input class=\"aweber_textinput\" onfocus=\"javascript:if(this.value==\'Email Address\') {this.value=\'\';}\" onblur=\"javascript:if(this.value==\'\') {this.value=\'Email Address\'}\" type=\"text\" name=\"from\" value=\"Email Address\" /></div>\r\n<div class=\"aweber_submit\"><input class=\"aweber_button\" type=\"submit\" name=\"submit\" value=\"Free Test Drive\" /></div>\r\n</form>AWeber\'s <a title=\"Email Marketing Software\" href=\"http://www.aweber.com/?371675\">email marketing software</a> makes it easy.\r\n\r\nLearn how they can do it for you, too.\r\n\r\n<strong style=\"font-size: 14px;\">Take A Free Test Drive Today!</strong>\r\n\r\n</div>','Email Marketing Tips','','inherit','open','open','','444-revision-2','','','2011-08-29 16:03:23','2011-08-29 08:03:23','',444,'http://newweb.amazingbusinessresources.com/archives/451',0,'revision','',0,NULL),(455,1,'2011-08-29 16:26:09','2011-08-29 08:26:09','<h3 style=\"text-align: center;\">Now You Can Multiply Profits AND Automate Your Business</h3>\r\n<p style=\"text-align: center;\"><strong>\r\n</strong></p>\r\n\r\n<script type=\"text/javascript\" src=\"http://www.aweber.com/js/recent_posts.js?id=371675&type=public\">\r\n</script>','Email Marketing Tips','','inherit','open','open','','444-revision-6','','','2011-08-29 16:26:09','2011-08-29 08:26:09','',444,'http://newweb.amazingbusinessresources.com/archives/455',0,'revision','',0,NULL),(454,1,'2011-08-29 16:24:11','2011-08-29 08:24:11','<p style=\"text-align: center;\"><strong>Now You Can Multiply Profits <em>AND</em> Automate Your Business</strong></p>\r\n\r\n<div class=\"aweber_formbox\"><form class=\"aweber_form\" action=\"http://www.aweber.com/scripts/addlead.pl\" method=\"post\">\r\n<pre>&lt;script type=\"text/javascript\" src=\"http://www.aweber.com/js/recent_posts.js?id=371675&amp;type=public\"&gt;\r\n&lt;/script&gt;</pre>\r\n</form></div>','Email Marketing Tips','','inherit','open','open','','444-revision-5','','','2011-08-29 16:24:11','2011-08-29 08:24:11','',444,'http://newweb.amazingbusinessresources.com/archives/454',0,'revision','',0,NULL),(452,1,'2011-08-29 16:18:03','2011-08-29 08:18:03','<!-- BEGIN AWEBER WEB FORM -->\r\n<style type=\"text/css\">\r\n.aweber_formbox {\r\n    margin:15px auto;\r\n	border-top:1px solid #e4e4e4;\r\n	border:1px solid #e4e4e4;\r\n	width:500px;\r\n	padding:1px;\r\n	background-color:#FFF;\r\n	font-family:Trebuchet MS, Verdana, Arial;\r\n	}\r\n.aweber_formbox .aweber_header {\r\n	border-top:1px solid #e4e4e4;\r\n	background:#c9ecff;\r\n	padding:8px 0 10px 15px;\r\n	border-bottom:3px solid #5ba2d7;\r\n	font-size:14px;\r\n	color:#000;\r\n	}\r\n.aweber_formbox p {\r\n    padding:15px;\r\n    font-size:12px;\r\n    }\r\n.aweber_formbox .aweber_emailicon {\r\n	position:relative;\r\n	top:3px;\r\n	display:none;\r\n	}\r\n.aweber_formbox .aweber_header span {\r\n	font-size:18px;\r\n	display:block;\r\n	margin-top:10px;\r\n	}\r\n.aweber_formbox .aweber_form {\r\n	padding:10px;\r\n	font-size:12px;\r\n	margin-top:20px;\r\n	float:right;\r\n	}\r\n.aweber_formbox .aweber_lbl {\r\n	display:block;\r\n	}\r\n.aweber_formbox .aweber_lbl span {\r\n	/*display:none;*/\r\n	}\r\n.aweber_formbox .aweber_form input[type=\"text\"] {\r\n	width:157px;\r\n	background-color:#e6efef;\r\n	border:1px solid #e4e4e4;\r\n	padding:3px;\r\n	vertical-align:middle;\r\n	font-style:italic;\r\n	}\r\n.aweber_form input[type=\"submit\"] {\r\n	background-color: #22be0b;\r\n	background-image:url(http://www.aweber.com/images/button_on.gif);\r\n	background-image:repeat-x;\r\n	color:#FFF;\r\n	border:1px solid #666;\r\n	padding:4px 5px;\r\n	margin-top:3px;\r\n	}\r\n.aweber_form input[type=\"submit\"]:hover {\r\n	background-color: #2096e2;\r\n	background-image: url(http://www.aweber.com/images/button_hover.gif);\r\n	background-repeat: repeat;\r\n	}\r\n.aweber_formbox .aweber_form input[type=\"text\"]:focus {\r\n	background-color:#FFF;\r\n	}\r\n.aweber_formbox .aweber_element {\r\n	margin-bottom:5px;\r\n	margin-left:15px;\r\n	}\r\n.aweber_formbox .aweber_submit {\r\n	text-align:left;\r\n	margin-top:10px;\r\n	margin-bottom:10px;\r\n	margin-left:15px;\r\n	}\r\n</style>\r\n<div class=\"aweber_formbox\">\r\n<div class=\"aweber_header\">\r\n<span>Now You Can Multiply Profits <em>AND</em> Automate Your Business</span>\r\n</div>\r\n<form method=\"post\" action=\"http://www.aweber.com/scripts/addlead.pl\" class=\"aweber_form\">\r\n<input type=hidden name=\"unit\" value=\"affaweber7\">\r\n<input type=hidden name=\"misc\" value=\"?371675\">\r\n<input type=hidden name=\"redirect\" value=\"http://www.aweber.com/thank-you.htm?id=?371675\">\r\n<input type=\"hidden\" name=\"aweber_adtracking\" value=\"aff_lead\">\r\n<div class=\"aweber_element\">\r\n<input type=\"text\" class=\"aweber_textinput\" onfocus=\"javascript:if(this.value==\'Name\') {this.value=\'\';}\" onblur=\"javascript:if(this.value==\'\') {this.value=\'Name\'}\" name=\"name\" value=\"Name\">\r\n</div>\r\n<div class=\"aweber_element\">\r\n<input type=\"text\" class=\"aweber_textinput\" onfocus=\"javascript:if(this.value==\'Email Address\') {this.value=\'\';}\" onblur=\"javascript:if(this.value==\'\') {this.value=\'Email Address\'}\" name=\"from\" value=\"Email Address\">\r\n</div>\r\n<div class=\"aweber_submit\">\r\n<input type=\"submit\" class=\"aweber_button\" name=\"submit\" value=\"Free Test Drive\">\r\n</div>\r\n</form>\r\n\r\n<p>AWeber\'s <a title=\"Email Marketing Software\" href=\"http://www.aweber.com/?371675\">email marketing software</a> makes it easy.<br /><br />\r\nLearn how they can do it for you, too.<br /><br />\r\n<strong style=\"font-size:14px;\">Take A Free Test Drive Today!</strong>\r\n</p> \r\n<div class=\"aweber_divider\"></div>\r\n<div style=\"clear:both;\"></div>\r\n</div>     \r\n    ','Email Marketing Tips','','inherit','open','open','','444-revision-3','','','2011-08-29 16:18:03','2011-08-29 08:18:03','',444,'http://newweb.amazingbusinessresources.com/archives/452',0,'revision','',0,NULL),(456,1,'2011-08-29 16:27:00','2011-08-29 08:27:00','\r\n<script type=\"text/javascript\" src=\"http://www.aweber.com/js/recent_posts.js?id=371675&type=public\">\r\n</script>','Email Marketing Tips','','inherit','open','open','','444-revision-7','','','2011-08-29 16:27:00','2011-08-29 08:27:00','',444,'http://newweb.amazingbusinessresources.com/archives/456',0,'revision','',0,NULL),(453,1,'2011-08-29 16:22:51','2011-08-29 08:22:51','<!-- BEGIN AWEBER WEB FORM -->\r\n<style type=\"text/css\">\r\n.aweber_formbox {\r\n    margin:15px auto;\r\n	border-top:1px solid #e4e4e4;\r\n	border:1px solid #e4e4e4;\r\n	width:500px;\r\n	padding:1px;\r\n	background-color:#FFF;\r\n	font-family:Trebuchet MS, Verdana, Arial;\r\n	}\r\n.aweber_formbox .aweber_header {\r\n	border-top:1px solid #e4e4e4;\r\n	background:#c9ecff;\r\n	padding:8px 0 10px 15px;\r\n	border-bottom:3px solid #5ba2d7;\r\n	font-size:14px;\r\n	color:#000;\r\n	}\r\n.aweber_formbox p {\r\n    padding:15px;\r\n    font-size:12px;\r\n    }\r\n.aweber_formbox .aweber_emailicon {\r\n	position:relative;\r\n	top:3px;\r\n	display:none;\r\n	}\r\n.aweber_formbox .aweber_header span {\r\n	font-size:18px;\r\n	display:block;\r\n	margin-top:10px;\r\n	}\r\n.aweber_formbox .aweber_form {\r\n	padding:10px;\r\n	font-size:12px;\r\n	margin-top:20px;\r\n	float:right;\r\n	}\r\n.aweber_formbox .aweber_lbl {\r\n	display:block;\r\n	}\r\n.aweber_formbox .aweber_lbl span {\r\n	/*display:none;*/\r\n	}\r\n.aweber_formbox .aweber_form input[type=\"text\"] {\r\n	width:157px;\r\n	background-color:#e6efef;\r\n	border:1px solid #e4e4e4;\r\n	padding:3px;\r\n	vertical-align:middle;\r\n	font-style:italic;\r\n	}\r\n.aweber_form input[type=\"submit\"] {\r\n	background-color: #22be0b;\r\n	background-image:url(http://www.aweber.com/images/button_on.gif);\r\n	background-image:repeat-x;\r\n	color:#FFF;\r\n	border:1px solid #666;\r\n	padding:4px 5px;\r\n	margin-top:3px;\r\n	}\r\n.aweber_form input[type=\"submit\"]:hover {\r\n	background-color: #2096e2;\r\n	background-image: url(http://www.aweber.com/images/button_hover.gif);\r\n	background-repeat: repeat;\r\n	}\r\n.aweber_formbox .aweber_form input[type=\"text\"]:focus {\r\n	background-color:#FFF;\r\n	}\r\n.aweber_formbox .aweber_element {\r\n	margin-bottom:5px;\r\n	margin-left:15px;\r\n	}\r\n.aweber_formbox .aweber_submit {\r\n	text-align:left;\r\n	margin-top:10px;\r\n	margin-bottom:10px;\r\n	margin-left:15px;\r\n	}\r\n</style>\r\n<div class=\"aweber_formbox\">\r\n<div class=\"aweber_header\">\r\n<span>Now You Can Multiply Profits <em>AND</em> Automate Your Business</span>\r\n</div>\r\n<form method=\"post\" action=\"http://www.aweber.com/scripts/addlead.pl\" class=\"aweber_form\">\r\n<input type=hidden name=\"unit\" value=\"affaweber7\">\r\n<input type=hidden name=\"misc\" value=\"?371675\">\r\n<input type=hidden name=\"redirect\" value=\"http://www.aweber.com/thank-you.htm?id=?371675\">\r\n<input type=\"hidden\" name=\"aweber_adtracking\" value=\"aff_lead\">\r\n<div class=\"aweber_element\">\r\n<input type=\"text\" class=\"aweber_textinput\" onfocus=\"javascript:if(this.value==\'Name\') {this.value=\'\';}\" onblur=\"javascript:if(this.value==\'\') {this.value=\'Name\'}\" name=\"name\" value=\"Name\">\r\n</div>\r\n<div class=\"aweber_element\">\r\n<input type=\"text\" class=\"aweber_textinput\" onfocus=\"javascript:if(this.value==\'Email Address\') {this.value=\'\';}\" onblur=\"javascript:if(this.value==\'\') {this.value=\'Email Address\'}\" name=\"from\" value=\"Email Address\">\r\n</div>\r\n<div class=\"aweber_submit\">\r\n<input type=\"submit\" class=\"aweber_button\" name=\"submit\" value=\"Free Test Drive\">\r\n</div>\r\n</form>\r\n\r\n<p>AWeber\'s <a title=\"Email Marketing Software\" href=\"http://www.aweber.com/?371675\">email marketing software</a> makes it easy.<br /><br />\r\nLearn how they can do it for you, too.<br /><br />\r\n<strong style=\"font-size:14px;\">Take A Free Test Drive Today!</strong>\r\n</p> \r\n<div class=\"aweber_divider\"></div>\r\n<div style=\"clear:both;\"></div>\r\n</div>     \r\n    ','Email Marketing Tips','','inherit','open','open','','444-revision-4','','','2011-08-29 16:22:51','2011-08-29 08:22:51','',444,'http://newweb.amazingbusinessresources.com/archives/453',0,'revision','',0,NULL),(460,1,'2011-08-29 16:36:02','2011-08-29 08:36:02','<object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AB2x0Q6CILs?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AB2x0Q6CILs?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/getstarted.png\') no-repeat; text-indent: -9999px; display: block; width: 479px; height: 107px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Get Started Today For Only $1! - AWeber Communications</a>\r\n<h2>Email Newsletters in Ease</h2>\r\n<ul>\r\n	<li>Over 150 easy-to-customize templates included - with single and multiple-column designs</li>\r\n	<li>Numerous color schemes to match your branding</li>\r\n	<li>Dedicated areas for your logo and images</li>\r\n	<li>Tested in all major email clients (Gmail, Hotmail, Yahoo! and more)</li>\r\n	<li>Personalize emails with subscribers\' names and other information</li>\r\n	<li>Prefer plain text? Our email marketing newsletters can do that too.</li>\r\n</ul>','Email Newsletters','','inherit','open','open','','289-revision-7','','','2011-08-29 16:36:02','2011-08-29 08:36:02','',289,'http://newweb.amazingbusinessresources.com/archives/460',0,'revision','',0,NULL),(459,1,'2011-08-29 16:34:05','2011-08-29 08:34:05','<object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/AB2x0Q6CILs?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/AB2x0Q6CILs?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/getstarted.png) no-repeat; text-indent:-9999px; display:block; width:479px; height:107px;\">Get Started Today For Only $1! - AWeber Communications</a>\r\n\r\n<h2>Email Newsletters in Ease</h2>\r\n<ul>\r\n	<li>Over 150 easy-to-customize templates included - with single and multiple-column designs</li>\r\n	<li>Numerous color schemes to match your branding</li>\r\n	<li>Dedicated areas for your logo and images</li>\r\n	<li>Tested in all major email clients (Gmail, Hotmail, Yahoo! and more)</li>\r\n	<li>Personalize emails with subscribers\' names and other information</li>\r\n	<li>Prefer plain text? Our email marketing newsletters can do that too.</li>\r\n</ul>\r\n<a href=\"http://www.aweber.com/html-email-templates.htm\">Learn more about Email Templates <img src=\"http://cdn3.aweber-static.com/images/features-pages/arrow-link.png\" alt=\"\" width=\"13\" height=\"13\" align=\"absmiddle\" /></a>','Email Newsletters','','inherit','open','open','','289-revision-6','','','2011-08-29 16:34:05','2011-08-29 08:34:05','',289,'http://newweb.amazingbusinessresources.com/archives/459',0,'revision','',0,NULL),(461,1,'2011-08-29 16:36:56','2011-08-29 08:36:56','<object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AB2x0Q6CILs?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AB2x0Q6CILs?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/getstarted.png\') no-repeat; text-indent: -9999px; display: block; width: 479px; height: 107px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Get Started Today For Only $1! - AWeber Communications</a>\r\n<h2>Email Newsletters in Ease</h2>\r\n<ul>\r\n	<li>- Over 150 easy-to-customize templates included - with single and multiple-column designs</li>\r\n	<li>- Numerous color schemes to match your branding</li>\r\n	<li>- Dedicated areas for your logo and images</li>\r\n	<li>- Tested in all major email clients (Gmail, Hotmail, Yahoo! and more)</li>\r\n	<li>- Personalize emails with subscribers\' names and other information</li>\r\n	<li>- Prefer plain text? Our email marketing newsletters can do that too.</li>\r\n</ul>','Email Newsletters','','inherit','open','open','','289-revision-8','','','2011-08-29 16:36:56','2011-08-29 08:36:56','',289,'http://newweb.amazingbusinessresources.com/archives/461',0,'revision','',0,NULL),(462,1,'2011-08-29 16:40:05','2011-08-29 08:40:05','<object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AB2x0Q6CILs?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AB2x0Q6CILs?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/getstarted.png\') no-repeat; text-indent: -9999px; display: block; width: 479px; height: 107px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Get Started Today For Only $1! - AWeber Communications</a>\r\n<h2>Email Newsletters in Ease</h2>\r\n<ul>\r\n	<li>- Over 150 easy-to-customize templates included - with single and multiple-column designs</li>\r\n	<li>- Numerous color schemes to match your branding</li>\r\n	<li>- Dedicated areas for your logo and images</li>\r\n	<li>- Tested in all major email clients (Gmail, Hotmail, Yahoo! and more)</li>\r\n	<li>- Personalize emails with subscribers\' names and other information</li>\r\n	<li>- Prefer plain text? Our email marketing newsletters can do that too.</li>\r\n</ul>','Email Newsletters','','inherit','open','open','','289-revision-9','','','2011-08-29 16:40:05','2011-08-29 08:40:05','',289,'http://newweb.amazingbusinessresources.com/archives/462',0,'revision','',0,NULL),(463,1,'2011-08-29 16:42:02','2011-08-29 08:42:02','<object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AB2x0Q6CILs?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AB2x0Q6CILs?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/getstarted.png\') no-repeat; text-indent: -9999px; display: block; width: 479px; height: 107px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Get Started Today For Only $1! - AWeber Communications</a>\r\n<h2>Email Newsletters in Ease</h2>\r\n<ul>\r\n	<li>- Over 150 easy-to-customize templates included - with single and multiple-column designs</li>\r\n	<li>- Numerous color schemes to match your branding</li>\r\n	<li>- Dedicated areas for your logo and images</li>\r\n	<li>- Tested in all major email clients (Gmail, Hotmail, Yahoo! and more)</li>\r\n	<li>- Personalize emails with subscribers\' names and other information</li>\r\n	<li>- Prefer plain text? Our email marketing newsletters can do that too.</li>\r\n</ul>','Email Newsletters','','inherit','open','open','','289-revision-10','','','2011-08-29 16:42:02','2011-08-29 08:42:02','',289,'http://newweb.amazingbusinessresources.com/archives/463',0,'revision','',0,NULL),(465,1,'2011-08-29 21:17:57','2011-08-29 13:17:57',' <object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/0wyZaSxUyZ8?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/0wyZaSxUyZ8?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/send-first-campaign.png) no-repeat; text-indent:-9999px; display:block; width:479px; height:105px;\">Send Your First Email Newsletter Today - AWeber Communications</a>\r\n\r\n<h2 style=\"text-align: left;\">Email Newsletters in Ease</h2>\r\n<ul>\r\n	<li style=\"text-align: left;\">- Over 150 easy-to-customize templates included - with single and multiple-column designs</li>\r\n	<li style=\"text-align: left;\">- Numerous color schemes to match your branding</li>\r\n	<li style=\"text-align: left;\">- Dedicated areas for your logo and images</li>\r\n	<li style=\"text-align: left;\">- Tested in all major email clients (Gmail, Hotmail, Yahoo! and more)</li>\r\n	<li style=\"text-align: left;\">- Personalize emails with subscribers\' names and other information</li>\r\n	<li style=\"text-align: left;\">- Prefer plain text? Our email marketing newsletters can do that too.</li>\r\n</ul>','Email Newsletters','','inherit','open','open','','289-revision-12','','','2011-08-29 21:17:57','2011-08-29 13:17:57','',289,'http://newweb.amazingbusinessresources.com/archives/465',0,'revision','',0,NULL),(464,1,'2011-08-29 16:44:37','2011-08-29 08:44:37','<p style=\"text-align: left;\"><object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/AB2x0Q6CILs?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/AB2x0Q6CILs?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<p style=\"text-align: left;\"><a style=\"background: url(\'http://www.aweber.com/images/affiliate/getstarted.png\') no-repeat; text-indent: -9999px; display: block; width: 479px; height: 107px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Get Started Today For Only $1! - AWeber Communications</a></p>\r\n\r\n<h2 style=\"text-align: left;\">Email Newsletters in Ease</h2>\r\n<ul>\r\n	<li style=\"text-align: left;\">- Over 150 easy-to-customize templates included - with single and multiple-column designs</li>\r\n	<li style=\"text-align: left;\">- Numerous color schemes to match your branding</li>\r\n	<li style=\"text-align: left;\">- Dedicated areas for your logo and images</li>\r\n	<li style=\"text-align: left;\">- Tested in all major email clients (Gmail, Hotmail, Yahoo! and more)</li>\r\n	<li style=\"text-align: left;\">- Personalize emails with subscribers\' names and other information</li>\r\n	<li style=\"text-align: left;\">- Prefer plain text? Our email marketing newsletters can do that too.</li>\r\n</ul>','Email Newsletters','','inherit','open','open','','289-revision-11','','','2011-08-29 16:44:37','2011-08-29 08:44:37','',289,'http://newweb.amazingbusinessresources.com/archives/464',0,'revision','',0,NULL),(466,1,'2011-08-29 23:21:47','2011-08-29 15:21:47','<h2>Hundreds of Signup Form Templates</h2>\n<ul>\n	<li>- Flexible designs let you adjust your form endlessly</li>\n	<li>- Multiple color schemes for each template</li>\n	<li>- Coordinate with our matching email templates</li>\n	<li>- Choose from a selection that\'s constantly growing</li>\n</ul>\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/getstarted.png\') no-repeat; text-indent: -9999px; display: block; width: 479px; height: 107px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Get Started Today For Only $1! - AWeber Communications</a>','Website Signup Forms','','inherit','open','open','','291-autosave','','','2011-08-29 23:21:47','2011-08-29 15:21:47','',291,'http://newweb.amazingbusinessresources.com/archives/466',0,'revision','',0,NULL),(467,1,'2011-08-29 02:51:27','2011-08-28 18:51:27','','Website Signup Forms','','inherit','open','open','','291-revision-3','','','2011-08-29 02:51:27','2011-08-28 18:51:27','',291,'http://newweb.amazingbusinessresources.com/archives/467',0,'revision','',0,NULL),(468,1,'2011-08-29 23:27:43','2011-08-29 15:27:43','<p style=\"text-align: left;\"><object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/autoresponders.png\') no-repeat; text-indent: -9999px; display: block; width: 480px; height: 108px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Try AWeber\'s Autoresponders for $1</a>\n<h2 style=\"text-align: left;\">Start Collecting Subscribers Today!</h2>\n<ul>\n	<li>Our new web form generator makes building forms fun</li>\n	<li>Choose from hundreds of HTML email templates</li>\n	<li>Easy for beginners, flexible for experts</li>\n	<li>Publish to your website in one step</li>\n</ul>','Subscriber Management','','inherit','open','open','','293-autosave','','','2011-08-29 23:27:43','2011-08-29 15:27:43','',293,'http://newweb.amazingbusinessresources.com/archives/468',0,'revision','',0,NULL),(469,1,'2011-08-29 02:51:37','2011-08-28 18:51:37','','Subscriber Management','','inherit','open','open','','293-revision-3','','','2011-08-29 02:51:37','2011-08-28 18:51:37','',293,'http://newweb.amazingbusinessresources.com/archives/469',0,'revision','',0,NULL),(470,1,'2011-08-29 21:26:02','2011-08-29 13:26:02',' <object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/autoresponders.png) no-repeat; text-indent:-9999px; display:block; width:480px; height:108px;\">Try AWeber\'s Autoresponders for $1</a>\r\n\r\n<h2></h2>\r\n&nbsp;\r\n<h2>Start Collecting Subscribers Today!</h2>\r\n<ul>\r\n	<li>Our new web form generator makes building forms fun</li>\r\n	<li>Choose from hundreds of HTML email templates</li>\r\n	<li>Easy for beginners, flexible for experts</li>\r\n	<li>Publish to your website in one step</li>\r\n</ul>','Subscriber Management','','inherit','open','open','','293-revision-4','','','2011-08-29 21:26:02','2011-08-29 13:26:02','',293,'http://newweb.amazingbusinessresources.com/archives/470',0,'revision','',0,NULL),(471,1,'2011-08-29 21:26:37','2011-08-29 13:26:37',' <object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/autoresponders.png) no-repeat; text-indent:-9999px; display:block; width:480px; height:108px;\">Try AWeber\'s Autoresponders for $1</a>\r\n\r\n<h2>Start Collecting Subscribers Today!</h2>\r\n<ul>\r\n	<li>Our new web form generator makes building forms fun</li>\r\n	<li>Choose from hundreds of HTML email templates</li>\r\n	<li>Easy for beginners, flexible for experts</li>\r\n	<li>Publish to your website in one step</li>\r\n</ul>','Subscriber Management','','inherit','open','open','','293-revision-5','','','2011-08-29 21:26:37','2011-08-29 13:26:37','',293,'http://newweb.amazingbusinessresources.com/archives/471',0,'revision','',0,NULL),(472,1,'2011-08-29 21:27:19','2011-08-29 13:27:19','<p style=\"text-align: left;\"><object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/autoresponders.png\') no-repeat; text-indent: -9999px; display: block; width: 480px; height: 108px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Try AWeber\'s Autoresponders for $1</a></p>\r\n\r\n<h2 style=\"text-align: left;\">Start Collecting Subscribers Today!</h2>\r\n<ul>\r\n	<li>Our new web form generator makes building forms fun</li>\r\n	<li>Choose from hundreds of HTML email templates</li>\r\n	<li>Easy for beginners, flexible for experts</li>\r\n	<li>Publish to your website in one step</li>\r\n</ul>','Subscriber Management','','inherit','open','open','','293-revision-6','','','2011-08-29 21:27:19','2011-08-29 13:27:19','',293,'http://newweb.amazingbusinessresources.com/archives/472',0,'revision','',0,NULL),(473,1,'2011-08-29 23:29:31','2011-08-29 15:29:31','<h3 style=\"text-align: center;\">Let the Emailing System Schedule the Campaign for your Business</h3>\n<object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\n\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/autoresponders.png\') no-repeat; text-indent: -9999px; display: block; width: 480px; height: 108px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Try AWeber\'s Autoresponders for $1</a>','Autoresponder Follow Up','','inherit','open','open','','295-autosave','','','2011-08-29 23:29:31','2011-08-29 15:29:31','',295,'http://newweb.amazingbusinessresources.com/archives/473',0,'revision','',0,NULL),(475,1,'2011-10-01 02:25:39','2011-09-30 18:25:39','<object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/frnDeGUnzCY?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/frnDeGUnzCY?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\n\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/automate.png\') no-repeat; text-indent: -9999px; display: block; width: 481px; height: 107px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Automate Your Email Marketing with AWeber</a>\n<h2>Useful Graphs</h2>\nTrack your campaign\'s performance\n<ul>\n	<li>- Who opened your messages (who didn\'t)</li>\n	<li>- Which links were clicked (and by whom)</li>\n	<li>- How much revenue your message generated</li>\n	<li>- How many people unsubscribed</li>\n</ul>','Track Performance','','inherit','open','open','','297-autosave','','','2011-10-01 02:25:39','2011-09-30 18:25:39','',297,'http://newweb.amazingbusinessresources.com/archives/475',0,'revision','',0,NULL),(474,1,'2011-08-29 02:51:43','2011-08-28 18:51:43','','Autoresponder Follow Up','','inherit','open','open','','295-revision-3','','','2011-08-29 02:51:43','2011-08-28 18:51:43','',295,'http://newweb.amazingbusinessresources.com/archives/474',0,'revision','',0,NULL),(476,1,'2011-08-29 02:51:51','2011-08-28 18:51:51','','Track Performance','','inherit','open','open','','297-revision-3','','','2011-08-29 02:51:51','2011-08-28 18:51:51','',297,'http://newweb.amazingbusinessresources.com/archives/476',0,'revision','',0,NULL),(477,1,'2011-08-29 21:33:39','2011-08-29 13:33:39','<object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/frnDeGUnzCY?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/frnDeGUnzCY?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/automate.png) no-repeat; text-indent:-9999px; display:block; width:481px; height:107px;\">Automate Your Email Marketing with AWeber</a>\r\n\r\n<h2>Useful Graphs</h2>\r\nTrack your campaign\'s performance\r\n<ul>\r\n	<li>- Who opened your messages (who didn\'t)</li>\r\n	<li>- Which links were clicked (and by whom)</li>\r\n	<li>- How much revenue your message generated</li>\r\n	<li>- How many people unsubscribed</li>\r\n</ul>','Track Performance','','inherit','open','open','','297-revision-4','','','2011-08-29 21:33:39','2011-08-29 13:33:39','',297,'http://newweb.amazingbusinessresources.com/archives/477',0,'revision','',0,NULL),(478,1,'2011-08-29 21:35:09','2011-08-29 13:35:09','<object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/frnDeGUnzCY?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/frnDeGUnzCY?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/automate.png) no-repeat; text-indent:9999px; display:block; width:481px; height:107px;\">Automate Your Email Marketing with AWeber</a>\r\n\r\n<h2>Useful Graphs</h2>\r\nTrack your campaign\'s performance\r\n<ul>\r\n	<li>- Who opened your messages (who didn\'t)</li>\r\n	<li>- Which links were clicked (and by whom)</li>\r\n	<li>- How much revenue your message generated</li>\r\n	<li>- How many people unsubscribed</li>\r\n</ul>','Track Performance','','inherit','open','open','','297-revision-5','','','2011-08-29 21:35:09','2011-08-29 13:35:09','',297,'http://newweb.amazingbusinessresources.com/archives/478',0,'revision','',0,NULL),(484,1,'2011-08-29 21:18:52','2011-08-29 13:18:52','<object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0wyZaSxUyZ8?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0wyZaSxUyZ8?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/send-first-campaign.png\') no-repeat; text-indent: -9999px; display: block; width: 479px; height: 105px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Send Your First Email Newsletter Today - AWeber Communications</a>\r\n<h2 style=\"text-align: left;\">Email Newsletters in Ease</h2>\r\n<ul>\r\n	<li style=\"text-align: left;\">- Over 150 easy-to-customize templates included - with single and multiple-column designs</li>\r\n	<li style=\"text-align: left;\">- Numerous color schemes to match your branding</li>\r\n	<li style=\"text-align: left;\">- Dedicated areas for your logo and images</li>\r\n	<li style=\"text-align: left;\">- Tested in all major email clients (Gmail, Hotmail, Yahoo! and more)</li>\r\n	<li style=\"text-align: left;\">- Personalize emails with subscribers\' names and other information</li>\r\n	<li style=\"text-align: left;\">- Prefer plain text? Our email marketing newsletters can do that too.</li>\r\n</ul>','Email Newsletters','','inherit','open','open','','289-revision-13','','','2011-08-29 21:18:52','2011-08-29 13:18:52','',289,'http://newweb.amazingbusinessresources.com/archives/484',0,'revision','',0,NULL),(482,1,'2011-08-29 21:41:51','2011-08-29 13:41:51','<!-- BEGIN AWEBER WEB FORM -->\r\n<style type=\"text/css\">\r\n.aweber_formbox {\r\n    margin:15px auto;\r\n	border-top:1px solid #e4e4e4;\r\n	border:1px solid #e4e4e4;\r\n	width:450px;\r\n	padding:1px;\r\n	background-color:#FFF;\r\n	font-family:Trebuchet MS, Verdana, Arial;\r\n	background-repeat:no-repeat;\r\n	background-image:url(http://www.aweber.com/users/img/affiliate_forms/money.gif);\r\n	background-position:175px 105px;\r\n	}\r\n.aweber_formbox .aweber_header {\r\n	background-color:#ceface;\r\n	padding:8px 0 10px 15px;\r\n	border-bottom:3px solid #66cb6e;\r\n	font-size:14px !important;\r\n	color:#7d5a38;\r\n	}\r\n.aweber_formbox p {\r\n    font-size:12px;\r\n    margin-left:205px;\r\n    padding-top:8px;    \r\n    }\r\n.aweber_formbox p span {\r\n    font-size:14px;\r\n    }\r\n.aweber_formbox p span strong {\r\n    color:#000 !important;\r\n    }\r\n.aweber_formbox .aweber_emailicon {\r\n	position:relative;\r\n	top:3px;\r\n	display:none;\r\n	}\r\n.aweber_formbox .aweber_header span {\r\n	font-size:26px;\r\n	display:block;\r\n	margin-top:10px;\r\n	}\r\n.aweber_formbox .aweber_header span strong {\r\n    font-size:35px !important;\r\n    color:#5a3c1f !important;\r\n    }\r\n.aweber_formbox .aweber_form {\r\n	padding:10px;\r\n	font-size:12px;\r\n	float:left;\r\n	}\r\n.aweber_formbox .aweber_lbl {\r\n	display:block;\r\n	}\r\n.aweber_formbox .aweber_lbl span {\r\n	/*display:none;*/\r\n	}\r\n.aweber_formbox .aweber_form input[type=\"text\"] {\r\n	width:157px;\r\n	background-color:#e6efef;\r\n	border:1px solid #e4e4e4;\r\n	padding:3px;\r\n	vertical-align:middle;\r\n	font-style:italic;\r\n	}\r\n.aweber_form input[type=\"submit\"] {\r\n	background-color: #22be0b;\r\n	background-image:url(http://www.aweber.com/images/button_on.gif);\r\n	background-image:repeat-x;\r\n	color:#FFF;\r\n	border:1px solid #666;\r\n	padding:4px 5px;\r\n	margin-top:3px;\r\n	}\r\n.aweber_form input[type=\"submit\"]:hover {\r\n	background-color: #2096e2;\r\n	background-image: url(http://www.aweber.com/images/button_hover.gif);\r\n	background-repeat: repeat;\r\n	}\r\n.aweber_formbox .aweber_form input[type=\"text\"]:focus {\r\n	background-color:#FFF;\r\n	}\r\n.aweber_formbox .aweber_element {\r\n	margin-bottom:5px;\r\n	margin-left:15px;\r\n	}\r\n.aweber_formbox .aweber_submit {\r\n	text-align:left;\r\n	margin-top:10px;\r\n	margin-bottom:10px;\r\n	margin-left:15px;\r\n	}\r\n</style>\r\n<div class=\"aweber_formbox\">\r\n<div class=\"aweber_header\">\r\n<span>\"The <strong>Money</strong> Is In The <strong>List</strong>\"</span>\r\n</div>\r\n<form method=\"post\" action=\"http://www.aweber.com/scripts/addlead.pl\" class=\"aweber_form\">\r\n<input type=hidden name=\"unit\" value=\"affaweber7\">\r\n<input type=hidden name=\"misc\" value=\"?371675\">\r\n<input type=hidden name=\"redirect\" value=\"http://askamazing.aweber.com/thank-you.htm?id=\">\r\n<input type=\"hidden\" name=\"aweber_adtracking\" value=\"aff_lead\">\r\n<div class=\"aweber_element\">\r\n<label class=\"aweber_lbl\" for=\"name\">Name<span>:</span></label> <input type=\"text\" class=\"aweber_textinput\" name=\"name\" value=\"\">\r\n</div>\r\n<div class=\"aweber_element\">\r\n<label class=\"aweber_lbl\" for=\"from\">Email<span>:</span></label> <input type=\"text\" class=\"aweber_textinput\" name=\"from\" value=\"\">\r\n</div>\r\n<div class=\"aweber_submit\">\r\n<input type=\"submit\" class=\"aweber_button\" name=\"submit\" value=\"Free Test Drive\">\r\n</div>\r\n</form>\r\n<p><span>AWeber proves it to <strong>thousands</strong> of businesses every day.</span><br /><br />\r\nLearn how <a title=\"Email Marketing Software\" href=\"http://askamazing.aweber.com\">email marketing software</a><br /> can get you more sales, too.</p> \r\n<div style=\"clear:both;\"></div>  \r\n</div>\r\n  \r\n    \r\n\r\n     \r\n\r\n<strong>Email marketing</strong> tools like professional email signup forms &amp; autoresponder services make it easy for you to build your email list and stay in touch with prospects.\r\n\r\nFind out why many businesses trust our <strong>email marketing software</strong> to deliver the best results for any size <strong>email marketing campaign.</strong>\r\n\r\n&nbsp;\r\n\r\n<script type=\"text/javascript\" src=\"http://www.aweber.com/js/recent_posts.js?id=371675&type=public\">\r\n</script>','Email Marketing','','publish','closed','closed','','email-marketing-2','','','2011-10-01 02:44:28','2011-09-30 18:44:28','',21,'http://newweb.amazingbusinessresources.com/?page_id=482',3,'page','',0,NULL),(483,1,'2011-08-29 21:41:34','2011-08-29 13:41:34','<p style=\"text-align: center;\"><strong>Create profitable customer relationships for your business! </strong></p>\n<strong>Email marketing</strong> tools like professional email signup forms &amp; autoresponder services make it easy for you to build your email list and stay in touch with prospects.\n\nFind out why many businesses trust our <strong>email marketing software</strong> to deliver the best results for any size <strong>email marketing campaign.</strong>\n\n&nbsp;','Email Marketing','','inherit','open','open','','482-revision','','','2011-08-29 21:41:34','2011-08-29 13:41:34','',482,'http://newweb.amazingbusinessresources.com/archives/483',0,'revision','',0,NULL),(488,1,'2011-08-29 21:28:06','2011-08-29 13:28:06','<p style=\"text-align: left;\"><object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/autoresponders.png\') no-repeat; text-indent: -9999px; display: block; width: 480px; height: 108px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Try AWeber\'s Autoresponders for $1</a>\r\n<h2 style=\"text-align: left;\">Start Collecting Subscribers Today!</h2>\r\n<ul>\r\n	<li>Our new web form generator makes building forms fun</li>\r\n	<li>Choose from hundreds of HTML email templates</li>\r\n	<li>Easy for beginners, flexible for experts</li>\r\n	<li>Publish to your website in one step</li>\r\n</ul>','Subscriber Management','','inherit','open','open','','293-revision-7','','','2011-08-29 21:28:06','2011-08-29 13:28:06','',293,'http://newweb.amazingbusinessresources.com/archives/488',0,'revision','',0,NULL),(489,1,'2011-08-29 21:31:16','2011-08-29 13:31:16','<h3 style=\"text-align: center;\">Let the Emailing System Schedule the Campaign for your Business</h3>\r\n\r\n<object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/autoresponders.png) no-repeat; text-indent:-9999px; display:block; width:480px; height:108px;\">Try AWeber\'s Autoresponders for $1</a>','Autoresponder Follow Up','','inherit','open','open','','295-revision-4','','','2011-08-29 21:31:16','2011-08-29 13:31:16','',295,'http://newweb.amazingbusinessresources.com/archives/489',0,'revision','',0,NULL),(490,1,'2011-08-29 21:35:37','2011-08-29 13:35:37','<object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/frnDeGUnzCY?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/frnDeGUnzCY?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/automate.png) no-repeat; text-indent:-9999px; display:block; width:481px; height:107px;\">Automate Your Email Marketing with AWeber</a>\r\n\r\n<h2>Useful Graphs</h2>\r\nTrack your campaign\'s performance\r\n<ul>\r\n	<li>- Who opened your messages (who didn\'t)</li>\r\n	<li>- Which links were clicked (and by whom)</li>\r\n	<li>- How much revenue your message generated</li>\r\n	<li>- How many people unsubscribed</li>\r\n</ul>','Track Performance','','inherit','open','open','','297-revision-6','','','2011-08-29 21:35:37','2011-08-29 13:35:37','',297,'http://newweb.amazingbusinessresources.com/archives/490',0,'revision','',0,NULL),(491,1,'2011-08-29 16:30:29','2011-08-29 08:30:29','<script type=\"text/javascript\" src=\"http://www.aweber.com/js/recent_posts.js?id=371675&type=public\">\r\n</script>','Email Marketing Tips','','inherit','open','open','','444-revision-9','','','2011-08-29 16:30:29','2011-08-29 08:30:29','',444,'http://newweb.amazingbusinessresources.com/archives/491',0,'revision','',0,NULL),(493,1,'2011-08-29 21:41:51','2011-08-29 13:41:51','<p style=\"text-align: center;\"><strong>Create profitable customer relationships for your business! </strong></p>\r\n<strong>Email marketing</strong> tools like professional email signup forms &amp; autoresponder services make it easy for you to build your email list and stay in touch with prospects.\r\n\r\nFind out why many businesses trust our <strong>email marketing software</strong> to deliver the best results for any size <strong>email marketing campaign.</strong>\r\n\r\n&nbsp;','Email Marketing','','inherit','open','open','','482-revision-2','','','2011-08-29 21:41:51','2011-08-29 13:41:51','',482,'http://newweb.amazingbusinessresources.com/archives/493',0,'revision','',0,NULL),(494,1,'2011-08-29 21:47:28','2011-08-29 13:47:28','<h3 style=\"text-align: center;\"><strong>Create profitable customer relationships for your business! </strong></h3>\r\n<strong>Email marketing</strong> tools like professional email signup forms &amp; autoresponder services make it easy for you to build your email list and stay in touch with prospects.\r\n\r\nFind out why many businesses trust our <strong>email marketing software</strong> to deliver the best results for any size <strong>email marketing campaign.</strong>\r\n\r\n&nbsp;','Email Marketing','','inherit','open','open','','482-revision-3','','','2011-08-29 21:47:28','2011-08-29 13:47:28','',482,'http://newweb.amazingbusinessresources.com/archives/494',0,'revision','',0,NULL),(495,1,'2011-10-01 03:48:15','2011-09-30 19:48:15','&nbsp;\n<div class=\"aweber_formbox\">\n<div class=\"aweber_header\"><span>\"The <strong>Money</strong> Is In The <strong>List</strong>\"</span></div>\n<form class=\"aweber_form\" action=\"http://www.aweber.com/scripts/addlead.pl\" method=\"post\"><input type=\"hidden\" name=\"unit\" value=\"affaweber7\" /> <input type=\"hidden\" name=\"misc\" value=\"?371675\" /> <input type=\"hidden\" name=\"redirect\" value=\"http://askamazing.aweber.com/thank-you.htm?id=\" /> <input type=\"hidden\" name=\"aweber_adtracking\" value=\"aff_lead\" />\n<div class=\"aweber_element\"><label class=\"aweber_lbl\" for=\"name\">Name<span>:</span></label>\n<input class=\"aweber_textinput\" type=\"text\" name=\"name\" value=\"\" /></div>\n<div class=\"aweber_element\"><label class=\"aweber_lbl\" for=\"from\">Email<span>:</span></label>\n<input class=\"aweber_textinput\" type=\"text\" name=\"from\" value=\"\" /></div>\n<div class=\"aweber_submit\"><input class=\"aweber_button\" type=\"submit\" name=\"submit\" value=\"Free Test Drive\" /></div>\n</form><span>AWeber proves it to <strong>thousands</strong> of businesses every day.</span>\n\nLearn how <a title=\"Email Marketing Software\" href=\"http://askamazing.aweber.com\">email marketing software</a>\ncan get you more sales, too.\n\n</div>\n<strong>Email marketing</strong> tools like professional email signup forms &amp; autoresponder services make it easy for you to build your email list and stay in touch with prospects.\n\nFind out why many businesses trust our <strong>email marketing software</strong> to deliver the best results for any size <strong>email marketing campaign.</strong>\n\n&nbsp;','Email Marketing','','inherit','open','open','','482-autosave','','','2011-10-01 03:48:15','2011-09-30 19:48:15','',482,'http://newweb.amazingbusinessresources.com/archives/495',0,'revision','',0,NULL),(496,1,'2011-08-29 15:08:58','2011-08-29 07:08:58','hello','Social Media Marketing','','inherit','open','open','','313-revision-6','','','2011-08-29 15:08:58','2011-08-29 07:08:58','',313,'http://newweb.amazingbusinessresources.com/archives/496',0,'revision','',0,NULL),(497,1,'2011-08-29 22:12:53','2011-08-29 14:12:53','','Email Marketing','','inherit','open','open','','email-banner','','','2011-08-29 22:12:53','2011-08-29 14:12:53','',482,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Banner.jpg',0,'attachment','image/jpeg',0,NULL),(498,1,'2011-08-29 21:47:45','2011-08-29 13:47:45','<h3 style=\"text-align: center;\"><span style=\"color: #000080;\"><strong>Create profitable customer relationships for your business! </strong></span></h3>\r\n<strong>Email marketing</strong> tools like professional email signup forms &amp; autoresponder services make it easy for you to build your email list and stay in touch with prospects.\r\n\r\nFind out why many businesses trust our <strong>email marketing software</strong> to deliver the best results for any size <strong>email marketing campaign.</strong>\r\n\r\n&nbsp;','Email Marketing','','inherit','open','open','','482-revision-4','','','2011-08-29 21:47:45','2011-08-29 13:47:45','',482,'http://newweb.amazingbusinessresources.com/archives/498',0,'revision','',0,NULL),(501,1,'2011-08-29 04:03:22','2011-08-28 20:03:22','','Mobile Marketing','','inherit','open','open','','370-revision-2','','','2011-08-29 04:03:22','2011-08-28 20:03:22','',370,'http://newweb.amazingbusinessresources.com/archives/501',0,'revision','',0,NULL),(502,1,'2011-08-29 04:03:44','2011-08-28 20:03:44','','Media Planning','','inherit','open','open','','372-revision-2','','','2011-08-29 04:03:44','2011-08-28 20:03:44','',372,'http://newweb.amazingbusinessresources.com/archives/502',0,'revision','',0,NULL),(503,1,'2011-08-29 12:38:24','2011-08-29 04:38:24','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" /><img class=\"aligncenter size-full wp-image-152\" title=\"TITLE copy_2\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/TITLE-copy_2.jpg\" alt=\"\" width=\"480\" height=\"48\" /></span></h1>\r\n<h1 style=\"text-align: center;\"></h1>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/website-development\"><img class=\"size-full wp-image-103 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></a></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/search-engine-optimization-seo\"><img class=\"size-full wp-image-105 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"Website Development\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/website-development\">Read more</a></span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"SEO\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/search-engine-optimization-seo\">Read more</a></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-106\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\r\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-107\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-108\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">Amazing\'s SMS marketing platform allows you to quickly, easily, and economically implement mobile campaigns and spin your database into gold mine. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\">Read more</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-53','','','2011-08-29 12:38:24','2011-08-29 04:38:24','',21,'http://newweb.amazingbusinessresources.com/archives/503',0,'revision','',0,NULL),(504,1,'2011-08-29 22:39:33','2011-08-29 14:39:33','','Email Marketing Campaign','','inherit','open','open','','email-banner_1','','','2011-08-29 22:39:33','2011-08-29 14:39:33','',482,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Banner_1.jpg',0,'attachment','image/jpeg',0,NULL),(505,1,'2011-08-29 22:13:21','2011-08-29 14:13:21','<h3 style=\"text-align: center;\"><span style=\"color: #000080;\"><img class=\"aligncenter size-full wp-image-497\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Banner.jpg\" alt=\"Email Marketing\" width=\"600\" height=\"200\" /></span></h3>\r\n<strong>Email marketing</strong> tools like professional email signup forms &amp; autoresponder services make it easy for you to build your email list and stay in touch with prospects.\r\n\r\nFind out why many businesses trust our <strong>email marketing software</strong> to deliver the best results for any size <strong>email marketing campaign.</strong>\r\n\r\n&nbsp;','Email Marketing','','inherit','open','open','','482-revision-5','','','2011-08-29 22:13:21','2011-08-29 14:13:21','',482,'http://newweb.amazingbusinessresources.com/archives/505',0,'revision','',0,NULL),(506,1,'2011-08-23 14:11:05','2011-08-23 14:11:05','','Home','','inherit','open','open','','2-revision-2','','','2011-08-23 14:11:05','2011-08-23 14:11:05','',2,'http://newweb.amazingbusinessresources.com/archives/506',0,'revision','',0,NULL),(507,1,'2011-08-26 02:02:06','2011-08-25 18:02:06','','Blog','','inherit','open','open','','35-revision-2','','','2011-08-26 02:02:06','2011-08-25 18:02:06','',35,'http://newweb.amazingbusinessresources.com/archives/507',0,'revision','',0,NULL),(508,1,'2011-08-27 17:24:39','2011-08-27 09:24:39','<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: justify;\"><strong><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"\" width=\"600\" height=\"60\" />Amazing Business Resources</strong> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Culture and Values</strong></p>\r\n<p style=\"text-align: justify;\"><strong></strong>We value integrity, honesty, and transparency. We vow to work together with our clients to make sure they are successful in the internet world. We are proud of the fact that we take the time to share with our clients about how to successfully use internet marketing channel like <strong>Website, Blog, Emailing Marketing, Mobile/SMS Marketing, Search Engine Optimization Techniques, <a href=\"http://amazingbusinessresources.com/social-media-marketing/facebook-for-business\">Facebook</a>, <a href=\"http://amazingbusinessresources.com/social-media-marketing/twitter-for-business\">Twitter</a>, <a href=\"http://amazingbusinessresources.com/social-media-marketing/youtube-for-business\">Youtube</a>, Foursquare, and LinkedIn. </strong>It’s not just about our ability to produce results, but more importantly, it’s about our clients joining us for the ride and executing a powerful campaign together.</p>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong><strong>Let’s get started</strong></p>\r\n<p style=\"text-align: justify;\">Thank you very much for getting to know what Amazing Business Resources is all about. <strong><a href=\"http://newweb.amazingbusinessresources.com/?page_id=32\" target=\"_blank\">Call us</a> </strong>or <strong><a title=\"Contact Us\" href=\"mailto:info@amazingbusinessresources.com\">email us</a></strong> right now to take the first steps in dominating the internet portal in online landscape. We will be here every step of the way and will help you love the social space.</p>','About Us','','inherit','open','open','','14-revision-11','','','2011-08-27 17:24:39','2011-08-27 09:24:39','',14,'http://newweb.amazingbusinessresources.com/archives/508',0,'revision','',0,NULL),(509,1,'2011-08-29 22:59:33','2011-08-29 14:59:33','<p style=\"text-align: justify;\"><strong><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"\" width=\"600\" height=\"60\" />Amazing Business Resources</strong> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Culture and Values</strong></p>\r\n<p style=\"text-align: justify;\"><strong></strong>We value integrity, honesty, and transparency. We vow to work together with our clients to make sure they are successful in the internet world. We are proud of the fact that we take the time to share with our clients about how to successfully use internet marketing channel like <strong><a title=\"Website Development\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/website-development\">Website</a>, <a title=\"Email Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/email-marketing-2\">Emailing Marketing</a>, <a title=\"Mobile Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/mobile-marketing-1\">Mobile/SMS Marketing</a>, <a title=\"SEO\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/search-engine-optimization-seo\">Search Engine Optimization</a> Techniques, <a title=\"Social Media Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1\">Social Media Marketing</a> (<strong><a title=\"Blog Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/blog-marketing\">Blog</a>, </strong><a title=\"Facebook Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/facebook-marketing\">Facebook</a>, <a title=\"Twitter Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/twitter-marketing\">Twitter</a>, <a title=\"Youtube Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/youtube-marketing\">Youtube</a>, <a title=\"Foursquare Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/foursquare-marketing\">Foursquare</a>, and <a title=\"LinkedIn Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/linkedin-marketing\">LinkedIn</a>). </strong>It’s not just about our ability to produce results, but more importantly, it’s about our clients joining us for the ride and executing a powerful campaign together.</p>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong><strong>Let’s get started</strong></p>\r\n<p style=\"text-align: justify;\">Thank you very much for getting to know what Amazing Business Resources is all about. <strong><a href=\"http://newweb.amazingbusinessresources.com/?page_id=32\" target=\"_blank\">Contact us</a></strong> right now to take the first steps in dominating the internet portal in online landscape. We will be here every step of the way and will help you love the social space.  Click here to know more about Our <a title=\"Amazing Online Services\" href=\"http://newweb.amazingbusinessresources.com/amazings-services\">Amazing Online Services</a></p>','About Us','','inherit','open','open','','14-revision-12','','','2011-08-29 22:59:33','2011-08-29 14:59:33','',14,'http://newweb.amazingbusinessresources.com/archives/509',0,'revision','',0,NULL),(511,1,'2011-08-29 21:43:35','2011-08-29 13:43:35','<object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0wyZaSxUyZ8?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0wyZaSxUyZ8?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/send-first-campaign.png\') no-repeat; text-indent: -9999px; display: block; width: 479px; height: 105px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Send Your First Email Newsletter Today - AWeber Communications</a>\r\n<h2 style=\"text-align: left;\">Email Newsletters in Ease</h2>\r\n<ul>\r\n	<li style=\"text-align: left;\">- Over 150 easy-to-customize templates included - with single and multiple-column designs</li>\r\n	<li style=\"text-align: left;\">- Numerous color schemes to match your branding</li>\r\n	<li style=\"text-align: left;\">- Dedicated areas for your logo and images</li>\r\n	<li style=\"text-align: left;\">- Tested in all major email clients (Gmail, Hotmail, Yahoo! and more)</li>\r\n	<li style=\"text-align: left;\">- Personalize emails with subscribers\' names and other information</li>\r\n	<li style=\"text-align: left;\">- Prefer plain text? Our email marketing newsletters can do that too.</li>\r\n</ul>','Email Newsletters','','inherit','open','open','','289-revision-16','','','2011-08-29 21:43:35','2011-08-29 13:43:35','',289,'http://newweb.amazingbusinessresources.com/archives/511',0,'revision','',0,NULL),(512,1,'2011-08-29 21:43:49','2011-08-29 13:43:49','<h2>Hundreds of Signup Form Templates</h2>\r\n<ul>\r\n	<li>- Flexible designs let you adjust your form endlessly</li>\r\n	<li>- Multiple color schemes for each template</li>\r\n	<li>- Coordinate with our matching email templates</li>\r\n	<li>- Choose from a selection that\'s constantly growing</li>\r\n</ul>\r\n\r\n<br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/getstarted.png) no-repeat; text-indent:-9999px; display:block; width:479px; height:107px;\">Get Started Today For Only $1! - AWeber Communications</a>','Website Signup Forms','','inherit','open','open','','291-revision-5','','','2011-08-29 21:43:49','2011-08-29 13:43:49','',291,'http://newweb.amazingbusinessresources.com/archives/512',0,'revision','',0,NULL),(513,1,'2011-08-29 21:44:11','2011-08-29 13:44:11','<p style=\"text-align: left;\"><object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/autoresponders.png\') no-repeat; text-indent: -9999px; display: block; width: 480px; height: 108px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Try AWeber\'s Autoresponders for $1</a>\r\n<h2 style=\"text-align: left;\">Start Collecting Subscribers Today!</h2>\r\n<ul>\r\n	<li>Our new web form generator makes building forms fun</li>\r\n	<li>Choose from hundreds of HTML email templates</li>\r\n	<li>Easy for beginners, flexible for experts</li>\r\n	<li>Publish to your website in one step</li>\r\n</ul>','Subscriber Management','','inherit','open','open','','293-revision-8','','','2011-08-29 21:44:11','2011-08-29 13:44:11','',293,'http://newweb.amazingbusinessresources.com/archives/513',0,'revision','',0,NULL),(514,1,'2011-08-29 21:44:27','2011-08-29 13:44:27','<h3 style=\"text-align: center;\">Let the Emailing System Schedule the Campaign for your Business</h3>\r\n\r\n<object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/autoresponders.png) no-repeat; text-indent:-9999px; display:block; width:480px; height:108px;\">Try AWeber\'s Autoresponders for $1</a>','Autoresponder Follow Up','','inherit','open','open','','295-revision-5','','','2011-08-29 21:44:27','2011-08-29 13:44:27','',295,'http://newweb.amazingbusinessresources.com/archives/514',0,'revision','',0,NULL),(515,1,'2011-08-29 21:44:36','2011-08-29 13:44:36','<object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/frnDeGUnzCY?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/frnDeGUnzCY?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/automate.png) no-repeat; text-indent:-9999px; display:block; width:481px; height:107px;\">Automate Your Email Marketing with AWeber</a>\r\n\r\n<h2>Useful Graphs</h2>\r\nTrack your campaign\'s performance\r\n<ul>\r\n	<li>- Who opened your messages (who didn\'t)</li>\r\n	<li>- Which links were clicked (and by whom)</li>\r\n	<li>- How much revenue your message generated</li>\r\n	<li>- How many people unsubscribed</li>\r\n</ul>','Track Performance','','inherit','open','open','','297-revision-7','','','2011-08-29 21:44:36','2011-08-29 13:44:36','',297,'http://newweb.amazingbusinessresources.com/archives/515',0,'revision','',0,NULL),(516,1,'2011-08-29 23:53:37','2011-08-29 15:53:37','','Media Planning','','inherit','open','open','','email-banner_2','','','2011-08-29 23:53:37','2011-08-29 15:53:37','',372,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Banner_2.jpg',0,'attachment','image/jpeg',0,NULL),(517,1,'2011-10-01 11:14:42','2011-10-01 03:14:42','&nbsp;\n<table border=\"0\">\n<tbody>\n<tr>\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Online Advertising</span></strong></td>\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"></td>\n<td style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Offline Advertising</span></strong></td>\n</tr>\n<tr>\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\">Amazing Business Resources media buying division specializes in placing online advertisements on behalf of clients. We specialized in Online Advertising Management.\n<p style=\"text-align: justify;\">Our marketing initiatives are designed to meet the specific objectives of each advertiser, with a strong focus on the bottom line. The division is comprised of several core competencies, including traditional online media buying, search engine marketing (SEM), contextual advertising, banner placements, creative strategy, and email marketing. Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on.</p>\n</td>\n<td rowspan=\"1\"></td>\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\">\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> provides an effective and efficient evaluation service for advertisers who may be unsure about how to best monitor and appraise what they’re getting for their all important advertising monies.</span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">We will assist in setting budgets and targets, in choosing which media channels are best to reach target groups and whether most efficient pricing is being achieved is what we’re here to do.</span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">We’ll be only too happy to come and talk to you about your current media plans, and to help you ensure that you squeeze the maximum return from your budget. </span></p>\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">\n</span></p>\n</td>\n</tr>\n<tr>\n<td colspan=\"1\"></td>\n<td colspan=\"1\"></td>\n<td colspan=\"1\"></td>\n</tr>\n<tr>\n<td colspan=\"1\"><strong>Offline Advertising</strong></td>\n<td colspan=\"1\"></td>\n<td colspan=\"1\"></td>\n</tr>\n<tr>\n<td colspan=\"1\"><strong>Amazing Business Resources</strong> provides an effective and efficient evaluation service for advertisers who may be unsure about how to best monitor and appraise what they’re getting for their all important advertising monies.\n\nWe will assist in setting budgets and targets, in choosing which media channels are best to reach target groups and whether most efficient pricing is being achieved is what we’re here to do.\n\nWe’ll be only too happy to come and talk to you about your current media plans, and to help you ensure that you squeeze the maximum return from your budget.</td>\n<td colspan=\"1\"></td>\n<td colspan=\"1\"></td>\n</tr>\n</tbody>\n</table>\n<p style=\"text-align: justify; padding-left: 30px;\"><strong>\n</strong></p>','Media Planning','','inherit','open','open','','372-autosave','','','2011-10-01 11:14:42','2011-10-01 03:14:42','',372,'http://newweb.amazingbusinessresources.com/archives/517',0,'revision','',0,NULL),(518,1,'2011-08-29 22:28:14','2011-08-29 14:28:14','','Media Planning','','inherit','open','open','','372-revision-3','','','2011-08-29 22:28:14','2011-08-29 14:28:14','',372,'http://newweb.amazingbusinessresources.com/archives/518',0,'revision','',0,NULL),(1117,1,'2011-10-01 11:15:54','2011-10-01 03:15:54','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\">\r\n<h3>Online Advertising</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong>Amazing Business Resources</strong> media buying division specializes in placing online advertisements on behalf of clients. We specialized in Online Advertising Management.\r\n<p style=\"text-align: justify;\">Our marketing initiatives are designed to meet the specific objectives of each advertiser, with a strong focus on the bottom line. The division is comprised of several core competencies, including traditional online media buying, search engine marketing (SEM), contextual advertising, banner placements, creative strategy, and email marketing. Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" colspan=\"1\">\r\n<h3><strong>Offline Advertising</strong></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\">\r\n<p style=\"text-align: justify;\"><strong>Amazing Business Resources</strong> provides an effective and efficient evaluation service for advertisers who may be unsure about how to best monitor and appraise what they’re getting for their all important advertising monies.</p>\r\n<p style=\"text-align: justify;\">We will assist in setting budgets and targets, in choosing which media channels are best to reach target groups and whether most efficient pricing is being achieved is what we’re here to do.</p>\r\n<p style=\"text-align: justify;\">We’ll be only too happy to come and talk to you about your current media plans, and to help you ensure that you squeeze the maximum return from your budget.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify; padding-left: 30px;\"><strong>\r\n</strong></p>','Media Planning','','inherit','open','open','','372-revision-17','','','2011-10-01 11:15:54','2011-10-01 03:15:54','',372,'http://newweb.amazingbusinessresources.com/archives/1117',0,'revision','',0,NULL),(520,1,'2011-08-30 00:00:18','2011-08-29 16:00:18','<img class=\"aligncenter size-full wp-image-516\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Banner_2.jpg\" alt=\"Media Planning\" width=\"600\" height=\"200\" />\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Online Advertising</span></strong></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Offline Advertising</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong>Amazing Business Resources</strong> media buying division specializes in placingonline advertisements on behalf of clients. We specialized in <strong>Online Advertising Management.</strong>\r\n<p style=\"text-align: justify;\">Our marketing initiatives are designed to meet the specific objectives of each advertiser, with a strong focus on the bottom line. The division is comprised of several core competencies, including traditional online media buying, search engine marketing (SEM), contextual advertising, banner placements, creative strategy, and email marketing. Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on.</p>\r\n</td>\r\n<td rowspan=\"1\"></td>\r\n<td style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><strong>Amazing Business Resources</strong> provides an effective and efficient evaluation service for advertisers who may be unsure about how to best monitor and appraise what they’re getting for their all important advertising monies.</p>\r\n<p style=\"text-align: justify;\">We will assist in setting budgets and targets, in choosing which media channels are best to reach target groups and whether most efficient pricing is being achieved is what we’re here to do.</p>\r\n<p style=\"text-align: justify;\">We’ll be only too happy to come and talk to you about your current media plans, and to help you ensure that you squeeze the maximum return from your budget.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong></p>','Media Planning','','inherit','open','open','','372-revision-5','','','2011-08-30 00:00:18','2011-08-29 16:00:18','',372,'http://newweb.amazingbusinessresources.com/archives/520',0,'revision','',0,NULL),(519,1,'2011-08-29 23:58:22','2011-08-29 15:58:22','<img class=\"aligncenter size-full wp-image-516\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Banner_2.jpg\" alt=\"Media Planning\" width=\"600\" height=\"200\" />\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Online Advertising</span></strong></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Offline Advertising</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td style=\"width: 300px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Amazing Business Resources <strong>media buying</strong> division specializes in placing<strong>online advertisements</strong> on behalf of clients. We specialized in <strong>Online Advertising Management</strong>.\r\n\r\nOur marketing initiatives are designed to meet the specific objectives of each advertiser, with a strong focus on the bottom line. The division is comprised of several core competencies, including traditional <strong>online media buying</strong>, search engine marketing (SEM), contextual advertising, banner placements, creative strategy, and email marketing. Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on. </span></td>\r\n<td rowspan=\"1\"></td>\r\n<td style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><strong>Amazing Business Resources</strong> provides an effective and efficient evaluation service for advertisers who may be unsure about how to best monitor and appraise what they’re getting for their all important advertising monies.</p>\r\n<p style=\"text-align: justify;\">We will assist in setting budgets and targets, in choosing which media channels are best to reach target groups and whether most efficient pricing is being achieved is what we’re here to do.</p>\r\n<p style=\"text-align: justify;\">We’ll be only too happy to come and talk to you about your current media plans, and to help you ensure that you squeeze the maximum return from your budget.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong></p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\">\r\n\r\n</p>','Media Planning','','inherit','open','open','','372-revision-4','','','2011-08-29 23:58:22','2011-08-29 15:58:22','',372,'http://newweb.amazingbusinessresources.com/archives/519',0,'revision','',0,NULL),(521,1,'2011-08-30 00:01:28','2011-08-29 16:01:28','<img class=\"aligncenter size-full wp-image-516\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Banner_2.jpg\" alt=\"Media Planning\" width=\"600\" height=\"200\" />\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Online Advertising</span></strong></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Offline Advertising</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong>Amazing Business Resources</strong> media buying division specializes in placing online advertisements on behalf of clients. We specialized in <strong>Online Advertising Management.</strong>\r\n<p style=\"text-align: justify;\">Our marketing initiatives are designed to meet the specific objectives of each advertiser, with a strong focus on the bottom line. The division is comprised of several core competencies, including traditional online media buying, search engine marketing (SEM), contextual advertising, banner placements, creative strategy, and email marketing. Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on.</p>\r\n</td>\r\n<td rowspan=\"1\"></td>\r\n<td style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><strong>Amazing Business Resources</strong> provides an effective and efficient evaluation service for advertisers who may be unsure about how to best monitor and appraise what they’re getting for their all important advertising monies.</p>\r\n<p style=\"text-align: justify;\">We will assist in setting budgets and targets, in choosing which media channels are best to reach target groups and whether most efficient pricing is being achieved is what we’re here to do.</p>\r\n<p style=\"text-align: justify;\">We’ll be only too happy to come and talk to you about your current media plans, and to help you ensure that you squeeze the maximum return from your budget.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong></p>','Media Planning','','inherit','open','open','','372-revision-6','','','2011-08-30 00:01:28','2011-08-29 16:01:28','',372,'http://newweb.amazingbusinessresources.com/archives/521',0,'revision','',0,NULL),(522,1,'2011-08-30 00:02:34','2011-08-29 16:02:34','<img class=\"aligncenter size-full wp-image-516\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Banner_2.jpg\" alt=\"Media Planning\" width=\"600\" height=\"200\" />\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Online Advertising</span></strong></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Offline Advertising</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong>Amazing Business Resources</strong> media buying division specializes in placing online advertisements on behalf of clients. We specialized in <strong>Online Advertising Management.</strong>\r\n<p style=\"text-align: justify;\">Our marketing initiatives are designed to meet the specific objectives of each advertiser, with a strong focus on the bottom line. The division is comprised of several core competencies, including traditional online media buying, search engine marketing (SEM), contextual advertising, banner placements, creative strategy, and email marketing. Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on.</p>\r\n</td>\r\n<td rowspan=\"1\"></td>\r\n<td style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><strong>Amazing Business Resources</strong> provides an effective and efficient evaluation service for advertisers who may be unsure about how to best monitor and appraise what they’re getting for their all important advertising monies.</p>\r\n<p style=\"text-align: justify;\">We will assist in setting budgets and targets, in choosing which media channels are best to reach target groups and whether most efficient pricing is being achieved is what we’re here to do.</p>\r\n<p style=\"text-align: justify;\">We’ll be only too happy to come and talk to you about your current media plans, and to help you ensure that you squeeze the maximum return from your budget.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong></p>','Media Planning','','inherit','open','open','','372-revision-7','','','2011-08-30 00:02:34','2011-08-29 16:02:34','',372,'http://newweb.amazingbusinessresources.com/archives/522',0,'revision','',0,NULL),(523,1,'2011-08-30 00:10:29','2011-08-29 16:10:29','<img class=\"aligncenter size-full wp-image-516\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Banner_2.jpg\" alt=\"Media Planning\" width=\"600\" height=\"200\" />\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Online Advertising</span></strong></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Offline Advertising</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong>Amazing Business Resources</strong> media buying division specializes in placing online advertisements on behalf of clients. We specialized in <strong>Online Advertising Management.</strong>\r\n<p style=\"text-align: justify;\">Our marketing initiatives are designed to meet the specific objectives of each advertiser, with a strong focus on the bottom line. The division is comprised of several core competencies, including traditional online media buying, search engine marketing (SEM), contextual advertising, banner placements, creative strategy, and email marketing. Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on.</p>\r\n</td>\r\n<td rowspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><strong>Amazing Business Resources</strong> provides an effective and efficient evaluation service for advertisers who may be unsure about how to best monitor and appraise what they’re getting for their all important advertising monies.</p>\r\n<p style=\"text-align: justify;\">We will assist in setting budgets and targets, in choosing which media channels are best to reach target groups and whether most efficient pricing is being achieved is what we’re here to do.</p>\r\n<p style=\"text-align: justify;\">We’ll be only too happy to come and talk to you about your current media plans, and to help you ensure that you squeeze the maximum return from your budget.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong></p>','Media Planning','','inherit','open','open','','372-revision-8','','','2011-08-30 00:10:29','2011-08-29 16:10:29','',372,'http://newweb.amazingbusinessresources.com/archives/523',0,'revision','',0,NULL),(1007,1,'2011-08-30 00:56:21','2011-08-29 16:56:21','<p style=\"text-align: justify;\"><strong><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"\" width=\"600\" height=\"60\" /><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Culture and Values</strong></p>\r\n<p style=\"text-align: justify;\"><strong></strong>We value integrity, honesty, and transparency. We vow to work together with our clients to make sure they are successful in the internet world. We are proud of the fact that we take the time to share with our clients about how to successfully use internet marketing channel like <strong><a title=\"Website Development\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/website-development\">Website</a>, <a title=\"Email Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/email-marketing-2\">Emailing Marketing</a>, <a title=\"Mobile Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/mobile-marketing-1\">Mobile/SMS Marketing</a>, <a title=\"SEO\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/search-engine-optimization-seo\">Search Engine Optimization</a> Techniques, <a title=\"Social Media Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1\">Social Media Marketing</a> (<strong><a title=\"Blog Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/blog-marketing\">Blog</a>, </strong><a title=\"Facebook Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/facebook-marketing\">Facebook</a>, <a title=\"Twitter Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/twitter-marketing\">Twitter</a>, <a title=\"Youtube Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/youtube-marketing\">Youtube</a>, <a title=\"Foursquare Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/foursquare-marketing\">Foursquare</a>, and <a title=\"LinkedIn Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/linkedin-marketing\">LinkedIn</a>) and <a title=\"Media Planning\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/media-planning-1\">Media Advertising</a>. </strong>It’s not just about our ability to produce results, but more importantly, it’s about our clients joining us for the ride and executing a powerful campaign together.</p>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong><strong>Let’s get started</strong></p>\r\n<p style=\"text-align: justify;\">Thank you very much for getting to know what <span style=\"color: #000080;\"><strong><span style=\"color: #ff0000;\">Amazing</span> Business Resources</strong></span> is all about. <strong><a href=\"http://newweb.amazingbusinessresources.com/?page_id=32\" target=\"_blank\">Contact us</a></strong> right now to take the first steps in dominating the internet portal in online landscape. We will be here every step of the way and will help you love the social space.  Click here to know more about Our <a title=\"Amazing Online Services\" href=\"http://newweb.amazingbusinessresources.com/amazings-services\">Amazing Online Services</a></p>','About Us','','inherit','open','open','','14-revision-14','','','2011-08-30 00:56:21','2011-08-29 16:56:21','',14,'http://newweb.amazingbusinessresources.com/archives/1007',0,'revision','',0,NULL),(524,1,'2011-08-29 23:01:06','2011-08-29 15:01:06','<p style=\"text-align: justify;\"><strong><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"\" width=\"600\" height=\"60\" />Amazing Business Resources</strong> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Culture and Values</strong></p>\r\n<p style=\"text-align: justify;\"><strong></strong>We value integrity, honesty, and transparency. We vow to work together with our clients to make sure they are successful in the internet world. We are proud of the fact that we take the time to share with our clients about how to successfully use internet marketing channel like <strong><a title=\"Website Development\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/website-development\">Website</a>, <a title=\"Email Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/email-marketing-2\">Emailing Marketing</a>, <a title=\"Mobile Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/mobile-marketing-1\">Mobile/SMS Marketing</a>, <a title=\"SEO\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/search-engine-optimization-seo\">Search Engine Optimization</a> Techniques, <a title=\"Social Media Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1\">Social Media Marketing</a> (<strong><a title=\"Blog Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/blog-marketing\">Blog</a>, </strong><a title=\"Facebook Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/facebook-marketing\">Facebook</a>, <a title=\"Twitter Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/twitter-marketing\">Twitter</a>, <a title=\"Youtube Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/youtube-marketing\">Youtube</a>, <a title=\"Foursquare Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/foursquare-marketing\">Foursquare</a>, and <a title=\"LinkedIn Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/linkedin-marketing\">LinkedIn</a>) and <a title=\"Media Planning\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/media-planning-1\">Media Advertising</a>. </strong>It’s not just about our ability to produce results, but more importantly, it’s about our clients joining us for the ride and executing a powerful campaign together.</p>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong><strong>Let’s get started</strong></p>\r\n<p style=\"text-align: justify;\">Thank you very much for getting to know what Amazing Business Resources is all about. <strong><a href=\"http://newweb.amazingbusinessresources.com/?page_id=32\" target=\"_blank\">Contact us</a></strong> right now to take the first steps in dominating the internet portal in online landscape. We will be here every step of the way and will help you love the social space.  Click here to know more about Our <a title=\"Amazing Online Services\" href=\"http://newweb.amazingbusinessresources.com/amazings-services\">Amazing Online Services</a></p>','About Us','','inherit','open','open','','14-revision-13','','','2011-08-29 23:01:06','2011-08-29 15:01:06','',14,'http://newweb.amazingbusinessresources.com/archives/524',0,'revision','',0,NULL),(1008,1,'2011-09-30 23:46:18','2011-09-30 15:46:18','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Amazing Business Resources</strong></span> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Culture and Values</strong></p>\r\n<p style=\"text-align: justify;\"><strong></strong>We value integrity, honesty, and transparency. We vow to work together with our clients to make sure they are successful in the internet world. We are proud of the fact that we take the time to share with our clients about how to successfully use internet marketing channel like <strong><a title=\"Website Development\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/website-development\">Website</a>, <a title=\"Email Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/email-marketing-2\">Emailing Marketing</a>, <a title=\"Mobile Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/mobile-marketing-1\">Mobile/SMS Marketing</a>, <a title=\"SEO\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/search-engine-optimization-seo\">Search Engine Optimization</a> Techniques, <a title=\"Social Media Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1\">Social Media Marketing</a> (<strong><a title=\"Blog Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/blog-marketing\">Blog</a>, </strong><a title=\"Facebook Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/facebook-marketing\">Facebook</a>, <a title=\"Twitter Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/twitter-marketing\">Twitter</a>, <a title=\"Youtube Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/youtube-marketing\">Youtube</a>, <a title=\"Foursquare Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/foursquare-marketing\">Foursquare</a>, and <a title=\"LinkedIn Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/linkedin-marketing\">LinkedIn</a>) and <a title=\"Media Planning\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/media-planning-1\">Media Advertising</a>. </strong>It’s not just about our ability to produce results, but more importantly, it’s about our clients joining us for the ride and executing a powerful campaign together.</p>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong><strong>Let’s get started</strong></p>\r\n<p style=\"text-align: justify;\">Thank you very much for getting to know what <span style=\"color: #000000;\"><strong>Amazing Business Resources</strong></span> is all about. <strong><a href=\"http://newweb.amazingbusinessresources.com/?page_id=32\" target=\"_blank\">Contact us</a></strong> right now to take the first steps in dominating the internet portal in online landscape. We will be here every step of the way and will help you love the social space.  Click here to know more about Our <a title=\"Amazing Online Services\" href=\"http://newweb.amazingbusinessresources.com/amazings-services\">Amazing Online Services</a></p>','About Us','','inherit','open','open','','14-revision-15','','','2011-09-30 23:46:18','2011-09-30 15:46:18','',14,'http://newweb.amazingbusinessresources.com/archives/1008',0,'revision','',0,NULL),(525,1,'2011-08-29 23:14:02','2011-08-29 15:14:02','<object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0wyZaSxUyZ8?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0wyZaSxUyZ8?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/send-first-campaign.png\') no-repeat; text-indent: -9999px; display: block; width: 479px; height: 105px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Send Your First Email Newsletter Today - AWeber Communications</a>\r\n<h2 style=\"text-align: left;\">Email Newsletters in Ease</h2>\r\n<ul>\r\n	<li style=\"text-align: left;\">- Over 150 easy-to-customize templates included - with single and multiple-column designs</li>\r\n	<li style=\"text-align: left;\">- Numerous color schemes to match your branding</li>\r\n	<li style=\"text-align: left;\">- Dedicated areas for your logo and images</li>\r\n	<li style=\"text-align: left;\">- Tested in all major email clients (Gmail, Hotmail, Yahoo! and more)</li>\r\n	<li style=\"text-align: left;\">- Personalize emails with subscribers\' names and other information</li>\r\n	<li style=\"text-align: left;\">- Prefer plain text? Our email marketing newsletters can do that too.</li>\r\n</ul>','Email Newsletters','','inherit','open','open','','289-revision-17','','','2011-08-29 23:14:02','2011-08-29 15:14:02','',289,'http://newweb.amazingbusinessresources.com/archives/525',0,'revision','',0,NULL),(526,1,'2011-08-30 00:11:54','2011-08-29 16:11:54','<img class=\"aligncenter size-full wp-image-516\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Banner_2.jpg\" alt=\"Media Planning\" width=\"600\" height=\"200\" />\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Online Advertising</span></strong></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Offline Advertising</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><span style=\"color: #808080;\"><strong>Amazing Business Resources</strong> media buying division specializes in placing online advertisements on behalf of clients. We specialized in <strong>Online Advertising Management.</strong></span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">Our marketing initiatives are designed to meet the specific objectives of each advertiser, with a strong focus on the bottom line. The division is comprised of several core competencies, including traditional online media buying, search engine marketing (SEM), contextual advertising, banner placements, creative strategy, and email marketing. Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on.</span></p>\r\n</td>\r\n<td rowspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\"><strong>Amazing Business Resources</strong> provides an effective and efficient evaluation service for advertisers who may be unsure about how to best monitor and appraise what they’re getting for their all important advertising monies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">We will assist in setting budgets and targets, in choosing which media channels are best to reach target groups and whether most efficient pricing is being achieved is what we’re here to do.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">We’ll be only too happy to come and talk to you about your current media plans, and to help you ensure that you squeeze the maximum return from your budget.</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong></p>','Media Planning','','inherit','open','open','','372-revision-9','','','2011-08-30 00:11:54','2011-08-29 16:11:54','',372,'http://newweb.amazingbusinessresources.com/archives/526',0,'revision','',0,NULL),(528,1,'2011-10-01 11:09:59','2011-10-01 03:09:59','Mobile marketing increases your marketing reach by allowing your brand to be viewed on thousands of mobile phones - anywhere and at any time of the day\n\nMobile Marketing Trend\n<table border=\"0\">\n<tbody>\n<tr>\n<td><img class=\"aligncenter size-full wp-image-1043\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\n<td>Rich penetration - 91% of Malaysian  population own a phone no</td>\n</tr>\n<tr>\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\n<td>1 to 1 marketing - selective to reach your targeted customer only</td>\n</tr>\n<tr>\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\n<td>High personalized medium - unique number to reach a specific person</td>\n</tr>\n<tr>\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\n<td>Short time to market - quick and easy communication platform, high reach media</td>\n</tr>\n<tr>\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\n<td>Interactive relationship -fast responds and reply medium</td>\n</tr>\n<tr>\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\n<td>Efficient response monitoring -direct insight into each campaign and media respond for customer behaviour analysis</td>\n</tr>\n<tr>\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\n<td>Database compiling and analysis</td>\n</tr>\n<tr>\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\n<td>Effective ROI - low marketing budget with high return of investment</td>\n</tr>\n<tr>\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\n<td>It\'s GREEN</td>\n</tr>\n</tbody>\n</table>\nWe specializing in creating SMS campaign for our corporate clients:\n<ul>\n<ul>\n	<li><img class=\"alignleft\" title=\"Mobile Application\" src=\"http://t3.gstatic.com/images?q=tbn:ANd9GcSYjAXbhYtA2mekVb9Tn8pGISknxtFZ8ksMRwPEqT95F-0OmPXc\" alt=\"Mobile Application\" width=\"200\" height=\"248\" />Mobile Vouchers Mobile Survey</li>\n</ul>\n<ul>\n	<li>Mobile MGM</li>\n	<li>Mobile Voting Contest</li>\n	<li>Mobile Birthday Special</li>\n	<li>Mobiel Alerts for Member days</li>\n	<li>Spend &amp; Win Mobile Contest</li>\n	<li>Mobile RSVP</li>\n	<li>Mobile CRM for Personal TOUCH</li>\n	<li>Mobile Document</li>\n</ul>\n</ul>','Mobile Marketing','','inherit','open','open','','370-autosave','','','2011-10-01 11:09:59','2011-10-01 03:09:59','',370,'http://newweb.amazingbusinessresources.com/archives/528',0,'revision','',0,NULL),(529,1,'2011-08-29 22:27:59','2011-08-29 14:27:59','','Mobile Marketing','','inherit','open','open','','370-revision-3','','','2011-08-29 22:27:59','2011-08-29 14:27:59','',370,'http://newweb.amazingbusinessresources.com/archives/529',0,'revision','',0,NULL),(530,1,'2011-08-30 01:27:17','2011-08-29 17:27:17','<img class=\"aligncenter size-full wp-image-527\" title=\"Sms Marketing | Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy.jpg\" alt=\"Sms Marketing | Mobile Marketing\" width=\"600\" height=\"200\" />\r\n\r\nMobile marketing increases your marketing reach by allowing your brand to be viewed on thousands of mobile phones - anywhere and at any time of the day\r\n\r\nMobile Marketing Trend\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Rich penetration - 91% of Malaysian  population own a phone no</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>1 to 1 marketing - selective to reach your targeted customer only</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>High personalized medium - unique number to reach a specific person</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Short time to market - quick and easy communication platform, high reach media</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Interactive relationship -fast responds and reply medium</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Efficient response monitoring -direct insight into each campaign and media respond for customer behaviour analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Database compiling and analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Effective ROI - low marketing budget with high return of investment</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>It\'s GREEN</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;','Mobile Marketing','','inherit','open','open','','370-revision-4','','','2011-08-30 01:27:17','2011-08-29 17:27:17','',370,'http://newweb.amazingbusinessresources.com/archives/530',0,'revision','',0,NULL),(531,1,'2011-08-30 01:36:13','2011-08-29 17:36:13','<img class=\"aligncenter size-full wp-image-527\" title=\"Sms Marketing | Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy.jpg\" alt=\"Sms Marketing | Mobile Marketing\" width=\"600\" height=\"200\" />\r\n\r\nMobile marketing increases your marketing reach by allowing your brand to be viewed on thousands of mobile phones - anywhere and at any time of the day\r\n\r\nMobile Marketing Trend\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Rich penetration - 91% of Malaysian  population own a phone no</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>1 to 1 marketing - selective to reach your targeted customer only</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>High personalized medium - unique number to reach a specific person</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Short time to market - quick and easy communication platform, high reach media</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Interactive relationship -fast responds and reply medium</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Efficient response monitoring -direct insight into each campaign and media respond for customer behaviour analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Database compiling and analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Effective ROI - low marketing budget with high return of investment</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>It\'s GREEN</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nWe specializing in creating SMS campaign for our corporate clients:\r\n<h2>   Mobile Vouchers Mobile Survey    Mobile MGM   Mobile Voting Contest</h2>\r\n<h2> Mobile Birthday Special         Mobiel Alerts for Member days</h2>\r\n<h2>                        Spend &amp; Win Mobile Contest                  Mobile RSVP</h2>\r\n<h2>     Mobile CRM for Personal TOUCH             Mobile Document</h2>\r\n<h2></h2>\r\n&nbsp;','Mobile Marketing','','inherit','open','open','','370-revision-5','','','2011-08-30 01:36:13','2011-08-29 17:36:13','',370,'http://newweb.amazingbusinessresources.com/archives/531',0,'revision','',0,NULL),(532,1,'2011-10-01 12:19:51','2011-10-01 04:19:51','<p style=\"text-align: justify;\"><strong>Facebook For Business</strong></p>\n<p style=\"text-align: justify;\">Facebook presents a unique marketing opportunity for businesses through the creation of Facebook Business Pages. As more people explore social media, social networking sites have become some of the key online sources they use to learn more about products, organizations, artists and world events. Marketing on Facebook has a viral effect – information spreads through networks exponentially.</p>\n<p style=\"text-align: justify;\">There are two primary ways for companies to market on Facebook. The first is through Facebook Groups and the second is through <a title=\"Facebook Fan Page\" href=\"https://www.facebook.com/pages/create.php\" target=\"_blank\">Facebook Pages</a>. Groups are more focused on bringing together groups of people who share common interests, whereas pages are places where users can interact around and with a particular brand or product.</p>\n<p style=\"text-align: justify;\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_3.jpg\"><img class=\"aligncenter size-full wp-image-554\" title=\"Facebook Marketing | Facebook Fan Page | Facebook for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_3.jpg\" alt=\"Facebook Marketing | Facebook Fan Page | Facebook for Business\" width=\"600\" height=\"200\" /></a></p>\n<p style=\"text-align: justify;\"><strong>Let’s take a look on Facebook Statistic realease on April 2011.</strong></p>\n<p style=\"text-align: justify;\"><strong>People on Facebook</strong></p>\n\n<ul style=\"text-align: justify;\">\n	<li>More than 500 million active users</li>\n	<li>50% of our active users log on to Facebook in any given day</li>\n	<li>Average user has 130 friends</li>\n	<li>People spend over 700 billion minutes per month on Facebook</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>Activity on Facebook</strong></p>\n\n<ul style=\"text-align: justify;\">\n	<li>There are over 900 million objects that people interact with (pages, groups, events and community pages)</li>\n	<li>Average user is connected to 80 community pages, groups and events</li>\n	<li>Average user creates 90 pieces of content each month</li>\n	<li>More than 30 billion pieces of content (web links, news stories, blog posts, notes, photo albums, etc.) shared each month.</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>Global Reach</strong></p>\n\n<ul style=\"text-align: justify;\">\n	<li>More than 70 translations available on the site</li>\n	<li>About 70% of Facebook users are outside the United States</li>\n	<li>Over 300,000 users helped translate the site through the translations application</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>Platform</strong></p>\n\n<ul style=\"text-align: justify;\">\n	<li>Entrepreneurs and developers from more than 190 countries build with Facebook Platform</li>\n	<li>People on Facebook install 20 million applications every day</li>\n	<li>Every month, more than 250 million people engage with Facebook on external websites</li>\n	<li>Since social plugins launched in April 2010, an average of 10,000 new websites integrate with Facebook every day</li>\n	<li>More than 2.5 million websites have integrated with Facebook, including over 80 of comScore’s U.S. Top 100 websites and over half of comScore’s Global Top 100 websites</li>\n</ul>\n<p style=\"text-align: justify;\"><strong>Mobile</strong></p>\n\n<ul style=\"text-align: justify;\">\n	<li>There are more than 200 million active users currently accessing Facebook through their mobile devices.</li>\n	<li>People that use Facebook on their mobile devices are twice as active on Facebook than non-mobile users.</li>\n	<li>There are more than 200 mobile operators in 60 countries working to deploy and promote Facebook mobile products</li>\n</ul>\n<div style=\"text-align: justify;\">\n\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\n\n&nbsp;\n\n</div>\n<p style=\"text-align: right;\"><strong><a title=\"Why Facebook Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/1\">WHY FACEBOOK MARKETING?</a> </strong></p>','Facebook Marketing','','inherit','open','open','','257-autosave','','','2011-10-01 12:19:51','2011-10-01 04:19:51','',257,'http://newweb.amazingbusinessresources.com/archives/532',0,'revision','',0,NULL),(533,1,'2011-08-30 01:43:56','2011-08-29 17:43:56','','Facebook Marketing','','inherit','open','open','','untitled-1-copy_1','','','2011-08-30 01:43:56','2011-08-29 17:43:56','',257,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_1.jpg',0,'attachment','image/jpeg',0,NULL),(534,1,'2011-08-29 02:42:04','2011-08-28 18:42:04','','Facebook Marketing','','inherit','open','open','','257-revision-3','','','2011-08-29 02:42:04','2011-08-28 18:42:04','',257,'http://newweb.amazingbusinessresources.com/archives/534',0,'revision','',0,NULL),(537,1,'2011-08-23 14:06:22','2011-08-23 14:06:22','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','inherit','open','open','','1-revision','','','2011-08-23 14:06:22','2011-08-23 14:06:22','',1,'http://newweb.amazingbusinessresources.com/archives/537',0,'revision','',0,NULL),(536,1,'2011-08-31 02:50:42','2011-08-30 18:50:42','<h2 style=\"text-align: justify;\">Why Facebook Marketing?</h2>\n<p style=\"text-align: justify;\"><strong>Customer Interaction</strong> – Facebook pages provide a forum for dialogue between customers and the brand, giving companies the opportunity to build better relationships with target audiences and current customers.</p>\n<p style=\"text-align: justify;\">Reputation Management – Facebook allows a company to gain a deeper understanding of how the brand is perceived online – through direct feedback and also by monitoring what users are saying about the brand.</p>\n<p style=\"text-align: justify;\"><strong>New Customer Acquisition</strong> – Each time a Facebook user becomes a fan of a Facebook page, a notice is posted as news item for all of that user’s friends to see. This creates an opportunity for a Facebook page to go viral and reach new viewers.</p>\n<p style=\"text-align: justify;\"><strong>Feedback Mechanism</strong> – In a service-based sector like hospitality, customer feedback is vital. Facebook allows users to communicate their experiences directly and give the company the opportunity to respond.</p>\n<p style=\"text-align: justify;\"><strong>Branding</strong> – Facebook can be used as a medium for creating brand awareness in addition to a company’s corporate website. It provides brand exposure to a potentially new audience and gives organizations the opportunity to position themselves in new and unique ways.</p>\n<p style=\"text-align: justify;\"><strong>Drive Web Traffic</strong> – As a Facebook page grows its fan base, traffic to the company website will increase. Facebook pages also appear in Universal Search Results.</p>','Why Facebook Marketing','','inherit','open','open','','1-autosave','','','2011-08-31 02:50:42','2011-08-30 18:50:42','',1,'http://newweb.amazingbusinessresources.com/archives/536',0,'revision','',0,NULL),(535,1,'2011-08-30 01:44:20','2011-08-29 17:44:20','<p style=\"text-align: justify;\"><strong>Facebook For Business</strong></p>\r\n<p style=\"text-align: justify;\">Facebook presents a unique marketing opportunity for businesses through the creation of Facebook Business Pages. As more people explore social media, social networking sites have become some of the key online sources they use to learn more about products, organizations, artists and world events. Marketing on Facebook has a viral effect – information spreads through networks exponentially.</p>\r\n<p style=\"text-align: justify;\">There are two primary ways for companies to market on Facebook. The first is through Facebook Groups and the second is through Facebook Pages. Groups are more focused on bringing together groups of people who share common interests, whereas pages are places where users can interact around and with a particular brand or product.</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-533\" title=\"Facebook Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_1.jpg\" alt=\"Facebook Marketing\" width=\"600\" height=\"200\" /></p>\r\n<p style=\"text-align: justify;\"><strong>Let’s take a look on Facebook Statistic realease on April 2011.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>People on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 500 million active users</li>\r\n	<li>50% of our active users log on to Facebook in any given day</li>\r\n	<li>Average user has 130 friends</li>\r\n	<li>People spend over 700 billion minutes per month on Facebook</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Activity on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are over 900 million objects that people interact with (pages, groups, events and community pages)</li>\r\n	<li>Average user is connected to 80 community pages, groups and events</li>\r\n	<li>Average user creates 90 pieces of content each month</li>\r\n	<li>More than 30 billion pieces of content (web links, news stories, blog posts, notes, photo albums, etc.) shared each month.</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Global Reach</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 70 translations available on the site</li>\r\n	<li>About 70% of Facebook users are outside the United States</li>\r\n	<li>Over 300,000 users helped translate the site through the translations application</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Platform</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>Entrepreneurs and developers from more than 190 countries build with Facebook Platform</li>\r\n	<li>People on Facebook install 20 million applications every day</li>\r\n	<li>Every month, more than 250 million people engage with Facebook on external websites</li>\r\n	<li>Since social plugins launched in April 2010, an average of 10,000 new websites integrate with Facebook every day</li>\r\n	<li>More than 2.5 million websites have integrated with Facebook, including over 80 of comScore’s U.S. Top 100 websites and over half of comScore’s Global Top 100 websites</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Mobile</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are more than 200 million active users currently accessing Facebook through their mobile devices.</li>\r\n	<li>People that use Facebook on their mobile devices are twice as active on Facebook than non-mobile users.</li>\r\n	<li>There are more than 200 mobile operators in 60 countries working to deploy and promote Facebook mobile products</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"><strong>Why Facebook Marketing?</strong></p>\r\n\r\n<ol>\r\n	<li style=\"text-align: justify;\">Customer Interaction – Facebook pages provide a forum for dialogue between customers and the brand, giving companies the opportunity to build better relationships with target audiences and current customers.</li>\r\n	<li style=\"text-align: justify;\">Reputation Management – Facebook allows a company to gain a deeper understanding of how the brand is perceived online – through direct feedback and also by monitoring what users are saying about the brand.</li>\r\n	<li style=\"text-align: justify;\">New Customer Acquisition – Each time a Facebook user becomes a fan of a Facebook page, a notice is posted as news item for all of that user’s friends to see. This creates an opportunity for a Facebook page to go viral and reach new viewers.</li>\r\n	<li style=\"text-align: justify;\">Feedback Mechanism – In a service-based sector like hospitality, customer feedback is vital. Facebook allows users to communicate their experiences directly and give the company the opportunity to respond.</li>\r\n	<li style=\"text-align: justify;\">Branding – Facebook can be used as a medium for creating brand awareness in addition to a company’s corporate website. It provides brand exposure to a potentially new audience and gives organizations the opportunity to position themselves in new and unique ways.</li>\r\n	<li style=\"text-align: justify;\">Drive Web Traffic – As a Facebook page grows its fan base, traffic to the company website will increase. Facebook pages also appear in Universal Search Results.</li>\r\n</ol>','Facebook Marketing','','inherit','open','open','','257-revision-4','','','2011-08-30 01:44:20','2011-08-29 17:44:20','',257,'http://newweb.amazingbusinessresources.com/archives/535',0,'revision','',0,NULL);
INSERT INTO `wp_posts` VALUES (538,1,'2011-08-30 01:45:48','2011-08-29 17:45:48','<p style=\"text-align: justify;\"><strong>Facebook For Business</strong></p>\r\n<p style=\"text-align: justify;\">Facebook presents a unique marketing opportunity for businesses through the creation of Facebook Business Pages. As more people explore social media, social networking sites have become some of the key online sources they use to learn more about products, organizations, artists and world events. Marketing on Facebook has a viral effect – information spreads through networks exponentially.</p>\r\n<p style=\"text-align: justify;\">There are two primary ways for companies to market on Facebook. The first is through Facebook Groups and the second is through Facebook Pages. Groups are more focused on bringing together groups of people who share common interests, whereas pages are places where users can interact around and with a particular brand or product.</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-533\" title=\"Facebook Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_1.jpg\" alt=\"Facebook Marketing\" width=\"600\" height=\"200\" /></p>\r\n<p style=\"text-align: justify;\"><strong>Let’s take a look on Facebook Statistic realease on April 2011.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>People on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 500 million active users</li>\r\n	<li>50% of our active users log on to Facebook in any given day</li>\r\n	<li>Average user has 130 friends</li>\r\n	<li>People spend over 700 billion minutes per month on Facebook</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Activity on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are over 900 million objects that people interact with (pages, groups, events and community pages)</li>\r\n	<li>Average user is connected to 80 community pages, groups and events</li>\r\n	<li>Average user creates 90 pieces of content each month</li>\r\n	<li>More than 30 billion pieces of content (web links, news stories, blog posts, notes, photo albums, etc.) shared each month.</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Global Reach</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 70 translations available on the site</li>\r\n	<li>About 70% of Facebook users are outside the United States</li>\r\n	<li>Over 300,000 users helped translate the site through the translations application</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Platform</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>Entrepreneurs and developers from more than 190 countries build with Facebook Platform</li>\r\n	<li>People on Facebook install 20 million applications every day</li>\r\n	<li>Every month, more than 250 million people engage with Facebook on external websites</li>\r\n	<li>Since social plugins launched in April 2010, an average of 10,000 new websites integrate with Facebook every day</li>\r\n	<li>More than 2.5 million websites have integrated with Facebook, including over 80 of comScore’s U.S. Top 100 websites and over half of comScore’s Global Top 100 websites</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Mobile</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are more than 200 million active users currently accessing Facebook through their mobile devices.</li>\r\n	<li>People that use Facebook on their mobile devices are twice as active on Facebook than non-mobile users.</li>\r\n	<li>There are more than 200 mobile operators in 60 countries working to deploy and promote Facebook mobile products</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong></p>','Facebook Marketing','','inherit','open','open','','257-revision-5','','','2011-08-30 01:45:48','2011-08-29 17:45:48','',257,'http://newweb.amazingbusinessresources.com/archives/538',0,'revision','',0,NULL),(539,1,'2011-08-30 01:50:32','2011-08-29 17:50:32','<p style=\"text-align: justify;\"><strong>Facebook For Business</strong></p>\r\n<p style=\"text-align: justify;\">Facebook presents a unique marketing opportunity for businesses through the creation of Facebook Business Pages. As more people explore social media, social networking sites have become some of the key online sources they use to learn more about products, organizations, artists and world events. Marketing on Facebook has a viral effect – information spreads through networks exponentially.</p>\r\n<p style=\"text-align: justify;\">There are two primary ways for companies to market on Facebook. The first is through Facebook Groups and the second is through Facebook Pages. Groups are more focused on bringing together groups of people who share common interests, whereas pages are places where users can interact around and with a particular brand or product.</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-533\" title=\"Facebook Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_1.jpg\" alt=\"Facebook Marketing\" width=\"600\" height=\"200\" /></p>\r\n<p style=\"text-align: justify;\"><strong>Let’s take a look on Facebook Statistic realease on April 2011.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>People on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 500 million active users</li>\r\n	<li>50% of our active users log on to Facebook in any given day</li>\r\n	<li>Average user has 130 friends</li>\r\n	<li>People spend over 700 billion minutes per month on Facebook</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Activity on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are over 900 million objects that people interact with (pages, groups, events and community pages)</li>\r\n	<li>Average user is connected to 80 community pages, groups and events</li>\r\n	<li>Average user creates 90 pieces of content each month</li>\r\n	<li>More than 30 billion pieces of content (web links, news stories, blog posts, notes, photo albums, etc.) shared each month.</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Global Reach</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 70 translations available on the site</li>\r\n	<li>About 70% of Facebook users are outside the United States</li>\r\n	<li>Over 300,000 users helped translate the site through the translations application</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Platform</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>Entrepreneurs and developers from more than 190 countries build with Facebook Platform</li>\r\n	<li>People on Facebook install 20 million applications every day</li>\r\n	<li>Every month, more than 250 million people engage with Facebook on external websites</li>\r\n	<li>Since social plugins launched in April 2010, an average of 10,000 new websites integrate with Facebook every day</li>\r\n	<li>More than 2.5 million websites have integrated with Facebook, including over 80 of comScore’s U.S. Top 100 websites and over half of comScore’s Global Top 100 websites</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Mobile</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are more than 200 million active users currently accessing Facebook through their mobile devices.</li>\r\n	<li>People that use Facebook on their mobile devices are twice as active on Facebook than non-mobile users.</li>\r\n	<li>There are more than 200 mobile operators in 60 countries working to deploy and promote Facebook mobile products</li>\r\n</ul>\r\n<p style=\"text-align: right;\"><strong><a title=\"Why Facebook Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/1\">WHY FACEBOOK MARKETING?</a> </strong></p>','Facebook Marketing','','inherit','open','open','','257-revision-6','','','2011-08-30 01:50:32','2011-08-29 17:50:32','',257,'http://newweb.amazingbusinessresources.com/archives/539',0,'revision','',0,NULL),(540,1,'2011-08-30 01:55:44','2011-08-29 17:55:44','','Twitter for Business','','inherit','open','open','','untitled-1-copy_2','','','2011-08-30 01:55:44','2011-08-29 17:55:44','',259,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_2.jpg',0,'attachment','image/jpeg',0,NULL),(541,1,'2011-10-01 02:09:13','2011-09-30 18:09:13','<p style=\"text-align: center;\"><a href=\"http://www.twitter.com\"><img class=\"size-full wp-image-540 aligncenter\" title=\"Twitter for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_2.jpg\" alt=\"Twitter for Business\" width=\"600\" height=\"200\" /></a></p>\r\n<p style=\"text-align: justify;\">Everyday, millions of people using twitter to create, discover and share idea with others. Now, people are turning to twitter as an effective way to reach out business too. From local store to big brand, from brick and mortar to internet based or service sector, people are finding great value in the connections they make with <a title=\"Twitter for Business\" href=\"http://business.twitter.com/\">business on twitter</a>.</p>\r\n<p style=\"text-align: justify;\">A new study, released April 2010, examines Twitter usage in the United States, finding that although most Americans are aware of Twitter, few are using it..</p>\r\n<p style=\"text-align: justify;\">At Chirp, the official Twitter developer conference, Twitter shared some revealing stats about its site, users, and growth that had previously been kept under wraps.</p>\r\n<p style=\"text-align: justify;\">Here’s a summary of the facts and figures Twitter shared:</p>\r\n\r\n<ul>\r\n	<li style=\"text-align: justify;\">- Twitter now has 105,779,710 registered users.</li>\r\n	<li style=\"text-align: justify;\">- New users are signing up at the rate of 300,000 per day.</li>\r\n	<li style=\"text-align: justify;\">- 180 million unique visitors come to the site every month.</li>\r\n	<li style=\"text-align: justify;\">- 75% of Twitter traffic comes from outside Twitter.com (i.e. via third party applications.)</li>\r\n	<li style=\"text-align: justify;\">- Twitter gets a total of 3 billion requests a day via its API.</li>\r\n	<li style=\"text-align: justify;\">- Twitter users are, in total, tweeting an average of 55 million tweets a day.</li>\r\n	<li style=\"text-align: justify;\">- Twitter’s search engine receives around 600 million search queries per day.</li>\r\n	<li style=\"text-align: justify;\">- Of Twitter’s active users, 37 percent use their phone to tweet.</li>\r\n	<li style=\"text-align: justify;\">- Over half of all tweets (60 percent) come from third party applications.</li>\r\n	<li style=\"text-align: justify;\">- Twitter itself has grown: in the past year alone, it has grown from 25 to 175 employees.</li>\r\n</ul>\r\n<div style=\"text-align: right;\"><a title=\"Twitter Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/542\">WHY TWITTER MARKETING</a>\r\n<p style=\"text-align: left;\">Want to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!</p>\r\n&nbsp;\r\n\r\n</div>','Twitter Marketing','','inherit','open','open','','259-autosave','','','2011-10-01 02:09:13','2011-09-30 18:09:13','',259,'http://newweb.amazingbusinessresources.com/archives/541',0,'revision','',0,NULL),(542,1,'2011-08-30 02:03:31','2011-08-29 18:03:31','<h2 style=\"text-align: justify;\"><strong>Why Twitter Marketing?</strong></h2>\r\n<h3 style=\"text-align: justify;\">1. Connecting with customers</h3>\r\n<p style=\"text-align: justify;\">This is the  main reason why you should use twitter for your business. You will be able to connect with your customers because they themselves are using twitter. Twitter has become a daily routine where people log onto it every single day, some log onto twitter the first thing they wake up even before brushing their teeth. If you have an unsatisfied customer you will hear them on twitter. This will help your company to help them.</p>\r\n\r\n<h3 style=\"text-align: justify;\">2. Branding</h3>\r\n<p style=\"text-align: justify;\">You don’t have to be a big brand like Dell, Nike, Starbucks to brand yourself on twitter. You can be an average joe and brand yourself on twitter. For me if your company is not recognize then you need to get a PERSONAL account. Why? Firstly nobody want to talk to a LOGO unless its a famous brand. Everyone wants to connect with a person and not a bot.</p>\r\n\r\n<h3 style=\"text-align: justify;\">3. Customers feedback</h3>\r\n<p style=\"text-align: justify;\">Once you have connected with your customers you will for sure be getting feedback on how you can improve your product, your services and maybe even improve your customers service. Listening to them will help you in the future.</p>\r\n\r\n<h3 style=\"text-align: justify;\">4. Marketing</h3>\r\n<p style=\"text-align: justify;\">One of the reasons to use twitter is you get to market your product or services to more people and the best part about that is its FREE. You don’t have to pay (Unless if you plan to hire someone to run your twitter account).</p>\r\n\r\n<h3 style=\"text-align: justify;\">5. News</h3>\r\n<p style=\"text-align: justify;\">You can also give latest updates on twitter about your company by tweeting.</p>\r\n\r\n<h3 style=\"text-align: justify;\">6. Give away coupon codes and promotions</h3>\r\n<p style=\"text-align: justify;\">You can also tweet about new deals and coupons codes to help give your company the extra boost. What everyone love include me is getting a good deal. Weather its a promotional lunch set, if its cheap. I want it. Here is  a tweet on Dell is doing it.</p>\r\n<p style=\"text-align: justify;\">For me you don’t have to be like dell in order to do this. You can have a normal business as well. If you have a restaurant and you have build loyal or new followers in your place you can send out tweet like “Having a special set lunch this weekend.” or something like that. They can tweet you for more information regarding that.</p>\r\n\r\n<h3 style=\"text-align: justify;\">7. Twitter is Viral</h3>\r\n<p style=\"text-align: justify;\">If you’ve have succeeded gaining some popularity with your twitter account you will know how viral twitter can be. This will be part of your marketing strategies that you can use in the future. Dell have succeeded in making their tweets viral with their promotion tweets.</p>\r\n\r\n<h3 style=\"text-align: justify;\">8. Spying on competition</h3>\r\n<p style=\"text-align: justify;\">Did you know you can spy on competition too? Best part about this and spying on customers is that its FREE using twitter search. You can not only read what customers are talking about you but you can also read what customers are talking about your competition. If your competition is not doing anything with their customers complaints. Then what happens if you (the savior) suddenly tweet them “hey I heard you have a problem with…..” Just an example.</p>\r\n\r\n<h3 style=\"text-align: justify;\">9. Increase Sales</h3>\r\n<p style=\"text-align: justify;\">Twitter can help you increase sales and make PROFIT. Dell is one of the company that have increase their sales on twitter. How much sales? Imagine</p>\r\n\r\n<h3 style=\"text-align: justify;\">10. Brand loyalty</h3>\r\n<p style=\"text-align: justify;\">At the end of the day, once you have engaged, helped your customers (your followers) on twitter. They will be loyal to your brand for a long time. This will be talked more in the future post.</p>','Why Twitter Marketing','','publish','open','open','','why-twitter-marketing','','','2011-09-02 23:21:46','2011-09-02 15:21:46','',0,'http://newweb.amazingbusinessresources.com/?p=542',0,'post','',0,NULL),(543,1,'2011-08-30 02:00:39','2011-08-29 18:00:39','<strong>Why Twitter Marketing?</strong>\n<h3>1. Connecting with customers</h3>\nThis is the  main reason why you should use twitter for your business. You will be able to connect with your customers because they themselves are using twitter. Twitter has become a daily routine where people log onto it every single day, some log onto twitter the first thing they wake up even before brushing their teeth. If you have an unsatisfied customer you will hear them on twitter. This will help your company to help them.\n<h3>2. Branding</h3>\nYou don’t have to be a big brand like Dell, Nike, Starbucks to brand yourself on twitter. You can be an average joe and brand yourself on twitter. For me if your company is not recognize then you need to get a PERSONAL account. Why? Firstly nobody want to talk to a LOGO unless its a famous brand. Everyone wants to connect with a person and not a bot.\n<h3>3. Customers feedback</h3>\nOnce you have connected with your customers you will for sure be getting feedback on how you can improve your product, your services and maybe even improve your customers service. Listening to them will help you in the future.\n<h3>4. Marketing</h3>\nOne of the reasons to use twitter is you get to market your product or services to more people and the best part about that is its FREE. You don’t have to pay (Unless if you plan to hire someone to run your twitter account).\n<h3>5. News</h3>\nYou can also give latest updates on twitter about your company by tweeting.\n<h3>6. Give away coupon codes and promotions</h3>\nYou can also tweet about new deals and coupons codes to help give your company the extra boost. What everyone love include me is getting a good deal. Weather its a promotional lunch set, if its cheap. I want it. Here is  a tweet on Dell is doing it.\n\nFor me you don’t have to be like dell in order to do this. You can have a normal business as well. If you have a restaurant and you have build loyal or new followers in your place you can send out tweet like “Having a special set lunch this weekend.” or something like that. They can tweet you for more information regarding that.\n<h3>7. Twitter is Viral</h3>\nIf you’ve have succeeded gaining some popularity with your twitter account you will know how viral twitter can be. This will be part of your marketing strategies that you can use in the future. Dell have succeeded in making their tweets viral with their promotion tweets.\n<h3>8. Spying on competition</h3>\nDid you know you can spy on competition too? Best part about this and spying on customers is that its FREE using twitter search. You can not only read what customers are talking about you but you can also read what customers are talking about your competition. If your competition is not doing anything with their customers complaints. Then what happens if you (the savior) suddenly tweet them “hey I heard you have a problem with…..” Just an example.\n<h3>9. Increase Sales</h3>\nTwitter can help you increase sales and make PROFIT. Dell is one of the company that have increase their sales on twitter. How much sales? Imagine\n<h3>10. Brand loyalty</h3>\nAt the end of the day, once you have engaged, helped your customers (your followers) on twitter. They will be loyal to your brand for a long time. This will be talked more in the future post.\n<div></div>','Why Twitter Marketing','','inherit','open','open','','542-revision','','','2011-08-30 02:00:39','2011-08-29 18:00:39','',542,'http://newweb.amazingbusinessresources.com/archives/543',0,'revision','',0,NULL),(544,1,'2011-08-30 02:03:31','2011-08-29 18:03:31','<strong>Why Twitter Marketing?</strong>\r\n<h3>1. Connecting with customers</h3>\r\nThis is the  main reason why you should use twitter for your business. You will be able to connect with your customers because they themselves are using twitter. Twitter has become a daily routine where people log onto it every single day, some log onto twitter the first thing they wake up even before brushing their teeth. If you have an unsatisfied customer you will hear them on twitter. This will help your company to help them.\r\n<h3>2. Branding</h3>\r\nYou don’t have to be a big brand like Dell, Nike, Starbucks to brand yourself on twitter. You can be an average joe and brand yourself on twitter. For me if your company is not recognize then you need to get a PERSONAL account. Why? Firstly nobody want to talk to a LOGO unless its a famous brand. Everyone wants to connect with a person and not a bot.\r\n<h3>3. Customers feedback</h3>\r\nOnce you have connected with your customers you will for sure be getting feedback on how you can improve your product, your services and maybe even improve your customers service. Listening to them will help you in the future.\r\n<h3>4. Marketing</h3>\r\nOne of the reasons to use twitter is you get to market your product or services to more people and the best part about that is its FREE. You don’t have to pay (Unless if you plan to hire someone to run your twitter account).\r\n<h3>5. News</h3>\r\nYou can also give latest updates on twitter about your company by tweeting.\r\n<h3>6. Give away coupon codes and promotions</h3>\r\nYou can also tweet about new deals and coupons codes to help give your company the extra boost. What everyone love include me is getting a good deal. Weather its a promotional lunch set, if its cheap. I want it. Here is  a tweet on Dell is doing it.\r\n\r\nFor me you don’t have to be like dell in order to do this. You can have a normal business as well. If you have a restaurant and you have build loyal or new followers in your place you can send out tweet like “Having a special set lunch this weekend.” or something like that. They can tweet you for more information regarding that.\r\n<h3>7. Twitter is Viral</h3>\r\nIf you’ve have succeeded gaining some popularity with your twitter account you will know how viral twitter can be. This will be part of your marketing strategies that you can use in the future. Dell have succeeded in making their tweets viral with their promotion tweets.\r\n<h3>8. Spying on competition</h3>\r\nDid you know you can spy on competition too? Best part about this and spying on customers is that its FREE using twitter search. You can not only read what customers are talking about you but you can also read what customers are talking about your competition. If your competition is not doing anything with their customers complaints. Then what happens if you (the savior) suddenly tweet them “hey I heard you have a problem with…..” Just an example.\r\n<h3>9. Increase Sales</h3>\r\nTwitter can help you increase sales and make PROFIT. Dell is one of the company that have increase their sales on twitter. How much sales? Imagine\r\n<h3>10. Brand loyalty</h3>\r\nAt the end of the day, once you have engaged, helped your customers (your followers) on twitter. They will be loyal to your brand for a long time. This will be talked more in the future post.\r\n<div></div>','Why Twitter Marketing','','inherit','open','open','','542-revision-2','','','2011-08-30 02:03:31','2011-08-29 18:03:31','',542,'http://newweb.amazingbusinessresources.com/archives/544',0,'revision','',0,NULL),(545,1,'2011-08-31 05:04:17','2011-08-30 21:04:17','<h2 style=\"text-align: justify;\"><strong>Why Twitter Marketing?</strong></h2>\r\n<h3 style=\"text-align: justify;\">1. Connecting with customers</h3>\r\n<p style=\"text-align: justify;\">This is the  main reason why you should use twitter for your business. You will be able to connect with your customers because they themselves are using twitter. Twitter has become a daily routine where people log onto it every single day, some log onto twitter the first thing they wake up even before brushing their teeth. If you have an unsatisfied customer you will hear them on twitter. This will help your company to help them.</p>\r\n\r\n<h3 style=\"text-align: justify;\">2. Branding</h3>\r\n<p style=\"text-align: justify;\">You don’t have to be a big brand like Dell, Nike, Starbucks to brand yourself on twitter. You can be an average joe and brand yourself on twitter. For me if your company is not recognize then you need to get a PERSONAL account. Why? Firstly nobody want to talk to a LOGO unless its a famous brand. Everyone wants to connect with a person and not a bot.</p>\r\n\r\n<h3 style=\"text-align: justify;\">3. Customers feedback</h3>\r\n<p style=\"text-align: justify;\">Once you have connected with your customers you will for sure be getting feedback on how you can improve your product, your services and maybe even improve your customers service. Listening to them will help you in the future.</p>\r\n\r\n<h3 style=\"text-align: justify;\">4. Marketing</h3>\r\n<p style=\"text-align: justify;\">One of the reasons to use twitter is you get to market your product or services to more people and the best part about that is its FREE. You don’t have to pay (Unless if you plan to hire someone to run your twitter account).</p>\r\n\r\n<h3 style=\"text-align: justify;\">5. News</h3>\r\n<p style=\"text-align: justify;\">You can also give latest updates on twitter about your company by tweeting.</p>\r\n\r\n<h3 style=\"text-align: justify;\">6. Give away coupon codes and promotions</h3>\r\n<p style=\"text-align: justify;\">You can also tweet about new deals and coupons codes to help give your company the extra boost. What everyone love include me is getting a good deal. Weather its a promotional lunch set, if its cheap. I want it. Here is  a tweet on Dell is doing it.</p>\r\n<p style=\"text-align: justify;\">For me you don’t have to be like dell in order to do this. You can have a normal business as well. If you have a restaurant and you have build loyal or new followers in your place you can send out tweet like “Having a special set lunch this weekend.” or something like that. They can tweet you for more information regarding that.</p>\r\n\r\n<h3 style=\"text-align: justify;\">7. Twitter is Viral</h3>\r\n<p style=\"text-align: justify;\">If you’ve have succeeded gaining some popularity with your twitter account you will know how viral twitter can be. This will be part of your marketing strategies that you can use in the future. Dell have succeeded in making their tweets viral with their promotion tweets.</p>\r\n\r\n<h3 style=\"text-align: justify;\">8. Spying on competition</h3>\r\n<p style=\"text-align: justify;\">Did you know you can spy on competition too? Best part about this and spying on customers is that its FREE using twitter search. You can not only read what customers are talking about you but you can also read what customers are talking about your competition. If your competition is not doing anything with their customers complaints. Then what happens if you (the savior) suddenly tweet them “hey I heard you have a problem with…..” Just an example.</p>\r\n\r\n<h3 style=\"text-align: justify;\">9. Increase Sales</h3>\r\n<p style=\"text-align: justify;\">Twitter can help you increase sales and make PROFIT. Dell is one of the company that have increase their sales on twitter. How much sales? Imagine</p>\r\n\r\n<h3 style=\"text-align: justify;\">10. Brand loyalty</h3>\r\n<p style=\"text-align: justify;\">At the end of the day, once you have engaged, helped your customers (your followers) on twitter. They will be loyal to your brand for a long time. This will be talked more in the future post.</p>','Why Twitter Marketing','','inherit','open','open','','542-autosave','','','2011-08-31 05:04:17','2011-08-30 21:04:17','',542,'http://newweb.amazingbusinessresources.com/archives/545',0,'revision','',0,NULL),(546,1,'2011-08-29 02:42:11','2011-08-28 18:42:11','','Twitter Marketing','','inherit','open','open','','259-revision-3','','','2011-08-29 02:42:11','2011-08-28 18:42:11','',259,'http://newweb.amazingbusinessresources.com/archives/546',0,'revision','',0,NULL),(547,1,'2011-08-30 02:05:26','2011-08-29 18:05:26','','YouTube Marketing | Youtube for Business','','inherit','open','open','','youtube-logo-300x123','','','2011-08-30 02:05:26','2011-08-29 18:05:26','',261,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/YouTube-logo-300x123.jpg',0,'attachment','image/jpeg',0,NULL),(548,1,'2011-09-02 02:56:47','2011-09-01 18:56:47','<p style=\"text-align: center;\"><a href=\"http://www.YouTube.com\"><img class=\"size-full wp-image-547 aligncenter\" title=\"YouTube Marketing | Youtube for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/YouTube-logo-300x123.jpg\" alt=\"YouTube Marketing | Youtube for Business\" width=\"300\" height=\"123\" /></a></p>\r\n<p style=\"text-align: center;\">Let’s have a look on <strong>YouTube statistic</strong>s as of February 2011.</p>\r\n<strong>Traffic</strong>\r\n<blockquote>“More than 13 million hours of video uploaded videos during 2010 and 35 hours of video are uploaded every minute.”\r\n\r\n“The equivalent of 150,000+ full-length movies in theaters each week”\r\n\r\n“More video is uploaded to YouTube in 60 days than the 3 major US networks created in 60 years.”\r\n\r\n“70% of YouTube traffic comes from outside the US.”\r\n\r\n“YouTube is localized in 25 countries across 43 languages.”\r\n\r\n“YouTube’s demographic is broad: 18-54 years old”\r\n\r\n“YouTube reached over 700 billion playbacks in 2010.”</blockquote>\r\nSo, you’ve probably watched YouTube videos. But have you ever uploaded your own creation? Probably not.\r\n\r\n&nbsp;\r\n<p style=\"text-align: right;\"><a title=\"Youtube Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/549\">WHY YOUTUBE MARKETING</a></p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Youtube Marketing','','inherit','open','open','','261-autosave','','','2011-09-02 02:56:47','2011-09-01 18:56:47','',261,'http://newweb.amazingbusinessresources.com/archives/548',0,'revision','',0,NULL),(549,1,'2011-08-30 02:07:01','2011-08-29 18:07:01','<h2 style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></h2>\r\n<ol style=\"text-align: justify;\">According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</ol>\r\n<ol style=\"text-align: justify;\">What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol>\r\n<ol>Watch <a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\"><span style=\"color: #0000ff;\">YouTube video</span></a></span> to see how easy it is to make a YouTube Video!</ol>\r\n\r\n<ol style=\"text-align: justify;\">If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</ol>\r\n</ol>\r\n</ol>\r\n<h2 style=\"text-align: justify;\"><span style=\"color: #000000;\">1. <strong>Executive presentations</strong>.</span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</span></p>\r\n\r\n<h2 style=\"text-align: justify;\">2. <strong>Training</strong>.</h2>\r\n<p style=\"text-align: justify;\">Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n\r\n<h2 style=\"text-align: justify;\">3. <strong>Help</strong>.</h2>\r\n<p style=\"text-align: justify;\">Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n\r\n<h2 style=\"text-align: justify;\">4. <strong>Marketing</strong>.</h2>\r\n<p style=\"text-align: justify;\">A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n\r\n<h2 style=\"text-align: justify;\">5. <strong>Events</strong>.</h2>\r\n<p style=\"text-align: justify;\">Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','Why Youtube Marketing','','publish','open','open','','549','','','2011-09-02 23:21:46','2011-09-02 15:21:46','',0,'http://newweb.amazingbusinessresources.com/?p=549',0,'post','',0,NULL),(550,1,'2011-08-30 02:06:25','2011-08-29 18:06:25','','Auto Draft','','inherit','open','open','','549-revision','','','2011-08-30 02:06:25','2011-08-29 18:06:25','',549,'http://newweb.amazingbusinessresources.com/archives/550',0,'revision','',0,NULL),(553,1,'2011-08-29 02:42:19','2011-08-28 18:42:19','','Youtube Marketing','','inherit','open','open','','261-revision-3','','','2011-08-29 02:42:19','2011-08-28 18:42:19','',261,'http://newweb.amazingbusinessresources.com/archives/553',0,'revision','',0,NULL),(551,1,'2011-08-31 05:03:15','2011-08-30 21:03:15','<h2 style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></h2>\r\n<ol style=\"text-align: justify;\">According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</ol>\r\n<ol style=\"text-align: justify;\">What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol>\r\n<ol>Watch <span style=\"color: #0000ff;\"><a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\"><span style=\"color: #0000ff;\">YouTube video</span></a></span> to see how easy it is to make a YouTube Video!</ol>\r\n\r\n<ol style=\"text-align: justify;\">If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</ol>\r\n</ol>\r\n</ol>\r\n<h2 style=\"text-align: justify;\"><span style=\"color: #000000;\">1. <strong>Executive presentations</strong>.</span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</span></p>\r\n\r\n<h2 style=\"text-align: justify;\">2. <strong>Training</strong>.</h2>\r\n<p style=\"text-align: justify;\">Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n\r\n<h2 style=\"text-align: justify;\">3. <strong>Help</strong>.</h2>\r\n<p style=\"text-align: justify;\">Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n\r\n<h2 style=\"text-align: justify;\">4. <strong>Marketing</strong>.</h2>\r\n<p style=\"text-align: justify;\">A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n\r\n<h2 style=\"text-align: justify;\">5. <strong>Events</strong>.</h2>\r\n<p style=\"text-align: justify;\">Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','Why Youtube Marketing','','inherit','open','open','','549-autosave','','','2011-08-31 05:03:15','2011-08-30 21:03:15','',549,'http://newweb.amazingbusinessresources.com/archives/551',0,'revision','',0,NULL),(552,1,'2011-08-30 02:07:01','2011-08-29 18:07:01','<p style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></p>\r\n<p style=\"text-align: justify;\">According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</p>\r\n<p style=\"text-align: justify;\">What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</p>\r\n<p style=\"text-align: justify;\">Watch this <a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\">YouTube video</a> to see how easy it is to make a YouTube video!</p>\r\n<p style=\"text-align: justify;\">If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\">1. <strong>Executive presentations</strong>. Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\">2. <strong>Training</strong>. Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\">3. <strong>Help</strong>. Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\">4. <strong>Marketing</strong>. A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\">5. <strong>Events</strong>. Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','','','inherit','open','open','','549-revision-2','','','2011-08-30 02:07:01','2011-08-29 18:07:01','',549,'http://newweb.amazingbusinessresources.com/archives/552',0,'revision','',0,NULL),(554,1,'2011-08-30 02:14:44','2011-08-29 18:14:44','','Facebook Marketing | Facebook Fan Page | Facebook for Business','','inherit','open','open','','untitled-1-copy_3','','','2011-08-30 02:14:44','2011-08-29 18:14:44','',257,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_3.jpg',0,'attachment','image/jpeg',0,NULL),(555,1,'2011-08-30 01:55:08','2011-08-29 17:55:08','<p style=\"text-align: justify;\"><strong>Facebook For Business</strong></p>\r\n<p style=\"text-align: justify;\">Facebook presents a unique marketing opportunity for businesses through the creation of Facebook Business Pages. As more people explore social media, social networking sites have become some of the key online sources they use to learn more about products, organizations, artists and world events. Marketing on Facebook has a viral effect – information spreads through networks exponentially.</p>\r\n<p style=\"text-align: justify;\">There are two primary ways for companies to market on Facebook. The first is through Facebook Groups and the second is through Facebook Pages. Groups are more focused on bringing together groups of people who share common interests, whereas pages are places where users can interact around and with a particular brand or product.</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-533\" title=\"Facebook Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_1.jpg\" alt=\"Facebook Marketing\" width=\"600\" height=\"200\" /></p>\r\n<p style=\"text-align: justify;\"><strong>Let’s take a look on Facebook Statistic realease on April 2011.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>People on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 500 million active users</li>\r\n	<li>50% of our active users log on to Facebook in any given day</li>\r\n	<li>Average user has 130 friends</li>\r\n	<li>People spend over 700 billion minutes per month on Facebook</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Activity on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are over 900 million objects that people interact with (pages, groups, events and community pages)</li>\r\n	<li>Average user is connected to 80 community pages, groups and events</li>\r\n	<li>Average user creates 90 pieces of content each month</li>\r\n	<li>More than 30 billion pieces of content (web links, news stories, blog posts, notes, photo albums, etc.) shared each month.</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Global Reach</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 70 translations available on the site</li>\r\n	<li>About 70% of Facebook users are outside the United States</li>\r\n	<li>Over 300,000 users helped translate the site through the translations application</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Platform</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>Entrepreneurs and developers from more than 190 countries build with Facebook Platform</li>\r\n	<li>People on Facebook install 20 million applications every day</li>\r\n	<li>Every month, more than 250 million people engage with Facebook on external websites</li>\r\n	<li>Since social plugins launched in April 2010, an average of 10,000 new websites integrate with Facebook every day</li>\r\n	<li>More than 2.5 million websites have integrated with Facebook, including over 80 of comScore’s U.S. Top 100 websites and over half of comScore’s Global Top 100 websites</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Mobile</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are more than 200 million active users currently accessing Facebook through their mobile devices.</li>\r\n	<li>People that use Facebook on their mobile devices are twice as active on Facebook than non-mobile users.</li>\r\n	<li>There are more than 200 mobile operators in 60 countries working to deploy and promote Facebook mobile products</li>\r\n</ul>\r\n<p style=\"text-align: right;\"><strong><a title=\"Why Facebook Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/1\">WHY FACEBOOK MARKETING?</a> </strong></p>','Facebook Marketing','','inherit','open','open','','257-revision-7','','','2011-08-30 01:55:08','2011-08-29 17:55:08','',257,'http://newweb.amazingbusinessresources.com/archives/555',0,'revision','',0,NULL),(557,1,'2011-09-02 02:58:14','2011-09-01 18:58:14','<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-560\" title=\"Blog for Business | Blog Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/wordpress-logo-300x67.png\" alt=\"Blog for Business | Blog Marketing\" width=\"300\" height=\"67\" /></p>\r\n<p style=\"text-align: justify;\"><strong>What is a Blog?</strong></p>\r\n<p style=\"text-align: justify;\">According to Pyra Labs Blogger, “A blog is a web page made up of usually short, frequently updated posts that are arranged chronologically-like a what’s new page or a journal.” The term is actually weblogs coined by Jorn Barger in 1997.</p>\r\n<p style=\"text-align: justify;\">The boom of weblogs happened in 1999 when several companies &amp; developers made easy blogging software and tools. Since 1999, the number of blogs on the Internet has exploded from a few thousand to over 100 million.</p>\r\n<p style=\"text-align: justify;\">Blogs can fall into two general categories.</p>\r\n<p style=\"text-align: justify;\"><strong>Personal Blogs:</strong> a mixture of a personal diary, opinion posts and research links.</p>\r\n<p style=\"text-align: justify;\"><strong><a title=\"Business Blog\" href=\"http://wordpress.org/\" target=\"_blank\">Business Blogs</a>:</strong> a corporate tool for communicating with customers or employees to share knowledge and expertise.</p>\r\n<p style=\"text-align: justify;\">Business blogs are sweeping the business community. Blogs are an excellent method to share a company’s expertise, build additional web traffic, and connect with potential customers..</p>\r\n<p style=\"text-align: right;\"><a title=\"Blog for Business | Blog Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/559\">WHY BLOG MARKETING</a></p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Blog Marketing','','inherit','open','open','','263-autosave','','','2011-09-02 02:58:14','2011-09-01 18:58:14','',263,'http://newweb.amazingbusinessresources.com/archives/557',0,'revision','',0,NULL),(558,1,'2011-08-30 02:09:47','2011-08-29 18:09:47','<p style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></p>\r\n<p style=\"text-align: justify;\">According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</p>\r\n<p style=\"text-align: justify;\">What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</p>\r\n<p style=\"text-align: justify;\">Watch this <a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\">YouTube video</a> to see how easy it is to make a YouTube video!</p>\r\n<p style=\"text-align: justify;\">If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</p>\r\n<p style=\"text-align: justify;\">1. <strong>Executive presentations</strong>. Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</p>\r\n<p style=\"text-align: justify;\">2. <strong>Training</strong>. Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n<p style=\"text-align: justify;\">3. <strong>Help</strong>. Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n<p style=\"text-align: justify;\">4. <strong>Marketing</strong>. A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n<p style=\"text-align: justify;\">5. <strong>Events</strong>. Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','','','inherit','open','open','','549-revision-3','','','2011-08-30 02:09:47','2011-08-29 18:09:47','',549,'http://newweb.amazingbusinessresources.com/archives/558',0,'revision','',0,NULL),(559,1,'2011-08-30 02:21:07','2011-08-29 18:21:07','<h2><span style=\"color: #000000;\">Why Blog Marketing</span></h2>\r\n<ol>Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</ol>\r\n<ol>Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</ol>\r\n<ol>Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</ol>\r\n<ol>Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</ol>','Blog Marketing','','publish','open','open','','559','','','2011-09-02 23:21:46','2011-09-02 15:21:46','',0,'http://newweb.amazingbusinessresources.com/?p=559',0,'post','',0,NULL),(560,1,'2011-08-30 02:19:30','2011-08-29 18:19:30','','Blog for Business | Blog Marketing','','inherit','open','open','','wordpress-logo-300x67','','','2011-08-30 02:19:30','2011-08-29 18:19:30','',263,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/wordpress-logo-300x67.png',0,'attachment','image/png',0,NULL),(561,1,'2011-08-29 02:42:28','2011-08-28 18:42:28','','Blog Marketing','','inherit','open','open','','263-revision-3','','','2011-08-29 02:42:28','2011-08-28 18:42:28','',263,'http://newweb.amazingbusinessresources.com/archives/561',0,'revision','',0,NULL),(562,1,'2011-08-30 02:19:28','2011-08-29 18:19:28','<p style=\"text-align: justify;\"><strong>Why blog Marketing</strong></p>\n\n<ul>\n	<li style=\"text-align: justify;\">Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com and Typepad all offer easy blogging tools to get started.</li>\n	<li style=\"text-align: justify;\">Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</li>\n	<li style=\"text-align: justify;\">Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</li>\n	<li style=\"text-align: justify;\">Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</li>\n</ul>','','','inherit','open','open','','559-revision','','','2011-08-30 02:19:28','2011-08-29 18:19:28','',559,'http://newweb.amazingbusinessresources.com/archives/562',0,'revision','',0,NULL),(563,1,'2011-08-30 02:21:07','2011-08-29 18:21:07','<p style=\"text-align: justify;\"><strong>Why blog Marketing</strong></p>\r\n\r\n<ul>\r\n	<li style=\"text-align: justify;\">- Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com and Typepad all offer easy blogging tools to get started.</li>\r\n	<li style=\"text-align: justify;\">- Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</li>\r\n	<li style=\"text-align: justify;\">- Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</li>\r\n	<li style=\"text-align: justify;\">- Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</li>\r\n</ul>','','','inherit','open','open','','559-revision-2','','','2011-08-30 02:21:07','2011-08-29 18:21:07','',559,'http://newweb.amazingbusinessresources.com/archives/563',0,'revision','',0,NULL),(564,1,'2011-08-31 04:54:48','2011-08-30 20:54:48','<h2><span style=\"color: #000000;\">Why Blog Marketing</span></h2>\r\n<ol>Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</ol>\r\n<ol>Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</ol>\r\n<ol>Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</ol>\r\n<ol>Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</ol>','Blog Marketing','','inherit','open','open','','559-autosave','','','2011-08-31 04:54:48','2011-08-30 20:54:48','',559,'http://newweb.amazingbusinessresources.com/archives/564',0,'revision','',0,NULL),(565,1,'2011-08-30 02:20:20','2011-08-29 18:20:20','<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-560\" title=\"Blog for Business | Blog Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/wordpress-logo-300x67.png\" alt=\"Blog for Business | Blog Marketing\" width=\"300\" height=\"67\" /></p>\r\n<p style=\"text-align: justify;\"><strong>What is a Blog?</strong></p>\r\n<p style=\"text-align: justify;\">According to Pyra Labs Blogger, “A blog is a web page made up of usually short, frequently updated posts that are arranged chronologically-like a what’s new page or a journal.” The term is actually weblogs coined by Jorn Barger in 1997.</p>\r\n<p style=\"text-align: justify;\">The boom of weblogs happened in 1999 when several companies &amp; developers made easy blogging software and tools. Since 1999, the number of blogs on the Internet has exploded from a few thousand to over 100 million.</p>\r\n<p style=\"text-align: justify;\">Blogs can fall into two general categories.</p>\r\n<p style=\"text-align: justify;\"><strong>Personal Blogs:</strong> a mixture of a personal diary, opinion posts and research links.</p>\r\n<p style=\"text-align: justify;\"><strong>Business Blogs:</strong> a corporate tool for communicating with customers or employees to share knowledge and expertise.</p>\r\n<p style=\"text-align: justify;\">Business blogs are sweeping the business community. Blogs are an excellent method to share a company’s expertise, build additional web traffic, and connect with potential customers..</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: right;\">WHY BLOG MARKETING</p>','Blog Marketing','','inherit','open','open','','263-revision-4','','','2011-08-30 02:20:20','2011-08-29 18:20:20','',263,'http://newweb.amazingbusinessresources.com/archives/565',0,'revision','',0,NULL),(566,1,'2011-08-30 02:11:37','2011-08-29 18:11:37','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-547\" title=\"YouTube Marketing | Youtube for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/YouTube-logo-300x123.jpg\" alt=\"YouTube Marketing | Youtube for Business\" width=\"300\" height=\"123\" />Let’s have a look on <strong>YouTube statistic</strong>s as of February 2011.</p>\r\n<strong>Traffic</strong>\r\n<blockquote>“More than 13 million hours of video uploaded videos during 2010 and 35 hours of video are uploaded every minute.”\r\n\r\n“The equivalent of 150,000+ full-length movies in theaters each week”\r\n\r\n“More video is uploaded to YouTube in 60 days than the 3 major US networks created in 60 years.”\r\n\r\n“70% of YouTube traffic comes from outside the US.”\r\n\r\n“YouTube is localized in 25 countries across 43 languages.”\r\n\r\n“YouTube’s demographic is broad: 18-54 years old”\r\n\r\n“YouTube reached over 700 billion playbacks in 2010.”</blockquote>\r\nSo, you’ve probably watched YouTube videos. But have you ever uploaded your own creation? Probably not.\r\n\r\n&nbsp;\r\n<p style=\"text-align: right;\"><a title=\"Youtube Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/549\">WHY YOUTUBE MARKETING</a></p>','Youtube Marketing','','inherit','open','open','','261-revision-4','','','2011-08-30 02:11:37','2011-08-29 18:11:37','',261,'http://newweb.amazingbusinessresources.com/archives/566',0,'revision','',0,NULL),(568,1,'2011-08-30 23:41:26','2011-08-30 15:41:26','<p style=\"text-align: justify;\">Know what words your customers will use when searching.You might know what your customers search for. If not, find out. Is it a description of  ”pants” or “jeans?” One may be searched more often than the other, but why not target  both? How about “executive gifts?” Maybe “desk accessories” will broaden your web site  marketing strategy.</p>\n<p style=\"text-align: justify;\">\nAsk all kinds of people. Get advice from people in all walks of life including management,  employees, customers, vendors, friends and family on how they would search for effective  search engine positioning keywords. Ask them how they would search for different products  and services. It’s really not about what you think they would search for, its about what they  think. Believe me, they can many times be two totally different things.</p>\n<p style=\"text-align: justify;\">\nOnce you have successfully harvested a meaningful keyword list, remove any keywords that  are too targeted or not to specific. Also remember that keyword placement is important.  Try to put as many keywords as possible in the beginning paragraphs, and of course the  title line.</p>\n<p style=\"text-align: justify;\">\nThe higher the value of the keyword the more competition you will have. Every SEO utilizes  tools similar to the Overture Keyword Suggestion Tool and also know the value of a  keyword. The lower the value of the keyword the less competition we will have.</p>\n<p style=\"text-align: justify;\">\nWe don’t want to aim to low but we also don’t want to aim to high. We need to find a middle  ground. For you that may be a keyword with a value of no less than 1000 and no more than  10,000. It will be up to you to determine what you deem reasonable.</p>\n<p style=\"text-align: justify;\">\nAlso, the keyword should appear regularly throughout the opening Web page. It is  especially important that they appear frequently in the opening paragraphs. However, resist the temptation to overuse keywords. The search engines can spot it and will  reduce your page rankings. Tools are available to help with optimal keyword density.  However, avoid software that writes the site’s pages. Search engines can sniff these out, too.</p>\n<p style=\"text-align: justify;\">A good rule of thumb is: Never sacrifice quality of content for keyword placement. This will  affect your page ranking. Most importantly, your site won’t appeal to visitors.</p>','SEO - Correct Keywords Placement Is Easier To Attain Than You Think','','inherit','open','open','','567-revision','','','2011-08-30 23:41:26','2011-08-30 15:41:26','',567,'http://newweb.amazingbusinessresources.com/archives/568',0,'revision','',0,NULL),(569,1,'2011-08-03 10:43:04','2011-08-03 02:43:04','<p style=\"text-align: justify;\">In SEO, <strong>keywords are of supreme importance</strong>. Keywords are words or phrases that search engines use in order to match web pages with search queries. It’s important to optimize your website with strategic keywords in order to maximize targeted traffic. You will use keywords in both your <strong>on-page</strong> and <strong>off-page</strong> optimization.</p>\r\n<p style=\"text-align: justify;\">First of all, choose a domain name that includes your best keywords. For example, if your best keyword phrase is “satellite affiliate”, you’d want to choose a domain name that includes this phrase. You might therefore choose a domain such as “SatelliteAffiliateTips.com”.</p>\r\n<p style=\"text-align: justify;\">Use your keywords in the <strong>title tag </strong>and<strong> description tag</strong>. The description tag should make sense and entice users to visit your site when they view the description on a search engine.</p>\r\n<p style=\"text-align: justify;\">Your keywords should also be used in your H1 tag. Scatter keywords throughout the content of your page to a keyword density of between 3%-7%. Avoid overuse of a keyword. Most SEO experts believe that using a keyword too frequently can trigger a search engine’s <strong>“keyword stuffing”</strong> filter. It is believed that the search engines use such a filter in an effort to prevent search engine spam from appearing in the top results. It is also helpful to add common misspellings of a word as well as both the singular and plural forms of the word or phrase.</p>\r\n<p style=\"text-align: justify;\">You’ll want to use your keywords within the anchor text of the links. Assuming our best keyword phrase is “satellite affiliate”, you’d want to link to your home page using that keyword phrase. A good link to your home page might therefore look something like “satellite affiliate tips”. Apply this linking method to all of the pages within your site. Furthermore, request that other<strong> sites link</strong> to you using a similar anchor text containing your best keywords.</p>\r\n<p style=\"text-align: justify;\">Keywords are one of the primary components in search engine optimization. They are the means by which search engines identify relevant pages for given searches. Using keywords effectively is one of the keys to achieving maximum traffic from the search engines.</p>','Keywords - primary components in search engine optimization','','publish','open','open','','keywords-primary-components-in-search-engine-optimization','','','2011-09-02 23:21:46','2011-09-02 15:21:46','',0,'http://newweb.amazingbusinessresources.com/?p=569',0,'post','',0,NULL),(570,1,'2011-08-30 23:49:02','2011-08-30 15:49:02','<p style=\"text-align: justify;\">In SEO, keywords are of supreme importance. Keywords are words or phrases that search engines use in order to match web pages with search queries. It’s important to optimize your website with strategic keywords in order to maximize targeted traffic. You will use keywords in both your on-page and off-page optimization.</p>\n<p style=\"text-align: justify;\">First of all, choose a domain name that includes your best keywords. For example, if your best keyword phrase is “satellite affiliate”, you’d want to choose a domain name that includes this phrase. You might therefore choose a domain such as “SatelliteAffiliateTips.com”.</p>\n<p style=\"text-align: justify;\">Use your keywords in the title tag and description tag. The description tag should make sense and entice users to visit your site when they view the description on a search engine.</p>\n<p style=\"text-align: justify;\">Your keywords should also be used in your H1 tag. Scatter keywords throughout the content of your page to a keyword density of between 3%-7%. Avoid overuse of a keyword. Most SEO experts believe that using a keyword too frequently can trigger a search engine’s “keyword stuffing” filter. It is believed that the search engines use such a filter in an effort to prevent search engine spam from appearing in the top results. It is also helpful to add common misspellings of a word as well as both the singular and plural forms of the word or phrase.</p>\n<p style=\"text-align: justify;\">You’ll want to use your keywords within the anchor text of the links. Assuming our best keyword phrase is “satellite affiliate”, you’d want to link to your home page using that keyword phrase. A good link to your home page might therefore look something like “satellite affiliate tips”. Apply this linking method to all of the pages within your site. Furthermore, request that other sites link to you using a similar anchor text containing your best keywords.</p>\n<p style=\"text-align: justify;\">Keywords are one of the primary components in search engine optimization. They are the means by which search engines identify relevant pages for given searches. Using keywords effectively is one of the keys to achieving maximum traffic from the search engines.</p>\n\n<div class=\"zemanta-pixie\" style=\"margin-top: 10px; height: 15px;\"><a class=\"zemanta-pixie-a\" title=\"Enhanced by Zemanta\" href=\"http://www.zemanta.com/\"><img class=\"zemanta-pixie-img\" style=\"border: none; float: right;\" src=\"http://img.zemanta.com/zemified_e.png?x-id=9580e0d0-2f2b-4909-a940-64a58394b0c6\" alt=\"Enhanced by Zemanta\" /></a></div>','Keywords - primary components in search engine optimization','','inherit','open','open','','569-revision','','','2011-08-30 23:49:02','2011-08-30 15:49:02','',569,'http://newweb.amazingbusinessresources.com/archives/570',0,'revision','',0,NULL),(571,1,'2011-08-30 23:49:32','2011-08-30 15:49:32','<p style=\"text-align: justify;\">In SEO, keywords are of supreme importance. Keywords are words or phrases that search engines use in order to match web pages with search queries. It’s important to optimize your website with strategic keywords in order to maximize targeted traffic. You will use keywords in both your on-page and off-page optimization.</p>\r\n<p style=\"text-align: justify;\">First of all, choose a domain name that includes your best keywords. For example, if your best keyword phrase is “satellite affiliate”, you’d want to choose a domain name that includes this phrase. You might therefore choose a domain such as “SatelliteAffiliateTips.com”.</p>\r\n<p style=\"text-align: justify;\">Use your keywords in the title tag and description tag. The description tag should make sense and entice users to visit your site when they view the description on a search engine.</p>\r\n<p style=\"text-align: justify;\">Your keywords should also be used in your H1 tag. Scatter keywords throughout the content of your page to a keyword density of between 3%-7%. Avoid overuse of a keyword. Most SEO experts believe that using a keyword too frequently can trigger a search engine’s “keyword stuffing” filter. It is believed that the search engines use such a filter in an effort to prevent search engine spam from appearing in the top results. It is also helpful to add common misspellings of a word as well as both the singular and plural forms of the word or phrase.</p>\r\n<p style=\"text-align: justify;\">You’ll want to use your keywords within the anchor text of the links. Assuming our best keyword phrase is “satellite affiliate”, you’d want to link to your home page using that keyword phrase. A good link to your home page might therefore look something like “satellite affiliate tips”. Apply this linking method to all of the pages within your site. Furthermore, request that other sites link to you using a similar anchor text containing your best keywords.</p>\r\n<p style=\"text-align: justify;\">Keywords are one of the primary components in search engine optimization. They are the means by which search engines identify relevant pages for given searches. Using keywords effectively is one of the keys to achieving maximum traffic from the search engines.</p>\r\n\r\n<div class=\"zemanta-pixie\" style=\"margin-top: 10px; height: 15px;\"><a class=\"zemanta-pixie-a\" title=\"Enhanced by Zemanta\" href=\"http://www.zemanta.com/\"><img class=\"zemanta-pixie-img\" style=\"border: none; float: right;\" src=\"http://img.zemanta.com/zemified_e.png?x-id=9580e0d0-2f2b-4909-a940-64a58394b0c6\" alt=\"Enhanced by Zemanta\" /></a></div>','Keywords - primary components in search engine optimization','','inherit','open','open','','569-revision-2','','','2011-08-30 23:49:32','2011-08-30 15:49:32','',569,'http://newweb.amazingbusinessresources.com/archives/571',0,'revision','',0,NULL),(572,1,'2011-08-31 00:14:27','2011-08-30 16:14:27','<p style=\"text-align: justify;\">In SEO, <strong>keywords are of supreme importance</strong>. Keywords are words or phrases that search engines use in order to match web pages with search queries. It’s important to optimize your website with strategic keywords in order to maximize targeted traffic. You will use keywords in both your <strong>on-page</strong> and <strong>off-page</strong> optimization.</p>\n<p style=\"text-align: justify;\">First of all, choose a domain name that includes your best keywords. For example, if your best keyword phrase is “satellite affiliate”, you’d want to choose a domain name that includes this phrase. You might therefore choose a domain such as “SatelliteAffiliateTips.com”.</p>\n<p style=\"text-align: justify;\">Use your keywords in the <strong>title tag </strong>and<strong> description tag</strong>. The description tag should make sense and entice users to visit your site when they view the description on a search engine.</p>\n<p style=\"text-align: justify;\">Your keywords should also be used in your H1 tag. Scatter keywords throughout the content of your page to a keyword density of between 3%-7%. Avoid overuse of a keyword. Most SEO experts believe that using a keyword too frequently can trigger a search engine’s <strong>“keyword stuffing”</strong> filter. It is believed that the search engines use such a filter in an effort to prevent search engine spam from appearing in the top results. It is also helpful to add common misspellings of a word as well as both the singular and plural forms of the word or phrase.</p>\n<p style=\"text-align: justify;\">You’ll want to use your keywords within the anchor text of the links. Assuming our best keyword phrase is “satellite affiliate”, you’d want to link to your home page using that keyword phrase. A good link to your home page might therefore look something like “satellite affiliate tips”. Apply this linking method to all of the pages within your site. Furthermore, request that other<strong> sites link</strong> to you using a similar anchor text containing your best keywords.</p>\n<p style=\"text-align: justify;\">Keywords are one of the primary components in search engine optimization. They are the means by which search engines identify relevant pages for given searches. Using keywords effectively is one of the keys to achieving maximum traffic from the search engines.</p>','Keywords - primary components in search engine optimization','','inherit','open','open','','569-autosave','','','2011-08-31 00:14:27','2011-08-30 16:14:27','',569,'http://newweb.amazingbusinessresources.com/archives/572',0,'revision','',0,NULL),(574,1,'2011-08-30 23:51:47','2011-08-30 15:51:47','<p style=\"text-align: justify;\">In <a class=\"zem_slink\" title=\"Search engine optimization\" href=\"http://en.wikipedia.org/wiki/Search_engine_optimization\" rel=\"wikipedia\">SEO</a>, <a class=\"zem_slink\" title=\"Keywords\" href=\"http://en.wikipedia.org/wiki/Keywords\" rel=\"wikipedia\">keywords</a> are of supreme importance. Keywords are words or phrases that <a class=\"zem_slink\" title=\"Web search engine\" href=\"http://en.wikipedia.org/wiki/Web_search_engine\" rel=\"wikipedia\">search engines</a> use in order to match <a class=\"zem_slink\" title=\"Web page\" href=\"http://en.wikipedia.org/wiki/Web_page\" rel=\"wikipedia\">web pages</a> with search queries. It’s important to optimize your website with strategic keywords in order to maximize targeted traffic. You will use keywords in both your on-page and off-page optimization.</p>\r\n<p style=\"text-align: justify;\">First of all, choose a <a class=\"zem_slink\" title=\"Domain name\" href=\"http://en.wikipedia.org/wiki/Domain_name\" rel=\"wikipedia\">domain name</a> that includes your best keywords. For example, if your best keyword phrase is “satellite affiliate”, you’d want to choose a domain name that includes this phrase. You might therefore choose a domain such as “SatelliteAffiliateTips.com”.</p>\r\n<p style=\"text-align: justify;\">Use your keywords in the <a class=\"zem_slink\" title=\"HTML element\" href=\"http://en.wikipedia.org/wiki/HTML_element\" rel=\"wikipedia\">title tag</a> and description tag. The description tag should make sense and entice users to visit your site when they view the description on a search engine.</p>\r\n<p style=\"text-align: justify;\">Your keywords should also be used in your H1 tag. Scatter keywords throughout the content of your page to a <a class=\"zem_slink\" title=\"Keyword density\" href=\"http://en.wikipedia.org/wiki/Keyword_density\" rel=\"wikipedia\">keyword density</a> of between 3%-7%. Avoid overuse of a keyword. Most SEO experts believe that using a keyword too frequently can trigger a search engine’s “<a class=\"zem_slink\" title=\"Keyword stuffing\" href=\"http://en.wikipedia.org/wiki/Keyword_stuffing\" rel=\"wikipedia\">keyword stuffing</a>” filter. It is believed that the search engines use such a filter in an effort to prevent <a class=\"zem_slink\" title=\"Spamdexing\" href=\"http://en.wikipedia.org/wiki/Spamdexing\" rel=\"wikipedia\">search engine spam</a> from appearing in the top results. It is also helpful to add common misspellings of a word as well as both the singular and plural forms of the word or phrase.</p>\r\n<p style=\"text-align: justify;\">You’ll want to use your keywords within the anchor text of the links. Assuming our best keyword phrase is “satellite affiliate”, you’d want to link to your home page using that keyword phrase. A good link to your home page might therefore look something like “satellite affiliate tips”. Apply this linking method to all of the pages within your site. Furthermore, request that other sites link to you using a similar anchor text containing your best keywords.</p>\r\n<p style=\"text-align: justify;\">Keywords are one of the primary components in search engine optimization. They are the means by which search engines identify relevant pages for given searches. Using keywords effectively is one of the keys to achieving maximum traffic from the search engines.</p>\r\n\r\n<div class=\"zemanta-pixie\" style=\"margin-top: 10px; height: 15px;\"><a class=\"zemanta-pixie-a\" title=\"Enhanced by Zemanta\" href=\"http://www.zemanta.com/\"><img class=\"zemanta-pixie-img\" style=\"border: none; float: right;\" src=\"http://img.zemanta.com/zemified_e.png?x-id=9580e0d0-2f2b-4909-a940-64a58394b0c6\" alt=\"Enhanced by Zemanta\" /></a></div>','Keywords - primary components in search engine optimization','','inherit','open','open','','569-revision-4','','','2011-08-30 23:51:47','2011-08-30 15:51:47','',569,'http://newweb.amazingbusinessresources.com/archives/574',0,'revision','',0,NULL),(573,1,'2011-08-30 23:50:31','2011-08-30 15:50:31','<p style=\"text-align: justify;\">In SEO, keywords are of supreme importance. Keywords are words or phrases that search engines use in order to match web pages with search queries. It’s important to optimize your website with strategic keywords in order to maximize targeted traffic. You will use keywords in both your on-page and off-page optimization.</p>\r\n<p style=\"text-align: justify;\">First of all, choose a domain name that includes your best keywords. For example, if your best keyword phrase is “satellite affiliate”, you’d want to choose a domain name that includes this phrase. You might therefore choose a domain such as “SatelliteAffiliateTips.com”.</p>\r\n<p style=\"text-align: justify;\">Use your keywords in the title tag and description tag. The description tag should make sense and entice users to visit your site when they view the description on a search engine.</p>\r\n<p style=\"text-align: justify;\">Your keywords should also be used in your H1 tag. Scatter keywords throughout the content of your page to a keyword density of between 3%-7%. Avoid overuse of a keyword. Most SEO experts believe that using a keyword too frequently can trigger a search engine’s “keyword stuffing” filter. It is believed that the search engines use such a filter in an effort to prevent search engine spam from appearing in the top results. It is also helpful to add common misspellings of a word as well as both the singular and plural forms of the word or phrase.</p>\r\n<p style=\"text-align: justify;\">You’ll want to use your keywords within the anchor text of the links. Assuming our best keyword phrase is “satellite affiliate”, you’d want to link to your home page using that keyword phrase. A good link to your home page might therefore look something like “satellite affiliate tips”. Apply this linking method to all of the pages within your site. Furthermore, request that other sites link to you using a similar anchor text containing your best keywords.</p>\r\n<p style=\"text-align: justify;\">Keywords are one of the primary components in search engine optimization. They are the means by which search engines identify relevant pages for given searches. Using keywords effectively is one of the keys to achieving maximum traffic from the search engines.</p>\r\n\r\n<div class=\"zemanta-pixie\" style=\"margin-top: 10px; height: 15px;\"><a class=\"zemanta-pixie-a\" title=\"Enhanced by Zemanta\" href=\"http://www.zemanta.com/\"><img class=\"zemanta-pixie-img\" style=\"border: none; float: right;\" src=\"http://img.zemanta.com/zemified_e.png?x-id=9580e0d0-2f2b-4909-a940-64a58394b0c6\" alt=\"Enhanced by Zemanta\" /></a></div>','Keywords - primary components in search engine optimization','','inherit','open','open','','569-revision-3','','','2011-08-30 23:50:31','2011-08-30 15:50:31','',569,'http://newweb.amazingbusinessresources.com/archives/573',0,'revision','',0,NULL),(575,1,'2011-07-31 15:22:23','2011-07-31 07:22:23','<p style=\"text-align: justify;\">Internet marketing and search engine optimization hinge on knowing what keyword or keywords web search surfers are searching for on the web. By doing extensive keyword analysis you can zero in on the best keyword terms to use when setting up pay per click advertising, writing keyword articles, and optimizing web pages.</p>\r\n<p style=\"text-align: justify;\">Not only is it necessary to know what keywords are searched for the most but also how many times particular keywords have been searched. There are a number of effective tools available for <strong>keyword analysis</strong> and <strong>keyword suggestion</strong>.</p>\r\n<p style=\"text-align: justify;\">Once you have done some preliminary research you will need to decide which keywords or keyword phrases to target in your Internet marketing campaign. It is best to choose keywords that have a good amount of traffic without too much competition for placement.</p>\r\n<p style=\"text-align: justify;\">For example, let’s say you are marketing a variety of photography books and you search on photography only to find that it had more than 1,000,000 searches last month. The competition for placement with this keyword is probably going to be pretty tough. Try researching on more targeted phrases such as nature photography, landscape photography, photography books, etc.</p>\r\n<p style=\"text-align: justify;\">You will likely find that these terms have less monthly searches and much less competition. There will be a lower search to competition ratio. Generally, a keyword with 30,000 to 50,000 monthly searches is going to be one that you can compete for in terms of placement and being found on the search engines. Instead of spinning your wheels marketing for those who are searching for photography instead create multiple campaigns that market to more targeted keyword phrases.</p>\r\n<p style=\"text-align: justify;\">You can evaluate the search to competition ratio by taking the number of searchs of a particular keyword and dividing by the number of web site which return for that keyword when searched. The higher the number the better. For example, if you have a keyword that is searched for 100 times in a month and when you search on that keyword you return 1000 results then the ratio is 100/1000 or 0.10. If you have a keyword that is searched for 100 times but there are 10,000 search return results then the ratio goes down to 0.01. The larger the ratio the better in terms of your ability to be competitive.</p>\r\n<p style=\"text-align: justify;\">Finding the best keywords to use in your web site promotion is vital to effectively<strong> driving targeted traffic</strong> to your web site. Take the time to find out what people are searching for and your efforts will pay off in terms of <strong>traffic</strong> and <strong>sales conversion.</strong></p>','Search Engine Optimization by choosing the right keywords','','publish','open','open','','search-engine-optimization-by-choosing-the-right-keywords','','','2011-09-02 23:21:46','2011-09-02 15:21:46','',0,'http://newweb.amazingbusinessresources.com/?p=575',0,'post','',0,NULL),(576,1,'2011-08-30 23:58:22','2011-08-30 15:58:22','<p style=\"text-align: justify;\">Internet marketing and search engine optimization hinge on knowing what keyword or keywords web search surfers are searching for on the web. By doing extensive keyword analysis you can zero in on the best keyword terms to use when setting up pay per click advertising, writing keyword articles, and optimizing web pages.</p>\n<p style=\"text-align: justify;\"></p>\n<p style=\"text-align: justify;\">Not only is it necessary to know what keywords are searched for the most but also how many times particular keywords have been searched. There are a number of effective tools available for keyword analysis and keyword suggestion.</p>\n<p style=\"text-align: justify;\"></p>\n<p style=\"text-align: justify;\">Once you have done some preliminary research you will need to decide which keywords or keyword phrases to target in your Internet marketing campaign. It is best to choose keywords that have a good amount of traffic without too much competition for placement.</p>\n<p style=\"text-align: justify;\">For example, let’s say you are marketing a variety of photography books and you search on photography only to find that it had more than 1,000,000 searches last month. The competition for placement with this keyword is probably going to be pretty tough. Try researching on more targeted phrases such as nature photography, landscape photography, photography books, etc.</p>\n<p style=\"text-align: justify;\"></p>\n<p style=\"text-align: justify;\">You will likely find that these terms have less monthly searches and much less competition. There will be a lower search to competition ratio. Generally, a keyword with 30,000 to 50,000 monthly searches is going to be one that you can compete for in terms of placement and being found on the search engines. Instead of spinning your wheels marketing for those who are searching for photography instead create multiple campaigns that market to more targeted keyword phrases.</p>\n<p style=\"text-align: justify;\"></p>\n<p style=\"text-align: justify;\">You can evaluate the search to competition ratio by taking the number of searchs of a particular keyword and dividing by the number of web site which return for that keyword when searched. The higher the number the better. For example, if you have a keyword that is searched for 100 times in a month and when you search on that keyword you return 1000 results then the ratio is 100/1000 or 0.10. If you have a keyword that is searched for 100 times but there are 10,000 search return results then the ratio goes down to 0.01. The larger the ratio the better in terms of your ability to be competitive.</p>\n<p style=\"text-align: justify;\">\nFinding the best keywords to use in your web site promotion is vital to effectively driving targeted traffic to your web site. Take the time to find out what people are searching for and your efforts will pay off in terms of traffic and sales conversion.</p>','Search Engine Optimization by choosing the right keywords','','inherit','open','open','','575-revision','','','2011-08-30 23:58:22','2011-08-30 15:58:22','',575,'http://newweb.amazingbusinessresources.com/archives/576',0,'revision','',0,NULL),(586,1,'2011-07-13 00:20:45','2011-07-12 16:20:45','<p style=\"text-align: justify;\">Because the internet has became a staple in the daily lives of the majority of people around the world, it is important for business owners to realize how much their company can benefit from having a properly <strong>optimized web site</strong>.  Regardless of whether a company sells products or services, having a web site that is properly optimized can and will provide several major benefits for any company.</p>\r\n<p style=\"text-align: justify;\">Obviously, the first major benefit of having a web site for your company is an increase in revenue.  As long as your web site is properly optimized by a professional firm, your web site will help you <strong>increase your sales</strong> of your company’s products or services.  When a web site is properly optimized, it will be able to attract <strong>targeted visitors</strong>.  This means that the majority of the traffic your web site receives will be people that are already interested in the products or services your company is providing, which will make the task of completing a sale much easier (instead of trying to complete a sale with an un-targeted visitor).</p>\r\n<p style=\"text-align: justify;\">In addition to increasing your company’s revenues, a quality web site will increase the awareness of your company’s brand.  Because people will consistently see your web site when they are searching for something in your industry, they will associate your<strong> company’s brand</strong> and <strong>name</strong> as a reliable leader in that industry.</p>\r\n<p style=\"text-align: justify;\">Finally, when your company has its own web site, it will actually increase your company’s <strong>credibility in the off-line world</strong>.  Because people expect businesses of all sizes to have their own web site, when you are able to print your web site’s URL on materials such as business cards or fliers, people will instantly feel that your company is more credible than one of your competitors that has not taken the time to have a web site created for their company.</p>\r\n<p style=\"text-align: justify;\">In order to have a properly optimized web site that your potential customers will actually be able to find when they visit a search engine like<strong> Google</strong>, you need to work with an internet marketing SEO firm.  In case you are not familiar with this terminology, an internet marketing SEO firm combines the practices of internet marketing and SEO (search engine optimization) to provide their customers with the highest level of service.  Internet marketing methods include search engine marketing, <strong>blog marketing</strong>,<strong> social media marketing</strong>, <strong>email marketing</strong>, <strong>sms marketing</strong> and <strong>media planning</strong> while search engine optimization is the process of improving the volume and quality of traffic to a web site from search engines via natural search results.  Although many firms only focus on internet marketing or search engine optimization, by choosing a firm that is experienced in both fields, you can ensure that your web site is properly optimized from every angle and provides the maximum amount of benefits for your company.</p>','Benefits of Internet Marketing? Search Engine Optimization','','publish','open','open','','benefits-of-internet-marketing-search-engine-optimization','','','2011-09-02 23:21:46','2011-09-02 15:21:46','',0,'http://newweb.amazingbusinessresources.com/?p=586',0,'post','',0,NULL),(577,1,'2011-07-13 00:01:16','2011-07-12 16:01:16','<p style=\"text-align: justify;\">While there are many legitimate skills in SEO there are also those that can work but if you get caught using them the results can be disastrous. When search engine optimization became an issue many techniques were employed because at that point the search engines used a much simpler algorithm. As these tricks were used to exploit the simpler algorithms they were also served to make them more advanced. Let’s look at a few tricks.</p>\r\n<p style=\"text-align: justify;\"><strong>Cloaking and redirects</strong> are methods whereby you show one page to the search engine but a different one to the visitor. A redirect merely brings visitors to one page and then sends them to another page by refreshing the page with one on their site. Cloaking involves fooling a search engine’s indexer into thinking that it is something else and getting the indexer to send false information back to its boss.</p>\r\n<p style=\"text-align: justify;\">Other techniques involve <strong>overloading metatags</strong> with keywords or even <strong>hiding keywords</strong> in plain site on the webpage. A variation on this technique is to shrink the keywords so that are too small to be seen by the naked eye.</p>\r\n<p style=\"text-align: justify;\">Using <strong>unrelated keywords</strong> is another trick especially when combined with the above mentioned tricks. By using unrelated keywords in this manner you can drive traffic to your site from multiple sources.</p>\r\n<p style=\"text-align: justify;\">Using an overly <strong>optimized landing page</strong> can also work. This is not the same thing as a legitimate landing page. In this case you use any and all methods to overly optimize a single and use that to lead people to your site. This would involve using all of the above methods for this one page.</p>\r\n<p style=\"text-align: justify;\">The ultimate penalty for using the unscrupulous methods is banishment from the search engines themselves. Be careful when you employ these dark methods for fear of this punishment. Being penalized is one thing but to not even be on a search engine in the first place is your worst case scenario.</p>','Black Hat SEO? What Never To Do Or Get Banned','','publish','open','open','','black-hat-seo-what-never-to-do-or-get-banned','','','2011-09-02 23:21:46','2011-09-02 15:21:46','',0,'http://newweb.amazingbusinessresources.com/?p=577',0,'post','',0,NULL),(578,1,'2011-08-31 00:04:15','2011-08-30 16:04:15','<p style=\"text-align: justify;\">While there are many legitimate skills in SEO there are also those that can work but if you get caught using them the results can be disastrous. When search engine optimization became an issue many techniques were employed because at that point the search engines used a much simpler algorithm. As these tricks were used to exploit the simpler algorithms they were also served to make them more advanced. Let’s look at a few tricks.</p>\n<p style=\"text-align: justify;\"><strong>Cloaking and redirects</strong> are methods whereby you show one page to the search engine but a different one to the visitor. A redirect merely brings visitors to one page and then sends them to another page by refreshing the page with one on their site. Cloaking involves fooling a search engine’s indexer into thinking that it is something else and getting the indexer to send false information back to its boss.</p>\n<p style=\"text-align: justify;\">Other techniques involve <strong>overloading metatags</strong> with keywords or even <strong>hiding keywords</strong> in plain site on the webpage. A variation on this technique is to shrink the keywords so that are too small to be seen by the naked eye.</p>\n<p style=\"text-align: justify;\">Using <strong>unrelated keywords</strong> is another trick especially when combined with the above mentioned tricks. By using unrelated keywords in this manner you can drive traffic to your site from multiple sources.</p>\n<p style=\"text-align: justify;\">Using an overly <strong>optimized landing page</strong> can also work. This is not the same thing as a legitimate landing page. In this case you use any and all methods to overly optimize a single and use that to lead people to your site. This would involve using all of the above methods for this one page.</p>\n<p style=\"text-align: justify;\">The ultimate penalty for using the unscrupulous methods is banishment from the search engines themselves. Be careful when you employ these dark methods for fear of this punishment. Being penalized is one thing but to not even be on a search engine in the first place is your worst case scenario.</p>','Black Hat SEO? What Never To Do Or Get Banned','','inherit','open','open','','577-revision','','','2011-08-31 00:04:15','2011-08-30 16:04:15','',577,'http://newweb.amazingbusinessresources.com/archives/578',0,'revision','',0,NULL),(623,1,'2011-08-31 02:17:40','2011-08-30 18:17:40','<strong>Why blog Marketing</strong>\r\n<ul>\r\n	<li>- Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</li>\r\n	<li>- Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</li>\r\n	<li>- Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</li>\r\n	<li>- Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</li>\r\n</ul>','Blog Marketing','','inherit','open','open','','559-revision-7','','','2011-08-31 02:17:40','2011-08-30 18:17:40','',559,'http://newweb.amazingbusinessresources.com/archives/623',0,'revision','',0,NULL),(579,1,'2011-08-30 02:21:19','2011-08-29 18:21:19','<p style=\"text-align: justify;\"><strong>Why blog Marketing</strong></p>\r\n\r\n<ul>\r\n	<li style=\"text-align: justify;\">- Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com and Typepad all offer easy blogging tools to get started.</li>\r\n	<li style=\"text-align: justify;\">- Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</li>\r\n	<li style=\"text-align: justify;\">- Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</li>\r\n	<li style=\"text-align: justify;\">- Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</li>\r\n</ul>','Blog Marketing','','inherit','open','open','','559-revision-3','','','2011-08-30 02:21:19','2011-08-29 18:21:19','',559,'http://newweb.amazingbusinessresources.com/archives/579',0,'revision','',0,NULL),(622,1,'2011-08-31 02:17:23','2011-08-30 18:17:23','<strong>Why blog Marketing</strong>\r\n<ul>\r\n	<li>- Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</li>\r\n	<li>- Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</li>\r\n	<li>- Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</li>\r\n	<li>- Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</li>\r\n</ul>','Blog Marketing','','inherit','open','open','','559-revision-6','','','2011-08-31 02:17:23','2011-08-30 18:17:23','',559,'http://newweb.amazingbusinessresources.com/archives/622',0,'revision','',0,NULL),(580,1,'2011-08-30 01:49:20','2011-08-29 17:49:20','<p style=\"text-align: justify;\"><strong>Why Facebook Marketing?</strong></p>\r\n\r\n<ol>\r\n	<li style=\"text-align: justify;\">Customer Interaction – Facebook pages provide a forum for dialogue between customers and the brand, giving companies the opportunity to build better relationships with target audiences and current customers.</li>\r\n	<li style=\"text-align: justify;\">Reputation Management – Facebook allows a company to gain a deeper understanding of how the brand is perceived online – through direct feedback and also by monitoring what users are saying about the brand.</li>\r\n	<li style=\"text-align: justify;\">New Customer Acquisition – Each time a Facebook user becomes a fan of a Facebook page, a notice is posted as news item for all of that user’s friends to see. This creates an opportunity for a Facebook page to go viral and reach new viewers.</li>\r\n	<li style=\"text-align: justify;\">Feedback Mechanism – In a service-based sector like hospitality, customer feedback is vital. Facebook allows users to communicate their experiences directly and give the company the opportunity to respond.</li>\r\n	<li style=\"text-align: justify;\">Branding – Facebook can be used as a medium for creating brand awareness in addition to a company’s corporate website. It provides brand exposure to a potentially new audience and gives organizations the opportunity to position themselves in new and unique ways.</li>\r\n	<li style=\"text-align: justify;\">Drive Web Traffic – As a Facebook page grows its fan base, traffic to the company website will increase. Facebook pages also appear in Universal Search Results.</li>\r\n</ol>','Why Facebook Marketing','','inherit','open','open','','1-revision-2','','','2011-08-30 01:49:20','2011-08-29 17:49:20','',1,'http://newweb.amazingbusinessresources.com/archives/580',0,'revision','',0,NULL),(581,1,'2011-08-31 00:11:18','2011-08-30 16:11:18','<p style=\"text-align: justify;\">Know what words your customers will use when searching.You might know what your customers search for. If not, find out. Is it a description of  ”pants” or “jeans?” One may be searched more often than the other, but why not target  both? How about “executive gifts?” Maybe “desk accessories” will broaden your web site  marketing strategy.</p>\n<p style=\"text-align: justify;\">Ask all kinds of people. Get advice from people in all walks of life including management,  employees, customers, vendors, friends and family on how they would search for effective  search engine positioning keywords. Ask them how they would search for different products  and services. It’s really not about what you think they would search for, its about what they  think. Believe me, they can many times be two totally different things.</p>\n<p style=\"text-align: justify;\">Once you have successfully <strong>harvested a meaningful keyword list</strong>, remove any keywords that  are too targeted or not to specific. Also remember that keyword placement is important.  Try to put as many keywords as possible in the beginning paragraphs, and of course the  title line.</p>\n<p style=\"text-align: justify;\">The higher the value of the keyword the more competition you will have. Every SEO utilizes  tools similar to the Overture Keyword Suggestion Tool and also know the value of a  keyword. The lower the value of the keyword the less competition we will have. <strong>( Long Tail Keyword Strategy)</strong></p>\n<p style=\"text-align: justify;\">We don’t want to aim to low but we also don’t want to aim to high. We need to find a middle  ground. For you that may be a keyword with a value of no less than 1000 and no more than  10,000. It will be up to you to determine what you deem reasonable.</p>\n<p style=\"text-align: justify;\">Also, the keyword should appear regularly throughout the opening Web page. It is  especially important that they appear frequently in the opening paragraphs. However, resist the temptation to overuse keywords. The search engines can spot it and will  reduce your page rankings. Tools are available to help with optimal keyword density.  However, avoid software that writes the site’s pages. Search engines can sniff these out, too.</p>\n<p style=\"text-align: justify;\">A good rule of thumb is: Never sacrifice quality of content for keyword placement. This will  affect your page ranking. Most importantly, your site won’t appeal to visitors.</p>','SEO - Correct Keywords Placement Is Easier To Attain Than You Think','','inherit','open','open','','567-autosave','','','2011-08-31 00:11:18','2011-08-30 16:11:18','',567,'http://newweb.amazingbusinessresources.com/archives/581',0,'revision','',0,NULL),(582,1,'2011-08-30 23:42:52','2011-08-30 15:42:52','<p style=\"text-align: justify;\">Know what words your customers will use when searching.You might know what your customers search for. If not, find out. Is it a description of  ”pants” or “jeans?” One may be searched more often than the other, but why not target  both? How about “executive gifts?” Maybe “desk accessories” will broaden your web site  marketing strategy.</p>\r\n<p style=\"text-align: justify;\">\r\nAsk all kinds of people. Get advice from people in all walks of life including management,  employees, customers, vendors, friends and family on how they would search for effective  search engine positioning keywords. Ask them how they would search for different products  and services. It’s really not about what you think they would search for, its about what they  think. Believe me, they can many times be two totally different things.</p>\r\n<p style=\"text-align: justify;\">\r\nOnce you have successfully harvested a meaningful keyword list, remove any keywords that  are too targeted or not to specific. Also remember that keyword placement is important.  Try to put as many keywords as possible in the beginning paragraphs, and of course the  title line.</p>\r\n<p style=\"text-align: justify;\">\r\nThe higher the value of the keyword the more competition you will have. Every SEO utilizes  tools similar to the Overture Keyword Suggestion Tool and also know the value of a  keyword. The lower the value of the keyword the less competition we will have.</p>\r\n<p style=\"text-align: justify;\">\r\nWe don’t want to aim to low but we also don’t want to aim to high. We need to find a middle  ground. For you that may be a keyword with a value of no less than 1000 and no more than  10,000. It will be up to you to determine what you deem reasonable.</p>\r\n<p style=\"text-align: justify;\">\r\nAlso, the keyword should appear regularly throughout the opening Web page. It is  especially important that they appear frequently in the opening paragraphs. However, resist the temptation to overuse keywords. The search engines can spot it and will  reduce your page rankings. Tools are available to help with optimal keyword density.  However, avoid software that writes the site’s pages. Search engines can sniff these out, too.</p>\r\n<p style=\"text-align: justify;\">A good rule of thumb is: Never sacrifice quality of content for keyword placement. This will  affect your page ranking. Most importantly, your site won’t appeal to visitors.</p>','SEO - Correct Keywords Placement Is Easier To Attain Than You Think','','inherit','open','open','','567-revision-2','','','2011-08-30 23:42:52','2011-08-30 15:42:52','',567,'http://newweb.amazingbusinessresources.com/archives/582',0,'revision','',0,NULL),(583,1,'2011-08-30 23:52:52','2011-08-30 15:52:52','<p style=\"text-align: justify;\">In SEO, keywords are of supreme importance. Keywords are words or phrases that search engines use in order to match web pages with search queries. It’s important to optimize your website with strategic keywords in order to maximize targeted traffic. You will use keywords in both your on-page and off-page optimization.</p>\r\n<p style=\"text-align: justify;\">First of all, choose a domain name that includes your best keywords. For example, if your best keyword phrase is “satellite affiliate”, you’d want to choose a domain name that includes this phrase. You might therefore choose a domain such as “SatelliteAffiliateTips.com”.</p>\r\n<p style=\"text-align: justify;\">Use your keywords in the title tag and description tag. The description tag should make sense and entice users to visit your site when they view the description on a search engine.</p>\r\n<p style=\"text-align: justify;\">Your keywords should also be used in your H1 tag. Scatter keywords throughout the content of your page to a keyword density of between 3%-7%. Avoid overuse of a keyword. Most SEO experts believe that using a keyword too frequently can trigger a search engine’s “keyword stuffing” filter. It is believed that the search engines use such a filter in an effort to prevent search engine spam from appearing in the top results. It is also helpful to add common misspellings of a word as well as both the singular and plural forms of the word or phrase.</p>\r\n<p style=\"text-align: justify;\">You’ll want to use your keywords within the anchor text of the links. Assuming our best keyword phrase is “satellite affiliate”, you’d want to link to your home page using that keyword phrase. A good link to your home page might therefore look something like “satellite affiliate tips”. Apply this linking method to all of the pages within your site. Furthermore, request that other sites link to you using a similar anchor text containing your best keywords.</p>\r\n<p style=\"text-align: justify;\">Keywords are one of the primary components in search engine optimization. They are the means by which search engines identify relevant pages for given searches. Using keywords effectively is one of the keys to achieving maximum traffic from the search engines.</p>','Keywords - primary components in search engine optimization','','inherit','open','open','','569-revision-5','','','2011-08-30 23:52:52','2011-08-30 15:52:52','',569,'http://newweb.amazingbusinessresources.com/archives/583',0,'revision','',0,NULL),(584,1,'2011-08-31 00:13:26','2011-08-30 16:13:26','<p style=\"text-align: justify;\">In SEO, <strong>keywords are of supreme importance</strong>. Keywords are words or phrases that search engines use in order to match web pages with search queries. It’s important to optimize your website with strategic keywords in order to maximize targeted traffic. You will use keywords in both your <strong>on-page</strong> and <strong>off-page</strong> optimization.</p>\r\n<p style=\"text-align: justify;\">First of all, choose a domain name that includes your best keywords. For example, if your best keyword phrase is “satellite affiliate”, you’d want to choose a domain name that includes this phrase. You might therefore choose a domain such as “SatelliteAffiliateTips.com”.</p>\r\n<p style=\"text-align: justify;\">Use your keywords in the <strong>title tag </strong>and<strong> description tag</strong>. The description tag should make sense and entice users to visit your site when they view the description on a search engine.</p>\r\n<p style=\"text-align: justify;\">Your keywords should also be used in your H1 tag. Scatter keywords throughout the content of your page to a keyword density of between 3%-7%. Avoid overuse of a keyword. Most SEO experts believe that using a keyword too frequently can trigger a search engine’s <strong>“keyword stuffing”</strong> filter. It is believed that the search engines use such a filter in an effort to prevent search engine spam from appearing in the top results. It is also helpful to add common misspellings of a word as well as both the singular and plural forms of the word or phrase.</p>\r\n<p style=\"text-align: justify;\">You’ll want to use your keywords within the anchor text of the links. Assuming our best keyword phrase is “satellite affiliate”, you’d want to link to your home page using that keyword phrase. A good link to your home page might therefore look something like “satellite affiliate tips”. Apply this linking method to all of the pages within your site. Furthermore, request that other<strong> sites link</strong> to you using a similar anchor text containing your best keywords.</p>\r\n<p style=\"text-align: justify;\">Keywords are one of the primary components in search engine optimization. They are the means by which search engines identify relevant pages for given searches. Using keywords effectively is one of the keys to achieving maximum traffic from the search engines.</p>','Keywords - primary components in search engine optimization','','inherit','open','open','','569-revision-6','','','2011-08-31 00:13:26','2011-08-30 16:13:26','',569,'http://newweb.amazingbusinessresources.com/archives/584',0,'revision','',0,NULL),(585,1,'2011-08-31 00:00:59','2011-08-30 16:00:59','<p style=\"text-align: justify;\">Internet marketing and search engine optimization hinge on knowing what keyword or keywords web search surfers are searching for on the web. By doing extensive keyword analysis you can zero in on the best keyword terms to use when setting up pay per click advertising, writing keyword articles, and optimizing web pages.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\">Not only is it necessary to know what keywords are searched for the most but also how many times particular keywords have been searched. There are a number of effective tools available for keyword analysis and keyword suggestion.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\">Once you have done some preliminary research you will need to decide which keywords or keyword phrases to target in your Internet marketing campaign. It is best to choose keywords that have a good amount of traffic without too much competition for placement.</p>\r\n<p style=\"text-align: justify;\">For example, let’s say you are marketing a variety of photography books and you search on photography only to find that it had more than 1,000,000 searches last month. The competition for placement with this keyword is probably going to be pretty tough. Try researching on more targeted phrases such as nature photography, landscape photography, photography books, etc.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\">You will likely find that these terms have less monthly searches and much less competition. There will be a lower search to competition ratio. Generally, a keyword with 30,000 to 50,000 monthly searches is going to be one that you can compete for in terms of placement and being found on the search engines. Instead of spinning your wheels marketing for those who are searching for photography instead create multiple campaigns that market to more targeted keyword phrases.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\">You can evaluate the search to competition ratio by taking the number of searchs of a particular keyword and dividing by the number of web site which return for that keyword when searched. The higher the number the better. For example, if you have a keyword that is searched for 100 times in a month and when you search on that keyword you return 1000 results then the ratio is 100/1000 or 0.10. If you have a keyword that is searched for 100 times but there are 10,000 search return results then the ratio goes down to 0.01. The larger the ratio the better in terms of your ability to be competitive.</p>\r\n<p style=\"text-align: justify;\">\r\nFinding the best keywords to use in your web site promotion is vital to effectively driving targeted traffic to your web site. Take the time to find out what people are searching for and your efforts will pay off in terms of traffic and sales conversion.</p>','Search Engine Optimization by choosing the right keywords','','inherit','open','open','','575-revision-2','','','2011-08-31 00:00:59','2011-08-30 16:00:59','',575,'http://newweb.amazingbusinessresources.com/archives/585',0,'revision','',0,NULL),(587,1,'2011-08-31 00:28:40','2011-08-30 16:28:40','<p style=\"text-align: justify;\">Because the internet has became a staple in the daily lives of the majority of people around the world, it is important for business owners to realize how much their company can benefit from having a properly <strong>optimized web site</strong>.  Regardless of whether a company sells products or services, having a web site that is properly optimized can and will provide several major benefits for any company.</p>\n<p style=\"text-align: justify;\">Obviously, the first major benefit of having a web site for your company is an increase in revenue.  As long as your web site is properly optimized by a professional firm, your web site will help you <strong>increase your sales</strong> of your company’s products or services.  When a web site is properly optimized, it will be able to attract <strong>targeted visitors</strong>.  This means that the majority of the traffic your web site receives will be people that are already interested in the products or services your company is providing, which will make the task of completing a sale much easier (instead of trying to complete a sale with an un-targeted visitor).</p>\n<p style=\"text-align: justify;\">In addition to increasing your company’s revenues, a quality web site will increase the awareness of your company’s brand.  Because people will consistently see your web site when they are searching for something in your industry, they will associate your<strong> company’s brand</strong> and <strong>name</strong> as a reliable leader in that industry.</p>\n<p style=\"text-align: justify;\">Finally, when your company has its own web site, it will actually increase your company’s <strong>credibility in the off-line world</strong>.  Because people expect businesses of all sizes to have their own web site, when you are able to print your web site’s URL on materials such as business cards or fliers, people will instantly feel that your company is more credible than one of your competitors that has not taken the time to have a web site created for their company.</p>\n<p style=\"text-align: justify;\">In order to have a properly optimized web site that your potential customers will actually be able to find when they visit a search engine like<strong> Google</strong>, you need to work with an internet marketing SEO firm.  In case you are not familiar with this terminology, an internet marketing SEO firm combines the practices of internet marketing and SEO (search engine optimization) to provide their customers with the highest level of service.  Internet marketing methods include search engine marketing, <strong>blog marketing</strong>,<strong> social media marketing</strong>, <strong>email marketing</strong>, <strong>sms marketing</strong> and <strong>media planning</strong> while search engine optimization is the process of improving the volume and quality of traffic to a web site from search engines via natural search results.  Although many firms only focus on internet marketing or search engine optimization, by choosing a firm that is experienced in both fields, you can ensure that your web site is properly optimized from every angle and provides the maximum amount of benefits for your company.</p>','Benefits of Internet Marketing? Search Engine Optimization','','inherit','open','open','','586-revision','','','2011-08-31 00:28:40','2011-08-30 16:28:40','',586,'http://newweb.amazingbusinessresources.com/archives/587',0,'revision','',0,NULL),(588,1,'2011-07-04 00:29:19','2011-07-03 16:29:19','<p style=\"text-align: justify;\">Today the field of search engine optimization is becoming competitive day by day and <strong>backlinking is gaining popularity</strong> as a crucial SEO tool. There are number of factors determining one’s position on the website and driving traffic towards your site and backlinking is gaining significance and plays an important role for SEO. While discussing about the importance of backlinks, they can be termed as backbone of the website giving it the invisible but essential support.</p>\r\n<p style=\"text-align: justify;\">Defining technically backlinks are the <strong>inbound links</strong> on the website. They are the links placed on other webpage’s and are directed towards your website, these are also known as incoming links, inlinks, and inward links. Quality inbound links add weight to the website popularity and search engine ranking. 95% of SEO focus today revolves around quality backlinking.</p>\r\n<p style=\"text-align: justify;\">There are a number of ways to build quality and effective backlinks for your website.  <strong>Submitting your site</strong> to directories, article sites, <strong>Online Press Releases</strong>, <strong>placing signature links</strong> in the forums, leaving comments on the blogs etc. are some easiest methods for inbound linking.</p>\r\n<p style=\"text-align: justify;\">Importance of backlinking for the SEO game can be discussed under following points:</p>\r\n<p style=\"text-align: justify;\">1. - <strong>Quality backlinks</strong> attracts search engines to find your website. Here, quality of the links dominates over the no. of links directed towards your website. Important thing to be noticed is, a web site linked to you having content relevant to your website will perform better than the website having content unrelated to your website.</p>\r\n<p style=\"text-align: justify;\">2. - <strong>Backlinking</strong> is a part of the entire ranking algorithm process for all the search engines. If two sites are similar in content and design, search engines have a tendency to prefer site having more inbound links but again quality links dominate. Linking with a bad site will cause a drop off for your websites on the search engines.</p>\r\n<p style=\"text-align: justify;\">3. - <strong>Quality backlinks</strong> drive not only search engines but are a crucial factor to attract the web users towards your website.</p>\r\n<p style=\"text-align: justify;\">4. - <strong>Backlinks</strong> helps to point towards your site.  Backlinks found on forums, blogs and other sites across the internet boost up your website popularity.</p>\r\n<p style=\"text-align: justify;\">5. - In today’s PR obsessed internet world inbound links are an effective tool to gain better <strong>Google PR</strong>. Google always consider number of inbound links while raking the websites.</p>\r\n<p style=\"text-align: justify;\">6. - Not only Google but all the biggies like <strong>Yahoo</strong> and <strong>MSN</strong> now use link popularity and link anchor text as the most important factors in determining their rankings.</p>\r\n<p style=\"text-align: justify;\">7. - Linking to the relevant and standard websites <strong>enhance your credibility</strong> in the World Wide Web.</p>\r\n<p style=\"text-align: justify;\">You can increase your website PR and web traffic through the inbound linking with trusted resources. Add some quality links to your website and see your web <strong>business rocking</strong>.</p>','Backlinking plays a vital role in SEO and also termed as backbone of the website.','','publish','open','open','','backlinking-plays-a-vital-role-in-seo-and-also-termed-as-backbone-of-the-website','','','2011-09-02 23:21:46','2011-09-02 15:21:46','',0,'http://newweb.amazingbusinessresources.com/?p=588',0,'post','',0,NULL),(589,1,'2011-08-31 00:33:17','2011-08-30 16:33:17','<p style=\"text-align: justify;\">Today the field of search engine optimization is becoming competitive day by day and <strong>backlinking is gaining popularity</strong> as a crucial SEO tool. There are number of factors determining one’s position on the website and driving traffic towards your site and backlinking is gaining significance and plays an important role for SEO. While discussing about the importance of backlinks, they can be termed as backbone of the website giving it the invisible but essential support.</p>\n<p style=\"text-align: justify;\">Defining technically backlinks are the <strong>inbound links</strong> on the website. They are the links placed on other webpage’s and are directed towards your website, these are also known as incoming links, inlinks, and inward links. Quality inbound links add weight to the website popularity and search engine ranking. 95% of SEO focus today revolves around quality backlinking.</p>\n<p style=\"text-align: justify;\">There are a number of ways to build quality and effective backlinks for your website.  <strong>Submitting your site</strong> to directories, article sites, <strong>Online Press Releases</strong>, <strong>placing signature links</strong> in the forums, leaving comments on the blogs etc. are some easiest methods for inbound linking.</p>\n<p style=\"text-align: justify;\">Importance of backlinking for the SEO game can be discussed under following points:</p>\n\n<ul style=\"text-align: justify;\">\n	<li>- <strong>Quality backlinks</strong> attracts search engines to find your website. Here, quality of the links dominates over the no. of links directed towards your website. Important thing to be noticed is, a web site linked to you having content relevant to your website will perform better than the website having content unrelated to your website.</li>\n	<li>- <strong>Backlinking</strong> is a part of the entire ranking algorithm process for all the search engines. If two sites are similar in content and design, search engines have a tendency to prefer site having more inbound links but again quality links dominate. Linking with a bad site will cause a drop off for your websites on the search engines.</li>\n	<li>- <strong>Quality backlinks</strong> drive not only search engines but are a crucial factor to attract the web users towards your website.</li>\n	<li>- <strong>Backlinks</strong> helps to point towards your site.  Backlinks found on forums, blogs and other sites across the internet boost up your website popularity.</li>\n	<li>- In today’s PR obsessed internet world inbound links are an effective tool to gain better <strong>Google PR</strong>. Google always consider number of inbound links while raking the websites.</li>\n	<li>- Not only Google but all the biggies like <strong>Yahoo</strong> and <strong>MSN</strong> now use link popularity and link anchor text as the most important factors in determining their rankings.</li>\n	<li>- Linking to the relevant and standard websites <strong>enhance your credibility</strong> in the World Wide Web.</li>\n</ul>\n<p style=\"text-align: justify;\">You can increase your website PR and web traffic through the inbound linking with trusted resources. Add some quality links to your website and see your web <strong>business rocking</strong>.</p>','Backlinking plays a vital role in SEO and also termed as backbone of the website.','','inherit','open','open','','588-revision','','','2011-08-31 00:33:17','2011-08-30 16:33:17','',588,'http://newweb.amazingbusinessresources.com/archives/589',0,'revision','',0,NULL),(590,1,'2011-06-30 12:35:10','2011-06-30 04:35:10','<p style=\"text-align: justify;\">A sitemap is an aid used in making navigation through a website easier. It contains the structure of the website along with the included links to the major parts and subsections of the website.</p>\r\n<p style=\"text-align: justify;\">A <strong>website’s sitemap</strong> has a practical and essential use. It makes it easier for visitors to visit through and navigate the website. The <strong>navigational</strong> help ensures that they do not get lost and that they will not have to look futilely for the information or page that they need. A visitor who immediately finds the information that he needs quickly in a website has a higher chance of coming back for another visit.</p>\r\n<p style=\"text-align: justify;\">Many website administrators, designers and webmasters do not fully exploit the uses and benefits of having a good sitemap. For most of them, merely providing a list of links that do not really give a good service to visitors to the website is more than adequate. For them, as long as spiders can find the pages in their website then they are content. But wouldn’t it better if you can design a sitemap page that is not only big help to your visitors but also adds value to your website?</p>\r\n<p style=\"text-align: justify;\">The characteristic of a good sitemap is that each link has an accompanying description about the target page for each link. This helps visitors who go to your site and would rely on it in navigating through your webpages.\r\nLet’s look at two examples:</p>\r\n<p style=\"text-align: justify;\"><strong>Example 1</strong>\r\n<span style=\"text-decoration: underline;\">Link with no description</span>\r\nRock music</p>\r\n<p style=\"text-align: justify;\"><strong>Example 2</strong>\r\n<span style=\"text-decoration: underline;\">Link with description</span>\r\nRock music, the history of British rock music, From the Beatles to the Rolling Stones, David Bowie, Duran Duran, U2, The best British bands and rock acts in history. Trace how rock music in Britain evolved.</p>\r\n<p style=\"text-align: justify;\">There is a definite difference between these two examples. From a mere cursory look at the two examples it is obviously apparent that the second example is far more effective in giving the proper information to visitors. Website visitors are more likely to appreciate the kind of listing illustrated in Example No. 2. This is because most people are more at home with a search engine style listing because it is easier to navigate. No one would like to visit a website and see a sitemap presented similarly to the first example because there is a complete lack of information.</p>\r\n<p style=\"text-align: justify;\">There is also an added benefit to making a descriptive sitemap. It helps in raising your search engine ranking.</p>\r\n<p style=\"text-align: justify;\">By building your sitemap in such a way that you put all the links to related pages on each sitemap page, you are making, in effect, a themed sitemap page. Let us say that you have 7 pages that all relate to British rock music, by putting it all together you make a British rock music themepage. This kind of page will have the element a search engine considers is essential for a high ranking web page: keyword rich text.</p>\r\n<p style=\"text-align: justify;\">It pays to make a good sitemap. Making a conscious effort to make one will bring <strong>great benefits to your website</strong>.</p>','Anatomy to a good sitemap','','publish','open','open','','anatomy-to-a-good-sitemap','','','2011-09-02 23:21:46','2011-09-02 15:21:46','',0,'http://newweb.amazingbusinessresources.com/?p=590',0,'post','',0,NULL),(591,1,'2011-08-31 00:44:08','2011-08-30 16:44:08','<p style=\"text-align: justify;\">A sitemap is an aid used in making navigation through a website easier. It contains the structure of the website along with the included links to the major parts and subsections of the website.</p>\n<p style=\"text-align: justify;\">A <strong>website’s sitemap</strong> has a practical and essential use. It makes it easier for visitors to visit through and navigate the website. The <strong>navigational</strong> help ensures that they do not get lost and that they will not have to look futilely for the information or page that they need. A visitor who immediately finds the information that he needs quickly in a website has a higher chance of coming back for another visit.</p>\n<p style=\"text-align: justify;\">Many website administrators, designers and webmasters do not fully exploit the uses and benefits of having a good sitemap. For most of them, merely providing a list of links that do not really give a good service to visitors to the website is more than adequate. For them, as long as spiders can find the pages in their website then they are content. But wouldn’t it better if you can design a sitemap page that is not only big help to your visitors but also adds value to your website?</p>\n<p style=\"text-align: justify;\">The characteristic of a good sitemap is that each link has an accompanying description about the target page for each link. This helps visitors who go to your site and would rely on it in navigating through your webpages.\nLet’s look at two examples:</p>\n<p style=\"text-align: justify;\"><strong>Example 1</strong>\nLink with no description\nRock music</p>\n<p style=\"text-align: justify;\"><strong>Example 2</strong>\nLink with description\nRock music, the history of British rock music, From the Beatles to the Rolling Stones, David Bowie, Duran Duran, U2, The best British bands and rock acts in history. Trace how rock music in Britain evolved.</p>\n<p style=\"text-align: justify;\">There is a definite difference between these two examples. From a mere cursory look at the two examples it is obviously apparent that the second example is far more effective in giving the proper information to visitors. Website visitors are more likely to appreciate the kind of listing illustrated in Example No. 2. This is because most people are more at home with a search engine style listing because it is easier to navigate. No one would like to visit a website and see a sitemap presented similarly to the first example because there is a complete lack of information.</p>\n<p style=\"text-align: justify;\">There is also an added benefit to making a descriptive sitemap. It helps in raising your search engine ranking.</p>\n<p style=\"text-align: justify;\">By building your sitemap in such a way that you put all the links to related pages on each sitemap page, you are making, in effect, a themed sitemap page. Let us say that you have 7 pages that all relate to British rock music, by putting it all together you make a British rock music themepage. This kind of page will have the element a search engine considers is essential for a high ranking web page: keyword rich text.</p>\n<p style=\"text-align: justify;\">It pays to make a good sitemap. Making a conscious effort to make one will bring <strong>great benefits to your website</strong>.</p>','Anatomy to a good sitemap','','inherit','open','open','','590-revision','','','2011-08-31 00:44:08','2011-08-30 16:44:08','',590,'http://newweb.amazingbusinessresources.com/archives/591',0,'revision','',0,NULL),(592,1,'2011-06-08 00:48:12','2011-06-07 16:48:12','<p style=\"text-align: justify;\"><strong>What Is Organic SEO?</strong>\r\nPut in the simplest manner possible, organic SEO is search engine optimization done manually using no black hat methods, no underhand methods and no automated scripting. It is the purest form of optimizing your website for the benefit of search engines, while still retaining interest for your site visitors, and done well it is exactly the thing that search engines are looking for in a website. Once they find it they will reward your site with better rankings and improved positions within the search engine results pages. Throughout the course of this article it will be referred to as simply SEO.</p>\r\n<p style=\"text-align: justify;\"><strong>Understanding The Search Engines</strong>\r\nUnderstanding Search Engines and their general concept is vital to the use of effective SEO methods. Search engines enable their visitors to enter a specific word or term, known as keywords. Once submitted, all pages containing those keywords that can be found in the search engine’s directory are listed on the search engine result pages. Each page is ranked?according to relevancy, popularity and a few other factors. Therefore, in theory, the more relevant a page is to a given keyword the more likely it will appear at the top of the listings.</p>\r\n<p style=\"text-align: justify;\"><strong>Introducing The Search Engine Spiders</strong>\r\nAnother important factor to remember about search engines is that they don’t use real people to crawl the billions of websites and judge how relevant they are. Instead they use automated software called a spider that does this work much quicker. The calculations that the search engine uses to determine the ranking of a website are called algorithms and in the case of the major search engines like <strong>Google, Yahoo </strong>and<strong> MSN</strong> these algorithms are changed on a regular basis. The changes and the specifics of the algorithms are not released to the public in order to prevent black hat SEOs from manipulating their sites to reach the top of the pile despite containing to information relevant to the search query or keyword.</p>\r\n<p style=\"text-align: justify;\"><strong>Optimizing For Search Engines ? Optimizing For Visitors</strong>\r\nOf course to some extent, all of us reading this article are probably guilty of altering our web pages to meet the whims of search engines but it must be done in a positive and organic way. We understand that optimizing a page purely for the benefit of search engines spiders may massively detract from the actual value of the site to your visitors. Search engines understand this too, hence the evolution of the algorithms. With each new algorithm created and usually patented by search engines like Google, we are getting closer to a structure whereby sites are genuinely judged on their value to visitors. It may sound like an Isaac Asimov novel but the <strong>algorithms</strong> and the <strong>spiders</strong> are basically becoming more human like.</p>\r\n<p style=\"text-align: justify;\"><strong>Basic Components Of SEO</strong>\r\nThe actual methods of optimizing your website are saved for another article, but the basic components of an SEO campaign are broken down into<strong> on page</strong> and <strong>off page</strong> optimization techniques. On page SEO includes factors like keyword inclusion, content optimization, page structure etc? whereas the main contributing factor of off page optimization is inbound links. There are many different factors to each of these areas and different SEOs will give you varying information on which factors are the most relevant to gain higher rankings. These extensive differences in opinion occur because nobody is certain of the algorithm criteria.</p>\r\n<p style=\"text-align: justify;\"><strong>The Benefits Of SEO</strong>\r\nSEO is probably the most beneficial way to conduct Internet promotion. It is highly cost effective, can yield long term results and the leads it generates are opt in and targeted. This doesn’t mean you shouldn’t consider trying out alternative methods of advertising your site. For many, banner advertisements, press releases (can actually be used as part of an SEO campaign as well), PPC campaigns and sponsored listings prove to highly beneficial and including these will help your site’s popularity.</p>\r\n<p style=\"text-align: justify;\"><strong>To Cost Effectiveness And To Life</strong>\r\nThe cost effectiveness is easily determined when you look at the potential of an SEO campaign compared to the method that many consider to be the next best thing ?PPC. A PPC campaign will usually cost you anywhere upward of 5 cents per visitor generated. This means that for every thousand visitors you receive you will have paid $50. Some fairly basic SEO work on a web site containing ten pages will generate this kind of traffic on a monthly basis relatively quickly.</p>\r\n<p style=\"text-align: justify;\">$50 doesn’t sound much but consider that you pay this in one month to receive the desired one thousand visitors. Over the space of a year you will have paid $600, and so on. Now consider that you are competing for a relatively competitive keyword and you find that you need to be paying a minimum of 50 cents per click to generate just the one thousand clicks in a month. All of a sudden youre paying $6000 per year and you are still only getting one thousand clicks every month. $6000 will buy you an awful lot of SEO work and you should find that within a few months you are generating a lot more traffic using SEO.</p>\r\n<p style=\"text-align: justify;\"><strong>Targeted Leads</strong>\r\nTargeted leads are the best type of leads you can generate. It means that the visitors to your site are already predisposed to the basic topic of your site and are interested in what you have to say. It means that they will be more likely to purchase goods or services from your site, click on affiliate links or click Google ads to earn you revenue. Because SEO leads are physically searching for the topic that your site relates to you are guaranteed that they are interested in whatever you’re offering. First of all they search using keywords relevant to your site. They then read the description and name of your site and this further compounds their interest in the page in question and click on the link. Already they have become highly susceptible to the message of your web page.</p>\r\n<p style=\"text-align: justify;\">So Remember? SEO is a webmaster’s greatest tool but treated badly it can quickly blow up in your face. By ensuring you stick to the very letter of the law and do not use any underhand methods you should soon benefit from powerful leads that will frequent your site and earn you revenue.</p>','A Guide to Organic SEO','','publish','open','open','','a-guide-to-organic-seo','','','2011-09-02 23:21:46','2011-09-02 15:21:46','',0,'http://newweb.amazingbusinessresources.com/?p=592',0,'post','',0,NULL),(593,1,'2011-08-31 01:04:10','2011-08-30 17:04:10','<p style=\"text-align: justify;\"><strong>What Is Organic SEO?</strong>\nPut in the simplest manner possible, organic SEO is search engine optimization done manually using no black hat methods, no underhand methods and no automated scripting. It is the purest form of optimizing your website for the benefit of search engines, while still retaining interest for your site visitors, and done well it is exactly the thing that search engines are looking for in a website. Once they find it they will reward your site with better rankings and improved positions within the search engine results pages. Throughout the course of this article it will be referred to as simply SEO.</p>\n<p style=\"text-align: justify;\"><strong>Understanding The Search Engines</strong>\nUnderstanding Search Engines and their general concept is vital to the use of effective SEO methods. Search engines enable their visitors to enter a specific word or term, known as keywords. Once submitted, all pages containing those keywords that can be found in the search engine’s directory are listed on the search engine result pages. Each page is ranked?according to relevancy, popularity and a few other factors. Therefore, in theory, the more relevant a page is to a given keyword the more likely it will appear at the top of the listings.</p>\n<p style=\"text-align: justify;\"><strong>Introducing The Search Engine Spiders</strong>\nAnother important factor to remember about search engines is that they don’t use real people to crawl the billions of websites and judge how relevant they are. Instead they use automated software called a spider that does this work much quicker. The calculations that the search engine uses to determine the ranking of a website are called algorithms and in the case of the major search engines like <strong>Google, Yahoo </strong>and<strong> MSN</strong> these algorithms are changed on a regular basis. The changes and the specifics of the algorithms are not released to the public in order to prevent black hat SEOs from manipulating their sites to reach the top of the pile despite containing to information relevant to the search query or keyword.</p>\n<p style=\"text-align: justify;\"><strong>Optimizing For Search Engines ? Optimizing For Visitors</strong>\nOf course to some extent, all of us reading this article are probably guilty of altering our web pages to meet the whims of search engines but it must be done in a positive and organic way. We understand that optimizing a page purely for the benefit of search engines spiders may massively detract from the actual value of the site to your visitors. Search engines understand this too, hence the evolution of the algorithms. With each new algorithm created and usually patented by search engines like Google, we are getting closer to a structure whereby sites are genuinely judged on their value to visitors. It may sound like an Isaac Asimov novel but the <strong>algorithms</strong> and the <strong>spiders</strong> are basically becoming more human like.</p>\n<p style=\"text-align: justify;\"><strong>Basic Components Of SEO</strong>\nThe actual methods of optimizing your website are saved for another article, but the basic components of an SEO campaign are broken down into<strong> on page</strong> and <strong>off page</strong> optimization techniques. On page SEO includes factors like keyword inclusion, content optimization, page structure etc? whereas the main contributing factor of off page optimization is inbound links. There are many different factors to each of these areas and different SEOs will give you varying information on which factors are the most relevant to gain higher rankings. These extensive differences in opinion occur because nobody is certain of the algorithm criteria.</p>\n<p style=\"text-align: justify;\"><strong>The Benefits Of SEO</strong>\nSEO is probably the most beneficial way to conduct Internet promotion. It is highly cost effective, can yield long term results and the leads it generates are opt in and targeted. This doesn’t mean you shouldn’t consider trying out alternative methods of advertising your site. For many, banner advertisements, press releases (can actually be used as part of an SEO campaign as well), PPC campaigns and sponsored listings prove to highly beneficial and including these will help your site’s popularity.</p>\n<p style=\"text-align: justify;\"><strong>To Cost Effectiveness And To Life</strong>\nThe cost effectiveness is easily determined when you look at the potential of an SEO campaign compared to the method that many consider to be the next best thing ?PPC. A PPC campaign will usually cost you anywhere upward of 5 cents per visitor generated. This means that for every thousand visitors you receive you will have paid $50. Some fairly basic SEO work on a web site containing ten pages will generate this kind of traffic on a monthly basis relatively quickly.</p>\n<p style=\"text-align: justify;\">\n$50 doesn’t sound much but consider that you pay this in one month to receive the desired one thousand visitors. Over the space of a year you will have paid $600, and so on. Now consider that you are competing for a relatively competitive keyword and you find that you need to be paying a minimum of 50 cents per click to generate just the one thousand clicks in a month. All of a sudden youre paying $6000 per year and you are still only getting one thousand clicks every month. $6000 will buy you an awful lot of SEO work and you should find that within a few months you are generating a lot more traffic using SEO.</p>\n<p style=\"text-align: justify;\"><strong>Targeted Leads</strong>\nTargeted leads are the best type of leads you can generate. It means that the visitors to your site are already predisposed to the basic topic of your site and are interested in what you have to say. It means that they will be more likely to purchase goods or services from your site, click on affiliate links or click Google ads to earn you revenue. Because SEO leads are physically searching for the topic that your site relates to you are guaranteed that they are interested in whatever you’re offering. First of all they search using keywords relevant to your site. They then read the description and name of your site and this further compounds their interest in the page in question and click on the link. Already they have become highly susceptible to the message of your web page.</p>\n<p style=\"text-align: justify;\">So Remember? SEO is a webmaster’s greatest tool but treated badly it can quickly blow up in your face. By ensuring you stick to the very letter of the law and do not use any underhand methods you should soon benefit from powerful leads that will frequent your site and earn you revenue.</p>','A Guide to Organic SEO','','inherit','open','open','','592-revision','','','2011-08-31 01:04:10','2011-08-30 17:04:10','',592,'http://newweb.amazingbusinessresources.com/archives/593',0,'revision','',0,NULL),(594,1,'2011-08-31 05:16:22','2011-08-30 21:16:22','<p style=\"text-align: justify;\"><strong>What Is Organic SEO?</strong>\r\nPut in the simplest manner possible, organic SEO is search engine optimization done manually using no black hat methods, no underhand methods and no automated scripting. It is the purest form of optimizing your website for the benefit of search engines, while still retaining interest for your site visitors, and done well it is exactly the thing that search engines are looking for in a website. Once they find it they will reward your site with better rankings and improved positions within the search engine results pages. Throughout the course of this article it will be referred to as simply SEO.</p>\r\n<p style=\"text-align: justify;\"><strong>Understanding The Search Engines</strong>\r\nUnderstanding Search Engines and their general concept is vital to the use of effective SEO methods. Search engines enable their visitors to enter a specific word or term, known as keywords. Once submitted, all pages containing those keywords that can be found in the search engine’s directory are listed on the search engine result pages. Each page is ranked?according to relevancy, popularity and a few other factors. Therefore, in theory, the more relevant a page is to a given keyword the more likely it will appear at the top of the listings.</p>\r\n<p style=\"text-align: justify;\"><strong>Introducing The Search Engine Spiders</strong>\r\nAnother important factor to remember about search engines is that they don’t use real people to crawl the billions of websites and judge how relevant they are. Instead they use automated software called a spider that does this work much quicker. The calculations that the search engine uses to determine the ranking of a website are called algorithms and in the case of the major search engines like <strong>Google, Yahoo </strong>and<strong> MSN</strong> these algorithms are changed on a regular basis. The changes and the specifics of the algorithms are not released to the public in order to prevent black hat SEOs from manipulating their sites to reach the top of the pile despite containing to information relevant to the search query or keyword.</p>\r\n<p style=\"text-align: justify;\"><strong>Optimizing For Search Engines ? Optimizing For Visitors</strong>\r\nOf course to some extent, all of us reading this article are probably guilty of altering our web pages to meet the whims of search engines but it must be done in a positive and organic way. We understand that optimizing a page purely for the benefit of search engines spiders may massively detract from the actual value of the site to your visitors. Search engines understand this too, hence the evolution of the algorithms. With each new algorithm created and usually patented by search engines like Google, we are getting closer to a structure whereby sites are genuinely judged on their value to visitors. It may sound like an Isaac Asimov novel but the <strong>algorithms</strong> and the <strong>spiders</strong> are basically becoming more human like.</p>\r\n<p style=\"text-align: justify;\"><strong>Basic Components Of SEO</strong>\r\nThe actual methods of optimizing your website are saved for another article, but the basic components of an SEO campaign are broken down into<strong> on page</strong> and <strong>off page</strong> optimization techniques. On page SEO includes factors like keyword inclusion, content optimization, page structure etc? whereas the main contributing factor of off page optimization is inbound links. There are many different factors to each of these areas and different SEOs will give you varying information on which factors are the most relevant to gain higher rankings. These extensive differences in opinion occur because nobody is certain of the algorithm criteria.</p>\r\n<p style=\"text-align: justify;\"><strong>The Benefits Of SEO</strong>\r\nSEO is probably the most beneficial way to conduct Internet promotion. It is highly cost effective, can yield long term results and the leads it generates are opt in and targeted. This doesn’t mean you shouldn’t consider trying out alternative methods of advertising your site. For many, banner advertisements, press releases (can actually be used as part of an SEO campaign as well), PPC campaigns and sponsored listings prove to highly beneficial and including these will help your site’s popularity.</p>\r\n<p style=\"text-align: justify;\"><strong>To Cost Effectiveness And To Life</strong>\r\nThe cost effectiveness is easily determined when you look at the potential of an SEO campaign compared to the method that many consider to be the next best thing ?PPC. A PPC campaign will usually cost you anywhere upward of 5 cents per visitor generated. This means that for every thousand visitors you receive you will have paid $50. Some fairly basic SEO work on a web site containing ten pages will generate this kind of traffic on a monthly basis relatively quickly.</p>\r\n<p style=\"text-align: justify;\">$50 doesn’t sound much but consider that you pay this in one month to receive the desired one thousand visitors. Over the space of a year you will have paid $600, and so on. Now consider that you are competing for a relatively competitive keyword and you find that you need to be paying a minimum of 50 cents per click to generate just the one thousand clicks in a month. All of a sudden youre paying $6000 per year and you are still only getting one thousand clicks every month. $6000 will buy you an awful lot of SEO work and you should find that within a few months you are generating a lot more traffic using SEO.</p>\r\n<p style=\"text-align: justify;\"><strong>Targeted Leads</strong>\r\nTargeted leads are the best type of leads you can generate. It means that the visitors to your site are already predisposed to the basic topic of your site and are interested in what you have to say. It means that they will be more likely to purchase goods or services from your site, click on affiliate links or click Google ads to earn you revenue. Because SEO leads are physically searching for the topic that your site relates to you are guaranteed that they are interested in whatever you’re offering. First of all they search using keywords relevant to your site. They then read the description and name of your site and this further compounds their interest in the page in question and click on the link. Already they have become highly susceptible to the message of your web page.</p>\r\n<p style=\"text-align: justify;\">So Remember? SEO is a webmaster’s greatest tool but treated badly it can quickly blow up in your face. By ensuring you stick to the very letter of the law and do not use any underhand methods you should soon benefit from powerful leads that will frequent your site and earn you revenue.</p>','A Guide to Organic SEO','','inherit','open','open','','592-autosave','','','2011-08-31 05:16:22','2011-08-30 21:16:22','',592,'http://newweb.amazingbusinessresources.com/archives/594',0,'revision','',0,NULL),(595,1,'2011-07-07 01:13:11','2011-07-06 17:13:11','        <object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/AB2x0Q6CILs?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/AB2x0Q6CILs?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/getstarted.png) no-repeat; text-indent:-9999px; display:block; width:479px; height:107px;\">Get Started Today For Only $1! - AWeber Communications</a>\r\n        ','Powerful Email Marketing ','','publish','open','open','','powerful-email-marketing','','','2011-09-02 23:21:46','2011-09-02 15:21:46','',0,'http://newweb.amazingbusinessresources.com/?p=595',0,'post','',0,NULL),(596,1,'2011-08-31 01:19:13','2011-08-30 17:19:13','        <object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/AB2x0Q6CILs?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/AB2x0Q6CILs?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/getstarted.png) no-repeat; text-indent:-9999px; display:block; width:479px; height:107px;\">Get Started Today For Only $1! - AWeber Communications</a>\n        ','Powerful Email Marketing ','','inherit','open','open','','595-revision','','','2011-08-31 01:19:13','2011-08-30 17:19:13','',595,'http://newweb.amazingbusinessresources.com/archives/596',0,'revision','',0,NULL),(597,1,'2011-08-31 01:27:31','2011-08-30 17:27:31','        <object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/AB2x0Q6CILs?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/AB2x0Q6CILs?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/getstarted.png) no-repeat; text-indent:-9999px; display:block; width:479px; height:107px;\">Get Started Today For Only $1! - AWeber Communications</a>\r\n        ','Powerful Email Marketing ','','inherit','open','open','','595-revision-2','','','2011-08-31 01:27:31','2011-08-30 17:27:31','',595,'http://newweb.amazingbusinessresources.com/archives/597',0,'revision','',0,NULL),(598,1,'2011-08-30 00:57:39','2011-08-29 16:57:39','<object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/0wyZaSxUyZ8?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/0wyZaSxUyZ8?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/send-first-campaign.png\') no-repeat; text-indent: -9999px; display: block; width: 479px; height: 105px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Send Your First Email Newsletter Today - AWeber Communications</a>\r\n<h2 style=\"text-align: left;\">Email Newsletters in Ease</h2>\r\n<ul>\r\n	<li style=\"text-align: left;\">- Over 150 easy-to-customize templates included - with single and multiple-column designs</li>\r\n	<li style=\"text-align: left;\">- Numerous color schemes to match your branding</li>\r\n	<li style=\"text-align: left;\">- Dedicated areas for your logo and images</li>\r\n	<li style=\"text-align: left;\">- Tested in all major email clients (Gmail, Hotmail, Yahoo! and more)</li>\r\n	<li style=\"text-align: left;\">- Personalize emails with subscribers\' names and other information</li>\r\n	<li style=\"text-align: left;\">- Prefer plain text? Our email marketing newsletters can do that too.</li>\r\n</ul>','Email Newsletters','','inherit','open','open','','289-revision-18','','','2011-08-30 00:57:39','2011-08-29 16:57:39','',289,'http://newweb.amazingbusinessresources.com/archives/598',0,'revision','',0,NULL),(599,1,'2011-08-31 01:31:12','2011-08-30 17:31:12','        <object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/AB2x0Q6CILs?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/AB2x0Q6CILs?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/getstarted.png) no-repeat; text-indent:-9999px; display:block; width:479px; height:107px;\">Get Started Today For Only $1! - AWeber Communications</a>\r\n        ','Powerful Email Marketing ','','inherit','open','open','','595-revision-3','','','2011-08-31 01:31:12','2011-08-30 17:31:12','',595,'http://newweb.amazingbusinessresources.com/archives/599',0,'revision','',0,NULL),(600,1,'2011-06-03 07:36:39','2011-06-02 23:36:39','        <object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/autoresponders.png) no-repeat; text-indent:-9999px; display:block; width:480px; height:108px;\">Try AWeber\'s Autoresponders for $1</a>\r\n        ','Autoresponders','','publish','open','open','','autoresponders','','','2011-08-31 01:39:56','2011-08-30 17:39:56','',0,'http://newweb.amazingbusinessresources.com/?p=600',0,'post','',0,NULL),(601,1,'2011-08-31 01:36:51','2011-08-30 17:36:51','        <object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/autoresponders.png) no-repeat; text-indent:-9999px; display:block; width:480px; height:108px;\">Try AWeber\'s Autoresponders for $1</a>\n        ','Autoresponders','','inherit','open','open','','600-revision','','','2011-08-31 01:36:51','2011-08-30 17:36:51','',600,'http://newweb.amazingbusinessresources.com/archives/601',0,'revision','',0,NULL),(602,1,'2011-05-02 01:40:01','2011-05-01 17:40:01','Ever think of to update your Blog\'s followers in ease. Here you go\r\n\r\n\r\n       <object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/Zp6EO_wvaZo?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Zp6EO_wvaZo?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/rsstoemail.png) no-repeat; text-indent:-9999px; display:block; width:481px; height:120px;\">Simple RSS to Email by AWeber Communications</a>\r\n        ','Turn your RSS to email','','publish','open','open','','turn-your-rss-to-email','','','2011-08-31 01:56:32','2011-08-30 17:56:32','',0,'http://newweb.amazingbusinessresources.com/?p=602',0,'post','',0,NULL),(603,1,'2011-08-31 01:44:02','2011-08-30 17:44:02','Ever think of to update your Blog\'s followers in ease. Here you go\n\n\n       <object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/Zp6EO_wvaZo?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Zp6EO_wvaZo?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/rsstoemail.png) no-repeat; text-indent:-9999px; display:block; width:481px; height:120px;\">Simple RSS to Email by AWeber Communications</a>\n        ','Turn your RSS to email','','inherit','open','open','','602-revision','','','2011-08-31 01:44:02','2011-08-30 17:44:02','',602,'http://newweb.amazingbusinessresources.com/archives/603',0,'revision','',0,NULL),(604,1,'2011-08-31 01:46:10','2011-08-30 17:46:10','Ever think of to update your Blog\'s followers in ease. Here you go\r\n\r\n\r\n       <object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/Zp6EO_wvaZo?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Zp6EO_wvaZo?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/rsstoemail.png) no-repeat; text-indent:-9999px; display:block; width:481px; height:120px;\">Simple RSS to Email by AWeber Communications</a>\r\n        ','Turn your RSS to email','','inherit','open','open','','602-revision-2','','','2011-08-31 01:46:10','2011-08-30 17:46:10','',602,'http://newweb.amazingbusinessresources.com/archives/604',0,'revision','',0,NULL),(605,1,'2011-08-31 01:46:43','2011-08-30 17:46:43','Ever think of to update your Blog\'s followers in ease. Here you go\r\n\r\n\r\n       <object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/Zp6EO_wvaZo?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Zp6EO_wvaZo?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/rsstoemail.png) no-repeat; text-indent:-9999px; display:block; width:481px; height:120px;\">Simple RSS to Email by AWeber Communications</a>\r\n        ','Turn your RSS to email','','inherit','open','open','','602-revision-3','','','2011-08-31 01:46:43','2011-08-30 17:46:43','',602,'http://newweb.amazingbusinessresources.com/archives/605',0,'revision','',0,NULL),(606,1,'2011-08-31 01:49:19','2011-08-30 17:49:19','Ever think of to update your Blog\'s followers in ease. Here you go\r\n\r\n\r\n       <object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/Zp6EO_wvaZo?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/Zp6EO_wvaZo?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/rsstoemail.png) no-repeat; text-indent:-9999px; display:block; width:481px; height:120px;\">Simple RSS to Email by AWeber Communications</a>\r\n        ','Turn your RSS to email','','inherit','open','open','','602-revision-4','','','2011-08-31 01:49:19','2011-08-30 17:49:19','',602,'http://newweb.amazingbusinessresources.com/archives/606',0,'revision','',0,NULL),(607,1,'2011-05-18 01:59:46','2011-05-17 17:59:46','        <object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/frnDeGUnzCY?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/frnDeGUnzCY?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/automate.png) no-repeat; text-indent:-9999px; display:block; width:481px; height:107px;\">Automate Your Email Marketing with AWeber</a>\r\n        ','Manage Multiple Email Marketing Campaigns','','publish','open','open','','manage-multiple-email-marketing-campaigns','','','2011-08-31 02:04:15','2011-08-30 18:04:15','',0,'http://newweb.amazingbusinessresources.com/?p=607',0,'post','',0,NULL),(608,1,'2011-08-31 01:56:58','2011-08-30 17:56:58','        <object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/frnDeGUnzCY?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/frnDeGUnzCY?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/automate.png) no-repeat; text-indent:-9999px; display:block; width:481px; height:107px;\">Automate Your Email Marketing with AWeber</a>\n        ','Manage Multiple Email Marketing Campaigns','','inherit','open','open','','607-revision','','','2011-08-31 01:56:58','2011-08-30 17:56:58','',607,'http://newweb.amazingbusinessresources.com/archives/608',0,'revision','',0,NULL),(609,1,'2011-08-31 01:59:46','2011-08-30 17:59:46','        <object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/frnDeGUnzCY?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/frnDeGUnzCY?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/automate.png) no-repeat; text-indent:-9999px; display:block; width:481px; height:107px;\">Automate Your Email Marketing with AWeber</a>\r\n        ','Manage Multiple Email Marketing Campaigns','','inherit','open','open','','607-revision-2','','','2011-08-31 01:59:46','2011-08-30 17:59:46','',607,'http://newweb.amazingbusinessresources.com/archives/609',0,'revision','',0,NULL),(1004,1,'2011-09-30 23:37:34','2011-09-30 15:37:34','','btn-learn-more','','inherit','open','open','','btn-learn-more','','','2011-09-30 23:37:34','2011-09-30 15:37:34','',0,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/09/btn-learn-more.png',0,'attachment','image/png',0,NULL),(1005,1,'2011-08-29 22:46:40','2011-08-29 14:46:40','','Blog','','inherit','open','open','','35-revision-3','','','2011-08-29 22:46:40','2011-08-29 14:46:40','',35,'http://newweb.amazingbusinessresources.com/archives/1005',0,'revision','',0,NULL),(1006,1,'2011-09-02 03:01:26','2011-09-01 19:01:26','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-207\" title=\"Website Development|Website Planning|Website Conceptualization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development-Banner.jpg\" alt=\"Website Development|Website Planning|Website Conceptualization\" width=\"600\" height=\"187\" /></p>\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a href=\"http://amazingbusinessresources.com\">Presentable Website</a></p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n<p style=\"text-align: justify;\"></p>\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"></p>','Website Development','','inherit','open','open','','156-revision-53','','','2011-09-02 03:01:26','2011-09-01 19:01:26','',156,'http://newweb.amazingbusinessresources.com/archives/1006',0,'revision','',0,NULL),(616,1,'2011-08-31 00:09:01','2011-08-30 16:09:01','<p style=\"text-align: justify;\"><strong>Why blog Marketing</strong></p>\r\n\r\n<ul>\r\n	<li style=\"text-align: justify;\">- Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: <strong>Movable Type, Blogger.com, Wordpress.com</strong>, and Typepad all offer easy blogging tools to get started.</li>\r\n	<li style=\"text-align: justify;\">- Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</li>\r\n	<li style=\"text-align: justify;\">- <strong>Updating the weblog</strong> is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</li>\r\n	<li style=\"text-align: justify;\">- Business blogs provide your <strong>small business</strong> with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</li>\r\n</ul>','Blog Marketing','','inherit','open','open','','559-revision-4','','','2011-08-31 00:09:01','2011-08-30 16:09:01','',559,'http://newweb.amazingbusinessresources.com/archives/616',0,'revision','',0,NULL),(617,1,'2011-08-30 02:18:15','2011-08-29 18:18:15','<p style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></p>\r\n<p style=\"text-align: justify;\">According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</p>\r\n<p style=\"text-align: justify;\">What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</p>\r\n<p style=\"text-align: justify;\">Watch this <a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\">YouTube video</a> to see how easy it is to make a YouTube video!</p>\r\n<p style=\"text-align: justify;\">If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</p>\r\n<p style=\"text-align: justify;\">1. <strong>Executive presentations</strong>. Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</p>\r\n<p style=\"text-align: justify;\">2. <strong>Training</strong>. Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n<p style=\"text-align: justify;\">3. <strong>Help</strong>. Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n<p style=\"text-align: justify;\">4. <strong>Marketing</strong>. A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n<p style=\"text-align: justify;\">5. <strong>Events</strong>. Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','Why Youtube Marketing','','inherit','open','open','','549-revision-4','','','2011-08-30 02:18:15','2011-08-29 18:18:15','',549,'http://newweb.amazingbusinessresources.com/archives/617',0,'revision','',0,NULL),(618,1,'2011-08-31 02:14:22','2011-08-30 18:14:22','<p style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></p>\r\n<p style=\"text-align: justify;\">According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</p>\r\n<p style=\"text-align: justify;\">What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</p>\r\n<p style=\"text-align: justify;\">Watch this <span style=\"color: #3366ff;\"><a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\"><span style=\"color: #3366ff;\">YouTube video</span></a></span> to see how easy it is to make a YouTube video!</p>\r\n<p style=\"text-align: justify;\">If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</p>\r\n<p style=\"text-align: justify;\">1. <strong>Executive presentations</strong>. Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</p>\r\n<p style=\"text-align: justify;\">2. <strong>Training</strong>. Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n<p style=\"text-align: justify;\">3. <strong>Help</strong>. Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n<p style=\"text-align: justify;\">4. <strong>Marketing</strong>. A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n<p style=\"text-align: justify;\">5. <strong>Events</strong>. Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','Why Youtube Marketing','','inherit','open','open','','549-revision-5','','','2011-08-31 02:14:22','2011-08-30 18:14:22','',549,'http://newweb.amazingbusinessresources.com/archives/618',0,'revision','',0,NULL),(619,1,'2011-08-31 02:14:45','2011-08-30 18:14:45','<p style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></p>\r\n<p style=\"text-align: justify;\">According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</p>\r\n<p style=\"text-align: justify;\">What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</p>\r\n<p style=\"text-align: justify;\">Watch this <span style=\"color: #3366ff;\"><a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\"><span style=\"color: #3366ff;\">YouTube video</span></a></span> to see how easy it is to make a YouTube video!</p>\r\n<p style=\"text-align: justify;\">If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</p>\r\n<p style=\"text-align: justify;\">1. <strong>Executive presentations</strong>. Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</p>\r\n<p style=\"text-align: justify;\">2. <strong>Training</strong>. Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n<p style=\"text-align: justify;\">3. <strong>Help</strong>. Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n<p style=\"text-align: justify;\">4. <strong>Marketing</strong>. A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n<p style=\"text-align: justify;\">5. <strong>Events</strong>. Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','Why Youtube Marketing','','inherit','open','open','','549-revision-6','','','2011-08-31 02:14:45','2011-08-30 18:14:45','',549,'http://newweb.amazingbusinessresources.com/archives/619',0,'revision','',0,NULL),(620,1,'2011-08-31 02:15:10','2011-08-30 18:15:10','<p style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></p>\r\n<p style=\"text-align: justify;\">According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</p>\r\n<p style=\"text-align: justify;\">What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</p>\r\n<p style=\"text-align: justify;\">Watch this <span style=\"color: #3366ff;\"><a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\"><span style=\"color: #3366ff;\">YouTube video</span></a></span> to see how easy it is to make a YouTube video!</p>\r\n<p style=\"text-align: justify;\">If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</p>\r\n<p style=\"text-align: justify;\">1. <strong>Executive presentations</strong>. Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</p>\r\n<p style=\"text-align: justify;\">2. <strong>Training</strong>. Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n<p style=\"text-align: justify;\">3. <strong>Help</strong>. Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n<p style=\"text-align: justify;\">4. <strong>Marketing</strong>. A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n<p style=\"text-align: justify;\">5. <strong>Events</strong>. Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','Why Youtube Marketing','','inherit','open','open','','549-revision-7','','','2011-08-31 02:15:10','2011-08-30 18:15:10','',549,'http://newweb.amazingbusinessresources.com/archives/620',0,'revision','',0,NULL),(621,1,'2011-08-31 02:13:12','2011-08-30 18:13:12','<p style=\"text-align: justify;\"><strong>Why blog Marketing</strong></p>\r\n\r\n<ul>\r\n	<li style=\"text-align: justify;\">- Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: <strong>Movable Type, Blogger.com, Wordpress.com</strong>, and Typepad all offer easy blogging tools to get started.</li>\r\n	<li style=\"text-align: justify;\">- Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</li>\r\n	<li style=\"text-align: justify;\">- <strong>Updating the weblog</strong> is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</li>\r\n	<li style=\"text-align: justify;\">- Business blogs provide your <strong>small business</strong> with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</li>\r\n</ul>','Blog Marketing','','inherit','open','open','','559-revision-5','','','2011-08-31 02:13:12','2011-08-30 18:13:12','',559,'http://newweb.amazingbusinessresources.com/archives/621',0,'revision','',0,NULL),(624,1,'2011-08-31 02:19:56','2011-08-30 18:19:56','<strong>Why blog Marketing</strong>\r\n<ul>\r\n	<li>- Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</li>\r\n	<li>- Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet</li>\r\n	<li>- Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</li>\r\n	<li>- Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</li>\r\n</ul>','Blog Marketing','','inherit','open','open','','559-revision-8','','','2011-08-31 02:19:56','2011-08-30 18:19:56','',559,'http://newweb.amazingbusinessresources.com/archives/624',0,'revision','',0,NULL),(625,1,'2011-08-31 02:20:32','2011-08-30 18:20:32','<strong>Why blog Marketing</strong>\r\n<ul>\r\n	<li>- <span style=\"color: #808080;\">Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</span></li>\r\n	<li><span style=\"color: #808080;\">- Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</span></li>\r\n	<li><span style=\"color: #808080;\">- Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</span></li>\r\n	<li><span style=\"color: #808080;\">- Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</span></li>\r\n</ul>','Blog Marketing','','inherit','open','open','','559-revision-9','','','2011-08-31 02:20:32','2011-08-30 18:20:32','',559,'http://newweb.amazingbusinessresources.com/archives/625',0,'revision','',0,NULL),(628,1,'2011-08-31 02:23:24','2011-08-30 18:23:24','<h2 style=\"text-align: justify;\"><strong>Why blog Marketing</strong></h2>\r\n<ul>\r\n	<li style=\"text-align: justify;\">Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</li>\r\n	<li style=\"text-align: justify;\">- Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</li>\r\n	<li style=\"text-align: justify;\">- Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</li>\r\n	<li style=\"text-align: justify;\">- Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</li>\r\n</ul>','Blog Marketing','','inherit','open','open','','559-revision-12','','','2011-08-31 02:23:24','2011-08-30 18:23:24','',559,'http://newweb.amazingbusinessresources.com/archives/628',0,'revision','',0,NULL),(626,1,'2011-08-31 02:20:47','2011-08-30 18:20:47','<p style=\"text-align: justify;\"><strong>Why blog Marketing</strong></p>\r\n\r\n<ul>\r\n	<li style=\"text-align: justify;\">- <span style=\"color: #808080;\">Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</span></li>\r\n	<li style=\"text-align: justify;\"><span style=\"color: #808080;\">- Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</span></li>\r\n	<li style=\"text-align: justify;\"><span style=\"color: #808080;\">- Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</span></li>\r\n	<li style=\"text-align: justify;\"><span style=\"color: #808080;\">- Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</span></li>\r\n</ul>','Blog Marketing','','inherit','open','open','','559-revision-10','','','2011-08-31 02:20:47','2011-08-30 18:20:47','',559,'http://newweb.amazingbusinessresources.com/archives/626',0,'revision','',0,NULL),(627,1,'2011-08-31 02:21:09','2011-08-30 18:21:09','<h2 style=\"text-align: justify;\"><strong>Why blog Marketing</strong></h2>\r\n<ul>\r\n	<li style=\"text-align: justify;\">- <span style=\"color: #808080;\">Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</span></li>\r\n	<li style=\"text-align: justify;\"><span style=\"color: #808080;\">- Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</span></li>\r\n	<li style=\"text-align: justify;\"><span style=\"color: #808080;\">- Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</span></li>\r\n	<li style=\"text-align: justify;\"><span style=\"color: #808080;\">- Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</span></li>\r\n</ul>','Blog Marketing','','inherit','open','open','','559-revision-11','','','2011-08-31 02:21:09','2011-08-30 18:21:09','',559,'http://newweb.amazingbusinessresources.com/archives/627',0,'revision','',0,NULL),(640,1,'2011-08-31 02:37:39','2011-08-30 18:37:39','<pre>Why blog Marketing\r\n\r\nBlog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.\r\n\r\nBlogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.\r\n\r\nUpdating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.\r\n\r\nBusiness blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</pre>','Blog Marketing','','inherit','open','open','','559-revision-19','','','2011-08-31 02:37:39','2011-08-30 18:37:39','',559,'http://newweb.amazingbusinessresources.com/archives/640',0,'revision','',0,NULL),(629,1,'2011-08-29 22:29:32','2011-08-29 14:29:32','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" /><img class=\"aligncenter size-full wp-image-152\" title=\"TITLE copy_2\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/TITLE-copy_2.jpg\" alt=\"\" width=\"480\" height=\"48\" /></span></h1>\r\n<h1 style=\"text-align: center;\"></h1>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/website-development\"><img class=\"size-full wp-image-103 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></a></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/search-engine-optimization-seo\"><img class=\"size-full wp-image-105 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"Website Development\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/website-development\">Read more</a></span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"SEO\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/search-engine-optimization-seo\">Read more</a></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1\"><img class=\"size-full wp-image-106 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></a></td>\r\n<td></td>\r\n<td><img class=\"aligncenter size-full wp-image-104\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"Social Media Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1\">Read more</a></span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\r\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\"><a title=\"Email Marketing Campaign\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/email-marketing-2\">Read more</a></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/mobile-marketing-1\"><img class=\"size-full wp-image-107 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></a></td>\r\n<td></td>\r\n<td><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/media-planning-1\"><img class=\"size-full wp-image-108 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">Amazing\'s SMS marketing platform allows you to quickly, easily, and economically implement mobile campaigns and spin your database into gold mine. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"Mobile Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/mobile-marketing-1\">Read more</a></span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"Media Planning\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/media-planning-1\">Read more</a></span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-54','','','2011-08-29 22:29:32','2011-08-29 14:29:32','',21,'http://newweb.amazingbusinessresources.com/archives/629',0,'revision','',0,NULL),(630,1,'2011-08-31 02:23:43','2011-08-30 18:23:43','<h2 style=\"text-align: justify;\"><strong>Why blog Marketing</strong></h2>\r\n<ul>\r\n	<li><span style=\"color: #888888;\">Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</span></li>\r\n	<li><span style=\"color: #888888;\">- Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</span></li>\r\n	<li><span style=\"color: #888888;\">- Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</span></li>\r\n	<li><span style=\"color: #888888;\">- Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</span></li>\r\n</ul>','Blog Marketing','','inherit','open','open','','559-revision-13','','','2011-08-31 02:23:43','2011-08-30 18:23:43','',559,'http://newweb.amazingbusinessresources.com/archives/630',0,'revision','',0,NULL),(631,1,'2011-08-31 02:15:42','2011-08-30 18:15:42','<p style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></p>\r\n<p style=\"text-align: justify;\">According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</p>\r\n<p style=\"text-align: justify;\">What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</p>\r\n<p style=\"text-align: justify;\">Watch <span style=\"color: #3366ff;\"><a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\"><span style=\"color: #3366ff;\">YouTube video</span></a></span> to see how easy it is to make a YouTube video!</p>\r\n<p style=\"text-align: justify;\">If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</p>\r\n<p style=\"text-align: justify;\">1. <strong>Executive presentations</strong>. Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</p>\r\n<p style=\"text-align: justify;\">2. <strong>Training</strong>. Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n<p style=\"text-align: justify;\">3. <strong>Help</strong>. Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n<p style=\"text-align: justify;\">4. <strong>Marketing</strong>. A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n<p style=\"text-align: justify;\">5. <strong>Events</strong>. Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','Why Youtube Marketing','','inherit','open','open','','549-revision-8','','','2011-08-31 02:15:42','2011-08-30 18:15:42','',549,'http://newweb.amazingbusinessresources.com/archives/631',0,'revision','',0,NULL),(632,1,'2011-08-31 02:31:35','2011-08-30 18:31:35','<h2 style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></h2>\r\n<p style=\"text-align: justify;\">According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</p>\r\n<p style=\"text-align: justify;\">What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</p>\r\n<p style=\"text-align: justify;\">Watch <span style=\"color: #3366ff;\"><a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\"><span style=\"color: #3366ff;\">YouTube video</span></a></span> to see how easy it is to make a YouTube video!</p>\r\n<p style=\"text-align: justify;\">If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</p>\r\n<p style=\"text-align: justify;\">1. <strong>Executive presentations</strong>. Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</p>\r\n<p style=\"text-align: justify;\">2. <strong>Training</strong>. Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n<p style=\"text-align: justify;\">3. <strong>Help</strong>. Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n<p style=\"text-align: justify;\">4. <strong>Marketing</strong>. A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n<p style=\"text-align: justify;\">5. <strong>Events</strong>. Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','Why Youtube Marketing','','inherit','open','open','','549-revision-9','','','2011-08-31 02:31:35','2011-08-30 18:31:35','',549,'http://newweb.amazingbusinessresources.com/archives/632',0,'revision','',0,NULL),(714,1,'2011-08-31 04:59:37','2011-08-30 20:59:37','<h2 style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></h2>\r\n<ol>According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</ol>\r\n<ol>What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</ol>\r\n<ol>\r\n<ol>Watch <a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\">YouTube video</a>to see how easy it is to make a YouTube Video!</ol>\r\n<ol>If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</ol>\r\n<h2 style=\"text-align: justify;\"><span style=\"color: #000000;\">1. <strong>Executive presentations</strong>.</span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</span></p>\r\n\r\n<h2 style=\"text-align: justify;\">2. <strong>Training</strong>.</h2>\r\n<p style=\"text-align: justify;\">Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n\r\n<h2 style=\"text-align: justify;\">3. <strong>Help</strong>.</h2>\r\n<p style=\"text-align: justify;\">Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n\r\n<h2 style=\"text-align: justify;\">4. <strong>Marketing</strong>.</h2>\r\n<p style=\"text-align: justify;\">A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n\r\n<h2 style=\"text-align: justify;\">5. <strong>Events</strong>.</h2>\r\n<p style=\"text-align: justify;\">Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','Why Youtube Marketing','','inherit','open','open','','549-revision-18','','','2011-08-31 04:59:37','2011-08-30 20:59:37','',549,'http://newweb.amazingbusinessresources.com/archives/714',0,'revision','',0,NULL),(634,1,'2011-08-31 02:33:53','2011-08-30 18:33:53','<h2 style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></h2>\r\n<p style=\"text-align: justify;\">According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</p>\r\n<p style=\"text-align: justify;\">What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</p>\r\n<p style=\"text-align: justify;\">Watch <a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\">YouTube video</a> to see how easy it is to make a YouTube Video!</p>\r\n<p style=\"text-align: justify;\">If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</p>\r\n\r\n<h2 style=\"text-align: justify;\">1. <strong>Executive presentations</strong>.</h2>\r\n<p style=\"text-align: justify;\">Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</p>\r\n\r\n<h2 style=\"text-align: justify;\">2. <strong>Training</strong>.</h2>\r\n<p style=\"text-align: justify;\">Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n\r\n<h2 style=\"text-align: justify;\">3. <strong>Help</strong>.</h2>\r\n<p style=\"text-align: justify;\">Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n\r\n<h2 style=\"text-align: justify;\">4. <strong>Marketing</strong>.</h2>\r\n<p style=\"text-align: justify;\">A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n\r\n<h2 style=\"text-align: justify;\">5. <strong>Events</strong>.</h2>\r\n<p style=\"text-align: justify;\">Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','Why Youtube Marketing','','inherit','open','open','','549-revision-11','','','2011-08-31 02:33:53','2011-08-30 18:33:53','',549,'http://newweb.amazingbusinessresources.com/archives/634',0,'revision','',0,NULL),(708,1,'2011-08-31 02:34:08','2011-08-30 18:34:08','<h2 style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></h2>\r\n<p style=\"text-align: justify;\">According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</p>\r\n<p style=\"text-align: justify;\">What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</p>\r\n<p style=\"text-align: justify;\">Watch <span style=\"color: #3366ff;\"><a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\"><span style=\"color: #3366ff;\">YouTube video</span></a></span> to see how easy it is to make a YouTube Video!</p>\r\n<p style=\"text-align: justify;\">If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</p>\r\n\r\n<h2 style=\"text-align: justify;\">1. <strong>Executive presentations</strong>.</h2>\r\n<p style=\"text-align: justify;\">Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</p>\r\n\r\n<h2 style=\"text-align: justify;\">2. <strong>Training</strong>.</h2>\r\n<p style=\"text-align: justify;\">Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n\r\n<h2 style=\"text-align: justify;\">3. <strong>Help</strong>.</h2>\r\n<p style=\"text-align: justify;\">Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n\r\n<h2 style=\"text-align: justify;\">4. <strong>Marketing</strong>.</h2>\r\n<p style=\"text-align: justify;\">A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n\r\n<h2 style=\"text-align: justify;\">5. <strong>Events</strong>.</h2>\r\n<p style=\"text-align: justify;\">Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','Why Youtube Marketing','','inherit','open','open','','549-revision-12','','','2011-08-31 02:34:08','2011-08-30 18:34:08','',549,'http://newweb.amazingbusinessresources.com/archives/708',0,'revision','',0,NULL),(633,1,'2011-08-31 02:32:32','2011-08-30 18:32:32','<h2 style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></h2>\r\n<p style=\"text-align: justify;\">According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</p>\r\n<p style=\"text-align: justify;\">What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</p>\r\n<p style=\"text-align: justify;\">Watch <span style=\"color: #3366ff;\"><a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\"><span style=\"color: #3366ff;\">YouTube video</span></a></span> to see how easy it is to make a YouTube video!</p>\r\n<p style=\"text-align: justify;\">If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</p>\r\n\r\n<h2 style=\"text-align: justify;\">1. <strong>Executive presentations</strong>.</h2>\r\n<p style=\"text-align: justify;\">Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</p>\r\n\r\n<h2 style=\"text-align: justify;\">2. <strong>Training</strong>.</h2>\r\n<p style=\"text-align: justify;\">Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n\r\n<h2 style=\"text-align: justify;\">3. <strong>Help</strong>.</h2>\r\n<p style=\"text-align: justify;\">Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n\r\n<h2 style=\"text-align: justify;\">4. <strong>Marketing</strong>.</h2>\r\n<p style=\"text-align: justify;\">A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n\r\n<h2 style=\"text-align: justify;\">5. <strong>Events</strong>.</h2>\r\n<p style=\"text-align: justify;\">Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','Why Youtube Marketing','','inherit','open','open','','549-revision-10','','','2011-08-31 02:32:32','2011-08-30 18:32:32','',549,'http://newweb.amazingbusinessresources.com/archives/633',0,'revision','',0,NULL),(635,1,'2011-08-31 02:31:17','2011-08-30 18:31:17','<h2 style=\"text-align: justify;\"><strong>Why blog Marketing</strong></h2>\r\n<ul>\r\n	<li style=\"text-align: justify;\"><span style=\"color: #888888;\">Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</span></li>\r\n	<li style=\"text-align: justify;\"><span style=\"color: #888888;\">- Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</span></li>\r\n	<li style=\"text-align: justify;\"><span style=\"color: #888888;\">- Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</span></li>\r\n	<li style=\"text-align: justify;\"><span style=\"color: #888888;\">- Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</span></li>\r\n</ul>','Blog Marketing','','inherit','open','open','','559-revision-14','','','2011-08-31 02:31:17','2011-08-30 18:31:17','',559,'http://newweb.amazingbusinessresources.com/archives/635',0,'revision','',0,NULL),(637,1,'2011-08-31 02:35:45','2011-08-30 18:35:45','<h2 style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Why blog Marketing</strong></span></h2>\r\nBlog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.\r\n- Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.\r\n- Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.\r\n- Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.','Blog Marketing','','inherit','open','open','','559-revision-16','','','2011-08-31 02:35:45','2011-08-30 18:35:45','',559,'http://newweb.amazingbusinessresources.com/archives/637',0,'revision','',0,NULL),(636,1,'2011-08-31 02:34:54','2011-08-30 18:34:54','<h2 style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Why blog Marketing</strong></span></h2>\r\n<ul>\r\n	<li style=\"text-align: justify;\"><span style=\"color: #000000;\">Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</span></li>\r\n	<li style=\"text-align: justify;\"><span style=\"color: #000000;\">- Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</span></li>\r\n	<li style=\"text-align: justify;\"><span style=\"color: #000000;\">- Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</span></li>\r\n	<li style=\"text-align: justify;\"><span style=\"color: #000000;\">- Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</span></li>\r\n</ul>','Blog Marketing','','inherit','open','open','','559-revision-15','','','2011-08-31 02:34:54','2011-08-30 18:34:54','',559,'http://newweb.amazingbusinessresources.com/archives/636',0,'revision','',0,NULL),(638,1,'2011-08-31 02:36:21','2011-08-30 18:36:21','<h2 style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Why blog Marketing</strong></span></h2>\r\n<span style=\"color: #000000;\">Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</span>\r\n<span style=\"color: #000000;\">Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</span>\r\n<span style=\"color: #000000;\">Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</span>\r\n<span style=\"color: #000000;\">Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</span>','Blog Marketing','','inherit','open','open','','559-revision-17','','','2011-08-31 02:36:21','2011-08-30 18:36:21','',559,'http://newweb.amazingbusinessresources.com/archives/638',0,'revision','',0,NULL),(639,1,'2011-08-31 02:36:44','2011-08-30 18:36:44','<h2 style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Why blog Marketing</strong></span></h2>\r\n<h2 style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</span></h2>\r\n<h2 style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</span></h2>\r\n<h2 style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</span></h2>\r\n<h2 style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</span></h2>','Blog Marketing','','inherit','open','open','','559-revision-18','','','2011-08-31 02:36:44','2011-08-30 18:36:44','',559,'http://newweb.amazingbusinessresources.com/archives/639',0,'revision','',0,NULL),(641,1,'2011-08-31 02:38:42','2011-08-30 18:38:42','Why blog Marketing\r\n\r\nBlog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.\r\n\r\nBlogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.\r\n\r\nUpdating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.\r\n\r\nBusiness blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.\r\n\r\n&nbsp;','Blog Marketing','','inherit','open','open','','559-revision-20','','','2011-08-31 02:38:42','2011-08-30 18:38:42','',559,'http://newweb.amazingbusinessresources.com/archives/641',0,'revision','',0,NULL),(643,1,'2011-08-31 02:40:41','2011-08-30 18:40:41','Why blog Marketing\r\n\r\nBlog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.\r\n\r\nBlogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.\r\n\r\nUpdating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.\r\n\r\nBusiness blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.\r\n\r\n&nbsp;','Blog Marketing','','inherit','open','open','','559-revision-22','','','2011-08-31 02:40:41','2011-08-30 18:40:41','',559,'http://newweb.amazingbusinessresources.com/archives/643',0,'revision','',0,NULL),(642,1,'2011-08-31 02:40:10','2011-08-30 18:40:10','<h2>Why blog Marketing</h2>\r\n<h2><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</span></h2>\r\nBlogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.\r\n\r\nUpdating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.\r\n\r\nBusiness blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.','Blog Marketing','','inherit','open','open','','559-revision-21','','','2011-08-31 02:40:10','2011-08-30 18:40:10','',559,'http://newweb.amazingbusinessresources.com/archives/642',0,'revision','',0,NULL),(644,1,'2011-08-31 02:41:53','2011-08-30 18:41:53','<span style=\"color: #000000;\">Why blog Marketing</span>\r\n\r\n<span style=\"color: #000000;\">Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</span>\r\n\r\n<span style=\"color: #000000;\">Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</span>\r\n\r\n<span style=\"color: #000000;\">Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</span>\r\n\r\n<span style=\"color: #000000;\">Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</span>\r\n\r\n&nbsp;','Blog Marketing','','inherit','open','open','','559-revision-23','','','2011-08-31 02:41:53','2011-08-30 18:41:53','',559,'http://newweb.amazingbusinessresources.com/archives/644',0,'revision','',0,NULL),(645,1,'2011-08-31 02:42:14','2011-08-30 18:42:14','<h2><span style=\"color: #000000;\">Why blog Marketing</span></h2>\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\">Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</span>\r\n\r\n<span style=\"color: #000000;\">Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</span>\r\n\r\n<span style=\"color: #000000;\">Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</span>\r\n\r\n<span style=\"color: #000000;\">Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</span>\r\n\r\n&nbsp;','Blog Marketing','','inherit','open','open','','559-revision-24','','','2011-08-31 02:42:14','2011-08-30 18:42:14','',559,'http://newweb.amazingbusinessresources.com/archives/645',0,'revision','',0,NULL),(703,1,'2011-08-31 04:51:56','2011-08-30 20:51:56','<h2><span style=\"color: #000000;\">Why Blog Marketing</span></h2>\r\n<ul>\r\n	<li>Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</li>\r\n	<li>Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</li>\r\n	<li>Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</li>\r\n	<li>Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</li>\r\n</ul>\r\n&nbsp;','Blog Marketing','','inherit','open','open','','559-revision-26','','','2011-08-31 04:51:56','2011-08-30 20:51:56','',559,'http://newweb.amazingbusinessresources.com/archives/703',0,'revision','',0,NULL),(646,1,'2011-08-31 00:10:10','2011-08-30 16:10:10','<p style=\"text-align: justify;\"><strong>Why Facebook Marketing?</strong></p>\r\n\r\n<ol>\r\n	<li style=\"text-align: justify;\"><strong>Customer Interaction</strong> – Facebook pages provide a forum for dialogue between customers and the brand, giving companies the opportunity to build better relationships with target audiences and current customers.</li>\r\n	<li style=\"text-align: justify;\"><strong>Reputation Management</strong> – Facebook allows a company to gain a deeper understanding of how the brand is perceived online – through direct feedback and also by monitoring what users are saying about the brand.</li>\r\n	<li style=\"text-align: justify;\"><strong>New Customer Acquisition</strong> – Each time a Facebook user becomes a fan of a Facebook page, a notice is posted as news item for all of that user’s friends to see. This creates an opportunity for a Facebook page to go viral and reach new viewers.</li>\r\n	<li style=\"text-align: justify;\"><strong>Feedback Mechanism</strong> – In a service-based sector like hospitality, customer feedback is vital. Facebook allows users to communicate their experiences directly and give the company the opportunity to respond.</li>\r\n	<li style=\"text-align: justify;\"><strong>Branding</strong> – Facebook can be used as a medium for creating brand awareness in addition to a company’s corporate website. It provides brand exposure to a potentially new audience and gives organizations the opportunity to position themselves in new and unique ways.</li>\r\n	<li style=\"text-align: justify;\"><strong>Drive Web Traffic</strong> – As a Facebook page grows its fan base, traffic to the company website will increase. Facebook pages also appear in Universal Search Results.</li>\r\n</ol>','Why Facebook Marketing','','inherit','open','open','','1-revision-3','','','2011-08-31 00:10:10','2011-08-30 16:10:10','',1,'http://newweb.amazingbusinessresources.com/archives/646',0,'revision','',0,NULL),(647,1,'2011-08-31 02:47:13','2011-08-30 18:47:13','<p style=\"text-align: justify;\"><strong>Why Facebook Marketing?</strong></p>\r\n\r\n\r\n	<li style=\"text-align: justify;\"><strong>Customer Interaction</strong> – Facebook pages provide a forum for dialogue between customers and the brand, giving companies the opportunity to build better relationships with target audiences and current customers.</li>\r\n	<li style=\"text-align: justify;\"><strong>Reputation Management</strong> – Facebook allows a company to gain a deeper understanding of how the brand is perceived online – through direct feedback and also by monitoring what users are saying about the brand.</li>\r\n	<li style=\"text-align: justify;\"><strong>New Customer Acquisition</strong> – Each time a Facebook user becomes a fan of a Facebook page, a notice is posted as news item for all of that user’s friends to see. This creates an opportunity for a Facebook page to go viral and reach new viewers.</li>\r\n	<li style=\"text-align: justify;\"><strong>Feedback Mechanism</strong> – In a service-based sector like hospitality, customer feedback is vital. Facebook allows users to communicate their experiences directly and give the company the opportunity to respond.</li>\r\n	<li style=\"text-align: justify;\"><strong>Branding</strong> – Facebook can be used as a medium for creating brand awareness in addition to a company’s corporate website. It provides brand exposure to a potentially new audience and gives organizations the opportunity to position themselves in new and unique ways.</li>\r\n	<li style=\"text-align: justify;\"><strong>Drive Web Traffic</strong> – As a Facebook page grows its fan base, traffic to the company website will increase. Facebook pages also appear in Universal Search Results.</li>\r\n','Why Facebook Marketing','','inherit','open','open','','1-revision-4','','','2011-08-31 02:47:13','2011-08-30 18:47:13','',1,'http://newweb.amazingbusinessresources.com/archives/647',0,'revision','',0,NULL),(719,1,'2011-08-31 05:05:30','2011-08-30 21:05:30','<h2 style=\"text-align: justify;\">Why Facebook Marketing?</h2>\r\n<p style=\"text-align: justify;\"><strong>Customer Interaction</strong> – Facebook pages provide a forum for dialogue between customers and the brand, giving companies the opportunity to build better relationships with target audiences and current customers.</p>\r\n<p style=\"text-align: justify;\"><strong>Reputation Management</strong> – Facebook allows a company to gain a deeper understanding of how the brand is perceived online – through direct feedback and also by monitoring what users are saying about the brand.</p>\r\n<p style=\"text-align: justify;\"><strong>New Customer Acquisition</strong> – Each time a Facebook user becomes a fan of a Facebook page, a notice is posted as news item for all of that user’s friends to see. This creates an opportunity for a Facebook page to go viral and reach new viewers.</p>\r\n<p style=\"text-align: justify;\"><strong>Feedback Mechanism</strong> – In a service-based sector like hospitality, customer feedback is vital. Facebook allows users to communicate their experiences directly and give the company the opportunity to respond.</p>\r\n<p style=\"text-align: justify;\"><strong>Branding</strong> – Facebook can be used as a medium for creating brand awareness in addition to a company’s corporate website. It provides brand exposure to a potentially new audience and gives organizations the opportunity to position themselves in new and unique ways.</p>\r\n<p style=\"text-align: justify;\"><strong>Drive Web Traffic</strong> – As a Facebook page grows its fan base, traffic to the company website will increase. Facebook pages also appear in Universal Search Results.</p>','Why Facebook Marketing','','inherit','open','open','','1-revision-6','','','2011-08-31 05:05:30','2011-08-30 21:05:30','',1,'http://newweb.amazingbusinessresources.com/archives/719',0,'revision','',0,NULL),(648,1,'2011-06-01 02:58:18','2011-05-31 18:58:18','<p style=\"text-align: justify;\">Studies show that over 90% of all online users use search engines to find what they are looking for, whether products/services, or just plain old information.</p>\r\n<p style=\"text-align: justify;\">The following twelve points will, I hope, summarize a philosophy, approach and methodology to the SEO question which is both sound and effective, along with giving some helpful insight into the industry itself.</p>\r\n<p style=\"text-align: justify;\">1. <strong>Content. Content. Content</strong>. Effective, professional, optimized Copywriting is the single, most important factor in any SEO campaign. Search engines index websites based on the content found on each page of the site. With a thorough understanding of the language and grammatical conventions combined with intensive research, to find and exploit the market focus, one can move a website to the upper echelon of the “SERP’s” (Search Engine Results Page) in a methodical as well as ethical manner.</p>\r\n<p style=\"text-align: justify;\">2. <strong>Analyze Web Logs.</strong> Measure everything, at least twice, and then check again. While I would be the first to say that many of the procedures that make up website optimization are more art than science, one needs to take a very scientific approach to the results of the effort. This is done by methodically keeping a record of, and making an analysis of the sites web logs. There are a number of specialized software which make the job easier but at the bare minimum, one needs to keep a close eye on the site visitors and their activity while on the site. No matter how well planned the strategy, it is largely theoretical until proven by the results, which can only be measured by the logs, and a thorough analysis of their content.</p>\r\n<p style=\"text-align: justify;\">3. <strong>No one can guarantee a #1</strong> ranking on Google, or any other search engine. Those who promise such feats will either optimize for such vague search term phrases (such as, “green stunted widgets with purple Polka-dots and icing”) that no one will ever likely look for, or they are making a false claim, which they have no intention of keeping, or they have an inside edge at Google, something which they will loose, quickly, when the honest folks at Google find out about it. The other option, that they will take the money and run, is worth mentioning here but I’ll be polite.</p>\r\n<p style=\"text-align: justify;\">4. <strong>Some things are just plain silly</strong>. You don’t need to submit your site to 50,000 search engines. Businesses which offer this service are suspect, at best. 85% of the search results on the Internet come from one search engine, which, if you have one link from an established website, or better yet, a directory, will find your site just fine, on it’s own. Four (4) search engines account for over 90% of the traffic on the web. As for any supposed benefit which may accrue from being listed in an obscure search engine in Botswana which specializes in safaris to the Kalahari Desert and receives 7 hits per day; well, you figure it out.</p>\r\n<p style=\"text-align: justify;\">5. <strong>SEO is not Pay-per-Click</strong>. While no one would argue the effectiveness of getting increased traffic and sales, through a well planned, pay-per-click campaign, the fact remains that the conversion rates are generally low and they cease the moment the “pay” stops. With a well planned and executed SEO campaign, while results may take a bit longer, they continue to produce, and in fact grow, long after the work is done and paid for. Quite often we have found that after a thorough optimization of a site, only minor adjustments are needed on an ongoing basis, primarily related to new content and/or new items of sale or service.</p>\r\n<p style=\"text-align: justify;\">6. S<strong>EO is not witchcraft, Druidism, shamanism</strong>. Neither does it require any special chants, ceremonial fires, or vestments, though some of us do like to howl at the full moon, on occasion. There are no “Top Secret” practices which a reputable SEO can not tell a client, a judge, or his mother, for that matter. The very nature of the Internet has always been cooperative and there is nothing about SEO that can’t be learned, with a heavy dose of time and money. A reputable SEO firm will give you an item per item breakdown of just where the money goes. Be wary if you sense a secretive atmosphere or any unwillingness to answer questions. While there are technical points which might take some background to fully understand, if one has a solid overview of the entire situation, a simple explanation should be easy enough to come up with.</p>','SEO tips for beginner - Part I','','publish','open','open','','seo-tips-for-beginner-part-i','','','2011-08-31 05:19:21','2011-08-30 21:19:21','',0,'http://newweb.amazingbusinessresources.com/?p=648',0,'post','',0,NULL),(652,1,'2011-08-31 03:05:06','2011-08-30 19:05:06','Yoh, here we go for the SEO tips  - Part II. Wish you start to understand more about SEO rather than just theory.\n\n6. <strong>SEO is not witchcraft, Druidism, shamanism</strong>. Neither does it require any special chants, ceremonial fires, or vestments, though some of us do like to howl at the full moon, on occasion. There are no “Top Secret” practices which a reputable SEO can not tell a client, a judge, or his mother, for that matter. The very nature of the Internet has always been cooperative and there is nothing about SEO that can’t be learned, with a heavy dose of time and money. A reputable SEO firm will give you an item per item breakdown of just where the money goes. Be wary if you sense a secretive atmosphere or any unwillingness to answer questions. While there are technical points which might take some background to fully understand, if one has a solid overview of the entire situation, a simple explanation should be easy enough to come up with.\n\n7. <strong>Do-it-yourself SEO</strong>. Yes, you can execute your own SEO campaign and find a reputable SEO firm to help plan and organize it for you. About one half of my own clientele do some part of the actual work themselves, or have their in-house dedicated personnel do it, after discussion of the goals and aims of the business/website, a thorough website analysis, comprehensive search phrase research, and focused instruction on the ways and means of achieving high SERPs. These preliminaries are followed up with a detailed program of suggestions and methods which the client can then implement themselves or hire others to perform. Average savings; 30-40%.\n\n8.<strong> Phased Implementation.</strong> While many companies spend thousands of dollars per month on Search Engine Optimization, an alternative is available which will pay dividends to you in increased sales and leads without the high initial investment. The most important consideration is to have a reputable firm handle the initial evaluation and suggested optimization planning first. The trial and error method will cost much more, in the long run, with or without the desired result. After studying the plan and establishing a workable budget you may implement the plan as finances allow.\n\n9. Remember the old saying, <strong>“If it sounds too good to be true, it probably is.”</strong> Never was this more true than in the realm of SEO. While concrete and measurable gains will always come from a well thought out and executed optimization strategy, the Internet is a competitive media and we all want to be number one. Accept that a steady upward movement, over time, will place you worlds ahead of a flash followed by a crash.\n\n10. <strong>A thought to ponder.</strong> At stake, in the race for the top, is the very existence of your website, your business, and quite possibly your reputation. Beware of any “shortcuts” or less than ethical schemes that anyone might suggest to further your business goals. When it’s all said and done it is you, the business owner, who bears the responsibility for any company or individual you hire. Insist on knowing exactly what the strategy is and what steps are being performed to implement it. If it seems, in the least, suspicious, ask for and get an explanation. In this case, not only is Ignorance not bliss, it could very well be the beginning of the end for your business.\n\n11. <strong>All incoming links are not created equal.</strong> Both the relevance to your line of business and website subject matter and the PR value of the incoming link determine how valuable they are to your own PR ranking. With Google starting the trend, nothing new there, and most of the others following close behind, the days of grabbing all the inbound links, in any way possible, are gone. Not only will low ranked and/or irrelevant inbound links not help, they will, in fact, cause a penalty. Link farms, free-for-all link schemes, automated link accumulation software, or any other fad that doesn’t carefully screen the links and websites they are coming from will, in the long run, do more harm than good.\n\n12.<strong> It’s more than just facts and figures.</strong> The relationship between an online business and SEO is, perhaps, one of the closest of business relationships. In order to be effective, a SEO must know not only the facts and figures pertaining to the endeavor, but s/he must know something of the dreams and aspirations of the business principals. Things which don’t normally come out in a prospectus are often invaluable information when searching for the “right fit” into the complex world of the Internet. My own clients sometimes ask, due to the frequency of my calls and email in the early phases, “Am I your only client?” I usually laugh and say something to the effect that until I know your business almost as well as you do, yes, you are the only one that counts.','SEO tips for beginner - Part I','','inherit','open','open','','650-revision','','','2011-08-31 03:05:06','2011-08-30 19:05:06','',650,'http://newweb.amazingbusinessresources.com/archives/652',0,'revision','',0,NULL),(651,1,'2011-08-31 03:05:19','2011-08-30 19:05:19','<p style=\"text-align: justify;\">Studies show that over 90% of all online users use search engines to find what they are looking for, whether products/services, or just plain old information.</p>\n<p style=\"text-align: justify;\">The following twelve points will, I hope, summarize a philosophy, approach and methodology to the SEO question which is both sound and effective, along with giving some helpful insight into the industry itself.</p>\n<p style=\"text-align: justify;\">1. <strong>Content. Content. Content.</strong> Effective, professional, optimized Copywriting is the single, most important factor in any SEO campaign. Search engines index websites based on the content found on each page of the site. With a thorough understanding of the language and grammatical conventions combined with intensive research, to find and exploit the market focus, one can move a website to the upper echelon of the “SERP’s” (Search Engine Results Page) in a methodical as well as ethical manner.</p>\n<p style=\"text-align: justify;\">2. <strong>Analyze Web Logs</strong>. Measure everything, at least twice, and then check again. While I would be the first to say that many of the procedures that make up website optimization are more art than science, one needs to take a very scientific approach to the results of the effort. This is done by methodically keeping a record of, and making an analysis of the sites web logs. There are a number of specialized software which make the job easier but at the bare minimum, one needs to keep a close eye on the site visitors and their activity while on the site. No matter how well planned the strategy, it is largely theoretical until proven by the results, which can only be measured by the logs, and a thorough analysis of their content.</p>\n<p style=\"text-align: justify;\">3. <strong>No one can guarantee a #1 ranking on Google</strong>, or any other search engine. Those who promise such feats will either optimize for such vague search term phrases (such as, “green stunted widgets with purple Polka-dots and icing”) that no one will ever likely look for, or they are making a false claim, which they have no intention of keeping, or they have an inside edge at Google, something which they will loose, quickly, when the honest folks at Google find out about it. The other option, that they will take the money and run, is worth mentioning here but I’ll be polite.</p>\n<p style=\"text-align: justify;\">4. <strong>Some things are just plain silly</strong>. You don’t need to submit your site to 50,000 search engines. Businesses which offer this service are suspect, at best. 85% of the search results on the Internet come from one search engine, which, if you have one link from an established website, or better yet, a directory, will find your site just fine, on it’s own. Four (4) search engines account for over 90% of the traffic on the web. As for any supposed benefit which may accrue from being listed in an obscure search engine in Botswana which specializes in safaris to the Kalahari Desert and receives 7 hits per day; well, you figure it out.</p>\n<p style=\"text-align: justify;\">5. <strong>SEO is not Pay-per-Click</strong>. While no one would argue the effectiveness of getting increased traffic and sales, through a well planned, pay-per-click campaign, the fact remains that the conversion rates are generally low and they cease the moment the “pay” stops. With a well planned and executed SEO campaign, while results may take a bit longer, they continue to produce, and in fact grow, long after the work is done and paid for. Quite often we have found that after a thorough optimization of a site, only minor adjustments are needed on an ongoing basis, primarily related to new content and/or new items of sale or service.</p>\n<p style=\"text-align: justify;\"></p>\n<p style=\"text-align: justify;\"></p>','SEO tips for beginner - Part I','','inherit','open','open','','648-revision','','','2011-08-31 03:05:19','2011-08-30 19:05:19','',648,'http://newweb.amazingbusinessresources.com/archives/651',0,'revision','',0,NULL),(650,1,'2011-06-07 03:03:04','2011-06-06 19:03:04','<p style=\"text-align: justify;\">Yoh, here we go for the SEO tips  - Part II. Wish you start to understand more about SEO rather than just theory.</p>\r\n<p style=\"text-align: justify;\">7. <strong>Do-it-yourself SEO</strong>. Yes, you can execute your own SEO campaign and find a reputable SEO firm to help plan and organize it for you. About one half of my own clientele do some part of the actual work themselves, or have their in-house dedicated personnel do it, after discussion of the goals and aims of the business/website, a thorough website analysis, comprehensive search phrase research, and focused instruction on the ways and means of achieving high SERPs. These preliminaries are followed up with a detailed program of suggestions and methods which the client can then implement themselves or hire others to perform. Average savings; 30-40%.</p>\r\n<p style=\"text-align: justify;\">8.<strong> Phased Implementation.</strong> While many companies spend thousands of dollars per month on Search Engine Optimization, an alternative is available which will pay dividends to you in increased sales and leads without the high initial investment. The most important consideration is to have a reputable firm handle the initial evaluation and suggested optimization planning first. The trial and error method will cost much more, in the long run, with or without the desired result. After studying the plan and establishing a workable budget you may implement the plan as finances allow.</p>\r\n<p style=\"text-align: justify;\">9. Remember the old saying, <strong>“If it sounds too good to be true, it probably is.”</strong> Never was this more true than in the realm of SEO. While concrete and measurable gains will always come from a well thought out and executed optimization strategy, the Internet is a competitive media and we all want to be number one. Accept that a steady upward movement, over time, will place you worlds ahead of a flash followed by a crash.</p>\r\n<p style=\"text-align: justify;\">10. <strong>A thought to ponder.</strong> At stake, in the race for the top, is the very existence of your website, your business, and quite possibly your reputation. Beware of any “shortcuts” or less than ethical schemes that anyone might suggest to further your business goals. When it’s all said and done it is you, the business owner, who bears the responsibility for any company or individual you hire. Insist on knowing exactly what the strategy is and what steps are being performed to implement it. If it seems, in the least, suspicious, ask for and get an explanation. In this case, not only is Ignorance not bliss, it could very well be the beginning of the end for your business.</p>\r\n<p style=\"text-align: justify;\">11. <strong>All incoming links are not created equal.</strong> Both the relevance to your line of business and website subject matter and the PR value of the incoming link determine how valuable they are to your own PR ranking. With Google starting the trend, nothing new there, and most of the others following close behind, the days of grabbing all the inbound links, in any way possible, are gone. Not only will low ranked and/or irrelevant inbound links not help, they will, in fact, cause a penalty. Link farms, free-for-all link schemes, automated link accumulation software, or any other fad that doesn’t carefully screen the links and websites they are coming from will, in the long run, do more harm than good.</p>\r\n<p style=\"text-align: justify;\">12.<strong> It’s more than just facts and figures.</strong> The relationship between an online business and SEO is, perhaps, one of the closest of business relationships. In order to be effective, a SEO must know not only the facts and figures pertaining to the endeavor, but s/he must know something of the dreams and aspirations of the business principals. Things which don’t normally come out in a prospectus are often invaluable information when searching for the “right fit” into the complex world of the Internet. My own clients sometimes ask, due to the frequency of my calls and email in the early phases, “Am I your only client?” I usually laugh and say something to the effect that until I know your business almost as well as you do, yes, you are the only one that counts.</p>','SEO tips for beginner - Part II','','publish','open','open','','seo-tips-for-beginner-part-i-2','','','2011-09-02 23:21:46','2011-09-02 15:21:46','',0,'http://newweb.amazingbusinessresources.com/?p=650',0,'post','',0,NULL),(653,1,'2011-08-31 03:07:02','2011-08-30 19:07:02','Yoh, here we go for the SEO tips  - Part II. Wish you start to understand more about SEO rather than just theory.\r\n\r\n6. <strong>SEO is not witchcraft, Druidism, shamanism</strong>. Neither does it require any special chants, ceremonial fires, or vestments, though some of us do like to howl at the full moon, on occasion. There are no “Top Secret” practices which a reputable SEO can not tell a client, a judge, or his mother, for that matter. The very nature of the Internet has always been cooperative and there is nothing about SEO that can’t be learned, with a heavy dose of time and money. A reputable SEO firm will give you an item per item breakdown of just where the money goes. Be wary if you sense a secretive atmosphere or any unwillingness to answer questions. While there are technical points which might take some background to fully understand, if one has a solid overview of the entire situation, a simple explanation should be easy enough to come up with.\r\n\r\n7. <strong>Do-it-yourself SEO</strong>. Yes, you can execute your own SEO campaign and find a reputable SEO firm to help plan and organize it for you. About one half of my own clientele do some part of the actual work themselves, or have their in-house dedicated personnel do it, after discussion of the goals and aims of the business/website, a thorough website analysis, comprehensive search phrase research, and focused instruction on the ways and means of achieving high SERPs. These preliminaries are followed up with a detailed program of suggestions and methods which the client can then implement themselves or hire others to perform. Average savings; 30-40%.\r\n\r\n8.<strong> Phased Implementation.</strong> While many companies spend thousands of dollars per month on Search Engine Optimization, an alternative is available which will pay dividends to you in increased sales and leads without the high initial investment. The most important consideration is to have a reputable firm handle the initial evaluation and suggested optimization planning first. The trial and error method will cost much more, in the long run, with or without the desired result. After studying the plan and establishing a workable budget you may implement the plan as finances allow.\r\n\r\n9. Remember the old saying, <strong>“If it sounds too good to be true, it probably is.”</strong> Never was this more true than in the realm of SEO. While concrete and measurable gains will always come from a well thought out and executed optimization strategy, the Internet is a competitive media and we all want to be number one. Accept that a steady upward movement, over time, will place you worlds ahead of a flash followed by a crash.\r\n\r\n10. <strong>A thought to ponder.</strong> At stake, in the race for the top, is the very existence of your website, your business, and quite possibly your reputation. Beware of any “shortcuts” or less than ethical schemes that anyone might suggest to further your business goals. When it’s all said and done it is you, the business owner, who bears the responsibility for any company or individual you hire. Insist on knowing exactly what the strategy is and what steps are being performed to implement it. If it seems, in the least, suspicious, ask for and get an explanation. In this case, not only is Ignorance not bliss, it could very well be the beginning of the end for your business.\r\n\r\n11. <strong>All incoming links are not created equal.</strong> Both the relevance to your line of business and website subject matter and the PR value of the incoming link determine how valuable they are to your own PR ranking. With Google starting the trend, nothing new there, and most of the others following close behind, the days of grabbing all the inbound links, in any way possible, are gone. Not only will low ranked and/or irrelevant inbound links not help, they will, in fact, cause a penalty. Link farms, free-for-all link schemes, automated link accumulation software, or any other fad that doesn’t carefully screen the links and websites they are coming from will, in the long run, do more harm than good.\r\n\r\n12.<strong> It’s more than just facts and figures.</strong> The relationship between an online business and SEO is, perhaps, one of the closest of business relationships. In order to be effective, a SEO must know not only the facts and figures pertaining to the endeavor, but s/he must know something of the dreams and aspirations of the business principals. Things which don’t normally come out in a prospectus are often invaluable information when searching for the “right fit” into the complex world of the Internet. My own clients sometimes ask, due to the frequency of my calls and email in the early phases, “Am I your only client?” I usually laugh and say something to the effect that until I know your business almost as well as you do, yes, you are the only one that counts.','SEO tips for beginner - Part I','','inherit','open','open','','650-revision-2','','','2011-08-31 03:07:02','2011-08-30 19:07:02','',650,'http://newweb.amazingbusinessresources.com/archives/653',0,'revision','',0,NULL),(654,1,'2011-08-31 05:19:29','2011-08-30 21:19:29','<p style=\"text-align: justify;\">Studies show that over 90% of all online users use search engines to find what they are looking for, whether products/services, or just plain old information.</p>\r\n<p style=\"text-align: justify;\">The following twelve points will, I hope, summarize a philosophy, approach and methodology to the SEO question which is both sound and effective, along with giving some helpful insight into the industry itself.</p>\r\n<p style=\"text-align: justify;\">1. <strong>Content. Content. Content</strong>. Effective, professional, optimized Copywriting is the single, most important factor in any SEO campaign. Search engines index websites based on the content found on each page of the site. With a thorough understanding of the language and grammatical conventions combined with intensive research, to find and exploit the market focus, one can move a website to the upper echelon of the “SERP’s” (Search Engine Results Page) in a methodical as well as ethical manner.</p>\r\n<p style=\"text-align: justify;\">2. <strong>Analyze Web Logs.</strong> Measure everything, at least twice, and then check again. While I would be the first to say that many of the procedures that make up website optimization are more art than science, one needs to take a very scientific approach to the results of the effort. This is done by methodically keeping a record of, and making an analysis of the sites web logs. There are a number of specialized software which make the job easier but at the bare minimum, one needs to keep a close eye on the site visitors and their activity while on the site. No matter how well planned the strategy, it is largely theoretical until proven by the results, which can only be measured by the logs, and a thorough analysis of their content.</p>\r\n<p style=\"text-align: justify;\">3. <strong>No one can guarantee a #1</strong> ranking on Google, or any other search engine. Those who promise such feats will either optimize for such vague search term phrases (such as, “green stunted widgets with purple Polka-dots and icing”) that no one will ever likely look for, or they are making a false claim, which they have no intention of keeping, or they have an inside edge at Google, something which they will loose, quickly, when the honest folks at Google find out about it. The other option, that they will take the money and run, is worth mentioning here but I’ll be polite.</p>\r\n<p style=\"text-align: justify;\">4. <strong>Some things are just plain silly</strong>. You don’t need to submit your site to 50,000 search engines. Businesses which offer this service are suspect, at best. 85% of the search results on the Internet come from one search engine, which, if you have one link from an established website, or better yet, a directory, will find your site just fine, on it’s own. Four (4) search engines account for over 90% of the traffic on the web. As for any supposed benefit which may accrue from being listed in an obscure search engine in Botswana which specializes in safaris to the Kalahari Desert and receives 7 hits per day; well, you figure it out.</p>\r\n<p style=\"text-align: justify;\">5. <strong>SEO is not Pay-per-Click</strong>. While no one would argue the effectiveness of getting increased traffic and sales, through a well planned, pay-per-click campaign, the fact remains that the conversion rates are generally low and they cease the moment the “pay” stops. With a well planned and executed SEO campaign, while results may take a bit longer, they continue to produce, and in fact grow, long after the work is done and paid for. Quite often we have found that after a thorough optimization of a site, only minor adjustments are needed on an ongoing basis, primarily related to new content and/or new items of sale or service.</p>\r\n<p style=\"text-align: justify;\">6. S<strong>EO is not witchcraft, Druidism, shamanism</strong>. Neither does it require any special chants, ceremonial fires, or vestments, though some of us do like to howl at the full moon, on occasion. There are no “Top Secret” practices which a reputable SEO can not tell a client, a judge, or his mother, for that matter. The very nature of the Internet has always been cooperative and there is nothing about SEO that can’t be learned, with a heavy dose of time and money. A reputable SEO firm will give you an item per item breakdown of just where the money goes. Be wary if you sense a secretive atmosphere or any unwillingness to answer questions. While there are technical points which might take some background to fully understand, if one has a solid overview of the entire situation, a simple explanation should be easy enough to come up with.</p>','SEO tips for beginner - Part I','','inherit','open','open','','648-autosave','','','2011-08-31 05:19:29','2011-08-30 21:19:29','',648,'http://newweb.amazingbusinessresources.com/archives/654',0,'revision','',0,NULL),(655,1,'2011-05-13 03:08:56','2011-05-12 19:08:56','<p style=\"text-align: justify;\">Whether you’re an affiliate marketer, sell your own products and services, or MLM, there are certain internet marketing techniques that you can use to get more traffic to your site.</p>\r\n<p style=\"text-align: justify;\">It’s not that internet marketing techniques that vary from industry to industry that make a difference, but how you apply them to marketing your business.</p>\r\n<p style=\"text-align: justify;\">The most important element of internet marketing is to go where your customers are. Just as you wouldn’t promote gambling on a gardening site, don’t promote products and services, your own or someone else’s, or MLM where it’s not welcome.</p>\r\n<p style=\"text-align: justify;\">What I’m saying is, don’t just throw your product up anywhere. That’s not targeted traffic. To get targeted traffic, you have to promote where others are looking for what you are offering. Targeted traffic is the key to higher website conversion and more sales.</p>\r\n<p style=\"text-align: justify;\">Regardless of what you are promoting, these techniques will help you get more traffic to your site, and building site is crucial to your success no matter what industry you are in.</p>\r\n<p style=\"text-align: justify;\">Here are seven techniques I use to get more traffic to my sites:</p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>1. Search engines.</strong></h2>\r\n<p style=\"text-align: justify;\">Search engines are the easiest way I know of to be found online because just about everyone uses the search engines. Although I don’t recommend that you rely solely on search engines as a way for potential customers to find you, you should at least get your site indexed. People can’t find you if you aren’t there.</p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>2. Link exchanges.</strong></h2>\r\n<p style=\"text-align: justify;\">Although linking isn’t as valuable as it once was, it’s still an effective way to promote your site. By contacting website owners who have websites that complement your own, and then exchanging links with them, you’ll build referral traffic because linking is still considered to be an endorsement of your site.</p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>3. Affiliate programs.</strong></h2>\r\n<p style=\"text-align: justify;\">An affiliate program is where you allow others to promote your website for a percentage of the profits of each sale. Although there are other ways to pay affiliates like per lead, pay per sale is the most common.</p>\r\n<p style=\"text-align: justify;\">With an affiliate program, you give others an incentive for promoting your website, and this can also make it easier to get links back to your site.</p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>4. Writing articles.</strong></h2>\r\n<p style=\"text-align: justify;\">Of all the internet marketing techniques I’ve tried, I’ve found this one to be the most effective. I’m sure it has something to with the fact that I like to write, and maybe it’s easier for me.</p>\r\n<p style=\"text-align: justify;\">What articles will do for you is help you build backlinks to your site, establish you as an expert, and offer more value to your business. You are offering your potential customers something up front.</p>\r\n<p style=\"text-align: justify;\">If the thought of writing articles makes you cringe, try writing tip sheets, lists, or a how to. People love these types of articles because they’re so easy to read.</p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>5. Joint ventures.</strong></h2>\r\n<p style=\"text-align: justify;\">Done correctly, a joint venture can be your ticket to fast cash in your business. By seeking out others who have complementary websites, and offering them incentives to sell your products, you can quickly increase your bottom line.</p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>6. List building.</strong></h2>\r\n<p style=\"text-align: justify;\">Although list building isn’t an internet marketing technique per se, it is an important part of building your business. List building allows you to recycle your traffic, build relationships, and increase your conversion to make more sales.</p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>7. Know your market.</strong></h2>\r\n<p style=\"text-align: justify;\">By knowing your market, you’ll know what kind of products and services potential customers are looking for. Although it won’t help you raise visibility for your site, it will help you increase your conversions, and you can more easily get to know your market by visiting forums on your topic, posting polls on your site, and studying other sites on your topic.</p>\r\n<p style=\"text-align: justify;\">The most important thing to remember is to show your potential customers respect. Don’t spam them with offers. Build a relationship, and you’ll build traffic and make more sales.</p>','7 Ways To Drive Laser Targeted Traffic to Your Site','','publish','open','open','','7-ways-to-drive-laser-targeted-traffic-to-your-site','','','2011-08-31 03:15:21','2011-08-30 19:15:21','',0,'http://newweb.amazingbusinessresources.com/?p=655',0,'post','',0,NULL),(656,1,'2011-08-31 03:09:42','2011-08-30 19:09:42','<p style=\"text-align: justify;\">Whether you’re an affiliate marketer, sell your own products and services, or MLM, there are certain internet marketing techniques that you can use to get more traffic to your site.</p>\n<p style=\"text-align: justify;\">It’s not that internet marketing techniques that vary from industry to industry that make a difference, but how you apply them to marketing your business.</p>\n<p style=\"text-align: justify;\">The most important element of internet marketing is to go where your customers are. Just as you wouldn’t promote gambling on a gardening site, don’t promote products and services, your own or someone else’s, or MLM where it’s not welcome.</p>\n<p style=\"text-align: justify;\">What I’m saying is, don’t just throw your product up anywhere. That’s not targeted traffic. To get targeted traffic, you have to promote where others are looking for what you are offering. Targeted traffic is the key to higher website conversion and more sales.</p>\n<p style=\"text-align: justify;\">Regardless of what you are promoting, these techniques will help you get more traffic to your site, and building site is crucial to your success no matter what industry you are in.</p>\n<p style=\"text-align: justify;\"></p>\n<p style=\"text-align: justify;\">Here are seven techniques I use to get more traffic to my sites:</p>\n<p style=\"text-align: justify;\"><strong>1. Search engines.</strong></p>\n<p style=\"text-align: justify;\">Search engines are the easiest way I know of to be found online because just about everyone uses the search engines. Although I don’t recommend that you rely solely on search engines as a way for potential customers to find you, you should at least get your site indexed. People can’t find you if you aren’t there.</p>\n<p style=\"text-align: justify;\"><strong>2. Link exchanges.</strong></p>\n<p style=\"text-align: justify;\">Although linking isn’t as valuable as it once was, it’s still an effective way to promote your site. By contacting website owners who have websites that complement your own, and then exchanging links with them, you’ll build referral traffic because linking is still considered to be an endorsement of your site.</p>\n<p style=\"text-align: justify;\"><strong>3. Affiliate programs.</strong></p>\n<p style=\"text-align: justify;\">An affiliate program is where you allow others to promote your website for a percentage of the profits of each sale. Although there are other ways to pay affiliates like per lead, pay per sale is the most common.</p>\n<p style=\"text-align: justify;\">With an affiliate program, you give others an incentive for promoting your website, and this can also make it easier to get links back to your site.</p>\n<p style=\"text-align: justify;\"><strong>4. Writing articles.</strong></p>\n<p style=\"text-align: justify;\">Of all the internet marketing techniques I’ve tried, I’ve found this one to be the most effective. I’m sure it has something to with the fact that I like to write, and maybe it’s easier for me.</p>\n<p style=\"text-align: justify;\">What articles will do for you is help you build backlinks to your site, establish you as an expert, and offer more value to your business. You are offering your potential customers something up front.</p>\n<p style=\"text-align: justify;\">If the thought of writing articles makes you cringe, try writing tip sheets, lists, or a how to. People love these types of articles because they’re so easy to read.</p>\n<p style=\"text-align: justify;\"><strong>5. Joint ventures.</strong></p>\n<p style=\"text-align: justify;\">Done correctly, a joint venture can be your ticket to fast cash in your business. By seeking out others who have complementary websites, and offering them incentives to sell your products, you can quickly increase your bottom line.</p>\n<p style=\"text-align: justify;\"><strong>6. List building.</strong></p>\n<p style=\"text-align: justify;\">Although list building isn’t an internet marketing technique per se, it is an important part of building your business. List building allows you to recycle your traffic, build relationships, and increase your conversion to make more sales.</p>\n<p style=\"text-align: justify;\"><strong>7. Know your market.</strong></p>\n<p style=\"text-align: justify;\">By knowing your market, you’ll know what kind of products and services potential customers are looking for. Although it won’t help you raise visibility for your site, it will help you increase your conversions, and you can more easily get to know your market by visiting forums on your topic, posting polls on your site, and studying other sites on your topic.</p>\n<p style=\"text-align: justify;\">The most important thing to remember is to show your potential customers respect. Don’t spam them with offers. Build a relationship, and you’ll build traffic and make more sales.</p>','7 Ways To Drive Laser Targeted Traffic to Your Site','','inherit','open','open','','655-revision','','','2011-08-31 03:09:42','2011-08-30 19:09:42','',655,'http://newweb.amazingbusinessresources.com/archives/656',0,'revision','',0,NULL),(657,1,'2011-08-31 05:23:21','2011-08-30 21:23:21','<p style=\"text-align: justify;\">Whether you’re an affiliate marketer, sell your own products and services, or MLM, there are certain internet marketing techniques that you can use to get more traffic to your site.</p>\r\n<p style=\"text-align: justify;\">It’s not that internet marketing techniques that vary from industry to industry that make a difference, but how you apply them to marketing your business.</p>\r\n<p style=\"text-align: justify;\">The most important element of internet marketing is to go where your customers are. Just as you wouldn’t promote gambling on a gardening site, don’t promote products and services, your own or someone else’s, or MLM where it’s not welcome.</p>\r\n<p style=\"text-align: justify;\">What I’m saying is, don’t just throw your product up anywhere. That’s not targeted traffic. To get targeted traffic, you have to promote where others are looking for what you are offering. Targeted traffic is the key to higher website conversion and more sales.</p>\r\n<p style=\"text-align: justify;\">Regardless of what you are promoting, these techniques will help you get more traffic to your site, and building site is crucial to your success no matter what industry you are in.</p>\r\n<p style=\"text-align: justify;\">Here are seven techniques I use to get more traffic to my sites:</p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>1. Search engines.</strong></h2>\r\n<p style=\"text-align: justify;\">Search engines are the easiest way I know of to be found online because just about everyone uses the search engines. Although I don’t recommend that you rely solely on search engines as a way for potential customers to find you, you should at least get your site indexed. People can’t find you if you aren’t there.</p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>2. Link exchanges.</strong></h2>\r\n<p style=\"text-align: justify;\">Although linking isn’t as valuable as it once was, it’s still an effective way to promote your site. By contacting website owners who have websites that complement your own, and then exchanging links with them, you’ll build referral traffic because linking is still considered to be an endorsement of your site.</p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>3. Affiliate programs.</strong></h2>\r\n<p style=\"text-align: justify;\">An affiliate program is where you allow others to promote your website for a percentage of the profits of each sale. Although there are other ways to pay affiliates like per lead, pay per sale is the most common.</p>\r\n<p style=\"text-align: justify;\">With an affiliate program, you give others an incentive for promoting your website, and this can also make it easier to get links back to your site.</p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>4. Writing articles.</strong></h2>\r\n<p style=\"text-align: justify;\">Of all the internet marketing techniques I’ve tried, I’ve found this one to be the most effective. I’m sure it has something to with the fact that I like to write, and maybe it’s easier for me.</p>\r\n<p style=\"text-align: justify;\">What articles will do for you is help you build backlinks to your site, establish you as an expert, and offer more value to your business. You are offering your potential customers something up front.</p>\r\n<p style=\"text-align: justify;\">If the thought of writing articles makes you cringe, try writing tip sheets, lists, or a how to. People love these types of articles because they’re so easy to read.</p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>5. Joint ventures.</strong></h2>\r\n<p style=\"text-align: justify;\">Done correctly, a joint venture can be your ticket to fast cash in your business. By seeking out others who have complementary websites, and offering them incentives to sell your products, you can quickly increase your bottom line.</p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>6. List building.</strong></h2>\r\n<p style=\"text-align: justify;\">Although list building isn’t an internet marketing technique per se, it is an important part of building your business. List building allows you to recycle your traffic, build relationships, and increase your conversion to make more sales.</p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>7. Know your market.</strong></h2>\r\n<p style=\"text-align: justify;\">By knowing your market, you’ll know what kind of products and services potential customers are looking for. Although it won’t help you raise visibility for your site, it will help you increase your conversions, and you can more easily get to know your market by visiting forums on your topic, posting polls on your site, and studying other sites on your topic.</p>\r\n<p style=\"text-align: justify;\">The most important thing to remember is to show your potential customers respect. Don’t spam them with offers. Build a relationship, and you’ll build traffic and make more sales.</p>','7 Ways To Drive Laser Targeted Traffic to Your Site','','inherit','open','open','','655-autosave','','','2011-08-31 05:23:21','2011-08-30 21:23:21','',655,'http://newweb.amazingbusinessresources.com/archives/657',0,'revision','',0,NULL),(658,1,'2011-08-31 03:14:16','2011-08-30 19:14:16','<p style=\"text-align: justify;\">Whether you’re an affiliate marketer, sell your own products and services, or MLM, there are certain internet marketing techniques that you can use to get more traffic to your site.</p>\r\n<p style=\"text-align: justify;\">It’s not that internet marketing techniques that vary from industry to industry that make a difference, but how you apply them to marketing your business.</p>\r\n<p style=\"text-align: justify;\">The most important element of internet marketing is to go where your customers are. Just as you wouldn’t promote gambling on a gardening site, don’t promote products and services, your own or someone else’s, or MLM where it’s not welcome.</p>\r\n<p style=\"text-align: justify;\">What I’m saying is, don’t just throw your product up anywhere. That’s not targeted traffic. To get targeted traffic, you have to promote where others are looking for what you are offering. Targeted traffic is the key to higher website conversion and more sales.</p>\r\n<p style=\"text-align: justify;\">Regardless of what you are promoting, these techniques will help you get more traffic to your site, and building site is crucial to your success no matter what industry you are in.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\">Here are seven techniques I use to get more traffic to my sites:</p>\r\n<p style=\"text-align: justify;\"><strong>1. Search engines.</strong></p>\r\n<p style=\"text-align: justify;\">Search engines are the easiest way I know of to be found online because just about everyone uses the search engines. Although I don’t recommend that you rely solely on search engines as a way for potential customers to find you, you should at least get your site indexed. People can’t find you if you aren’t there.</p>\r\n<p style=\"text-align: justify;\"><strong>2. Link exchanges.</strong></p>\r\n<p style=\"text-align: justify;\">Although linking isn’t as valuable as it once was, it’s still an effective way to promote your site. By contacting website owners who have websites that complement your own, and then exchanging links with them, you’ll build referral traffic because linking is still considered to be an endorsement of your site.</p>\r\n<p style=\"text-align: justify;\"><strong>3. Affiliate programs.</strong></p>\r\n<p style=\"text-align: justify;\">An affiliate program is where you allow others to promote your website for a percentage of the profits of each sale. Although there are other ways to pay affiliates like per lead, pay per sale is the most common.</p>\r\n<p style=\"text-align: justify;\">With an affiliate program, you give others an incentive for promoting your website, and this can also make it easier to get links back to your site.</p>\r\n<p style=\"text-align: justify;\"><strong>4. Writing articles.</strong></p>\r\n<p style=\"text-align: justify;\">Of all the internet marketing techniques I’ve tried, I’ve found this one to be the most effective. I’m sure it has something to with the fact that I like to write, and maybe it’s easier for me.</p>\r\n<p style=\"text-align: justify;\">What articles will do for you is help you build backlinks to your site, establish you as an expert, and offer more value to your business. You are offering your potential customers something up front.</p>\r\n<p style=\"text-align: justify;\">If the thought of writing articles makes you cringe, try writing tip sheets, lists, or a how to. People love these types of articles because they’re so easy to read.</p>\r\n<p style=\"text-align: justify;\"><strong>5. Joint ventures.</strong></p>\r\n<p style=\"text-align: justify;\">Done correctly, a joint venture can be your ticket to fast cash in your business. By seeking out others who have complementary websites, and offering them incentives to sell your products, you can quickly increase your bottom line.</p>\r\n<p style=\"text-align: justify;\"><strong>6. List building.</strong></p>\r\n<p style=\"text-align: justify;\">Although list building isn’t an internet marketing technique per se, it is an important part of building your business. List building allows you to recycle your traffic, build relationships, and increase your conversion to make more sales.</p>\r\n<p style=\"text-align: justify;\"><strong>7. Know your market.</strong></p>\r\n<p style=\"text-align: justify;\">By knowing your market, you’ll know what kind of products and services potential customers are looking for. Although it won’t help you raise visibility for your site, it will help you increase your conversions, and you can more easily get to know your market by visiting forums on your topic, posting polls on your site, and studying other sites on your topic.</p>\r\n<p style=\"text-align: justify;\">The most important thing to remember is to show your potential customers respect. Don’t spam them with offers. Build a relationship, and you’ll build traffic and make more sales.</p>','7 Ways To Drive Laser Targeted Traffic to Your Site','','inherit','open','open','','655-revision-2','','','2011-08-31 03:14:16','2011-08-30 19:14:16','',655,'http://newweb.amazingbusinessresources.com/archives/658',0,'revision','',0,NULL),(659,1,'2011-05-08 03:15:51','2011-05-07 19:15:51','<ol style=\"text-align: justify;\">You know all that extra time you have to work on Search Engine Optimization? [A little sarcasm there] Actually, I tried to put together a list of quick things you can do that will help you move a little higher in your Google or Yahoo results.</ol>\r\n<p style=\"text-align: justify;\"><strong>1. Get listed in more search engines</strong>. There are tons of them out there. There are also many free services that will help you get listed. Or just set aside some time to get it done yourself. Here is a free search engine submission site that will let you cycle through the top 100 search engines and get your site submitted.\r\n<strong>2. Get listed in more directories</strong>. Again, there are a lot of them out there. Look for higher pagerank directories. Improvingrank.com has some listed by pagerank. Look on the left side of the homepage.\r\n<strong>3. Clean up your html and check your links.</strong> You want the bots to have smooth sailing through your site. Use the tools on W3c.org and have a real person check them over too.\r\n<strong>4. Get a few more links to your site.</strong> Make them relevant and at least the same pagerank as you.\r\n5. Make your page <strong>filenames descriptive</strong> and <strong>keyword rich</strong>. Naming your page new_page_1.html is wasting an opportunity to do some SEO. Use names that describe the content and keep the keywords flowing.\r\n6. Check your <strong>Title tags</strong>. You can use 90 – 100 characters in the title, so add some keywords. We know Google looks at them, and so do many more search engines.\r\n7. Check your <strong>ALT tags</strong>. Searchbots can\'t see pictures. Make sure you have ALT tags on all of your pictures, and make sure they are descriptive and keyword rich.\r\n<strong>8. Rewrite your URL (anchor) tag</strong>s. Good anchor tags (the text between the http: and /a tags) reinforce the message and key words of your site.\r\n9. Go post in a few <strong>forums</strong> and put your website in your <strong>signature</strong>. Forums are a great place to put one way links. And you can help somebody out at the same time.\r\n10. Put together a text based <strong>sitemap</strong> and put it on your site. There’r a lot of navigation that spiders can’t understand, such as flash, forms, java and javascript. Putting together a text-based sitemap gives the bots a way to navigate around the site.</p>\r\n\r\n<ol style=\"text-align: justify;\">Fifteen minutes every couple of days will make a huge difference in getting your rank higher.</ol>','10 Quick Things You Can Do Today To Improve Your Search Ranking','','publish','open','open','','10-quick-things-you-can-do-today-to-improve-your-search-ranking','','','2011-08-31 05:23:07','2011-08-30 21:23:07','',0,'http://newweb.amazingbusinessresources.com/?p=659',0,'post','',0,NULL),(660,1,'2011-08-31 03:17:52','2011-08-30 19:17:52','<p style=\"text-align: justify;\">You know all that extra time you have to work on Search Engine Optimization? [A little sarcasm there] Actually, I tried to put together a list of quick things you can do that will help you move a little higher in your Google or Yahoo results.</p>\n\n<ol>\n	<li><strong>Get listed in more search engines</strong>. There are tons of them out there. There are also many free services that will help you get listed. Or just set aside some time to get it done yourself. Here is a free search engine submission site that will let you cycle through the top 100 search engines and get your site submitted.</li>\n</ol>\n<p style=\"text-align: justify;\"><strong>2. Get listed in more directories</strong>. Again, there are a lot of them out there. Look for higher pagerank directories. Improvingrank.com has some listed by pagerank. Look on the left side of the homepage.</p>\n<p style=\"text-align: justify;\"></p>\n<p style=\"text-align: justify;\"><strong>3. Clean up your html and check your links.</strong> You want the bots to have smooth sailing through your site. Use the tools on W3c.org and have a real person check them over too.</p>\n<p style=\"text-align: justify;\"><strong>4. Get a few more links to your site.</strong> Make them relevant and at least the same pagerank as you.</p>\n<p style=\"text-align: justify;\">5. Make your page <strong>filenames descriptive</strong> and <strong>keyword rich</strong>. Naming your page new_page_1.html is wasting an opportunity to do some SEO. Use names that describe the content and keep the keywords flowing.</p>\n<p style=\"text-align: justify;\">6. Check your <strong>Title tags</strong>. You can use 90 – 100 characters in the title, so add some keywords. We know Google looks at them, and so do many more search engines.</p>\n<p style=\"text-align: justify;\">7. Check your <strong>ALT tags</strong>. Searchbots can抰 see pictures. Make sure you have ALT tags on all of your pictures, and make sure they are descriptive and keyword rich.</p>\n<p style=\"text-align: justify;\">8. <strong>Rewrite your URL (anchor) tag</strong>s. Good anchor tags (the text between the http: and /a tags) reinforce the message and key words of your site.</p>\n<p style=\"text-align: justify;\">\n9. Go post in a few forums and put your website in your signature. Forums are a great place to put one way links. And you can help somebody out at the same time.</p>\n<p style=\"text-align: justify;\">10. Put together a text based sitemap and put it on your site. There’r a lot of navigation that spiders can’t understand, such as flash, forms, java and javascript. Putting together a text-based sitemap gives the bots a way to navigate around the site.</p>\n<p style=\"text-align: justify;\">Fifteen minutes every couple of days will make a huge difference in getting your rank higher.</p>','10 Quick Things You Can Do Today To Improve Your Search Ranking','','inherit','open','open','','659-revision','','','2011-08-31 03:17:52','2011-08-30 19:17:52','',659,'http://newweb.amazingbusinessresources.com/archives/660',0,'revision','',0,NULL),(661,1,'2011-08-31 05:23:10','2011-08-30 21:23:10','<ol style=\"text-align: justify;\">You know all that extra time you have to work on Search Engine Optimization? [A little sarcasm there] Actually, I tried to put together a list of quick things you can do that will help you move a little higher in your Google or Yahoo results.</ol>\r\n<p style=\"text-align: justify;\"><strong>1. Get listed in more search engines</strong>. There are tons of them out there. There are also many free services that will help you get listed. Or just set aside some time to get it done yourself. Here is a free search engine submission site that will let you cycle through the top 100 search engines and get your site submitted.\r\n<strong>2. Get listed in more directories</strong>. Again, there are a lot of them out there. Look for higher pagerank directories. Improvingrank.com has some listed by pagerank. Look on the left side of the homepage.\r\n<strong>3. Clean up your html and check your links.</strong> You want the bots to have smooth sailing through your site. Use the tools on W3c.org and have a real person check them over too.\r\n<strong>4. Get a few more links to your site.</strong> Make them relevant and at least the same pagerank as you.\r\n5. Make your page <strong>filenames descriptive</strong> and <strong>keyword rich</strong>. Naming your page new_page_1.html is wasting an opportunity to do some SEO. Use names that describe the content and keep the keywords flowing.\r\n6. Check your <strong>Title tags</strong>. You can use 90 – 100 characters in the title, so add some keywords. We know Google looks at them, and so do many more search engines.\r\n7. Check your <strong>ALT tags</strong>. Searchbots can\'t see pictures. Make sure you have ALT tags on all of your pictures, and make sure they are descriptive and keyword rich.\r\n<strong>8. Rewrite your URL (anchor) tag</strong>s. Good anchor tags (the text between the http: and /a tags) reinforce the message and key words of your site.\r\n9. Go post in a few <strong>forums</strong> and put your website in your <strong>signature</strong>. Forums are a great place to put one way links. And you can help somebody out at the same time.\r\n10. Put together a text based <strong>sitemap</strong> and put it on your site. There’r a lot of navigation that spiders can’t understand, such as flash, forms, java and javascript. Putting together a text-based sitemap gives the bots a way to navigate around the site.</p>\r\n\r\n<ol style=\"text-align: justify;\">Fifteen minutes every couple of days will make a huge difference in getting your rank higher.</ol>','10 Quick Things You Can Do Today To Improve Your Search Ranking','','inherit','open','open','','659-autosave','','','2011-08-31 05:23:10','2011-08-30 21:23:10','',659,'http://newweb.amazingbusinessresources.com/archives/661',0,'revision','',0,NULL),(736,1,'2011-08-31 05:22:49','2011-08-30 21:22:49','<ol>You know all that extra time you have to work on Search Engine Optimization? [A little sarcasm there] Actually, I tried to put together a list of quick things you can do that will help you move a little higher in your Google or Yahoo results.</ol>\r\n<strong>1. Get listed in more search engines</strong>. There are tons of them out there. There are also many free services that will help you get listed. Or just set aside some time to get it done yourself. Here is a free search engine submission site that will let you cycle through the top 100 search engines and get your site submitted.\r\n<strong>2. Get listed in more directories</strong>. Again, there are a lot of them out there. Look for higher pagerank directories. Improvingrank.com has some listed by pagerank. Look on the left side of the homepage.\r\n<strong>3. Clean up your html and check your links.</strong> You want the bots to have smooth sailing through your site. Use the tools on W3c.org and have a real person check them over too.\r\n<strong>4. Get a few more links to your site.</strong> Make them relevant and at least the same pagerank as you.\r\n5. Make your page <strong>filenames descriptive</strong> and <strong>keyword rich</strong>. Naming your page new_page_1.html is wasting an opportunity to do some SEO. Use names that describe the content and keep the keywords flowing.\r\n6. Check your <strong>Title tags</strong>. You can use 90 – 100 characters in the title, so add some keywords. We know Google looks at them, and so do many more search engines.\r\n7. Check your <strong>ALT tags</strong>. Searchbots can\'t see pictures. Make sure you have ALT tags on all of your pictures, and make sure they are descriptive and keyword rich.\r\n<strong>8. Rewrite your URL (anchor) tag</strong>s. Good anchor tags (the text between the http: and /a tags) reinforce the message and key words of your site.\r\n9. Go post in a few <strong>forums</strong> and put your website in your <strong>signature</strong>. Forums are a great place to put one way links. And you can help somebody out at the same time.\r\n10. Put together a text based <strong>sitemap</strong> and put it on your site. There’r a lot of navigation that spiders can’t understand, such as flash, forms, java and javascript. Putting together a text-based sitemap gives the bots a way to navigate around the site.\r\n<ol>Fifteen minutes every couple of days will make a huge difference in getting your rank higher.</ol>','10 Quick Things You Can Do Today To Improve Your Search Ranking','','inherit','open','open','','659-revision-7','','','2011-08-31 05:22:49','2011-08-30 21:22:49','',659,'http://newweb.amazingbusinessresources.com/archives/736',0,'revision','',0,NULL),(734,1,'2011-08-31 05:22:11','2011-08-30 21:22:11','<ol style=\"text-align: justify;\">You know all that extra time you have to work on Search Engine Optimization? [A little sarcasm there] Actually, I tried to put together a list of quick things you can do that will help you move a little higher in your Google or Yahoo results.</ol>\r\n<strong>1. Get listed in more search engines</strong>. There are tons of them out there. There are also many free services that will help you get listed. Or just set aside some time to get it done yourself. Here is a free search engine submission site that will let you cycle through the top 100 search engines and get your site submitted.\r\n<strong>2. Get listed in more directories</strong>. Again, there are a lot of them out there. Look for higher pagerank directories. Improvingrank.com has some listed by pagerank. Look on the left side of the homepage.\r\n<strong>3. Clean up your html and check your links.</strong> You want the bots to have smooth sailing through your site. Use the tools on W3c.org and have a real person check them over too.\r\n<strong>4. Get a few more links to your site.</strong> Make them relevant and at least the same pagerank as you.\r\n5. Make your page <strong>filenames descriptive</strong> and <strong>keyword rich</strong>. Naming your page new_page_1.html is wasting an opportunity to do some SEO. Use names that describe the content and keep the keywords flowing.\r\n6. Check your <strong>Title tags</strong>. You can use 90 – 100 characters in the title, so add some keywords. We know Google looks at them, and so do many more search engines.\r\n7. Check your <strong>ALT tags</strong>. Searchbots can\'t see pictures. Make sure you have ALT tags on all of your pictures, and make sure they are descriptive and keyword rich.\r\n<strong>8. Rewrite your URL (anchor) tag</strong>s. Good anchor tags (the text between the http: and /a tags) reinforce the message and key words of your site.\r\n9. Go post in a few <strong>forums</strong> and put your website in your <strong>signature</strong>. Forums are a great place to put one way links. And you can help somebody out at the same time.\r\n10. Put together a text based <strong>sitemap</strong> and put it on your site. There’r a lot of navigation that spiders can’t understand, such as flash, forms, java and javascript. Putting together a text-based sitemap gives the bots a way to navigate around the site.\r\n<ol style=\"text-align: justify;\">Fifteen minutes every couple of days will make a huge difference in getting your rank higher.</ol>','10 Quick Things You Can Do Today To Improve Your Search Ranking','','inherit','open','open','','659-revision-5','','','2011-08-31 05:22:11','2011-08-30 21:22:11','',659,'http://newweb.amazingbusinessresources.com/archives/734',0,'revision','',0,NULL),(663,1,'2011-08-31 03:21:09','2011-08-30 19:21:09','<p style=\"text-align: justify;\">You know all that extra time you have to work on Search Engine Optimization? [A little sarcasm there] Actually, I tried to put together a list of quick things you can do that will help you move a little higher in your Google or Yahoo results.</p>\r\n\r\n<ol style=\"text-align: justify;\">\r\n	<li><strong>Get listed in more search engines</strong>. There are tons of them out there. There are also many free services that will help you get listed. Or just set aside some time to get it done yourself. Here is a free search engine submission site that will let you cycle through the top 100 search engines and get your site submitted.</li>\r\n	<li><strong>Get listed in more directories</strong>. Again, there are a lot of them out there. Look for higher pagerank directories. Improvingrank.com has some listed by pagerank. Look on the left side of the homepage.</li>\r\n	<li><strong>Clean up your html and check your links.</strong> You want the bots to have smooth sailing through your site. Use the tools on W3c.org and have a real person check them over too.</li>\r\n	<li><strong>Get a few more links to your site.</strong> Make them relevant and at least the same pagerank as you.</li>\r\n	<li>Make your page <strong>filenames descriptive</strong> and <strong>keyword rich</strong>. Naming your page new_page_1.html is wasting an opportunity to do some SEO. Use names that describe the content and keep the keywords flowing.</li>\r\n	<li>Check your <strong>Title tags</strong>. You can use 90 – 100 characters in the title, so add some keywords. We know Google looks at them, and so do many more search engines.</li>\r\n	<li>Check your <strong>ALT tags</strong>. Searchbots can\'t see pictures. Make sure you have ALT tags on all of your pictures, and make sure they are descriptive and keyword rich.</li>\r\n	<li><strong>Rewrite your URL (anchor) tag</strong>s. Good anchor tags (the text between the http: and /a tags) reinforce the message and key words of your site.</li>\r\n	<li>Go post in a few <strong>forums</strong> and put your website in your <strong>signature</strong>. Forums are a great place to put one way links. And you can help somebody out at the same time.</li>\r\n	<li>Put together a text based <strong>sitemap</strong> and put it on your site. There’r a lot of navigation that spiders can’t understand, such as flash, forms, java and javascript. Putting together a text-based sitemap gives the bots a way to navigate around the site.</li>\r\n</ol>\r\n<p style=\"text-align: justify;\">Fifteen minutes every couple of days will make a huge difference in getting your rank higher.</p>','10 Quick Things You Can Do Today To Improve Your Search Ranking','','inherit','open','open','','659-revision-3','','','2011-08-31 03:21:09','2011-08-30 19:21:09','',659,'http://newweb.amazingbusinessresources.com/archives/663',0,'revision','',0,NULL),(662,1,'2011-08-31 03:18:21','2011-08-30 19:18:21','<p style=\"text-align: justify;\">You know all that extra time you have to work on Search Engine Optimization? [A little sarcasm there] Actually, I tried to put together a list of quick things you can do that will help you move a little higher in your Google or Yahoo results.</p>\r\n\r\n<ol>\r\n	<li><strong>Get listed in more search engines</strong>. There are tons of them out there. There are also many free services that will help you get listed. Or just set aside some time to get it done yourself. Here is a free search engine submission site that will let you cycle through the top 100 search engines and get your site submitted.</li>\r\n	<li><strong>Get listed in more directories</strong>. Again, there are a lot of them out there. Look for higher pagerank directories. Improvingrank.com has some listed by pagerank. Look on the left side of the homepage.</li>\r\n	<li><strong>Clean up your html and check your links.</strong> You want the bots to have smooth sailing through your site. Use the tools on W3c.org and have a real person check them over too.</li>\r\n</ol>\r\n<p style=\"text-align: justify;\"><strong>4. Get a few more links to your site.</strong> Make them relevant and at least the same pagerank as you.</p>\r\n<p style=\"text-align: justify;\">5. Make your page <strong>filenames descriptive</strong> and <strong>keyword rich</strong>. Naming your page new_page_1.html is wasting an opportunity to do some SEO. Use names that describe the content and keep the keywords flowing.</p>\r\n<p style=\"text-align: justify;\">6. Check your <strong>Title tags</strong>. You can use 90 – 100 characters in the title, so add some keywords. We know Google looks at them, and so do many more search engines.</p>\r\n<p style=\"text-align: justify;\">7. Check your <strong>ALT tags</strong>. Searchbots can抰 see pictures. Make sure you have ALT tags on all of your pictures, and make sure they are descriptive and keyword rich.</p>\r\n<p style=\"text-align: justify;\">8. <strong>Rewrite your URL (anchor) tag</strong>s. Good anchor tags (the text between the http: and /a tags) reinforce the message and key words of your site.</p>\r\n<p style=\"text-align: justify;\">\r\n9. Go post in a few forums and put your website in your signature. Forums are a great place to put one way links. And you can help somebody out at the same time.</p>\r\n<p style=\"text-align: justify;\">10. Put together a text based sitemap and put it on your site. There’r a lot of navigation that spiders can’t understand, such as flash, forms, java and javascript. Putting together a text-based sitemap gives the bots a way to navigate around the site.</p>\r\n<p style=\"text-align: justify;\">Fifteen minutes every couple of days will make a huge difference in getting your rank higher.</p>','10 Quick Things You Can Do Today To Improve Your Search Ranking','','inherit','open','open','','659-revision-2','','','2011-08-31 03:18:21','2011-08-30 19:18:21','',659,'http://newweb.amazingbusinessresources.com/archives/662',0,'revision','',0,NULL),(733,1,'2011-08-31 03:31:21','2011-08-30 19:31:21','<ol style=\"text-align: justify;\">You know all that extra time you have to work on Search Engine Optimization? [A little sarcasm there] Actually, I tried to put together a list of quick things you can do that will help you move a little higher in your Google or Yahoo results.</ol>\r\n\r\n<ol style=\"text-align: justify;\">\r\n	<li><strong>Get listed in more search engines</strong>. There are tons of them out there. There are also many free services that will help you get listed. Or just set aside some time to get it done yourself. Here is a free search engine submission site that will let you cycle through the top 100 search engines and get your site submitted.</li>\r\n	<li><strong>Get listed in more directories</strong>. Again, there are a lot of them out there. Look for higher pagerank directories. Improvingrank.com has some listed by pagerank. Look on the left side of the homepage.</li>\r\n	<li><strong>Clean up your html and check your links.</strong> You want the bots to have smooth sailing through your site. Use the tools on W3c.org and have a real person check them over too.</li>\r\n	<li><strong>Get a few more links to your site.</strong> Make them relevant and at least the same pagerank as you.</li>\r\n	<li>Make your page <strong>filenames descriptive</strong> and <strong>keyword rich</strong>. Naming your page new_page_1.html is wasting an opportunity to do some SEO. Use names that describe the content and keep the keywords flowing.</li>\r\n	<li>Check your <strong>Title tags</strong>. You can use 90 – 100 characters in the title, so add some keywords. We know Google looks at them, and so do many more search engines.</li>\r\n	<li>Check your <strong>ALT tags</strong>. Searchbots can\'t see pictures. Make sure you have ALT tags on all of your pictures, and make sure they are descriptive and keyword rich.</li>\r\n	<li><strong>Rewrite your URL (anchor) tag</strong>s. Good anchor tags (the text between the http: and /a tags) reinforce the message and key words of your site.</li>\r\n	<li>Go post in a few <strong>forums</strong> and put your website in your <strong>signature</strong>. Forums are a great place to put one way links. And you can help somebody out at the same time.</li>\r\n	<li>Put together a text based <strong>sitemap</strong> and put it on your site. There’r a lot of navigation that spiders can’t understand, such as flash, forms, java and javascript. Putting together a text-based sitemap gives the bots a way to navigate around the site.</li>\r\n</ol>\r\n<ol style=\"text-align: justify;\">Fifteen minutes every couple of days will make a huge difference in getting your rank higher.</ol>','10 Quick Things You Can Do Today To Improve Your Search Ranking','','inherit','open','open','','659-revision-4','','','2011-08-31 03:31:21','2011-08-30 19:31:21','',659,'http://newweb.amazingbusinessresources.com/archives/733',0,'revision','',0,NULL),(664,1,'2011-04-03 11:31:57','2011-04-03 03:31:57','<ol style=\"text-align: justify;\">Search engine rankings are an important factor to consider when you have a web site that needs more traffic. If your web site doesn’t have a good position in the rankings then it will be hard to find.</ol>\r\n<ol style=\"text-align: justify;\">Since most searchers click on the first few results, you need to make sure that your web site is ranked highly enough so that people can easily find it on the first page of search engine results. Although no search engine optimization company can guarantee a high rankings for your site permanently, often times hiring a web marketing company will pay off many times over. For those of you doing it yourself or those of you that want to ensure your marketing company is doing a good job, here are some tips for raising the search engine rankings of your web site.</ol>\r\n<h2><strong>1. Content</strong></h2>\r\n<ol style=\"text-align: justify;\">Content is an important factor in high search engine rankings. Make sure that you have plenty of content throughout your site with your target keywords in the articles. It’s also worth doing a search for web sites similar to yours and taking a look at their articles for ideas. Keywords are an important factor and they should be used throughout the content of your website.</ol>\r\n<h2><strong>2. Web Site URL</strong></h2>\r\n<ol style=\"text-align: justify;\">Your web site’s URL can help you rank higher with the search engines if it contains your keywords. However, don’t think that naming your site after your keywords will always help your rankings ?you need to do more than just that. But still, it is one of the factors in improving a search engine ranking.</ol>\r\n<h2><strong>3. Search Terms</strong></h2>\r\n<ol style=\"text-align: justify;\">Search terms should be written out in text, instead of graphics. If you use pictures, be sure to give them alt tags. If you want a good rank in search engines then these things that may seem small should be considered, as search engines can read the text but not the graphics.</ol>\r\n<h2><strong>4. Page Title</strong></h2>\r\n<ol style=\"text-align: justify;\">The title of your page is very important, and if you choose the title properly then it can surely make a big difference in search engine ranking. Terms such free article on safe children’s toys? or contact the children’s toy expert today?are good to use as titles on pages containing such content. The titles themselves are very specific to the page and also may not have much competition being as specific as they are. The title area is the most important place to include your keyword phrases, so make sure that you utilize it.</ol>\r\n<ol style=\"text-align: justify;\">Master these four tips and you’ll be on your way to getting free traffic. Follow Amazing\'s Blog for other tips to keep your site moving up.</ol>','Raise your search engine ranking','','publish','open','open','','raise-your-search-engine-ranking','','','2011-08-31 03:43:03','2011-08-30 19:43:03','',0,'http://newweb.amazingbusinessresources.com/?p=664',0,'post','',0,NULL),(665,1,'2011-08-31 03:40:55','2011-08-30 19:40:55','<ol style=\"text-align: justify;\">Search engine rankings are an important factor to consider when you have a web site that needs more traffic. If your web site doesn’t have a good position in the rankings then it will be hard to find.</ol>\n<ol style=\"text-align: justify;\">Since most searchers click on the first few results, you need to make sure that your web site is ranked highly enough so that people can easily find it on the first page of search engine results. Although no search engine optimization company can guarantee a high rankings for your site permanently, often times hiring a web marketing company will pay off many times over. For those of you doing it yourself or those of you that want to ensure your marketing company is doing a good job, here are some tips for raising the search engine rankings of your web site.</ol>\n<strong>1. Content</strong>\n<ol style=\"text-align: justify;\">Content is an important factor in high search engine rankings. Make sure that you have plenty of content throughout your site with your target keywords in the articles. It’s also worth doing a search for web sites similar to yours and taking a look at their articles for ideas. Keywords are an important factor and they should be used throughout the content of your website.</ol>\n<strong>2. Web Site URL</strong>\n<ol style=\"text-align: justify;\">Your web site’s URL can help you rank higher with the search engines if it contains your keywords. However, don’t think that naming your site after your keywords will always help your rankings ?you need to do more than just that. But still, it is one of the factors in improving a search engine ranking.</ol>\n<strong>3. Search Terms</strong>\n<ol style=\"text-align: justify;\">Search terms should be written out in text, instead of graphics. If you use pictures, be sure to give them alt tags. If you want a good rank in search engines then these things that may seem small should be considered, as search engines can read the text but not the graphics.</ol>\n<strong>4. Page Title</strong>\n<ol style=\"text-align: justify;\">The title of your page is very important, and if you choose the title properly then it can surely make a big difference in search engine ranking. Terms such free article on safe children’s toys? or contact the children’s toy expert today?are good to use as titles on pages containing such content. The titles themselves are very specific to the page and also may not have much competition being as specific as they are. The title area is the most important place to include your keyword phrases, so make sure that you utilize it.</ol>\n<ol style=\"text-align: justify;\">Master these four tips and you’ll be on your way to getting free traffic. Follow Amazing\'s Blog for other tips to keep your site moving up.</ol>','Raise your search engine ranking','','inherit','open','open','','664-revision','','','2011-08-31 03:40:55','2011-08-30 19:40:55','',664,'http://newweb.amazingbusinessresources.com/archives/665',0,'revision','',0,NULL),(666,1,'2011-08-31 05:23:45','2011-08-30 21:23:45','<ol style=\"text-align: justify;\">Search engine rankings are an important factor to consider when you have a web site that needs more traffic. If your web site doesn’t have a good position in the rankings then it will be hard to find.</ol>\r\n<ol style=\"text-align: justify;\">Since most searchers click on the first few results, you need to make sure that your web site is ranked highly enough so that people can easily find it on the first page of search engine results. Although no search engine optimization company can guarantee a high rankings for your site permanently, often times hiring a web marketing company will pay off many times over. For those of you doing it yourself or those of you that want to ensure your marketing company is doing a good job, here are some tips for raising the search engine rankings of your web site.</ol>\r\n<h2><strong>1. Content</strong></h2>\r\n<ol style=\"text-align: justify;\">Content is an important factor in high search engine rankings. Make sure that you have plenty of content throughout your site with your target keywords in the articles. It’s also worth doing a search for web sites similar to yours and taking a look at their articles for ideas. Keywords are an important factor and they should be used throughout the content of your website.</ol>\r\n<h2><strong>2. Web Site URL</strong></h2>\r\n<ol style=\"text-align: justify;\">Your web site’s URL can help you rank higher with the search engines if it contains your keywords. However, don’t think that naming your site after your keywords will always help your rankings ?you need to do more than just that. But still, it is one of the factors in improving a search engine ranking.</ol>\r\n<h2><strong>3. Search Terms</strong></h2>\r\n<ol style=\"text-align: justify;\">Search terms should be written out in text, instead of graphics. If you use pictures, be sure to give them alt tags. If you want a good rank in search engines then these things that may seem small should be considered, as search engines can read the text but not the graphics.</ol>\r\n<h2><strong>4. Page Title</strong></h2>\r\n<ol style=\"text-align: justify;\">The title of your page is very important, and if you choose the title properly then it can surely make a big difference in search engine ranking. Terms such free article on safe children’s toys? or contact the children’s toy expert today?are good to use as titles on pages containing such content. The titles themselves are very specific to the page and also may not have much competition being as specific as they are. The title area is the most important place to include your keyword phrases, so make sure that you utilize it.</ol>\r\n<ol style=\"text-align: justify;\">Master these four tips and you’ll be on your way to getting free traffic. Follow Amazing\'s Blog for other tips to keep your site moving up.</ol>','Raise your search engine ranking','','inherit','open','open','','664-autosave','','','2011-08-31 05:23:45','2011-08-30 21:23:45','',664,'http://newweb.amazingbusinessresources.com/archives/666',0,'revision','',0,NULL),(667,1,'2011-08-31 03:42:26','2011-08-30 19:42:26','<ol style=\"text-align: justify;\">Search engine rankings are an important factor to consider when you have a web site that needs more traffic. If your web site doesn’t have a good position in the rankings then it will be hard to find.</ol>\r\n<ol style=\"text-align: justify;\">Since most searchers click on the first few results, you need to make sure that your web site is ranked highly enough so that people can easily find it on the first page of search engine results. Although no search engine optimization company can guarantee a high rankings for your site permanently, often times hiring a web marketing company will pay off many times over. For those of you doing it yourself or those of you that want to ensure your marketing company is doing a good job, here are some tips for raising the search engine rankings of your web site.</ol>\r\n<strong>1. Content</strong>\r\n<ol style=\"text-align: justify;\">Content is an important factor in high search engine rankings. Make sure that you have plenty of content throughout your site with your target keywords in the articles. It’s also worth doing a search for web sites similar to yours and taking a look at their articles for ideas. Keywords are an important factor and they should be used throughout the content of your website.</ol>\r\n<strong>2. Web Site URL</strong>\r\n<ol style=\"text-align: justify;\">Your web site’s URL can help you rank higher with the search engines if it contains your keywords. However, don’t think that naming your site after your keywords will always help your rankings ?you need to do more than just that. But still, it is one of the factors in improving a search engine ranking.</ol>\r\n<strong>3. Search Terms</strong>\r\n<ol style=\"text-align: justify;\">Search terms should be written out in text, instead of graphics. If you use pictures, be sure to give them alt tags. If you want a good rank in search engines then these things that may seem small should be considered, as search engines can read the text but not the graphics.</ol>\r\n<strong>4. Page Title</strong>\r\n<ol style=\"text-align: justify;\">The title of your page is very important, and if you choose the title properly then it can surely make a big difference in search engine ranking. Terms such free article on safe children’s toys? or contact the children’s toy expert today?are good to use as titles on pages containing such content. The titles themselves are very specific to the page and also may not have much competition being as specific as they are. The title area is the most important place to include your keyword phrases, so make sure that you utilize it.</ol>\r\n<ol style=\"text-align: justify;\">Master these four tips and you’ll be on your way to getting free traffic. Follow Amazing\'s Blog for other tips to keep your site moving up.</ol>','Raise your search engine ranking','','inherit','open','open','','664-revision-2','','','2011-08-31 03:42:26','2011-08-30 19:42:26','',664,'http://newweb.amazingbusinessresources.com/archives/667',0,'revision','',0,NULL),(668,1,'2011-04-25 16:46:04','2011-04-25 08:46:04','<ol style=\"text-align: justify;\">Link Popularity as you know plays a BIG part in your websites ranking within the Search Engines. So, the basic breakdown is, the more links pointing to your website, the higher up the search engines will rank your website. More importantly though is getting those High PR websites linking back to yours.</ol>\r\n<ol style=\"text-align: justify;\">The question at hand is… “How can I get those High PR links without having to buy High PR links and/or spend countless hours surfing the web for link partners with the possible potential of being denied?” And as webmasters, we can not afford to waste time, especially if your starting out on a part time basis. We must utilize every minute we can to getting the most out of our efforts. So with that being said, I’m going to reveal to you the ‘Back Door’ strategy I use for getting those High PR links to your website Absolutely FREE and have them begging you to come back.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol>And the cool thing is this can be done following these 3 steps I’m about to mention so pay attention because if you do just this, you will not only get hundreds of backlinks to your website, you’ll also get hundreds, if not thousands of Targeted visitors to your website at the same time…</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">…all for FREE!</ol>\r\n<h2><strong>Step #1. First you must write an Article.</strong></h2>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">The first step is to write an related article about your Product or Service that draws the reader in and gets them to click through to your website once they finish reading it to find out more about you and your Product or Service.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">Now, your probably wondering why you have to write an article. Well, it’s real simple actually because what do you get to put at the end of your article? Your ‘Resource Box’ with your website information and most important of all… your URL pointing back to your website. So when someone chooses to publish your article in their newsletter or on their website, blog or article directory, they MUST add your ‘Resource Box’ with your website information and URL.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">Remember, your article is the Nuts and Bolts of this ‘Back Linking’ strategy, so make sure you put some effort into it to get it as much exposure as possible.</ol>\r\n<h2><strong>Step #2. Submit your article to Article Directories.</strong></h2>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">This is the next step and an important one at that because this is where your article or articles are going to get picked up by website owners and/or ezine publishers who are in constant need of fresh, quality information to feed their audiences hunger for information.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">There are literally hundreds of Article Directories out there and thousands of ezine publishers looking for quality content on a daily basis. And if they choose your article for publication, they must include your ‘Resource Box’ with your websites information and URL.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">It’s all about the numbers. The more Article Directories and websites you submit your articles to, the more potential Backlinks you’ll get to your website.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">And since Article Directories have recently adopted RSS(Real Simple Syndication) technology into the mix your articles will even get More mileage without you lifting a finger, creating even more Backlinks to your website.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">More on RSS in a minute. Are you starting to see the Power behind writing your own articles.</ol>\r\n</ol>\r\n<h2><strong>Step #3. Create your own RSS Feed for your articles.</strong></h2>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">This last step is a very Powerful step as well. What you need to do is set up your own RSS Feed for your articles. Now, if you don’t know what RSS is here’s the basic definition…</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">RSS is by definition – an acronym for ‘Real Simple Syndication’ or ‘Rich Site Summary’, and the .XML extension is the format used for distributing your news headlines via the Web, which is known as ‘Syndication.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">‘Syndication’ is where the TRUE power of RSS is unleashed, getting your message or information across the web in an INSTANT to websites, subscribers and/or readers who subscribed to your RSS Feed.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">That’s it.</ol>\r\n<ol style=\"text-align: justify;\">Now I know I dumped alot of information on you within this article so just take it Step-By-Step because once you implement it properly it will benefit you for years to come with Backlinks to your website and FREE targeted traffic via the Search Engines, Website Owners and eZine Publishers.</ol>\r\n</ol>','3 Steps To Getting Hundreds Of Backlinks To Your Website Absolutely FREE','','publish','open','open','','3-steps-to-getting-hundreds-of-backlinks-to-your-website-absolutely-free','','','2011-08-31 05:26:09','2011-08-30 21:26:09','',0,'http://newweb.amazingbusinessresources.com/?p=668',0,'post','',0,NULL),(669,1,'2011-08-31 03:46:03','2011-08-30 19:46:03','Link Popularity as you know plays a BIG part in your websites ranking within the Search Engines.\n\nSo, the basic breakdown is, the more links pointing to your website, the higher up the search engines will rank your website.\n\nMore importantly though is getting those High PR websites linking back to yours.\n\nThe question at hand is… “How can I get those High PR links without having to buy High PR links and/or spend countless hours surfing the web for link partners with the possible potential of being denied?”\n\nAnd as webmasters, we can not afford to waste time, especially if your starting out on a part time basis.\n\nWe must utilize every minute we can to getting the most out of our efforts.\nSo with that being said, I’m going to reveal to you the ‘Back Door’ strategy I use for getting those High PR links to your website Absolutely FREE and have them begging you to come back.\n\nAnd the cool thing is this can be done following these 3 steps I’m about to mention so pay attention because if you do just this, you will not only get hundreds of backlinks to your website, you’ll also get hundreds, if not thousands of Targeted visitors to your website at the same time…\n…all for FREE!\n\nAre you ready?\nGood, because I am.\n\n<strong>Step #1. First you must write an Article.</strong>\nThe first step is to write an related article about your Product or Service that draws the reader in and gets them to click through to your website once they finish reading it to find out more about you and your Product or Service.\nNow, your probably wondering why you have to write an article.\nWell, it’s real simple actually because what do you get to put at the end of your article?\nYour ‘Resource Box’ with your website information and most important of all… your URL pointing back to your website.\nSo when someone chooses to publish your article in their newsletter or on their website, blog or article directory, they MUST add your ‘Resource Box’ with your website information and URL.\nI know some of you are saying… “I don’t know how to write an article” … well, your not alone.\nHere are a few resources I’ve put together for you so you can get the basic idea of How-To structure your articles with ease or get someone else to write them for you.\nThe first is an article I wrote called… THE 7 Step Formula For Writing POWERFUL Articles In Less Than An Hour.\nIt will show you How-To structure your articles for easy writing. http://www.internetwondersezine.com/article_11.html\nThe second resource is Elance.com – http://www.elance.com – which is basically a place where you can go and submit a project by category and freelance writers, etc. will then bid on your project. You pick the winner and you set the budget.\nThis will get you started in the right direction.\nRemember, your article is the Nuts and Bolts of this ‘Back Linking’ strategy, so make sure you put some effort into it to get it as much exposure as possible.\n\n<strong>Step #2. Submit your article to Article Directories.</strong>\nThis is the next step and an important one at that because this is where your article or articles are going to get picked up by website owners and/or ezine publishers who are in constant need of fresh, quality information to feed their audiences hunger for information.\nThere are literally hundreds of Article Directories out there and thousands of ezine publishers looking for quality content on a daily basis. And if they choose your article for publication, they must include your ‘Resource Box’ with your websites information and URL.\nIt’s all about the numbers. The more Article Directories and websites you submit your articles to, the more potential Backlinks you’ll get to your website.\nAnd since Article Directories have recently adopted RSS(Real Simple Syndication) technology into the mix your articles will even get More mileage without you lifting a finger, creating even more Backlinks to your website.\nMore on RSS in a minute.\nAre you starting to see the Power behind writing your own articles.\nI hope so.\n\n<strong>Step #3. Create your own RSS Feed for your articles.</strong>\nThis last step is a very Powerful step as well.\nWhat you need to do is set up your own RSS Feed for your articles.\nNow, if you don’t know what RSS is here’s the basic definition…\nRSS is by definition – an acronym for ‘Real Simple Syndication’ or ‘Rich Site Summary’, and the .XML extension is the format used for distributing your news headlines via the Web, which is known as ‘Syndication.\n‘Syndication’ is where the TRUE power of RSS is unleashed, getting your message or information across the web in an INSTANT to websites, subscribers and/or readers who subscribed to your RSS Feed.\n\nThe easiest way for you to do this is to set up your own Blog either through…\nWordpress.org – http://www.wordpress.org\nOr through…\nBlogger.com – http://www.blogger.com\nWordpress is a little more advanced so I recommend if you don’t have alot of experience with Blogs or installing scripts that you go set up a Blogger blog which will only take you less than 5 minutes to do.\nI’m just giving you some options, that’s all.\nOnce you’ve set up your Blog the only thing left for you to do is add you articles.\nTIP: Make sure you hyperlink your URL and use Anchor Text with your most targeted keywords. By doing this the Search Engine spiders will rank your website higher under that keyword term you specify in your Anchor Text.\nAfter you’ve added your articles all you have to do now is submit your new RSS Feed to RSS Directories and RSS Search Engines.\nHere’s a few resources for you to get started with.\nPing-O-Matic – http://pingomatic.com\nRSS Top 55 – http://www.masternewmedia.org/rss/top55\n\nThat’s it.\nNow I know I dumped alot of information on you within this article so just take it Step-By-Step because once you implement it properly it will benefit you for years to come with Backlinks to your website and FREE targeted traffic via the Search Engines, Website Owners and eZine Publishers.','3 Steps To Getting Hundreds Of Backlinks To Your Website Absolutely FREE','','inherit','open','open','','668-revision','','','2011-08-31 03:46:03','2011-08-30 19:46:03','',668,'http://newweb.amazingbusinessresources.com/archives/669',0,'revision','',0,NULL),(670,1,'2011-08-31 05:26:14','2011-08-30 21:26:14','<ol style=\"text-align: justify;\">Link Popularity as you know plays a BIG part in your websites ranking within the Search Engines. So, the basic breakdown is, the more links pointing to your website, the higher up the search engines will rank your website. More importantly though is getting those High PR websites linking back to yours.</ol>\r\n<ol style=\"text-align: justify;\">The question at hand is… “How can I get those High PR links without having to buy High PR links and/or spend countless hours surfing the web for link partners with the possible potential of being denied?” And as webmasters, we can not afford to waste time, especially if your starting out on a part time basis. We must utilize every minute we can to getting the most out of our efforts. So with that being said, I’m going to reveal to you the ‘Back Door’ strategy I use for getting those High PR links to your website Absolutely FREE and have them begging you to come back.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol>And the cool thing is this can be done following these 3 steps I’m about to mention so pay attention because if you do just this, you will not only get hundreds of backlinks to your website, you’ll also get hundreds, if not thousands of Targeted visitors to your website at the same time…</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">…all for FREE!</ol>\r\n<h2><strong>Step #1. First you must write an Article.</strong></h2>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">The first step is to write an related article about your Product or Service that draws the reader in and gets them to click through to your website once they finish reading it to find out more about you and your Product or Service.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">Now, your probably wondering why you have to write an article. Well, it’s real simple actually because what do you get to put at the end of your article? Your ‘Resource Box’ with your website information and most important of all… your URL pointing back to your website. So when someone chooses to publish your article in their newsletter or on their website, blog or article directory, they MUST add your ‘Resource Box’ with your website information and URL.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">Remember, your article is the Nuts and Bolts of this ‘Back Linking’ strategy, so make sure you put some effort into it to get it as much exposure as possible.</ol>\r\n<h2><strong>Step #2. Submit your article to Article Directories.</strong></h2>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">This is the next step and an important one at that because this is where your article or articles are going to get picked up by website owners and/or ezine publishers who are in constant need of fresh, quality information to feed their audiences hunger for information.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">There are literally hundreds of Article Directories out there and thousands of ezine publishers looking for quality content on a daily basis. And if they choose your article for publication, they must include your ‘Resource Box’ with your websites information and URL.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">It’s all about the numbers. The more Article Directories and websites you submit your articles to, the more potential Backlinks you’ll get to your website.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">And since Article Directories have recently adopted RSS(Real Simple Syndication) technology into the mix your articles will even get More mileage without you lifting a finger, creating even more Backlinks to your website.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">More on RSS in a minute. Are you starting to see the Power behind writing your own articles.</ol>\r\n</ol>\r\n<h2><strong>Step #3. Create your own RSS Feed for your articles.</strong></h2>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">This last step is a very Powerful step as well. What you need to do is set up your own RSS Feed for your articles. Now, if you don’t know what RSS is here’s the basic definition…</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">RSS is by definition – an acronym for ‘Real Simple Syndication’ or ‘Rich Site Summary’, and the .XML extension is the format used for distributing your news headlines via the Web, which is known as ‘Syndication.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">‘Syndication’ is where the TRUE power of RSS is unleashed, getting your message or information across the web in an INSTANT to websites, subscribers and/or readers who subscribed to your RSS Feed.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">That’s it.</ol>\r\n<ol style=\"text-align: justify;\">Now I know I dumped alot of information on you within this article so just take it Step-By-Step because once you implement it properly it will benefit you for years to come with Backlinks to your website and FREE targeted traffic via the Search Engines, Website Owners and eZine Publishers.</ol>\r\n</ol>','3 Steps To Getting Hundreds Of Backlinks To Your Website Absolutely FREE','','inherit','open','open','','668-autosave','','','2011-08-31 05:26:14','2011-08-30 21:26:14','',668,'http://newweb.amazingbusinessresources.com/archives/670',0,'revision','',0,NULL),(683,1,'2011-08-31 04:07:01','2011-08-30 20:07:01','<ol style=\"text-align: justify;\">Link Popularity as you know plays a BIG part in your websites ranking within the Search Engines. So, the basic breakdown is, the more links pointing to your website, the higher up the search engines will rank your website. More importantly though is getting those High PR websites linking back to yours.</ol>\r\n<ol style=\"text-align: justify;\">The question at hand is… “How can I get those High PR links without having to buy High PR links and/or spend countless hours surfing the web for link partners with the possible potential of being denied?” And as webmasters, we can not afford to waste time, especially if your starting out on a part time basis. We must utilize every minute we can to getting the most out of our efforts. So with that being said, I’m going to reveal to you the ‘Back Door’ strategy I use for getting those High PR links to your website Absolutely FREE and have them begging you to come back.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol>And the cool thing is this can be done following these 3 steps I’m about to mention so pay attention because if you do just this, you will not only get hundreds of backlinks to your website, you’ll also get hundreds, if not thousands of Targeted visitors to your website at the same time…</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">…all for FREE!</ol>\r\n<h2><strong>Step #1. First you must write an Article.</strong></h2>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">The first step is to write an related article about your Product or Service that draws the reader in and gets them to click through to your website once they finish reading it to find out more about you and your Product or Service.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">Now, your probably wondering why you have to write an article. Well, it’s real simple actually because what do you get to put at the end of your article? Your ‘Resource Box’ with your website information and most important of all… your URL pointing back to your website. So when someone chooses to publish your article in their newsletter or on their website, blog or article directory, they MUST add your ‘Resource Box’ with your website information and URL.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">Remember, your article is the Nuts and Bolts of this ‘Back Linking’ strategy, so make sure you put some effort into it to get it as much exposure as possible.</ol>\r\n<h2><strong>Step #2. Submit your article to Article Directories.</strong></h2>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">This is the next step and an important one at that because this is where your article or articles are going to get picked up by website owners and/or ezine publishers who are in constant need of fresh, quality information to feed their audiences hunger for information.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">There are literally hundreds of Article Directories out there and thousands of ezine publishers looking for quality content on a daily basis. And if they choose your article for publication, they must include your ‘Resource Box’ with your websites information and URL.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">It’s all about the numbers. The more Article Directories and websites you submit your articles to, the more potential Backlinks you’ll get to your website.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">And since Article Directories have recently adopted RSS(Real Simple Syndication) technology into the mix your articles will even get More mileage without you lifting a finger, creating even more Backlinks to your website.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">More on RSS in a minute. Are you starting to see the Power behind writing your own articles.</ol>\r\n</ol>\r\n<h2><strong>Step #3. Create your own RSS Feed for your articles.</strong></h2>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">This last step is a very Powerful step as well. What you need to do is set up your own RSS Feed for your articles. Now, if you don’t know what RSS is here’s the basic definition…</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">RSS is by definition – an acronym for ‘Real Simple Syndication’ or ‘Rich Site Summary’, and the .XML extension is the format used for distributing your news headlines via the Web, which is known as ‘Syndication.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">‘Syndication’ is where the TRUE power of RSS is unleashed, getting your message or information across the web in an INSTANT to websites, subscribers and/or readers who subscribed to your RSS Feed.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">That’s it.</ol>\r\n<ol style=\"text-align: justify;\">Now I know I dumped alot of information on you within this article so just take it Step-By-Step because once you implement it properly it will benefit you for years to come with Backlinks to your website and FREE targeted traffic via the Search Engines, Website Owners and eZine Publishers.</ol>','3 Steps To Getting Hundreds Of Backlinks To Your Website Absolutely FREE','','inherit','open','open','','668-revision-13','','','2011-08-31 04:07:01','2011-08-30 20:07:01','',668,'http://newweb.amazingbusinessresources.com/archives/683',0,'revision','',0,NULL),(681,1,'2011-08-31 04:06:35','2011-08-30 20:06:35','<ol style=\"text-align: justify;\">Link Popularity as you know plays a BIG part in your websites ranking within the Search Engines. So, the basic breakdown is, the more links pointing to your website, the higher up the search engines will rank your website. More importantly though is getting those High PR websites linking back to yours.</ol>\r\n<ol style=\"text-align: justify;\">The question at hand is… “How can I get those High PR links without having to buy High PR links and/or spend countless hours surfing the web for link partners with the possible potential of being denied?” And as webmasters, we can not afford to waste time, especially if your starting out on a part time basis. We must utilize every minute we can to getting the most out of our efforts. So with that being said, I’m going to reveal to you the ‘Back Door’ strategy I use for getting those High PR links to your website Absolutely FREE and have them begging you to come back.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol>And the cool thing is this can be done following these 3 steps I’m about to mention so pay attention because if you do just this, you will not only get hundreds of backlinks to your website, you’ll also get hundreds, if not thousands of Targeted visitors to your website at the same time…</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">…all for FREE!</ol>\r\n<h2><strong>Step #1. First you must write an Article.</strong></h2>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">The first step is to write an related article about your Product or Service that draws the reader in and gets them to click through to your website once they finish reading it to find out more about you and your Product or Service.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">Now, your probably wondering why you have to write an article. Well, it’s real simple actually because what do you get to put at the end of your article? Your ‘Resource Box’ with your website information and most important of all… your URL pointing back to your website. So when someone chooses to publish your article in their newsletter or on their website, blog or article directory, they MUST add your ‘Resource Box’ with your website information and URL.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">Remember, your article is the Nuts and Bolts of this ‘Back Linking’ strategy, so make sure you put some effort into it to get it as much exposure as possible.</ol>\r\n<h2><strong>Step #2. Submit your article to Article Directories.</strong></h2>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">This is the next step and an important one at that because this is where your article or articles are going to get picked up by website owners and/or ezine publishers who are in constant need of fresh, quality information to feed their audiences hunger for information.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">There are literally hundreds of Article Directories out there and thousands of ezine publishers looking for quality content on a daily basis. And if they choose your article for publication, they must include your ‘Resource Box’ with your websites information and URL.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">It’s all about the numbers. The more Article Directories and websites you submit your articles to, the more potential Backlinks you’ll get to your website.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">And since Article Directories have recently adopted RSS(Real Simple Syndication) technology into the mix your articles will even get More mileage without you lifting a finger, creating even more Backlinks to your website.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">More on RSS in a minute. Are you starting to see the Power behind writing your own articles.</ol>\r\n</ol>\r\n<h2><strong>Step #3. Create your own RSS Feed for your articles.</strong></h2>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">This last step is a very Powerful step as well. What you need to do is set up your own RSS Feed for your articles. Now, if you don’t know what RSS is here’s the basic definition…</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">RSS is by definition – an acronym for ‘Real Simple Syndication’ or ‘Rich Site Summary’, and the .XML extension is the format used for distributing your news headlines via the Web, which is known as ‘Syndication.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">‘Syndication’ is where the TRUE power of RSS is unleashed, getting your message or information across the web in an INSTANT to websites, subscribers and/or readers who subscribed to your RSS Feed.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">That’s it.</ol>\r\n</ol>\r\n&nbsp;\r\n<ol style=\"text-align: justify;\">Now I know I dumped alot of information on you within this article so just take it Step-By-Step because once you implement it properly it will benefit you for years to come with Backlinks to your website and FREE targeted traffic via the Search Engines, Website Owners and eZine Publishers.</ol>','3 Steps To Getting Hundreds Of Backlinks To Your Website Absolutely FREE','','inherit','open','open','','668-revision-12','','','2011-08-31 04:06:35','2011-08-30 20:06:35','',668,'http://newweb.amazingbusinessresources.com/archives/681',0,'revision','',0,NULL),(679,1,'2011-08-31 04:05:22','2011-08-30 20:05:22','<ol style=\"text-align: justify;\">Link Popularity as you know plays a BIG part in your websites ranking within the Search Engines. So, the basic breakdown is, the more links pointing to your website, the higher up the search engines will rank your website. More importantly though is getting those High PR websites linking back to yours.</ol>\r\n<ol style=\"text-align: justify;\">The question at hand is… “How can I get those High PR links without having to buy High PR links and/or spend countless hours surfing the web for link partners with the possible potential of being denied?” And as webmasters, we can not afford to waste time, especially if your starting out on a part time basis. We must utilize every minute we can to getting the most out of our efforts. So with that being said, I’m going to reveal to you the ‘Back Door’ strategy I use for getting those High PR links to your website Absolutely FREE and have them begging you to come back.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol>And the cool thing is this can be done following these 3 steps I’m about to mention so pay attention because if you do just this, you will not only get hundreds of backlinks to your website, you’ll also get hundreds, if not thousands of Targeted visitors to your website at the same time…</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">…all for FREE!</ol>\r\n<h2><strong>Step #1. First you must write an Article.</strong></h2>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">The first step is to write an related article about your Product or Service that draws the reader in and gets them to click through to your website once they finish reading it to find out more about you and your Product or Service.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">Now, your probably wondering why you have to write an article.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">Well, it’s real simple actually because what do you get to put at the end of your article?</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">Your ‘Resource Box’ with your website information and most important of all… your URL pointing back to your website.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">So when someone chooses to publish your article in their newsletter or on their website, blog or article directory, they MUST add your ‘Resource Box’ with your website information and URL.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">Remember, your article is the Nuts and Bolts of this ‘Back Linking’ strategy, so make sure you put some effort into it to get it as much exposure as possible.</ol>\r\n<h2><strong>Step #2. Submit your article to Article Directories.</strong></h2>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">This is the next step and an important one at that because this is where your article or articles are going to get picked up by website owners and/or ezine publishers who are in constant need of fresh, quality information to feed their audiences hunger for information.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">There are literally hundreds of Article Directories out there and thousands of ezine publishers looking for quality content on a daily basis. And if they choose your article for publication, they must include your ‘Resource Box’ with your websites information and URL.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">It’s all about the numbers. The more Article Directories and websites you submit your articles to, the more potential Backlinks you’ll get to your website.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">And since Article Directories have recently adopted RSS(Real Simple Syndication) technology into the mix your articles will even get More mileage without you lifting a finger, creating even more Backlinks to your website.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">More on RSS in a minute. Are you starting to see the Power behind writing your own articles.</ol>\r\n</ol>\r\n<h2><strong>Step #3. Create your own RSS Feed for your articles.</strong></h2>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">This last step is a very Powerful step as well. What you need to do is set up your own RSS Feed for your articles. Now, if you don’t know what RSS is here’s the basic definition…</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">RSS is by definition – an acronym for ‘Real Simple Syndication’ or ‘Rich Site Summary’, and the .XML extension is the format used for distributing your news headlines via the Web, which is known as ‘Syndication.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">‘Syndication’ is where the TRUE power of RSS is unleashed, getting your message or information across the web in an INSTANT to websites, subscribers and/or readers who subscribed to your RSS Feed.</ol>\r\n<p style=\"text-align: justify;\">That’s it.\r\nNow I know I dumped alot of information on you within this article so just take it Step-By-Step because once you implement it properly it will benefit you for years to come with Backlinks to your website and FREE targeted traffic via the Search Engines, Website Owners and eZine Publishers.</p>','3 Steps To Getting Hundreds Of Backlinks To Your Website Absolutely FREE','','inherit','open','open','','668-revision-10','','','2011-08-31 04:05:22','2011-08-30 20:05:22','',668,'http://newweb.amazingbusinessresources.com/archives/679',0,'revision','',0,NULL),(671,1,'2011-08-31 03:46:04','2011-08-30 19:46:04','Link Popularity as you know plays a BIG part in your websites ranking within the Search Engines.\r\n\r\nSo, the basic breakdown is, the more links pointing to your website, the higher up the search engines will rank your website.\r\n\r\nMore importantly though is getting those High PR websites linking back to yours.\r\n\r\nThe question at hand is… “How can I get those High PR links without having to buy High PR links and/or spend countless hours surfing the web for link partners with the possible potential of being denied?”\r\n\r\nAnd as webmasters, we can not afford to waste time, especially if your starting out on a part time basis.\r\n\r\nWe must utilize every minute we can to getting the most out of our efforts.\r\nSo with that being said, I’m going to reveal to you the ‘Back Door’ strategy I use for getting those High PR links to your website Absolutely FREE and have them begging you to come back.\r\n\r\nAnd the cool thing is this can be done following these 3 steps I’m about to mention so pay attention because if you do just this, you will not only get hundreds of backlinks to your website, you’ll also get hundreds, if not thousands of Targeted visitors to your website at the same time…\r\n…all for FREE!\r\n\r\nAre you ready?\r\nGood, because I am.\r\n\r\n<strong>Step #1. First you must write an Article.</strong>\r\nThe first step is to write an related article about your Product or Service that draws the reader in and gets them to click through to your website once they finish reading it to find out more about you and your Product or Service.\r\nNow, your probably wondering why you have to write an article.\r\nWell, it’s real simple actually because what do you get to put at the end of your article?\r\nYour ‘Resource Box’ with your website information and most important of all… your URL pointing back to your website.\r\nSo when someone chooses to publish your article in their newsletter or on their website, blog or article directory, they MUST add your ‘Resource Box’ with your website information and URL.\r\nI know some of you are saying… “I don’t know how to write an article” … well, your not alone.\r\nHere are a few resources I’ve put together for you so you can get the basic idea of How-To structure your articles with ease or get someone else to write them for you.\r\nThe first is an article I wrote called… THE 7 Step Formula For Writing POWERFUL Articles In Less Than An Hour.\r\nIt will show you How-To structure your articles for easy writing. http://www.internetwondersezine.com/article_11.html\r\nThe second resource is Elance.com – http://www.elance.com – which is basically a place where you can go and submit a project by category and freelance writers, etc. will then bid on your project. You pick the winner and you set the budget.\r\nThis will get you started in the right direction.\r\nRemember, your article is the Nuts and Bolts of this ‘Back Linking’ strategy, so make sure you put some effort into it to get it as much exposure as possible.\r\n\r\n<strong>Step #2. Submit your article to Article Directories.</strong>\r\nThis is the next step and an important one at that because this is where your article or articles are going to get picked up by website owners and/or ezine publishers who are in constant need of fresh, quality information to feed their audiences hunger for information.\r\nThere are literally hundreds of Article Directories out there and thousands of ezine publishers looking for quality content on a daily basis. And if they choose your article for publication, they must include your ‘Resource Box’ with your websites information and URL.\r\nIt’s all about the numbers. The more Article Directories and websites you submit your articles to, the more potential Backlinks you’ll get to your website.\r\nAnd since Article Directories have recently adopted RSS(Real Simple Syndication) technology into the mix your articles will even get More mileage without you lifting a finger, creating even more Backlinks to your website.\r\nMore on RSS in a minute.\r\nAre you starting to see the Power behind writing your own articles.\r\nI hope so.\r\n\r\n<strong>Step #3. Create your own RSS Feed for your articles.</strong>\r\nThis last step is a very Powerful step as well.\r\nWhat you need to do is set up your own RSS Feed for your articles.\r\nNow, if you don’t know what RSS is here’s the basic definition…\r\nRSS is by definition – an acronym for ‘Real Simple Syndication’ or ‘Rich Site Summary’, and the .XML extension is the format used for distributing your news headlines via the Web, which is known as ‘Syndication.\r\n‘Syndication’ is where the TRUE power of RSS is unleashed, getting your message or information across the web in an INSTANT to websites, subscribers and/or readers who subscribed to your RSS Feed.\r\n\r\nThe easiest way for you to do this is to set up your own Blog either through…\r\nWordpress.org – http://www.wordpress.org\r\nOr through…\r\nBlogger.com – http://www.blogger.com\r\nWordpress is a little more advanced so I recommend if you don’t have alot of experience with Blogs or installing scripts that you go set up a Blogger blog which will only take you less than 5 minutes to do.\r\nI’m just giving you some options, that’s all.\r\nOnce you’ve set up your Blog the only thing left for you to do is add you articles.\r\nTIP: Make sure you hyperlink your URL and use Anchor Text with your most targeted keywords. By doing this the Search Engine spiders will rank your website higher under that keyword term you specify in your Anchor Text.\r\nAfter you’ve added your articles all you have to do now is submit your new RSS Feed to RSS Directories and RSS Search Engines.\r\nHere’s a few resources for you to get started with.\r\nPing-O-Matic – http://pingomatic.com\r\nRSS Top 55 – http://www.masternewmedia.org/rss/top55\r\n\r\nThat’s it.\r\nNow I know I dumped alot of information on you within this article so just take it Step-By-Step because once you implement it properly it will benefit you for years to come with Backlinks to your website and FREE targeted traffic via the Search Engines, Website Owners and eZine Publishers.','3 Steps To Getting Hundreds Of Backlinks To Your Website Absolutely FREE','','inherit','open','open','','668-revision-2','','','2011-08-31 03:46:04','2011-08-30 19:46:04','',668,'http://newweb.amazingbusinessresources.com/archives/671',0,'revision','',0,NULL),(672,1,'2011-08-31 03:49:18','2011-08-30 19:49:18','<ol>\r\nLink Popularity as you know plays a BIG part in your websites ranking within the Search Engines.\r\n\r\nSo, the basic breakdown is, the more links pointing to your website, the higher up the search engines will rank your website.\r\n\r\nMore importantly though is getting those High PR websites linking back to yours.\r\n\r\nThe question at hand is… “How can I get those High PR links without having to buy High PR links and/or spend countless hours surfing the web for link partners with the possible potential of being denied?”\r\n\r\nAnd as webmasters, we can not afford to waste time, especially if your starting out on a part time basis.\r\n\r\nWe must utilize every minute we can to getting the most out of our efforts.\r\nSo with that being said, I’m going to reveal to you the ‘Back Door’ strategy I use for getting those High PR links to your website Absolutely FREE and have them begging you to come back.\r\n\r\nAnd the cool thing is this can be done following these 3 steps I’m about to mention so pay attention because if you do just this, you will not only get hundreds of backlinks to your website, you’ll also get hundreds, if not thousands of Targeted visitors to your website at the same time…\r\n…all for FREE!\r\n\r\nAre you ready?\r\nGood, because I am.\r\n\r\n<strong>Step #1. First you must write an Article.</strong>\r\nThe first step is to write an related article about your Product or Service that draws the reader in and gets them to click through to your website once they finish reading it to find out more about you and your Product or Service.\r\nNow, your probably wondering why you have to write an article.\r\nWell, it’s real simple actually because what do you get to put at the end of your article?\r\nYour ‘Resource Box’ with your website information and most important of all… your URL pointing back to your website.\r\nSo when someone chooses to publish your article in their newsletter or on their website, blog or article directory, they MUST add your ‘Resource Box’ with your website information and URL.\r\nI know some of you are saying… “I don’t know how to write an article” … well, your not alone.\r\nHere are a few resources I’ve put together for you so you can get the basic idea of How-To structure your articles with ease or get someone else to write them for you.\r\nThe first is an article I wrote called… THE 7 Step Formula For Writing POWERFUL Articles In Less Than An Hour.\r\nIt will show you How-To structure your articles for easy writing. http://www.internetwondersezine.com/article_11.html\r\nThe second resource is Elance.com – http://www.elance.com – which is basically a place where you can go and submit a project by category and freelance writers, etc. will then bid on your project. You pick the winner and you set the budget.\r\nThis will get you started in the right direction.\r\nRemember, your article is the Nuts and Bolts of this ‘Back Linking’ strategy, so make sure you put some effort into it to get it as much exposure as possible.\r\n\r\n<strong>Step #2. Submit your article to Article Directories.</strong>\r\nThis is the next step and an important one at that because this is where your article or articles are going to get picked up by website owners and/or ezine publishers who are in constant need of fresh, quality information to feed their audiences hunger for information.\r\nThere are literally hundreds of Article Directories out there and thousands of ezine publishers looking for quality content on a daily basis. And if they choose your article for publication, they must include your ‘Resource Box’ with your websites information and URL.\r\nIt’s all about the numbers. The more Article Directories and websites you submit your articles to, the more potential Backlinks you’ll get to your website.\r\nAnd since Article Directories have recently adopted RSS(Real Simple Syndication) technology into the mix your articles will even get More mileage without you lifting a finger, creating even more Backlinks to your website.\r\nMore on RSS in a minute.\r\nAre you starting to see the Power behind writing your own articles.\r\nI hope so.\r\n\r\n<strong>Step #3. Create your own RSS Feed for your articles.</strong>\r\nThis last step is a very Powerful step as well.\r\nWhat you need to do is set up your own RSS Feed for your articles.\r\nNow, if you don’t know what RSS is here’s the basic definition…\r\nRSS is by definition – an acronym for ‘Real Simple Syndication’ or ‘Rich Site Summary’, and the .XML extension is the format used for distributing your news headlines via the Web, which is known as ‘Syndication.\r\n‘Syndication’ is where the TRUE power of RSS is unleashed, getting your message or information across the web in an INSTANT to websites, subscribers and/or readers who subscribed to your RSS Feed.\r\n\r\nThe easiest way for you to do this is to set up your own Blog either through…\r\nWordpress.org – http://www.wordpress.org\r\nOr through…\r\nBlogger.com – http://www.blogger.com\r\nWordpress is a little more advanced so I recommend if you don’t have alot of experience with Blogs or installing scripts that you go set up a Blogger blog which will only take you less than 5 minutes to do.\r\nI’m just giving you some options, that’s all.\r\nOnce you’ve set up your Blog the only thing left for you to do is add you articles.\r\nTIP: Make sure you hyperlink your URL and use Anchor Text with your most targeted keywords. By doing this the Search Engine spiders will rank your website higher under that keyword term you specify in your Anchor Text.\r\nAfter you’ve added your articles all you have to do now is submit your new RSS Feed to RSS Directories and RSS Search Engines.\r\nHere’s a few resources for you to get started with.\r\nPing-O-Matic – http://pingomatic.com\r\nRSS Top 55 – http://www.masternewmedia.org/rss/top55\r\n\r\nThat’s it.\r\nNow I know I dumped alot of information on you within this article so just take it Step-By-Step because once you implement it properly it will benefit you for years to come with Backlinks to your website and FREE targeted traffic via the Search Engines, Website Owners and eZine Publishers.\r\n\r\n&nbsp;\r\n</ol>\r\n\r\n','3 Steps To Getting Hundreds Of Backlinks To Your Website Absolutely FREE','','inherit','open','open','','668-revision-3','','','2011-08-31 03:49:18','2011-08-30 19:49:18','',668,'http://newweb.amazingbusinessresources.com/archives/672',0,'revision','',0,NULL),(674,1,'2011-08-31 03:51:28','2011-08-30 19:51:28','<ol>\r\nLink Popularity as you know plays a BIG part in your websites ranking within the Search Engines. So, the basic breakdown is, the more links pointing to your website, the higher up the search engines will rank your website. More importantly though is getting those High PR websites linking back to yours.</ol>\r\n\r\n<ol>\r\nThe question at hand is… “How can I get those High PR links without having to buy High PR links and/or spend countless hours surfing the web for link partners with the possible potential of being denied?” And as webmasters, we can not afford to waste time, especially if your starting out on a part time basis. We must utilize every minute we can to getting the most out of our efforts. So with that being said, I’m going to reveal to you the ‘Back Door’ strategy I use for getting those High PR links to your website Absolutely FREE and have them begging you to come back.</ol>\r\n\r\n\r\n\r\nAnd the cool thing is this can be done following these 3 steps I’m about to mention so pay attention because if you do just this, you will not only get hundreds of backlinks to your website, you’ll also get hundreds, if not thousands of Targeted visitors to your website at the same time…\r\n…all for FREE!\r\n\r\nAre you ready?\r\nGood, because I am.\r\n\r\n<strong>Step #1. First you must write an Article.</strong>\r\nThe first step is to write an related article about your Product or Service that draws the reader in and gets them to click through to your website once they finish reading it to find out more about you and your Product or Service.\r\nNow, your probably wondering why you have to write an article.\r\nWell, it’s real simple actually because what do you get to put at the end of your article?\r\nYour ‘Resource Box’ with your website information and most important of all… your URL pointing back to your website.\r\nSo when someone chooses to publish your article in their newsletter or on their website, blog or article directory, they MUST add your ‘Resource Box’ with your website information and URL.\r\nI know some of you are saying… “I don’t know how to write an article” … well, your not alone.\r\nHere are a few resources I’ve put together for you so you can get the basic idea of How-To structure your articles with ease or get someone else to write them for you.\r\nThe first is an article I wrote called… THE 7 Step Formula For Writing POWERFUL Articles In Less Than An Hour.\r\nIt will show you How-To structure your articles for easy writing. http://www.internetwondersezine.com/article_11.html\r\nThe second resource is Elance.com – http://www.elance.com – which is basically a place where you can go and submit a project by category and freelance writers, etc. will then bid on your project. You pick the winner and you set the budget.\r\nThis will get you started in the right direction.\r\nRemember, your article is the Nuts and Bolts of this ‘Back Linking’ strategy, so make sure you put some effort into it to get it as much exposure as possible.\r\n\r\n<strong>Step #2. Submit your article to Article Directories.</strong>\r\nThis is the next step and an important one at that because this is where your article or articles are going to get picked up by website owners and/or ezine publishers who are in constant need of fresh, quality information to feed their audiences hunger for information.\r\nThere are literally hundreds of Article Directories out there and thousands of ezine publishers looking for quality content on a daily basis. And if they choose your article for publication, they must include your ‘Resource Box’ with your websites information and URL.\r\nIt’s all about the numbers. The more Article Directories and websites you submit your articles to, the more potential Backlinks you’ll get to your website.\r\nAnd since Article Directories have recently adopted RSS(Real Simple Syndication) technology into the mix your articles will even get More mileage without you lifting a finger, creating even more Backlinks to your website.\r\nMore on RSS in a minute.\r\nAre you starting to see the Power behind writing your own articles.\r\nI hope so.\r\n\r\n<strong>Step #3. Create your own RSS Feed for your articles.</strong>\r\nThis last step is a very Powerful step as well.\r\nWhat you need to do is set up your own RSS Feed for your articles.\r\nNow, if you don’t know what RSS is here’s the basic definition…\r\nRSS is by definition – an acronym for ‘Real Simple Syndication’ or ‘Rich Site Summary’, and the .XML extension is the format used for distributing your news headlines via the Web, which is known as ‘Syndication.\r\n‘Syndication’ is where the TRUE power of RSS is unleashed, getting your message or information across the web in an INSTANT to websites, subscribers and/or readers who subscribed to your RSS Feed.\r\n\r\nThe easiest way for you to do this is to set up your own Blog either through…\r\nWordpress.org – http://www.wordpress.org\r\nOr through…\r\nBlogger.com – http://www.blogger.com\r\nWordpress is a little more advanced so I recommend if you don’t have alot of experience with Blogs or installing scripts that you go set up a Blogger blog which will only take you less than 5 minutes to do.\r\nI’m just giving you some options, that’s all.\r\nOnce you’ve set up your Blog the only thing left for you to do is add you articles.\r\nTIP: Make sure you hyperlink your URL and use Anchor Text with your most targeted keywords. By doing this the Search Engine spiders will rank your website higher under that keyword term you specify in your Anchor Text.\r\nAfter you’ve added your articles all you have to do now is submit your new RSS Feed to RSS Directories and RSS Search Engines.\r\nHere’s a few resources for you to get started with.\r\nPing-O-Matic – http://pingomatic.com\r\nRSS Top 55 – http://www.masternewmedia.org/rss/top55\r\n\r\nThat’s it.\r\nNow I know I dumped alot of information on you within this article so just take it Step-By-Step because once you implement it properly it will benefit you for years to come with Backlinks to your website and FREE targeted traffic via the Search Engines, Website Owners and eZine Publishers.\r\n\r\n&nbsp;','3 Steps To Getting Hundreds Of Backlinks To Your Website Absolutely FREE','','inherit','open','open','','668-revision-5','','','2011-08-31 03:51:28','2011-08-30 19:51:28','',668,'http://newweb.amazingbusinessresources.com/archives/674',0,'revision','',0,NULL),(673,1,'2011-08-31 03:50:03','2011-08-30 19:50:03','<ol>\r\nLink Popularity as you know plays a BIG part in your websites ranking within the Search Engines.\r\n\r\n<ol>\r\nSo, the basic breakdown is, the more links pointing to your website, the higher up the search engines will rank your website.</ol>\r\n\r\n\r\n\r\n<ol>\r\nMore importantly though is getting those High PR websites linking back to yours.</ol>\r\n\r\n\r\n\r\nThe question at hand is… “How can I get those High PR links without having to buy High PR links and/or spend countless hours surfing the web for link partners with the possible potential of being denied?”\r\n\r\nAnd as webmasters, we can not afford to waste time, especially if your starting out on a part time basis.\r\n\r\nWe must utilize every minute we can to getting the most out of our efforts.\r\nSo with that being said, I’m going to reveal to you the ‘Back Door’ strategy I use for getting those High PR links to your website Absolutely FREE and have them begging you to come back.\r\n\r\nAnd the cool thing is this can be done following these 3 steps I’m about to mention so pay attention because if you do just this, you will not only get hundreds of backlinks to your website, you’ll also get hundreds, if not thousands of Targeted visitors to your website at the same time…\r\n…all for FREE!\r\n\r\nAre you ready?\r\nGood, because I am.\r\n\r\n<strong>Step #1. First you must write an Article.</strong>\r\nThe first step is to write an related article about your Product or Service that draws the reader in and gets them to click through to your website once they finish reading it to find out more about you and your Product or Service.\r\nNow, your probably wondering why you have to write an article.\r\nWell, it’s real simple actually because what do you get to put at the end of your article?\r\nYour ‘Resource Box’ with your website information and most important of all… your URL pointing back to your website.\r\nSo when someone chooses to publish your article in their newsletter or on their website, blog or article directory, they MUST add your ‘Resource Box’ with your website information and URL.\r\nI know some of you are saying… “I don’t know how to write an article” … well, your not alone.\r\nHere are a few resources I’ve put together for you so you can get the basic idea of How-To structure your articles with ease or get someone else to write them for you.\r\nThe first is an article I wrote called… THE 7 Step Formula For Writing POWERFUL Articles In Less Than An Hour.\r\nIt will show you How-To structure your articles for easy writing. http://www.internetwondersezine.com/article_11.html\r\nThe second resource is Elance.com – http://www.elance.com – which is basically a place where you can go and submit a project by category and freelance writers, etc. will then bid on your project. You pick the winner and you set the budget.\r\nThis will get you started in the right direction.\r\nRemember, your article is the Nuts and Bolts of this ‘Back Linking’ strategy, so make sure you put some effort into it to get it as much exposure as possible.\r\n\r\n<strong>Step #2. Submit your article to Article Directories.</strong>\r\nThis is the next step and an important one at that because this is where your article or articles are going to get picked up by website owners and/or ezine publishers who are in constant need of fresh, quality information to feed their audiences hunger for information.\r\nThere are literally hundreds of Article Directories out there and thousands of ezine publishers looking for quality content on a daily basis. And if they choose your article for publication, they must include your ‘Resource Box’ with your websites information and URL.\r\nIt’s all about the numbers. The more Article Directories and websites you submit your articles to, the more potential Backlinks you’ll get to your website.\r\nAnd since Article Directories have recently adopted RSS(Real Simple Syndication) technology into the mix your articles will even get More mileage without you lifting a finger, creating even more Backlinks to your website.\r\nMore on RSS in a minute.\r\nAre you starting to see the Power behind writing your own articles.\r\nI hope so.\r\n\r\n<strong>Step #3. Create your own RSS Feed for your articles.</strong>\r\nThis last step is a very Powerful step as well.\r\nWhat you need to do is set up your own RSS Feed for your articles.\r\nNow, if you don’t know what RSS is here’s the basic definition…\r\nRSS is by definition – an acronym for ‘Real Simple Syndication’ or ‘Rich Site Summary’, and the .XML extension is the format used for distributing your news headlines via the Web, which is known as ‘Syndication.\r\n‘Syndication’ is where the TRUE power of RSS is unleashed, getting your message or information across the web in an INSTANT to websites, subscribers and/or readers who subscribed to your RSS Feed.\r\n\r\nThe easiest way for you to do this is to set up your own Blog either through…\r\nWordpress.org – http://www.wordpress.org\r\nOr through…\r\nBlogger.com – http://www.blogger.com\r\nWordpress is a little more advanced so I recommend if you don’t have alot of experience with Blogs or installing scripts that you go set up a Blogger blog which will only take you less than 5 minutes to do.\r\nI’m just giving you some options, that’s all.\r\nOnce you’ve set up your Blog the only thing left for you to do is add you articles.\r\nTIP: Make sure you hyperlink your URL and use Anchor Text with your most targeted keywords. By doing this the Search Engine spiders will rank your website higher under that keyword term you specify in your Anchor Text.\r\nAfter you’ve added your articles all you have to do now is submit your new RSS Feed to RSS Directories and RSS Search Engines.\r\nHere’s a few resources for you to get started with.\r\nPing-O-Matic – http://pingomatic.com\r\nRSS Top 55 – http://www.masternewmedia.org/rss/top55\r\n\r\nThat’s it.\r\nNow I know I dumped alot of information on you within this article so just take it Step-By-Step because once you implement it properly it will benefit you for years to come with Backlinks to your website and FREE targeted traffic via the Search Engines, Website Owners and eZine Publishers.\r\n\r\n&nbsp;\r\n</ol>\r\n\r\n','3 Steps To Getting Hundreds Of Backlinks To Your Website Absolutely FREE','','inherit','open','open','','668-revision-4','','','2011-08-31 03:50:03','2011-08-30 19:50:03','',668,'http://newweb.amazingbusinessresources.com/archives/673',0,'revision','',0,NULL),(675,1,'2011-08-31 03:53:34','2011-08-30 19:53:34','<ol style=\"text-align: justify;\">Link Popularity as you know plays a BIG part in your websites ranking within the Search Engines. So, the basic breakdown is, the more links pointing to your website, the higher up the search engines will rank your website. More importantly though is getting those High PR websites linking back to yours.</ol>\r\n<ol style=\"text-align: justify;\">The question at hand is… “How can I get those High PR links without having to buy High PR links and/or spend countless hours surfing the web for link partners with the possible potential of being denied?” And as webmasters, we can not afford to waste time, especially if your starting out on a part time basis. We must utilize every minute we can to getting the most out of our efforts. So with that being said, I’m going to reveal to you the ‘Back Door’ strategy I use for getting those High PR links to your website Absolutely FREE and have them begging you to come back.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol>And the cool thing is this can be done following these 3 steps I’m about to mention so pay attention because if you do just this, you will not only get hundreds of backlinks to your website, you’ll also get hundreds, if not thousands of Targeted visitors to your website at the same time…</ol>\r\n</ol>\r\n<p style=\"text-align: justify;\"></p>\r\n\r\n<ol style=\"text-align: justify;\">…all for FREE!</ol>\r\n<p style=\"text-align: justify;\"><strong>Step #1. First you must write an Article.</strong>\r\nThe first step is to write an related article about your Product or Service that draws the reader in and gets them to click through to your website once they finish reading it to find out more about you and your Product or Service.\r\nNow, your probably wondering why you have to write an article.\r\nWell, it’s real simple actually because what do you get to put at the end of your article?\r\nYour ‘Resource Box’ with your website information and most important of all… your URL pointing back to your website.\r\nSo when someone chooses to publish your article in their newsletter or on their website, blog or article directory, they MUST add your ‘Resource Box’ with your website information and URL.\r\nI know some of you are saying… “I don’t know how to write an article” … well, your not alone.\r\nHere are a few resources I’ve put together for you so you can get the basic idea of How-To structure your articles with ease or get someone else to write them for you.\r\nThe first is an article I wrote called… THE 7 Step Formula For Writing POWERFUL Articles In Less Than An Hour.\r\nIt will show you How-To structure your articles for easy writing. http://www.internetwondersezine.com/article_11.html\r\nThe second resource is Elance.com – http://www.elance.com – which is basically a place where you can go and submit a project by category and freelance writers, etc. will then bid on your project. You pick the winner and you set the budget.\r\nThis will get you started in the right direction.\r\nRemember, your article is the Nuts and Bolts of this ‘Back Linking’ strategy, so make sure you put some effort into it to get it as much exposure as possible.</p>\r\n<p style=\"text-align: justify;\"><strong>Step #2. Submit your article to Article Directories.</strong>\r\nThis is the next step and an important one at that because this is where your article or articles are going to get picked up by website owners and/or ezine publishers who are in constant need of fresh, quality information to feed their audiences hunger for information.\r\nThere are literally hundreds of Article Directories out there and thousands of ezine publishers looking for quality content on a daily basis. And if they choose your article for publication, they must include your ‘Resource Box’ with your websites information and URL.\r\nIt’s all about the numbers. The more Article Directories and websites you submit your articles to, the more potential Backlinks you’ll get to your website.\r\nAnd since Article Directories have recently adopted RSS(Real Simple Syndication) technology into the mix your articles will even get More mileage without you lifting a finger, creating even more Backlinks to your website.\r\nMore on RSS in a minute.\r\nAre you starting to see the Power behind writing your own articles.\r\nI hope so.</p>\r\n<p style=\"text-align: justify;\"><strong>Step #3. Create your own RSS Feed for your articles.</strong>\r\nThis last step is a very Powerful step as well.\r\nWhat you need to do is set up your own RSS Feed for your articles.\r\nNow, if you don’t know what RSS is here’s the basic definition…\r\nRSS is by definition – an acronym for ‘Real Simple Syndication’ or ‘Rich Site Summary’, and the .XML extension is the format used for distributing your news headlines via the Web, which is known as ‘Syndication.\r\n‘Syndication’ is where the TRUE power of RSS is unleashed, getting your message or information across the web in an INSTANT to websites, subscribers and/or readers who subscribed to your RSS Feed.</p>\r\n<p style=\"text-align: justify;\">The easiest way for you to do this is to set up your own Blog either through…\r\nWordpress.org – http://www.wordpress.org\r\nOr through…\r\nBlogger.com – http://www.blogger.com\r\nWordpress is a little more advanced so I recommend if you don’t have alot of experience with Blogs or installing scripts that you go set up a Blogger blog which will only take you less than 5 minutes to do.\r\nI’m just giving you some options, that’s all.\r\nOnce you’ve set up your Blog the only thing left for you to do is add you articles.\r\nTIP: Make sure you hyperlink your URL and use Anchor Text with your most targeted keywords. By doing this the Search Engine spiders will rank your website higher under that keyword term you specify in your Anchor Text.\r\nAfter you’ve added your articles all you have to do now is submit your new RSS Feed to RSS Directories and RSS Search Engines.\r\nHere’s a few resources for you to get started with.\r\nPing-O-Matic – http://pingomatic.com\r\nRSS Top 55 – http://www.masternewmedia.org/rss/top55</p>\r\n<p style=\"text-align: justify;\">That’s it.\r\nNow I know I dumped alot of information on you within this article so just take it Step-By-Step because once you implement it properly it will benefit you for years to come with Backlinks to your website and FREE targeted traffic via the Search Engines, Website Owners and eZine Publishers.</p>\r\n<p style=\"text-align: justify;\"></p>','3 Steps To Getting Hundreds Of Backlinks To Your Website Absolutely FREE','','inherit','open','open','','668-revision-6','','','2011-08-31 03:53:34','2011-08-30 19:53:34','',668,'http://newweb.amazingbusinessresources.com/archives/675',0,'revision','',0,NULL),(677,1,'2011-08-31 04:03:53','2011-08-30 20:03:53','<ol style=\"text-align: justify;\">Link Popularity as you know plays a BIG part in your websites ranking within the Search Engines. So, the basic breakdown is, the more links pointing to your website, the higher up the search engines will rank your website. More importantly though is getting those High PR websites linking back to yours.</ol>\r\n<ol style=\"text-align: justify;\">The question at hand is… “How can I get those High PR links without having to buy High PR links and/or spend countless hours surfing the web for link partners with the possible potential of being denied?” And as webmasters, we can not afford to waste time, especially if your starting out on a part time basis. We must utilize every minute we can to getting the most out of our efforts. So with that being said, I’m going to reveal to you the ‘Back Door’ strategy I use for getting those High PR links to your website Absolutely FREE and have them begging you to come back.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol>And the cool thing is this can be done following these 3 steps I’m about to mention so pay attention because if you do just this, you will not only get hundreds of backlinks to your website, you’ll also get hundreds, if not thousands of Targeted visitors to your website at the same time…</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">…all for FREE!</ol>\r\n<strong>Step #1. First you must write an Article.</strong>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">The first step is to write an related article about your Product or Service that draws the reader in and gets them to click through to your website once they finish reading it to find out more about you and your Product or Service.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">Now, your probably wondering why you have to write an article.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">Well, it’s real simple actually because what do you get to put at the end of your article?</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">Your ‘Resource Box’ with your website information and most important of all… your URL pointing back to your website.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">So when someone chooses to publish your article in their newsletter or on their website, blog or article directory, they MUST add your ‘Resource Box’ with your website information and URL.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">Remember, your article is the Nuts and Bolts of this ‘Back Linking’ strategy, so make sure you put some effort into it to get it as much exposure as possible.</ol>\r\n<strong>Step #2. Submit your article to Article Directories.</strong>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">This is the next step and an important one at that because this is where your article or articles are going to get picked up by website owners and/or ezine publishers who are in constant need of fresh, quality information to feed their audiences hunger for information.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">There are literally hundreds of Article Directories out there and thousands of ezine publishers looking for quality content on a daily basis. And if they choose your article for publication, they must include your ‘Resource Box’ with your websites information and URL.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">It’s all about the numbers. The more Article Directories and websites you submit your articles to, the more potential Backlinks you’ll get to your website.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">And since Article Directories have recently adopted RSS(Real Simple Syndication) technology into the mix your articles will even get More mileage without you lifting a finger, creating even more Backlinks to your website.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">More on RSS in a minute.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">Are you starting to see the Power behind writing your own articles.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">I hope so.</ol>\r\n<strong>Step #3. Create your own RSS Feed for your articles.</strong>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">This last step is a very Powerful step as well.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">What you need to do is set up your own RSS Feed for your articles.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">Now, if you don’t know what RSS is here’s the basic definition…</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">RSS is by definition – an acronym for ‘Real Simple Syndication’ or ‘Rich Site Summary’, and the .XML extension is the format used for distributing your news headlines via the Web, which is known as ‘Syndication.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">‘Syndication’ is where the TRUE power of RSS is unleashed, getting your message or information across the web in an INSTANT to websites, subscribers and/or readers who subscribed to your RSS Feed.</ol>\r\n<p style=\"text-align: justify;\">That’s it.\r\nNow I know I dumped alot of information on you within this article so just take it Step-By-Step because once you implement it properly it will benefit you for years to come with Backlinks to your website and FREE targeted traffic via the Search Engines, Website Owners and eZine Publishers.</p>','3 Steps To Getting Hundreds Of Backlinks To Your Website Absolutely FREE','','inherit','open','open','','668-revision-8','','','2011-08-31 04:03:53','2011-08-30 20:03:53','',668,'http://newweb.amazingbusinessresources.com/archives/677',0,'revision','',0,NULL),(678,1,'2011-08-31 04:04:23','2011-08-30 20:04:23','<ol style=\"text-align: justify;\">Link Popularity as you know plays a BIG part in your websites ranking within the Search Engines. So, the basic breakdown is, the more links pointing to your website, the higher up the search engines will rank your website. More importantly though is getting those High PR websites linking back to yours.</ol>\r\n<ol style=\"text-align: justify;\">The question at hand is… “How can I get those High PR links without having to buy High PR links and/or spend countless hours surfing the web for link partners with the possible potential of being denied?” And as webmasters, we can not afford to waste time, especially if your starting out on a part time basis. We must utilize every minute we can to getting the most out of our efforts. So with that being said, I’m going to reveal to you the ‘Back Door’ strategy I use for getting those High PR links to your website Absolutely FREE and have them begging you to come back.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol>And the cool thing is this can be done following these 3 steps I’m about to mention so pay attention because if you do just this, you will not only get hundreds of backlinks to your website, you’ll also get hundreds, if not thousands of Targeted visitors to your website at the same time…</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">…all for FREE!</ol>\r\n<strong>Step #1. First you must write an Article.</strong>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">The first step is to write an related article about your Product or Service that draws the reader in and gets them to click through to your website once they finish reading it to find out more about you and your Product or Service.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">Now, your probably wondering why you have to write an article.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">Well, it’s real simple actually because what do you get to put at the end of your article?</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">Your ‘Resource Box’ with your website information and most important of all… your URL pointing back to your website.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">So when someone chooses to publish your article in their newsletter or on their website, blog or article directory, they MUST add your ‘Resource Box’ with your website information and URL.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">Remember, your article is the Nuts and Bolts of this ‘Back Linking’ strategy, so make sure you put some effort into it to get it as much exposure as possible.</ol>\r\n<strong>Step #2. Submit your article to Article Directories.</strong>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">This is the next step and an important one at that because this is where your article or articles are going to get picked up by website owners and/or ezine publishers who are in constant need of fresh, quality information to feed their audiences hunger for information.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">There are literally hundreds of Article Directories out there and thousands of ezine publishers looking for quality content on a daily basis. And if they choose your article for publication, they must include your ‘Resource Box’ with your websites information and URL.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">It’s all about the numbers. The more Article Directories and websites you submit your articles to, the more potential Backlinks you’ll get to your website.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">And since Article Directories have recently adopted RSS(Real Simple Syndication) technology into the mix your articles will even get More mileage without you lifting a finger, creating even more Backlinks to your website.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">More on RSS in a minute.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">Are you starting to see the Power behind writing your own articles.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">I hope so.</ol>\r\n<strong>Step #3. Create your own RSS Feed for your articles.</strong>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">This last step is a very Powerful step as well.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">What you need to do is set up your own RSS Feed for your articles.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">Now, if you don’t know what RSS is here’s the basic definition…</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">RSS is by definition – an acronym for ‘Real Simple Syndication’ or ‘Rich Site Summary’, and the .XML extension is the format used for distributing your news headlines via the Web, which is known as ‘Syndication.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">‘Syndication’ is where the TRUE power of RSS is unleashed, getting your message or information across the web in an INSTANT to websites, subscribers and/or readers who subscribed to your RSS Feed.</ol>\r\n<p style=\"text-align: justify;\">That’s it.\r\nNow I know I dumped alot of information on you within this article so just take it Step-By-Step because once you implement it properly it will benefit you for years to come with Backlinks to your website and FREE targeted traffic via the Search Engines, Website Owners and eZine Publishers.</p>','3 Steps To Getting Hundreds Of Backlinks To Your Website Absolutely FREE','','inherit','open','open','','668-revision-9','','','2011-08-31 04:04:23','2011-08-30 20:04:23','',668,'http://newweb.amazingbusinessresources.com/archives/678',0,'revision','',0,NULL),(676,1,'2011-08-31 03:55:59','2011-08-30 19:55:59','<ol style=\"text-align: justify;\">Link Popularity as you know plays a BIG part in your websites ranking within the Search Engines. So, the basic breakdown is, the more links pointing to your website, the higher up the search engines will rank your website. More importantly though is getting those High PR websites linking back to yours.</ol>\r\n<ol style=\"text-align: justify;\">The question at hand is… “How can I get those High PR links without having to buy High PR links and/or spend countless hours surfing the web for link partners with the possible potential of being denied?” And as webmasters, we can not afford to waste time, especially if your starting out on a part time basis. We must utilize every minute we can to getting the most out of our efforts. So with that being said, I’m going to reveal to you the ‘Back Door’ strategy I use for getting those High PR links to your website Absolutely FREE and have them begging you to come back.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol>And the cool thing is this can be done following these 3 steps I’m about to mention so pay attention because if you do just this, you will not only get hundreds of backlinks to your website, you’ll also get hundreds, if not thousands of Targeted visitors to your website at the same time…</ol>\r\n</ol>\r\n<p style=\"text-align: justify;\"></p>\r\n\r\n<ol style=\"text-align: justify;\">…all for FREE!</ol>\r\n<ol style=\"text-align: justify;\"><strong>Step #1. First you must write an Article.</strong>\r\nThe first step is to write an related article about your Product or Service that draws the reader in and gets them to click through to your website once they finish reading it to find out more about you and your Product or Service.\r\nNow, your probably wondering why you have to write an article.\r\nWell, it’s real simple actually because what do you get to put at the end of your article?\r\nYour ‘Resource Box’ with your website information and most important of all… your URL pointing back to your website.\r\nSo when someone chooses to publish your article in their newsletter or on their website, blog or article directory, they MUST add your ‘Resource Box’ with your website information and URL.\r\nI know some of you are saying… “I don’t know how to write an article” … well, your not alone.\r\nHere are a few resources I’ve put together for you so you can get the basic idea of How-To structure your articles with ease or get someone else to write them for you.\r\nThe first is an article I wrote called… THE 7 Step Formula For Writing POWERFUL Articles In Less Than An Hour.\r\nIt will show you How-To structure your articles for easy writing. http://www.internetwondersezine.com/article_11.html\r\nThe second resource is Elance.com – http://www.elance.com – which is basically a place where you can go and submit a project by category and freelance writers, etc. will then bid on your project. You pick the winner and you set the budget.\r\nThis will get you started in the right direction.\r\nRemember, your article is the Nuts and Bolts of this ‘Back Linking’ strategy, so make sure you put some effort into it to get it as much exposure as possible.</ol>\r\n\r\n<ol style=\"text-align: justify;\"><strong>Step #2. Submit your article to Article Directories.</strong>\r\nThis is the next step and an important one at that because this is where your article or articles are going to get picked up by website owners and/or ezine publishers who are in constant need of fresh, quality information to feed their audiences hunger for information.\r\nThere are literally hundreds of Article Directories out there and thousands of ezine publishers looking for quality content on a daily basis. And if they choose your article for publication, they must include your ‘Resource Box’ with your websites information and URL.\r\nIt’s all about the numbers. The more Article Directories and websites you submit your articles to, the more potential Backlinks you’ll get to your website.\r\nAnd since Article Directories have recently adopted RSS(Real Simple Syndication) technology into the mix your articles will even get More mileage without you lifting a finger, creating even more Backlinks to your website.\r\nMore on RSS in a minute.\r\nAre you starting to see the Power behind writing your own articles.\r\nI hope so.</ol>\r\n\r\n<ol style=\"text-align: justify;\"><strong>Step #3. Create your own RSS Feed for your articles.</strong>\r\nThis last step is a very Powerful step as well.\r\nWhat you need to do is set up your own RSS Feed for your articles.\r\nNow, if you don’t know what RSS is here’s the basic definition…\r\nRSS is by definition – an acronym for ‘Real Simple Syndication’ or ‘Rich Site Summary’, and the .XML extension is the format used for distributing your news headlines via the Web, which is known as ‘Syndication.\r\n‘Syndication’ is where the TRUE power of RSS is unleashed, getting your message or information across the web in an INSTANT to websites, subscribers and/or readers who subscribed to your RSS Feed.</p>\r\n<p style=\"text-align: justify;\">The easiest way for you to do this is to set up your own Blog either through…\r\nWordpress.org – http://www.wordpress.org\r\nOr through…\r\nBlogger.com – http://www.blogger.com\r\nWordpress is a little more advanced so I recommend if you don’t have alot of experience with Blogs or installing scripts that you go set up a Blogger blog which will only take you less than 5 minutes to do.\r\nI’m just giving you some options, that’s all.\r\nOnce you’ve set up your Blog the only thing left for you to do is add you articles.\r\nTIP: Make sure you hyperlink your URL and use Anchor Text with your most targeted keywords. By doing this the Search Engine spiders will rank your website higher under that keyword term you specify in your Anchor Text.\r\nAfter you’ve added your articles all you have to do now is submit your new RSS Feed to RSS Directories and RSS Search Engines.\r\nHere’s a few resources for you to get started with.\r\nPing-O-Matic – http://pingomatic.com\r\nRSS Top 55 – http://www.masternewmedia.org/rss/top55</p>\r\n<p style=\"text-align: justify;\">That’s it.\r\nNow I know I dumped alot of information on you within this article so just take it Step-By-Step because once you implement it properly it will benefit you for years to come with Backlinks to your website and FREE targeted traffic via the Search Engines, Website Owners and eZine Publishers.</p>\r\n<p style=\"text-align: justify;\"></ol>','3 Steps To Getting Hundreds Of Backlinks To Your Website Absolutely FREE','','inherit','open','open','','668-revision-7','','','2011-08-31 03:55:59','2011-08-30 19:55:59','',668,'http://newweb.amazingbusinessresources.com/archives/676',0,'revision','',0,NULL),(680,1,'2011-08-31 04:06:03','2011-08-30 20:06:03','<ol style=\"text-align: justify;\">Link Popularity as you know plays a BIG part in your websites ranking within the Search Engines. So, the basic breakdown is, the more links pointing to your website, the higher up the search engines will rank your website. More importantly though is getting those High PR websites linking back to yours.</ol>\r\n<ol style=\"text-align: justify;\">The question at hand is… “How can I get those High PR links without having to buy High PR links and/or spend countless hours surfing the web for link partners with the possible potential of being denied?” And as webmasters, we can not afford to waste time, especially if your starting out on a part time basis. We must utilize every minute we can to getting the most out of our efforts. So with that being said, I’m going to reveal to you the ‘Back Door’ strategy I use for getting those High PR links to your website Absolutely FREE and have them begging you to come back.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol>And the cool thing is this can be done following these 3 steps I’m about to mention so pay attention because if you do just this, you will not only get hundreds of backlinks to your website, you’ll also get hundreds, if not thousands of Targeted visitors to your website at the same time…</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">…all for FREE!</ol>\r\n<h2><strong>Step #1. First you must write an Article.</strong></h2>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">The first step is to write an related article about your Product or Service that draws the reader in and gets them to click through to your website once they finish reading it to find out more about you and your Product or Service.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">Now, your probably wondering why you have to write an article.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">Well, it’s real simple actually because what do you get to put at the end of your article?</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">Your ‘Resource Box’ with your website information and most important of all… your URL pointing back to your website.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">So when someone chooses to publish your article in their newsletter or on their website, blog or article directory, they MUST add your ‘Resource Box’ with your website information and URL.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">Remember, your article is the Nuts and Bolts of this ‘Back Linking’ strategy, so make sure you put some effort into it to get it as much exposure as possible.</ol>\r\n<h2><strong>Step #2. Submit your article to Article Directories.</strong></h2>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">This is the next step and an important one at that because this is where your article or articles are going to get picked up by website owners and/or ezine publishers who are in constant need of fresh, quality information to feed their audiences hunger for information.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">There are literally hundreds of Article Directories out there and thousands of ezine publishers looking for quality content on a daily basis. And if they choose your article for publication, they must include your ‘Resource Box’ with your websites information and URL.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">It’s all about the numbers. The more Article Directories and websites you submit your articles to, the more potential Backlinks you’ll get to your website.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">And since Article Directories have recently adopted RSS(Real Simple Syndication) technology into the mix your articles will even get More mileage without you lifting a finger, creating even more Backlinks to your website.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">More on RSS in a minute. Are you starting to see the Power behind writing your own articles.</ol>\r\n</ol>\r\n<h2><strong>Step #3. Create your own RSS Feed for your articles.</strong></h2>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">This last step is a very Powerful step as well. What you need to do is set up your own RSS Feed for your articles. Now, if you don’t know what RSS is here’s the basic definition…</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">RSS is by definition – an acronym for ‘Real Simple Syndication’ or ‘Rich Site Summary’, and the .XML extension is the format used for distributing your news headlines via the Web, which is known as ‘Syndication.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">‘Syndication’ is where the TRUE power of RSS is unleashed, getting your message or information across the web in an INSTANT to websites, subscribers and/or readers who subscribed to your RSS Feed.</ol>\r\n<ol style=\"text-align: justify;\">That’s it.\r\nNow I know I dumped alot of information on you within this article so just take it Step-By-Step because once you implement it properly it will benefit you for years to come with Backlinks to your website and FREE targeted traffic via the Search Engines, Website Owners and eZine Publishers.</ol>','3 Steps To Getting Hundreds Of Backlinks To Your Website Absolutely FREE','','inherit','open','open','','668-revision-11','','','2011-08-31 04:06:03','2011-08-30 20:06:03','',668,'http://newweb.amazingbusinessresources.com/archives/680',0,'revision','',0,NULL),(684,1,'2011-04-18 04:13:45','2011-04-17 20:13:45','<ol style=\"text-align: justify;\">The following paragraphs summarize the work of opt-in list experts who are completely familiar with all the aspects of opt-in lists.</ol>\r\n<ol style=\"text-align: justify;\"><strong>1) Get your customers to trust you and your products first</strong>. Just launching your opt-in list would not make you an expert and a believable seller. Put many articles first before you start an opt-in list. Write about the topic you know and have started and used for your site. Try to put forums first to gain knowledge about your customers about their wants and needs and target those wants and needs.</ol>\r\n<ol style=\"text-align: justify;\">Join forums from other sites as well. Provide expert advices and recommendations. When you feel that people trust you already, you will be able to start your own opt-in list. You can build a base as well with other forum users. You can ask them to join your list. Friends are always good customers. Put up a link to your site so that they may be able to see what you’re business is all about.</ol>\r\n<ol style=\"text-align: justify;\">If you find yourself confused by what you’ve read to this point, don’t despair. Everything should be crystal clear by the time you finish.</ol>\r\n<ol style=\"text-align: justify;\">The certain truth is, the money will only come in when the consumers and subscribers believe and trust in you. They want a product or service that could be a good exchange for their money. People are not going to buy something out of your recommendation if they do not about know you.</ol>\r\n<ol style=\"text-align: justify;\"><strong>2) Find a product or service that people want and need</strong>. Although it may not be your forte, if you provide a service and product that you have researched and learned about well, you can carry it on forward. Invest your time, effort and money that you could sell as well as the buyers or subscribers of your opt-in list can use.</ol>\r\n<ol style=\"text-align: justify;\">While it is true that it is best to sell something that you have interest in, there are not many people who have the same interest as you if you decide to sell something that is not entirely popular or profitable. Do your research well and you would see the profits come in. Also provide your subscribers with promotional material that they could actually use and spread around.</ol>\r\n<ol style=\"text-align: justify;\"><strong>3) Make friends with other opt-in list users.</strong> This is basically beneficial especially if it is someone who has already launched a successful opt-in list. These are people that have the experience in this venture and experience is still the best teacher. While there are many articles available for you in the internet to use, there is nothing like getting a first hand account from someone you trust.</ol>\r\n<ol style=\"text-align: justify;\">Experienced opt-in list users will be able to tell you what to do and what not to do because they have gone through it. While different situations occur for different people, the general concept can still be very helpful. There are many things to avoid and these people will be able to tell you which ones.</ol>\r\n<ol style=\"text-align: justify;\">Building a profitable opt-in list don’t  just happen overnight. There are many preparations and effort to do. Opt-in lists are built from scratch, as your list grows, you should also maintain the quality of your list. Keep it organized and manageable. Get or hire help if need be, just make sure that your subscribers are happy and satisfied and they will be willing to buy from you.</ol>\r\n<ol style=\"text-align: justify;\">Now you can understand why there’s a growing interest in opt-in list. When people start looking for more information about opt-in lists, you’ll be in a position to meet their needs</ol>','Tips to build a profitable opt in list','','publish','open','open','','tips-to-build-a-profitable-opt-in-list','','','2011-08-31 04:22:17','2011-08-30 20:22:17','',0,'http://newweb.amazingbusinessresources.com/?p=684',0,'post','',0,NULL),(685,1,'2011-08-31 04:14:27','2011-08-30 20:14:27','The following paragraphs summarize the work of opt-in list experts who are completely familiar with all the aspects of opt-in lists.\n\n<strong>1) Get your customers to trust you and your products first</strong>. Just launching your opt-in list would not make you an expert and a believable seller. Put many articles first before you start an opt-in list. Write about the topic you know and have started and used for your site. Try to put forums first to gain knowledge about your customers about their wants and needs and target those wants and needs.\n\nJoin forums from other sites as well. Provide expert advices and recommendations. When you feel that people trust you already, you will be able to start your own opt-in list. You can build a base as well with other forum users. You can ask them to join your list. Friends are always good customers. Put up a link to your site so that they may be able to see what you’re business is all about.\n\nIf you find yourself confused by what you’ve read to this point, don’t despair. Everything should be crystal clear by the time you finish.\n\nThe certain truth is, the money will only come in when the consumers and subscribers believe and trust in you. They want a product or service that could be a good exchange for their money. People are not going to buy something out of your recommendation if they do not about know you.\n\n<strong>2) Find a product or service that people want and need</strong>. Although it may not be your forte, if you provide a service and product that you have researched and learned about well, you can carry it on forward. Invest your time, effort and money that you could sell as well as the buyers or subscribers of your opt-in list can use.\n\nWhile it is true that it is best to sell something that you have interest in, there are not many people who have the same interest as you if you decide to sell something that is not entirely popular or profitable. Do your research well and you would see the profits come in. Also provide your subscribers with promotional material that they could actually use and spread around.\n\n<strong>3) Make friends with other opt-in list users.</strong> This is basically beneficial especially if it is someone who has already launched a successful opt-in list. These are people that have the experience in this venture and experience is still the best teacher. While there are many articles available for you in the internet to use, there is nothing like getting a first hand account from someone you trust.\n\nExperienced opt-in list users will be able to tell you what to do and what not to do because they have gone through it. While different situations occur for different people, the general concept can still be very helpful. There are many things to avoid and these people will be able to tell you which ones.\n\nBuilding a profitable opt-in list don’t  just happen overnight. There are many preparations and effort to do. Opt-in lists are built from scratch, as your list grows, you should also maintain the quality of your list. Keep it organized and manageable. Get or hire help if need be, just make sure that your subscribers are happy and satisfied and they will be willing to buy from you.\n\nNow you can understand why there’s a growing interest in opt-in list. When people start looking for more information about opt-in lists, you’ll be in a position to meet their needs','Tips to build a profitable opt in list','','inherit','open','open','','684-revision','','','2011-08-31 04:14:27','2011-08-30 20:14:27','',684,'http://newweb.amazingbusinessresources.com/archives/685',0,'revision','',0,NULL),(686,1,'2011-08-31 05:25:54','2011-08-30 21:25:54','<ol style=\"text-align: justify;\">The following paragraphs summarize the work of opt-in list experts who are completely familiar with all the aspects of opt-in lists.</ol>\r\n<strong>1) Get your customers to trust you and your products first</strong>\r\n<ol style=\"text-align: justify;\">. Just launching your opt-in list would not make you an expert and a believable seller. Put many articles first before you start an opt-in list. Write about the topic you know and have started and used for your site. Try to put forums first to gain knowledge about your customers about their wants and needs and target those wants and needs.</ol>\r\n<ol style=\"text-align: justify;\">Join forums from other sites as well. Provide expert advices and recommendations. When you feel that people trust you already, you will be able to start your own opt-in list. You can build a base as well with other forum users. You can ask them to join your list. Friends are always good customers. Put up a link to your site so that they may be able to see what you’re business is all about.</ol>\r\n<ol style=\"text-align: justify;\">If you find yourself confused by what you’ve read to this point, don’t despair. Everything should be crystal clear by the time you finish.</ol>\r\n<ol style=\"text-align: justify;\">The certain truth is, the money will only come in when the consumers and subscribers believe and trust in you. They want a product or service that could be a good exchange for their money. People are not going to buy something out of your recommendation if they do not about know you.</ol>\r\n<strong>2) Find a product or service that people want and need</strong>\r\n<ol style=\"text-align: justify;\">. Although it may not be your forte, if you provide a service and product that you have researched and learned about well, you can carry it on forward. Invest your time, effort and money that you could sell as well as the buyers or subscribers of your opt-in list can use.</ol>\r\n<ol style=\"text-align: justify;\">While it is true that it is best to sell something that you have interest in, there are not many people who have the same interest as you if you decide to sell something that is not entirely popular or profitable. Do your research well and you would see the profits come in. Also provide your subscribers with promotional material that they could actually use and spread around.</ol>\r\n<strong>3) Make friends with other opt-in list users.</strong>\r\n<ol style=\"text-align: justify;\"> This is basically beneficial especially if it is someone who has already launched a successful opt-in list. These are people that have the experience in this venture and experience is still the best teacher. While there are many articles available for you in the internet to use, there is nothing like getting a first hand account from someone you trust.</ol>\r\n<ol style=\"text-align: justify;\">Experienced opt-in list users will be able to tell you what to do and what not to do because they have gone through it. While different situations occur for different people, the general concept can still be very helpful. There are many things to avoid and these people will be able to tell you which ones.</ol>\r\n<ol style=\"text-align: justify;\">Building a profitable opt-in list don’t  just happen overnight. There are many preparations and effort to do. Opt-in lists are built from scratch, as your list grows, you should also maintain the quality of your list. Keep it organized and manageable. Get or hire help if need be, just make sure that your subscribers are happy and satisfied and they will be willing to buy from you.</ol>\r\n<ol style=\"text-align: justify;\">Now you can understand why there’s a growing interest in opt-in list. When people start looking for more information about opt-in lists, you’ll be in a position to meet their needs</ol>','Tips to build a profitable opt in list','','inherit','open','open','','684-autosave','','','2011-08-31 05:25:54','2011-08-30 21:25:54','',684,'http://newweb.amazingbusinessresources.com/archives/686',0,'revision','',0,NULL),(687,1,'2011-08-31 04:15:46','2011-08-30 20:15:46','<ol style=\"text-align: justify;\">The following paragraphs summarize the work of opt-in list experts who are completely familiar with all the aspects of opt-in lists.</ol>\r\n<ol style=\"text-align: justify;\"><strong>1) Get your customers to trust you and your products first</strong>. Just launching your opt-in list would not make you an expert and a believable seller. Put many articles first before you start an opt-in list. Write about the topic you know and have started and used for your site. Try to put forums first to gain knowledge about your customers about their wants and needs and target those wants and needs.</ol>\r\n<ol style=\"text-align: justify;\">Join forums from other sites as well. Provide expert advices and recommendations. When you feel that people trust you already, you will be able to start your own opt-in list. You can build a base as well with other forum users. You can ask them to join your list. Friends are always good customers. Put up a link to your site so that they may be able to see what you’re business is all about.</ol>\r\n<p style=\"text-align: justify;\">If you find yourself confused by what you’ve read to this point, don’t despair. Everything should be crystal clear by the time you finish.</p>\r\n<p style=\"text-align: justify;\">The certain truth is, the money will only come in when the consumers and subscribers believe and trust in you. They want a product or service that could be a good exchange for their money. People are not going to buy something out of your recommendation if they do not about know you.</p>\r\n<p style=\"text-align: justify;\"><strong>2) Find a product or service that people want and need</strong>. Although it may not be your forte, if you provide a service and product that you have researched and learned about well, you can carry it on forward. Invest your time, effort and money that you could sell as well as the buyers or subscribers of your opt-in list can use.</p>\r\n<p style=\"text-align: justify;\">While it is true that it is best to sell something that you have interest in, there are not many people who have the same interest as you if you decide to sell something that is not entirely popular or profitable. Do your research well and you would see the profits come in. Also provide your subscribers with promotional material that they could actually use and spread around.</p>\r\n<p style=\"text-align: justify;\"><strong>3) Make friends with other opt-in list users.</strong> This is basically beneficial especially if it is someone who has already launched a successful opt-in list. These are people that have the experience in this venture and experience is still the best teacher. While there are many articles available for you in the internet to use, there is nothing like getting a first hand account from someone you trust.</p>\r\n<p style=\"text-align: justify;\">Experienced opt-in list users will be able to tell you what to do and what not to do because they have gone through it. While different situations occur for different people, the general concept can still be very helpful. There are many things to avoid and these people will be able to tell you which ones.</p>\r\n<p style=\"text-align: justify;\">Building a profitable opt-in list don’t  just happen overnight. There are many preparations and effort to do. Opt-in lists are built from scratch, as your list grows, you should also maintain the quality of your list. Keep it organized and manageable. Get or hire help if need be, just make sure that your subscribers are happy and satisfied and they will be willing to buy from you.</p>\r\n<p style=\"text-align: justify;\">Now you can understand why there’s a growing interest in opt-in list. When people start looking for more information about opt-in lists, you’ll be in a position to meet their needs</p>','Tips to build a profitable opt in list','','inherit','open','open','','684-revision-2','','','2011-08-31 04:15:46','2011-08-30 20:15:46','',684,'http://newweb.amazingbusinessresources.com/archives/687',0,'revision','',0,NULL),(688,1,'2011-08-31 04:20:31','2011-08-30 20:20:31','<ol style=\"text-align: justify;\">The following paragraphs summarize the work of opt-in list experts who are completely familiar with all the aspects of opt-in lists.</ol>\r\n<strong>1) Get your customers to trust you and your products first</strong>\r\n<ol style=\"text-align: justify;\">. Just launching your opt-in list would not make you an expert and a believable seller. Put many articles first before you start an opt-in list. Write about the topic you know and have started and used for your site. Try to put forums first to gain knowledge about your customers about their wants and needs and target those wants and needs.</ol>\r\n<ol style=\"text-align: justify;\">Join forums from other sites as well. Provide expert advices and recommendations. When you feel that people trust you already, you will be able to start your own opt-in list. You can build a base as well with other forum users. You can ask them to join your list. Friends are always good customers. Put up a link to your site so that they may be able to see what you’re business is all about.</ol>\r\n<ol style=\"text-align: justify;\">If you find yourself confused by what you’ve read to this point, don’t despair. Everything should be crystal clear by the time you finish.</ol>\r\n<ol style=\"text-align: justify;\">The certain truth is, the money will only come in when the consumers and subscribers believe and trust in you. They want a product or service that could be a good exchange for their money. People are not going to buy something out of your recommendation if they do not about know you.</ol>\r\n<ol style=\"text-align: justify;\"><strong>2) Find a product or service that people want and need</strong>. Although it may not be your forte, if you provide a service and product that you have researched and learned about well, you can carry it on forward. Invest your time, effort and money that you could sell as well as the buyers or subscribers of your opt-in list can use.</ol>\r\n<ol style=\"text-align: justify;\">While it is true that it is best to sell something that you have interest in, there are not many people who have the same interest as you if you decide to sell something that is not entirely popular or profitable. Do your research well and you would see the profits come in. Also provide your subscribers with promotional material that they could actually use and spread around.</ol>\r\n<ol style=\"text-align: justify;\"><strong>3) Make friends with other opt-in list users.</strong> This is basically beneficial especially if it is someone who has already launched a successful opt-in list. These are people that have the experience in this venture and experience is still the best teacher. While there are many articles available for you in the internet to use, there is nothing like getting a first hand account from someone you trust.</ol>\r\n<ol style=\"text-align: justify;\">Experienced opt-in list users will be able to tell you what to do and what not to do because they have gone through it. While different situations occur for different people, the general concept can still be very helpful. There are many things to avoid and these people will be able to tell you which ones.</ol>\r\n<ol style=\"text-align: justify;\">Building a profitable opt-in list don’t  just happen overnight. There are many preparations and effort to do. Opt-in lists are built from scratch, as your list grows, you should also maintain the quality of your list. Keep it organized and manageable. Get or hire help if need be, just make sure that your subscribers are happy and satisfied and they will be willing to buy from you.</ol>\r\n<ol style=\"text-align: justify;\">Now you can understand why there’s a growing interest in opt-in list. When people start looking for more information about opt-in lists, you’ll be in a position to meet their needs</ol>','Tips to build a profitable opt in list','','inherit','open','open','','684-revision-3','','','2011-08-31 04:20:31','2011-08-30 20:20:31','',684,'http://newweb.amazingbusinessresources.com/archives/688',0,'revision','',0,NULL),(689,1,'2011-04-12 04:22:43','2011-04-11 20:22:43','<p style=\"text-align: justify;\">Email is one of the most personal advertising medium ever invented.  Here are four of the many ways you can improve your email marketing results.</p>\r\n<p style=\"text-align: justify;\"><strong>Spread the Word</strong></p>\r\n<p style=\"text-align: justify;\">Get others to sign up for your mailing lists with their consent.  Spread the word about your mailing list through word of mouth.  The beauty in this is that the list of emails will be self-screened and the database will only contain the people who are interested in your offers.  Make sure you have their consent beforehand.  You don’t  want to risk losing reputation or SPAM penalties.</p>\r\n<p style=\"text-align: justify;\"><strong>Persistence</strong></p>\r\n<p style=\"text-align: justify;\">Before the internet, they used to say it takes around 7.3 impacts to make an impression with an ad.  Today I would guess it to be over twice as high with the internet present.  Make sure you are reaching out to your clients at least once a month in emails or other medium.  Just because you emailed a list of people and had little or no response does not necessarily mean your audience isn’t interested in your product.  Experiment with different emails, get to know which email strategy works best, and keep using it to reach out to your audience.</p>\r\n<p style=\"text-align: justify;\"><strong>They Want Useful Information</strong></p>\r\n<p style=\"text-align: justify;\">Emails should contain something that the customer wants.  It shouldn’t be just a summary of your company or your resume.  Focus on giving more than just what you sell.  Specific content, messages, and other targeted information that interests your customers are good to include.  For example, if you were selling makeup, you may want to include advice on how to apply the makeup or any makeup in general.</p>\r\n<p style=\"text-align: justify;\"><strong>Make Sure Your Audience Reads Your Email</strong></p>\r\n<p style=\"text-align: justify;\">Graphics, Flash animations, logos are often blocked by email filters.  Although they look impressive on an email, they will often lower your impression statistics.  I recommend using flat text with hyperlinks to your site.  Once they get to your site, you can show them as many graphics as you want.  Although some businesses have both a plain and a rich text edition of their email, for starters, stick to the plain text.</p>','Email Marketing Advise','','publish','open','open','','689','','','2011-08-31 04:48:03','2011-08-30 20:48:03','',0,'http://newweb.amazingbusinessresources.com/?p=689',0,'post','',0,NULL),(690,1,'2011-08-31 04:27:42','2011-08-30 20:27:42','<p style=\"text-align: justify;\"><strong>Email Marketing Advices</strong></p>\n<p style=\"text-align: justify;\">Email is one of the most personal advertising medium ever invented.  Here are four of the many ways you can improve your email marketing results.</p>\n<p style=\"text-align: justify;\"><strong>Spread the Word</strong></p>\n<p style=\"text-align: justify;\">Get others to sign up for your mailing lists with their consent.  Spread the word about your mailing list through word of mouth.  The beauty in this is that the list of emails will be self-screened and the database will only contain the people who are interested in your offers.  Make sure you have their consent beforehand.  You don’t  want to risk losing reputation or SPAM penalties.</p>\n<p style=\"text-align: justify;\"><strong>Persistence</strong></p>\n<p style=\"text-align: justify;\">Before the internet, they used to say it takes around 7.3 impacts to make an impression with an ad.  Today I would guess it to be over twice as high with the internet present.  Make sure you are reaching out to your clients at least once a month in emails or other medium.  Just because you emailed a list of people and had little or no response does not necessarily mean your audience isn’t interested in your product.  Experiment with different emails, get to know which email strategy works best, and keep using it to reach out to your audience.</p>\n<p style=\"text-align: justify;\"><strong>They Want Useful Information</strong></p>\n<p style=\"text-align: justify;\">Emails should contain something that the customer wants.  It shouldn’t be just a summary of your company or your resume.  Focus on giving more than just what you sell.  Specific content, messages, and other targeted information that interests your customers are good to include.  For example, if you were selling makeup, you may want to include advice on how to apply the makeup or any makeup in general.</p>\n<p style=\"text-align: justify;\"><strong>Make Sure Your Audience Reads Your Email</strong></p>\n<p style=\"text-align: justify;\">Graphics, Flash animations, logos are often blocked by email filters.  Although they look impressive on an email, they will often lower your impression statistics.  I recommend using flat text with hyperlinks to your site.  Once they get to your site, you can show them as many graphics as you want.  Although some businesses have both a plain and a rich text edition of their email, for starters, stick to the plain text.</p>','','','inherit','open','open','','689-revision','','','2011-08-31 04:27:42','2011-08-30 20:27:42','',689,'http://newweb.amazingbusinessresources.com/archives/690',0,'revision','',0,NULL),(691,1,'2011-08-31 05:23:58','2011-08-30 21:23:58','<p style=\"text-align: justify;\">Email is one of the most personal advertising medium ever invented.  Here are four of the many ways you can improve your email marketing results.</p>\r\n<p style=\"text-align: justify;\"><strong>Spread the Word</strong></p>\r\n<p style=\"text-align: justify;\">Get others to sign up for your mailing lists with their consent.  Spread the word about your mailing list through word of mouth.  The beauty in this is that the list of emails will be self-screened and the database will only contain the people who are interested in your offers.  Make sure you have their consent beforehand.  You don’t  want to risk losing reputation or SPAM penalties.</p>\r\n<p style=\"text-align: justify;\"><strong>Persistence</strong></p>\r\n<p style=\"text-align: justify;\">Before the internet, they used to say it takes around 7.3 impacts to make an impression with an ad.  Today I would guess it to be over twice as high with the internet present.  Make sure you are reaching out to your clients at least once a month in emails or other medium.  Just because you emailed a list of people and had little or no response does not necessarily mean your audience isn’t interested in your product.  Experiment with different emails, get to know which email strategy works best, and keep using it to reach out to your audience.</p>\r\n<p style=\"text-align: justify;\"><strong>They Want Useful Information</strong></p>\r\n<p style=\"text-align: justify;\">Emails should contain something that the customer wants.  It shouldn’t be just a summary of your company or your resume.  Focus on giving more than just what you sell.  Specific content, messages, and other targeted information that interests your customers are good to include.  For example, if you were selling makeup, you may want to include advice on how to apply the makeup or any makeup in general.</p>\r\n<p style=\"text-align: justify;\"><strong>Make Sure Your Audience Reads Your Email</strong></p>\r\n<p style=\"text-align: justify;\">Graphics, Flash animations, logos are often blocked by email filters.  Although they look impressive on an email, they will often lower your impression statistics.  I recommend using flat text with hyperlinks to your site.  Once they get to your site, you can show them as many graphics as you want.  Although some businesses have both a plain and a rich text edition of their email, for starters, stick to the plain text.</p>','Email Marketing Advise','','inherit','open','open','','689-autosave','','','2011-08-31 05:23:58','2011-08-30 21:23:58','',689,'http://newweb.amazingbusinessresources.com/archives/691',0,'revision','',0,NULL),(694,1,'2011-08-31 04:32:16','2011-08-30 20:32:16','<strong>Email Marketing Advices</strong>\r\n\r\nEmail is one of the most personal advertising medium ever invented.  Here are four of the many ways you can improve your email marketing results.\r\n\r\n<strong>Spread the Word</strong>\r\n\r\nGet others to sign up for your mailing lists with their consent.  Spread the word about your mailing list through word of mouth.  The beauty in this is that the list of emails will be self-screened and the database will only contain the people who are interested in your offers.  Make sure you have their consent beforehand.  You don’t  want to risk losing reputation or SPAM penalties.\r\n\r\n<strong>Persistence</strong>\r\n\r\nBefore the internet, they used to say it takes around 7.3 impacts to make an impression with an ad.  Today I would guess it to be over twice as high with the internet present.  Make sure you are reaching out to your clients at least once a month in emails or other medium.  Just because you emailed a list of people and had little or no response does not necessarily mean your audience isn’t interested in your product.  Experiment with different emails, get to know which email strategy works best, and keep using it to reach out to your audience.\r\n\r\n<strong>They Want Useful Information</strong>\r\n\r\nEmails should contain something that the customer wants.  It shouldn’t be just a summary of your company or your resume.  Focus on giving more than just what you sell.  Specific content, messages, and other targeted information that interests your customers are good to include.  For example, if you were selling makeup, you may want to include advice on how to apply the makeup or any makeup in general.\r\n\r\n<strong>Make Sure Your Audience Reads Your Email</strong>\r\n\r\nGraphics, Flash animations, logos are often blocked by email filters.  Although they look impressive on an email, they will often lower your impression statistics.  I recommend using flat text with hyperlinks to your site.  Once they get to your site, you can show them as many graphics as you want.  Although some businesses have both a plain and a rich text edition of their email, for starters, stick to the plain text.','','','inherit','open','open','','689-revision-4','','','2011-08-31 04:32:16','2011-08-30 20:32:16','',689,'http://newweb.amazingbusinessresources.com/archives/694',0,'revision','',0,NULL),(692,1,'2011-08-31 04:28:46','2011-08-30 20:28:46','<p style=\"text-align: justify;\"><strong>Email Marketing Advices</strong></p>\r\n<p style=\"text-align: justify;\">Email is one of the most personal advertising medium ever invented.  Here are four of the many ways you can improve your email marketing results.</p>\r\n<p style=\"text-align: justify;\"><strong>Spread the Word</strong></p>\r\n<p style=\"text-align: justify;\">Get others to sign up for your mailing lists with their consent.  Spread the word about your mailing list through word of mouth.  The beauty in this is that the list of emails will be self-screened and the database will only contain the people who are interested in your offers.  Make sure you have their consent beforehand.  You don’t  want to risk losing reputation or SPAM penalties.</p>\r\n<p style=\"text-align: justify;\"><strong>Persistence</strong></p>\r\n<p style=\"text-align: justify;\">Before the internet, they used to say it takes around 7.3 impacts to make an impression with an ad.  Today I would guess it to be over twice as high with the internet present.  Make sure you are reaching out to your clients at least once a month in emails or other medium.  Just because you emailed a list of people and had little or no response does not necessarily mean your audience isn’t interested in your product.  Experiment with different emails, get to know which email strategy works best, and keep using it to reach out to your audience.</p>\r\n<p style=\"text-align: justify;\"><strong>They Want Useful Information</strong></p>\r\n<p style=\"text-align: justify;\">Emails should contain something that the customer wants.  It shouldn’t be just a summary of your company or your resume.  Focus on giving more than just what you sell.  Specific content, messages, and other targeted information that interests your customers are good to include.  For example, if you were selling makeup, you may want to include advice on how to apply the makeup or any makeup in general.</p>\r\n<p style=\"text-align: justify;\"><strong>Make Sure Your Audience Reads Your Email</strong></p>\r\n<p style=\"text-align: justify;\">Graphics, Flash animations, logos are often blocked by email filters.  Although they look impressive on an email, they will often lower your impression statistics.  I recommend using flat text with hyperlinks to your site.  Once they get to your site, you can show them as many graphics as you want.  Although some businesses have both a plain and a rich text edition of their email, for starters, stick to the plain text.</p>','','','inherit','open','open','','689-revision-2','','','2011-08-31 04:28:46','2011-08-30 20:28:46','',689,'http://newweb.amazingbusinessresources.com/archives/692',0,'revision','',0,NULL),(693,1,'2011-08-31 04:31:35','2011-08-30 20:31:35','<ol style=\"text-align: justify;\"><strong>Email Marketing Advices</strong></ol>\r\n<p style=\"text-align: justify;\">Email is one of the most personal advertising medium ever invented.  Here are four of the many ways you can improve your email marketing results.</p>\r\n<p style=\"text-align: justify;\"><strong>Spread the Word</strong></p>\r\n<p style=\"text-align: justify;\">Get others to sign up for your mailing lists with their consent.  Spread the word about your mailing list through word of mouth.  The beauty in this is that the list of emails will be self-screened and the database will only contain the people who are interested in your offers.  Make sure you have their consent beforehand.  You don’t  want to risk losing reputation or SPAM penalties.</p>\r\n<p style=\"text-align: justify;\"><strong>Persistence</strong></p>\r\n<p style=\"text-align: justify;\">Before the internet, they used to say it takes around 7.3 impacts to make an impression with an ad.  Today I would guess it to be over twice as high with the internet present.  Make sure you are reaching out to your clients at least once a month in emails or other medium.  Just because you emailed a list of people and had little or no response does not necessarily mean your audience isn’t interested in your product.  Experiment with different emails, get to know which email strategy works best, and keep using it to reach out to your audience.</p>\r\n<p style=\"text-align: justify;\"><strong>They Want Useful Information</strong></p>\r\n<p style=\"text-align: justify;\">Emails should contain something that the customer wants.  It shouldn’t be just a summary of your company or your resume.  Focus on giving more than just what you sell.  Specific content, messages, and other targeted information that interests your customers are good to include.  For example, if you were selling makeup, you may want to include advice on how to apply the makeup or any makeup in general.</p>\r\n<p style=\"text-align: justify;\"><strong>Make Sure Your Audience Reads Your Email</strong></p>\r\n<p style=\"text-align: justify;\">Graphics, Flash animations, logos are often blocked by email filters.  Although they look impressive on an email, they will often lower your impression statistics.  I recommend using flat text with hyperlinks to your site.  Once they get to your site, you can show them as many graphics as you want.  Although some businesses have both a plain and a rich text edition of their email, for starters, stick to the plain text.</p>','','','inherit','open','open','','689-revision-3','','','2011-08-31 04:31:35','2011-08-30 20:31:35','',689,'http://newweb.amazingbusinessresources.com/archives/693',0,'revision','',0,NULL),(699,1,'2011-08-31 04:45:28','2011-08-30 20:45:28','<p style=\"text-align: justify;\">Email is one of the most personal advertising medium ever invented.  Here are four of the many ways you can improve your email marketing results.</p>\r\n<p style=\"text-align: justify;\"><strong>Spread the Word</strong></p>\r\n<p style=\"text-align: justify;\">Get others to sign up for your mailing lists with their consent.  Spread the word about your mailing list through word of mouth.  The beauty in this is that the list of emails will be self-screened and the database will only contain the people who are interested in your offers.  Make sure you have their consent beforehand.  You don’t  want to risk losing reputation or SPAM penalties.</p>\r\n<p style=\"text-align: justify;\"><strong>Persistence</strong></p>\r\n<p style=\"text-align: justify;\">Before the internet, they used to say it takes around 7.3 impacts to make an impression with an ad.  Today I would guess it to be over twice as high with the internet present.  Make sure you are reaching out to your clients at least once a month in emails or other medium.  Just because you emailed a list of people and had little or no response does not necessarily mean your audience isn’t interested in your product.  Experiment with different emails, get to know which email strategy works best, and keep using it to reach out to your audience.</p>\r\n<p style=\"text-align: justify;\"><strong>They Want Useful Information</strong></p>\r\n<p style=\"text-align: justify;\">Emails should contain something that the customer wants.  It shouldn’t be just a summary of your company or your resume.  Focus on giving more than just what you sell.  Specific content, messages, and other targeted information that interests your customers are good to include.  For example, if you were selling makeup, you may want to include advice on how to apply the makeup or any makeup in general.</p>\r\n<p style=\"text-align: justify;\"><strong>Make Sure Your Audience Reads Your Email</strong></p>\r\n<p style=\"text-align: justify;\">Graphics, Flash animations, logos are often blocked by email filters.  Although they look impressive on an email, they will often lower your impression statistics.  I recommend using flat text with hyperlinks to your site.  Once they get to your site, you can show them as many graphics as you want.  Although some businesses have both a plain and a rich text edition of their email, for starters, stick to the plain text.</p>','Email Marketing Advise','','inherit','open','open','','689-revision-9','','','2011-08-31 04:45:28','2011-08-30 20:45:28','',689,'http://newweb.amazingbusinessresources.com/archives/699',0,'revision','',0,NULL),(695,1,'2011-08-31 04:34:59','2011-08-30 20:34:59','<p style=\"text-align: justify;\"><strong>Email Marketing Advices</strong></p>\r\n<p style=\"text-align: justify;\">Email is one of the most personal advertising medium ever invented.  Here are four of the many ways you can improve your email marketing results.</p>\r\n<p style=\"text-align: justify;\"><strong>Spread the Word</strong></p>\r\n<p style=\"text-align: justify;\">Get others to sign up for your mailing lists with their consent.  Spread the word about your mailing list through word of mouth.  The beauty in this is that the list of emails will be self-screened and the database will only contain the people who are interested in your offers.  Make sure you have their consent beforehand.  You don’t  want to risk losing reputation or SPAM penalties.</p>\r\n<p style=\"text-align: justify;\"><strong>Persistence</strong></p>\r\n<p style=\"text-align: justify;\">Before the internet, they used to say it takes around 7.3 impacts to make an impression with an ad.  Today I would guess it to be over twice as high with the internet present.  Make sure you are reaching out to your clients at least once a month in emails or other medium.  Just because you emailed a list of people and had little or no response does not necessarily mean your audience isn’t interested in your product.  Experiment with different emails, get to know which email strategy works best, and keep using it to reach out to your audience.</p>\r\n<p style=\"text-align: justify;\"><strong>They Want Useful Information</strong></p>\r\n<p style=\"text-align: justify;\">Emails should contain something that the customer wants.  It shouldn’t be just a summary of your company or your resume.  Focus on giving more than just what you sell.  Specific content, messages, and other targeted information that interests your customers are good to include.  For example, if you were selling makeup, you may want to include advice on how to apply the makeup or any makeup in general.</p>\r\n<p style=\"text-align: justify;\"><strong>Make Sure Your Audience Reads Your Email</strong></p>\r\n<p style=\"text-align: justify;\">Graphics, Flash animations, logos are often blocked by email filters.  Although they look impressive on an email, they will often lower your impression statistics.  I recommend using flat text with hyperlinks to your site.  Once they get to your site, you can show them as many graphics as you want.  Although some businesses have both a plain and a rich text edition of their email, for starters, stick to the plain text.</p>','','','inherit','open','open','','689-revision-5','','','2011-08-31 04:34:59','2011-08-30 20:34:59','',689,'http://newweb.amazingbusinessresources.com/archives/695',0,'revision','',0,NULL),(696,1,'2011-08-31 04:37:02','2011-08-30 20:37:02','<p style=\"text-align: justify;\"><strong>Email Marketing Advices</strong></p>\r\n<p style=\"text-align: justify;\">Email is one of the most personal advertising medium ever invented.  Here are four of the many ways you can improve your email marketing results.</p>\r\n<p style=\"text-align: justify;\"><strong>Spread the Word</strong></p>\r\n<p style=\"text-align: justify;\">Get others to sign up for your mailing lists with their consent.  Spread the word about your mailing list through word of mouth.  The beauty in this is that the list of emails will be self-screened and the database will only contain the people who are interested in your offers.  Make sure you have their consent beforehand.  You don’t  want to risk losing reputation or SPAM penalties.</p>\r\n<p style=\"text-align: justify;\"><strong>Persistence</strong></p>\r\n<p style=\"text-align: justify;\">Before the internet, they used to say it takes around 7.3 impacts to make an impression with an ad.  Today I would guess it to be over twice as high with the internet present.  Make sure you are reaching out to your clients at least once a month in emails or other medium.  Just because you emailed a list of people and had little or no response does not necessarily mean your audience isn’t interested in your product.  Experiment with different emails, get to know which email strategy works best, and keep using it to reach out to your audience.</p>\r\n<p style=\"text-align: justify;\"><strong>They Want Useful Information</strong></p>\r\n<p style=\"text-align: justify;\">Emails should contain something that the customer wants.  It shouldn’t be just a summary of your company or your resume.  Focus on giving more than just what you sell.  Specific content, messages, and other targeted information that interests your customers are good to include.  For example, if you were selling makeup, you may want to include advice on how to apply the makeup or any makeup in general.</p>\r\n<p style=\"text-align: justify;\"><strong>Make Sure Your Audience Reads Your Email</strong></p>\r\n<p style=\"text-align: justify;\">Graphics, Flash animations, logos are often blocked by email filters.  Although they look impressive on an email, they will often lower your impression statistics.  I recommend using flat text with hyperlinks to your site.  Once they get to your site, you can show them as many graphics as you want.  Although some businesses have both a plain and a rich text edition of their email, for starters, stick to the plain text.</p>','','','inherit','open','open','','689-revision-6','','','2011-08-31 04:37:02','2011-08-30 20:37:02','',689,'http://newweb.amazingbusinessresources.com/archives/696',0,'revision','',0,NULL),(697,1,'2011-08-31 04:38:12','2011-08-30 20:38:12','<p style=\"text-align: justify;\"><strong>Email Marketing Advices</strong></p>\r\n<p style=\"text-align: justify;\">Email is one of the most personal advertising medium ever invented.  Here are four of the many ways you can improve your email marketing results.</p>\r\n<p style=\"text-align: justify;\"><strong>Spread the Word</strong></p>\r\n<p style=\"text-align: justify;\">Get others to sign up for your mailing lists with their consent.  Spread the word about your mailing list through word of mouth.  The beauty in this is that the list of emails will be self-screened and the database will only contain the people who are interested in your offers.  Make sure you have their consent beforehand.  You don’t  want to risk losing reputation or SPAM penalties.</p>\r\n<p style=\"text-align: justify;\"><strong>Persistence</strong></p>\r\n<p style=\"text-align: justify;\">Before the internet, they used to say it takes around 7.3 impacts to make an impression with an ad.  Today I would guess it to be over twice as high with the internet present.  Make sure you are reaching out to your clients at least once a month in emails or other medium.  Just because you emailed a list of people and had little or no response does not necessarily mean your audience isn’t interested in your product.  Experiment with different emails, get to know which email strategy works best, and keep using it to reach out to your audience.</p>\r\n<p style=\"text-align: justify;\"><strong>They Want Useful Information</strong></p>\r\n<p style=\"text-align: justify;\">Emails should contain something that the customer wants.  It shouldn’t be just a summary of your company or your resume.  Focus on giving more than just what you sell.  Specific content, messages, and other targeted information that interests your customers are good to include.  For example, if you were selling makeup, you may want to include advice on how to apply the makeup or any makeup in general.</p>\r\n<p style=\"text-align: justify;\"><strong>Make Sure Your Audience Reads Your Email</strong></p>\r\n<p style=\"text-align: justify;\">Graphics, Flash animations, logos are often blocked by email filters.  Although they look impressive on an email, they will often lower your impression statistics.  I recommend using flat text with hyperlinks to your site.  Once they get to your site, you can show them as many graphics as you want.  Although some businesses have both a plain and a rich text edition of their email, for starters, stick to the plain text.</p>','','','inherit','open','open','','689-revision-7','','','2011-08-31 04:38:12','2011-08-30 20:38:12','',689,'http://newweb.amazingbusinessresources.com/archives/697',0,'revision','',0,NULL),(698,1,'2011-08-31 04:41:56','2011-08-30 20:41:56','<p style=\"text-align: justify;\"><strong>Email Marketing Advices</strong></p>\r\n<p style=\"text-align: justify;\">Email is one of the most personal advertising medium ever invented.  Here are four of the many ways you can improve your email marketing results.</p>\r\n<p style=\"text-align: justify;\"><strong>Spread the Word</strong></p>\r\n<p style=\"text-align: justify;\">Get others to sign up for your mailing lists with their consent.  Spread the word about your mailing list through word of mouth.  The beauty in this is that the list of emails will be self-screened and the database will only contain the people who are interested in your offers.  Make sure you have their consent beforehand.  You don’t  want to risk losing reputation or SPAM penalties.</p>\r\n<p style=\"text-align: justify;\"><strong>Persistence</strong></p>\r\n<p style=\"text-align: justify;\">Before the internet, they used to say it takes around 7.3 impacts to make an impression with an ad.  Today I would guess it to be over twice as high with the internet present.  Make sure you are reaching out to your clients at least once a month in emails or other medium.  Just because you emailed a list of people and had little or no response does not necessarily mean your audience isn’t interested in your product.  Experiment with different emails, get to know which email strategy works best, and keep using it to reach out to your audience.</p>\r\n<p style=\"text-align: justify;\"><strong>They Want Useful Information</strong></p>\r\n<p style=\"text-align: justify;\">Emails should contain something that the customer wants.  It shouldn’t be just a summary of your company or your resume.  Focus on giving more than just what you sell.  Specific content, messages, and other targeted information that interests your customers are good to include.  For example, if you were selling makeup, you may want to include advice on how to apply the makeup or any makeup in general.</p>\r\n<p style=\"text-align: justify;\"><strong>Make Sure Your Audience Reads Your Email</strong></p>\r\n<p style=\"text-align: justify;\">Graphics, Flash animations, logos are often blocked by email filters.  Although they look impressive on an email, they will often lower your impression statistics.  I recommend using flat text with hyperlinks to your site.  Once they get to your site, you can show them as many graphics as you want.  Although some businesses have both a plain and a rich text edition of their email, for starters, stick to the plain text.</p>','','','inherit','open','open','','689-revision-8','','','2011-08-31 04:41:56','2011-08-30 20:41:56','',689,'http://newweb.amazingbusinessresources.com/archives/698',0,'revision','',0,NULL),(700,1,'2011-08-31 04:49:45','2011-08-30 20:49:45','<p style=\"text-align: justify;\">Because the internet has became a staple in the daily lives of the majority of people around the world, it is important for business owners to realize how much their company can benefit from having a properly <strong>optimized web site</strong>.  Regardless of whether a company sells products or services, having a web site that is properly optimized can and will provide several major benefits for any company.</p>\r\n<p style=\"text-align: justify;\">Obviously, the first major benefit of having a web site for your company is an increase in revenue.  As long as your web site is properly optimized by a professional firm, your web site will help you <strong>increase your sales</strong> of your company’s products or services.  When a web site is properly optimized, it will be able to attract <strong>targeted visitors</strong>.  This means that the majority of the traffic your web site receives will be people that are already interested in the products or services your company is providing, which will make the task of completing a sale much easier (instead of trying to complete a sale with an un-targeted visitor).</p>\r\n<p style=\"text-align: justify;\">In addition to increasing your company’s revenues, a quality web site will increase the awareness of your company’s brand.  Because people will consistently see your web site when they are searching for something in your industry, they will associate your<strong> company’s brand</strong> and <strong>name</strong> as a reliable leader in that industry.</p>\r\n<p style=\"text-align: justify;\">Finally, when your company has its own web site, it will actually increase your company’s <strong>credibility in the off-line world</strong>.  Because people expect businesses of all sizes to have their own web site, when you are able to print your web site’s URL on materials such as business cards or fliers, people will instantly feel that your company is more credible than one of your competitors that has not taken the time to have a web site created for their company.</p>\r\n<p style=\"text-align: justify;\">In order to have a properly optimized web site that your potential customers will actually be able to find when they visit a search engine like<strong> Google</strong>, you need to work with an internet marketing SEO firm.  In case you are not familiar with this terminology, an internet marketing SEO firm combines the practices of internet marketing and SEO (search engine optimization) to provide their customers with the highest level of service.  Internet marketing methods include search engine marketing, <strong>blog marketing</strong>,<strong> social media marketing</strong>, <strong>email marketing</strong>, <strong>sms marketing</strong> and <strong>media planning</strong> while search engine optimization is the process of improving the volume and quality of traffic to a web site from search engines via natural search results.  Although many firms only focus on internet marketing or search engine optimization, by choosing a firm that is experienced in both fields, you can ensure that your web site is properly optimized from every angle and provides the maximum amount of benefits for your company.</p>','Benefits of Internet Marketing? Search Engine Optimization','','inherit','open','open','','586-autosave','','','2011-08-31 04:49:45','2011-08-30 20:49:45','',586,'http://newweb.amazingbusinessresources.com/archives/700',0,'revision','',0,NULL),(701,1,'2011-08-31 00:29:01','2011-08-30 16:29:01','<p style=\"text-align: justify;\">Because the internet has became a staple in the daily lives of the majority of people around the world, it is important for business owners to realize how much their company can benefit from having a properly <strong>optimized web site</strong>.  Regardless of whether a company sells products or services, having a web site that is properly optimized can and will provide several major benefits for any company.</p>\r\n<p style=\"text-align: justify;\">Obviously, the first major benefit of having a web site for your company is an increase in revenue.  As long as your web site is properly optimized by a professional firm, your web site will help you <strong>increase your sales</strong> of your company’s products or services.  When a web site is properly optimized, it will be able to attract <strong>targeted visitors</strong>.  This means that the majority of the traffic your web site receives will be people that are already interested in the products or services your company is providing, which will make the task of completing a sale much easier (instead of trying to complete a sale with an un-targeted visitor).</p>\r\n<p style=\"text-align: justify;\">In addition to increasing your company’s revenues, a quality web site will increase the awareness of your company’s brand.  Because people will consistently see your web site when they are searching for something in your industry, they will associate your<strong> company’s brand</strong> and <strong>name</strong> as a reliable leader in that industry.</p>\r\n<p style=\"text-align: justify;\">Finally, when your company has its own web site, it will actually increase your company’s <strong>credibility in the off-line world</strong>.  Because people expect businesses of all sizes to have their own web site, when you are able to print your web site’s URL on materials such as business cards or fliers, people will instantly feel that your company is more credible than one of your competitors that has not taken the time to have a web site created for their company.</p>\r\n<p style=\"text-align: justify;\">In order to have a properly optimized web site that your potential customers will actually be able to find when they visit a search engine like<strong> Google</strong>, you need to work with an internet marketing SEO firm.  In case you are not familiar with this terminology, an internet marketing SEO firm combines the practices of internet marketing and SEO (search engine optimization) to provide their customers with the highest level of service.  Internet marketing methods include search engine marketing, <strong>blog marketing</strong>,<strong> social media marketing</strong>, <strong>email marketing</strong>, <strong>sms marketing</strong> and <strong>media planning</strong> while search engine optimization is the process of improving the volume and quality of traffic to a web site from search engines via natural search results.  Although many firms only focus on internet marketing or search engine optimization, by choosing a firm that is experienced in both fields, you can ensure that your web site is properly optimized from every angle and provides the maximum amount of benefits for your company.</p>','Benefits of Internet Marketing? Search Engine Optimization','','inherit','open','open','','586-revision-2','','','2011-08-31 00:29:01','2011-08-30 16:29:01','',586,'http://newweb.amazingbusinessresources.com/archives/701',0,'revision','',0,NULL),(702,1,'2011-08-31 02:42:29','2011-08-30 18:42:29','<h2><span style=\"color: #000000;\">Why Blog Marketing</span></h2>\r\n&nbsp;\r\n\r\n<span style=\"color: #000000;\">Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</span>\r\n\r\n<span style=\"color: #000000;\">Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</span>\r\n\r\n<span style=\"color: #000000;\">Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</span>\r\n\r\n<span style=\"color: #000000;\">Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</span>\r\n\r\n&nbsp;','Blog Marketing','','inherit','open','open','','559-revision-25','','','2011-08-31 02:42:29','2011-08-30 18:42:29','',559,'http://newweb.amazingbusinessresources.com/archives/702',0,'revision','',0,NULL),(704,1,'2011-08-31 04:52:20','2011-08-30 20:52:20','<h2><span style=\"color: #000000;\">Why Blog Marketing</span></h2>\r\n<ul>\r\n	<li>Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</li>\r\n	<li>Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</li>\r\n	<li>Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</li>\r\n	<li>Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</li>\r\n</ul>\r\n&nbsp;','Blog Marketing','','inherit','open','open','','559-revision-27','','','2011-08-31 04:52:20','2011-08-30 20:52:20','',559,'http://newweb.amazingbusinessresources.com/archives/704',0,'revision','',0,NULL),(706,1,'2011-08-31 04:53:11','2011-08-30 20:53:11','<h2 style=\"text-align: justify;\"><span style=\"color: #000000;\">Why Blog Marketing</span></h2>\r\n<ol>\r\n	<li>Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</li>\r\n	<li>Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</li>\r\n	<li>Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</li>\r\n	<li>Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</li>\r\n</ol>','Blog Marketing','','inherit','open','open','','559-revision-29','','','2011-08-31 04:53:11','2011-08-30 20:53:11','',559,'http://newweb.amazingbusinessresources.com/archives/706',0,'revision','',0,NULL),(705,1,'2011-08-31 04:52:39','2011-08-30 20:52:39','<h2 style=\"text-align: justify;\"><span style=\"color: #000000;\">Why Blog Marketing</span></h2>\r\n<ul style=\"text-align: justify;\">\r\n	<li>Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</li>\r\n	<li>Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</li>\r\n	<li>Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</li>\r\n	<li>Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"></p>','Blog Marketing','','inherit','open','open','','559-revision-28','','','2011-08-31 04:52:39','2011-08-30 20:52:39','',559,'http://newweb.amazingbusinessresources.com/archives/705',0,'revision','',0,NULL),(707,1,'2011-08-31 04:54:21','2011-08-30 20:54:21','<h2 style=\"text-align: justify;\"><span style=\"color: #000000;\">Why Blog Marketing</span></h2>\r\n<ol>\r\nBlog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</ol>\r\n\r\n\r\n<ol>\r\nBlogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</ol>\r\n\r\n\r\n<ol>\r\nUpdating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</ol>\r\n\r\n\r\n<ol>\r\nBusiness blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</ol>\r\n\r\n','Blog Marketing','','inherit','open','open','','559-revision-30','','','2011-08-31 04:54:21','2011-08-30 20:54:21','',559,'http://newweb.amazingbusinessresources.com/archives/707',0,'revision','',0,NULL),(709,1,'2011-08-31 04:56:10','2011-08-30 20:56:10','<h2 style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></h2>\r\n<ol style=\"text-align: justify;\">According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</p>\r\n<p style=\"text-align: justify;\">What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</ol>\r\n<ol style=\"text-align: justify;\">Watch <span style=\"color: #3366ff;\"><a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\"><span style=\"color: #3366ff;\">YouTube video</span></a></span> to see how easy it is to make a YouTube Video!</ol>\r\n<ol style=\"text-align: justify;\">If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</ol>\r\n\r\n<h2 style=\"text-align: justify;\">1. <strong>Executive presentations</strong>.</h2>\r\n<p style=\"text-align: justify;\">Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</p>\r\n\r\n<h2 style=\"text-align: justify;\">2. <strong>Training</strong>.</h2>\r\n<p style=\"text-align: justify;\">Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n\r\n<h2 style=\"text-align: justify;\">3. <strong>Help</strong>.</h2>\r\n<p style=\"text-align: justify;\">Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n\r\n<h2 style=\"text-align: justify;\">4. <strong>Marketing</strong>.</h2>\r\n<p style=\"text-align: justify;\">A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n\r\n<h2 style=\"text-align: justify;\">5. <strong>Events</strong>.</h2>\r\n<p style=\"text-align: justify;\">Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','Why Youtube Marketing','','inherit','open','open','','549-revision-13','','','2011-08-31 04:56:10','2011-08-30 20:56:10','',549,'http://newweb.amazingbusinessresources.com/archives/709',0,'revision','',0,NULL),(710,1,'2011-08-31 04:56:57','2011-08-30 20:56:57','<h2 style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></h2>\r\n<ol style=\"text-align: justify;\">According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</ol>\r\n<ol style=\"text-align: justify;\">What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</ol>\r\n<ol style=\"text-align: justify;\">Watch <span style=\"color: #3366ff;\"><a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\"><span style=\"color: #3366ff;\">YouTube video</span></a></span> to see how easy it is to make a YouTube Video!</ol>\r\n<ol style=\"text-align: justify;\">If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</ol>\r\n\r\n<h2 style=\"text-align: justify;\">1. <strong>Executive presentations</strong>.</h2>\r\n<p style=\"text-align: justify;\">Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</p>\r\n\r\n<h2 style=\"text-align: justify;\">2. <strong>Training</strong>.</h2>\r\n<p style=\"text-align: justify;\">Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n\r\n<h2 style=\"text-align: justify;\">3. <strong>Help</strong>.</h2>\r\n<p style=\"text-align: justify;\">Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n\r\n<h2 style=\"text-align: justify;\">4. <strong>Marketing</strong>.</h2>\r\n<p style=\"text-align: justify;\">A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n\r\n<h2 style=\"text-align: justify;\">5. <strong>Events</strong>.</h2>\r\n<p style=\"text-align: justify;\">Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','Why Youtube Marketing','','inherit','open','open','','549-revision-14','','','2011-08-31 04:56:57','2011-08-30 20:56:57','',549,'http://newweb.amazingbusinessresources.com/archives/710',0,'revision','',0,NULL),(711,1,'2011-08-31 04:57:04','2011-08-30 20:57:04','<h2 style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></h2>\r\n<ol style=\"text-align: justify;\">According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</ol>\r\n<ol style=\"text-align: justify;\">What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</ol>\r\n<ol style=\"text-align: justify;\">Watch <span style=\"color: #3366ff;\"><a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\"><span style=\"color: #3366ff;\">YouTube video</span></a></span> to see how easy it is to make a YouTube Video!</ol>\r\n<ol style=\"text-align: justify;\">If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</ol>\r\n\r\n<h2 style=\"text-align: justify;\">1. <strong>Executive presentations</strong>.</h2>\r\n<p style=\"text-align: justify;\">Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</p>\r\n\r\n<h2 style=\"text-align: justify;\">2. <strong>Training</strong>.</h2>\r\n<p style=\"text-align: justify;\">Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n\r\n<h2 style=\"text-align: justify;\">3. <strong>Help</strong>.</h2>\r\n<p style=\"text-align: justify;\">Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n\r\n<h2 style=\"text-align: justify;\">4. <strong>Marketing</strong>.</h2>\r\n<p style=\"text-align: justify;\">A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n\r\n<h2 style=\"text-align: justify;\">5. <strong>Events</strong>.</h2>\r\n<p style=\"text-align: justify;\">Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','Why Youtube Marketing','','inherit','open','open','','549-revision-15','','','2011-08-31 04:57:04','2011-08-30 20:57:04','',549,'http://newweb.amazingbusinessresources.com/archives/711',0,'revision','',0,NULL),(713,1,'2011-08-31 04:58:53','2011-08-30 20:58:53','<h2 style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></h2>\r\n<ol>According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</ol>\r\n<ol>What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</ol>\r\n<ol>\r\n<ol>Watch</ol>\r\n</ol>\r\n<a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\">YouTube video</a>\r\n<ol> to see how easy it is to make a YouTube Video!</ol>\r\n<ol>If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</ol>\r\n<h2 style=\"text-align: justify;\"><span style=\"color: #000000;\">1. <strong>Executive presentations</strong>.</span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</span></p>\r\n\r\n<h2 style=\"text-align: justify;\">2. <strong>Training</strong>.</h2>\r\n<p style=\"text-align: justify;\">Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n\r\n<h2 style=\"text-align: justify;\">3. <strong>Help</strong>.</h2>\r\n<p style=\"text-align: justify;\">Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n\r\n<h2 style=\"text-align: justify;\">4. <strong>Marketing</strong>.</h2>\r\n<p style=\"text-align: justify;\">A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n\r\n<h2 style=\"text-align: justify;\">5. <strong>Events</strong>.</h2>\r\n<p style=\"text-align: justify;\">Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','Why Youtube Marketing','','inherit','open','open','','549-revision-17','','','2011-08-31 04:58:53','2011-08-30 20:58:53','',549,'http://newweb.amazingbusinessresources.com/archives/713',0,'revision','',0,NULL),(712,1,'2011-08-31 04:57:59','2011-08-30 20:57:59','<h2 style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></h2>\r\n<ol style=\"text-align: justify;\">According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</ol>\r\n<ol style=\"text-align: justify;\">What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">Watch</ol>\r\n</ol>\r\n<span style=\"color: #0000ff;\"><a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\"><span style=\"color: #0000ff;\">YouTube video</span></a></span>\r\n<ol style=\"text-align: justify;\">to see how easy it is to make a YouTube Video!</ol>\r\n<ol style=\"text-align: justify;\">If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</ol>\r\n<h2 style=\"text-align: justify;\"><span style=\"color: #000000;\">1. <strong>Executive presentations</strong>.</span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</span></p>\r\n\r\n<h2 style=\"text-align: justify;\">2. <strong>Training</strong>.</h2>\r\n<p style=\"text-align: justify;\">Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n\r\n<h2 style=\"text-align: justify;\">3. <strong>Help</strong>.</h2>\r\n<p style=\"text-align: justify;\">Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n\r\n<h2 style=\"text-align: justify;\">4. <strong>Marketing</strong>.</h2>\r\n<p style=\"text-align: justify;\">A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n\r\n<h2 style=\"text-align: justify;\">5. <strong>Events</strong>.</h2>\r\n<p style=\"text-align: justify;\">Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','Why Youtube Marketing','','inherit','open','open','','549-revision-16','','','2011-08-31 04:57:59','2011-08-30 20:57:59','',549,'http://newweb.amazingbusinessresources.com/archives/712',0,'revision','',0,NULL),(722,1,'2011-08-31 05:15:07','2011-08-30 21:15:07','<p style=\"text-align: justify;\">Today the field of search engine optimization is becoming competitive day by day and <strong>backlinking is gaining popularity</strong> as a crucial SEO tool. There are number of factors determining one’s position on the website and driving traffic towards your site and backlinking is gaining significance and plays an important role for SEO. While discussing about the importance of backlinks, they can be termed as backbone of the website giving it the invisible but essential support.</p>\r\n<p style=\"text-align: justify;\">Defining technically backlinks are the <strong>inbound links</strong> on the website. They are the links placed on other webpage’s and are directed towards your website, these are also known as incoming links, inlinks, and inward links. Quality inbound links add weight to the website popularity and search engine ranking. 95% of SEO focus today revolves around quality backlinking.</p>\r\n<p style=\"text-align: justify;\">There are a number of ways to build quality and effective backlinks for your website.  <strong>Submitting your site</strong> to directories, article sites, <strong>Online Press Releases</strong>, <strong>placing signature links</strong> in the forums, leaving comments on the blogs etc. are some easiest methods for inbound linking.</p>\r\n<p style=\"text-align: justify;\">Importance of backlinking for the SEO game can be discussed under following points:</p>\r\n<p style=\"text-align: justify;\">1. - <strong>Quality backlinks</strong> attracts search engines to find your website. Here, quality of the links dominates over the no. of links directed towards your website. Important thing to be noticed is, a web site linked to you having content relevant to your website will perform better than the website having content unrelated to your website.</p>\r\n<p style=\"text-align: justify;\">2. - <strong>Backlinking</strong> is a part of the entire ranking algorithm process for all the search engines. If two sites are similar in content and design, search engines have a tendency to prefer site having more inbound links but again quality links dominate. Linking with a bad site will cause a drop off for your websites on the search engines.</p>\r\n<p style=\"text-align: justify;\">3. - <strong>Quality backlinks</strong> drive not only search engines but are a crucial factor to attract the web users towards your website.</p>\r\n<p style=\"text-align: justify;\">4. - <strong>Backlinks</strong> helps to point towards your site.  Backlinks found on forums, blogs and other sites across the internet boost up your website popularity.</p>\r\n<p style=\"text-align: justify;\">5. - In today’s PR obsessed internet world inbound links are an effective tool to gain better <strong>Google PR</strong>. Google always consider number of inbound links while raking the websites.</p>\r\n<p style=\"text-align: justify;\">6. - Not only Google but all the biggies like <strong>Yahoo</strong> and <strong>MSN</strong> now use link popularity and link anchor text as the most important factors in determining their rankings.</p>\r\n<p style=\"text-align: justify;\">7. - Linking to the relevant and standard websites <strong>enhance your credibility</strong> in the World Wide Web.</p>\r\n<p style=\"text-align: justify;\">You can increase your website PR and web traffic through the inbound linking with trusted resources. Add some quality links to your website and see your web <strong>business rocking</strong>.</p>','Backlinking plays a vital role in SEO and also termed as backbone of the website.','','inherit','open','open','','588-autosave','','','2011-08-31 05:15:07','2011-08-30 21:15:07','',588,'http://newweb.amazingbusinessresources.com/archives/722',0,'revision','',0,NULL),(716,1,'2011-08-31 05:01:38','2011-08-30 21:01:38','<h2 style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></h2>\r\n<ol style=\"text-align: justify;\">According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</ol>\r\n<ol style=\"text-align: justify;\">What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol>\r\n<ol>Watch <span style=\"color: #0000ff;\"><a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\"><span style=\"color: #0000ff;\">YouTube video</span></a></span>to see how easy it is to make a YouTube Video!</ol>\r\n\r\n<ol style=\"text-align: justify;\">If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</ol>\r\n</ol>\r\n</ol>\r\n<h2 style=\"text-align: justify;\"><span style=\"color: #000000;\">1. <strong>Executive presentations</strong>.</span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</span></p>\r\n\r\n<h2 style=\"text-align: justify;\">2. <strong>Training</strong>.</h2>\r\n<p style=\"text-align: justify;\">Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n\r\n<h2 style=\"text-align: justify;\">3. <strong>Help</strong>.</h2>\r\n<p style=\"text-align: justify;\">Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n\r\n<h2 style=\"text-align: justify;\">4. <strong>Marketing</strong>.</h2>\r\n<p style=\"text-align: justify;\">A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n\r\n<h2 style=\"text-align: justify;\">5. <strong>Events</strong>.</h2>\r\n<p style=\"text-align: justify;\">Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','Why Youtube Marketing','','inherit','open','open','','549-revision-20','','','2011-08-31 05:01:38','2011-08-30 21:01:38','',549,'http://newweb.amazingbusinessresources.com/archives/716',0,'revision','',0,NULL),(715,1,'2011-08-31 05:00:04','2011-08-30 21:00:04','<h2 style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></h2>\r\n<ol style=\"text-align: justify;\">According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</ol>\r\n<ol style=\"text-align: justify;\">What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol>\r\n<ol>Watch</ol>\r\n</ol>\r\n</ol>\r\n<p style=\"text-align: justify;\"><span style=\"color: #0000ff;\"><a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\"><span style=\"color: #0000ff;\">YouTube video</span></a></span></p>\r\n\r\n<ol>\r\n<ol>\r\n<ol style=\"text-align: justify;\">to see how easy it is to make a YouTube Video!</ol>\r\n<ol style=\"text-align: justify;\">If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</ol>\r\n</ol>\r\n</ol>\r\n<h2 style=\"text-align: justify;\"><span style=\"color: #000000;\">1. <strong>Executive presentations</strong>.</span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</span></p>\r\n\r\n<h2 style=\"text-align: justify;\">2. <strong>Training</strong>.</h2>\r\n<p style=\"text-align: justify;\">Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n\r\n<h2 style=\"text-align: justify;\">3. <strong>Help</strong>.</h2>\r\n<p style=\"text-align: justify;\">Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n\r\n<h2 style=\"text-align: justify;\">4. <strong>Marketing</strong>.</h2>\r\n<p style=\"text-align: justify;\">A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n\r\n<h2 style=\"text-align: justify;\">5. <strong>Events</strong>.</h2>\r\n<p style=\"text-align: justify;\">Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','Why Youtube Marketing','','inherit','open','open','','549-revision-19','','','2011-08-31 05:00:04','2011-08-30 21:00:04','',549,'http://newweb.amazingbusinessresources.com/archives/715',0,'revision','',0,NULL),(717,1,'2011-08-30 02:03:43','2011-08-29 18:03:43','<strong>Why Twitter Marketing?</strong>\r\n<h3>1. Connecting with customers</h3>\r\nThis is the  main reason why you should use twitter for your business. You will be able to connect with your customers because they themselves are using twitter. Twitter has become a daily routine where people log onto it every single day, some log onto twitter the first thing they wake up even before brushing their teeth. If you have an unsatisfied customer you will hear them on twitter. This will help your company to help them.\r\n<h3>2. Branding</h3>\r\nYou don’t have to be a big brand like Dell, Nike, Starbucks to brand yourself on twitter. You can be an average joe and brand yourself on twitter. For me if your company is not recognize then you need to get a PERSONAL account. Why? Firstly nobody want to talk to a LOGO unless its a famous brand. Everyone wants to connect with a person and not a bot.\r\n<h3>3. Customers feedback</h3>\r\nOnce you have connected with your customers you will for sure be getting feedback on how you can improve your product, your services and maybe even improve your customers service. Listening to them will help you in the future.\r\n<h3>4. Marketing</h3>\r\nOne of the reasons to use twitter is you get to market your product or services to more people and the best part about that is its FREE. You don’t have to pay (Unless if you plan to hire someone to run your twitter account).\r\n<h3>5. News</h3>\r\nYou can also give latest updates on twitter about your company by tweeting.\r\n<h3>6. Give away coupon codes and promotions</h3>\r\nYou can also tweet about new deals and coupons codes to help give your company the extra boost. What everyone love include me is getting a good deal. Weather its a promotional lunch set, if its cheap. I want it. Here is  a tweet on Dell is doing it.\r\n\r\nFor me you don’t have to be like dell in order to do this. You can have a normal business as well. If you have a restaurant and you have build loyal or new followers in your place you can send out tweet like “Having a special set lunch this weekend.” or something like that. They can tweet you for more information regarding that.\r\n<h3>7. Twitter is Viral</h3>\r\nIf you’ve have succeeded gaining some popularity with your twitter account you will know how viral twitter can be. This will be part of your marketing strategies that you can use in the future. Dell have succeeded in making their tweets viral with their promotion tweets.\r\n<h3>8. Spying on competition</h3>\r\nDid you know you can spy on competition too? Best part about this and spying on customers is that its FREE using twitter search. You can not only read what customers are talking about you but you can also read what customers are talking about your competition. If your competition is not doing anything with their customers complaints. Then what happens if you (the savior) suddenly tweet them “hey I heard you have a problem with…..” Just an example.\r\n<h3>9. Increase Sales</h3>\r\nTwitter can help you increase sales and make PROFIT. Dell is one of the company that have increase their sales on twitter. How much sales? Imagine\r\n<h3>10. Brand loyalty</h3>\r\nAt the end of the day, once you have engaged, helped your customers (your followers) on twitter. They will be loyal to your brand for a long time. This will be talked more in the future post.','Why Twitter Marketing','','inherit','open','open','','542-revision-3','','','2011-08-30 02:03:43','2011-08-29 18:03:43','',542,'http://newweb.amazingbusinessresources.com/archives/717',0,'revision','',0,NULL),(718,1,'2011-08-31 02:49:40','2011-08-30 18:49:40','<h2 style=\"text-align: justify;\">Why Facebook Marketing?</h2>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"><strong>Customer Interaction</strong> – Facebook pages provide a forum for dialogue between customers and the brand, giving companies the opportunity to build better relationships with target audiences and current customers.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\">Reputation Management – Facebook allows a company to gain a deeper understanding of how the brand is perceived online – through direct feedback and also by monitoring what users are saying about the brand.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"><strong>New Customer Acquisition</strong> – Each time a Facebook user becomes a fan of a Facebook page, a notice is posted as news item for all of that user’s friends to see. This creates an opportunity for a Facebook page to go viral and reach new viewers.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"><strong>Feedback Mechanism</strong> – In a service-based sector like hospitality, customer feedback is vital. Facebook allows users to communicate their experiences directly and give the company the opportunity to respond.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"><strong>Branding</strong> – Facebook can be used as a medium for creating brand awareness in addition to a company’s corporate website. It provides brand exposure to a potentially new audience and gives organizations the opportunity to position themselves in new and unique ways.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"><strong>Drive Web Traffic</strong> – As a Facebook page grows its fan base, traffic to the company website will increase. Facebook pages also appear in Universal Search Results.</p>','Why Facebook Marketing','','inherit','open','open','','1-revision-5','','','2011-08-31 02:49:40','2011-08-30 18:49:40','',1,'http://newweb.amazingbusinessresources.com/archives/718',0,'revision','',0,NULL),(721,1,'2011-08-31 05:03:10','2011-08-30 21:03:10','<h2 style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></h2>\r\n<ol style=\"text-align: justify;\">According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</ol>\r\n<ol style=\"text-align: justify;\">What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol>\r\n<ol>Watch <span style=\"color: #0000ff;\"><a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\"><span style=\"color: #0000ff;\">YouTube video</span></a></span> to see how easy it is to make a YouTube Video!</ol>\r\n\r\n<ol style=\"text-align: justify;\">If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</ol>\r\n</ol>\r\n</ol>\r\n<h2 style=\"text-align: justify;\"><span style=\"color: #000000;\">1. <strong>Executive presentations</strong>.</span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</span></p>\r\n\r\n<h2 style=\"text-align: justify;\">2. <strong>Training</strong>.</h2>\r\n<p style=\"text-align: justify;\">Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n\r\n<h2 style=\"text-align: justify;\">3. <strong>Help</strong>.</h2>\r\n<p style=\"text-align: justify;\">Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n\r\n<h2 style=\"text-align: justify;\">4. <strong>Marketing</strong>.</h2>\r\n<p style=\"text-align: justify;\">A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n\r\n<h2 style=\"text-align: justify;\">5. <strong>Events</strong>.</h2>\r\n<p style=\"text-align: justify;\">Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','Why Youtube Marketing','','inherit','open','open','','549-revision-21','','','2011-08-31 05:03:10','2011-08-30 21:03:10','',549,'http://newweb.amazingbusinessresources.com/archives/721',0,'revision','',0,NULL),(720,1,'2011-08-31 05:05:59','2011-08-30 21:05:59','<h2 style=\"text-align: justify;\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\"><strong>Customer Interaction</strong> – Facebook pages provide a forum for dialogue between customers and the brand, giving companies the opportunity to build better relationships with target audiences and current customers.</span></h2>\r\n<p style=\"text-align: justify;\"><strong>Reputation Management</strong> – Facebook allows a company to gain a deeper understanding of how the brand is perceived online – through direct feedback and also by monitoring what users are saying about the brand.</p>\r\n<p style=\"text-align: justify;\"><strong>New Customer Acquisition</strong> – Each time a Facebook user becomes a fan of a Facebook page, a notice is posted as news item for all of that user’s friends to see. This creates an opportunity for a Facebook page to go viral and reach new viewers.</p>\r\n<p style=\"text-align: justify;\"><strong>Feedback Mechanism</strong> – In a service-based sector like hospitality, customer feedback is vital. Facebook allows users to communicate their experiences directly and give the company the opportunity to respond.</p>\r\n<p style=\"text-align: justify;\"><strong>Branding</strong> – Facebook can be used as a medium for creating brand awareness in addition to a company’s corporate website. It provides brand exposure to a potentially new audience and gives organizations the opportunity to position themselves in new and unique ways.</p>\r\n<p style=\"text-align: justify;\"><strong>Drive Web Traffic</strong> – As a Facebook page grows its fan base, traffic to the company website will increase. Facebook pages also appear in Universal Search Results.</p>','Why Facebook Marketing','','inherit','open','open','','1-revision-7','','','2011-08-31 05:05:59','2011-08-30 21:05:59','',1,'http://newweb.amazingbusinessresources.com/archives/720',0,'revision','',0,NULL),(723,1,'2011-08-31 00:34:54','2011-08-30 16:34:54','<p style=\"text-align: justify;\">Today the field of search engine optimization is becoming competitive day by day and <strong>backlinking is gaining popularity</strong> as a crucial SEO tool. There are number of factors determining one’s position on the website and driving traffic towards your site and backlinking is gaining significance and plays an important role for SEO. While discussing about the importance of backlinks, they can be termed as backbone of the website giving it the invisible but essential support.</p>\r\n<p style=\"text-align: justify;\">Defining technically backlinks are the <strong>inbound links</strong> on the website. They are the links placed on other webpage’s and are directed towards your website, these are also known as incoming links, inlinks, and inward links. Quality inbound links add weight to the website popularity and search engine ranking. 95% of SEO focus today revolves around quality backlinking.</p>\r\n<p style=\"text-align: justify;\">There are a number of ways to build quality and effective backlinks for your website.  <strong>Submitting your site</strong> to directories, article sites, <strong>Online Press Releases</strong>, <strong>placing signature links</strong> in the forums, leaving comments on the blogs etc. are some easiest methods for inbound linking.</p>\r\n<p style=\"text-align: justify;\">Importance of backlinking for the SEO game can be discussed under following points:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>- <strong>Quality backlinks</strong> attracts search engines to find your website. Here, quality of the links dominates over the no. of links directed towards your website. Important thing to be noticed is, a web site linked to you having content relevant to your website will perform better than the website having content unrelated to your website.</li>\r\n	<li>- <strong>Backlinking</strong> is a part of the entire ranking algorithm process for all the search engines. If two sites are similar in content and design, search engines have a tendency to prefer site having more inbound links but again quality links dominate. Linking with a bad site will cause a drop off for your websites on the search engines.</li>\r\n	<li>- <strong>Quality backlinks</strong> drive not only search engines but are a crucial factor to attract the web users towards your website.</li>\r\n	<li>- <strong>Backlinks</strong> helps to point towards your site.  Backlinks found on forums, blogs and other sites across the internet boost up your website popularity.</li>\r\n	<li>- In today’s PR obsessed internet world inbound links are an effective tool to gain better <strong>Google PR</strong>. Google always consider number of inbound links while raking the websites.</li>\r\n	<li>- Not only Google but all the biggies like <strong>Yahoo</strong> and <strong>MSN</strong> now use link popularity and link anchor text as the most important factors in determining their rankings.</li>\r\n	<li>- Linking to the relevant and standard websites <strong>enhance your credibility</strong> in the World Wide Web.</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">You can increase your website PR and web traffic through the inbound linking with trusted resources. Add some quality links to your website and see your web <strong>business rocking</strong>.</p>','Backlinking plays a vital role in SEO and also termed as backbone of the website.','','inherit','open','open','','588-revision-2','','','2011-08-31 00:34:54','2011-08-30 16:34:54','',588,'http://newweb.amazingbusinessresources.com/archives/723',0,'revision','',0,NULL),(725,1,'2011-08-31 05:13:08','2011-08-30 21:13:08','<p style=\"text-align: justify;\">Today the field of search engine optimization is becoming competitive day by day and <strong>backlinking is gaining popularity</strong> as a crucial SEO tool. There are number of factors determining one’s position on the website and driving traffic towards your site and backlinking is gaining significance and plays an important role for SEO. While discussing about the importance of backlinks, they can be termed as backbone of the website giving it the invisible but essential support.</p>\r\n<p style=\"text-align: justify;\">Defining technically backlinks are the <strong>inbound links</strong> on the website. They are the links placed on other webpage’s and are directed towards your website, these are also known as incoming links, inlinks, and inward links. Quality inbound links add weight to the website popularity and search engine ranking. 95% of SEO focus today revolves around quality backlinking.</p>\r\n<p style=\"text-align: justify;\">There are a number of ways to build quality and effective backlinks for your website.  <strong>Submitting your site</strong> to directories, article sites, <strong>Online Press Releases</strong>, <strong>placing signature links</strong> in the forums, leaving comments on the blogs etc. are some easiest methods for inbound linking.</p>\r\n<p style=\"text-align: justify;\">Importance of backlinking for the SEO game can be discussed under following points:</p>\r\n\r\n<ol>\r\n	<li>- <strong>Quality backlinks</strong> attracts search engines to find your website. Here, quality of the links dominates over the no. of links directed towards your website. Important thing to be noticed is, a web site linked to you having content relevant to your website will perform better than the website having content unrelated to your website.</li>\r\n	<li>- <strong>Backlinking</strong> is a part of the entire ranking algorithm process for all the search engines. If two sites are similar in content and design, search engines have a tendency to prefer site having more inbound links but again quality links dominate. Linking with a bad site will cause a drop off for your websites on the search engines.</li>\r\n	<li>- <strong>Quality backlinks</strong> drive not only search engines but are a crucial factor to attract the web users towards your website.</li>\r\n	<li>- <strong>Backlinks</strong> helps to point towards your site.  Backlinks found on forums, blogs and other sites across the internet boost up your website popularity.</li>\r\n	<li>- In today’s PR obsessed internet world inbound links are an effective tool to gain better <strong>Google PR</strong>. Google always consider number of inbound links while raking the websites.</li>\r\n	<li>- Not only Google but all the biggies like <strong>Yahoo</strong> and <strong>MSN</strong> now use link popularity and link anchor text as the most important factors in determining their rankings.</li>\r\n	<li>- Linking to the relevant and standard websites <strong>enhance your credibility</strong> in the World Wide Web.</li>\r\n</ol>\r\n<p style=\"text-align: justify;\">You can increase your website PR and web traffic through the inbound linking with trusted resources. Add some quality links to your website and see your web <strong>business rocking</strong>.</p>','Backlinking plays a vital role in SEO and also termed as backbone of the website.','','inherit','open','open','','588-revision-4','','','2011-08-31 05:13:08','2011-08-30 21:13:08','',588,'http://newweb.amazingbusinessresources.com/archives/725',0,'revision','',0,NULL),(724,1,'2011-08-31 05:12:30','2011-08-30 21:12:30','<p style=\"text-align: justify;\">Today the field of search engine optimization is becoming competitive day by day and <strong>backlinking is gaining popularity</strong> as a crucial SEO tool. There are number of factors determining one’s position on the website and driving traffic towards your site and backlinking is gaining significance and plays an important role for SEO. While discussing about the importance of backlinks, they can be termed as backbone of the website giving it the invisible but essential support.</p>\r\n<p style=\"text-align: justify;\">Defining technically backlinks are the <strong>inbound links</strong> on the website. They are the links placed on other webpage’s and are directed towards your website, these are also known as incoming links, inlinks, and inward links. Quality inbound links add weight to the website popularity and search engine ranking. 95% of SEO focus today revolves around quality backlinking.</p>\r\n<p style=\"text-align: justify;\">There are a number of ways to build quality and effective backlinks for your website.  <strong>Submitting your site</strong> to directories, article sites, <strong>Online Press Releases</strong>, <strong>placing signature links</strong> in the forums, leaving comments on the blogs etc. are some easiest methods for inbound linking.</p>\r\n<p style=\"text-align: justify;\">Importance of backlinking for the SEO game can be discussed under following points:</p>\r\n<p style=\"text-align: justify;\">- <strong>Quality backlinks</strong> attracts search engines to find your website. Here, quality of the links dominates over the no. of links directed towards your website. Important thing to be noticed is, a web site linked to you having content relevant to your website will perform better than the website having content unrelated to your website.</p>\r\n<p style=\"text-align: justify;\">- <strong>Backlinking</strong> is a part of the entire ranking algorithm process for all the search engines. If two sites are similar in content and design, search engines have a tendency to prefer site having more inbound links but again quality links dominate. Linking with a bad site will cause a drop off for your websites on the search engines.</p>\r\n<p style=\"text-align: justify;\">- <strong>Quality backlinks</strong> drive not only search engines but are a crucial factor to attract the web users towards your website.</p>\r\n<p style=\"text-align: justify;\">- <strong>Backlinks</strong> helps to point towards your site.  Backlinks found on forums, blogs and other sites across the internet boost up your website popularity.</p>\r\n<p style=\"text-align: justify;\">- In today’s PR obsessed internet world inbound links are an effective tool to gain better <strong>Google PR</strong>. Google always consider number of inbound links while raking the websites.</p>\r\n<p style=\"text-align: justify;\">- Not only Google but all the biggies like <strong>Yahoo</strong> and <strong>MSN</strong> now use link popularity and link anchor text as the most important factors in determining their rankings.</p>\r\n<p style=\"text-align: justify;\">- Linking to the relevant and standard websites <strong>enhance your credibility</strong> in the World Wide Web.</p>\r\n<p style=\"text-align: justify;\">You can increase your website PR and web traffic through the inbound linking with trusted resources. Add some quality links to your website and see your web <strong>business rocking</strong>.</p>','Backlinking plays a vital role in SEO and also termed as backbone of the website.','','inherit','open','open','','588-revision-3','','','2011-08-31 05:12:30','2011-08-30 21:12:30','',588,'http://newweb.amazingbusinessresources.com/archives/724',0,'revision','',0,NULL),(726,1,'2011-08-31 05:14:06','2011-08-30 21:14:06','<p style=\"text-align: justify;\">Today the field of search engine optimization is becoming competitive day by day and <strong>backlinking is gaining popularity</strong> as a crucial SEO tool. There are number of factors determining one’s position on the website and driving traffic towards your site and backlinking is gaining significance and plays an important role for SEO. While discussing about the importance of backlinks, they can be termed as backbone of the website giving it the invisible but essential support.</p>\r\n<p style=\"text-align: justify;\">Defining technically backlinks are the <strong>inbound links</strong> on the website. They are the links placed on other webpage’s and are directed towards your website, these are also known as incoming links, inlinks, and inward links. Quality inbound links add weight to the website popularity and search engine ranking. 95% of SEO focus today revolves around quality backlinking.</p>\r\n<p style=\"text-align: justify;\">There are a number of ways to build quality and effective backlinks for your website.  <strong>Submitting your site</strong> to directories, article sites, <strong>Online Press Releases</strong>, <strong>placing signature links</strong> in the forums, leaving comments on the blogs etc. are some easiest methods for inbound linking.</p>\r\n<p style=\"text-align: justify;\">Importance of backlinking for the SEO game can be discussed under following points:</p>\r\n<p style=\"text-align: justify;\">- <strong>Quality backlinks</strong> attracts search engines to find your website. Here, quality of the links dominates over the no. of links directed towards your website. Important thing to be noticed is, a web site linked to you having content relevant to your website will perform better than the website having content unrelated to your website.</p>\r\n<p style=\"text-align: justify;\">- <strong>Backlinking</strong> is a part of the entire ranking algorithm process for all the search engines. If two sites are similar in content and design, search engines have a tendency to prefer site having more inbound links but again quality links dominate. Linking with a bad site will cause a drop off for your websites on the search engines.</p>\r\n<p style=\"text-align: justify;\">- <strong>Quality backlinks</strong> drive not only search engines but are a crucial factor to attract the web users towards your website.</p>\r\n<p style=\"text-align: justify;\">- <strong>Backlinks</strong> helps to point towards your site.  Backlinks found on forums, blogs and other sites across the internet boost up your website popularity.</p>\r\n<p style=\"text-align: justify;\">- In today’s PR obsessed internet world inbound links are an effective tool to gain better <strong>Google PR</strong>. Google always consider number of inbound links while raking the websites.</p>\r\n<p style=\"text-align: justify;\">- Not only Google but all the biggies like <strong>Yahoo</strong> and <strong>MSN</strong> now use link popularity and link anchor text as the most important factors in determining their rankings.</p>\r\n<p style=\"text-align: justify;\">- Linking to the relevant and standard websites <strong>enhance your credibility</strong> in the World Wide Web.</p>\r\n<p style=\"text-align: justify;\">You can increase your website PR and web traffic through the inbound linking with trusted resources. Add some quality links to your website and see your web <strong>business rocking</strong>.</p>','Backlinking plays a vital role in SEO and also termed as backbone of the website.','','inherit','open','open','','588-revision-5','','','2011-08-31 05:14:06','2011-08-30 21:14:06','',588,'http://newweb.amazingbusinessresources.com/archives/726',0,'revision','',0,NULL),(727,1,'2011-08-31 05:15:51','2011-08-30 21:15:51','<p style=\"text-align: justify;\">A sitemap is an aid used in making navigation through a website easier. It contains the structure of the website along with the included links to the major parts and subsections of the website.</p>\r\n<p style=\"text-align: justify;\">A <strong>website’s sitemap</strong> has a practical and essential use. It makes it easier for visitors to visit through and navigate the website. The <strong>navigational</strong> help ensures that they do not get lost and that they will not have to look futilely for the information or page that they need. A visitor who immediately finds the information that he needs quickly in a website has a higher chance of coming back for another visit.</p>\r\n<p style=\"text-align: justify;\">Many website administrators, designers and webmasters do not fully exploit the uses and benefits of having a good sitemap. For most of them, merely providing a list of links that do not really give a good service to visitors to the website is more than adequate. For them, as long as spiders can find the pages in their website then they are content. But wouldn’t it better if you can design a sitemap page that is not only big help to your visitors but also adds value to your website?</p>\r\n<p style=\"text-align: justify;\">The characteristic of a good sitemap is that each link has an accompanying description about the target page for each link. This helps visitors who go to your site and would rely on it in navigating through your webpages.\r\nLet’s look at two examples:</p>\r\n<p style=\"text-align: justify;\"><strong>Example 1</strong>\r\n<span style=\"text-decoration: underline;\">Link with no description</span>\r\nRock music</p>\r\n<p style=\"text-align: justify;\"><strong>Example 2</strong>\r\n<span style=\"text-decoration: underline;\">Link with description</span>\r\nRock music, the history of British rock music, From the Beatles to the Rolling Stones, David Bowie, Duran Duran, U2, The best British bands and rock acts in history. Trace how rock music in Britain evolved.</p>\r\n<p style=\"text-align: justify;\">There is a definite difference between these two examples. From a mere cursory look at the two examples it is obviously apparent that the second example is far more effective in giving the proper information to visitors. Website visitors are more likely to appreciate the kind of listing illustrated in Example No. 2. This is because most people are more at home with a search engine style listing because it is easier to navigate. No one would like to visit a website and see a sitemap presented similarly to the first example because there is a complete lack of information.</p>\r\n<p style=\"text-align: justify;\">There is also an added benefit to making a descriptive sitemap. It helps in raising your search engine ranking.</p>\r\n<p style=\"text-align: justify;\">By building your sitemap in such a way that you put all the links to related pages on each sitemap page, you are making, in effect, a themed sitemap page. Let us say that you have 7 pages that all relate to British rock music, by putting it all together you make a British rock music themepage. This kind of page will have the element a search engine considers is essential for a high ranking web page: keyword rich text.</p>\r\n<p style=\"text-align: justify;\">It pays to make a good sitemap. Making a conscious effort to make one will bring <strong>great benefits to your website</strong>.</p>','Anatomy to a good sitemap','','inherit','open','open','','590-autosave','','','2011-08-31 05:15:51','2011-08-30 21:15:51','',590,'http://newweb.amazingbusinessresources.com/archives/727',0,'revision','',0,NULL),(728,1,'2011-08-31 01:11:07','2011-08-30 17:11:07','<p style=\"text-align: justify;\"><strong>What Is Organic SEO?</strong>\r\nPut in the simplest manner possible, organic SEO is search engine optimization done manually using no black hat methods, no underhand methods and no automated scripting. It is the purest form of optimizing your website for the benefit of search engines, while still retaining interest for your site visitors, and done well it is exactly the thing that search engines are looking for in a website. Once they find it they will reward your site with better rankings and improved positions within the search engine results pages. Throughout the course of this article it will be referred to as simply SEO.</p>\r\n<p style=\"text-align: justify;\"><strong>Understanding The Search Engines</strong>\r\nUnderstanding Search Engines and their general concept is vital to the use of effective SEO methods. Search engines enable their visitors to enter a specific word or term, known as keywords. Once submitted, all pages containing those keywords that can be found in the search engine’s directory are listed on the search engine result pages. Each page is ranked?according to relevancy, popularity and a few other factors. Therefore, in theory, the more relevant a page is to a given keyword the more likely it will appear at the top of the listings.</p>\r\n<p style=\"text-align: justify;\"><strong>Introducing The Search Engine Spiders</strong>\r\nAnother important factor to remember about search engines is that they don’t use real people to crawl the billions of websites and judge how relevant they are. Instead they use automated software called a spider that does this work much quicker. The calculations that the search engine uses to determine the ranking of a website are called algorithms and in the case of the major search engines like <strong>Google, Yahoo </strong>and<strong> MSN</strong> these algorithms are changed on a regular basis. The changes and the specifics of the algorithms are not released to the public in order to prevent black hat SEOs from manipulating their sites to reach the top of the pile despite containing to information relevant to the search query or keyword.</p>\r\n<p style=\"text-align: justify;\"><strong>Optimizing For Search Engines ? Optimizing For Visitors</strong>\r\nOf course to some extent, all of us reading this article are probably guilty of altering our web pages to meet the whims of search engines but it must be done in a positive and organic way. We understand that optimizing a page purely for the benefit of search engines spiders may massively detract from the actual value of the site to your visitors. Search engines understand this too, hence the evolution of the algorithms. With each new algorithm created and usually patented by search engines like Google, we are getting closer to a structure whereby sites are genuinely judged on their value to visitors. It may sound like an Isaac Asimov novel but the <strong>algorithms</strong> and the <strong>spiders</strong> are basically becoming more human like.</p>\r\n<p style=\"text-align: justify;\"><strong>Basic Components Of SEO</strong>\r\nThe actual methods of optimizing your website are saved for another article, but the basic components of an SEO campaign are broken down into<strong> on page</strong> and <strong>off page</strong> optimization techniques. On page SEO includes factors like keyword inclusion, content optimization, page structure etc? whereas the main contributing factor of off page optimization is inbound links. There are many different factors to each of these areas and different SEOs will give you varying information on which factors are the most relevant to gain higher rankings. These extensive differences in opinion occur because nobody is certain of the algorithm criteria.</p>\r\n<p style=\"text-align: justify;\"><strong>The Benefits Of SEO</strong>\r\nSEO is probably the most beneficial way to conduct Internet promotion. It is highly cost effective, can yield long term results and the leads it generates are opt in and targeted. This doesn’t mean you shouldn’t consider trying out alternative methods of advertising your site. For many, banner advertisements, press releases (can actually be used as part of an SEO campaign as well), PPC campaigns and sponsored listings prove to highly beneficial and including these will help your site’s popularity.</p>\r\n<p style=\"text-align: justify;\"><strong>To Cost Effectiveness And To Life</strong>\r\nThe cost effectiveness is easily determined when you look at the potential of an SEO campaign compared to the method that many consider to be the next best thing ?PPC. A PPC campaign will usually cost you anywhere upward of 5 cents per visitor generated. This means that for every thousand visitors you receive you will have paid $50. Some fairly basic SEO work on a web site containing ten pages will generate this kind of traffic on a monthly basis relatively quickly.</p>\r\n<p style=\"text-align: justify;\">\r\n$50 doesn’t sound much but consider that you pay this in one month to receive the desired one thousand visitors. Over the space of a year you will have paid $600, and so on. Now consider that you are competing for a relatively competitive keyword and you find that you need to be paying a minimum of 50 cents per click to generate just the one thousand clicks in a month. All of a sudden youre paying $6000 per year and you are still only getting one thousand clicks every month. $6000 will buy you an awful lot of SEO work and you should find that within a few months you are generating a lot more traffic using SEO.</p>\r\n<p style=\"text-align: justify;\"><strong>Targeted Leads</strong>\r\nTargeted leads are the best type of leads you can generate. It means that the visitors to your site are already predisposed to the basic topic of your site and are interested in what you have to say. It means that they will be more likely to purchase goods or services from your site, click on affiliate links or click Google ads to earn you revenue. Because SEO leads are physically searching for the topic that your site relates to you are guaranteed that they are interested in whatever you’re offering. First of all they search using keywords relevant to your site. They then read the description and name of your site and this further compounds their interest in the page in question and click on the link. Already they have become highly susceptible to the message of your web page.</p>\r\n<p style=\"text-align: justify;\">So Remember? SEO is a webmaster’s greatest tool but treated badly it can quickly blow up in your face. By ensuring you stick to the very letter of the law and do not use any underhand methods you should soon benefit from powerful leads that will frequent your site and earn you revenue.</p>','A Guide to Organic SEO','','inherit','open','open','','592-revision-2','','','2011-08-31 01:11:07','2011-08-30 17:11:07','',592,'http://newweb.amazingbusinessresources.com/archives/728',0,'revision','',0,NULL),(729,1,'2011-08-31 05:20:19','2011-08-30 21:20:19','<p style=\"text-align: justify;\">Yoh, here we go for the SEO tips  - Part II. Wish you start to understand more about SEO rather than just theory.</p>\r\n<p style=\"text-align: justify;\">7. <strong>Do-it-yourself SEO</strong>. Yes, you can execute your own SEO campaign and find a reputable SEO firm to help plan and organize it for you. About one half of my own clientele do some part of the actual work themselves, or have their in-house dedicated personnel do it, after discussion of the goals and aims of the business/website, a thorough website analysis, comprehensive search phrase research, and focused instruction on the ways and means of achieving high SERPs. These preliminaries are followed up with a detailed program of suggestions and methods which the client can then implement themselves or hire others to perform. Average savings; 30-40%.</p>\r\n<p style=\"text-align: justify;\">8.<strong> Phased Implementation.</strong> While many companies spend thousands of dollars per month on Search Engine Optimization, an alternative is available which will pay dividends to you in increased sales and leads without the high initial investment. The most important consideration is to have a reputable firm handle the initial evaluation and suggested optimization planning first. The trial and error method will cost much more, in the long run, with or without the desired result. After studying the plan and establishing a workable budget you may implement the plan as finances allow.</p>\r\n<p style=\"text-align: justify;\">9. Remember the old saying, <strong>“If it sounds too good to be true, it probably is.”</strong> Never was this more true than in the realm of SEO. While concrete and measurable gains will always come from a well thought out and executed optimization strategy, the Internet is a competitive media and we all want to be number one. Accept that a steady upward movement, over time, will place you worlds ahead of a flash followed by a crash.</p>\r\n<p style=\"text-align: justify;\">10. <strong>A thought to ponder.</strong> At stake, in the race for the top, is the very existence of your website, your business, and quite possibly your reputation. Beware of any “shortcuts” or less than ethical schemes that anyone might suggest to further your business goals. When it’s all said and done it is you, the business owner, who bears the responsibility for any company or individual you hire. Insist on knowing exactly what the strategy is and what steps are being performed to implement it. If it seems, in the least, suspicious, ask for and get an explanation. In this case, not only is Ignorance not bliss, it could very well be the beginning of the end for your business.</p>\r\n<p style=\"text-align: justify;\">11. <strong>All incoming links are not created equal.</strong> Both the relevance to your line of business and website subject matter and the PR value of the incoming link determine how valuable they are to your own PR ranking. With Google starting the trend, nothing new there, and most of the others following close behind, the days of grabbing all the inbound links, in any way possible, are gone. Not only will low ranked and/or irrelevant inbound links not help, they will, in fact, cause a penalty. Link farms, free-for-all link schemes, automated link accumulation software, or any other fad that doesn’t carefully screen the links and websites they are coming from will, in the long run, do more harm than good.</p>\r\n<p style=\"text-align: justify;\">12.<strong> It’s more than just facts and figures.</strong> The relationship between an online business and SEO is, perhaps, one of the closest of business relationships. In order to be effective, a SEO must know not only the facts and figures pertaining to the endeavor, but s/he must know something of the dreams and aspirations of the business principals. Things which don’t normally come out in a prospectus are often invaluable information when searching for the “right fit” into the complex world of the Internet. My own clients sometimes ask, due to the frequency of my calls and email in the early phases, “Am I your only client?” I usually laugh and say something to the effect that until I know your business almost as well as you do, yes, you are the only one that counts.</p>','SEO tips for beginner - Part II','','inherit','open','open','','650-autosave','','','2011-08-31 05:20:19','2011-08-30 21:20:19','',650,'http://newweb.amazingbusinessresources.com/archives/729',0,'revision','',0,NULL),(730,1,'2011-08-31 03:07:14','2011-08-30 19:07:14','Yoh, here we go for the SEO tips  - Part II. Wish you start to understand more about SEO rather than just theory.\r\n\r\n6. <strong>SEO is not witchcraft, Druidism, shamanism</strong>. Neither does it require any special chants, ceremonial fires, or vestments, though some of us do like to howl at the full moon, on occasion. There are no “Top Secret” practices which a reputable SEO can not tell a client, a judge, or his mother, for that matter. The very nature of the Internet has always been cooperative and there is nothing about SEO that can’t be learned, with a heavy dose of time and money. A reputable SEO firm will give you an item per item breakdown of just where the money goes. Be wary if you sense a secretive atmosphere or any unwillingness to answer questions. While there are technical points which might take some background to fully understand, if one has a solid overview of the entire situation, a simple explanation should be easy enough to come up with.\r\n\r\n7. <strong>Do-it-yourself SEO</strong>. Yes, you can execute your own SEO campaign and find a reputable SEO firm to help plan and organize it for you. About one half of my own clientele do some part of the actual work themselves, or have their in-house dedicated personnel do it, after discussion of the goals and aims of the business/website, a thorough website analysis, comprehensive search phrase research, and focused instruction on the ways and means of achieving high SERPs. These preliminaries are followed up with a detailed program of suggestions and methods which the client can then implement themselves or hire others to perform. Average savings; 30-40%.\r\n\r\n8.<strong> Phased Implementation.</strong> While many companies spend thousands of dollars per month on Search Engine Optimization, an alternative is available which will pay dividends to you in increased sales and leads without the high initial investment. The most important consideration is to have a reputable firm handle the initial evaluation and suggested optimization planning first. The trial and error method will cost much more, in the long run, with or without the desired result. After studying the plan and establishing a workable budget you may implement the plan as finances allow.\r\n\r\n9. Remember the old saying, <strong>“If it sounds too good to be true, it probably is.”</strong> Never was this more true than in the realm of SEO. While concrete and measurable gains will always come from a well thought out and executed optimization strategy, the Internet is a competitive media and we all want to be number one. Accept that a steady upward movement, over time, will place you worlds ahead of a flash followed by a crash.\r\n\r\n10. <strong>A thought to ponder.</strong> At stake, in the race for the top, is the very existence of your website, your business, and quite possibly your reputation. Beware of any “shortcuts” or less than ethical schemes that anyone might suggest to further your business goals. When it’s all said and done it is you, the business owner, who bears the responsibility for any company or individual you hire. Insist on knowing exactly what the strategy is and what steps are being performed to implement it. If it seems, in the least, suspicious, ask for and get an explanation. In this case, not only is Ignorance not bliss, it could very well be the beginning of the end for your business.\r\n\r\n11. <strong>All incoming links are not created equal.</strong> Both the relevance to your line of business and website subject matter and the PR value of the incoming link determine how valuable they are to your own PR ranking. With Google starting the trend, nothing new there, and most of the others following close behind, the days of grabbing all the inbound links, in any way possible, are gone. Not only will low ranked and/or irrelevant inbound links not help, they will, in fact, cause a penalty. Link farms, free-for-all link schemes, automated link accumulation software, or any other fad that doesn’t carefully screen the links and websites they are coming from will, in the long run, do more harm than good.\r\n\r\n12.<strong> It’s more than just facts and figures.</strong> The relationship between an online business and SEO is, perhaps, one of the closest of business relationships. In order to be effective, a SEO must know not only the facts and figures pertaining to the endeavor, but s/he must know something of the dreams and aspirations of the business principals. Things which don’t normally come out in a prospectus are often invaluable information when searching for the “right fit” into the complex world of the Internet. My own clients sometimes ask, due to the frequency of my calls and email in the early phases, “Am I your only client?” I usually laugh and say something to the effect that until I know your business almost as well as you do, yes, you are the only one that counts.','SEO tips for beginner - Part I','','inherit','open','open','','650-revision-3','','','2011-08-31 03:07:14','2011-08-30 19:07:14','',650,'http://newweb.amazingbusinessresources.com/archives/730',0,'revision','',0,NULL),(731,1,'2011-08-31 03:06:51','2011-08-30 19:06:51','<p style=\"text-align: justify;\">Studies show that over 90% of all online users use search engines to find what they are looking for, whether products/services, or just plain old information.</p>\r\n<p style=\"text-align: justify;\">The following twelve points will, I hope, summarize a philosophy, approach and methodology to the SEO question which is both sound and effective, along with giving some helpful insight into the industry itself.</p>\r\n<p style=\"text-align: justify;\">1. <strong>Content. Content. Content.</strong> Effective, professional, optimized Copywriting is the single, most important factor in any SEO campaign. Search engines index websites based on the content found on each page of the site. With a thorough understanding of the language and grammatical conventions combined with intensive research, to find and exploit the market focus, one can move a website to the upper echelon of the “SERP’s” (Search Engine Results Page) in a methodical as well as ethical manner.</p>\r\n<p style=\"text-align: justify;\">2. <strong>Analyze Web Logs</strong>. Measure everything, at least twice, and then check again. While I would be the first to say that many of the procedures that make up website optimization are more art than science, one needs to take a very scientific approach to the results of the effort. This is done by methodically keeping a record of, and making an analysis of the sites web logs. There are a number of specialized software which make the job easier but at the bare minimum, one needs to keep a close eye on the site visitors and their activity while on the site. No matter how well planned the strategy, it is largely theoretical until proven by the results, which can only be measured by the logs, and a thorough analysis of their content.</p>\r\n<p style=\"text-align: justify;\">3. <strong>No one can guarantee a #1 ranking on Google</strong>, or any other search engine. Those who promise such feats will either optimize for such vague search term phrases (such as, “green stunted widgets with purple Polka-dots and icing”) that no one will ever likely look for, or they are making a false claim, which they have no intention of keeping, or they have an inside edge at Google, something which they will loose, quickly, when the honest folks at Google find out about it. The other option, that they will take the money and run, is worth mentioning here but I’ll be polite.</p>\r\n<p style=\"text-align: justify;\">4. <strong>Some things are just plain silly</strong>. You don’t need to submit your site to 50,000 search engines. Businesses which offer this service are suspect, at best. 85% of the search results on the Internet come from one search engine, which, if you have one link from an established website, or better yet, a directory, will find your site just fine, on it’s own. Four (4) search engines account for over 90% of the traffic on the web. As for any supposed benefit which may accrue from being listed in an obscure search engine in Botswana which specializes in safaris to the Kalahari Desert and receives 7 hits per day; well, you figure it out.</p>\r\n<p style=\"text-align: justify;\">5. <strong>SEO is not Pay-per-Click</strong>. While no one would argue the effectiveness of getting increased traffic and sales, through a well planned, pay-per-click campaign, the fact remains that the conversion rates are generally low and they cease the moment the “pay” stops. With a well planned and executed SEO campaign, while results may take a bit longer, they continue to produce, and in fact grow, long after the work is done and paid for. Quite often we have found that after a thorough optimization of a site, only minor adjustments are needed on an ongoing basis, primarily related to new content and/or new items of sale or service.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"></p>','SEO tips for beginner - Part I','','inherit','open','open','','648-revision-2','','','2011-08-31 03:06:51','2011-08-30 19:06:51','',648,'http://newweb.amazingbusinessresources.com/archives/731',0,'revision','',0,NULL),(732,1,'2011-08-31 05:16:56','2011-08-30 21:16:56','<p style=\"text-align: justify;\">Yoh, here we go for the SEO tips  - Part II. Wish you start to understand more about SEO rather than just theory.</p>\r\n<p style=\"text-align: justify;\">6. <strong>SEO is not witchcraft, Druidism, shamanism</strong>. Neither does it require any special chants, ceremonial fires, or vestments, though some of us do like to howl at the full moon, on occasion. There are no “Top Secret” practices which a reputable SEO can not tell a client, a judge, or his mother, for that matter. The very nature of the Internet has always been cooperative and there is nothing about SEO that can’t be learned, with a heavy dose of time and money. A reputable SEO firm will give you an item per item breakdown of just where the money goes. Be wary if you sense a secretive atmosphere or any unwillingness to answer questions. While there are technical points which might take some background to fully understand, if one has a solid overview of the entire situation, a simple explanation should be easy enough to come up with.</p>\r\n<p style=\"text-align: justify;\">7. <strong>Do-it-yourself SEO</strong>. Yes, you can execute your own SEO campaign and find a reputable SEO firm to help plan and organize it for you. About one half of my own clientele do some part of the actual work themselves, or have their in-house dedicated personnel do it, after discussion of the goals and aims of the business/website, a thorough website analysis, comprehensive search phrase research, and focused instruction on the ways and means of achieving high SERPs. These preliminaries are followed up with a detailed program of suggestions and methods which the client can then implement themselves or hire others to perform. Average savings; 30-40%.</p>\r\n<p style=\"text-align: justify;\">8.<strong> Phased Implementation.</strong> While many companies spend thousands of dollars per month on Search Engine Optimization, an alternative is available which will pay dividends to you in increased sales and leads without the high initial investment. The most important consideration is to have a reputable firm handle the initial evaluation and suggested optimization planning first. The trial and error method will cost much more, in the long run, with or without the desired result. After studying the plan and establishing a workable budget you may implement the plan as finances allow.</p>\r\n<p style=\"text-align: justify;\">9. Remember the old saying, <strong>“If it sounds too good to be true, it probably is.”</strong> Never was this more true than in the realm of SEO. While concrete and measurable gains will always come from a well thought out and executed optimization strategy, the Internet is a competitive media and we all want to be number one. Accept that a steady upward movement, over time, will place you worlds ahead of a flash followed by a crash.</p>\r\n<p style=\"text-align: justify;\">10. <strong>A thought to ponder.</strong> At stake, in the race for the top, is the very existence of your website, your business, and quite possibly your reputation. Beware of any “shortcuts” or less than ethical schemes that anyone might suggest to further your business goals. When it’s all said and done it is you, the business owner, who bears the responsibility for any company or individual you hire. Insist on knowing exactly what the strategy is and what steps are being performed to implement it. If it seems, in the least, suspicious, ask for and get an explanation. In this case, not only is Ignorance not bliss, it could very well be the beginning of the end for your business.</p>\r\n<p style=\"text-align: justify;\">11. <strong>All incoming links are not created equal.</strong> Both the relevance to your line of business and website subject matter and the PR value of the incoming link determine how valuable they are to your own PR ranking. With Google starting the trend, nothing new there, and most of the others following close behind, the days of grabbing all the inbound links, in any way possible, are gone. Not only will low ranked and/or irrelevant inbound links not help, they will, in fact, cause a penalty. Link farms, free-for-all link schemes, automated link accumulation software, or any other fad that doesn’t carefully screen the links and websites they are coming from will, in the long run, do more harm than good.</p>\r\n<p style=\"text-align: justify;\">12.<strong> It’s more than just facts and figures.</strong> The relationship between an online business and SEO is, perhaps, one of the closest of business relationships. In order to be effective, a SEO must know not only the facts and figures pertaining to the endeavor, but s/he must know something of the dreams and aspirations of the business principals. Things which don’t normally come out in a prospectus are often invaluable information when searching for the “right fit” into the complex world of the Internet. My own clients sometimes ask, due to the frequency of my calls and email in the early phases, “Am I your only client?” I usually laugh and say something to the effect that until I know your business almost as well as you do, yes, you are the only one that counts.</p>','SEO tips for beginner - Part I','','inherit','open','open','','650-revision-4','','','2011-08-31 05:16:56','2011-08-30 21:16:56','',650,'http://newweb.amazingbusinessresources.com/archives/732',0,'revision','',0,NULL),(735,1,'2011-08-31 05:22:29','2011-08-30 21:22:29','<ol style=\"text-align: justify;\">You know all that extra time you have to work on Search Engine Optimization? [A little sarcasm there] Actually, I tried to put together a list of quick things you can do that will help you move a little higher in your Google or Yahoo results.</ol>\r\n<strong>1. Get listed in more search engines</strong>. There are tons of them out there. There are also many free services that will help you get listed. Or just set aside some time to get it done yourself. Here is a free search engine submission site that will let you cycle through the top 100 search engines and get your site submitted.\r\n<strong>2. Get listed in more directories</strong>. Again, there are a lot of them out there. Look for higher pagerank directories. Improvingrank.com has some listed by pagerank. Look on the left side of the homepage.\r\n<strong>3. Clean up your html and check your links.</strong> You want the bots to have smooth sailing through your site. Use the tools on W3c.org and have a real person check them over too.\r\n<strong>4. Get a few more links to your site.</strong> Make them relevant and at least the same pagerank as you.\r\n5. Make your page <strong>filenames descriptive</strong> and <strong>keyword rich</strong>. Naming your page new_page_1.html is wasting an opportunity to do some SEO. Use names that describe the content and keep the keywords flowing.\r\n6. Check your <strong>Title tags</strong>. You can use 90 – 100 characters in the title, so add some keywords. We know Google looks at them, and so do many more search engines.\r\n7. Check your <strong>ALT tags</strong>. Searchbots can\'t see pictures. Make sure you have ALT tags on all of your pictures, and make sure they are descriptive and keyword rich.\r\n<strong>8. Rewrite your URL (anchor) tag</strong>s. Good anchor tags (the text between the http: and /a tags) reinforce the message and key words of your site.\r\n9. Go post in a few <strong>forums</strong> and put your website in your <strong>signature</strong>. Forums are a great place to put one way links. And you can help somebody out at the same time.\r\n10. Put together a text based <strong>sitemap</strong> and put it on your site. There’r a lot of navigation that spiders can’t understand, such as flash, forms, java and javascript. Putting together a text-based sitemap gives the bots a way to navigate around the site.\r\n<ol style=\"text-align: justify;\">Fifteen minutes every couple of days will make a huge difference in getting your rank higher.</ol>','10 Quick Things You Can Do Today To Improve Your Search Ranking','','inherit','open','open','','659-revision-6','','','2011-08-31 05:22:29','2011-08-30 21:22:29','',659,'http://newweb.amazingbusinessresources.com/archives/735',0,'revision','',0,NULL),(737,1,'2011-08-31 04:12:12','2011-08-30 20:12:12','<ol style=\"text-align: justify;\">Link Popularity as you know plays a BIG part in your websites ranking within the Search Engines. So, the basic breakdown is, the more links pointing to your website, the higher up the search engines will rank your website. More importantly though is getting those High PR websites linking back to yours.</ol>\r\n<ol style=\"text-align: justify;\">The question at hand is… “How can I get those High PR links without having to buy High PR links and/or spend countless hours surfing the web for link partners with the possible potential of being denied?” And as webmasters, we can not afford to waste time, especially if your starting out on a part time basis. We must utilize every minute we can to getting the most out of our efforts. So with that being said, I’m going to reveal to you the ‘Back Door’ strategy I use for getting those High PR links to your website Absolutely FREE and have them begging you to come back.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol>And the cool thing is this can be done following these 3 steps I’m about to mention so pay attention because if you do just this, you will not only get hundreds of backlinks to your website, you’ll also get hundreds, if not thousands of Targeted visitors to your website at the same time…</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">…all for FREE!</ol>\r\n<h2><strong>Step #1. First you must write an Article.</strong></h2>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">The first step is to write an related article about your Product or Service that draws the reader in and gets them to click through to your website once they finish reading it to find out more about you and your Product or Service.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">Now, your probably wondering why you have to write an article. Well, it’s real simple actually because what do you get to put at the end of your article? Your ‘Resource Box’ with your website information and most important of all… your URL pointing back to your website. So when someone chooses to publish your article in their newsletter or on their website, blog or article directory, they MUST add your ‘Resource Box’ with your website information and URL.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">Remember, your article is the Nuts and Bolts of this ‘Back Linking’ strategy, so make sure you put some effort into it to get it as much exposure as possible.</ol>\r\n<h2><strong>Step #2. Submit your article to Article Directories.</strong></h2>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">This is the next step and an important one at that because this is where your article or articles are going to get picked up by website owners and/or ezine publishers who are in constant need of fresh, quality information to feed their audiences hunger for information.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">There are literally hundreds of Article Directories out there and thousands of ezine publishers looking for quality content on a daily basis. And if they choose your article for publication, they must include your ‘Resource Box’ with your websites information and URL.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">It’s all about the numbers. The more Article Directories and websites you submit your articles to, the more potential Backlinks you’ll get to your website.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">And since Article Directories have recently adopted RSS(Real Simple Syndication) technology into the mix your articles will even get More mileage without you lifting a finger, creating even more Backlinks to your website.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">More on RSS in a minute. Are you starting to see the Power behind writing your own articles.</ol>\r\n</ol>\r\n<h2><strong>Step #3. Create your own RSS Feed for your articles.</strong></h2>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">This last step is a very Powerful step as well. What you need to do is set up your own RSS Feed for your articles. Now, if you don’t know what RSS is here’s the basic definition…</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">RSS is by definition – an acronym for ‘Real Simple Syndication’ or ‘Rich Site Summary’, and the .XML extension is the format used for distributing your news headlines via the Web, which is known as ‘Syndication.</ol>\r\n</ol>\r\n<ol style=\"text-align: justify;\">‘Syndication’ is where the TRUE power of RSS is unleashed, getting your message or information across the web in an INSTANT to websites, subscribers and/or readers who subscribed to your RSS Feed.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol style=\"text-align: justify;\">That’s it.</ol>\r\n<ol style=\"text-align: justify;\">Now I know I dumped alot of information on you within this article so just take it Step-By-Step because once you implement it properly it will benefit you for years to come with Backlinks to your website and FREE targeted traffic via the Search Engines, Website Owners and eZine Publishers.</ol>\r\n</ol>','3 Steps To Getting Hundreds Of Backlinks To Your Website Absolutely FREE','','inherit','open','open','','668-revision-14','','','2011-08-31 04:12:12','2011-08-30 20:12:12','',668,'http://newweb.amazingbusinessresources.com/archives/737',0,'revision','',0,NULL),(738,1,'2011-04-07 05:27:25','2011-04-06 21:27:25','<p style=\"text-align: justify;\">Search engine marketing simply means promoting a site online. In this internet age there are numerous online sites for various products and services. Simply having an online site will trim down your site just to me a mere presence in the World Wide Web.  Websites must have appropriate publicity to make new sales and profit through these sales. There are a number of successful search engine marketing strategies that can help your business grow by leaps and bounds.</p>\r\n<p style=\"text-align: justify;\">There are many advantages of using search engine marketing for your online site. Search engine marketing strategy is cheap compared to any other forms of marketing strategy. You have the option of spending less and earning more through this type of marketing. Another major benefit of this marketing strategy is that the <strong>advertisement</strong> for your site will be running for 24/7 throughout a week, month or year. Search engine marketing is very essential as search engines decide on the public pattern of online shopping.</p>\r\n<p style=\"text-align: justify;\">A recent study undertaken by a leading research agency shows that 90% people make use of search engine to find information for products online. Major search engines like Google give page ranks to sites to measure their importance for online users. Different elements of designing and other things are taken to consider in determining the relevancy of a website. These findings have made search engine marketing all the more important for a website.</p>\r\n<p style=\"text-align: justify;\">Search engines make use of <strong>spider programs</strong> to search a website. Spider program is used to gather all sorts of information about a site. Some of the information gathered by the spider includes instances of the site being uploaded, presence of links and the type of links, age of the site and such other things. Google gives page ranks to sites on a scale of 1-10 with 10 being the highest ranking for a site.</p>\r\n<p style=\"text-align: justify;\">\r\n<strong>Pay per click</strong> is another tool used for search engine marketing. In pay per click, you can put up your site for advertising in a search engine or search engines can put up some ads in your site for generating traffic. This is a good way for making your site visible online and also earning revenue through pay per click. If a site advertises directly on a search engine, it can be awarded higher search engine rankings.</p>\r\n<p style=\"text-align: justify;\">One more strategy of search engine marketing is to <strong>create a buzz</strong> about your site in the internet. This can be done by making your site visible everywhere in the World Wide Web. For this the link to your site can be put on discussion forums and articles written for promoting your website. This is one way of bringing traffic to your website.</p>\r\n<p style=\"text-align: justify;\">The <strong>content of your website</strong> is another factor which helps search engines in determining the relevance of your site in the internet. The content of your site must be updated regularly with all the relevant information. Remember there are different types of visitors to a website. Content must cater to the needs of one who is looking out for brief information and also to the one looking for in depth details about a product and service.</p>\r\n<p style=\"text-align: justify;\">Search engine marketing is a difficult task. It is best to get professional service to market your site to search engines. There are many Search Engine Optimization companies that are capable of undertaking search engine marketing in a professional way. Adopting the proper search engine marketing strategy will surely spell profit for your online business site.</p>','Create a Buzz in the Internet through Search Engine Marketing!  ','','publish','open','open','','create-a-buzz-in-the-internet-through-search-engine-marketing','','','2011-08-31 05:31:47','2011-08-30 21:31:47','',0,'http://newweb.amazingbusinessresources.com/?p=738',0,'post','',0,NULL),(739,1,'2011-08-31 05:27:55','2011-08-30 21:27:55','<p style=\"text-align: justify;\">Search engine marketing simply means promoting a site online. In this internet age there are numerous online sites for various products and services. Simply having an online site will trim down your site just to me a mere presence in the World Wide Web.  Websites must have appropriate publicity to make new sales and profit through these sales. There are a number of successful search engine marketing strategies that can help your business grow by leaps and bounds.</p>\n<p style=\"text-align: justify;\">There are many advantages of using search engine marketing for your online site. Search engine marketing strategy is cheap compared to any other forms of marketing strategy. You have the option of spending less and earning more through this type of marketing. Another major benefit of this marketing strategy is that the advertisement for your site will be running for 24/7 throughout a week, month or year. Search engine marketing is very essential as search engines decide on the public pattern of online shopping.</p>\n<p style=\"text-align: justify;\">A recent study undertaken by a leading research agency shows that 90% people make use of search engine to find information for products online. Major search engines like Google give page ranks to sites to measure their importance for online users. Different elements of designing and other things are taken to consider in determining the relevancy of a website. These findings have made search engine marketing all the more important for a website.</p>\n<p style=\"text-align: justify;\">Search engines make use of spider programs to search a website. Spider program is used to gather all sorts of information about a site. Some of the information gathered by the spider includes instances of the site being uploaded, presence of links and the type of links, age of the site and such other things. Google gives page ranks to sites on a scale of 1-10 with 10 being the highest ranking for a site.\nPay per click is another tool used for search engine marketing. In pay per click, you can put up your site for advertising in a search engine or search engines can put up some ads in your site for generating traffic. This is a good way for making your site visible online and also earning revenue through pay per click. If a site advertises directly on a search engine, it can be awarded higher search engine rankings.</p>\n<p style=\"text-align: justify;\">One more strategy of search engine marketing is to create a buzz about your site in the internet. This can be done by making your site visible everywhere in the World Wide Web. For this the link to your site can be put on discussion forums and articles written for promoting your website. This is one way of bringing traffic to your website.</p>\n<p style=\"text-align: justify;\">The content of your website is another factor which helps search engines in determining the relevance of your site in the internet. The content of your site must be updated regularly with all the relevant information. Remember there are different types of visitors to a website. Content must cater to the needs of one who is looking out for brief information and also to the one looking for in depth details about a product and service.</p>\n<p style=\"text-align: justify;\">Search engine marketing is a difficult task. It is best to get professional service to market your site to search engines. There are many Search Engine Optimization companies that are capable of undertaking search engine marketing in a professional way. Adopting the proper search engine marketing strategy will surely spell profit for your online business site.</p>','Create a Buzz in the Internet through Search Engine Marketing!  ','','inherit','open','open','','738-revision','','','2011-08-31 05:27:55','2011-08-30 21:27:55','',738,'http://newweb.amazingbusinessresources.com/archives/739',0,'revision','',0,NULL),(740,1,'2011-08-31 05:31:51','2011-08-30 21:31:51','<p style=\"text-align: justify;\">Search engine marketing simply means promoting a site online. In this internet age there are numerous online sites for various products and services. Simply having an online site will trim down your site just to me a mere presence in the World Wide Web.  Websites must have appropriate publicity to make new sales and profit through these sales. There are a number of successful search engine marketing strategies that can help your business grow by leaps and bounds.</p>\r\n<p style=\"text-align: justify;\">There are many advantages of using search engine marketing for your online site. Search engine marketing strategy is cheap compared to any other forms of marketing strategy. You have the option of spending less and earning more through this type of marketing. Another major benefit of this marketing strategy is that the <strong>advertisement</strong> for your site will be running for 24/7 throughout a week, month or year. Search engine marketing is very essential as search engines decide on the public pattern of online shopping.</p>\r\n<p style=\"text-align: justify;\">A recent study undertaken by a leading research agency shows that 90% people make use of search engine to find information for products online. Major search engines like Google give page ranks to sites to measure their importance for online users. Different elements of designing and other things are taken to consider in determining the relevancy of a website. These findings have made search engine marketing all the more important for a website.</p>\r\n<p style=\"text-align: justify;\">Search engines make use of <strong>spider programs</strong> to search a website. Spider program is used to gather all sorts of information about a site. Some of the information gathered by the spider includes instances of the site being uploaded, presence of links and the type of links, age of the site and such other things. Google gives page ranks to sites on a scale of 1-10 with 10 being the highest ranking for a site.</p>\r\n<p style=\"text-align: justify;\"><strong>Pay per click</strong> is another tool used for search engine marketing. In pay per click, you can put up your site for advertising in a search engine or search engines can put up some ads in your site for generating traffic. This is a good way for making your site visible online and also earning revenue through pay per click. If a site advertises directly on a search engine, it can be awarded higher search engine rankings.</p>\r\n<p style=\"text-align: justify;\">One more strategy of search engine marketing is to <strong>create a buzz</strong> about your site in the internet. This can be done by making your site visible everywhere in the World Wide Web. For this the link to your site can be put on discussion forums and articles written for promoting your website. This is one way of bringing traffic to your website.</p>\r\n<p style=\"text-align: justify;\">The <strong>content of your website</strong> is another factor which helps search engines in determining the relevance of your site in the internet. The content of your site must be updated regularly with all the relevant information. Remember there are different types of visitors to a website. Content must cater to the needs of one who is looking out for brief information and also to the one looking for in depth details about a product and service.</p>\r\n<p style=\"text-align: justify;\">Search engine marketing is a difficult task. It is best to get professional service to market your site to search engines. There are many Search Engine Optimization companies that are capable of undertaking search engine marketing in a professional way. Adopting the proper search engine marketing strategy will surely spell profit for your online business site.</p>','Create a Buzz in the Internet through Search Engine Marketing!  ','','inherit','open','open','','738-autosave','','','2011-08-31 05:31:51','2011-08-30 21:31:51','',738,'http://newweb.amazingbusinessresources.com/archives/740',0,'revision','',0,NULL),(741,1,'2011-08-31 05:28:21','2011-08-30 21:28:21','<p style=\"text-align: justify;\">Search engine marketing simply means promoting a site online. In this internet age there are numerous online sites for various products and services. Simply having an online site will trim down your site just to me a mere presence in the World Wide Web.  Websites must have appropriate publicity to make new sales and profit through these sales. There are a number of successful search engine marketing strategies that can help your business grow by leaps and bounds.</p>\r\n<p style=\"text-align: justify;\">There are many advantages of using search engine marketing for your online site. Search engine marketing strategy is cheap compared to any other forms of marketing strategy. You have the option of spending less and earning more through this type of marketing. Another major benefit of this marketing strategy is that the advertisement for your site will be running for 24/7 throughout a week, month or year. Search engine marketing is very essential as search engines decide on the public pattern of online shopping.</p>\r\n<p style=\"text-align: justify;\">A recent study undertaken by a leading research agency shows that 90% people make use of search engine to find information for products online. Major search engines like Google give page ranks to sites to measure their importance for online users. Different elements of designing and other things are taken to consider in determining the relevancy of a website. These findings have made search engine marketing all the more important for a website.</p>\r\n<p style=\"text-align: justify;\">Search engines make use of spider programs to search a website. Spider program is used to gather all sorts of information about a site. Some of the information gathered by the spider includes instances of the site being uploaded, presence of links and the type of links, age of the site and such other things. Google gives page ranks to sites on a scale of 1-10 with 10 being the highest ranking for a site.\r\nPay per click is another tool used for search engine marketing. In pay per click, you can put up your site for advertising in a search engine or search engines can put up some ads in your site for generating traffic. This is a good way for making your site visible online and also earning revenue through pay per click. If a site advertises directly on a search engine, it can be awarded higher search engine rankings.</p>\r\n<p style=\"text-align: justify;\">One more strategy of search engine marketing is to create a buzz about your site in the internet. This can be done by making your site visible everywhere in the World Wide Web. For this the link to your site can be put on discussion forums and articles written for promoting your website. This is one way of bringing traffic to your website.</p>\r\n<p style=\"text-align: justify;\">The content of your website is another factor which helps search engines in determining the relevance of your site in the internet. The content of your site must be updated regularly with all the relevant information. Remember there are different types of visitors to a website. Content must cater to the needs of one who is looking out for brief information and also to the one looking for in depth details about a product and service.</p>\r\n<p style=\"text-align: justify;\">Search engine marketing is a difficult task. It is best to get professional service to market your site to search engines. There are many Search Engine Optimization companies that are capable of undertaking search engine marketing in a professional way. Adopting the proper search engine marketing strategy will surely spell profit for your online business site.</p>','Create a Buzz in the Internet through Search Engine Marketing!  ','','inherit','open','open','','738-revision-2','','','2011-08-31 05:28:21','2011-08-30 21:28:21','',738,'http://newweb.amazingbusinessresources.com/archives/741',0,'revision','',0,NULL),(742,1,'2011-03-25 05:32:15','2011-03-24 21:32:15','<p style=\"text-align: justify;\">On-page search engine optimization is definitely one of the key methods if a website owner would like to improve the results for his or her website’s searchability. However, on-page SEO often entails technical skills. Why? Not a lot of people are HTML enthusiasts. This is often what needs to be tweaked to do an excellent job in optimizing web pages.</p>\r\n<p style=\"text-align: justify;\">What if a geek friend already did the on-page optimization and now you want to know how you can contribute to the “search engine goodness” of your website? Off-page optimization is the next step. And the results you will have to pine for are one-way backlinks. Why? This is how many of the major search engines such Google, Yahoo! and MSN rank websites. The more backlinks from relevant sites with good page rank, the merrier.</p>\r\n<p style=\"text-align: justify;\">So how exactly do you gather backlinks? It’s not an easy task but it’s definitely less nerve-wracking than HTML if you are not the techie type. Here are some off-page SEO tips:</p>\r\n<p style=\"text-align: justify;\"><strong>1. Article Marketing</strong></p>\r\n<p style=\"text-align: justify;\">Quality content has been discovered to be real king. Everyone is hungry for fresh and quality info and providing it will make backlinks go pouring in. It helps a lot to be a keen writer to be successful on this endeavor. Also, practise the proper way of using a resource box. It should only include a website that contains information relevant to the article you submit to article directories.</p>\r\n<p style=\"text-align: justify;\"><strong>2. Forum Participation</strong>\r\nLook for forums that are relevant to your website’s content and keep on sharing information that will be indispensable for the members of the forums. Your signature or that tag-along message at the last part of each of your posts is what will work for your off-page SEO campaign. Keep it simple and make sure that it conveys something about your website. Learn how to hyperlink to make it easy for the people who want to visit your site.</p>\r\n<p style=\"text-align: justify;\"><strong>3. Blogging</strong>\r\nBlogs or web logs are now the most popular weapons of SEO experts. Aside from being easy-to-update, they don’t require a too formal tone, which is what many readers are into. Informal dialog which can be accomplished through readers leaving comments and the blog author replying to the comments is what also keeps blogs fresh and search engine friendly. Maintaining a blog that’s again relevant to your website’s content will keep the search engines in touch with your site. Don’t forget to have a link on your main website from your blog.</p>\r\n<p style=\"text-align: justify;\">The secret to be successful in carrying out these off-page SEO methods is to be consistent. Submitting quality articles to websites at least two to three times a week and regularly producing content for your personalized blog is a surefire way to make your website stand out. Forum participation should also be something done more frequently since it will not only help you up your website’s popularity with the search engines but also make you learn new stuff from other forum members’ participation. Also, if you discover that you don’t enjoy these stuff, there’s always a plan B – hire someone to do them for you!</p>\r\n<p style=\"text-align: justify;\">\r\nNote: This article may be freely reproduced as long as the AUTHOR’S resource box at the bottom of this article is included and all links must be Active/Linkable with no syntax changes.</p>','Off-Page Search Engine Optimization (SEO) Methods','','publish','open','open','','off-page-search-engine-optimization-seo-methods','','','2011-08-31 05:35:35','2011-08-30 21:35:35','',0,'http://newweb.amazingbusinessresources.com/?p=742',0,'post','',0,NULL),(743,1,'2011-08-31 05:34:15','2011-08-30 21:34:15','<p style=\"text-align: justify;\">On-page search engine optimization is definitely one of the key methods if a website owner would like to improve the results for his or her website’s searchability. However, on-page SEO often entails technical skills. Why? Not a lot of people are HTML enthusiasts. This is often what needs to be tweaked to do an excellent job in optimizing web pages.</p>\n<p style=\"text-align: justify;\">What if a geek friend already did the on-page optimization and now you want to know how you can contribute to the “search engine goodness” of your website? Off-page optimization is the next step. And the results you will have to pine for are one-way backlinks. Why? This is how many of the major search engines such Google, Yahoo! and MSN rank websites. The more backlinks from relevant sites with good page rank, the merrier.</p>\n<p style=\"text-align: justify;\">So how exactly do you gather backlinks? It’s not an easy task but it’s definitely less nerve-wracking than HTML if you are not the techie type. Here are some off-page SEO tips:</p>\n<p style=\"text-align: justify;\"><strong>1. Article Marketing</strong></p>\n<p style=\"text-align: justify;\">Quality content has been discovered to be real king. Everyone is hungry for fresh and quality info and providing it will make backlinks go pouring in. It helps a lot to be a keen writer to be successful on this endeavor. Also, practise the proper way of using a resource box. It should only include a website that contains information relevant to the article you submit to article directories.</p>\n<p style=\"text-align: justify;\"><strong>2. Forum Participation</strong>\nLook for forums that are relevant to your website’s content and keep on sharing information that will be indispensable for the members of the forums. Your signature or that tag-along message at the last part of each of your posts is what will work for your off-page SEO campaign. Keep it simple and make sure that it conveys something about your website. Learn how to hyperlink to make it easy for the people who want to visit your site.</p>\n<p style=\"text-align: justify;\"><strong>3. Blogging</strong>\nBlogs or web logs are now the most popular weapons of SEO experts. Aside from being easy-to-update, they don’t require a too formal tone, which is what many readers are into. Informal dialog which can be accomplished through readers leaving comments and the blog author replying to the comments is what also keeps blogs fresh and search engine friendly. Maintaining a blog that’s again relevant to your website’s content will keep the search engines in touch with your site. Don’t forget to have a link on your main website from your blog.</p>\n<p style=\"text-align: justify;\">The secret to be successful in carrying out these off-page SEO methods is to be consistent. Submitting quality articles to websites at least two to three times a week and regularly producing content for your personalized blog is a surefire way to make your website stand out. Forum participation should also be something done more frequently since it will not only help you up your website’s popularity with the search engines but also make you learn new stuff from other forum members’ participation. Also, if you discover that you don’t enjoy these stuff, there’s always a plan B – hire someone to do them for you!</p>\n<p style=\"text-align: justify;\">\nNote: This article may be freely reproduced as long as the AUTHOR’S resource box at the bottom of this article is included and all links must be Active/Linkable with no syntax changes.</p>','Off-Page Search Engine Optimization (SEO) Methods','','inherit','open','open','','742-revision','','','2011-08-31 05:34:15','2011-08-30 21:34:15','',742,'http://newweb.amazingbusinessresources.com/archives/743',0,'revision','',0,NULL),(744,1,'2011-08-31 05:35:39','2011-08-30 21:35:39','<p style=\"text-align: justify;\">On-page search engine optimization is definitely one of the key methods if a website owner would like to improve the results for his or her website’s searchability. However, on-page SEO often entails technical skills. Why? Not a lot of people are HTML enthusiasts. This is often what needs to be tweaked to do an excellent job in optimizing web pages.</p>\r\n<p style=\"text-align: justify;\">What if a geek friend already did the on-page optimization and now you want to know how you can contribute to the “search engine goodness” of your website? Off-page optimization is the next step. And the results you will have to pine for are one-way backlinks. Why? This is how many of the major search engines such Google, Yahoo! and MSN rank websites. The more backlinks from relevant sites with good page rank, the merrier.</p>\r\n<p style=\"text-align: justify;\">So how exactly do you gather backlinks? It’s not an easy task but it’s definitely less nerve-wracking than HTML if you are not the techie type. Here are some off-page SEO tips:</p>\r\n<p style=\"text-align: justify;\"><strong>1. Article Marketing</strong></p>\r\n<p style=\"text-align: justify;\">Quality content has been discovered to be real king. Everyone is hungry for fresh and quality info and providing it will make backlinks go pouring in. It helps a lot to be a keen writer to be successful on this endeavor. Also, practise the proper way of using a resource box. It should only include a website that contains information relevant to the article you submit to article directories.</p>\r\n<p style=\"text-align: justify;\"><strong>2. Forum Participation</strong>\r\nLook for forums that are relevant to your website’s content and keep on sharing information that will be indispensable for the members of the forums. Your signature or that tag-along message at the last part of each of your posts is what will work for your off-page SEO campaign. Keep it simple and make sure that it conveys something about your website. Learn how to hyperlink to make it easy for the people who want to visit your site.</p>\r\n<p style=\"text-align: justify;\"><strong>3. Blogging</strong>\r\nBlogs or web logs are now the most popular weapons of SEO experts. Aside from being easy-to-update, they don’t require a too formal tone, which is what many readers are into. Informal dialog which can be accomplished through readers leaving comments and the blog author replying to the comments is what also keeps blogs fresh and search engine friendly. Maintaining a blog that’s again relevant to your website’s content will keep the search engines in touch with your site. Don’t forget to have a link on your main website from your blog.</p>\r\n<p style=\"text-align: justify;\">The secret to be successful in carrying out these off-page SEO methods is to be consistent. Submitting quality articles to websites at least two to three times a week and regularly producing content for your personalized blog is a surefire way to make your website stand out. Forum participation should also be something done more frequently since it will not only help you up your website’s popularity with the search engines but also make you learn new stuff from other forum members’ participation. Also, if you discover that you don’t enjoy these stuff, there’s always a plan B – hire someone to do them for you!</p>\r\n<p style=\"text-align: justify;\">Note: This article may be freely reproduced as long as the AUTHOR’S resource box at the bottom of this article is included and all links must be Active/Linkable with no syntax changes.</p>','Off-Page Search Engine Optimization (SEO) Methods','','inherit','open','open','','742-autosave','','','2011-08-31 05:35:39','2011-08-30 21:35:39','',742,'http://newweb.amazingbusinessresources.com/archives/744',0,'revision','',0,NULL),(745,1,'2011-03-15 05:35:44','2011-03-14 21:35:44','<p style=\"text-align: justify;\">Don’t you dare click that “queue” button.</p>\r\n<p style=\"text-align: justify;\">I see you sitting there, with your AWeber account open, itching to get your next <strong>email newslette</strong>r out the door.</p>\r\n<p style=\"text-align: justify;\">Yes, you’ve thought up some pretty interesting content, you’ve checked your spelling and you’ve aligned your images properly. You can’t wait to see what kind of response this one gets. I know.</p>\r\n<p style=\"text-align: justify;\">But just hold on a tic. You’ve got one thing left to do. You’ve got to…</p>\r\n\r\n<h2 style=\"text-align: justify;\">Get Your Email Past the Gatekeeper</h2>\r\n<p style=\"text-align: justify;\">You see, every email campaign has a gatekeeper. The gatekeeper keeps an eye on the quality of the emails going out, making sure subscribers see what the sender intends them to.</p>\r\n<p style=\"text-align: justify;\">Usually, marketers have to serve as their own gatekeepers. But occasionally, they get lucky enough for someone or something else to play that role for them.</p>\r\n<p style=\"text-align: justify;\">Today, you’re that lucky.</p>\r\n\r\n<h2 style=\"text-align: justify;\">This Checklist Will Do It For You</h2>\r\n<p style=\"text-align: justify;\">We’ve put together a <a href=\"http://amazingbusinessresources.com/wp-content/uploads/2011/04/email-newsletter-checklist.pdf\" target=\"_blank\"><span style=\"color: #3366ff;\">checklist</span></a></span> you can run each new email past. (And yes, it’s free.) It will catch and correct any errors. It won’t let you get away with a single mishap or slip-up.</p>\r\n<p style=\"text-align: justify;\">You see, this new gatekeeper subscribes to a fairly strict philosophy:</p>\r\n<p style=\"text-align: justify;\"><strong>“Just because no one is perfect doesn’t mean your emails can’t be!”</strong></p>\r\n<p style=\"text-align: justify;\">So move your cursor off the “queue” button. Click to download this checklist instead. Run your new message past the 20 questions you’ll find inside.</p>\r\n<p style=\"text-align: justify;\">Then when you’re satisfied that your email passes the test, go back to that queue button. This time, you can push it with the assurance that the message you’re sending is exactly as it should be.</p>','Send Perfect Emails With This checklist','','publish','open','open','','send-perfect-emails-with-this-checklist','','','2011-08-31 05:40:30','2011-08-30 21:40:30','',0,'http://newweb.amazingbusinessresources.com/?p=745',0,'post','',0,NULL),(746,1,'2011-08-31 05:36:23','2011-08-30 21:36:23','<p style=\"text-align: justify;\">Don’t you dare click that “queue” button.</p>\n<p style=\"text-align: justify;\">I see you sitting there, with your AWeber account open, itching to get your next <strong>email newslette</strong>r out the door.</p>\n<p style=\"text-align: justify;\">Yes, you’ve thought up some pretty interesting content, you’ve checked your spelling and you’ve aligned your images properly. You can’t wait to see what kind of response this one gets. I know.</p>\n<p style=\"text-align: justify;\">But just hold on a tic. You’ve got one thing left to do. You’ve got to…</p>\n<p style=\"text-align: justify;\"></p>\n\n<h2 style=\"text-align: justify;\">Get Your Email Past the Gatekeeper</h2>\n<p style=\"text-align: justify;\">You see, every email campaign has a gatekeeper. The gatekeeper keeps an eye on the quality of the emails going out, making sure subscribers see what the sender intends them to.</p>\n<p style=\"text-align: justify;\">Usually, marketers have to serve as their own gatekeepers. But occasionally, they get lucky enough for someone or something else to play that role for them.</p>\n<p style=\"text-align: justify;\">Today, you’re that lucky.</p>\n<p style=\"text-align: justify;\"></p>\n\n<h2 style=\"text-align: justify;\">This Checklist Will Do It For You</h2>\n<p style=\"text-align: justify;\">We’ve put together a <a href=\"http://amazingbusinessresources.com/wp-content/uploads/2011/04/email-newsletter-checklist.pdf\" target=\"_blank\">checklist</a> you can run each new email past. (And yes, it’s free.) It will catch and correct any errors. It won’t let you get away with a single mishap or slip-up.</p>\n<p style=\"text-align: justify;\">You see, this new gatekeeper subscribes to a fairly strict philosophy:</p>\n<p style=\"text-align: justify;\"><strong>“Just because no one is perfect doesn’t mean your emails can’t be!”</strong></p>\n<p style=\"text-align: justify;\">So move your cursor off the “queue” button. Click to download this checklist instead. Run your new message past the 20 questions you’ll find inside.</p>\n<p style=\"text-align: justify;\">Then when you’re satisfied that your email passes the test, go back to that queue button. This time, you can push it with the assurance that the message you’re sending is exactly as it should be.</p>','Send Perfect Emails With This checklist','','inherit','open','open','','745-revision','','','2011-08-31 05:36:23','2011-08-30 21:36:23','',745,'http://newweb.amazingbusinessresources.com/archives/746',0,'revision','',0,NULL),(747,1,'2011-08-31 05:40:32','2011-08-30 21:40:32','<p style=\"text-align: justify;\">Don’t you dare click that “queue” button.</p>\r\n<p style=\"text-align: justify;\">I see you sitting there, with your AWeber account open, itching to get your next <strong>email newslette</strong>r out the door.</p>\r\n<p style=\"text-align: justify;\">Yes, you’ve thought up some pretty interesting content, you’ve checked your spelling and you’ve aligned your images properly. You can’t wait to see what kind of response this one gets. I know.</p>\r\n<p style=\"text-align: justify;\">But just hold on a tic. You’ve got one thing left to do. You’ve got to…</p>\r\n\r\n<h2 style=\"text-align: justify;\">Get Your Email Past the Gatekeeper</h2>\r\n<p style=\"text-align: justify;\">You see, every email campaign has a gatekeeper. The gatekeeper keeps an eye on the quality of the emails going out, making sure subscribers see what the sender intends them to.</p>\r\n<p style=\"text-align: justify;\">Usually, marketers have to serve as their own gatekeepers. But occasionally, they get lucky enough for someone or something else to play that role for them.</p>\r\n<p style=\"text-align: justify;\">Today, you’re that lucky.</p>\r\n\r\n<h2 style=\"text-align: justify;\">This Checklist Will Do It For You</h2>\r\n<p style=\"text-align: justify;\">We’ve put together a <a href=\"http://amazingbusinessresources.com/wp-content/uploads/2011/04/email-newsletter-checklist.pdf\" target=\"_blank\"><span style=\"color: #3366ff;\">checklist</span></a></span> you can run each new email past. (And yes, it’s free.) It will catch and correct any errors. It won’t let you get away with a single mishap or slip-up.</p>\r\n<p style=\"text-align: justify;\">You see, this new gatekeeper subscribes to a fairly strict philosophy:</p>\r\n<p style=\"text-align: justify;\"><strong>“Just because no one is perfect doesn’t mean your emails can’t be!”</strong></p>\r\n<p style=\"text-align: justify;\">So move your cursor off the “queue” button. Click to download this checklist instead. Run your new message past the 20 questions you’ll find inside.</p>\r\n<p style=\"text-align: justify;\">Then when you’re satisfied that your email passes the test, go back to that queue button. This time, you can push it with the assurance that the message you’re sending is exactly as it should be.</p>','Send Perfect Emails With This checklist','','inherit','open','open','','745-autosave','','','2011-08-31 05:40:32','2011-08-30 21:40:32','',745,'http://newweb.amazingbusinessresources.com/archives/747',0,'revision','',0,NULL),(748,1,'2011-08-31 05:38:56','2011-08-30 21:38:56','<p style=\"text-align: justify;\">Don’t you dare click that “queue” button.</p>\r\n<p style=\"text-align: justify;\">I see you sitting there, with your AWeber account open, itching to get your next <strong>email newslette</strong>r out the door.</p>\r\n<p style=\"text-align: justify;\">Yes, you’ve thought up some pretty interesting content, you’ve checked your spelling and you’ve aligned your images properly. You can’t wait to see what kind of response this one gets. I know.</p>\r\n<p style=\"text-align: justify;\">But just hold on a tic. You’ve got one thing left to do. You’ve got to…</p>\r\n<p style=\"text-align: justify;\"></p>\r\n\r\n<h2 style=\"text-align: justify;\">Get Your Email Past the Gatekeeper</h2>\r\n<p style=\"text-align: justify;\">You see, every email campaign has a gatekeeper. The gatekeeper keeps an eye on the quality of the emails going out, making sure subscribers see what the sender intends them to.</p>\r\n<p style=\"text-align: justify;\">Usually, marketers have to serve as their own gatekeepers. But occasionally, they get lucky enough for someone or something else to play that role for them.</p>\r\n<p style=\"text-align: justify;\">Today, you’re that lucky.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n\r\n<h2 style=\"text-align: justify;\">This Checklist Will Do It For You</h2>\r\n<p style=\"text-align: justify;\">We’ve put together a <a href=\"http://amazingbusinessresources.com/wp-content/uploads/2011/04/email-newsletter-checklist.pdf\" target=\"_blank\">checklist</a> you can run each new email past. (And yes, it’s free.) It will catch and correct any errors. It won’t let you get away with a single mishap or slip-up.</p>\r\n<p style=\"text-align: justify;\">You see, this new gatekeeper subscribes to a fairly strict philosophy:</p>\r\n<p style=\"text-align: justify;\"><strong>“Just because no one is perfect doesn’t mean your emails can’t be!”</strong></p>\r\n<p style=\"text-align: justify;\">So move your cursor off the “queue” button. Click to download this checklist instead. Run your new message past the 20 questions you’ll find inside.</p>\r\n<p style=\"text-align: justify;\">Then when you’re satisfied that your email passes the test, go back to that queue button. This time, you can push it with the assurance that the message you’re sending is exactly as it should be.</p>','Send Perfect Emails With This checklist','','inherit','open','open','','745-revision-2','','','2011-08-31 05:38:56','2011-08-30 21:38:56','',745,'http://newweb.amazingbusinessresources.com/archives/748',0,'revision','',0,NULL),(749,1,'2011-08-31 05:39:22','2011-08-30 21:39:22','<p style=\"text-align: justify;\">Don’t you dare click that “queue” button.</p>\r\n<p style=\"text-align: justify;\">I see you sitting there, with your AWeber account open, itching to get your next <strong>email newslette</strong>r out the door.</p>\r\n<p style=\"text-align: justify;\">Yes, you’ve thought up some pretty interesting content, you’ve checked your spelling and you’ve aligned your images properly. You can’t wait to see what kind of response this one gets. I know.</p>\r\n<p style=\"text-align: justify;\">But just hold on a tic. You’ve got one thing left to do. You’ve got to…</p>\r\n\r\n<h2 style=\"text-align: justify;\">Get Your Email Past the Gatekeeper</h2>\r\n<p style=\"text-align: justify;\">You see, every email campaign has a gatekeeper. The gatekeeper keeps an eye on the quality of the emails going out, making sure subscribers see what the sender intends them to.</p>\r\n<p style=\"text-align: justify;\">Usually, marketers have to serve as their own gatekeepers. But occasionally, they get lucky enough for someone or something else to play that role for them.</p>\r\n<p style=\"text-align: justify;\">Today, you’re that lucky.</p>\r\n\r\n<h2 style=\"text-align: justify;\">This Checklist Will Do It For You</h2>\r\n<p style=\"text-align: justify;\">We’ve put together a <span style=\"color: #3366ff;\"><a href=\"http://amazingbusinessresources.com/wp-content/uploads/2011/04/email-newsletter-checklist.pdf\" target=\"_blank\"><span style=\"color: #3366ff;\">checklist</span></a></span> you can run each new email past. (And yes, it’s free.) It will catch and correct any errors. It won’t let you get away with a single mishap or slip-up.</p>\r\n<p style=\"text-align: justify;\">You see, this new gatekeeper subscribes to a fairly strict philosophy:</p>\r\n<p style=\"text-align: justify;\"><strong>“Just because no one is perfect doesn’t mean your emails can’t be!”</strong></p>\r\n<p style=\"text-align: justify;\">So move your cursor off the “queue” button. Click to download this checklist instead. Run your new message past the 20 questions you’ll find inside.</p>\r\n<p style=\"text-align: justify;\">Then when you’re satisfied that your email passes the test, go back to that queue button. This time, you can push it with the assurance that the message you’re sending is exactly as it should be.</p>','Send Perfect Emails With This checklist','','inherit','open','open','','745-revision-3','','','2011-08-31 05:39:22','2011-08-30 21:39:22','',745,'http://newweb.amazingbusinessresources.com/archives/749',0,'revision','',0,NULL),(750,1,'2011-08-31 05:40:05','2011-08-30 21:40:05','<p style=\"text-align: justify;\">Don’t you dare click that “queue” button.</p>\r\n<p style=\"text-align: justify;\">I see you sitting there, with your AWeber account open, itching to get your next <strong>email newslette</strong>r out the door.</p>\r\n<p style=\"text-align: justify;\">Yes, you’ve thought up some pretty interesting content, you’ve checked your spelling and you’ve aligned your images properly. You can’t wait to see what kind of response this one gets. I know.</p>\r\n<p style=\"text-align: justify;\">But just hold on a tic. You’ve got one thing left to do. You’ve got to…</p>\r\n\r\n<h2 style=\"text-align: justify;\">Get Your Email Past the Gatekeeper</h2>\r\n<p style=\"text-align: justify;\">You see, every email campaign has a gatekeeper. The gatekeeper keeps an eye on the quality of the emails going out, making sure subscribers see what the sender intends them to.</p>\r\n<p style=\"text-align: justify;\">Usually, marketers have to serve as their own gatekeepers. But occasionally, they get lucky enough for someone or something else to play that role for them.</p>\r\n<p style=\"text-align: justify;\">Today, you’re that lucky.</p>\r\n\r\n<h2 style=\"text-align: justify;\">This Checklist Will Do It For You</h2>\r\n<p style=\"text-align: justify;\">We’ve put together a <\"color: #3366ff;\"><a href=\"http://amazingbusinessresources.com/wp-content/uploads/2011/04/email-newsletter-checklist.pdf\" target=\"_blank\"><span style=\"color: #3366ff;\">checklist</span></a></span> you can run each new email past. (And yes, it’s free.) It will catch and correct any errors. It won’t let you get away with a single mishap or slip-up.</p>\r\n<p style=\"text-align: justify;\">You see, this new gatekeeper subscribes to a fairly strict philosophy:</p>\r\n<p style=\"text-align: justify;\"><strong>“Just because no one is perfect doesn’t mean your emails can’t be!”</strong></p>\r\n<p style=\"text-align: justify;\">So move your cursor off the “queue” button. Click to download this checklist instead. Run your new message past the 20 questions you’ll find inside.</p>\r\n<p style=\"text-align: justify;\">Then when you’re satisfied that your email passes the test, go back to that queue button. This time, you can push it with the assurance that the message you’re sending is exactly as it should be.</p>','Send Perfect Emails With This checklist','','inherit','open','open','','745-revision-4','','','2011-08-31 05:40:05','2011-08-30 21:40:05','',745,'http://newweb.amazingbusinessresources.com/archives/750',0,'revision','',0,NULL),(751,1,'2011-03-15 05:42:23','2011-03-14 21:42:23','<p style=\"text-align: justify;\">With more than 550 million people on Facebook, <strong>65 million</strong> tweets posted on Twitter each day, and <strong>2 billion</strong> video views each day on YouTube, social media has become an integral part of our connected lives. But this is just the beginning.</p>\r\n<p style=\"text-align: justify;\"><strong>Key trends for 2010</strong> included social media integration across applications and devices, lowered technological barriers, mobile pervasiveness and social media ROI as a focus. It is safe to say that these trends indeed became reality and I expect these to continue and materialize in new solutions, applications and case studies in the year ahead.</p>\r\n<p style=\"text-align: justify;\">2011 will also be marked by new developments that will shape the very fabric of our behavior, culture and identity. These developments will challenge us to consider important questions about the future of our experience as connected people and consumers. Here are key trends to watch in the coming year:</p>\r\n<p style=\"text-align: justify;\"><strong>1. Social media will be supersized</strong></p>\r\n<p style=\"text-align: justify;\">Following the success of various social media SaaS vendors and application providers, and fueled by Apple envy, in 2011 we will see a surge of service providers bundling social networks, engagement widgets, video, mobile capabilities, cloud services and analytics, with their own unique services and proprietary capabilities. Ad agencies, for example, will offer bundles that include layers of creative strategy, campaign management and advertising deals all handled through a central dashboard; telecommunications companies will offer video tools for businesses and consumers with greater bandwidth, storage and syndication; learning management systems (LMS) integrators will add engagement, archiving, training and collaboration tools for a deeper and more engaging academic experience. By the end of the year, using todays à la cart solutions will seem as efficient as buying a pocket knife with only a bottle opener in it.</p>\r\n<p style=\"text-align: justify;\"><strong>2. Companies will integrate social feedback into their decision making process</strong></p>\r\n<p style=\"text-align: justify;\">In 2011 we will see a growing number of companies finally go beyond using social channels merely for building awareness and providing support. As social thinkers, these companies will use the social engine to inform strategic decisions, and execute on the organization’s objectives, marketing plans, product roadmaps and more. Its not just about technology, its about a fundamental shift into a new age of leadership with new type of executives who behave and operate in new ways, said Marc Benioff, Salesforce.com chairman and CEO. Expect to see a rise in companies who, by end of year, will be recognized for socially-informed innovation, customer focus and work environment, much like Zappos and Amazon were a few years back.</p>\r\n<p style=\"text-align: justify;\"><strong>3. Mobile will become our gateway to the world</strong></p>\r\n<p style=\"text-align: justify;\">2010 marked the year in which infrastructure, technology and design finally intersected in the mobile space. For the first time, sales of smartphones outpaced sales of desktops and laptops, iPhone and iPad applications were downloaded more than <strong>7 billion</strong> times and research shows e-mail access is now on the rise on the iPhone while declining on the computer.</p>\r\n<p style=\"text-align: justify;\">With the foundation in place, in the coming year we will witness the scales tip: Mobile device users will interact with content, companies and the Web more on their phones and iPads than on their computers, and IT and service providers will create solutions that are defined by our mobile consumption and use behaviors. The highway has been there but until now we needed a special car to get us to our destination, so the average pedestrian was not going to get there. Now that technology barriers have been lowered, mobile will become an extension of who we are, said Philippe Suchet, CEO of MyShopanion, and the recipient of the Web2.0 Summit 2010 award for most innovative startup in the mobile shopping category.</p>\r\n<p style=\"text-align: justify;\">From social shopping on the go, to easy paperless transactions and check-ins, to watching (and creating) videos with friends abroad, to in-class learning and collaboration, to managing our health real-time – prepare for an explosion of connected experiences across all points of interactions between people and people, people and companies, and people and information in the cloud.</p>\r\n<p style=\"text-align: justify;\" align=\"right\"><em>Source: Read Write Web</em></p>','Impact of Social Media Marketing 2011 Part 1','','publish','open','open','','impact-of-social-media-marketing-2011-part-1','','','2011-08-31 05:45:09','2011-08-30 21:45:09','',0,'http://newweb.amazingbusinessresources.com/?p=751',0,'post','',0,NULL),(752,1,'2011-08-31 05:43:23','2011-08-30 21:43:23','<pre></pre>','Impact of Social Media Marketing 2011 Part 1','','inherit','open','open','','751-revision','','','2011-08-31 05:43:23','2011-08-30 21:43:23','',751,'http://newweb.amazingbusinessresources.com/archives/752',0,'revision','',0,NULL),(753,1,'2011-08-31 05:45:12','2011-08-30 21:45:12','<p style=\"text-align: justify;\">With more than 550 million people on Facebook, <strong>65 million</strong> tweets posted on Twitter each day, and <strong>2 billion</strong> video views each day on YouTube, social media has become an integral part of our connected lives. But this is just the beginning.</p>\r\n<p style=\"text-align: justify;\"><strong>Key trends for 2010</strong> included social media integration across applications and devices, lowered technological barriers, mobile pervasiveness and social media ROI as a focus. It is safe to say that these trends indeed became reality and I expect these to continue and materialize in new solutions, applications and case studies in the year ahead.</p>\r\n<p style=\"text-align: justify;\">2011 will also be marked by new developments that will shape the very fabric of our behavior, culture and identity. These developments will challenge us to consider important questions about the future of our experience as connected people and consumers. Here are key trends to watch in the coming year:</p>\r\n<p style=\"text-align: justify;\"><strong>1. Social media will be supersized</strong></p>\r\n<p style=\"text-align: justify;\">Following the success of various social media SaaS vendors and application providers, and fueled by Apple envy, in 2011 we will see a surge of service providers bundling social networks, engagement widgets, video, mobile capabilities, cloud services and analytics, with their own unique services and proprietary capabilities. Ad agencies, for example, will offer bundles that include layers of creative strategy, campaign management and advertising deals all handled through a central dashboard; telecommunications companies will offer video tools for businesses and consumers with greater bandwidth, storage and syndication; learning management systems (LMS) integrators will add engagement, archiving, training and collaboration tools for a deeper and more engaging academic experience. By the end of the year, using todays à la cart solutions will seem as efficient as buying a pocket knife with only a bottle opener in it.</p>\r\n<p style=\"text-align: justify;\"><strong>2. Companies will integrate social feedback into their decision making process</strong></p>\r\n<p style=\"text-align: justify;\">In 2011 we will see a growing number of companies finally go beyond using social channels merely for building awareness and providing support. As social thinkers, these companies will use the social engine to inform strategic decisions, and execute on the organization’s objectives, marketing plans, product roadmaps and more. Its not just about technology, its about a fundamental shift into a new age of leadership with new type of executives who behave and operate in new ways, said Marc Benioff, Salesforce.com chairman and CEO. Expect to see a rise in companies who, by end of year, will be recognized for socially-informed innovation, customer focus and work environment, much like Zappos and Amazon were a few years back.</p>\r\n<p style=\"text-align: justify;\"><strong>3. Mobile will become our gateway to the world</strong></p>\r\n<p style=\"text-align: justify;\">2010 marked the year in which infrastructure, technology and design finally intersected in the mobile space. For the first time, sales of smartphones outpaced sales of desktops and laptops, iPhone and iPad applications were downloaded more than <strong>7 billion</strong> times and research shows e-mail access is now on the rise on the iPhone while declining on the computer.</p>\r\n<p style=\"text-align: justify;\">With the foundation in place, in the coming year we will witness the scales tip: Mobile device users will interact with content, companies and the Web more on their phones and iPads than on their computers, and IT and service providers will create solutions that are defined by our mobile consumption and use behaviors. The highway has been there but until now we needed a special car to get us to our destination, so the average pedestrian was not going to get there. Now that technology barriers have been lowered, mobile will become an extension of who we are, said Philippe Suchet, CEO of MyShopanion, and the recipient of the Web2.0 Summit 2010 award for most innovative startup in the mobile shopping category.</p>\r\n<p style=\"text-align: justify;\">From social shopping on the go, to easy paperless transactions and check-ins, to watching (and creating) videos with friends abroad, to in-class learning and collaboration, to managing our health real-time – prepare for an explosion of connected experiences across all points of interactions between people and people, people and companies, and people and information in the cloud.</p>\r\n<p style=\"text-align: justify;\" align=\"right\"><em>Source: Read Write Web</em></p>','Impact of Social Media Marketing 2011 Part 1','','inherit','open','open','','751-autosave','','','2011-08-31 05:45:12','2011-08-30 21:45:12','',751,'http://newweb.amazingbusinessresources.com/archives/753',0,'revision','',0,NULL),(754,1,'2011-08-31 05:43:58','2011-08-30 21:43:58','<p style=\"text-align: justify;\">With more than 550 million people on Facebook, <strong>65 million</strong> tweets posted on Twitter each day, and <strong>2 billion</strong> video views each day on YouTube, social media has become an integral part of our connected lives. But this is just the beginning.</p>\r\n<p style=\"text-align: justify;\"><strong>Key trends for 2010</strong> included social media integration across applications and devices, lowered technological barriers, mobile pervasiveness and social media ROI as a focus. It is safe to say that these trends indeed became reality and I expect these to continue and materialize in new solutions, applications and case studies in the year ahead.</p>\r\n<p style=\"text-align: justify;\">2011 will also be marked by new developments that will shape the very fabric of our behavior, culture and identity. These developments will challenge us to consider important questions about the future of our experience as connected people and consumers. Here are key trends to watch in the coming year:</p>\r\n<p style=\"text-align: justify;\"><strong>1. Social media will be supersized</strong></p>\r\n<p style=\"text-align: justify;\">Following the success of various social media SaaS vendors and application providers, and fueled by Apple envy, in 2011 we will see a surge of service providers bundling social networks, engagement widgets, video, mobile capabilities, cloud services and analytics, with their own unique services and proprietary capabilities. Ad agencies, for example, will offer bundles that include layers of creative strategy, campaign management and advertising deals all handled through a central dashboard; telecommunications companies will offer video tools for businesses and consumers with greater bandwidth, storage and syndication; learning management systems (LMS) integrators will add engagement, archiving, training and collaboration tools for a deeper and more engaging academic experience. By the end of the year, using todays à la cart solutions will seem as efficient as buying a pocket knife with only a bottle opener in it.</p>\r\n<p style=\"text-align: justify;\"><strong>2. Companies will integrate social feedback into their decision making process</strong></p>\r\n<p style=\"text-align: justify;\">In 2011 we will see a growing number of companies finally go beyond using social channels merely for building awareness and providing support. As social thinkers, these companies will use the social engine to inform strategic decisions, and execute on the organization’s objectives, marketing plans, product roadmaps and more. Its not just about technology, its about a fundamental shift into a new age of leadership with new type of executives who behave and operate in new ways, said Marc Benioff, Salesforce.com chairman and CEO. Expect to see a rise in companies who, by end of year, will be recognized for socially-informed innovation, customer focus and work environment, much like Zappos and Amazon were a few years back.</p>\r\n<p style=\"text-align: justify;\"><strong>3. Mobile will become our gateway to the world</strong></p>\r\n<p style=\"text-align: justify;\">2010 marked the year in which infrastructure, technology and design finally intersected in the mobile space. For the first time, sales of smartphones outpaced sales of desktops and laptops, iPhone and iPad applications were downloaded more than <strong>7 billion</strong> times and research shows e-mail access is now on the rise on the iPhone while declining on the computer.</p>\r\n<p style=\"text-align: justify;\">With the foundation in place, in the coming year we will witness the scales tip: Mobile device users will interact with content, companies and the Web more on their phones and iPads than on their computers, and IT and service providers will create solutions that are defined by our mobile consumption and use behaviors. The highway has been there but until now we needed a special car to get us to our destination, so the average pedestrian was not going to get there. Now that technology barriers have been lowered, mobile will become an extension of who we are, said Philippe Suchet, CEO of MyShopanion, and the recipient of the Web2.0 Summit 2010 award for most innovative startup in the mobile shopping category.</p>\r\n<p style=\"text-align: justify;\">From social shopping on the go, to easy paperless transactions and check-ins, to watching (and creating) videos with friends abroad, to in-class learning and collaboration, to managing our health real-time – prepare for an explosion of connected experiences across all points of interactions between people and people, people and companies, and people and information in the cloud.</p>\r\n<p style=\"text-align: justify;\" align=\"right\"><em>Source: Read Write Web</em></p>\r\n<p style=\"text-align: justify;\"></p>','Impact of Social Media Marketing 2011 Part 1','','inherit','open','open','','751-revision-2','','','2011-08-31 05:43:58','2011-08-30 21:43:58','',751,'http://newweb.amazingbusinessresources.com/archives/754',0,'revision','',0,NULL),(755,1,'2011-03-24 05:46:11','2011-03-23 21:46:11','<object width=\"515\" height=\"280\"><param name=\"movie\" value=\"http://www.youtube-nocookie.com/v/e3BoURkcNh8?fs=1&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed type=\"application/x-shockwave-flash\" width=\"515\" height=\"280\" src=\"http://www.youtube-nocookie.com/v/e3BoURkcNh8?fs=1&amp;hl=en_US&amp;rel=0\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>','Why social media market?','','publish','open','open','','why-social-media-market','','','2011-08-31 05:48:29','2011-08-30 21:48:29','',0,'http://newweb.amazingbusinessresources.com/?p=755',0,'post','',0,NULL),(756,1,'2011-08-31 05:47:11','2011-08-30 21:47:11','&lt;object width=\"515\" height=\"280\"&gt;&lt;param name=\"movie\" value=\"http://www.youtube-nocookie.com/v/e3BoURkcNh8?fs=1&amp;amp;hl=en_US&amp;amp;rel=0\" /&gt;&lt;param name=\"allowFullScreen\" value=\"true\" /&gt;&lt;param name=\"allowscriptaccess\" value=\"always\" /&gt;&lt;embed type=\"application/x-shockwave-flash\" width=\"515\" height=\"280\" src=\"http://www.youtube-nocookie.com/v/e3BoURkcNh8?fs=1&amp;amp;hl=en_US&amp;amp;rel=0\" allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;&lt;/embed&gt;&lt;/object&gt;','Why social media market?','','inherit','open','open','','755-revision','','','2011-08-31 05:47:11','2011-08-30 21:47:11','',755,'http://newweb.amazingbusinessresources.com/archives/756',0,'revision','',0,NULL),(757,1,'2011-08-31 05:48:32','2011-08-30 21:48:32','<object width=\"515\" height=\"280\"><param name=\"movie\" value=\"http://www.youtube-nocookie.com/v/e3BoURkcNh8?fs=1&amp;hl=en_US&amp;rel=0\" /><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><embed type=\"application/x-shockwave-flash\" width=\"515\" height=\"280\" src=\"http://www.youtube-nocookie.com/v/e3BoURkcNh8?fs=1&amp;hl=en_US&amp;rel=0\" allowscriptaccess=\"always\" allowfullscreen=\"true\"></embed></object>','Why social media market?','','inherit','open','open','','755-autosave','','','2011-08-31 05:48:32','2011-08-30 21:48:32','',755,'http://newweb.amazingbusinessresources.com/archives/757',0,'revision','',0,NULL),(759,1,'2011-03-12 05:49:20','2011-03-11 21:49:20','<p style=\"text-align: justify;\">Picture this scene, an adolescent boy walks into a barber shop and says to the barber, don;t touch me, I’ll only here because my mom forced me.?Search engine optimizers are sometimes put into the position of the barber. They are knowledgeable and willing to work on their client’s site, but the client doesn’t want any modifications done to the text that is visible on her web pages. This kind of dilemma occurs due to general misconceptions about search engine optimization. Let’s look at these misconceptions.</p>\r\n<p style=\"text-align: justify;\"><strong>1. SEO only involves writing meta tags and working on invisible’s code</strong>\r\nMany people want to get a high ranking for various keywords or keyword phrases, but if you look at the text on their web pages you can hardly find these vital words. They come to a search engine optimizer and think that he or she will sprinkle these words into the meta tags and it will work like magic. This is a major misunderstanding.</p>\r\n<p style=\"text-align: justify;\">It is true that your main keywords and key phrases should be in your title tag and your description meta tag, and even in the keywords meta tag, but they must also appear on the page itself and they must appear in some strategic places on that page. Some clients say, but I like the way it looks now.?You may like the way it looks, but the search engines will not recognize that your page is truly about Electronic Widgets unless these words appear in headlines on the page, in the opening paragraph, in the file or domain name in link text and in the body text of your page.</p>\r\n<p style=\"text-align: justify;\">So, by all means if you already have copy that works, that can convert visitors into buyers or otherwise accomplish the purposes of your site, keep it. But you should also be ready to listen to what the optimizer has to say about modifications that will enable search engines to select your site when a potential buyer makes a query for your key words or phrases.</p>\r\n<p style=\"text-align: justify;\"><strong>2. Search Engine Optimization is Tricking the Search Engines</strong>\r\nSome clients say, don’t touch the visible copy but put in the modifications invisibly.?Using invisible text is something that can get you banned from a search engine. The main purpose of search engine optimization is to give your website the best possible chance to come up in good positions when someone makes a query for your keywords or key phrases. The key to doing this is to design web pages and write copy that is intelligible to search engines, without sacrificing the experience and understanding of your end-users, the people who visit your site. So, don’t ask your SEO professional to try to trick the search engines, but work with him or her to present your website in the best possible way.</p>\r\n<p style=\"text-align: justify;\"><strong>3. Search Engine Optimization deals mainly with onsite modifications</strong>\r\nEven if your website is well designed, has proper meta tags and has keyword-rich text, this alone does not guarantee that your site will rank high in competitive queries. All of these factors, design, meta tags, and copy, are on-site factors. Search engines certainly take them into consideration, but they also value off-site factors such as how many high quality or authoritative websites link to you. This means that hand-in-hand with your on-site optimization you and your promotion team will have to embark on a campaign to get links to your websites coming from websites that are already highly regarded by the search engines and by the public in general.</p>\r\n<p style=\"text-align: justify;\"><strong>4. Search Engine Optimization works instantly</strong>\r\nDon’t expect to get a flood of traffic right after your site has been optimized. Some search engines work in a fairly rapid manner, but the main search engine at the present moment, Google, is believed to have deliberately put an aging delay into its algorithm. This means that it may take several months before your site makes it into the top results for your particular category, especially if it is a newly created site. During this initial period you will also have to consider using other promotional methods such as pay per click advertising, article marketing, joint ventures, paid advertising in ezines and offline advertising.</p>\r\n<p style=\"text-align: justify;\"><strong>5. Search Engine Optimization is Prohibitively Expensive</strong>\r\nWhile it is true that very large organizations, ordering services from the top SEO companies, can end up spending thousands of dollars on their optimization campaigns, search engine optimization can be the most inexpensive and cost-effective option for web site promotion.</p>\r\n<p style=\"text-align: justify;\">If you launch a modest pay per click campaign and pay five cents per click and get 100 clicks per day, then your cost is $5.00 per day or $1825 per year. If you learn how to optimize your pages by yourself you may be able to get natural search engine traffic without paying the pay per click fees. This is in fact what many webmasters do. Or, if you opt for a modest search engine optimization package froma professional you can end up spending less than the pay per click fees.</p>\r\n<p style=\"text-align: justify;\">So the next time you hear one of the myths about search engine optimization don’t accept it blindly.</p>','Common Myths About Search Engine Optimization','','publish','open','open','','common-myths-about-search-engine-optimization','','','2011-08-31 05:52:00','2011-08-30 21:52:00','',0,'http://newweb.amazingbusinessresources.com/?p=759',0,'post','',0,NULL),(758,1,'2011-08-31 05:48:13','2011-08-30 21:48:13','&lt;object width=\"515\" height=\"280\"&gt;&lt;param name=\"movie\" value=\"http://www.youtube-nocookie.com/v/e3BoURkcNh8?fs=1&amp;amp;hl=en_US&amp;amp;rel=0\" /&gt;&lt;param name=\"allowFullScreen\" value=\"true\" /&gt;&lt;param name=\"allowscriptaccess\" value=\"always\" /&gt;&lt;embed type=\"application/x-shockwave-flash\" width=\"515\" height=\"280\" src=\"http://www.youtube-nocookie.com/v/e3BoURkcNh8?fs=1&amp;amp;hl=en_US&amp;amp;rel=0\" allowscriptaccess=\"always\" allowfullscreen=\"true\"&gt;&lt;/embed&gt;&lt;/object&gt;','Why social media market?','','inherit','open','open','','755-revision-2','','','2011-08-31 05:48:13','2011-08-30 21:48:13','',755,'http://newweb.amazingbusinessresources.com/archives/758',0,'revision','',0,NULL),(760,1,'2011-08-31 05:51:20','2011-08-30 21:51:20','<p style=\"text-align: justify;\">Picture this scene, an adolescent boy walks into a barber shop and says to the barber, don;t touch me, I’ll only here because my mom forced me.?Search engine optimizers are sometimes put into the position of the barber. They are knowledgeable and willing to work on their client’s site, but the client doesn’t want any modifications done to the text that is visible on her web pages. This kind of dilemma occurs due to general misconceptions about search engine optimization. Let’s look at these misconceptions.</p>\n<p style=\"text-align: justify;\"><strong>1. SEO only involves writing meta tags and working on invisible’s code</strong>\nMany people want to get a high ranking for various keywords or keyword phrases, but if you look at the text on their web pages you can hardly find these vital words. They come to a search engine optimizer and think that he or she will sprinkle these words into the meta tags and it will work like magic. This is a major misunderstanding.</p>\n<p style=\"text-align: justify;\">It is true that your main keywords and key phrases should be in your title tag and your description meta tag, and even in the keywords meta tag, but they must also appear on the page itself and they must appear in some strategic places on that page. Some clients say, but I like the way it looks now.?You may like the way it looks, but the search engines will not recognize that your page is truly about Electronic Widgets unless these words appear in headlines on the page, in the opening paragraph, in the file or domain name in link text and in the body text of your page.</p>\n<p style=\"text-align: justify;\">So, by all means if you already have copy that works, that can convert visitors into buyers or otherwise accomplish the purposes of your site, keep it. But you should also be ready to listen to what the optimizer has to say about modifications that will enable search engines to select your site when a potential buyer makes a query for your key words or phrases.</p>\n<p style=\"text-align: justify;\"><strong>2. Search Engine Optimization is Tricking the Search Engines</strong>\nSome clients say, don’t touch the visible copy but put in the modifications invisibly.?Using invisible text is something that can get you banned from a search engine. The main purpose of search engine optimization is to give your website the best possible chance to come up in good positions when someone makes a query for your keywords or key phrases. The key to doing this is to design web pages and write copy that is intelligible to search engines, without sacrificing the experience and understanding of your end-users, the people who visit your site. So, don’t ask your SEO professional to try to trick the search engines, but work with him or her to present your website in the best possible way.</p>\n<p style=\"text-align: justify;\"><strong>3. Search Engine Optimization deals mainly with onsite modifications</strong>\nEven if your website is well designed, has proper meta tags and has keyword-rich text, this alone does not guarantee that your site will rank high in competitive queries. All of these factors, design, meta tags, and copy, are on-site factors. Search engines certainly take them into consideration, but they also value off-site factors such as how many high quality or authoritative websites link to you. This means that hand-in-hand with your on-site optimization you and your promotion team will have to embark on a campaign to get links to your websites coming from websites that are already highly regarded by the search engines and by the public in general.</p>\n<p style=\"text-align: justify;\"><strong>4. Search Engine Optimization works instantly</strong>\nDon’t expect to get a flood of traffic right after your site has been optimized. Some search engines work in a fairly rapid manner, but the main search engine at the present moment, Google, is believed to have deliberately put an aging delay into its algorithm. This means that it may take several months before your site makes it into the top results for your particular category, especially if it is a newly created site. During this initial period you will also have to consider using other promotional methods such as pay per click advertising, article marketing, joint ventures, paid advertising in ezines and offline advertising.</p>\n<p style=\"text-align: justify;\"><strong>5. Search Engine Optimization is Prohibitively Expensive</strong>\nWhile it is true that very large organizations, ordering services from the top SEO companies, can end up spending thousands of dollars on their optimization campaigns, search engine optimization can be the most inexpensive and cost-effective option for web site promotion.</p>\n<p style=\"text-align: justify;\">If you launch a modest pay per click campaign and pay five cents per click and get 100 clicks per day, then your cost is $5.00 per day or $1825 per year. If you learn how to optimize your pages by yourself you may be able to get natural search engine traffic without paying the pay per click fees. This is in fact what many webmasters do. Or, if you opt for a modest search engine optimization package froma professional you can end up spending less than the pay per click fees.</p>\n<p style=\"text-align: justify;\">So the next time you hear one of the myths about search engine optimization don’t accept it blindly.</p>','Common Myths About Search Engine Optimization','','inherit','open','open','','759-revision','','','2011-08-31 05:51:20','2011-08-30 21:51:20','',759,'http://newweb.amazingbusinessresources.com/archives/760',0,'revision','',0,NULL),(761,1,'2011-08-31 05:52:04','2011-08-30 21:52:04','<p style=\"text-align: justify;\">Picture this scene, an adolescent boy walks into a barber shop and says to the barber, don;t touch me, I’ll only here because my mom forced me.?Search engine optimizers are sometimes put into the position of the barber. They are knowledgeable and willing to work on their client’s site, but the client doesn’t want any modifications done to the text that is visible on her web pages. This kind of dilemma occurs due to general misconceptions about search engine optimization. Let’s look at these misconceptions.</p>\r\n<p style=\"text-align: justify;\"><strong>1. SEO only involves writing meta tags and working on invisible’s code</strong>\r\nMany people want to get a high ranking for various keywords or keyword phrases, but if you look at the text on their web pages you can hardly find these vital words. They come to a search engine optimizer and think that he or she will sprinkle these words into the meta tags and it will work like magic. This is a major misunderstanding.</p>\r\n<p style=\"text-align: justify;\">It is true that your main keywords and key phrases should be in your title tag and your description meta tag, and even in the keywords meta tag, but they must also appear on the page itself and they must appear in some strategic places on that page. Some clients say, but I like the way it looks now.?You may like the way it looks, but the search engines will not recognize that your page is truly about Electronic Widgets unless these words appear in headlines on the page, in the opening paragraph, in the file or domain name in link text and in the body text of your page.</p>\r\n<p style=\"text-align: justify;\">So, by all means if you already have copy that works, that can convert visitors into buyers or otherwise accomplish the purposes of your site, keep it. But you should also be ready to listen to what the optimizer has to say about modifications that will enable search engines to select your site when a potential buyer makes a query for your key words or phrases.</p>\r\n<p style=\"text-align: justify;\"><strong>2. Search Engine Optimization is Tricking the Search Engines</strong>\r\nSome clients say, don’t touch the visible copy but put in the modifications invisibly.?Using invisible text is something that can get you banned from a search engine. The main purpose of search engine optimization is to give your website the best possible chance to come up in good positions when someone makes a query for your keywords or key phrases. The key to doing this is to design web pages and write copy that is intelligible to search engines, without sacrificing the experience and understanding of your end-users, the people who visit your site. So, don’t ask your SEO professional to try to trick the search engines, but work with him or her to present your website in the best possible way.</p>\r\n<p style=\"text-align: justify;\"><strong>3. Search Engine Optimization deals mainly with onsite modifications</strong>\r\nEven if your website is well designed, has proper meta tags and has keyword-rich text, this alone does not guarantee that your site will rank high in competitive queries. All of these factors, design, meta tags, and copy, are on-site factors. Search engines certainly take them into consideration, but they also value off-site factors such as how many high quality or authoritative websites link to you. This means that hand-in-hand with your on-site optimization you and your promotion team will have to embark on a campaign to get links to your websites coming from websites that are already highly regarded by the search engines and by the public in general.</p>\r\n<p style=\"text-align: justify;\"><strong>4. Search Engine Optimization works instantly</strong>\r\nDon’t expect to get a flood of traffic right after your site has been optimized. Some search engines work in a fairly rapid manner, but the main search engine at the present moment, Google, is believed to have deliberately put an aging delay into its algorithm. This means that it may take several months before your site makes it into the top results for your particular category, especially if it is a newly created site. During this initial period you will also have to consider using other promotional methods such as pay per click advertising, article marketing, joint ventures, paid advertising in ezines and offline advertising.</p>\r\n<p style=\"text-align: justify;\"><strong>5. Search Engine Optimization is Prohibitively Expensive</strong>\r\nWhile it is true that very large organizations, ordering services from the top SEO companies, can end up spending thousands of dollars on their optimization campaigns, search engine optimization can be the most inexpensive and cost-effective option for web site promotion.</p>\r\n<p style=\"text-align: justify;\">If you launch a modest pay per click campaign and pay five cents per click and get 100 clicks per day, then your cost is $5.00 per day or $1825 per year. If you learn how to optimize your pages by yourself you may be able to get natural search engine traffic without paying the pay per click fees. This is in fact what many webmasters do. Or, if you opt for a modest search engine optimization package froma professional you can end up spending less than the pay per click fees.</p>\r\n<p style=\"text-align: justify;\">So the next time you hear one of the myths about search engine optimization don’t accept it blindly.</p>','Common Myths About Search Engine Optimization','','inherit','open','open','','759-autosave','','','2011-08-31 05:52:04','2011-08-30 21:52:04','',759,'http://newweb.amazingbusinessresources.com/archives/761',0,'revision','',0,NULL),(762,1,'2011-03-07 05:52:19','2011-03-06 21:52:19','<p style=\"text-align: justify;\">A webmaster or website owner’s role or responsibilities do not end when the website he operates goes live? and is now accessible by visitors online. There are a whole new set of responsibilities and functions that a website owner has to assume in order to make sure that his website continuously works perfectly and is able to fulfill its intended functions. Some of the responsibilities he has to assume include providing fresh content as much as possible, submitting the website to search engines and actively looking for reciprocal links in order to raise the ranking in search engines.</p>\r\n<p style=\"text-align: justify;\">One of the most crucial responsibilities of a website owner is to check for <strong>broken links</strong> to his website. Broken links can be considered as one of the worst things that can happen to a website. A lot of not so good perceptions and negative effects arise from having a site that is riddled with broken links.</p>\r\n<p style=\"text-align: justify;\">In fact, broken links are plaguing so many websites that it is being considered as a serious problem on the web. Many reasons can be cited for the spread of broken hyperlinks, the general causes of broken links include: Websites not being maintained with the appropriate degree of dedication, the architecture of the website and how information is placed within the site constantly changes, and the large incidence of websites that are closing down.</p>\r\n<p style=\"text-align: justify;\"><strong>Hyperlinks</strong> are a very important component of websites because it aids in the navigation around the webpages and points to directions outside of the site. A website without links is like a ton of documents that are piled one on top of the other with no rhyme or reason and no intelligent way for you to get to the information that you need.</p>\r\n<p style=\"text-align: justify;\"><strong>Link management</strong> is a very important and absolutely essential part of maintaining a website. As previously mentioned, broken links bring with it very negative perceptions about the website and these can have very detrimental effects on the traffic generated by the website.</p>\r\n<p style=\"text-align: justify;\">From a technical perspective, broken links can stop <strong>search engine robots</strong> dead in its tracks, effectively preventing it from completely mapping out a website for submission to search engines. In addition, a website that is riddled with numerous broken hyperlinks gives visitors the idea that the site is unprofessional and that the website owner or owners have a dubious reputation ?very costly image problems that are hard to change once it is established. Moreover, visitors who encounter many difficulties in a website will most likely not go back for a return visit, this is almost tantamount to losing prospective clients. They will be turned off because they won’t get the page that they are looking for, thinking that it is not really in the site when in reality the page is there only that an error in coding made the page inaccessible.</p>\r\n<p style=\"text-align: justify;\">With internet users becoming more and more sophisticated as time goes by, it will take website owners more effort to entice these users to visit their websites and broken hyperlinks will not help this very difficult process in any way.</p>\r\n<p style=\"text-align: justify;\">Website owners and webmasters should be very aware of the <strong>bad effects</strong> of having broken links in their websites. They should diligently weed out and fix any broken links. Fortunately, there are now a growing number of handy utilities that can help webmasters located broken links. With these utilities, managing a website becomes relatively easier.</p>\r\n<p style=\"text-align: justify;\">For example, xml-sitemaps.com has programmed a standalone script that will not only create sitemaps but also looks for broken links in a website and then informs webmasters or website owners what links they are and to which pages the links are associated with. This automation of the task of checking broken links is a great time saver for webmasters and website owners.</p>','Beware of Broken Link','','publish','open','open','','beware-of-broken-link','','','2011-08-31 05:55:39','2011-08-30 21:55:39','',0,'http://newweb.amazingbusinessresources.com/?p=762',0,'post','',0,NULL),(763,1,'2011-08-31 05:52:40','2011-08-30 21:52:40','<p style=\"text-align: justify;\">A webmaster or website owner’s role or responsibilities do not end when the website he operates goes live? and is now accessible by visitors online. There are a whole new set of responsibilities and functions that a website owner has to assume in order to make sure that his website continuously works perfectly and is able to fulfill its intended functions. Some of the responsibilities he has to assume include providing fresh content as much as possible, submitting the website to search engines and actively looking for reciprocal links in order to raise the ranking in search engines.</p>\n<p style=\"text-align: justify;\">One of the most crucial responsibilities of a website owner is to check for broken links to his website. Broken links can be considered as one of the worst things that can happen to a website. A lot of not so good perceptions and negative effects arise from having a site that is riddled with broken links.</p>\n<p style=\"text-align: justify;\">In fact, broken links are plaguing so many websites that it is being considered as a serious problem on the web. Many reasons can be cited for the spread of broken hyperlinks, the general causes of broken links include: Websites not being maintained with the appropriate degree of dedication, the architecture of the website and how information is placed within the site constantly changes, and the large incidence of websites that are closing down.</p>\n<p style=\"text-align: justify;\">Hyperlinks are a very important component of websites because it aids in the navigation around the webpages and points to directions outside of the site. A website without links is like a ton of documents that are piled one on top of the other with no rhyme or reason and no intelligent way for you to get to the information that you need.</p>\n<p style=\"text-align: justify;\">Link management is a very important and absolutely essential part of maintaining a website. As previously mentioned, broken links bring with it very negative perceptions about the website and these can have very detrimental effects on the traffic generated by the website.</p>\n<p style=\"text-align: justify;\">From a technical perspective, broken links can stop search engine robots dead in its tracks, effectively preventing it from completely mapping out a website for submission to search engines. In addition, a website that is riddled with numerous broken hyperlinks gives visitors the idea that the site is unprofessional and that the website owner or owners have a dubious reputation ?very costly image problems that are hard to change once it is established. Moreover, visitors who encounter many difficulties in a website will most likely not go back for a return visit, this is almost tantamount to losing prospective clients. They will be turned off because they won’t get the page that they are looking for, thinking that it is not really in the site when in reality the page is there only that an error in coding made the page inaccessible.</p>\n<p style=\"text-align: justify;\">With internet users becoming more and more sophisticated as time goes by, it will take website owners more effort to entice these users to visit their websites and broken hyperlinks will not help this very difficult process in any way.</p>\n<p style=\"text-align: justify;\">Website owners and webmasters should be very aware of the bad effects of having broken links in their websites. They should diligently weed out and fix any broken links. Fortunately, there are now a growing number of handy utilities that can help webmasters located broken links. With these utilities, managing a website becomes relatively easier.</p>\n<p style=\"text-align: justify;\">For example, xml-sitemaps.com has programmed a standalone script that will not only create sitemaps but also looks for broken links in a website and then informs webmasters or website owners what links they are and to which pages the links are associated with. This automation of the task of checking broken links is a great time saver for webmasters and website owners.</p>','Beware of Broken Link','','inherit','open','open','','762-revision','','','2011-08-31 05:52:40','2011-08-30 21:52:40','',762,'http://newweb.amazingbusinessresources.com/archives/763',0,'revision','',0,NULL),(764,1,'2011-08-31 05:54:50','2011-08-30 21:54:50','<p style=\"text-align: justify;\">A webmaster or website owner’s role or responsibilities do not end when the website he operates goes live? and is now accessible by visitors online. There are a whole new set of responsibilities and functions that a website owner has to assume in order to make sure that his website continuously works perfectly and is able to fulfill its intended functions. Some of the responsibilities he has to assume include providing fresh content as much as possible, submitting the website to search engines and actively looking for reciprocal links in order to raise the ranking in search engines.</p>\r\n<p style=\"text-align: justify;\">One of the most crucial responsibilities of a website owner is to check for broken links to his website. Broken links can be considered as one of the worst things that can happen to a website. A lot of not so good perceptions and negative effects arise from having a site that is riddled with broken links.</p>\r\n<p style=\"text-align: justify;\">In fact, broken links are plaguing so many websites that it is being considered as a serious problem on the web. Many reasons can be cited for the spread of broken hyperlinks, the general causes of broken links include: Websites not being maintained with the appropriate degree of dedication, the architecture of the website and how information is placed within the site constantly changes, and the large incidence of websites that are closing down.</p>\r\n<p style=\"text-align: justify;\">Hyperlinks are a very important component of websites because it aids in the navigation around the webpages and points to directions outside of the site. A website without links is like a ton of documents that are piled one on top of the other with no rhyme or reason and no intelligent way for you to get to the information that you need.</p>\r\n<p style=\"text-align: justify;\">Link management is a very important and absolutely essential part of maintaining a website. As previously mentioned, broken links bring with it very negative perceptions about the website and these can have very detrimental effects on the traffic generated by the website.</p>\r\n<p style=\"text-align: justify;\">From a technical perspective, broken links can stop search engine robots dead in its tracks, effectively preventing it from completely mapping out a website for submission to search engines. In addition, a website that is riddled with numerous broken hyperlinks gives visitors the idea that the site is unprofessional and that the website owner or owners have a dubious reputation ?very costly image problems that are hard to change once it is established. Moreover, visitors who encounter many difficulties in a website will most likely not go back for a return visit, this is almost tantamount to losing prospective clients. They will be turned off because they won’t get the page that they are looking for, thinking that it is not really in the site when in reality the page is there only that an error in coding made the page inaccessible.</p>\r\n<p style=\"text-align: justify;\">With internet users becoming more and more sophisticated as time goes by, it will take website owners more effort to entice these users to visit their websites and broken hyperlinks will not help this very difficult process in any way.</p>\r\n<p style=\"text-align: justify;\">Website owners and webmasters should be very aware of the bad effects of having broken links in their websites. They should diligently weed out and fix any broken links. Fortunately, there are now a growing number of handy utilities that can help webmasters located broken links. With these utilities, managing a website becomes relatively easier.</p>\r\n<p style=\"text-align: justify;\">For example, xml-sitemaps.com has programmed a standalone script that will not only create sitemaps but also looks for broken links in a website and then informs webmasters or website owners what links they are and to which pages the links are associated with. This automation of the task of checking broken links is a great time saver for webmasters and website owners.</p>','Beware of Broken Link','','inherit','open','open','','762-autosave','','','2011-08-31 05:54:50','2011-08-30 21:54:50','',762,'http://newweb.amazingbusinessresources.com/archives/764',0,'revision','',0,NULL),(765,1,'2011-08-31 05:54:46','2011-08-30 21:54:46','<p style=\"text-align: justify;\">A webmaster or website owner’s role or responsibilities do not end when the website he operates goes live? and is now accessible by visitors online. There are a whole new set of responsibilities and functions that a website owner has to assume in order to make sure that his website continuously works perfectly and is able to fulfill its intended functions. Some of the responsibilities he has to assume include providing fresh content as much as possible, submitting the website to search engines and actively looking for reciprocal links in order to raise the ranking in search engines.</p>\r\n<p style=\"text-align: justify;\">One of the most crucial responsibilities of a website owner is to check for broken links to his website. Broken links can be considered as one of the worst things that can happen to a website. A lot of not so good perceptions and negative effects arise from having a site that is riddled with broken links.</p>\r\n<p style=\"text-align: justify;\">In fact, broken links are plaguing so many websites that it is being considered as a serious problem on the web. Many reasons can be cited for the spread of broken hyperlinks, the general causes of broken links include: Websites not being maintained with the appropriate degree of dedication, the architecture of the website and how information is placed within the site constantly changes, and the large incidence of websites that are closing down.</p>\r\n<p style=\"text-align: justify;\">Hyperlinks are a very important component of websites because it aids in the navigation around the webpages and points to directions outside of the site. A website without links is like a ton of documents that are piled one on top of the other with no rhyme or reason and no intelligent way for you to get to the information that you need.</p>\r\n<p style=\"text-align: justify;\">Link management is a very important and absolutely essential part of maintaining a website. As previously mentioned, broken links bring with it very negative perceptions about the website and these can have very detrimental effects on the traffic generated by the website.</p>\r\n<p style=\"text-align: justify;\">From a technical perspective, broken links can stop search engine robots dead in its tracks, effectively preventing it from completely mapping out a website for submission to search engines. In addition, a website that is riddled with numerous broken hyperlinks gives visitors the idea that the site is unprofessional and that the website owner or owners have a dubious reputation ?very costly image problems that are hard to change once it is established. Moreover, visitors who encounter many difficulties in a website will most likely not go back for a return visit, this is almost tantamount to losing prospective clients. They will be turned off because they won’t get the page that they are looking for, thinking that it is not really in the site when in reality the page is there only that an error in coding made the page inaccessible.</p>\r\n<p style=\"text-align: justify;\">With internet users becoming more and more sophisticated as time goes by, it will take website owners more effort to entice these users to visit their websites and broken hyperlinks will not help this very difficult process in any way.</p>\r\n<p style=\"text-align: justify;\">Website owners and webmasters should be very aware of the bad effects of having broken links in their websites. They should diligently weed out and fix any broken links. Fortunately, there are now a growing number of handy utilities that can help webmasters located broken links. With these utilities, managing a website becomes relatively easier.</p>\r\n<p style=\"text-align: justify;\">For example, xml-sitemaps.com has programmed a standalone script that will not only create sitemaps but also looks for broken links in a website and then informs webmasters or website owners what links they are and to which pages the links are associated with. This automation of the task of checking broken links is a great time saver for webmasters and website owners.</p>','Beware of Broken Link','','inherit','open','open','','762-revision-2','','','2011-08-31 05:54:46','2011-08-30 21:54:46','',762,'http://newweb.amazingbusinessresources.com/archives/765',0,'revision','',0,NULL),(766,1,'2011-03-12 05:55:54','2011-03-11 21:55:54','<p style=\"text-align: justify;\">Some call it a <strong>question of ethics</strong>; others just call it <strong>business.</strong> The discussion is raging online and in marketing conferences around the world, but what exactly are black hat SEO and white hat SEO, anyway?</p>\r\n<p style=\"text-align: justify;\"><strong>White hat SEO</strong> is the angelic version of optimization, that is, it employs only techniques as recommended ?or at least, not barred ?by search engines and their ever-changing guidelines. Typically, results in the form of more traffic and higher profits take anywhere from three months to a year. With this type of SEO, there is no fear of your site being banned by search engines.</p>\r\n<p style=\"text-align: justify;\"><strong>Black hat SEO</strong>, on the other hand, is the impatient fraternal twin of white hat SEO. It utilizes techniques specifically banned by search engines like hidden text and hidden links. Some call this spam. Others call it business savvy. Whatever you call it, if the search engine gurus figure out your game then the gig is up and you’re blackballed. That means that you could type the name of your company and your name and business address into the search box and your site still won’t come up.</p>\r\n<p style=\"text-align: justify;\">It basically breaks down like this:<strong> White hat SEO</strong> focuses on <strong>marketing</strong> and the text on a site, updating with <strong>keyword rich</strong>, <strong>informative articles</strong> that benefit their clients and build a solid following over time. <strong>Black hat SEO</strong> focuses on technology and IT tricks to get a ton of traffic right away.</p>\r\n<p style=\"text-align: justify;\">The important thing to consider is what your goal is. Do you want <strong>high traffic</strong> or do you want <strong>high sales</strong>? With black hat SEO, you may get immediate results as far as visitors to your site but do these visitors want to buy what you have to offer? If not, who cares if they end up on your site? White hat SEO is more interested in targeted traffic, attracting the kind of visitors to your site who are actually looking for you and are ready to buy your products or services. Over time, your traffic and sales rise together as you build up a following through word of mouth and repeat customers.</p>\r\n<p style=\"text-align: justify;\">So what’s all the fuss about? Mostly, the rules. White hat SEO follows them meticulously. Black hat SEO follows the numbers instead. Those who take the time to research and follow the rules are irritated by those who achieve high search engine rankings without taking the same pains. However, black hat SEO proponents point out that search engine requests are hardly laws and therefore doing what they like is far from illegal. It’s in this discussion that the white hat and black hat merge to become a grey hat.</p>\r\n<p style=\"text-align: justify;\">In fact, white hat fanatics might charge that those who write articles specifically to utilize keyword repetition are manipulating the system and are dabbling in black hat SEO. The less fanatical may point to links as a grey area. Search engines don’t want links on a site purely to drive traffic. However, if links are related to the content on the site, then that’s okay. But what about those sites where there are paid links that have nothing whatsoever to do with the content of the site they grace? Paid links as advertisements are white hat. Paid links purely for driving traffic, black hat. True motivation of the webmaster? Grey hat.</p>\r\n<p style=\"text-align: justify;\">When it comes down to it, everyone who utilizes search engines in hopes of gaining top rankings are going to use optimization in order to climb to the top of those rankings. If motivation is the only concern, then it is an issue of politics that need not take up your time. Just know that if you use technology, link farms, and other banned resources that are designed purely to drive traffic and you get caught, you will be <strong>blacklisted</strong> from the search engine. If it’s worth the risk to you, then do what you have to do. <strong>The choice is yours.</strong></p>','Black Hat SEO Versus White Hat SEO','','publish','open','open','','black-hat-seo-versus-white-hat-seo','','','2011-08-31 06:01:47','2011-08-30 22:01:47','',0,'http://newweb.amazingbusinessresources.com/?p=766',0,'post','',0,NULL),(767,1,'2011-08-31 06:00:52','2011-08-30 22:00:52','<p style=\"text-align: justify;\">Some call it a <strong>question of ethics</strong>; others just call it <strong>business.</strong> The discussion is raging online and in marketing conferences around the world, but what exactly are black hat SEO and white hat SEO, anyway?</p>\n<p style=\"text-align: justify;\"><strong>White hat SEO</strong> is the angelic version of optimization, that is, it employs only techniques as recommended ?or at least, not barred ?by search engines and their ever-changing guidelines. Typically, results in the form of more traffic and higher profits take anywhere from three months to a year. With this type of SEO, there is no fear of your site being banned by search engines.</p>\n<p style=\"text-align: justify;\"><strong>Black hat SEO</strong>, on the other hand, is the impatient fraternal twin of white hat SEO. It utilizes techniques specifically banned by search engines like hidden text and hidden links. Some call this spam. Others call it business savvy. Whatever you call it, if the search engine gurus figure out your game then the gig is up and you’re blackballed. That means that you could type the name of your company and your name and business address into the search box and your site still won’t come up.</p>\n<p style=\"text-align: justify;\">It basically breaks down like this:<strong> White hat SEO</strong> focuses on <strong>marketing</strong> and the text on a site, updating with <strong>keyword rich</strong>, <strong>informative articles</strong> that benefit their clients and build a solid following over time. <strong>Black hat SEO</strong> focuses on technology and IT tricks to get a ton of traffic right away.</p>\n<p style=\"text-align: justify;\">The important thing to consider is what your goal is. Do you want <strong>high traffic</strong> or do you want <strong>high sales</strong>? With black hat SEO, you may get immediate results as far as visitors to your site but do these visitors want to buy what you have to offer? If not, who cares if they end up on your site? White hat SEO is more interested in targeted traffic, attracting the kind of visitors to your site who are actually looking for you and are ready to buy your products or services. Over time, your traffic and sales rise together as you build up a following through word of mouth and repeat customers.</p>\n<p style=\"text-align: justify;\">So what’s all the fuss about? Mostly, the rules. White hat SEO follows them meticulously. Black hat SEO follows the numbers instead. Those who take the time to research and follow the rules are irritated by those who achieve high search engine rankings without taking the same pains. However, black hat SEO proponents point out that search engine requests are hardly laws and therefore doing what they like is far from illegal. It’s in this discussion that the white hat and black hat merge to become a grey hat.</p>\n<p style=\"text-align: justify;\">In fact, white hat fanatics might charge that those who write articles specifically to utilize keyword repetition are manipulating the system and are dabbling in black hat SEO. The less fanatical may point to links as a grey area. Search engines don’t want links on a site purely to drive traffic. However, if links are related to the content on the site, then that’s okay. But what about those sites where there are paid links that have nothing whatsoever to do with the content of the site they grace? Paid links as advertisements are white hat. Paid links purely for driving traffic, black hat. True motivation of the webmaster? Grey hat.</p>\n<p style=\"text-align: justify;\">When it comes down to it, everyone who utilizes search engines in hopes of gaining top rankings are going to use optimization in order to climb to the top of those rankings. If motivation is the only concern, then it is an issue of politics that need not take up your time. Just know that if you use technology, link farms, and other banned resources that are designed purely to drive traffic and you get caught, you will be <strong>blacklisted</strong> from the search engine. If it’s worth the risk to you, then do what you have to do. <strong>The choice is yours.</strong></p>','Black Hat SEO Versus White Hat SEO','','inherit','open','open','','766-revision','','','2011-08-31 06:00:52','2011-08-30 22:00:52','',766,'http://newweb.amazingbusinessresources.com/archives/767',0,'revision','',0,NULL),(768,1,'2011-08-31 06:01:51','2011-08-30 22:01:51','<p style=\"text-align: justify;\">Some call it a <strong>question of ethics</strong>; others just call it <strong>business.</strong> The discussion is raging online and in marketing conferences around the world, but what exactly are black hat SEO and white hat SEO, anyway?</p>\r\n<p style=\"text-align: justify;\"><strong>White hat SEO</strong> is the angelic version of optimization, that is, it employs only techniques as recommended ?or at least, not barred ?by search engines and their ever-changing guidelines. Typically, results in the form of more traffic and higher profits take anywhere from three months to a year. With this type of SEO, there is no fear of your site being banned by search engines.</p>\r\n<p style=\"text-align: justify;\"><strong>Black hat SEO</strong>, on the other hand, is the impatient fraternal twin of white hat SEO. It utilizes techniques specifically banned by search engines like hidden text and hidden links. Some call this spam. Others call it business savvy. Whatever you call it, if the search engine gurus figure out your game then the gig is up and you’re blackballed. That means that you could type the name of your company and your name and business address into the search box and your site still won’t come up.</p>\r\n<p style=\"text-align: justify;\">It basically breaks down like this:<strong> White hat SEO</strong> focuses on <strong>marketing</strong> and the text on a site, updating with <strong>keyword rich</strong>, <strong>informative articles</strong> that benefit their clients and build a solid following over time. <strong>Black hat SEO</strong> focuses on technology and IT tricks to get a ton of traffic right away.</p>\r\n<p style=\"text-align: justify;\">The important thing to consider is what your goal is. Do you want <strong>high traffic</strong> or do you want <strong>high sales</strong>? With black hat SEO, you may get immediate results as far as visitors to your site but do these visitors want to buy what you have to offer? If not, who cares if they end up on your site? White hat SEO is more interested in targeted traffic, attracting the kind of visitors to your site who are actually looking for you and are ready to buy your products or services. Over time, your traffic and sales rise together as you build up a following through word of mouth and repeat customers.</p>\r\n<p style=\"text-align: justify;\">So what’s all the fuss about? Mostly, the rules. White hat SEO follows them meticulously. Black hat SEO follows the numbers instead. Those who take the time to research and follow the rules are irritated by those who achieve high search engine rankings without taking the same pains. However, black hat SEO proponents point out that search engine requests are hardly laws and therefore doing what they like is far from illegal. It’s in this discussion that the white hat and black hat merge to become a grey hat.</p>\r\n<p style=\"text-align: justify;\">In fact, white hat fanatics might charge that those who write articles specifically to utilize keyword repetition are manipulating the system and are dabbling in black hat SEO. The less fanatical may point to links as a grey area. Search engines don’t want links on a site purely to drive traffic. However, if links are related to the content on the site, then that’s okay. But what about those sites where there are paid links that have nothing whatsoever to do with the content of the site they grace? Paid links as advertisements are white hat. Paid links purely for driving traffic, black hat. True motivation of the webmaster? Grey hat.</p>\r\n<p style=\"text-align: justify;\">When it comes down to it, everyone who utilizes search engines in hopes of gaining top rankings are going to use optimization in order to climb to the top of those rankings. If motivation is the only concern, then it is an issue of politics that need not take up your time. Just know that if you use technology, link farms, and other banned resources that are designed purely to drive traffic and you get caught, you will be <strong>blacklisted</strong> from the search engine. If it’s worth the risk to you, then do what you have to do. <strong>The choice is yours.</strong></p>','Black Hat SEO Versus White Hat SEO','','inherit','open','open','','766-autosave','','','2011-08-31 06:01:51','2011-08-30 22:01:51','',766,'http://newweb.amazingbusinessresources.com/archives/768',0,'revision','',0,NULL),(769,1,'2011-03-31 06:02:09','2011-03-30 22:02:09','<p style=\"text-align: justify;\">There are very few businesses these days that don’t have websites, and as a home business your website is one of the most powerful tools you have at your disposal. A good website can really work for you, but you need to know what you’re doing.</p>\r\n<p style=\"text-align: justify;\"><strong>Hire Web Designers.</strong>\r\nWeb design really is something that you shouldn’t try to do yourself, unless you really know what you’re doing — I’m sure you’ve seen what happens when people try this. Hiring a web designer, though, can be prohibitively expensive. Luckily for you, the Internet puts you in touch with designers all over the world, and it’s easy to hire one of them very cheaply to design your website. They don’t do any worse of a job than someone in your country would, it just happens that your few hundred dollars is worth as much to someone in India as a few thousand would be to you or I.</p>\r\n<p style=\"text-align: justify;\"><strong>Use Search Engine Optimization.</strong>\r\nThere are a heck of a lot of websites out there, and search engines will return everything relevant to a user’s search. How can you possibly get your site above the thousands of others that the search engine thinks are relevant to your keywords?</p>\r\n<p style=\"text-align: justify;\">The answer is to use basic search engine optimisation techniques. For example, make sure you often use phrases that you think your target market will be searching for (your ‘keywords’), and make your web addresses contain them too.</p>\r\n<p style=\"text-align: justify;\"><strong>Have Lots of Useful Content.</strong>\r\nWhen you have a website, you’re not just trying to reach people who were searching for you — you’re trying to get people to check your website, read your latest news and offers, and the rest. The best way of doing this is to have fresh and useful content on there. Write short articles about the kind of things your customers might be interested in. If your home business is computer repair, for example, you could keep track of the latest virus threats on your site and offer help to anyone affected.</p>\r\n<p style=\"text-align: justify;\"><strong>Make It Easy to Update.</strong>\r\nYou should make sure that whatever software you’re using to write your website makes it easy to post new articles without too many problems. If you have go to around putting HTML tags into your articles before you can upload them, then you should think about changing the way your website works.</p>\r\n<p style=\"text-align: justify;\"><strong>Keep a Weblog.</strong>\r\nOne of the simplest ways to have fresh, useful content on your site is to keep a weblog (or ‘blog’). A blog is a series of entries, like entries in a diary, that are displayed on your site starting with the most recent first. It is easy to log in and quickly write a new entry, and it can be as short or as long as you like.\r\nFor your home business’ blog, the only rule to stick to is not to post anything there that isn’t related to your industry and your work. It might be great that you’ve got a new baby or sad that your cat Mr Tibbles died, but you should start a personal blog on another website if you want to post about that kind of thing.</p>\r\n<p style=\"text-align: justify;\"><strong>Let People E-Mail You with No Hassle.</strong>\r\nOne of the worst mistakes people often make when they’re starting a website is to think that it would be a good idea to give their customers a ‘contact form’ to fill in. People really, really don’t like filling in forms, and you’ll lose a lot of interested customers if you require them to tell you all sorts of things before you’ll even talk to them over the Internet.</p>\r\n<p style=\"text-align: justify;\">The best thing to do is to simply list your email address on your site, as a clickable link, and advise customers near the link of the kind of information it would be useful for them to include in an email. It might sound strange, but people are far more willing to go to the trouble of typing things in when it’s on their own terms, and not into an annoying web form.</p>','Best ways to set up a website','','publish','open','open','','best-ways-to-set-up-a-website','','','2011-08-31 06:03:42','2011-08-30 22:03:42','',0,'http://newweb.amazingbusinessresources.com/?p=769',0,'post','',0,NULL),(770,1,'2011-08-31 06:02:43','2011-08-30 22:02:43','<p style=\"text-align: justify;\">There are very few businesses these days that don’t have websites, and as a home business your website is one of the most powerful tools you have at your disposal. A good website can really work for you, but you need to know what you’re doing.</p>\n<p style=\"text-align: justify;\"><strong>Hire Web Designers.</strong>\nWeb design really is something that you shouldn’t try to do yourself, unless you really know what you’re doing — I’m sure you’ve seen what happens when people try this. Hiring a web designer, though, can be prohibitively expensive. Luckily for you, the Internet puts you in touch with designers all over the world, and it’s easy to hire one of them very cheaply to design your website. They don’t do any worse of a job than someone in your country would, it just happens that your few hundred dollars is worth as much to someone in India as a few thousand would be to you or I.</p>\n<p style=\"text-align: justify;\"><strong>Use Search Engine Optimisation.</strong>\nThere are a heck of a lot of websites out there, and search engines will return everything relevant to a user’s search. How can you possibly get your site above the thousands of others that the search engine thinks are relevant to your keywords?</p>\n<p style=\"text-align: justify;\">The answer is to use basic search engine optimisation techniques. For example, make sure you often use phrases that you think your target market will be searching for (your ‘keywords’), and make your web addresses contain them too.</p>\n<p style=\"text-align: justify;\"><strong>Have Lots of Useful Content.</strong>\nWhen you have a website, you’re not just trying to reach people who were searching for you — you’re trying to get people to check your website, read your latest news and offers, and the rest. The best way of doing this is to have fresh and useful content on there. Write short articles about the kind of things your customers might be interested in. If your home business is computer repair, for example, you could keep track of the latest virus threats on your site and offer help to anyone affected.</p>\n<p style=\"text-align: justify;\"><strong>Make It Easy to Update.</strong>\nYou should make sure that whatever software you’re using to write your website makes it easy to post new articles without too many problems. If you have go to around putting HTML tags into your articles before you can upload them, then you should think about changing the way your website works.</p>\n<p style=\"text-align: justify;\"><strong>Keep a Weblog.</strong>\nOne of the simplest ways to have fresh, useful content on your site is to keep a weblog (or ‘blog’). A blog is a series of entries, like entries in a diary, that are displayed on your site starting with the most recent first. It is easy to log in and quickly write a new entry, and it can be as short or as long as you like.\nFor your home business’ blog, the only rule to stick to is not to post anything there that isn’t related to your industry and your work. It might be great that you’ve got a new baby or sad that your cat Mr Tibbles died, but you should start a personal blog on another website if you want to post about that kind of thing.</p>\n<p style=\"text-align: justify;\"><strong>Let People E-Mail You with No Hassle.</strong>\nOne of the worst mistakes people often make when they’re starting a website is to think that it would be a good idea to give their customers a ‘contact form’ to fill in. People really, really don’t like filling in forms, and you’ll lose a lot of interested customers if you require them to tell you all sorts of things before you’ll even talk to them over the Internet.</p>\n<p style=\"text-align: justify;\">The best thing to do is to simply list your email address on your site, as a clickable link, and advise customers near the link of the kind of information it would be useful for them to include in an email. It might sound strange, but people are far more willing to go to the trouble of typing things in when it’s on their own terms, and not into an annoying web form.</p>','Best ways to set up a website','','inherit','open','open','','769-revision','','','2011-08-31 06:02:43','2011-08-30 22:02:43','',769,'http://newweb.amazingbusinessresources.com/archives/770',0,'revision','',0,NULL),(771,1,'2011-08-31 06:03:46','2011-08-30 22:03:46','<p style=\"text-align: justify;\">There are very few businesses these days that don’t have websites, and as a home business your website is one of the most powerful tools you have at your disposal. A good website can really work for you, but you need to know what you’re doing.</p>\r\n<p style=\"text-align: justify;\"><strong>Hire Web Designers.</strong>\r\nWeb design really is something that you shouldn’t try to do yourself, unless you really know what you’re doing — I’m sure you’ve seen what happens when people try this. Hiring a web designer, though, can be prohibitively expensive. Luckily for you, the Internet puts you in touch with designers all over the world, and it’s easy to hire one of them very cheaply to design your website. They don’t do any worse of a job than someone in your country would, it just happens that your few hundred dollars is worth as much to someone in India as a few thousand would be to you or I.</p>\r\n<p style=\"text-align: justify;\"><strong>Use Search Engine Optimization.</strong>\r\nThere are a heck of a lot of websites out there, and search engines will return everything relevant to a user’s search. How can you possibly get your site above the thousands of others that the search engine thinks are relevant to your keywords?</p>\r\n<p style=\"text-align: justify;\">The answer is to use basic search engine optimisation techniques. For example, make sure you often use phrases that you think your target market will be searching for (your ‘keywords’), and make your web addresses contain them too.</p>\r\n<p style=\"text-align: justify;\"><strong>Have Lots of Useful Content.</strong>\r\nWhen you have a website, you’re not just trying to reach people who were searching for you — you’re trying to get people to check your website, read your latest news and offers, and the rest. The best way of doing this is to have fresh and useful content on there. Write short articles about the kind of things your customers might be interested in. If your home business is computer repair, for example, you could keep track of the latest virus threats on your site and offer help to anyone affected.</p>\r\n<p style=\"text-align: justify;\"><strong>Make It Easy to Update.</strong>\r\nYou should make sure that whatever software you’re using to write your website makes it easy to post new articles without too many problems. If you have go to around putting HTML tags into your articles before you can upload them, then you should think about changing the way your website works.</p>\r\n<p style=\"text-align: justify;\"><strong>Keep a Weblog.</strong>\r\nOne of the simplest ways to have fresh, useful content on your site is to keep a weblog (or ‘blog’). A blog is a series of entries, like entries in a diary, that are displayed on your site starting with the most recent first. It is easy to log in and quickly write a new entry, and it can be as short or as long as you like.\r\nFor your home business’ blog, the only rule to stick to is not to post anything there that isn’t related to your industry and your work. It might be great that you’ve got a new baby or sad that your cat Mr Tibbles died, but you should start a personal blog on another website if you want to post about that kind of thing.</p>\r\n<p style=\"text-align: justify;\"><strong>Let People E-Mail You with No Hassle.</strong>\r\nOne of the worst mistakes people often make when they’re starting a website is to think that it would be a good idea to give their customers a ‘contact form’ to fill in. People really, really don’t like filling in forms, and you’ll lose a lot of interested customers if you require them to tell you all sorts of things before you’ll even talk to them over the Internet.</p>\r\n<p style=\"text-align: justify;\">The best thing to do is to simply list your email address on your site, as a clickable link, and advise customers near the link of the kind of information it would be useful for them to include in an email. It might sound strange, but people are far more willing to go to the trouble of typing things in when it’s on their own terms, and not into an annoying web form.</p>','Best ways to set up a website','','inherit','open','open','','769-autosave','','','2011-08-31 06:03:46','2011-08-30 22:03:46','',769,'http://newweb.amazingbusinessresources.com/archives/771',0,'revision','',0,NULL),(772,1,'2011-02-28 06:04:19','2011-02-27 22:04:19','<p style=\"text-align: justify;\">If you have a website then you already know the importance of traffic. Traffic is to Internet marketing as location is to real estate. It’s the only thing that really matters. If you cannot generate targeted visitors to your site, you will not make any sales. Usually the owner or designer of the website is the person designated to drive traffic to the site. The chief ingredient in generating traffic is the search engine. Of coarse, you can use advertising, but it’s going to cost you. Using the search engines to generate targeted (interested in your product) traffic is the least expensive method known.</p>\r\n<p style=\"text-align: justify;\">Unfortunately, many website owners do not understand the importance of search engine visibility, which leads to traffic. They place more importance on producing a “pretty” website. Not that this is bad, but it is really secondary to search engine placement. Hopefully, the following list of common mistakes, made by many website owners, will help you generate more targeted traffic to your site…after all, isn’t that what you want.</p>\r\n<p style=\"text-align: justify;\"><strong>1. Not using keywords effectively. </strong>\r\nThis is probably one of the most critical area of site design. Choose the right keywords and potential customers will find your site. Use the wrong ones and your site will see little, if any, traffic.</p>\r\n<p style=\"text-align: justify;\"><strong>2. Repeating the same keywords. </strong>\r\nWhen you use the same keywords over and over again (called keyword stacking) the search engines may downgrade (or skip) the page or site.</p>\r\n<p style=\"text-align: justify;\"><strong>3. Robbing pages from other websites. </strong>\r\nHow many times have you heard or read that “this is the Internet and it’s ok” to steal icons and text from websites to use on your site. Don’t do it. Its one thing to learn from others who have been there and another to outright copy their work. The search engines are very smart and usually detect page duplication. They may even prevent you from ever being listed by them.</p>\r\n<p style=\"text-align: justify;\"><strong>4. Using keywords that are not related to your website. </strong>\r\nMany unethical website owners try to gain search engine visibility by using keywords that have nothing at all to do with their website. They place unrelated keywords in a page (such as “sex”, the name of a known celebrity, the hot search topic of the day, etc.) inside a meta tag for a page. The keyword doesn’t have anything to do with the page topic. However, since the keyword is popular, they think this will boost their visibility. This technique is considered spam by the search engines and may cause the page (or sometimes the whole site) to be removed from the search engine listing.</p>\r\n<p style=\"text-align: justify;\"><strong>5. Keyword stuffing. </strong>\r\nSomewhat like keyword stacking listed above, this means to assign multiple keywords to the description of a graphic or layer that appears on your website by using the “alt=” HTML parameter. If the search engines find that this text does not really describe the graphic or layer it will be considered spam.</p>\r\n<p style=\"text-align: justify;\"><strong>6. Relying on hidden text.</strong>\r\nYou might be inclined to think that if you cannot see it, it doesn’t hurt. Wrong…. Do not try to hide your keywords or keyword phrases by making them invisible. For example, some unethical designers my set the keywords to the same color as the background of the web page; thereby, making it invisible.</p>\r\n<p style=\"text-align: justify;\"><strong>7. Relying on tiny text. </strong>\r\nThis is another version of the item above (relying on hidden text). Do not try to hide your keywords or keyword phrases by making them tiny. Setting the text size of the keywords so small that it can barely be seen does this.</p>\r\n<p style=\"text-align: justify;\"><strong>8. Assuming all search engines are the same. </strong>\r\nMany people assume that each search engine plays by the same rules. This is not so. Each has their own rule base and is subject to change anytime they so desire. Make it a point to learn what each major search engine requires for high visibility.</p>\r\n<p style=\"text-align: justify;\"><strong>9. Using free web hosting. </strong>\r\nDo not use free web hosting if you are really serious about increasing site traffic via search engine visibility. Many times the search engines will eliminate content from these free hosts.</p>\r\n<p style=\"text-align: justify;\"><strong>10. Forgetting to check for missing web page elements. </strong>\r\nMake sure to check every page in your website for completeness, like missing links, graphics, etc. There are sites on the web that will do this for free.\r\nThis is just a few of the methods and techniques that you should avoid. Do not give in to the temptation that these methods will work for you. They will do more harm than good for your website.</p>\r\n<p style=\"text-align: justify;\">Not only will you spend weeks of wasted effort, you may have your site banned from the search engines forever. Invest a little time to learn the proper techniques for increasing search engine visibility and your net traffic will increase.</p>','Common costly Search Engine Mistakes to Avoid','','publish','open','open','','common-costly-search-engine-mistakes-to-avoid','','','2011-08-31 06:06:18','2011-08-30 22:06:18','',0,'http://newweb.amazingbusinessresources.com/?p=772',0,'post','',0,NULL),(773,1,'2011-08-31 06:04:46','2011-08-30 22:04:46','If you have a website then you already know the importance of traffic. Traffic is to Internet marketing as location is to real estate. It’s the only thing that really matters. If you cannot generate targeted visitors to your site, you will not make any sales. Usually the owner or designer of the website is the person designated to drive traffic to the site. The chief ingredient in generating traffic is the search engine. Of coarse, you can use advertising, but it’s going to cost you. Using the search engines to generate targeted (interested in your product) traffic is the least expensive method known.\n\nUnfortunately, many website owners do not understand the importance of search engine visibility, which leads to traffic. They place more importance on producing a “pretty” website. Not that this is bad, but it is really secondary to search engine placement. Hopefully, the following list of common mistakes, made by many website owners, will help you generate more targeted traffic to your site…after all, isn’t that what you want.\n\n<strong>1. Not using keywords effectively. </strong>\nThis is probably one of the most critical area of site design. Choose the right keywords and potential customers will find your site. Use the wrong ones and your site will see little, if any, traffic.\n\n<strong>2. Repeating the same keywords. </strong>\nWhen you use the same keywords over and over again (called keyword stacking) the search engines may downgrade (or skip) the page or site.\n\n<strong>3. Robbing pages from other websites. </strong>\nHow many times have you heard or read that “this is the Internet and it’s ok” to steal icons and text from websites to use on your site. Don’t do it. Its one thing to learn from others who have been there and another to outright copy their work. The search engines are very smart and usually detect page duplication. They may even prevent you from ever being listed by them.\n\n<strong>4. Using keywords that are not related to your website. </strong>\nMany unethical website owners try to gain search engine visibility by using keywords that have nothing at all to do with their website. They place unrelated keywords in a page (such as “sex”, the name of a known celebrity, the hot search topic of the day, etc.) inside a meta tag for a page. The keyword doesn’t have anything to do with the page topic. However, since the keyword is popular, they think this will boost their visibility. This technique is considered spam by the search engines and may cause the page (or sometimes the whole site) to be removed from the search engine listing.\n\n<strong>5. Keyword stuffing. </strong>\nSomewhat like keyword stacking listed above, this means to assign multiple keywords to the description of a graphic or layer that appears on your website by using the “alt=” HTML parameter. If the search engines find that this text does not really describe the graphic or layer it will be considered spam.\n\n<strong>6. Relying on hidden text.</strong>\nYou might be inclined to think that if you cannot see it, it doesn’t hurt. Wrong…. Do not try to hide your keywords or keyword phrases by making them invisible. For example, some unethical designers my set the keywords to the same color as the background of the web page; thereby, making it invisible.\n\n<strong>7. Relying on tiny text. </strong>\nThis is another version of the item above (relying on hidden text). Do not try to hide your keywords or keyword phrases by making them tiny. Setting the text size of the keywords so small that it can barely be seen does this.\n\n<strong>8. Assuming all search engines are the same. </strong>\nMany people assume that each search engine plays by the same rules. This is not so. Each has their own rule base and is subject to change anytime they so desire. Make it a point to learn what each major search engine requires for high visibility.\n\n<strong>9. Using free web hosting. </strong>\nDo not use free web hosting if you are really serious about increasing site traffic via search engine visibility. Many times the search engines will eliminate content from these free hosts.\n\n<strong>10. Forgetting to check for missing web page elements. </strong>\nMake sure to check every page in your website for completeness, like missing links, graphics, etc. There are sites on the web that will do this for free.\nThis is just a few of the methods and techniques that you should avoid. Do not give in to the temptation that these methods will work for you. They will do more harm than good for your website.\n\nNot only will you spend weeks of wasted effort, you may have your site banned from the search engines forever. Invest a little time to learn the proper techniques for increasing search engine visibility and your net traffic will increase.','Common costly Search Engine Mistakes to Avoid','','inherit','open','open','','772-revision','','','2011-08-31 06:04:46','2011-08-30 22:04:46','',772,'http://newweb.amazingbusinessresources.com/archives/773',0,'revision','',0,NULL),(774,1,'2011-08-31 06:06:22','2011-08-30 22:06:22','<p style=\"text-align: justify;\">If you have a website then you already know the importance of traffic. Traffic is to Internet marketing as location is to real estate. It’s the only thing that really matters. If you cannot generate targeted visitors to your site, you will not make any sales. Usually the owner or designer of the website is the person designated to drive traffic to the site. The chief ingredient in generating traffic is the search engine. Of coarse, you can use advertising, but it’s going to cost you. Using the search engines to generate targeted (interested in your product) traffic is the least expensive method known.</p>\r\n<p style=\"text-align: justify;\">Unfortunately, many website owners do not understand the importance of search engine visibility, which leads to traffic. They place more importance on producing a “pretty” website. Not that this is bad, but it is really secondary to search engine placement. Hopefully, the following list of common mistakes, made by many website owners, will help you generate more targeted traffic to your site…after all, isn’t that what you want.</p>\r\n<p style=\"text-align: justify;\"><strong>1. Not using keywords effectively. </strong>\r\nThis is probably one of the most critical area of site design. Choose the right keywords and potential customers will find your site. Use the wrong ones and your site will see little, if any, traffic.</p>\r\n<p style=\"text-align: justify;\"><strong>2. Repeating the same keywords. </strong>\r\nWhen you use the same keywords over and over again (called keyword stacking) the search engines may downgrade (or skip) the page or site.</p>\r\n<p style=\"text-align: justify;\"><strong>3. Robbing pages from other websites. </strong>\r\nHow many times have you heard or read that “this is the Internet and it’s ok” to steal icons and text from websites to use on your site. Don’t do it. Its one thing to learn from others who have been there and another to outright copy their work. The search engines are very smart and usually detect page duplication. They may even prevent you from ever being listed by them.</p>\r\n<p style=\"text-align: justify;\"><strong>4. Using keywords that are not related to your website. </strong>\r\nMany unethical website owners try to gain search engine visibility by using keywords that have nothing at all to do with their website. They place unrelated keywords in a page (such as “sex”, the name of a known celebrity, the hot search topic of the day, etc.) inside a meta tag for a page. The keyword doesn’t have anything to do with the page topic. However, since the keyword is popular, they think this will boost their visibility. This technique is considered spam by the search engines and may cause the page (or sometimes the whole site) to be removed from the search engine listing.</p>\r\n<p style=\"text-align: justify;\"><strong>5. Keyword stuffing. </strong>\r\nSomewhat like keyword stacking listed above, this means to assign multiple keywords to the description of a graphic or layer that appears on your website by using the “alt=” HTML parameter. If the search engines find that this text does not really describe the graphic or layer it will be considered spam.</p>\r\n<p style=\"text-align: justify;\"><strong>6. Relying on hidden text.</strong>\r\nYou might be inclined to think that if you cannot see it, it doesn’t hurt. Wrong…. Do not try to hide your keywords or keyword phrases by making them invisible. For example, some unethical designers my set the keywords to the same color as the background of the web page; thereby, making it invisible.</p>\r\n<p style=\"text-align: justify;\"><strong>7. Relying on tiny text. </strong>\r\nThis is another version of the item above (relying on hidden text). Do not try to hide your keywords or keyword phrases by making them tiny. Setting the text size of the keywords so small that it can barely be seen does this.</p>\r\n<p style=\"text-align: justify;\"><strong>8. Assuming all search engines are the same. </strong>\r\nMany people assume that each search engine plays by the same rules. This is not so. Each has their own rule base and is subject to change anytime they so desire. Make it a point to learn what each major search engine requires for high visibility.</p>\r\n<p style=\"text-align: justify;\"><strong>9. Using free web hosting. </strong>\r\nDo not use free web hosting if you are really serious about increasing site traffic via search engine visibility. Many times the search engines will eliminate content from these free hosts.</p>\r\n<p style=\"text-align: justify;\"><strong>10. Forgetting to check for missing web page elements. </strong>\r\nMake sure to check every page in your website for completeness, like missing links, graphics, etc. There are sites on the web that will do this for free.\r\nThis is just a few of the methods and techniques that you should avoid. Do not give in to the temptation that these methods will work for you. They will do more harm than good for your website.</p>\r\n<p style=\"text-align: justify;\">Not only will you spend weeks of wasted effort, you may have your site banned from the search engines forever. Invest a little time to learn the proper techniques for increasing search engine visibility and your net traffic will increase.</p>','Common costly Search Engine Mistakes to Avoid','','inherit','open','open','','772-autosave','','','2011-08-31 06:06:22','2011-08-30 22:06:22','',772,'http://newweb.amazingbusinessresources.com/archives/774',0,'revision','',0,NULL),(775,1,'2011-08-31 06:06:06','2011-08-30 22:06:06','If you have a website then you already know the importance of traffic. Traffic is to Internet marketing as location is to real estate. It’s the only thing that really matters. If you cannot generate targeted visitors to your site, you will not make any sales. Usually the owner or designer of the website is the person designated to drive traffic to the site. The chief ingredient in generating traffic is the search engine. Of coarse, you can use advertising, but it’s going to cost you. Using the search engines to generate targeted (interested in your product) traffic is the least expensive method known.\r\n\r\nUnfortunately, many website owners do not understand the importance of search engine visibility, which leads to traffic. They place more importance on producing a “pretty” website. Not that this is bad, but it is really secondary to search engine placement. Hopefully, the following list of common mistakes, made by many website owners, will help you generate more targeted traffic to your site…after all, isn’t that what you want.\r\n\r\n<strong>1. Not using keywords effectively. </strong>\r\nThis is probably one of the most critical area of site design. Choose the right keywords and potential customers will find your site. Use the wrong ones and your site will see little, if any, traffic.\r\n\r\n<strong>2. Repeating the same keywords. </strong>\r\nWhen you use the same keywords over and over again (called keyword stacking) the search engines may downgrade (or skip) the page or site.\r\n\r\n<strong>3. Robbing pages from other websites. </strong>\r\nHow many times have you heard or read that “this is the Internet and it’s ok” to steal icons and text from websites to use on your site. Don’t do it. Its one thing to learn from others who have been there and another to outright copy their work. The search engines are very smart and usually detect page duplication. They may even prevent you from ever being listed by them.\r\n\r\n<strong>4. Using keywords that are not related to your website. </strong>\r\nMany unethical website owners try to gain search engine visibility by using keywords that have nothing at all to do with their website. They place unrelated keywords in a page (such as “sex”, the name of a known celebrity, the hot search topic of the day, etc.) inside a meta tag for a page. The keyword doesn’t have anything to do with the page topic. However, since the keyword is popular, they think this will boost their visibility. This technique is considered spam by the search engines and may cause the page (or sometimes the whole site) to be removed from the search engine listing.\r\n\r\n<strong>5. Keyword stuffing. </strong>\r\nSomewhat like keyword stacking listed above, this means to assign multiple keywords to the description of a graphic or layer that appears on your website by using the “alt=” HTML parameter. If the search engines find that this text does not really describe the graphic or layer it will be considered spam.\r\n\r\n<strong>6. Relying on hidden text.</strong>\r\nYou might be inclined to think that if you cannot see it, it doesn’t hurt. Wrong…. Do not try to hide your keywords or keyword phrases by making them invisible. For example, some unethical designers my set the keywords to the same color as the background of the web page; thereby, making it invisible.\r\n\r\n<strong>7. Relying on tiny text. </strong>\r\nThis is another version of the item above (relying on hidden text). Do not try to hide your keywords or keyword phrases by making them tiny. Setting the text size of the keywords so small that it can barely be seen does this.\r\n\r\n<strong>8. Assuming all search engines are the same. </strong>\r\nMany people assume that each search engine plays by the same rules. This is not so. Each has their own rule base and is subject to change anytime they so desire. Make it a point to learn what each major search engine requires for high visibility.\r\n\r\n<strong>9. Using free web hosting. </strong>\r\nDo not use free web hosting if you are really serious about increasing site traffic via search engine visibility. Many times the search engines will eliminate content from these free hosts.\r\n\r\n<strong>10. Forgetting to check for missing web page elements. </strong>\r\nMake sure to check every page in your website for completeness, like missing links, graphics, etc. There are sites on the web that will do this for free.\r\nThis is just a few of the methods and techniques that you should avoid. Do not give in to the temptation that these methods will work for you. They will do more harm than good for your website.\r\n\r\nNot only will you spend weeks of wasted effort, you may have your site banned from the search engines forever. Invest a little time to learn the proper techniques for increasing search engine visibility and your net traffic will increase.','Common costly Search Engine Mistakes to Avoid','','inherit','open','open','','772-revision-2','','','2011-08-31 06:06:06','2011-08-30 22:06:06','',772,'http://newweb.amazingbusinessresources.com/archives/775',0,'revision','',0,NULL),(776,1,'2011-04-12 06:06:42','2011-04-11 22:06:42','<p style=\"text-align: justify;\">Malaysia SME Companies are rushing to understand and get involved in social media. But most of the agencies and consultants who are being paid to establish social media campaigns for corporations are afraid to tell their clients three things they don’t want to hear.</p>\r\n<p style=\"text-align: justify;\"><strong>1. </strong><strong>Everyone Must Work Together</strong></p>\r\n<p style=\"text-align: justify;\">In most companies, IT, marketing and sales not only don’t work together, they compete with each other. Until they start collaborating as a team, you will not succeed in social media.</p>\r\n<p style=\"text-align: justify;\">But more than that, this lack of internal collaboration and contact makes any kind of social media involvement virtually impossible.</p>\r\n<p style=\"text-align: justify;\"><strong>2. </strong><strong>Top Management Must Be On Board</strong></p>\r\n<p style=\"text-align: justify;\">If the direction doesn’t come from the very top, managers, who have myriad reasons to fear change, will hang on to the status quo.</p>\r\n<p style=\"text-align: justify;\">Despite the best intentions of agencies and consultants, social media integration is bound to meet huge resistance until top management says it’s OK to spend time and money to integrate it into the company’s marketing and culture.</p>\r\n<p style=\"text-align: justify;\"><strong>3. </strong><strong>Don’t Expect Overnight Success</strong></p>\r\n<p style=\"text-align: justify;\">Sure there are videos that go viral, contests that attract a lot of buzz, and Facebook pages that get a lot of fans. But what comes after those efforts?</p>\r\n<p style=\"text-align: justify;\">After the tools change (and they surely will) how will social media fit into the company’s overall strategy and help it reach long-term goals?</p>\r\n<p style=\"text-align: justify;\">Once you have created the community, listen to it. Base your strategy on what you discover through through your community. Doing so will help build customer trust and loyalty.</p>','Social media marketing','','publish','open','open','','social-media-marketing','','','2011-08-31 06:08:56','2011-08-30 22:08:56','',0,'http://newweb.amazingbusinessresources.com/?p=776',0,'post','',0,NULL),(777,1,'2011-08-31 06:07:43','2011-08-30 22:07:43','<p style=\"text-align: justify;\">Malaysia SME Companies are rushing to understand and get involved in social media. But most of the agencies and consultants who are being paid to establish social media campaigns for corporations are afraid to tell their clients three things they don’t want to hear.</p>\n<p style=\"text-align: justify;\"><strong>1. </strong><strong>Everyone Must Work Together</strong></p>\n<p style=\"text-align: justify;\">In most companies, IT, marketing and sales not only don’t work together, they compete with each other. Until they start collaborating as a team, you will not succeed in social media.</p>\n<p style=\"text-align: justify;\">But more than that, this lack of internal collaboration and contact makes any kind of social media involvement virtually impossible.</p>\n<p style=\"text-align: justify;\"><strong>2. </strong><strong>Top Management Must Be On Board</strong></p>\n<p style=\"text-align: justify;\">If the direction doesn’t come from the very top, managers, who have myriad reasons to fear change, will hang on to the status quo.</p>\n<p style=\"text-align: justify;\">Despite the best intentions of agencies and consultants, social media integration is bound to meet huge resistance until top management says it’s OK to spend time and money to integrate it into the company’s marketing and culture.</p>\n<p style=\"text-align: justify;\"><strong>3. </strong><strong>Don’t Expect Overnight Success</strong></p>\n<p style=\"text-align: justify;\">Sure there are videos that go viral, contests that attract a lot of buzz, and Facebook pages that get a lot of fans. But what comes after those efforts?</p>\n<p style=\"text-align: justify;\">After the tools change (and they surely will) how will social media fit into the company’s overall strategy and help it reach long-term goals?</p>\n<p style=\"text-align: justify;\">Once you have created the community, listen to it. Base your strategy on what you discover through through your community. Doing so will help build customer trust and loyalty.</p>','Social media marketing','','inherit','open','open','','776-revision','','','2011-08-31 06:07:43','2011-08-30 22:07:43','',776,'http://newweb.amazingbusinessresources.com/archives/777',0,'revision','',0,NULL),(778,1,'2011-08-31 06:09:00','2011-08-30 22:09:00','<p style=\"text-align: justify;\">Malaysia SME Companies are rushing to understand and get involved in social media. But most of the agencies and consultants who are being paid to establish social media campaigns for corporations are afraid to tell their clients three things they don’t want to hear.</p>\r\n<p style=\"text-align: justify;\"><strong>1. </strong><strong>Everyone Must Work Together</strong></p>\r\n<p style=\"text-align: justify;\">In most companies, IT, marketing and sales not only don’t work together, they compete with each other. Until they start collaborating as a team, you will not succeed in social media.</p>\r\n<p style=\"text-align: justify;\">But more than that, this lack of internal collaboration and contact makes any kind of social media involvement virtually impossible.</p>\r\n<p style=\"text-align: justify;\"><strong>2. </strong><strong>Top Management Must Be On Board</strong></p>\r\n<p style=\"text-align: justify;\">If the direction doesn’t come from the very top, managers, who have myriad reasons to fear change, will hang on to the status quo.</p>\r\n<p style=\"text-align: justify;\">Despite the best intentions of agencies and consultants, social media integration is bound to meet huge resistance until top management says it’s OK to spend time and money to integrate it into the company’s marketing and culture.</p>\r\n<p style=\"text-align: justify;\"><strong>3. </strong><strong>Don’t Expect Overnight Success</strong></p>\r\n<p style=\"text-align: justify;\">Sure there are videos that go viral, contests that attract a lot of buzz, and Facebook pages that get a lot of fans. But what comes after those efforts?</p>\r\n<p style=\"text-align: justify;\">After the tools change (and they surely will) how will social media fit into the company’s overall strategy and help it reach long-term goals?</p>\r\n<p style=\"text-align: justify;\">Once you have created the community, listen to it. Base your strategy on what you discover through through your community. Doing so will help build customer trust and loyalty.</p>','Social media marketing','','inherit','open','open','','776-autosave','','','2011-08-31 06:09:00','2011-08-30 22:09:00','',776,'http://newweb.amazingbusinessresources.com/archives/778',0,'revision','',0,NULL),(779,1,'2011-04-18 06:09:31','2011-04-17 22:09:31','<p style=\"text-align: justify;\">If you’re a business owner, social media is something you should seriously consider since it is free and millions of other businesses are using it right now to get sales. Because so many people and businesses are using social media, it’s an effective way to obtain the information you need to grow your income.</p>\r\n<p style=\"text-align: justify;\">What is social media? Social media is essentially a way to socialize through the Internet and an interactive way of communicating with your <strong>customers, prospects, and business champions</strong>.</p>\r\n<p style=\"text-align: justify;\">In social media, business champions, can help you build your business by giving you references and singing your praises online. For example, if you are an accountant, you could build a networking relationship with an insurance agent, financial planner, and lawyer. These people can recommend you to their social network, and you can recommend them to your one.</p>\r\n<p style=\"text-align: justify;\">It is key for entrepreneurs to understand how prospects and customers are obtaining information through social so that their business succeeds. Several social media platforms have millions of people participating and networking on them. Think about the opportunity to meet, connect, and share with people who may be your future customers or even business champions. Social media allows you to not only reach people online, but it also enables you to make them part of your community. It provides you with a platform for your customers and prospects to engage with you and get to know you, thus building a relationship of trust. Historically, customers would talk about a product with their friends and family, now they will write about good (and bad) product reviews on their blog, or share their experience on one of the many social media sites</p>\r\n<p style=\"text-align: justify;\">These are just some of the social media platforms on the web. Social media is an incredible way to market your business and engage your customers and prospects. Social media is not just a trend and will continue to involve, so make sure you are included and your business will benefit.</p>','Social Media Marketing','','publish','open','open','','social-media-marketing-2','','','2011-08-31 06:12:27','2011-08-30 22:12:27','',0,'http://newweb.amazingbusinessresources.com/?p=779',0,'post','',0,NULL),(780,1,'2011-08-31 06:11:32','2011-08-30 22:11:32','<p style=\"text-align: justify;\">If you’re a business owner, social media is something you should seriously consider since it is free and millions of other businesses are using it right now to get sales. Because so many people and businesses are using social media, it’s an effective way to obtain the information you need to grow your income.</p>\n<p style=\"text-align: justify;\">What is social media? Social media is essentially a way to socialize through the Internet and an interactive way of communicating with your customers, prospects, and business champions.</p>\n<p style=\"text-align: justify;\">In social media, business champions, can help you build your business by giving you references and singing your praises online. For example, if you are an accountant, you could build a networking relationship with an insurance agent, financial planner, and lawyer. These people can recommend you to their social network, and you can recommend them to your one.</p>\n<p style=\"text-align: justify;\">It is key for entrepreneurs to understand how prospects and customers are obtaining information through social so that their business succeeds. Several social media platforms have millions of people participating and networking on them. Think about the opportunity to meet, connect, and share with people who may be your future customers or even business champions. Social media allows you to not only reach people online, but it also enables you to make them part of your community. It provides you with a platform for your customers and prospects to engage with you and get to know you, thus building a relationship of trust. Historically, customers would talk about a product with their friends and family, now they will write about good (and bad) product reviews on their blog, or share their experience on one of the many social media sites</p>\n<p style=\"text-align: justify;\">These are just some of the social media platforms on the web. Social media is an incredible way to market your business and engage your customers and prospects. Social media is not just a trend and will continue to involve, so make sure you are included and your business will benefit.</p>','Social Media Marketing','','inherit','open','open','','779-revision','','','2011-08-31 06:11:32','2011-08-30 22:11:32','',779,'http://newweb.amazingbusinessresources.com/archives/780',0,'revision','',0,NULL),(781,1,'2011-08-31 06:12:30','2011-08-30 22:12:30','<p style=\"text-align: justify;\">If you’re a business owner, social media is something you should seriously consider since it is free and millions of other businesses are using it right now to get sales. Because so many people and businesses are using social media, it’s an effective way to obtain the information you need to grow your income.</p>\r\n<p style=\"text-align: justify;\">What is social media? Social media is essentially a way to socialize through the Internet and an interactive way of communicating with your <strong>customers, prospects, and business champions</strong>.</p>\r\n<p style=\"text-align: justify;\">In social media, business champions, can help you build your business by giving you references and singing your praises online. For example, if you are an accountant, you could build a networking relationship with an insurance agent, financial planner, and lawyer. These people can recommend you to their social network, and you can recommend them to your one.</p>\r\n<p style=\"text-align: justify;\">It is key for entrepreneurs to understand how prospects and customers are obtaining information through social so that their business succeeds. Several social media platforms have millions of people participating and networking on them. Think about the opportunity to meet, connect, and share with people who may be your future customers or even business champions. Social media allows you to not only reach people online, but it also enables you to make them part of your community. It provides you with a platform for your customers and prospects to engage with you and get to know you, thus building a relationship of trust. Historically, customers would talk about a product with their friends and family, now they will write about good (and bad) product reviews on their blog, or share their experience on one of the many social media sites</p>\r\n<p style=\"text-align: justify;\">These are just some of the social media platforms on the web. Social media is an incredible way to market your business and engage your customers and prospects. Social media is not just a trend and will continue to involve, so make sure you are included and your business will benefit.</p>\r\n','Social Media Marketing','','inherit','open','open','','779-autosave','','','2011-08-31 06:12:30','2011-08-30 22:12:30','',779,'http://newweb.amazingbusinessresources.com/archives/781',0,'revision','',0,NULL),(1001,1,'2011-09-30 22:03:37','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2011-09-30 22:03:37','0000-00-00 00:00:00','',0,'http://newweb.amazingbusinessresources.com/?p=1001',0,'post','',0,NULL),(784,1,'2011-03-31 10:11:32','2011-03-31 02:11:32','<p style=\"text-align: justify;\">Hi ALL, here more topic to share on social media marketing</p>\r\n<p style=\"text-align: justify;\"><strong>4. Video will be everywhere</strong></p>\r\n<p style=\"text-align: justify;\">With plummeting video delivery costs and highly accessible and flexible video management platforms (like Brightcove, Ooyala, and the open-source platform Kaltura*), custom-use of video by enterprises online, on mobile devices, and across screens is on the rise across all sectors.</p>\r\n<p style=\"text-align: justify;\">Consumer engagement with video will also continue to rise. In October alone, <strong>5.4 billion </strong>videos were viewed - <strong>2 billion </strong>of these on Facebook. People today can shoot and share HD videos from their phone. The user experience is getting to the same level as broadcast or professional media from an image quality standpoint. Image acquisition is entirely changing content production, said Brett Leonard, renowned writer and director and pioneer of frag technology in the movie industry.</p>\r\n<p style=\"text-align: justify;\">In the coming year, gaps in our video experience will be filled with the integration of filtering, tagging, editing and locating tools into each and every video feed. Both companies and consumers will increasingly rely on video to provide information and behavioral cues that are not otherwise present in texts, tweets and status updates, making video a critical component of the value chain for its impact on shaping peoples’ perception about companies and about each other.</p>\r\n<p style=\"text-align: justify;\"><strong>5. The next big Online Social Network will not be a network at all</strong></p>\r\n<p style=\"text-align: justify;\">Social networks have transformed human access capabilities much like modern transportation and the telephone did over 150 years ago. But they are also changing the very structure of our relationships – flattening our naturally varying levels of intimacy in real life.</p>\r\n<p style=\"text-align: justify;\">In the coming year we will see the rise of dynamic, engaging, easy-to-use community platforms and applications like <span style=\"color: #0000ff;\"><a href=\"https://joindiaspora.com/\"><span style=\"color: #0000ff;\">Diaspora</span></a></span>, <span style=\"color: #0000ff;\"><a href=\"http://www.path.com/home.html\"><span style=\"color: #0000ff;\">Path</span></a></span> and <span style=\"color: #0000ff;\"><a href=\"http://www.looppa.com/\"><span style=\"color: #0000ff;\">Looppa</span></a></span>* that will better mimic and facilitate the innate way people seek to manage relationships. People today look for more personalized, authentic, private information (where we make) a social contract around a topic or context that is beyond the reach of search engine results and Facebook crowds, said Dave Blakely, director of technology strategy at IDEO.</p>\r\n<p style=\"text-align: justify;\">For consumers, this means the ability to create smaller, more intimate, context-specific communities using their existing social graph and livestreams. For companies, this means the ability to facilitate a custom-branded, dynamic and engaging experience on their online properties in ways not possible on Facebook. Every company should think of itself as a media company, said <span style=\"color: #0000ff;\"><a href=\"http://www.siliconvalleywatcher.com/\"><span style=\"color: #0000ff;\">Tom Foremski</span></a></span>, journalist and thought-leader.</p>\r\n<p style=\"text-align: justify;\">As they become more social, on their own turfs, companies will once again own their customer relationships and brand in a whole new way, ultimately building greater community value for both the company and its customers.</p>\r\n<p style=\"text-align: justify;\"><strong>6. ROI will be redefined</strong></p>\r\n<p style=\"text-align: justify;\">When it comes to ROI, it seems that companies want to cook gourmet risotto but most are still busy washing the rice: Despite 2010 being a year filled with ROI discussions and some strong<span style=\"color: #0000ff;\"> <a href=\"http://www.kdpaine.com/tasks/sites/kdp/assets/File/Monitoring_Social_Media_NYC_Nov_4_2010_Presentation.pdf\"><span style=\"color: #0000ff;\">case studies</span></a></span>, Forrester <span style=\"color: #0000ff;\"><a href=\"http://www.readwriteweb.com/archives/forrester_if_you_think_social_media_marketing_is_w.php\"><span style=\"color: #0000ff;\">research</span></a></span> shows that most companies still have no clue how to meaningfully measure ROI.</p>\r\n<p style=\"text-align: justify;\">As brands move this year from <em>being</em> on social media to <em>using</em> the social media ecosystem, ROI metrics will finally evolve beyond counting likes and comments. Aligning with actionable business objectives and their corresponding metrics will be critical to being able to demonstrate repeatable contribution to the bottom line. Companies who hire social media strategists with proven marketing analytics background and business strategy experience will have the upper hand and will place first in the race to cracking the ROI code.</p>\r\n<p style=\"text-align: justify;\"><em>Source: Read Write Web</em></p>','Impact of Social Media Marketing 2011 - Part 2','','publish','open','open','','impact-of-social-media-marketing-2011-part-2','','','2011-08-31 10:16:00','2011-08-31 02:16:00','',0,'http://newweb.amazingbusinessresources.com/?p=784',0,'post','',0,NULL),(785,1,'2011-08-31 10:13:32','2011-08-31 02:13:32','<p style=\"text-align: justify;\">Hi ALL, here more topic to share on social media marketing</p>\n<p style=\"text-align: justify;\"><strong>4. Video will be everywhere</strong></p>\n<p style=\"text-align: justify;\">With plummeting video delivery costs and highly accessible and flexible video management platforms (like Brightcove, Ooyala, and the open-source platform Kaltura*), custom-use of video by enterprises online, on mobile devices, and across screens is on the rise across all sectors.</p>\n<p style=\"text-align: justify;\">Consumer engagement with video will also continue to rise. In October alone, <strong>5.4 billion </strong>videos were viewed - <strong>2 billion </strong>of these on Facebook. People today can shoot and share HD videos from their phone. The user experience is getting to the same level as broadcast or professional media from an image quality standpoint. Image acquisition is entirely changing content production, said Brett Leonard, renowned writer and director and pioneer of frag technology in the movie industry.</p>\n<p style=\"text-align: justify;\">In the coming year, gaps in our video experience will be filled with the integration of filtering, tagging, editing and locating tools into each and every video feed. Both companies and consumers will increasingly rely on video to provide information and behavioral cues that are not otherwise present in texts, tweets and status updates, making video a critical component of the value chain for its impact on shaping peoples’ perception about companies and about each other.</p>\n<p style=\"text-align: justify;\"><strong>5. The next big Online Social Network will not be a network at all</strong></p>\n<p style=\"text-align: justify;\">Social networks have transformed human access capabilities much like modern transportation and the telephone did over 150 years ago. But they are also changing the very structure of our relationships – flattening our naturally varying levels of intimacy in real life.</p>\n<p style=\"text-align: justify;\">In the coming year we will see the rise of dynamic, engaging, easy-to-use community platforms and applications like <a href=\"https://joindiaspora.com/\">Diaspora</a>, <a href=\"http://www.path.com/home.html\">Path</a> and <a href=\"http://www.looppa.com/\">Looppa</a>* that will better mimic and facilitate the innate way people seek to manage relationships. People today look for more personalized, authentic, private information (where we make) a social contract around a topic or context that is beyond the reach of search engine results and Facebook crowds, said Dave Blakely, director of technology strategy at IDEO.</p>\n<p style=\"text-align: justify;\">For consumers, this means the ability to create smaller, more intimate, context-specific communities using their existing social graph and livestreams. For companies, this means the ability to facilitate a custom-branded, dynamic and engaging experience on their online properties in ways not possible on Facebook. Every company should think of itself as a media company, said <a href=\"http://www.siliconvalleywatcher.com/\">Tom Foremski</a>, journalist and thought-leader.</p>\n<p style=\"text-align: justify;\">As they become more social, on their own turfs, companies will once again own their customer relationships and brand in a whole new way, ultimately building greater community value for both the company and its customers.</p>\n<p style=\"text-align: justify;\"></p>\n<p style=\"text-align: justify;\"><strong>6. ROI will be redefined</strong></p>\n<p style=\"text-align: justify;\">When it comes to ROI, it seems that companies want to cook gourmet risotto but most are still busy washing the rice: Despite 2010 being a year filled with ROI discussions and some strong <a href=\"http://www.kdpaine.com/tasks/sites/kdp/assets/File/Monitoring_Social_Media_NYC_Nov_4_2010_Presentation.pdf\">case studies</a>, Forrester <a href=\"http://www.readwriteweb.com/archives/forrester_if_you_think_social_media_marketing_is_w.php\">research</a> shows that most companies still have no clue how to meaningfully measure ROI.</p>\n<p style=\"text-align: justify;\">As brands move this year from <em>being</em> on social media to <em>using</em> the social media ecosystem, ROI metrics will finally evolve beyond counting likes and comments. Aligning with actionable business objectives and their corresponding metrics will be critical to being able to demonstrate repeatable contribution to the bottom line. Companies who hire social media strategists with proven marketing analytics background and business strategy experience will have the upper hand and will place first in the race to cracking the ROI code.</p>\n<p style=\"text-align: justify;\"></p>\n<p style=\"text-align: justify;\"><em>Source: Read Write Web</em></p>','Impact of Social Media Marketing 2011 - Part 2','','inherit','open','open','','784-revision','','','2011-08-31 10:13:32','2011-08-31 02:13:32','',784,'http://newweb.amazingbusinessresources.com/archives/785',0,'revision','',0,NULL),(786,1,'2011-08-31 10:16:08','2011-08-31 02:16:08','<p style=\"text-align: justify;\">Hi ALL, here more topic to share on social media marketing</p>\r\n<p style=\"text-align: justify;\"><strong>4. Video will be everywhere</strong></p>\r\n<p style=\"text-align: justify;\">With plummeting video delivery costs and highly accessible and flexible video management platforms (like Brightcove, Ooyala, and the open-source platform Kaltura*), custom-use of video by enterprises online, on mobile devices, and across screens is on the rise across all sectors.</p>\r\n<p style=\"text-align: justify;\">Consumer engagement with video will also continue to rise. In October alone, <strong>5.4 billion </strong>videos were viewed - <strong>2 billion </strong>of these on Facebook. People today can shoot and share HD videos from their phone. The user experience is getting to the same level as broadcast or professional media from an image quality standpoint. Image acquisition is entirely changing content production, said Brett Leonard, renowned writer and director and pioneer of frag technology in the movie industry.</p>\r\n<p style=\"text-align: justify;\">In the coming year, gaps in our video experience will be filled with the integration of filtering, tagging, editing and locating tools into each and every video feed. Both companies and consumers will increasingly rely on video to provide information and behavioral cues that are not otherwise present in texts, tweets and status updates, making video a critical component of the value chain for its impact on shaping peoples’ perception about companies and about each other.</p>\r\n<p style=\"text-align: justify;\"><strong>5. The next big Online Social Network will not be a network at all</strong></p>\r\n<p style=\"text-align: justify;\">Social networks have transformed human access capabilities much like modern transportation and the telephone did over 150 years ago. But they are also changing the very structure of our relationships – flattening our naturally varying levels of intimacy in real life.</p>\r\n<p style=\"text-align: justify;\">In the coming year we will see the rise of dynamic, engaging, easy-to-use community platforms and applications like <span style=\"color: #0000ff;\"><a href=\"https://joindiaspora.com/\"><span style=\"color: #0000ff;\">Diaspora</span></a></span>, <span style=\"color: #0000ff;\"><a href=\"http://www.path.com/home.html\"><span style=\"color: #0000ff;\">Path</span></a></span> and <span style=\"color: #0000ff;\"><a href=\"http://www.looppa.com/\"><span style=\"color: #0000ff;\">Looppa</span></a></span>* that will better mimic and facilitate the innate way people seek to manage relationships. People today look for more personalized, authentic, private information (where we make) a social contract around a topic or context that is beyond the reach of search engine results and Facebook crowds, said Dave Blakely, director of technology strategy at IDEO.</p>\r\n<p style=\"text-align: justify;\">For consumers, this means the ability to create smaller, more intimate, context-specific communities using their existing social graph and livestreams. For companies, this means the ability to facilitate a custom-branded, dynamic and engaging experience on their online properties in ways not possible on Facebook. Every company should think of itself as a media company, said <span style=\"color: #0000ff;\"><a href=\"http://www.siliconvalleywatcher.com/\"><span style=\"color: #0000ff;\">Tom Foremski</span></a></span>, journalist and thought-leader.</p>\r\n<p style=\"text-align: justify;\">As they become more social, on their own turfs, companies will once again own their customer relationships and brand in a whole new way, ultimately building greater community value for both the company and its customers.</p>\r\n<p style=\"text-align: justify;\"><strong>6. ROI will be redefined</strong></p>\r\n<p style=\"text-align: justify;\">When it comes to ROI, it seems that companies want to cook gourmet risotto but most are still busy washing the rice: Despite 2010 being a year filled with ROI discussions and some strong<span style=\"color: #0000ff;\"> <a href=\"http://www.kdpaine.com/tasks/sites/kdp/assets/File/Monitoring_Social_Media_NYC_Nov_4_2010_Presentation.pdf\"><span style=\"color: #0000ff;\">case studies</span></a></span>, Forrester <span style=\"color: #0000ff;\"><a href=\"http://www.readwriteweb.com/archives/forrester_if_you_think_social_media_marketing_is_w.php\"><span style=\"color: #0000ff;\">research</span></a></span> shows that most companies still have no clue how to meaningfully measure ROI.</p>\r\n<p style=\"text-align: justify;\">As brands move this year from <em>being</em> on social media to <em>using</em> the social media ecosystem, ROI metrics will finally evolve beyond counting likes and comments. Aligning with actionable business objectives and their corresponding metrics will be critical to being able to demonstrate repeatable contribution to the bottom line. Companies who hire social media strategists with proven marketing analytics background and business strategy experience will have the upper hand and will place first in the race to cracking the ROI code.</p>\r\n<p style=\"text-align: justify;\"><em>Source: Read Write Web</em></p>','Impact of Social Media Marketing 2011 - Part 2','','inherit','open','open','','784-autosave','','','2011-08-31 10:16:08','2011-08-31 02:16:08','',784,'http://newweb.amazingbusinessresources.com/archives/786',0,'revision','',0,NULL),(787,1,'2011-08-31 10:14:57','2011-08-31 02:14:57','<p style=\"text-align: justify;\">Hi ALL, here more topic to share on social media marketing</p>\r\n<p style=\"text-align: justify;\"><strong>4. Video will be everywhere</strong></p>\r\n<p style=\"text-align: justify;\">With plummeting video delivery costs and highly accessible and flexible video management platforms (like Brightcove, Ooyala, and the open-source platform Kaltura*), custom-use of video by enterprises online, on mobile devices, and across screens is on the rise across all sectors.</p>\r\n<p style=\"text-align: justify;\">Consumer engagement with video will also continue to rise. In October alone, <strong>5.4 billion </strong>videos were viewed - <strong>2 billion </strong>of these on Facebook. People today can shoot and share HD videos from their phone. The user experience is getting to the same level as broadcast or professional media from an image quality standpoint. Image acquisition is entirely changing content production, said Brett Leonard, renowned writer and director and pioneer of frag technology in the movie industry.</p>\r\n<p style=\"text-align: justify;\">In the coming year, gaps in our video experience will be filled with the integration of filtering, tagging, editing and locating tools into each and every video feed. Both companies and consumers will increasingly rely on video to provide information and behavioral cues that are not otherwise present in texts, tweets and status updates, making video a critical component of the value chain for its impact on shaping peoples’ perception about companies and about each other.</p>\r\n<p style=\"text-align: justify;\"><strong>5. The next big Online Social Network will not be a network at all</strong></p>\r\n<p style=\"text-align: justify;\">Social networks have transformed human access capabilities much like modern transportation and the telephone did over 150 years ago. But they are also changing the very structure of our relationships – flattening our naturally varying levels of intimacy in real life.</p>\r\n<p style=\"text-align: justify;\">In the coming year we will see the rise of dynamic, engaging, easy-to-use community platforms and applications like <a href=\"https://joindiaspora.com/\">Diaspora</a>, <a href=\"http://www.path.com/home.html\">Path</a> and <a href=\"http://www.looppa.com/\">Looppa</a>* that will better mimic and facilitate the innate way people seek to manage relationships. People today look for more personalized, authentic, private information (where we make) a social contract around a topic or context that is beyond the reach of search engine results and Facebook crowds, said Dave Blakely, director of technology strategy at IDEO.</p>\r\n<p style=\"text-align: justify;\">For consumers, this means the ability to create smaller, more intimate, context-specific communities using their existing social graph and livestreams. For companies, this means the ability to facilitate a custom-branded, dynamic and engaging experience on their online properties in ways not possible on Facebook. Every company should think of itself as a media company, said <a href=\"http://www.siliconvalleywatcher.com/\">Tom Foremski</a>, journalist and thought-leader.</p>\r\n<p style=\"text-align: justify;\">As they become more social, on their own turfs, companies will once again own their customer relationships and brand in a whole new way, ultimately building greater community value for both the company and its customers.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"><strong>6. ROI will be redefined</strong></p>\r\n<p style=\"text-align: justify;\">When it comes to ROI, it seems that companies want to cook gourmet risotto but most are still busy washing the rice: Despite 2010 being a year filled with ROI discussions and some strong <a href=\"http://www.kdpaine.com/tasks/sites/kdp/assets/File/Monitoring_Social_Media_NYC_Nov_4_2010_Presentation.pdf\">case studies</a>, Forrester <a href=\"http://www.readwriteweb.com/archives/forrester_if_you_think_social_media_marketing_is_w.php\">research</a> shows that most companies still have no clue how to meaningfully measure ROI.</p>\r\n<p style=\"text-align: justify;\">As brands move this year from <em>being</em> on social media to <em>using</em> the social media ecosystem, ROI metrics will finally evolve beyond counting likes and comments. Aligning with actionable business objectives and their corresponding metrics will be critical to being able to demonstrate repeatable contribution to the bottom line. Companies who hire social media strategists with proven marketing analytics background and business strategy experience will have the upper hand and will place first in the race to cracking the ROI code.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"><em>Source: Read Write Web</em></p>','Impact of Social Media Marketing 2011 - Part 2','','inherit','open','open','','784-revision-2','','','2011-08-31 10:14:57','2011-08-31 02:14:57','',784,'http://newweb.amazingbusinessresources.com/archives/787',0,'revision','',0,NULL),(788,1,'2011-04-15 10:20:08','2011-04-15 02:20:08','<p style=\"text-align: justify;\"><strong>7. Psychology is shifting</strong></p>\r\n<p style=\"text-align: justify;\">Until now, human psychology has been regarded slow to change. In the coming year we will begin to see evidence that we are, in fact, witnessing a growing psychological plasticity.</p>\r\n<p style=\"text-align: justify;\">We have changed the importance of time, geography, age and the assumption of how the world works. We have new levels of cognitive flexibility, which is creating a new way of thinking about the world and about ourselves, said Dr. Pamela Rutledge, director of the <span style=\"color: #0000ff;\"><a href=\"http://mprcenter.org/\" target=\"_blank\"><span style=\"color: #0000ff;\">Media Psychology Research Center</span></a></span> and co-founder of <span style=\"color: #0000ff;\"><a href=\"http://athinklab.com/\" target=\"_blank\"><span style=\"color: #0000ff;\">A Think Lab</span></a></span>.</p>\r\n<p style=\"text-align: justify;\">Once feeling powerless to fight against personal and cultural injustices, today people know they have the power to voice their grievances, the tools to bring about change and the ability to take control of their experiences.</p>\r\n<p style=\"text-align: justify;\">As the constructs of relationships, privacy and our ability to influence others evolve, we will also face important questions: How do we respond to the changing definition of relationships? How does the elimination of behavioral cues, only available face-to-face, impact our ability to connect? How does our need for emotional balance get addressed in the face of constant change?</p>\r\n<p style=\"text-align: justify;\">In the coming year, companies wishing to succeed should already start to set practices and create a charter to understand the intersection between technology and psychology. Focusing on behaviors is no longer sufficient.</p>\r\n<p style=\"text-align: justify;\"><strong>8. Citizen activism brings back purpose and power</strong></p>\r\n<p style=\"text-align: justify;\">With the power made possible by social technologies to connect, inform and mobilize, we will see a surge in self-organized and managed citizen activism. Value will come from being able to facilitate groups as a human infrastructure, not from technology, says <span style=\"color: #0000ff;\"><a href=\"http://andreasaveri.com/?page_id=2\" target=\"_blank\"><span style=\"color: #0000ff;\">Andrea Saveri</span></a></span>, a thought-leader and researcher at the intersection of foresight and strategy.</p>\r\n<p style=\"text-align: justify;\">Wikipedia and Mozilla FireFox are early and ongoing examples of the value of the connected human infrastructure; many more, including <span style=\"color: #0000ff;\"><a href=\"http://causecast.com/\"><span style=\"color: #0000ff;\">Causecast</span></a></span>, and <span style=\"color: #0000ff;\"><a href=\"http://openideo.com/\" target=\"_blank\"><span style=\"color: #0000ff;\">OpenIDEO</span></a></span>, as well as lesser known projects like <span style=\"color: #0000ff;\"><a href=\"http://www.itgetsbetter.org/\" target=\"_blank\"><span style=\"color: #0000ff;\">It Gets Better</span></a></span> will light up the grid. By the end of the year we may each join a group of people we have never met in order to take part in bringing about change in completely new ways.</p>\r\n<p style=\"text-align: justify;\"><strong>9. Social business intelligence will heat up and so will privacy</strong></p>\r\n<p style=\"text-align: justify;\">As we become ever more connected, and rely on giants like Apple and Google to funnel our most personal information, the field of social business intelligence, and with it, our privacy, will move to the spotlight. <span style=\"color: #0000ff;\"><a href=\"http://www.readwriteweb.com/archives/readwritewebs_wikileaks_timeline.php\"><span style=\"color: #0000ff;\">Wikileaks</span></a>‘</span> eruption on the social media waves and <span style=\"color: #0000ff;\"><a href=\"http://online.wsj.com/article/SB10001424052748704594804575648670826747094.html\"><span style=\"color: #0000ff;\">Do Not Track</span></a></span> are just previews. Every company now looks to tap into the boundless user data being collected in the cloud. While personalized, targeted experience can be extremely valuable in helping companies and consumers cut through the clutter, the line between perceived use and abuse can be thin at times, as data mining and targeted ad delivery pioneer <span style=\"color: #0000ff;\"><a href=\"http://online.wsj.com/article/SB10001424052702304410504575560243259416072.html\"><span style=\"color: #0000ff;\">RapLeaf</span></a></span> saw in past months.</p>\r\n<p style=\"text-align: justify;\">In the year ahead we will witness (and be part of) major data virtualization initiatives designed to map our activities, preferences and choices. Mechanisms designed to triangulate our mobile, online and physical information will yield more accurate information than our Social Security numbers can. We will see fierce regulation battles and hear about companies who use our data to test boundaries and our trust. When done, Tom Cruise’s shopping scene in Minority Report will seem as sophisticated as scenes from <span style=\"color: #0000ff;\"><a href=\"http://www.tvparty.com/tunnel.html\"><span style=\"color: #0000ff;\">Time Tunnel</span></a></span> in the 1970s.</p>\r\n<p style=\"text-align: justify;\"><strong>10. The role of the social media strategist will be changing</strong></p>\r\n<p style=\"text-align: justify;\">The glory days when social media strategists rose to stardom overnight (and too often, with little relevant experience) are finally over. Social media roles today focus on tangible, results-driven capabilities within the organizational structure and processes. Hiring managers are more informed and better connected, making it easier to separate the wheat from the chaff.</p>\r\n<p style=\"text-align: justify;\">In 2011, social media strategists will need to contend with much more actionable, and often mundane, tasks such as selecting and piloting new tools, integrating social widgets and analytics, helping to educate the organization, and integrating social-based thinking into the organization’s process and culture. Process design, stakeholder management, strategic planning, and the ability to manage large projects within complex environments will all be required.</p>\r\n<p style=\"text-align: justify;\">Strategists looking to remain inspired and work at the cutting edge will have to look outside today’s leading corporations. Some of the most interesting social media work will come from new media digital agencies, smaller innovative companies, international companies who are just entering the field and late-to-adopt sectors such as health, finance and insurance.</p>\r\n<p style=\"text-align: justify;\">In the year ahead we will see more of the same: more users on Facebook, more videos, more social media widgets, more tools, more devices, more applications. But it will also be a year of important accomplishments and fundamental shifts in our thinking, behavior and psychology. As social media and social technologies integrate deeper into our daily lives and across vast audiences, our areas of focus will begin to transform.</p>\r\n<p style=\"text-align: justify;\">Companies will begin to overhaul their internal structures and decision-making processes even if at a fairly superficial levels at first; consumers will seek to make sense of their evolving relationships, always-on connectedness, and to redefine value and meaning.</p>\r\n<p style=\"text-align: justify;\">As we finally surface from social media stimulus overload, the questions we will ask in the coming year should not be about technology but about what it enables, what it jeopardizes and about how we, as the connected collective, want to shape the years to come.</p>\r\n<p style=\"text-align: justify;\"><em>Source: Read Write Web</em></p>','Impact of Social Media Marketing 2011 - Part 2','','publish','open','open','','impact-of-social-media-marketing-2011-part-2-2','','','2011-08-31 10:26:02','2011-08-31 02:26:02','',0,'http://newweb.amazingbusinessresources.com/?p=788',0,'post','',0,NULL),(789,1,'2011-08-31 10:22:09','2011-08-31 02:22:09','<p style=\"text-align: justify;\"><strong>7. Psychology is shifting</strong></p>\n<p style=\"text-align: justify;\">Until now, human psychology has been regarded slow to change. In the coming year we will begin to see evidence that we are, in fact, witnessing a growing psychological plasticity.</p>\n<p style=\"text-align: justify;\">We have changed the importance of time, geography, age and the assumption of how the world works. We have new levels of cognitive flexibility, which is creating a new way of thinking about the world and about ourselves, said Dr. Pamela Rutledge, director of the <span style=\"color: #0000ff;\"><a href=\"http://mprcenter.org/\"><span style=\"color: #0000ff;\">Media Psychology Research Center</span></a></span> and co-founder of <span style=\"color: #0000ff;\"><a href=\"http://athinklab.com/\"><span style=\"color: #0000ff;\">A Think Lab</span></a></span>.</p>\n<p style=\"text-align: justify;\">Once feeling powerless to fight against personal and cultural injustices, today people know they have the power to voice their grievances, the tools to bring about change and the ability to take control of their experiences.</p>\n<p style=\"text-align: justify;\">As the constructs of relationships, privacy and our ability to influence others evolve, we will also face important questions: How do we respond to the changing definition of relationships? How does the elimination of behavioral cues, only available face-to-face, impact our ability to connect? How does our need for emotional balance get addressed in the face of constant change?</p>\n<p style=\"text-align: justify;\">In the coming year, companies wishing to succeed should already start to set practices and create a charter to understand the intersection between technology and psychology. Focusing on behaviors is no longer sufficient.</p>\n<p style=\"text-align: justify;\"><strong>8. Citizen activism brings back purpose and power</strong></p>\n<p style=\"text-align: justify;\">With the power made possible by social technologies to connect, inform and mobilize, we will see a surge in self-organized and managed citizen activism. Value will come from being able to facilitate groups as a human infrastructure, not from technology, says <a href=\"http://andreasaveri.com/?page_id=2\">Andrea Saveri</a>, a thought-leader and researcher at the intersection of foresight and strategy.</p>\n<p style=\"text-align: justify;\">Wikipedia and Mozilla FireFox are early and ongoing examples of the value of the connected human infrastructure; many more, including <span style=\"color: #0000ff;\"><a href=\"http://causecast.com/\"><span style=\"color: #0000ff;\">Causecast</span></a></span>, and <span style=\"color: #0000ff;\"><a href=\"http://openideo.com/\"><span style=\"color: #0000ff;\">OpenIDEO</span></a></span>, as well as lesser known projects like <span style=\"color: #0000ff;\"><a href=\"http://www.itgetsbetter.org/\"><span style=\"color: #0000ff;\">It Gets Better</span></a></span> will light up the grid. By the end of the year we may each join a group of people we have never met in order to take part in bringing about change in completely new ways.</p>\n<p style=\"text-align: justify;\"><strong>9. Social business intelligence will heat up and so will privacy</strong></p>\n<p style=\"text-align: justify;\">As we become ever more connected, and rely on giants like Apple and Google to funnel our most personal information, the field of social business intelligence, and with it, our privacy, will move to the spotlight. <span style=\"color: #0000ff;\"><a href=\"http://www.readwriteweb.com/archives/readwritewebs_wikileaks_timeline.php\"><span style=\"color: #0000ff;\">Wikileaks</span></a>‘</span> eruption on the social media waves and <a href=\"http://online.wsj.com/article/SB10001424052748704594804575648670826747094.html\">Do Not Track</a> are just previews. Every company now looks to tap into the boundless user data being collected in the cloud. While personalized, targeted experience can be extremely valuable in helping companies and consumers cut through the clutter, the line between perceived use and abuse can be thin at times, as data mining and targeted ad delivery pioneer <span style=\"color: #0000ff;\"><a href=\"http://online.wsj.com/article/SB10001424052702304410504575560243259416072.html\"><span style=\"color: #0000ff;\">RapLeaf</span></a></span> saw in past months.</p>\n<p style=\"text-align: justify;\">In the year ahead we will witness (and be part of) major data virtualization initiatives designed to map our activities, preferences and choices. Mechanisms designed to triangulate our mobile, online and physical information will yield more accurate information than our Social Security numbers can. We will see fierce regulation battles and hear about companies who use our data to test boundaries and our trust. When done, Tom Cruise’s shopping scene in Minority Report will seem as sophisticated as scenes from <span style=\"color: #0000ff;\"><a href=\"http://www.tvparty.com/tunnel.html\"><span style=\"color: #0000ff;\">Time Tunnel</span></a></span> in the 1970s.</p>\n<p style=\"text-align: justify;\"><strong>10. The role of the social media strategist will be changing</strong></p>\n<p style=\"text-align: justify;\">The glory days when social media strategists rose to stardom overnight (and too often, with little relevant experience) are finally over. Social media roles today focus on tangible, results-driven capabilities within the organizational structure and processes. Hiring managers are more informed and better connected, making it easier to separate the wheat from the chaff.</p>\n<p style=\"text-align: justify;\">In 2011, social media strategists will need to contend with much more actionable, and often mundane, tasks such as selecting and piloting new tools, integrating social widgets and analytics, helping to educate the organization, and integrating social-based thinking into the organization’s process and culture. Process design, stakeholder management, strategic planning, and the ability to manage large projects within complex environments will all be required.</p>\n<p style=\"text-align: justify;\">Strategists looking to remain inspired and work at the cutting edge will have to look outside today’s leading corporations. Some of the most interesting social media work will come from new media digital agencies, smaller innovative companies, international companies who are just entering the field and late-to-adopt sectors such as health, finance and insurance.</p>\n<p style=\"text-align: justify;\">In the year ahead we will see more of the same: more users on Facebook, more videos, more social media widgets, more tools, more devices, more applications. But it will also be a year of important accomplishments and fundamental shifts in our thinking, behavior and psychology. As social media and social technologies integrate deeper into our daily lives and across vast audiences, our areas of focus will begin to transform.</p>\n<p style=\"text-align: justify;\">Companies will begin to overhaul their internal structures and decision-making processes even if at a fairly superficial levels at first; consumers will seek to make sense of their evolving relationships, always-on connectedness, and to redefine value and meaning.</p>\n<p style=\"text-align: justify;\">As we finally surface from social media stimulus overload, the questions we will ask in the coming year should not be about technology but about what it enables, what it jeopardizes and about how we, as the connected collective, want to shape the years to come.</p>\n<p style=\"text-align: justify;\"><em>Source: Read Write Web</em></p>','Impact of Social Media Marketing 2011 - Part 2','','inherit','open','open','','788-revision','','','2011-08-31 10:22:09','2011-08-31 02:22:09','',788,'http://newweb.amazingbusinessresources.com/archives/789',0,'revision','',0,NULL),(790,1,'2011-08-31 10:26:07','2011-08-31 02:26:07','<p style=\"text-align: justify;\"><strong>7. Psychology is shifting</strong></p>\r\n<p style=\"text-align: justify;\">Until now, human psychology has been regarded slow to change. In the coming year we will begin to see evidence that we are, in fact, witnessing a growing psychological plasticity.</p>\r\n<p style=\"text-align: justify;\">We have changed the importance of time, geography, age and the assumption of how the world works. We have new levels of cognitive flexibility, which is creating a new way of thinking about the world and about ourselves, said Dr. Pamela Rutledge, director of the <span style=\"color: #0000ff;\"><a href=\"http://mprcenter.org/\" target=\"_blank\"><span style=\"color: #0000ff;\">Media Psychology Research Center</span></a></span> and co-founder of <span style=\"color: #0000ff;\"><a href=\"http://athinklab.com/\" target=\"_blank\"><span style=\"color: #0000ff;\">A Think Lab</span></a></span>.</p>\r\n<p style=\"text-align: justify;\">Once feeling powerless to fight against personal and cultural injustices, today people know they have the power to voice their grievances, the tools to bring about change and the ability to take control of their experiences.</p>\r\n<p style=\"text-align: justify;\">As the constructs of relationships, privacy and our ability to influence others evolve, we will also face important questions: How do we respond to the changing definition of relationships? How does the elimination of behavioral cues, only available face-to-face, impact our ability to connect? How does our need for emotional balance get addressed in the face of constant change?</p>\r\n<p style=\"text-align: justify;\">In the coming year, companies wishing to succeed should already start to set practices and create a charter to understand the intersection between technology and psychology. Focusing on behaviors is no longer sufficient.</p>\r\n<p style=\"text-align: justify;\"><strong>8. Citizen activism brings back purpose and power</strong></p>\r\n<p style=\"text-align: justify;\">With the power made possible by social technologies to connect, inform and mobilize, we will see a surge in self-organized and managed citizen activism. Value will come from being able to facilitate groups as a human infrastructure, not from technology, says <span style=\"color: #0000ff;\"><a href=\"http://andreasaveri.com/?page_id=2\" target=\"_blank\"><span style=\"color: #0000ff;\">Andrea Saveri</span></a></span>, a thought-leader and researcher at the intersection of foresight and strategy.</p>\r\n<p style=\"text-align: justify;\">Wikipedia and Mozilla FireFox are early and ongoing examples of the value of the connected human infrastructure; many more, including <span style=\"color: #0000ff;\"><a href=\"http://causecast.com/\"><span style=\"color: #0000ff;\">Causecast</span></a></span>, and <span style=\"color: #0000ff;\"><a href=\"http://openideo.com/\" target=\"_blank\"><span style=\"color: #0000ff;\">OpenIDEO</span></a></span>, as well as lesser known projects like <span style=\"color: #0000ff;\"><a href=\"http://www.itgetsbetter.org/\" target=\"_blank\"><span style=\"color: #0000ff;\">It Gets Better</span></a></span> will light up the grid. By the end of the year we may each join a group of people we have never met in order to take part in bringing about change in completely new ways.</p>\r\n<p style=\"text-align: justify;\"><strong>9. Social business intelligence will heat up and so will privacy</strong></p>\r\n<p style=\"text-align: justify;\">As we become ever more connected, and rely on giants like Apple and Google to funnel our most personal information, the field of social business intelligence, and with it, our privacy, will move to the spotlight. <span style=\"color: #0000ff;\"><a href=\"http://www.readwriteweb.com/archives/readwritewebs_wikileaks_timeline.php\"><span style=\"color: #0000ff;\">Wikileaks</span></a>‘</span> eruption on the social media waves and <span style=\"color: #0000ff;\"><a href=\"http://online.wsj.com/article/SB10001424052748704594804575648670826747094.html\"><span style=\"color: #0000ff;\">Do Not Track</span></a></span> are just previews. Every company now looks to tap into the boundless user data being collected in the cloud. While personalized, targeted experience can be extremely valuable in helping companies and consumers cut through the clutter, the line between perceived use and abuse can be thin at times, as data mining and targeted ad delivery pioneer <span style=\"color: #0000ff;\"><a href=\"http://online.wsj.com/article/SB10001424052702304410504575560243259416072.html\"><span style=\"color: #0000ff;\">RapLeaf</span></a></span> saw in past months.</p>\r\n<p style=\"text-align: justify;\">In the year ahead we will witness (and be part of) major data virtualization initiatives designed to map our activities, preferences and choices. Mechanisms designed to triangulate our mobile, online and physical information will yield more accurate information than our Social Security numbers can. We will see fierce regulation battles and hear about companies who use our data to test boundaries and our trust. When done, Tom Cruise’s shopping scene in Minority Report will seem as sophisticated as scenes from <span style=\"color: #0000ff;\"><a href=\"http://www.tvparty.com/tunnel.html\"><span style=\"color: #0000ff;\">Time Tunnel</span></a></span> in the 1970s.</p>\r\n<p style=\"text-align: justify;\"><strong>10. The role of the social media strategist will be changing</strong></p>\r\n<p style=\"text-align: justify;\">The glory days when social media strategists rose to stardom overnight (and too often, with little relevant experience) are finally over. Social media roles today focus on tangible, results-driven capabilities within the organizational structure and processes. Hiring managers are more informed and better connected, making it easier to separate the wheat from the chaff.</p>\r\n<p style=\"text-align: justify;\">In 2011, social media strategists will need to contend with much more actionable, and often mundane, tasks such as selecting and piloting new tools, integrating social widgets and analytics, helping to educate the organization, and integrating social-based thinking into the organization’s process and culture. Process design, stakeholder management, strategic planning, and the ability to manage large projects within complex environments will all be required.</p>\r\n<p style=\"text-align: justify;\">Strategists looking to remain inspired and work at the cutting edge will have to look outside today’s leading corporations. Some of the most interesting social media work will come from new media digital agencies, smaller innovative companies, international companies who are just entering the field and late-to-adopt sectors such as health, finance and insurance.</p>\r\n<p style=\"text-align: justify;\">In the year ahead we will see more of the same: more users on Facebook, more videos, more social media widgets, more tools, more devices, more applications. But it will also be a year of important accomplishments and fundamental shifts in our thinking, behavior and psychology. As social media and social technologies integrate deeper into our daily lives and across vast audiences, our areas of focus will begin to transform.</p>\r\n<p style=\"text-align: justify;\">Companies will begin to overhaul their internal structures and decision-making processes even if at a fairly superficial levels at first; consumers will seek to make sense of their evolving relationships, always-on connectedness, and to redefine value and meaning.</p>\r\n<p style=\"text-align: justify;\">As we finally surface from social media stimulus overload, the questions we will ask in the coming year should not be about technology but about what it enables, what it jeopardizes and about how we, as the connected collective, want to shape the years to come.</p>\r\n<p style=\"text-align: justify;\"><em>Source: Read Write Web</em></p>','Impact of Social Media Marketing 2011 - Part 2','','inherit','open','open','','788-autosave','','','2011-08-31 10:26:07','2011-08-31 02:26:07','',788,'http://newweb.amazingbusinessresources.com/archives/790',0,'revision','',0,NULL),(791,1,'2011-08-31 10:23:26','2011-08-31 02:23:26','<p style=\"text-align: justify;\"><strong>7. Psychology is shifting</strong></p>\r\n<p style=\"text-align: justify;\">Until now, human psychology has been regarded slow to change. In the coming year we will begin to see evidence that we are, in fact, witnessing a growing psychological plasticity.</p>\r\n<p style=\"text-align: justify;\">We have changed the importance of time, geography, age and the assumption of how the world works. We have new levels of cognitive flexibility, which is creating a new way of thinking about the world and about ourselves, said Dr. Pamela Rutledge, director of the <span style=\"color: #0000ff;\"><a href=\"http://mprcenter.org/\"><span style=\"color: #0000ff;\">Media Psychology Research Center</span></a></span> and co-founder of <span style=\"color: #0000ff;\"><a href=\"http://athinklab.com/\"><span style=\"color: #0000ff;\">A Think Lab</span></a></span>.</p>\r\n<p style=\"text-align: justify;\">Once feeling powerless to fight against personal and cultural injustices, today people know they have the power to voice their grievances, the tools to bring about change and the ability to take control of their experiences.</p>\r\n<p style=\"text-align: justify;\">As the constructs of relationships, privacy and our ability to influence others evolve, we will also face important questions: How do we respond to the changing definition of relationships? How does the elimination of behavioral cues, only available face-to-face, impact our ability to connect? How does our need for emotional balance get addressed in the face of constant change?</p>\r\n<p style=\"text-align: justify;\">In the coming year, companies wishing to succeed should already start to set practices and create a charter to understand the intersection between technology and psychology. Focusing on behaviors is no longer sufficient.</p>\r\n<p style=\"text-align: justify;\"><strong>8. Citizen activism brings back purpose and power</strong></p>\r\n<p style=\"text-align: justify;\">With the power made possible by social technologies to connect, inform and mobilize, we will see a surge in self-organized and managed citizen activism. Value will come from being able to facilitate groups as a human infrastructure, not from technology, says <a href=\"http://andreasaveri.com/?page_id=2\">Andrea Saveri</a>, a thought-leader and researcher at the intersection of foresight and strategy.</p>\r\n<p style=\"text-align: justify;\">Wikipedia and Mozilla FireFox are early and ongoing examples of the value of the connected human infrastructure; many more, including <span style=\"color: #0000ff;\"><a href=\"http://causecast.com/\"><span style=\"color: #0000ff;\">Causecast</span></a></span>, and <span style=\"color: #0000ff;\"><a href=\"http://openideo.com/\"><span style=\"color: #0000ff;\">OpenIDEO</span></a></span>, as well as lesser known projects like <span style=\"color: #0000ff;\"><a href=\"http://www.itgetsbetter.org/\"><span style=\"color: #0000ff;\">It Gets Better</span></a></span> will light up the grid. By the end of the year we may each join a group of people we have never met in order to take part in bringing about change in completely new ways.</p>\r\n<p style=\"text-align: justify;\"><strong>9. Social business intelligence will heat up and so will privacy</strong></p>\r\n<p style=\"text-align: justify;\">As we become ever more connected, and rely on giants like Apple and Google to funnel our most personal information, the field of social business intelligence, and with it, our privacy, will move to the spotlight. <span style=\"color: #0000ff;\"><a href=\"http://www.readwriteweb.com/archives/readwritewebs_wikileaks_timeline.php\"><span style=\"color: #0000ff;\">Wikileaks</span></a>‘</span> eruption on the social media waves and <a href=\"http://online.wsj.com/article/SB10001424052748704594804575648670826747094.html\">Do Not Track</a> are just previews. Every company now looks to tap into the boundless user data being collected in the cloud. While personalized, targeted experience can be extremely valuable in helping companies and consumers cut through the clutter, the line between perceived use and abuse can be thin at times, as data mining and targeted ad delivery pioneer <span style=\"color: #0000ff;\"><a href=\"http://online.wsj.com/article/SB10001424052702304410504575560243259416072.html\"><span style=\"color: #0000ff;\">RapLeaf</span></a></span> saw in past months.</p>\r\n<p style=\"text-align: justify;\">In the year ahead we will witness (and be part of) major data virtualization initiatives designed to map our activities, preferences and choices. Mechanisms designed to triangulate our mobile, online and physical information will yield more accurate information than our Social Security numbers can. We will see fierce regulation battles and hear about companies who use our data to test boundaries and our trust. When done, Tom Cruise’s shopping scene in Minority Report will seem as sophisticated as scenes from <span style=\"color: #0000ff;\"><a href=\"http://www.tvparty.com/tunnel.html\"><span style=\"color: #0000ff;\">Time Tunnel</span></a></span> in the 1970s.</p>\r\n<p style=\"text-align: justify;\"><strong>10. The role of the social media strategist will be changing</strong></p>\r\n<p style=\"text-align: justify;\">The glory days when social media strategists rose to stardom overnight (and too often, with little relevant experience) are finally over. Social media roles today focus on tangible, results-driven capabilities within the organizational structure and processes. Hiring managers are more informed and better connected, making it easier to separate the wheat from the chaff.</p>\r\n<p style=\"text-align: justify;\">In 2011, social media strategists will need to contend with much more actionable, and often mundane, tasks such as selecting and piloting new tools, integrating social widgets and analytics, helping to educate the organization, and integrating social-based thinking into the organization’s process and culture. Process design, stakeholder management, strategic planning, and the ability to manage large projects within complex environments will all be required.</p>\r\n<p style=\"text-align: justify;\">Strategists looking to remain inspired and work at the cutting edge will have to look outside today’s leading corporations. Some of the most interesting social media work will come from new media digital agencies, smaller innovative companies, international companies who are just entering the field and late-to-adopt sectors such as health, finance and insurance.</p>\r\n<p style=\"text-align: justify;\">In the year ahead we will see more of the same: more users on Facebook, more videos, more social media widgets, more tools, more devices, more applications. But it will also be a year of important accomplishments and fundamental shifts in our thinking, behavior and psychology. As social media and social technologies integrate deeper into our daily lives and across vast audiences, our areas of focus will begin to transform.</p>\r\n<p style=\"text-align: justify;\">Companies will begin to overhaul their internal structures and decision-making processes even if at a fairly superficial levels at first; consumers will seek to make sense of their evolving relationships, always-on connectedness, and to redefine value and meaning.</p>\r\n<p style=\"text-align: justify;\">As we finally surface from social media stimulus overload, the questions we will ask in the coming year should not be about technology but about what it enables, what it jeopardizes and about how we, as the connected collective, want to shape the years to come.</p>\r\n<p style=\"text-align: justify;\"><em>Source: Read Write Web</em></p>','Impact of Social Media Marketing 2011 - Part 2','','inherit','open','open','','788-revision-2','','','2011-08-31 10:23:26','2011-08-31 02:23:26','',788,'http://newweb.amazingbusinessresources.com/archives/791',0,'revision','',0,NULL),(792,1,'2011-08-31 10:23:51','2011-08-31 02:23:51','<p style=\"text-align: justify;\"><strong>7. Psychology is shifting</strong></p>\r\n<p style=\"text-align: justify;\">Until now, human psychology has been regarded slow to change. In the coming year we will begin to see evidence that we are, in fact, witnessing a growing psychological plasticity.</p>\r\n<p style=\"text-align: justify;\">We have changed the importance of time, geography, age and the assumption of how the world works. We have new levels of cognitive flexibility, which is creating a new way of thinking about the world and about ourselves, said Dr. Pamela Rutledge, director of the <span style=\"color: #0000ff;\"><a href=\"http://mprcenter.org/\"><span style=\"color: #0000ff;\">Media Psychology Research Center</span></a></span> and co-founder of <span style=\"color: #0000ff;\"><a href=\"http://athinklab.com/\"><span style=\"color: #0000ff;\">A Think Lab</span></a></span>.</p>\r\n<p style=\"text-align: justify;\">Once feeling powerless to fight against personal and cultural injustices, today people know they have the power to voice their grievances, the tools to bring about change and the ability to take control of their experiences.</p>\r\n<p style=\"text-align: justify;\">As the constructs of relationships, privacy and our ability to influence others evolve, we will also face important questions: How do we respond to the changing definition of relationships? How does the elimination of behavioral cues, only available face-to-face, impact our ability to connect? How does our need for emotional balance get addressed in the face of constant change?</p>\r\n<p style=\"text-align: justify;\">In the coming year, companies wishing to succeed should already start to set practices and create a charter to understand the intersection between technology and psychology. Focusing on behaviors is no longer sufficient.</p>\r\n<p style=\"text-align: justify;\"><strong>8. Citizen activism brings back purpose and power</strong></p>\r\n<p style=\"text-align: justify;\">With the power made possible by social technologies to connect, inform and mobilize, we will see a surge in self-organized and managed citizen activism. Value will come from being able to facilitate groups as a human infrastructure, not from technology, says <span style=\"color: #0000ff;\"><a href=\"http://andreasaveri.com/?page_id=2\"><span style=\"color: #0000ff;\">Andrea Saveri</span></a></span>, a thought-leader and researcher at the intersection of foresight and strategy.</p>\r\n<p style=\"text-align: justify;\">Wikipedia and Mozilla FireFox are early and ongoing examples of the value of the connected human infrastructure; many more, including <span style=\"color: #0000ff;\"><a href=\"http://causecast.com/\"><span style=\"color: #0000ff;\">Causecast</span></a></span>, and <span style=\"color: #0000ff;\"><a href=\"http://openideo.com/\"><span style=\"color: #0000ff;\">OpenIDEO</span></a></span>, as well as lesser known projects like <span style=\"color: #0000ff;\"><a href=\"http://www.itgetsbetter.org/\"><span style=\"color: #0000ff;\">It Gets Better</span></a></span> will light up the grid. By the end of the year we may each join a group of people we have never met in order to take part in bringing about change in completely new ways.</p>\r\n<p style=\"text-align: justify;\"><strong>9. Social business intelligence will heat up and so will privacy</strong></p>\r\n<p style=\"text-align: justify;\">As we become ever more connected, and rely on giants like Apple and Google to funnel our most personal information, the field of social business intelligence, and with it, our privacy, will move to the spotlight. <span style=\"color: #0000ff;\"><a href=\"http://www.readwriteweb.com/archives/readwritewebs_wikileaks_timeline.php\"><span style=\"color: #0000ff;\">Wikileaks</span></a>‘</span> eruption on the social media waves and <a href=\"http://online.wsj.com/article/SB10001424052748704594804575648670826747094.html\">Do Not Track</a> are just previews. Every company now looks to tap into the boundless user data being collected in the cloud. While personalized, targeted experience can be extremely valuable in helping companies and consumers cut through the clutter, the line between perceived use and abuse can be thin at times, as data mining and targeted ad delivery pioneer <span style=\"color: #0000ff;\"><a href=\"http://online.wsj.com/article/SB10001424052702304410504575560243259416072.html\"><span style=\"color: #0000ff;\">RapLeaf</span></a></span> saw in past months.</p>\r\n<p style=\"text-align: justify;\">In the year ahead we will witness (and be part of) major data virtualization initiatives designed to map our activities, preferences and choices. Mechanisms designed to triangulate our mobile, online and physical information will yield more accurate information than our Social Security numbers can. We will see fierce regulation battles and hear about companies who use our data to test boundaries and our trust. When done, Tom Cruise’s shopping scene in Minority Report will seem as sophisticated as scenes from <span style=\"color: #0000ff;\"><a href=\"http://www.tvparty.com/tunnel.html\"><span style=\"color: #0000ff;\">Time Tunnel</span></a></span> in the 1970s.</p>\r\n<p style=\"text-align: justify;\"><strong>10. The role of the social media strategist will be changing</strong></p>\r\n<p style=\"text-align: justify;\">The glory days when social media strategists rose to stardom overnight (and too often, with little relevant experience) are finally over. Social media roles today focus on tangible, results-driven capabilities within the organizational structure and processes. Hiring managers are more informed and better connected, making it easier to separate the wheat from the chaff.</p>\r\n<p style=\"text-align: justify;\">In 2011, social media strategists will need to contend with much more actionable, and often mundane, tasks such as selecting and piloting new tools, integrating social widgets and analytics, helping to educate the organization, and integrating social-based thinking into the organization’s process and culture. Process design, stakeholder management, strategic planning, and the ability to manage large projects within complex environments will all be required.</p>\r\n<p style=\"text-align: justify;\">Strategists looking to remain inspired and work at the cutting edge will have to look outside today’s leading corporations. Some of the most interesting social media work will come from new media digital agencies, smaller innovative companies, international companies who are just entering the field and late-to-adopt sectors such as health, finance and insurance.</p>\r\n<p style=\"text-align: justify;\">In the year ahead we will see more of the same: more users on Facebook, more videos, more social media widgets, more tools, more devices, more applications. But it will also be a year of important accomplishments and fundamental shifts in our thinking, behavior and psychology. As social media and social technologies integrate deeper into our daily lives and across vast audiences, our areas of focus will begin to transform.</p>\r\n<p style=\"text-align: justify;\">Companies will begin to overhaul their internal structures and decision-making processes even if at a fairly superficial levels at first; consumers will seek to make sense of their evolving relationships, always-on connectedness, and to redefine value and meaning.</p>\r\n<p style=\"text-align: justify;\">As we finally surface from social media stimulus overload, the questions we will ask in the coming year should not be about technology but about what it enables, what it jeopardizes and about how we, as the connected collective, want to shape the years to come.</p>\r\n<p style=\"text-align: justify;\"><em>Source: Read Write Web</em></p>','Impact of Social Media Marketing 2011 - Part 2','','inherit','open','open','','788-revision-3','','','2011-08-31 10:23:51','2011-08-31 02:23:51','',788,'http://newweb.amazingbusinessresources.com/archives/792',0,'revision','',0,NULL),(793,1,'2011-08-31 10:24:32','2011-08-31 02:24:32','<p style=\"text-align: justify;\"><strong>7. Psychology is shifting</strong></p>\r\n<p style=\"text-align: justify;\">Until now, human psychology has been regarded slow to change. In the coming year we will begin to see evidence that we are, in fact, witnessing a growing psychological plasticity.</p>\r\n<p style=\"text-align: justify;\">We have changed the importance of time, geography, age and the assumption of how the world works. We have new levels of cognitive flexibility, which is creating a new way of thinking about the world and about ourselves, said Dr. Pamela Rutledge, director of the <span style=\"color: #0000ff;\"><a href=\"http://mprcenter.org/\"><span style=\"color: #0000ff;\">Media Psychology Research Center</span></a></span> and co-founder of <span style=\"color: #0000ff;\"><a href=\"http://athinklab.com/\"><span style=\"color: #0000ff;\">A Think Lab</span></a></span>.</p>\r\n<p style=\"text-align: justify;\">Once feeling powerless to fight against personal and cultural injustices, today people know they have the power to voice their grievances, the tools to bring about change and the ability to take control of their experiences.</p>\r\n<p style=\"text-align: justify;\">As the constructs of relationships, privacy and our ability to influence others evolve, we will also face important questions: How do we respond to the changing definition of relationships? How does the elimination of behavioral cues, only available face-to-face, impact our ability to connect? How does our need for emotional balance get addressed in the face of constant change?</p>\r\n<p style=\"text-align: justify;\">In the coming year, companies wishing to succeed should already start to set practices and create a charter to understand the intersection between technology and psychology. Focusing on behaviors is no longer sufficient.</p>\r\n<p style=\"text-align: justify;\"><strong>8. Citizen activism brings back purpose and power</strong></p>\r\n<p style=\"text-align: justify;\">With the power made possible by social technologies to connect, inform and mobilize, we will see a surge in self-organized and managed citizen activism. Value will come from being able to facilitate groups as a human infrastructure, not from technology, says <span style=\"color: #0000ff;\"><a href=\"http://andreasaveri.com/?page_id=2\"><span style=\"color: #0000ff;\">Andrea Saveri</span></a></span>, a thought-leader and researcher at the intersection of foresight and strategy.</p>\r\n<p style=\"text-align: justify;\">Wikipedia and Mozilla FireFox are early and ongoing examples of the value of the connected human infrastructure; many more, including <span style=\"color: #0000ff;\"><a href=\"http://causecast.com/\"><span style=\"color: #0000ff;\">Causecast</span></a></span>, and <span style=\"color: #0000ff;\"><a href=\"http://openideo.com/\"><span style=\"color: #0000ff;\">OpenIDEO</span></a></span>, as well as lesser known projects like <span style=\"color: #0000ff;\"><a href=\"http://www.itgetsbetter.org/\"><span style=\"color: #0000ff;\">It Gets Better</span></a></span> will light up the grid. By the end of the year we may each join a group of people we have never met in order to take part in bringing about change in completely new ways.</p>\r\n<p style=\"text-align: justify;\"><strong>9. Social business intelligence will heat up and so will privacy</strong></p>\r\n<p style=\"text-align: justify;\">As we become ever more connected, and rely on giants like Apple and Google to funnel our most personal information, the field of social business intelligence, and with it, our privacy, will move to the spotlight. <span style=\"color: #0000ff;\"><a href=\"http://www.readwriteweb.com/archives/readwritewebs_wikileaks_timeline.php\"><span style=\"color: #0000ff;\">Wikileaks</span></a>‘</span> eruption on the social media waves and <span style=\"color: #0000ff;\"><a href=\"http://online.wsj.com/article/SB10001424052748704594804575648670826747094.html\"><span style=\"color: #0000ff;\">Do Not Track</span></a></span> are just previews. Every company now looks to tap into the boundless user data being collected in the cloud. While personalized, targeted experience can be extremely valuable in helping companies and consumers cut through the clutter, the line between perceived use and abuse can be thin at times, as data mining and targeted ad delivery pioneer <span style=\"color: #0000ff;\"><a href=\"http://online.wsj.com/article/SB10001424052702304410504575560243259416072.html\"><span style=\"color: #0000ff;\">RapLeaf</span></a></span> saw in past months.</p>\r\n<p style=\"text-align: justify;\">In the year ahead we will witness (and be part of) major data virtualization initiatives designed to map our activities, preferences and choices. Mechanisms designed to triangulate our mobile, online and physical information will yield more accurate information than our Social Security numbers can. We will see fierce regulation battles and hear about companies who use our data to test boundaries and our trust. When done, Tom Cruise’s shopping scene in Minority Report will seem as sophisticated as scenes from <span style=\"color: #0000ff;\"><a href=\"http://www.tvparty.com/tunnel.html\"><span style=\"color: #0000ff;\">Time Tunnel</span></a></span> in the 1970s.</p>\r\n<p style=\"text-align: justify;\"><strong>10. The role of the social media strategist will be changing</strong></p>\r\n<p style=\"text-align: justify;\">The glory days when social media strategists rose to stardom overnight (and too often, with little relevant experience) are finally over. Social media roles today focus on tangible, results-driven capabilities within the organizational structure and processes. Hiring managers are more informed and better connected, making it easier to separate the wheat from the chaff.</p>\r\n<p style=\"text-align: justify;\">In 2011, social media strategists will need to contend with much more actionable, and often mundane, tasks such as selecting and piloting new tools, integrating social widgets and analytics, helping to educate the organization, and integrating social-based thinking into the organization’s process and culture. Process design, stakeholder management, strategic planning, and the ability to manage large projects within complex environments will all be required.</p>\r\n<p style=\"text-align: justify;\">Strategists looking to remain inspired and work at the cutting edge will have to look outside today’s leading corporations. Some of the most interesting social media work will come from new media digital agencies, smaller innovative companies, international companies who are just entering the field and late-to-adopt sectors such as health, finance and insurance.</p>\r\n<p style=\"text-align: justify;\">In the year ahead we will see more of the same: more users on Facebook, more videos, more social media widgets, more tools, more devices, more applications. But it will also be a year of important accomplishments and fundamental shifts in our thinking, behavior and psychology. As social media and social technologies integrate deeper into our daily lives and across vast audiences, our areas of focus will begin to transform.</p>\r\n<p style=\"text-align: justify;\">Companies will begin to overhaul their internal structures and decision-making processes even if at a fairly superficial levels at first; consumers will seek to make sense of their evolving relationships, always-on connectedness, and to redefine value and meaning.</p>\r\n<p style=\"text-align: justify;\">As we finally surface from social media stimulus overload, the questions we will ask in the coming year should not be about technology but about what it enables, what it jeopardizes and about how we, as the connected collective, want to shape the years to come.</p>\r\n<p style=\"text-align: justify;\"><em>Source: Read Write Web</em></p>','Impact of Social Media Marketing 2011 - Part 2','','inherit','open','open','','788-revision-4','','','2011-08-31 10:24:32','2011-08-31 02:24:32','',788,'http://newweb.amazingbusinessresources.com/archives/793',0,'revision','',0,NULL),(794,1,'2011-06-11 14:26:26','2011-06-11 06:26:26','<p style=\"text-align: justify;\">Facebook – one of the most famous social media among Malaysian, is wisely used by many corporates as their key marketing tools.</p>\r\n<p style=\"text-align: justify;\">Implementing right strategies on social media is always one of the ever best results a corporate can expect from the market.</p>\r\n<p style=\"text-align: justify;\">Top 5 brands in Malaysia engage Facebook as Social Media:</p>\r\n\r\n<ol style=\"text-align: justify;\">\r\n	<li><span style=\"color: #0000ff;\"><a href=\"http://www.socialbakers.com/facebook-pages/142518590022-mcdonald-s-malaysia\"><span style=\"color: #0000ff;\">McDonald’s Malaysia</span></a></span> - 740 987 fans</li>\r\n	<li><span style=\"color: #0000ff;\"><a href=\"http://www.socialbakers.com/facebook-pages/185244013748-satu-malaysia\"><span style=\"color: #0000ff;\">Satu Malaysia</span></a></span> - 692 575 fans</li>\r\n	<li><span style=\"color: #0000ff;\"><a href=\"http://www.socialbakers.com/facebook-pages/27673314653-pizza-hut-malaysia\"><span style=\"color: #0000ff;\">Pizza Hut Malaysia</span></a></span> - 444 356 fans</li>\r\n	<li><span style=\"color: #0000ff;\"><a href=\"http://www.socialbakers.com/facebook-pages/52798899711-malaysia-airlines-travel\"><span style=\"color: #0000ff;\">Malaysia Airlines Travel</span></a></span> - 316 211 fans</li>\r\n	<li><span style=\"color: #0000ff;\"><a href=\"http://www.socialbakers.com/facebook-pages/361249250138-nike-football-malaysia\"><span style=\"color: #0000ff;\">Nike Football Malaysia</span></a></span> - 268 375 fans</li>\r\n</ol>\r\n<p style=\"text-align: justify;\">Ever think what the objective behind the strategies?</p>\r\n<p style=\"text-align: justify;\">Still thinking Social Media is a FAD?</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-795\" title=\"Malaysia-Facebook-Statistic\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Malaysia-Facebook-Statistic.png\" alt=\"Malaysia-Facebook-Statistic\" width=\"520\" height=\"320\" />Engage <span style=\"color: #0000ff;\"><a href=\"http://amazingbusinessresources.com/contact-us\"><span style=\"color: #0000ff;\">professional</span></a></span> to plan the strategy before miss out the opportunity to grab a market in social media.</p>','Malaysia Facebook Statistics','','publish','open','open','','malaysia-facebook-statistics','','','2011-09-02 23:21:46','2011-09-02 15:21:46','',0,'http://newweb.amazingbusinessresources.com/?p=794',0,'post','',0,NULL),(795,1,'2011-08-31 10:27:38','2011-08-31 02:27:38','','Malaysia-Facebook-Statistic','','inherit','open','open','','malaysia-facebook-statistic','','','2011-08-31 10:27:38','2011-08-31 02:27:38','',794,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Malaysia-Facebook-Statistic.png',0,'attachment','image/png',0,NULL),(796,1,'2011-08-31 10:29:27','2011-08-31 02:29:27','<p style=\"text-align: justify;\">Facebook – one of the most famous social media among Malaysian, is wisely used by many corporates as their key marketing tools.</p>\n<p style=\"text-align: justify;\">Implementing right strategies on social media is always one of the ever best results a corporate can expect from the market.</p>\n<p style=\"text-align: justify;\">Top 5 brands in Malaysia engage Facebook as Social Media:</p>\n\n<ol style=\"text-align: justify;\">\n	<li><a href=\"http://www.socialbakers.com/facebook-pages/142518590022-mcdonald-s-malaysia\">McDonald’s Malaysia</a> - 740 987 fans</li>\n	<li><a href=\"http://www.socialbakers.com/facebook-pages/185244013748-satu-malaysia\">Satu Malaysia</a> - 692 575 fans</li>\n	<li><a href=\"http://www.socialbakers.com/facebook-pages/27673314653-pizza-hut-malaysia\">Pizza Hut Malaysia</a> - 444 356 fans</li>\n	<li><a href=\"http://www.socialbakers.com/facebook-pages/52798899711-malaysia-airlines-travel\">Malaysia Airlines Travel</a> - 316 211 fans</li>\n	<li><a href=\"http://www.socialbakers.com/facebook-pages/361249250138-nike-football-malaysia\">Nike Football Malaysia</a> - 268 375 fans</li>\n</ol>\n<p style=\"text-align: justify;\">Ever think what the objective behind the strategies?</p>\n<p style=\"text-align: justify;\">Still thinking Social Media is a FAD?</p>\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-795\" title=\"Malaysia-Facebook-Statistic\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Malaysia-Facebook-Statistic.png\" alt=\"Malaysia-Facebook-Statistic\" width=\"520\" height=\"320\" />Engage <span style=\"color: #0000ff;\"><a href=\"http://amazingbusinessresources.com/contact-us\"><span style=\"color: #0000ff;\">professional</span></a></span> to plan the strategy before miss out the opportunity to grab a market in social media.</p>','Malaysia Facebook Statistics','','inherit','open','open','','794-revision','','','2011-08-31 10:29:27','2011-08-31 02:29:27','',794,'http://newweb.amazingbusinessresources.com/archives/796',0,'revision','',0,NULL),(797,1,'2011-08-31 10:30:36','2011-08-31 02:30:36','<p style=\"text-align: justify;\">Facebook – one of the most famous social media among Malaysian, is wisely used by many corporates as their key marketing tools.</p>\r\n<p style=\"text-align: justify;\">Implementing right strategies on social media is always one of the ever best results a corporate can expect from the market.</p>\r\n<p style=\"text-align: justify;\">Top 5 brands in Malaysia engage Facebook as Social Media:</p>\r\n\r\n<ol style=\"text-align: justify;\">\r\n	<li><span style=\"color: #0000ff;\"><a href=\"http://www.socialbakers.com/facebook-pages/142518590022-mcdonald-s-malaysia\"><span style=\"color: #0000ff;\">McDonald’s Malaysia</span></a></span> - 740 987 fans</li>\r\n	<li><span style=\"color: #0000ff;\"><a href=\"http://www.socialbakers.com/facebook-pages/185244013748-satu-malaysia\"><span style=\"color: #0000ff;\">Satu Malaysia</span></a></span> - 692 575 fans</li>\r\n	<li><span style=\"color: #0000ff;\"><a href=\"http://www.socialbakers.com/facebook-pages/27673314653-pizza-hut-malaysia\"><span style=\"color: #0000ff;\">Pizza Hut Malaysia</span></a></span> - 444 356 fans</li>\r\n	<li><span style=\"color: #0000ff;\"><a href=\"http://www.socialbakers.com/facebook-pages/52798899711-malaysia-airlines-travel\"><span style=\"color: #0000ff;\">Malaysia Airlines Travel</span></a></span> - 316 211 fans</li>\r\n	<li><span style=\"color: #0000ff;\"><a href=\"http://www.socialbakers.com/facebook-pages/361249250138-nike-football-malaysia\"><span style=\"color: #0000ff;\">Nike Football Malaysia</span></a></span> - 268 375 fans</li>\r\n</ol>\r\n<p style=\"text-align: justify;\">Ever think what the objective behind the strategies?</p>\r\n<p style=\"text-align: justify;\">Still thinking Social Media is a FAD?</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-795\" title=\"Malaysia-Facebook-Statistic\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Malaysia-Facebook-Statistic.png\" alt=\"Malaysia-Facebook-Statistic\" width=\"520\" height=\"320\" />Engage <span style=\"color: #0000ff;\"><a href=\"http://amazingbusinessresources.com/contact-us\"><span style=\"color: #0000ff;\">professional</span></a></span> to plan the strategy before miss out the opportunity to grab a market in social media.</p>','Malaysia Facebook Statistics','','inherit','open','open','','794-autosave','','','2011-08-31 10:30:36','2011-08-31 02:30:36','',794,'http://newweb.amazingbusinessresources.com/archives/797',0,'revision','',0,NULL),(798,1,'2011-08-31 10:29:51','2011-08-31 02:29:51','<p style=\"text-align: justify;\">Facebook – one of the most famous social media among Malaysian, is wisely used by many corporates as their key marketing tools.</p>\r\n<p style=\"text-align: justify;\">Implementing right strategies on social media is always one of the ever best results a corporate can expect from the market.</p>\r\n<p style=\"text-align: justify;\">Top 5 brands in Malaysia engage Facebook as Social Media:</p>\r\n\r\n<ol style=\"text-align: justify;\">\r\n	<li><a href=\"http://www.socialbakers.com/facebook-pages/142518590022-mcdonald-s-malaysia\">McDonald’s Malaysia</a> - 740 987 fans</li>\r\n	<li><a href=\"http://www.socialbakers.com/facebook-pages/185244013748-satu-malaysia\">Satu Malaysia</a> - 692 575 fans</li>\r\n	<li><a href=\"http://www.socialbakers.com/facebook-pages/27673314653-pizza-hut-malaysia\">Pizza Hut Malaysia</a> - 444 356 fans</li>\r\n	<li><a href=\"http://www.socialbakers.com/facebook-pages/52798899711-malaysia-airlines-travel\">Malaysia Airlines Travel</a> - 316 211 fans</li>\r\n	<li><a href=\"http://www.socialbakers.com/facebook-pages/361249250138-nike-football-malaysia\">Nike Football Malaysia</a> - 268 375 fans</li>\r\n</ol>\r\n<p style=\"text-align: justify;\">Ever think what the objective behind the strategies?</p>\r\n<p style=\"text-align: justify;\">Still thinking Social Media is a FAD?</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-795\" title=\"Malaysia-Facebook-Statistic\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Malaysia-Facebook-Statistic.png\" alt=\"Malaysia-Facebook-Statistic\" width=\"520\" height=\"320\" />Engage <span style=\"color: #0000ff;\"><a href=\"http://amazingbusinessresources.com/contact-us\"><span style=\"color: #0000ff;\">professional</span></a></span> to plan the strategy before miss out the opportunity to grab a market in social media.</p>','Malaysia Facebook Statistics','','inherit','open','open','','794-revision-2','','','2011-08-31 10:29:51','2011-08-31 02:29:51','',794,'http://newweb.amazingbusinessresources.com/archives/798',0,'revision','',0,NULL),(799,1,'2011-05-31 10:31:00','2011-05-31 02:31:00','<p style=\"text-align: justify;\">Social Media Marketing traffic is free and can be very beneficial for any businesses.</p>\r\n<p style=\"text-align: justify;\">You may have tremendous traffic from Social Media to you business.</p>\r\n<p style=\"text-align: justify;\"><strong>People will see your message</strong>, find out who you are and what you have to offer. You will be watched on Social Media, it have to regular update and engagement in order for people to know, like and trust you.</p>\r\n<p style=\"text-align: justify;\">You can become an <strong>authority in your niche</strong>. Become well known in your niche. The more internet traffic you can direct to your site the more well known you will become. The good news is that it gets easier as time goes by when you are consistent and provide value.</p>\r\n<p style=\"text-align: justify;\">More<strong> internet traffic</strong> will result in more sales. As always the more eyes on your product or service the more sales you will make. We all like to believe that our product is good for everyone, but that is never the case. People are all at different times and places in their lives and business and will not all be ready for what you have to offer.</p>\r\n<p style=\"text-align: justify;\">More internet traffic will also result in you being able to <strong>make more money</strong>. As a business person it is your responsibility to make money, you MUST do so in order to stay in business.</p>','Social Media Marketing Trafic to Profit','','publish','open','open','','social-media-marketing-trafic-to-profit','','','2011-08-31 10:32:49','2011-08-31 02:32:49','',0,'http://newweb.amazingbusinessresources.com/?p=799',0,'post','',0,NULL),(800,1,'2011-08-31 10:31:30','2011-08-31 02:31:30','<p style=\"text-align: justify;\">Social Media Marketing traffic is free and can be very beneficial for any businesses.</p>\n<p style=\"text-align: justify;\">You may have tremendous traffic from Social Media to you business.</p>\n<p style=\"text-align: justify;\">People will see your message, find out who you are and what you have to offer. You will be watched on Social Media, it have to regular update and engagement in order for people to know, like and trust you.</p>\n<p style=\"text-align: justify;\">You can become an authority in your niche. Become well known in your niche. The more internet traffic you can direct to your site the more well known you will become. The good news is that it gets easier as time goes by when you are consistent and provide value.</p>\n<p style=\"text-align: justify;\">More internet traffic will result in more sales. As always the more eyes on your product or service the more sales you will make. We all like to believe that our product is good for everyone, but that is never the case. People are all at different times and places in their lives and business and will not all be ready for what you have to offer.</p>\n<p style=\"text-align: justify;\">More internet traffic will also result in you being able to make more money. As a business person it is your responsibility to make money, you MUST do so in order to stay in business.</p>','Social Media Marketing Trafic to Profit','','inherit','open','open','','799-revision','','','2011-08-31 10:31:30','2011-08-31 02:31:30','',799,'http://newweb.amazingbusinessresources.com/archives/800',0,'revision','',0,NULL),(801,1,'2011-08-31 10:32:53','2011-08-31 02:32:53','<p style=\"text-align: justify;\">Social Media Marketing traffic is free and can be very beneficial for any businesses.</p>\r\n<p style=\"text-align: justify;\">You may have tremendous traffic from Social Media to you business.</p>\r\n<p style=\"text-align: justify;\"><strong>People will see your message</strong>, find out who you are and what you have to offer. You will be watched on Social Media, it have to regular update and engagement in order for people to know, like and trust you.</p>\r\n<p style=\"text-align: justify;\">You can become an <strong>authority in your niche</strong>. Become well known in your niche. The more internet traffic you can direct to your site the more well known you will become. The good news is that it gets easier as time goes by when you are consistent and provide value.</p>\r\n<p style=\"text-align: justify;\">More<strong> internet traffic</strong> will result in more sales. As always the more eyes on your product or service the more sales you will make. We all like to believe that our product is good for everyone, but that is never the case. People are all at different times and places in their lives and business and will not all be ready for what you have to offer.</p>\r\n<p style=\"text-align: justify;\">More internet traffic will also result in you being able to <strong>make more money</strong>. As a business person it is your responsibility to make money, you MUST do so in order to stay in business.</p>','Social Media Marketing Trafic to Profit','','inherit','open','open','','799-autosave','','','2011-08-31 10:32:53','2011-08-31 02:32:53','',799,'http://newweb.amazingbusinessresources.com/archives/801',0,'revision','',0,NULL),(802,1,'2011-05-18 10:33:12','2011-05-18 02:33:12','<p style=\"text-align: justify;\">Social media started out as a method for people to either <strong>connect</strong> or <strong>reconnect</strong> with each other. Business people use marketing to successfully grow their businesses. The most effective marketing approach is one that uses social media and traditional marketing in tandem. Business owners have figured out that social media marketing has a very positive effect on the success of business and it is a method that takes very little money to accomplish a solid end result.</p>\r\n<p style=\"text-align: justify;\">Marketers are using traditional forms of marketing (radio, television, newspaper, magazine and etc.) as well as using the <strong>Internet</strong> to reach out to existing customers and potential customers.</p>\r\n<p style=\"text-align: justify;\">Social Media Marketing is a group of operations and methods used to generate publicity through social media channels and Internet communities. <strong>Social media advertising</strong> is the planning and executing of advertising campaigns through those channels. The reason that the face of marketing is changing so drastically is that the marketers understand that they need to go wherever the clients are. The fact is that the clients are hanging out in the online social communities.</p>\r\n<p style=\"text-align: justify;\">The idea that the investment that you need to make in order to make social media work has very little to do with actual money is very appealing to a lot of people. The investment that you need to make is <strong>time and effort</strong>. You need to consistently devote a specific amount of time each week to making your Social Media Marketing Activities work for your business. Or you may hire social marketing specialist to do the work for you. Without that consistency and regularity, it won’t work for you.</p>\r\n<p style=\"text-align: justify;\">Social Media Marketing is about <strong>building relationships</strong> with others who will eventually become your customers. It is all about to solve their problems. The more engagements you can build with other people, the more they will begin to trust you, believe in your credibility, want to do business with you, and ultimately become loyal customers.</p>\r\n<p style=\"text-align: justify;\">Remember that you are having discussions with the purpose of <strong>educating, not selling</strong>. The approach is much more suitable and will really take times in building your relationships.</p>\r\n\r\n<h2 style=\"text-align: center;\"><strong>Don’t expect overnight result.</strong></h2>','Setting Right Expectation for Social Media Marketing','','publish','open','open','','social-media-marketing-on-advertising','','','2011-08-31 10:37:58','2011-08-31 02:37:58','',0,'http://newweb.amazingbusinessresources.com/?p=802',0,'post','',0,NULL),(803,1,'2011-08-31 10:36:11','2011-08-31 02:36:11','<p style=\"text-align: justify;\">Social media started out as a method for people to either <strong>connect</strong> or <strong>reconnect</strong> with each other. Business people use marketing to successfully grow their businesses. The most effective marketing approach is one that uses social media and traditional marketing in tandem. Business owners have figured out that social media marketing has a very positive effect on the success of business and it is a method that takes very little money to accomplish a solid end result.</p>\n<p style=\"text-align: justify;\">Marketers are using traditional forms of marketing (radio, television, newspaper, magazine and etc.) as well as using the <strong>Internet</strong> to reach out to existing customers and potential customers.</p>\n<p style=\"text-align: justify;\">Social Media Marketing is a group of operations and methods used to generate publicity through social media channels and Internet communities. <strong>Social media advertising</strong> is the planning and executing of advertising campaigns through those channels. The reason that the face of marketing is changing so drastically is that the marketers understand that they need to go wherever the clients are. The fact is that the clients are hanging out in the online social communities.</p>\n<p style=\"text-align: justify;\">The idea that the investment that you need to make in order to make social media work has very little to do with actual money is very appealing to a lot of people. The investment that you need to make is <strong>time and effort</strong>. You need to consistently devote a specific amount of time each week to making your Social Media Marketing Activities work for your business. Or you may hire social marketing specialist to do the work for you. Without that consistency and regularity, it won’t work for you.</p>\n<p style=\"text-align: justify;\">Social Media Marketing is about <strong>building relationships</strong> with others who will eventually become your customers. It is all about to solve their problems. The more engagements you can build with other people, the more they will begin to trust you, believe in your credibility, want to do business with you, and ultimately become loyal customers.</p>\n<p style=\"text-align: justify;\">Remember that you are having discussions with the purpose of <strong>educating, not selling</strong>. The approach is much more suitable and will really take times in building your relationships.</p>\n<p style=\"text-align: justify;\"><strong>Don’t expect overnight result.</strong></p>','Social Media Marketing on Advertising','','inherit','open','open','','802-revision','','','2011-08-31 10:36:11','2011-08-31 02:36:11','',802,'http://newweb.amazingbusinessresources.com/archives/803',0,'revision','',0,NULL),(804,1,'2011-08-31 10:36:51','2011-08-31 02:36:51','<p style=\"text-align: justify;\">Social media started out as a method for people to either <strong>connect</strong> or <strong>reconnect</strong> with each other. Business people use marketing to successfully grow their businesses. The most effective marketing approach is one that uses social media and traditional marketing in tandem. Business owners have figured out that social media marketing has a very positive effect on the success of business and it is a method that takes very little money to accomplish a solid end result.</p>\r\n<p style=\"text-align: justify;\">Marketers are using traditional forms of marketing (radio, television, newspaper, magazine and etc.) as well as using the <strong>Internet</strong> to reach out to existing customers and potential customers.</p>\r\n<p style=\"text-align: justify;\">Social Media Marketing is a group of operations and methods used to generate publicity through social media channels and Internet communities. <strong>Social media advertising</strong> is the planning and executing of advertising campaigns through those channels. The reason that the face of marketing is changing so drastically is that the marketers understand that they need to go wherever the clients are. The fact is that the clients are hanging out in the online social communities.</p>\r\n<p style=\"text-align: justify;\">The idea that the investment that you need to make in order to make social media work has very little to do with actual money is very appealing to a lot of people. The investment that you need to make is <strong>time and effort</strong>. You need to consistently devote a specific amount of time each week to making your Social Media Marketing Activities work for your business. Or you may hire social marketing specialist to do the work for you. Without that consistency and regularity, it won’t work for you.</p>\r\n<p style=\"text-align: justify;\">Social Media Marketing is about <strong>building relationships</strong> with others who will eventually become your customers. It is all about to solve their problems. The more engagements you can build with other people, the more they will begin to trust you, believe in your credibility, want to do business with you, and ultimately become loyal customers.</p>\r\n<p style=\"text-align: justify;\">Remember that you are having discussions with the purpose of <strong>educating, not selling</strong>. The approach is much more suitable and will really take times in building your relationships.</p>\r\n\r\n<h2 style=\"text-align: center;\"><strong>Don’t expect overnight result.</strong></h2>','Social Media Marketing on Advertising','','inherit','open','open','','802-autosave','','','2011-08-31 10:36:51','2011-08-31 02:36:51','',802,'http://newweb.amazingbusinessresources.com/archives/804',0,'revision','',0,NULL),(805,1,'2011-08-31 10:36:30','2011-08-31 02:36:30','<p style=\"text-align: justify;\">Social media started out as a method for people to either <strong>connect</strong> or <strong>reconnect</strong> with each other. Business people use marketing to successfully grow their businesses. The most effective marketing approach is one that uses social media and traditional marketing in tandem. Business owners have figured out that social media marketing has a very positive effect on the success of business and it is a method that takes very little money to accomplish a solid end result.</p>\r\n<p style=\"text-align: justify;\">Marketers are using traditional forms of marketing (radio, television, newspaper, magazine and etc.) as well as using the <strong>Internet</strong> to reach out to existing customers and potential customers.</p>\r\n<p style=\"text-align: justify;\">Social Media Marketing is a group of operations and methods used to generate publicity through social media channels and Internet communities. <strong>Social media advertising</strong> is the planning and executing of advertising campaigns through those channels. The reason that the face of marketing is changing so drastically is that the marketers understand that they need to go wherever the clients are. The fact is that the clients are hanging out in the online social communities.</p>\r\n<p style=\"text-align: justify;\">The idea that the investment that you need to make in order to make social media work has very little to do with actual money is very appealing to a lot of people. The investment that you need to make is <strong>time and effort</strong>. You need to consistently devote a specific amount of time each week to making your Social Media Marketing Activities work for your business. Or you may hire social marketing specialist to do the work for you. Without that consistency and regularity, it won’t work for you.</p>\r\n<p style=\"text-align: justify;\">Social Media Marketing is about <strong>building relationships</strong> with others who will eventually become your customers. It is all about to solve their problems. The more engagements you can build with other people, the more they will begin to trust you, believe in your credibility, want to do business with you, and ultimately become loyal customers.</p>\r\n<p style=\"text-align: justify;\">Remember that you are having discussions with the purpose of <strong>educating, not selling</strong>. The approach is much more suitable and will really take times in building your relationships.</p>\r\n\r\n<h2 style=\"text-align: justify;\"><strong>Don’t expect overnight result.</strong></h2>','Social Media Marketing on Advertising','','inherit','open','open','','802-revision-2','','','2011-08-31 10:36:30','2011-08-31 02:36:30','',802,'http://newweb.amazingbusinessresources.com/archives/805',0,'revision','',0,NULL),(806,1,'2011-08-31 10:36:46','2011-08-31 02:36:46','<p style=\"text-align: justify;\">Social media started out as a method for people to either <strong>connect</strong> or <strong>reconnect</strong> with each other. Business people use marketing to successfully grow their businesses. The most effective marketing approach is one that uses social media and traditional marketing in tandem. Business owners have figured out that social media marketing has a very positive effect on the success of business and it is a method that takes very little money to accomplish a solid end result.</p>\r\n<p style=\"text-align: justify;\">Marketers are using traditional forms of marketing (radio, television, newspaper, magazine and etc.) as well as using the <strong>Internet</strong> to reach out to existing customers and potential customers.</p>\r\n<p style=\"text-align: justify;\">Social Media Marketing is a group of operations and methods used to generate publicity through social media channels and Internet communities. <strong>Social media advertising</strong> is the planning and executing of advertising campaigns through those channels. The reason that the face of marketing is changing so drastically is that the marketers understand that they need to go wherever the clients are. The fact is that the clients are hanging out in the online social communities.</p>\r\n<p style=\"text-align: justify;\">The idea that the investment that you need to make in order to make social media work has very little to do with actual money is very appealing to a lot of people. The investment that you need to make is <strong>time and effort</strong>. You need to consistently devote a specific amount of time each week to making your Social Media Marketing Activities work for your business. Or you may hire social marketing specialist to do the work for you. Without that consistency and regularity, it won’t work for you.</p>\r\n<p style=\"text-align: justify;\">Social Media Marketing is about <strong>building relationships</strong> with others who will eventually become your customers. It is all about to solve their problems. The more engagements you can build with other people, the more they will begin to trust you, believe in your credibility, want to do business with you, and ultimately become loyal customers.</p>\r\n<p style=\"text-align: justify;\">Remember that you are having discussions with the purpose of <strong>educating, not selling</strong>. The approach is much more suitable and will really take times in building your relationships.</p>\r\n\r\n<h2 style=\"text-align: center;\"><strong>Don’t expect overnight result.</strong></h2>','Social Media Marketing on Advertising','','inherit','open','open','','802-revision-3','','','2011-08-31 10:36:46','2011-08-31 02:36:46','',802,'http://newweb.amazingbusinessresources.com/archives/806',0,'revision','',0,NULL),(807,1,'2011-06-05 10:38:22','2011-06-05 02:38:22','<p style=\"text-align: justify;\">Social media allows you to network your business and website and inform people about the latest happenings in your company. But you can’t just jump into the field of social media marketing without a definite plan. There are hundreds of companies on such websites which use this tool in the worst way possible. As a result, they either don’t get any profit out of it, or get a bad reputation.</p>\r\n<p style=\"text-align: justify;\">Therefore, whenever you use a social media tool for your business, make sure that it is relevant to your business. Here are some important steps that you must keep in mind while social media marketing:</p>\r\n<p style=\"text-align: justify;\"><strong>1. Don’t go overboard</strong>: Beware of being overactive on these websites. This is because most websites ban the users which appear to be over active for spamming.</p>\r\n<p style=\"text-align: justify;\"><strong>2. Make your presence known</strong>: The whole motive of being on a social networking website is to let people know about you. So, grow your network and ensure that your targeted audiences know that you are active on all the social media marketing. You can do this by informing people about this via your website, newsletters and emails.</p>\r\n<p style=\"text-align: justify;\"><strong>3. Regular Activities: </strong>Make sure that you make your posts regularly. Be consistent with your activities on every website to avoid looking unprofessional.</p>\r\n<p style=\"text-align: justify;\">Social Media Marketing is one of the most conventional ways to market your site online or as they say to “Spread the buzz online”. Check out what we are offering at our <a title=\"Social Media Marketing Malaysia\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1\">Social Media Marketing</a> services page.</p>','Increase and engage customers online','','publish','open','open','','increase-and-engage-customers-online','','','2011-08-31 10:50:57','2011-08-31 02:50:57','',0,'http://newweb.amazingbusinessresources.com/?p=807',0,'post','',0,NULL),(808,1,'2011-08-31 10:39:22','2011-08-31 02:39:22','<p style=\"text-align: justify;\">Social media allows you to network your business and website and inform people about the latest happenings in your company. But you can’t just jump into the field of social media marketing without a definite plan. There are hundreds of companies on such websites which use this tool in the worst way possible. As a result, they either don’t get any profit out of it, or get a bad reputation.</p>\n<p style=\"text-align: justify;\">Therefore, whenever you use a social media tool for your business, make sure that it is relevant to your business. Here are some important steps that you must keep in mind while social media marketing:</p>\n<p style=\"text-align: justify;\"><strong>1. Don’t go overboard</strong>: Beware of being overactive on these websites. This is because most websites ban the users which appear to be over active for spamming.</p>\n<p style=\"text-align: justify;\"><strong>2. Make your presence known</strong>: The whole motive of being on a social networking website is to let people know about you. So, grow your network and ensure that your targeted audiences know that you are active on all the social media marketing. You can do this by informing people about this via your website, newsletters and emails.</p>\n<p style=\"text-align: justify;\"><strong>3. Regular Activities: </strong>Make sure that you make your posts regularly. Be consistent with your activities on every website to avoid looking unprofessional.</p>\n<p style=\"text-align: justify;\">Social Media Marketing is one of the most conventional ways to market your site online or as they say to “Spread the buzz online”. Check out what we are offering at our <a title=\"Social Media Marketing Malaysia\" href=\"http://amazingbusinessresources.com/social-media-marketing\">Social Media Marketing</a> services page.</p>','Increase and engage customers online','','inherit','open','open','','807-revision','','','2011-08-31 10:39:22','2011-08-31 02:39:22','',807,'http://newweb.amazingbusinessresources.com/archives/808',0,'revision','',0,NULL),(809,1,'2011-08-31 10:52:00','2011-08-31 02:52:00','<p style=\"text-align: justify;\">Social media allows you to network your business and website and inform people about the latest happenings in your company. But you can’t just jump into the field of social media marketing without a definite plan. There are hundreds of companies on such websites which use this tool in the worst way possible. As a result, they either don’t get any profit out of it, or get a bad reputation.</p>\n<p style=\"text-align: justify;\">Therefore, whenever you use a social media tool for your business, make sure that it is relevant to your business. Here are some important steps that you must keep in mind while social media marketing:</p>\n<p style=\"text-align: justify;\"><strong>1. Don’t go overboard</strong>: Beware of being overactive on these websites. This is because most websites ban the users which appear to be over active for spamming.</p>\n<p style=\"text-align: justify;\"><strong>2. Make your presence known</strong>: The whole motive of being on a social networking website is to let people know about you. So, grow your network and ensure that your targeted audiences know that you are active on all the social media marketing. You can do this by informing people about this via your website, newsletters and emails.</p>\n<p style=\"text-align: justify;\"><strong>3. Regular Activities: </strong>Make sure that you make your posts regularly. Be consistent with your activities on every website to avoid looking unprofessional.</p>\n<p style=\"text-align: justify;\">Social Media Marketing is one of the most conventional ways to market your site online or as they say to “Spread the buzz online”. Check out what we are offering at our <a title=\"Social Media Marketing Malaysia\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1\">Social Media Marketing</a> services page.</p>','Increase and engage customers online','','inherit','open','open','','807-autosave','','','2011-08-31 10:52:00','2011-08-31 02:52:00','',807,'http://newweb.amazingbusinessresources.com/archives/809',0,'revision','',0,NULL),(810,1,'2011-06-15 10:41:58','2011-06-15 02:41:58','<p style=\"text-align: justify;\">A lot of companies have been investing in <strong>Social Media Marketing</strong>, deploying all the necessary efforts (and budgets!) to have a strong presence on major networks such as Facebook, Twitter and Youtube. However, very few of these companies invested in <strong>Email Marketing</strong>. In fact, a lot of them think that Email Marketing is dead, and Social Media is the only way to go.  According to a research by <em>StrongMail</em> (graphic below), Email Marketing is still by far the best form of Online Marketing.</p>\r\n<p style=\"text-align: justify;\"><img title=\"Conversion Rate for Online\" src=\"http://amazingbusinessresources.com/wp-content/uploads/2011/04/Conversion-Rate-for-Online-300x196.gif\" alt=\"\" width=\"300\" height=\"196\" /></p>\r\n<p style=\"text-align: justify;\">Some people still prefer Social Media Marketing, and let’s look at some reasons why :</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">- it is less expensive</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">- it is more real time</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">- it generates increased interaction</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">- it is more likely to go “viral”</p>\r\n<p style=\"text-align: justify;\">Now let’s look at why others prefer to use Email Marketing:</p>\r\n<p style=\"padding-left: 30px; text-align: justify;\">- higher visibility per post/message (a message sent in Social Media has a short life span as it will quickly get dissolved in the sea of other messages)</p>\r\n<p style=\"padding-left: 30px; text-align: justify;\">- more private/exclusive (users feel more concerned by a message in their inbox, than a message on a fanpage)</p>\r\n<p style=\"padding-left: 30px; text-align: justify;\">- Better Monitoring and Statistics (Especially if you use an external software like AWeber. The stats provided are very extensive and help you improve your campaign gradually)</p>\r\n<p style=\"padding-left: 30px; text-align: justify;\">- less prone to negative feedback. When you’re doing SMM, you’re always at risk of potential backlash from those who do not like retweets/likes from brands</p>\r\n<p style=\"padding-left: 30px; text-align: justify;\"><img title=\"Number of Pages viewed\" src=\"http://amazingbusinessresources.com/wp-content/uploads/2011/04/Number-of-Pages-viewed-300x142.gif\" alt=\"\" width=\"300\" height=\"142\" /></p>\r\n<p style=\"text-align: justify;\">The reality is, this debate shouldn’t even exist. It’s like asking a doctor if it is better to exercise or to have a healthy diet in order to lose weight. Both work together! You can achieve wonderful results by combining Social Media Marketing and Email Marketing. For instance, have a customized landing page on on your Facebook Fan Page asking people to sign up to your Newsletter to receive tips and updates. Even better, offer them some kind of incentive to join (Free Ebook, Discount Coupon, Giveaway). This way your Fan Page will help you build up your subscribers database, and when it’s time to launch a promotional message or product update, make sure you launch it on all platforms! This way you get the advantages of both worlds and you are sure to have a maximum reach.</p>\r\n<p style=\"text-align: justify;\">Services like <span style=\"color: #0000ff;\"><a title=\"Email Marketing\" href=\"http://aweber.com/?371675\" target=\"_blank\"><span style=\"color: #0000ff;\"><strong>AWeber</strong> </span></a></span>are amazing for Email Marketing. For a measly $19 a month, AWeber lets you build/customize your own forms, follow-up messages &amp; blog broadcasts to virtually an unlimited number of subscribers. Also, the admin panel gives you an unparalled stats dashboard, showing you how many people received your message, how many clicked it and how many conversions took place. Amazing Business Resources always recommend AWeber for all our clients interested in launching an Email Marketing campaign. Its user-friendliness and powerful features make it one of the leading <span style=\"color: #0000ff;\"><a title=\"Email Marketing Services\" href=\"http://aweber.com/?371675\" target=\"_blank\"><span style=\"color: #0000ff;\"><strong>Email Marketing Services</strong></span></a></span> on the web today.</p>','Social Media Marketing Work Well with Email Marketing','','publish','open','open','','social-media-marketing-work-well-with-email-marketing','','','2011-09-02 23:21:46','2011-09-02 15:21:46','',0,'http://newweb.amazingbusinessresources.com/?p=810',0,'post','',0,NULL),(811,1,'2011-08-31 10:44:57','2011-08-31 02:44:57','<p style=\"text-align: justify;\">A lot of companies have been investing in <strong>Social Media Marketing</strong>, deploying all the necessary efforts (and budgets!) to have a strong presence on major networks such as Facebook, Twitter and Youtube. However, very few of these companies invested in <strong>Email Marketing</strong>. In fact, a lot of them think that Email Marketing is dead, and Social Media is the only way to go.  According to a research by <em>StrongMail</em> (graphic below), Email Marketing is still by far the best form of Online Marketing.</p>\n<p style=\"text-align: justify;\"><img title=\"Conversion Rate for Online\" src=\"http://amazingbusinessresources.com/wp-content/uploads/2011/04/Conversion-Rate-for-Online-300x196.gif\" alt=\"\" width=\"300\" height=\"196\" /></p>\n<p style=\"text-align: justify;\"></p>\n<p style=\"text-align: justify;\">Some people still prefer Social Media Marketing, and let’s look at some reasons why :</p>\n\n<ul style=\"text-align: justify;\">\n	<li>it is less expensive</li>\n	<li>it is more real time</li>\n	<li>it generates increased interaction</li>\n	<li>it is more likely to go “viral”</li>\n</ul>\n<p style=\"text-align: justify;\">Now let’s look at why others prefer to use Email Marketing:</p>\n\n<ul style=\"text-align: justify;\">\n	<li>higher visibility per post/message (a message sent in Social Media has a short life span as it will quickly get dissolved in the sea of other messages)</li>\n	<li>more private/exclusive (users feel more concerned by a message in their inbox, than a message on a fanpage)</li>\n	<li>Better Monitoring and Statistics (Especially if you use an external software like AWeber. The stats provided are very extensive and help you improve your campaign gradually)</li>\n	<li>less prone to negative feedback. When you’re doing SMM, you’re always at risk of potential backlash from those who do not like retweets/likes from brands</li>\n</ul>\n<p style=\"text-align: justify;\"><img title=\"Number of Pages viewed\" src=\"http://amazingbusinessresources.com/wp-content/uploads/2011/04/Number-of-Pages-viewed-300x142.gif\" alt=\"\" width=\"300\" height=\"142\" /></p>\n<p style=\"text-align: justify;\">The reality is, this debate shouldn’t even exist. It’s like asking a doctor if it is better to exercise or to have a healthy diet in order to lose weight. Both work together! You can achieve wonderful results by combining Social Media Marketing and Email Marketing. For instance, have a customized landing page on on your Facebook Fan Page asking people to sign up to your Newsletter to receive tips and updates. Even better, offer them some kind of incentive to join (Free Ebook, Discount Coupon, Giveaway). This way your Fan Page will help you build up your subscribers database, and when it’s time to launch a promotional message or product update, make sure you launch it on all platforms! This way you get the advantages of both worlds and you are sure to have a maximum reach.</p>\n<p style=\"text-align: justify;\">Services like <span style=\"color: #0000ff;\"><a title=\"Email Marketing\" href=\"http://aweber.com/?371675\" target=\"_blank\"><span style=\"color: #0000ff;\"><strong>AWeber</strong> </span></a></span>are amazing for Email Marketing. For a measly $19 a month, AWeber lets you build/customize your own forms, follow-up messages &amp; blog broadcasts to virtually an unlimited number of subscribers. Also, the admin panel gives you an unparalled stats dashboard, showing you how many people received your message, how many clicked it and how many conversions took place. Amazing Business Resources always recommend AWeber for all our clients interested in launching an Email Marketing campaign. Its user-friendliness and powerful features make it one of the leading <span style=\"color: #0000ff;\"><a title=\"Email Marketing Services\" href=\"http://aweber.com/?371675\" target=\"_blank\"><span style=\"color: #0000ff;\"><strong>Email Marketing Services</strong></span></a></span> on the web today.</p>','Social Media Marketing Work Well with Email Marketing','','inherit','open','open','','810-revision','','','2011-08-31 10:44:57','2011-08-31 02:44:57','',810,'http://newweb.amazingbusinessresources.com/archives/811',0,'revision','',0,NULL),(812,1,'2011-08-31 10:47:24','2011-08-31 02:47:24','<p style=\"text-align: justify;\">A lot of companies have been investing in <strong>Social Media Marketing</strong>, deploying all the necessary efforts (and budgets!) to have a strong presence on major networks such as Facebook, Twitter and Youtube. However, very few of these companies invested in <strong>Email Marketing</strong>. In fact, a lot of them think that Email Marketing is dead, and Social Media is the only way to go.  According to a research by <em>StrongMail</em> (graphic below), Email Marketing is still by far the best form of Online Marketing.</p>\r\n<p style=\"text-align: justify;\"><img title=\"Conversion Rate for Online\" src=\"http://amazingbusinessresources.com/wp-content/uploads/2011/04/Conversion-Rate-for-Online-300x196.gif\" alt=\"\" width=\"300\" height=\"196\" /></p>\r\n<p style=\"text-align: justify;\">Some people still prefer Social Media Marketing, and let’s look at some reasons why :</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">- it is less expensive</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">- it is more real time</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">- it generates increased interaction</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">- it is more likely to go “viral”</p>\r\n<p style=\"text-align: justify;\">Now let’s look at why others prefer to use Email Marketing:</p>\r\n<p style=\"padding-left: 30px; text-align: justify;\">- higher visibility per post/message (a message sent in Social Media has a short life span as it will quickly get dissolved in the sea of other messages)</p>\r\n<p style=\"padding-left: 30px; text-align: justify;\">- more private/exclusive (users feel more concerned by a message in their inbox, than a message on a fanpage)</p>\r\n<p style=\"padding-left: 30px; text-align: justify;\">- Better Monitoring and Statistics (Especially if you use an external software like AWeber. The stats provided are very extensive and help you improve your campaign gradually)</p>\r\n<p style=\"padding-left: 30px; text-align: justify;\">- less prone to negative feedback. When you’re doing SMM, you’re always at risk of potential backlash from those who do not like retweets/likes from brands</p>\r\n<p style=\"padding-left: 30px; text-align: justify;\"><img title=\"Number of Pages viewed\" src=\"http://amazingbusinessresources.com/wp-content/uploads/2011/04/Number-of-Pages-viewed-300x142.gif\" alt=\"\" width=\"300\" height=\"142\" /></p>\r\n<p style=\"text-align: justify;\">The reality is, this debate shouldn’t even exist. It’s like asking a doctor if it is better to exercise or to have a healthy diet in order to lose weight. Both work together! You can achieve wonderful results by combining Social Media Marketing and Email Marketing. For instance, have a customized landing page on on your Facebook Fan Page asking people to sign up to your Newsletter to receive tips and updates. Even better, offer them some kind of incentive to join (Free Ebook, Discount Coupon, Giveaway). This way your Fan Page will help you build up your subscribers database, and when it’s time to launch a promotional message or product update, make sure you launch it on all platforms! This way you get the advantages of both worlds and you are sure to have a maximum reach.</p>\r\n<p style=\"text-align: justify;\">Services like <span style=\"color: #0000ff;\"><a title=\"Email Marketing\" href=\"http://aweber.com/?371675\" target=\"_blank\"><span style=\"color: #0000ff;\"><strong>AWeber</strong> </span></a></span>are amazing for Email Marketing. For a measly $19 a month, AWeber lets you build/customize your own forms, follow-up messages &amp; blog broadcasts to virtually an unlimited number of subscribers. Also, the admin panel gives you an unparalled stats dashboard, showing you how many people received your message, how many clicked it and how many conversions took place. Amazing Business Resources always recommend AWeber for all our clients interested in launching an Email Marketing campaign. Its user-friendliness and powerful features make it one of the leading <span style=\"color: #0000ff;\"><a title=\"Email Marketing Services\" href=\"http://aweber.com/?371675\" target=\"_blank\"><span style=\"color: #0000ff;\"><strong>Email Marketing Services</strong></span></a></span> on the web today.</p>','Social Media Marketing Work Well with Email Marketing','','inherit','open','open','','810-autosave','','','2011-08-31 10:47:24','2011-08-31 02:47:24','',810,'http://newweb.amazingbusinessresources.com/archives/812',0,'revision','',0,NULL),(813,1,'2011-08-31 10:45:55','2011-08-31 02:45:55','<p style=\"text-align: justify;\">A lot of companies have been investing in <strong>Social Media Marketing</strong>, deploying all the necessary efforts (and budgets!) to have a strong presence on major networks such as Facebook, Twitter and Youtube. However, very few of these companies invested in <strong>Email Marketing</strong>. In fact, a lot of them think that Email Marketing is dead, and Social Media is the only way to go.  According to a research by <em>StrongMail</em> (graphic below), Email Marketing is still by far the best form of Online Marketing.</p>\r\n<p style=\"text-align: justify;\"><img title=\"Conversion Rate for Online\" src=\"http://amazingbusinessresources.com/wp-content/uploads/2011/04/Conversion-Rate-for-Online-300x196.gif\" alt=\"\" width=\"300\" height=\"196\" /></p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\">Some people still prefer Social Media Marketing, and let’s look at some reasons why :</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>it is less expensive</li>\r\n	<li>it is more real time</li>\r\n	<li>it generates increased interaction</li>\r\n	<li>it is more likely to go “viral”</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">Now let’s look at why others prefer to use Email Marketing:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>higher visibility per post/message (a message sent in Social Media has a short life span as it will quickly get dissolved in the sea of other messages)</li>\r\n	<li>more private/exclusive (users feel more concerned by a message in their inbox, than a message on a fanpage)</li>\r\n	<li>Better Monitoring and Statistics (Especially if you use an external software like AWeber. The stats provided are very extensive and help you improve your campaign gradually)</li>\r\n	<li>less prone to negative feedback. When you’re doing SMM, you’re always at risk of potential backlash from those who do not like retweets/likes from brands</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><img title=\"Number of Pages viewed\" src=\"http://amazingbusinessresources.com/wp-content/uploads/2011/04/Number-of-Pages-viewed-300x142.gif\" alt=\"\" width=\"300\" height=\"142\" /></p>\r\n<p style=\"text-align: justify;\">The reality is, this debate shouldn’t even exist. It’s like asking a doctor if it is better to exercise or to have a healthy diet in order to lose weight. Both work together! You can achieve wonderful results by combining Social Media Marketing and Email Marketing. For instance, have a customized landing page on on your Facebook Fan Page asking people to sign up to your Newsletter to receive tips and updates. Even better, offer them some kind of incentive to join (Free Ebook, Discount Coupon, Giveaway). This way your Fan Page will help you build up your subscribers database, and when it’s time to launch a promotional message or product update, make sure you launch it on all platforms! This way you get the advantages of both worlds and you are sure to have a maximum reach.</p>\r\n<p style=\"text-align: justify;\">Services like <span style=\"color: #0000ff;\"><a title=\"Email Marketing\" href=\"http://aweber.com/?371675\" target=\"_blank\"><span style=\"color: #0000ff;\"><strong>AWeber</strong> </span></a></span>are amazing for Email Marketing. For a measly $19 a month, AWeber lets you build/customize your own forms, follow-up messages &amp; blog broadcasts to virtually an unlimited number of subscribers. Also, the admin panel gives you an unparalled stats dashboard, showing you how many people received your message, how many clicked it and how many conversions took place. Amazing Business Resources always recommend AWeber for all our clients interested in launching an Email Marketing campaign. Its user-friendliness and powerful features make it one of the leading <span style=\"color: #0000ff;\"><a title=\"Email Marketing Services\" href=\"http://aweber.com/?371675\" target=\"_blank\"><span style=\"color: #0000ff;\"><strong>Email Marketing Services</strong></span></a></span> on the web today.</p>','Social Media Marketing Work Well with Email Marketing','','inherit','open','open','','810-revision-2','','','2011-08-31 10:45:55','2011-08-31 02:45:55','',810,'http://newweb.amazingbusinessresources.com/archives/813',0,'revision','',0,NULL),(814,1,'2011-08-31 10:41:07','2011-08-31 02:41:07','<p style=\"text-align: justify;\">Social media allows you to network your business and website and inform people about the latest happenings in your company. But you can’t just jump into the field of social media marketing without a definite plan. There are hundreds of companies on such websites which use this tool in the worst way possible. As a result, they either don’t get any profit out of it, or get a bad reputation.</p>\r\n<p style=\"text-align: justify;\">Therefore, whenever you use a social media tool for your business, make sure that it is relevant to your business. Here are some important steps that you must keep in mind while social media marketing:</p>\r\n<p style=\"text-align: justify;\"><strong>1. Don’t go overboard</strong>: Beware of being overactive on these websites. This is because most websites ban the users which appear to be over active for spamming.</p>\r\n<p style=\"text-align: justify;\"><strong>2. Make your presence known</strong>: The whole motive of being on a social networking website is to let people know about you. So, grow your network and ensure that your targeted audiences know that you are active on all the social media marketing. You can do this by informing people about this via your website, newsletters and emails.</p>\r\n<p style=\"text-align: justify;\"><strong>3. Regular Activities: </strong>Make sure that you make your posts regularly. Be consistent with your activities on every website to avoid looking unprofessional.</p>\r\n<p style=\"text-align: justify;\">Social Media Marketing is one of the most conventional ways to market your site online or as they say to “Spread the buzz online”. Check out what we are offering at our <a title=\"Social Media Marketing Malaysia\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1\">Social Media Marketing</a> services page.</p>','Increase and engage customers online','','inherit','open','open','','807-revision-2','','','2011-08-31 10:41:07','2011-08-31 02:41:07','',807,'http://newweb.amazingbusinessresources.com/archives/814',0,'revision','',0,NULL),(815,1,'2011-08-31 11:02:12','2011-08-31 03:02:12','<p style=\"text-align: justify;\"><strong>Key Questions to Social Media Marketing</strong></p>\r\n<p style=\"text-align: justify;\">It’s the buzz word of the moment. Some see it as an opportunity, others as a threat. Some think they are experts, others actually are. Truth is that <strong>little is known</strong><strong> </strong>about Social Media. Many have tons of questions and queries when come to social media marketing. You may be pondering some of these questions.</p>\r\n<p style=\"text-align: justify;\"><strong>#1: How do I measure social media return on investment?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\"> How can I tell a convincing story to management about the return on investment for social media marketing?</p>\r\n<p style=\"text-align: justify;\"><strong>#2: What works for Social Media Marketing?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">What are the marketing DOs and DON’Ts for Twitter, Facebook , LinkedIn, Blog and Youtube?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I make a message go viral?</p>\r\n<p style=\"text-align: justify;\"><strong>#3: How do I best manage my time with social media?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How much daily time do successful marketers spend on social media marketing?</p>\r\n<p style=\"text-align: justify;\"><strong>#4: How do I reach my target markets with social media?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I use social media marketing to target geographic audiences?</p>\r\n<p style=\"text-align: justify;\"><strong>#5: How do I generate traffic and leads using social media?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I obtain qualified subscribers to our blog, newsletter and/or Twitter feed?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I reach a large audience, outside of my current contacts, and get them to respond?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I drive more traffic to our website using social media marketing?</p>\r\n<p style=\"text-align: justify;\"><strong>#6: How do I implement social media tactics?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\"><strong></strong>Can you provide a comprehensive guide for how to use all the tools?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I enhance our Facebook fan page?</p>\r\n<p style=\"text-align: justify;\"><strong>#7: What are the latest social media trends?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">What can we expect in the next three years? Will social media converge or will there be more divergence?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">Is social media here to stay or is it just a fad?</p>\r\n<p style=\"text-align: justify;\"><strong>#8: How do I get started?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">What are the steps to building a strong social media platform for my business?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I get it all set up if I’m not very tech-savvy?</p>\r\n<p style=\"text-align: justify;\"><strong>#9: How do I integrate my social media activities?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I tie all the applications together to get the best results?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I best keep my social media efforts organized and linked?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">Is there a program or system for pulling all these technologies into one platform?</p>','Social Media FAQ','','publish','open','open','','social-media-faq','','','2011-09-02 23:21:46','2011-09-02 15:21:46','',0,'http://newweb.amazingbusinessresources.com/?p=815',0,'post','',0,NULL),(816,1,'2011-08-31 10:59:49','2011-08-31 02:59:49','<p style=\"text-align: justify;\"><strong>Key Questions to Social Media Marketing</strong></p>\n<p style=\"text-align: justify;\">It’s the buzz word of the moment. Some see it as an opportunity, others as a threat. Some think they are experts, others actually are. Truth is that <strong>little is known</strong><strong> </strong>about Social Media. Many have tons of questions and queries when come to social media marketing. You may be pondering some of these questions.</p>\n<p style=\"text-align: justify;\"><strong>#1: How do I measure social media return on investment?</strong></p>\n<p style=\"text-align: justify; padding-left: 30px;\"> How can I tell a convincing story to management about the return on investment for social media marketing?</p>\n<p style=\"text-align: justify;\"><strong>#2: What works for Social Media Marketing?</strong></p>\n<p style=\"text-align: justify; padding-left: 30px;\">What are the marketing DOs and DON’Ts for Twitter, Facebook , LinkedIn, Blog and Youtube?</p>\n<p style=\"text-align: justify; padding-left: 30px;\">How do I make a message go viral?</p>\n<p style=\"text-align: justify;\"><strong>#3: How do I best manage my time with social media?</strong></p>\n<p style=\"text-align: justify; padding-left: 30px;\">How much daily time do successful marketers spend on social media marketing?</p>\n<p style=\"text-align: justify;\"><strong>#4: How do I reach my target markets with social media?</strong></p>\n<p style=\"text-align: justify; padding-left: 30px;\">How do I use social media marketing to target geographic audiences?</p>\n<p style=\"text-align: justify;\"><strong>#5: How do I generate traffic and leads using social media?</strong></p>\n<p style=\"text-align: justify; padding-left: 30px;\">How do I obtain qualified subscribers to our blog, newsletter and/or Twitter feed?</p>\n<p style=\"text-align: justify; padding-left: 30px;\">How do I reach a large audience, outside of my current contacts, and get them to respond?</p>\n<p style=\"text-align: justify; padding-left: 30px;\">How do I drive more traffic to our website using social media marketing?</p>\n<p style=\"text-align: justify;\"><strong>#6: How do I implement social media tactics?</strong></p>\n<p style=\"text-align: justify; padding-left: 30px;\"><strong></strong>Can you provide a comprehensive guide for how to use all the tools?</p>\n<p style=\"text-align: justify; padding-left: 30px;\">How do I enhance our Facebook fan page?</p>\n<p style=\"text-align: justify;\"><strong>#7: What are the latest social media trends?</strong></p>\n<p style=\"text-align: justify; padding-left: 30px;\">What can we expect in the next three years? Will social media converge or will there be more divergence?</p>\n<p style=\"text-align: justify; padding-left: 30px;\">Is social media here to stay or is it just a fad?</p>\n<p style=\"text-align: justify;\"><strong>#8: How do I get started?</strong></p>\n<p style=\"text-align: justify; padding-left: 30px;\">What are the steps to building a strong social media platform for my business?</p>\n<p style=\"text-align: justify; padding-left: 30px;\">How do I get it all set up if I’m not very tech-savvy?</p>\n<p style=\"text-align: justify;\"><strong>#9: How do I integrate my social media activities?</strong></p>\n<p style=\"text-align: justify; padding-left: 30px;\">How do I tie all the applications together to get the best results?</p>\n<p style=\"text-align: justify; padding-left: 30px;\">How do I best keep my social media efforts organized and linked?</p>\n<p style=\"text-align: justify; padding-left: 30px;\">Is there a program or system for pulling all these technologies into one platform?</p>','Social Media FAQ','','inherit','open','open','','815-revision','','','2011-08-31 10:59:49','2011-08-31 02:59:49','',815,'http://newweb.amazingbusinessresources.com/archives/816',0,'revision','',0,NULL),(817,1,'2011-08-31 11:02:21','2011-08-31 03:02:21','<p style=\"text-align: justify;\"><strong>Key Questions to Social Media Marketing</strong></p>\r\n<p style=\"text-align: justify;\">It’s the buzz word of the moment. Some see it as an opportunity, others as a threat. Some think they are experts, others actually are. Truth is that <strong>little is known</strong><strong> </strong>about Social Media. Many have tons of questions and queries when come to social media marketing. You may be pondering some of these questions.</p>\r\n<p style=\"text-align: justify;\"><strong>#1: How do I measure social media return on investment?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\"> How can I tell a convincing story to management about the return on investment for social media marketing?</p>\r\n<p style=\"text-align: justify;\"><strong>#2: What works for Social Media Marketing?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">What are the marketing DOs and DON’Ts for Twitter, Facebook , LinkedIn, Blog and Youtube?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I make a message go viral?</p>\r\n<p style=\"text-align: justify;\"><strong>#3: How do I best manage my time with social media?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How much daily time do successful marketers spend on social media marketing?</p>\r\n<p style=\"text-align: justify;\"><strong>#4: How do I reach my target markets with social media?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I use social media marketing to target geographic audiences?</p>\r\n<p style=\"text-align: justify;\"><strong>#5: How do I generate traffic and leads using social media?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I obtain qualified subscribers to our blog, newsletter and/or Twitter feed?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I reach a large audience, outside of my current contacts, and get them to respond?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I drive more traffic to our website using social media marketing?</p>\r\n<p style=\"text-align: justify;\"><strong>#6: How do I implement social media tactics?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\"><strong></strong>Can you provide a comprehensive guide for how to use all the tools?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I enhance our Facebook fan page?</p>\r\n<p style=\"text-align: justify;\"><strong>#7: What are the latest social media trends?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">What can we expect in the next three years? Will social media converge or will there be more divergence?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">Is social media here to stay or is it just a fad?</p>\r\n<p style=\"text-align: justify;\"><strong>#8: How do I get started?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">What are the steps to building a strong social media platform for my business?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I get it all set up if I’m not very tech-savvy?</p>\r\n<p style=\"text-align: justify;\"><strong>#9: How do I integrate my social media activities?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I tie all the applications together to get the best results?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I best keep my social media efforts organized and linked?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">Is there a program or system for pulling all these technologies into one platform?</p>','Social Media FAQ','','inherit','open','open','','815-autosave','','','2011-08-31 11:02:21','2011-08-31 03:02:21','',815,'http://newweb.amazingbusinessresources.com/archives/817',0,'revision','',0,NULL),(818,1,'2011-09-01 14:04:54','2011-09-01 06:04:54','<p style=\"text-align: justify;\">If you want to promote your organization or your project, you have to be on the web. Nowadays, it is the first resource that people turn to for information. These 10useful tips can help you communicate what you want to say.</p>\r\n\r\n<ol style=\"text-align: justify;\">\r\n	<li><strong>Define your audience.</strong> Fundamental, but many people forget it! What audience do you want to reach? Fellow scientists? Consortium partners? Potential investors? Journalists? Institutional bodies? The target audience determines what content you present.</li>\r\n	<li><strong>Think about your content</strong>. Most of your visitors won\'t know the subject as well as you do, and have little time to spend reading! So keep it simple and short. Avoid jargon, be concise, focus on the successes and attract your audience by announcing exploitable developments or technologies and their potential benefits.</li>\r\n	<li><strong>Plan a clear structure.</strong> This step is vital. The site should be easy to navigate. Produce a sitemap of your proposed web content. Visitors should ideally finding formation in 2-3 clicks maximum.</li>\r\n	<li><strong>Make it look good.</strong> It sounds so basic, yet it matters! If it looks nice, people tend to give it more value. A good design reflects well on your organization or project.</li>\r\n	<li><strong>Limit graphic content</strong>. Multimedia can make your content more attractive, but don\'t overdo it. Use graphics only if they support your message - white space has proven to be important in communications. Too large images also slow page loading for people with poor connections.</li>\r\n	<li><strong>Offer easily searchable content.</strong> Have a \'search engine\' box on the front page. A number of tools can be found on the web to help you do this, including Google.</li>\r\n	<li><strong>Update your content regularly</strong>. Sites with regularly changing content attract more visitors. Archive what’s out-of-date, update with new content, ensure that you don’t have broken links and add new functions.</li>\r\n	<li><strong>Be media-friendly.</strong> Be ready to feed content to the media by preparing press releases, brochures, CVs of relevant contact people, info about key partners and addresses to be contacted. Put them in a \'Press\' section on your site, and don\'t forget images also.</li>\r\n	<li><strong>Make it interactive.</strong> Allow visitors to interact with the content author or producer. Host a discussion forum or start a blog – it may encourage visitors to drop in more often.</li>\r\n	<li><strong>Domain name is important!</strong> Last but not least, today we remember website names as we used to remember phone numbers. So make sure that your domain name is easy to remember.</li>\r\n</ol>','Criteria to build a Presentable Website','','publish','open','open','','criteria-to-build-a-presentable-website','','','2011-09-02 23:21:46','2011-09-02 15:21:46','',0,'http://newweb.amazingbusinessresources.com/?p=818',0,'post','',0,NULL),(1000,1,'2011-09-30 19:39:59','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2011-09-30 19:39:59','0000-00-00 00:00:00','',0,'http://newweb.amazingbusinessresources.com/?post_type=project&p=1000',0,'project','',0,NULL),(820,1,'2011-09-01 14:03:46','2011-09-01 06:03:46','<p style=\"text-align: justify;\">If you want to promote your organization or your project, you have to be on the web. Nowadays, it is the first resource that people turn to for information. These 10useful tips can help you communicate what you want to say.</p>\n<p style=\"text-align: justify;\"></p>\n\n<ol style=\"text-align: justify;\">\n	<li>Define your audience. Fundamental, but many people forget it! What audience do you want to reach? Fellow scientists? Consortium partners? Potential investors? Journalists? Institutional bodies? The target audience determines what content you present.</li>\n	<li>Think about your content. Most of your visitors won\'t know the subject as well as you do, and have little time to spend reading! So keep it simple and short. Avoid jargon, be concise, focus on the successes and attract your audience by announcing exploitable developments or technologies and their potential benefits.</li>\n	<li>Plan a clear structure. This step is vital. The site should be easy to navigate. Produce a sitemap of your proposed web content. Visitors should ideally finding formation in 2-3 clicks maximum.</li>\n	<li>Make it look good. It sounds so basic, yet it matters! If it looks nice, people tend to give it more value. A good design reflects well on your organization or project.</li>\n	<li>Limit graphic content. Multimedia can make your content more attractive, but don\'t overdo it. Use graphics only if they support your message - white space has proven to be important in communications. Too large images also slow page loading for people with poor connections.</li>\n	<li>Offer easily searchable content. Have a \'search engine\' box on the front page. A number of tools can be found on the web to help you do this, including Google.</li>\n	<li>Update your content regularly. Sites with regularly changing content attract more visitors. Archive what’s out-of-date, update with new content, ensure that you don’t have broken links and add new functions.</li>\n	<li>Be media-friendly. Be ready to feed content to the media by preparing press releases, brochures, CVs of relevant contact people, info about key partners and addresses to be contacted. Put them in a \'Press\' section on your site, and don\'t forget images also.</li>\n	<li>Make it interactive. Allow visitors to interact with the content author or producer. Host a discussion forum or start a blog – it may encourage visitors to drop in more often.</li>\n	<li>Domain name is important! Last but not least, today we remember website names as we used to remember phone numbers. So make sure that your domain name is easy to remember.</li>\n</ol>\n<p style=\"text-align: justify;\"></p>','Criteria to build a Presentable Website','','inherit','open','open','','818-revision','','','2011-09-01 14:03:46','2011-09-01 06:03:46','',818,'http://newweb.amazingbusinessresources.com/archives/820',0,'revision','',0,NULL),(821,1,'2011-09-01 14:04:54','2011-09-01 06:04:54','<p style=\"text-align: justify;\">If you want to promote your organization or your project, you have to be on the web. Nowadays, it is the first resource that people turn to for information. These 10useful tips can help you communicate what you want to say.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n\r\n<ol style=\"text-align: justify;\">\r\n	<li>Define your audience. Fundamental, but many people forget it! What audience do you want to reach? Fellow scientists? Consortium partners? Potential investors? Journalists? Institutional bodies? The target audience determines what content you present.</li>\r\n	<li>Think about your content. Most of your visitors won\'t know the subject as well as you do, and have little time to spend reading! So keep it simple and short. Avoid jargon, be concise, focus on the successes and attract your audience by announcing exploitable developments or technologies and their potential benefits.</li>\r\n	<li>Plan a clear structure. This step is vital. The site should be easy to navigate. Produce a sitemap of your proposed web content. Visitors should ideally finding formation in 2-3 clicks maximum.</li>\r\n	<li>Make it look good. It sounds so basic, yet it matters! If it looks nice, people tend to give it more value. A good design reflects well on your organization or project.</li>\r\n	<li>Limit graphic content. Multimedia can make your content more attractive, but don\'t overdo it. Use graphics only if they support your message - white space has proven to be important in communications. Too large images also slow page loading for people with poor connections.</li>\r\n	<li>Offer easily searchable content. Have a \'search engine\' box on the front page. A number of tools can be found on the web to help you do this, including Google.</li>\r\n	<li>Update your content regularly. Sites with regularly changing content attract more visitors. Archive what’s out-of-date, update with new content, ensure that you don’t have broken links and add new functions.</li>\r\n	<li>Be media-friendly. Be ready to feed content to the media by preparing press releases, brochures, CVs of relevant contact people, info about key partners and addresses to be contacted. Put them in a \'Press\' section on your site, and don\'t forget images also.</li>\r\n	<li>Make it interactive. Allow visitors to interact with the content author or producer. Host a discussion forum or start a blog – it may encourage visitors to drop in more often.</li>\r\n	<li>Domain name is important! Last but not least, today we remember website names as we used to remember phone numbers. So make sure that your domain name is easy to remember.</li>\r\n</ol>\r\n<p style=\"text-align: justify;\"></p>','Criteria to build a Presentable Website','','inherit','open','open','','818-revision-2','','','2011-09-01 14:04:54','2011-09-01 06:04:54','',818,'http://newweb.amazingbusinessresources.com/archives/821',0,'revision','',0,NULL),(822,1,'2011-09-01 14:08:53','2011-09-01 06:08:53','<p style=\"text-align: justify;\">If you want to promote your organization or your project, you have to be on the web. Nowadays, it is the first resource that people turn to for information. These 10useful tips can help you communicate what you want to say.</p>\r\n\r\n<ol style=\"text-align: justify;\">\r\n	<li><strong>Define your audience.</strong> Fundamental, but many people forget it! What audience do you want to reach? Fellow scientists? Consortium partners? Potential investors? Journalists? Institutional bodies? The target audience determines what content you present.</li>\r\n	<li><strong>Think about your content</strong>. Most of your visitors won\'t know the subject as well as you do, and have little time to spend reading! So keep it simple and short. Avoid jargon, be concise, focus on the successes and attract your audience by announcing exploitable developments or technologies and their potential benefits.</li>\r\n	<li><strong>Plan a clear structure.</strong> This step is vital. The site should be easy to navigate. Produce a sitemap of your proposed web content. Visitors should ideally finding formation in 2-3 clicks maximum.</li>\r\n	<li><strong>Make it look good.</strong> It sounds so basic, yet it matters! If it looks nice, people tend to give it more value. A good design reflects well on your organization or project.</li>\r\n	<li><strong>Limit graphic content</strong>. Multimedia can make your content more attractive, but don\'t overdo it. Use graphics only if they support your message - white space has proven to be important in communications. Too large images also slow page loading for people with poor connections.</li>\r\n	<li><strong>Offer easily searchable content.</strong> Have a \'search engine\' box on the front page. A number of tools can be found on the web to help you do this, including Google.</li>\r\n	<li><strong>Update your content regularly</strong>. Sites with regularly changing content attract more visitors. Archive what’s out-of-date, update with new content, ensure that you don’t have broken links and add new functions.</li>\r\n	<li><strong>Be media-friendly.</strong> Be ready to feed content to the media by preparing press releases, brochures, CVs of relevant contact people, info about key partners and addresses to be contacted. Put them in a \'Press\' section on your site, and don\'t forget images also.</li>\r\n	<li><strong>Make it interactive.</strong> Allow visitors to interact with the content author or producer. Host a discussion forum or start a blog – it may encourage visitors to drop in more often.</li>\r\n	<li><strong>Domain name is important!</strong> Last but not least, today we remember website names as we used to remember phone numbers. So make sure that your domain name is easy to remember.</li>\r\n</ol>','Criteria to build a Presentable Website','','inherit','open','open','','818-autosave','','','2011-09-01 14:08:53','2011-09-01 06:08:53','',818,'http://newweb.amazingbusinessresources.com/archives/822',0,'revision','',0,NULL),(823,1,'2011-09-08 14:09:03','2011-09-08 06:09:03','<p style=\"text-align: justify;\">Once you have created your website content, you have to attract your audience to it. Use these ideas to promote your site to the internet search engines and encourage external links.</p>\r\n\r\n<ol>\r\n	<li style=\"text-align: justify;\"><strong>Submit your site to search engines. </strong>The Open Directory project lists your web pages on the major search engines for free.</li>\r\n	<li style=\"text-align: justify;\"><strong>Write a descriptive title for each page. </strong>Use just five to eight words. Ensure that this is marked as \'title\' in the html code. This page title will appear hyper-linked on the search engines when your page is found.</li>\r\n	<li style=\"text-align: justify;\"><strong>Make sure you have keywords </strong>in your content. They should mirror what users would type to find your pages (most search services index each word in an html file. Use short, accurate descriptions to identify ALT attributes within IMG (image) tags.</li>\r\n	<li style=\"text-align: justify;\"><strong>Metatags. </strong>These are embedded in a website’s html code but do not appear. When viewing the site. They help search engines to index your site content. Use them.</li>\r\n	<li style=\"text-align: justify;\"><strong>Ask for reciprocal links. </strong>You can gain visibility on search engines as well as attracting more visitors by having other sites link to yours. For example, you can publish links to your consortium partners\' websites and ask them to return the favour.</li>\r\n	<li style=\"text-align: justify;\"><strong>Submit your links to directories. </strong>Search for the major research actors in your field such as well-reputed web portals, and have your website added to their link section or directory.</li>\r\n	<li style=\"text-align: justify;\"><strong>Issue news releases and submit to press wires. </strong>Send news releases about your events and achievements to print and web periodicals. This may attract journalists to look at your project and publicize it.</li>\r\n	<li style=\"text-align: justify;\"><strong>Offer content for others to use in their newsletters and sites. </strong>You can increase your visibility when you write articles in your area of expertise and supply them to editors for their newsletters. Just ask that they include a link to your website and a one-line description of what you offer.</li>\r\n	<li style=\"text-align: justify;\"><strong>Send out email newsletters. </strong>Though it takes a lot of time, consider publishing a monthly e-mail newsletter. This is a good way to bring users to your website. But remember - it is important not to spam, so do not send e-mails without permission to people who do not want them.</li>\r\n	<li style=\"text-align: justify;\"><strong>Promote your website everywhere. </strong>At conferences, in web forums and in your email signature. Include your web address on business cards and promotional materials. Ensure that all reprints of cards, stationery and marketing materials contain your web address.</li>\r\n</ol>','How to promote a website?','','publish','open','open','','how-to-promote-your-website','','','2011-10-01 12:40:00','2011-10-01 04:40:00','',0,'http://newweb.amazingbusinessresources.com/?p=823',0,'post','',0,NULL),(824,1,'2011-09-01 14:11:14','2011-09-01 06:11:14','<p style=\"text-align: justify;\">Once you have created your website content, you have to attract your audience to it. Use these ideas to promote your site to the internet search engines and encourage external links.</p>\n\n<ol>\n	<li style=\"text-align: justify;\"><strong>Submit your site to search engines. </strong>The Open Directory project lists your web pages on the major search engines for free.</li>\n	<li style=\"text-align: justify;\"><strong>Write a descriptive title for each page. </strong>Use just five to eight words. Ensure that this is marked as \'title\' in the html code. This page title will appear hyper-linked on the search engines when your page is found.</li>\n	<li style=\"text-align: justify;\"><strong>Make sure you have keywords </strong>in your content. They should mirror what users would type to find your pages (most search services index each word in an html file. Use short, accurate descriptions to identify ALT attributes within IMG (image) tags.</li>\n	<li style=\"text-align: justify;\"><strong>Metatags. </strong>These are embedded in a website’s html code but do not appear. When viewing the site. They help search engines to index your site content. Use them.</li>\n	<li style=\"text-align: justify;\"><strong>Ask for reciprocal links. </strong>You can gain visibility on search engines as well as attracting more visitors by having other sites link to yours. For example, you can publish links to your consortium partners\' websites and ask them to return the favour.</li>\n	<li style=\"text-align: justify;\"><strong>Submit your links to directories. </strong>Search for the major research actors in your field such as well-reputed web portals, and have your website added to their link section or directory.</li>\n	<li style=\"text-align: justify;\"><strong>Issue news releases and submit to press wires. </strong>Send news releases about your events and achievements to print and web periodicals. This may attract journalists to look at your project and publicize it.</li>\n	<li style=\"text-align: justify;\"><strong>Offer content for others to use in their newsletters and sites. </strong>You can increase your visibility when you write articles in your area of expertise and supply them to editors for their newsletters. Just ask that they include a link to your website and a one-line description of what you offer.</li>\n	<li style=\"text-align: justify;\"><strong>Send out email newsletters. </strong>Though it takes a lot of time, consider publishing a monthly e-mail newsletter. This is a good way to bring users to your website. But remember - it is important not to spam, so do not send e-mails without permission to people who do not want them.</li>\n	<li style=\"text-align: justify;\"><strong>Promote your website everywhere. </strong>At conferences, in web forums and in your email signature. Include your web address on business cards and promotional materials. Ensure that all reprints of cards, stationery and marketing materials contain your web address.</li>\n</ol>','How to promote your website?','','inherit','open','open','','823-revision','','','2011-09-01 14:11:14','2011-09-01 06:11:14','',823,'http://newweb.amazingbusinessresources.com/archives/824',0,'revision','',0,NULL),(825,1,'2011-10-01 12:41:05','2011-10-01 04:41:05','<p style=\"text-align: justify;\">Once you have created your website content, you have to attract your audience to it. Use these ideas to promote your site to the internet search engines and encourage external links.</p>\n\n<ol>\n	<li style=\"text-align: justify;\"><strong>Submit your site to search engines. </strong>The Open Directory project lists your web pages on the major search engines for free.</li>\n	<li style=\"text-align: justify;\"><strong>Write a descriptive title for each page. </strong>Use just five to eight words. Ensure that this is marked as \'title\' in the html code. This page title will appear hyper-linked on the search engines when your page is found.</li>\n	<li style=\"text-align: justify;\"><strong>Make sure you have keywords </strong>in your content. They should mirror what users would type to find your pages (most search services index each word in an html file. Use short, accurate descriptions to identify ALT attributes within IMG (image) tags.</li>\n	<li style=\"text-align: justify;\"><strong>Metatags. </strong>These are embedded in a website’s html code but do not appear. When viewing the site. They help search engines to index your site content. Use them.</li>\n	<li style=\"text-align: justify;\"><strong>Ask for reciprocal links. </strong>You can gain visibility on search engines as well as attracting more visitors by having other sites link to yours. For example, you can publish links to your consortium partners\' websites and ask them to return the favour.</li>\n	<li style=\"text-align: justify;\"><strong>Submit your links to directories. </strong>Search for the major research actors in your field such as well-reputed web portals, and have your website added to their link section or directory.</li>\n	<li style=\"text-align: justify;\"><strong>Issue news releases and submit to press wires. </strong>Send news releases about your events and achievements to print and web periodicals. This may attract journalists to look at your project and publicize it.</li>\n	<li style=\"text-align: justify;\"><strong>Offer content for others to use in their newsletters and sites. </strong>You can increase your visibility when you write articles in your area of expertise and supply them to editors for their newsletters. Just ask that they include a link to your website and a one-line description of what you offer.</li>\n	<li style=\"text-align: justify;\"><strong>Send out email newsletters. </strong>Though it takes a lot of time, consider publishing a monthly e-mail newsletter. This is a good way to bring users to your website. But remember - it is important not to spam, so do not send e-mails without permission to people who do not want them.</li>\n	<li style=\"text-align: justify;\"><strong>Promote your website everywhere. </strong>At conferences, in web forums and in your email signature. Include your web address on business cards and promotional materials. Ensure that all reprints of cards, stationery and marketing materials contain your web address.</li>\n</ol>','How to promote a website?','','inherit','open','open','','823-autosave','','','2011-10-01 12:41:05','2011-10-01 04:41:05','',823,'http://newweb.amazingbusinessresources.com/archives/825',0,'revision','',0,NULL),(826,1,'2011-10-01 03:43:10','2011-09-30 19:43:10','<p style=\"text-align: justify;\" align=\"justify\">If you’re not really sure how to begin planning the structure and navigation of your website, it might be tempting to just throw caution to the wind and throw the site together. That is certainly one way to do it. However, developing a detailed plan for information structure and navigation is more likely to produce a site that is easy to use, find necessary information, and send a deliberate message of detail and planning to your customers.</p>\r\n<p style=\"text-align: justify;\"><strong>If you’ve already planned and even written the information for your site, a big portion of the process is already complete. </strong></p>\r\n<p style=\"text-align: justify;\">You’ve streamlined the necessary information and considered the things that are relevant and interesting to your users. The structure and navigation of your website will present that information in a way that is organized and easy to find.</p>\r\n<p style=\"text-align: justify;\">The next step is to divide the content you plan to include into categories. Most sites will include some standard categories like contact info, ‘about us’ info, etc. Everything that’s left over should be categorized into main content sections: product information, industry information, etc. Then within the main categories, organize information into subcategories as well.</p>\r\n<p style=\"text-align: justify;\">If there’s any information left over that doesn’t seem to fit naturally into your main categories, you may need to create additional category for that information or you’ll need to evaluate whether that information is valuable. Then allocate a brief but precise label to each of your main categories.</p>\r\n<p style=\"text-align: justify;\">Once you’ve carefully categorized your information, it’s time to decide how that information will be stored, displayed and organized on your website, otherwise known as website navigation.</p>\r\n<p style=\"text-align: justify;\"><strong>Ideally, you’ll have a main navigation bar that appears the same way and the same position no matter where you are in the site.</strong></p>\r\n<p style=\"text-align: justify;\">This main bar allows visitors to easily click through your website without having to backtrack or retrace their steps. The main bar should include the standard information like contact and biographical information. It should also include the tabs that direct visitors to your main categories you allocated previously. That being said, the bar should be fairly short with just a handful of tabs.</p>\r\n<p style=\"text-align: justify;\"><strong>Once you’ve created a main navigation structure, organize the secondary navigation structure.</strong></p>\r\n<p style=\"text-align: justify;\" align=\"justify\">This plan includes labels, menus or other methods of directing customers to the secondary information or sub-categories that you organized previously.</p>\r\n<p style=\"text-align: justify;\">This part of the planning process is where a lot of websites can fall into disarray, so it’s best to keep the secondary navigation plan as simple as possible. Sub-categories can be listed simply on drop-down menus or even built into the text of the webpage. However, be careful that the information is stream-lined and simple, and that your sub-categories don’t reappear in other main categories.</p>\r\n<p style=\"text-align: justify;\">There is nothing more frustrating than a disorganized, confusing website. Make sure that your navigation bars are clearly visible in your design and that the different areas are clearly and specifically labeled. Make it easy for consumers to find the information they want: where you are, how to buy, how much it costs, etc. Think critically and enlist test users for your website that will give you honest feedback about the usability of your site. A well structured website is sure to impress your clientele.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;','Organizing Structure and Navigation Planning','','inherit','open','open','','222-autosave','','','2011-10-01 03:43:10','2011-09-30 19:43:10','',222,'http://newweb.amazingbusinessresources.com/archives/826',0,'revision','',0,NULL),(827,1,'2011-08-29 02:47:11','2011-08-28 18:47:11','','Structure and Navigation Planning','','inherit','open','open','','222-revision-5','','','2011-08-29 02:47:11','2011-08-28 18:47:11','',222,'http://newweb.amazingbusinessresources.com/archives/827',0,'revision','',0,NULL),(828,1,'2011-09-01 14:34:51','2011-09-01 06:34:51','<h2 style=\"text-align: justify;\" align=\"justify\">Organizing Website Structure and Navigation</h2>\r\n<p style=\"text-align: justify;\" align=\"justify\">If you’re not really sure how to begin planning the structure and navigation of your website, it might be tempting to just throw caution to the wind and throw the site together. That is certainly one way to do it. However, developing a detailed plan for information structure and navigation is more likely to produce a site that is easy to use, find necessary information, and send a deliberate message of detail and planning to your customers.\r\n\r\n\r\n<strong>If you’ve already planned and even written the information for your site, a big portion of the process is already complete. </strong>\r\n\r\nYou’ve streamlined the necessary information and considered the things that are relevant and interesting to your users. The structure and navigation of your website will present that information in a way that is organized and easy to find.\r\n\r\nThe next step is to divide the content you plan to include into categories. Most sites will include some standard categories like contact info, ‘about us’ info, etc. Everything that’s left over should be categorized into main content sections: product information, industry information, etc. Then within the main categories, organize information into subcategories as well.\r\n\r\nIf there’s any information left over that doesn’t seem to fit naturally into your main categories, you may need to create additional category for that information or you’ll need to evaluate whether that information is valuable. Then allocate a brief but precise label to each of your main categories.\r\n\r\nOnce you’ve carefully categorized your information, it’s time to decide how that information will be stored, displayed and organized on your website, otherwise known as website navigation.\r\n\r\n\r\n<strong>Ideally, you’ll have a main navigation bar that appears the same way and the same position no matter where you are in the site.</strong>\r\n\r\nThis main bar allows visitors to easily click through your website without having to backtrack or retrace their steps. The main bar should include the standard information like contact and biographical information. It should also include the tabs that direct visitors to your main categories you allocated previously. That being said, the bar should be fairly short with just a handful of tabs.\r\n\r\n<strong>Once you’ve created a main navigation structure, organize the secondary navigation structure.</strong></p>\r\n<p style=\"text-align: justify;\" align=\"justify\">\r\nThis plan includes labels, menus or other methods of directing customers to the secondary information or sub-categories that you organized previously.\r\n\r\nThis part of the planning process is where a lot of websites can fall into disarray, so it’s best to keep the secondary navigation plan as simple as possible. Sub-categories can be listed simply on drop-down menus or even built into the text of the webpage. However, be careful that the information is stream-lined and simple, and that your sub-categories don’t reappear in other main categories.\r\n\r\nThere is nothing more frustrating than a disorganized, confusing website. Make sure that your navigation bars are clearly visible in your design and that the different areas are clearly and specifically labeled. Make it easy for consumers to find the information they want: where you are, how to buy, how much it costs, etc. Think critically and enlist test users for your website that will give you honest feedback about the usability of your site. A well structured website is sure to impress your clientele.</p>','Structure and Navigation Planning','','inherit','open','open','','222-revision-6','','','2011-09-01 14:34:51','2011-09-01 06:34:51','',222,'http://newweb.amazingbusinessresources.com/archives/828',0,'revision','',0,NULL),(829,1,'2011-09-01 14:35:38','2011-09-01 06:35:38','<h2 style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">If you’re not really sure how to begin planning the structure and navigation of your website, it might be tempting to just throw caution to the wind and throw the site together. That is certainly one way to do it. However, developing a detailed plan for information structure and navigation is more likely to produce a site that is easy to use, find necessary information, and send a deliberate message of detail and planning to your customers.</span></h2>\r\n<strong>If you’ve already planned and even written the information for your site, a big portion of the process is already complete. </strong>\r\n\r\nYou’ve streamlined the necessary information and considered the things that are relevant and interesting to your users. The structure and navigation of your website will present that information in a way that is organized and easy to find.\r\n\r\nThe next step is to divide the content you plan to include into categories. Most sites will include some standard categories like contact info, ‘about us’ info, etc. Everything that’s left over should be categorized into main content sections: product information, industry information, etc. Then within the main categories, organize information into subcategories as well.\r\n\r\nIf there’s any information left over that doesn’t seem to fit naturally into your main categories, you may need to create additional category for that information or you’ll need to evaluate whether that information is valuable. Then allocate a brief but precise label to each of your main categories.\r\n\r\nOnce you’ve carefully categorized your information, it’s time to decide how that information will be stored, displayed and organized on your website, otherwise known as website navigation.\r\n\r\n<strong>Ideally, you’ll have a main navigation bar that appears the same way and the same position no matter where you are in the site.</strong>\r\n\r\nThis main bar allows visitors to easily click through your website without having to backtrack or retrace their steps. The main bar should include the standard information like contact and biographical information. It should also include the tabs that direct visitors to your main categories you allocated previously. That being said, the bar should be fairly short with just a handful of tabs.\r\n\r\n<strong>Once you’ve created a main navigation structure, organize the secondary navigation structure.</strong>\r\n<p style=\"text-align: justify;\" align=\"justify\">This plan includes labels, menus or other methods of directing customers to the secondary information or sub-categories that you organized previously.</p>\r\nThis part of the planning process is where a lot of websites can fall into disarray, so it’s best to keep the secondary navigation plan as simple as possible. Sub-categories can be listed simply on drop-down menus or even built into the text of the webpage. However, be careful that the information is stream-lined and simple, and that your sub-categories don’t reappear in other main categories.\r\n\r\nThere is nothing more frustrating than a disorganized, confusing website. Make sure that your navigation bars are clearly visible in your design and that the different areas are clearly and specifically labeled. Make it easy for consumers to find the information they want: where you are, how to buy, how much it costs, etc. Think critically and enlist test users for your website that will give you honest feedback about the usability of your site. A well structured website is sure to impress your clientele.','Organizing Structure and Navigation Planning','','inherit','open','open','','222-revision-7','','','2011-09-01 14:35:38','2011-09-01 06:35:38','',222,'http://newweb.amazingbusinessresources.com/archives/829',0,'revision','',0,NULL),(830,1,'2011-09-02 03:03:04','2011-09-01 19:03:04','<p style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">When developing a website, it’s easy to focus on the layout, look and feel of the site. Visuals are important, but if the copy isn’t useful and engaging, all of your efforts will be wasted. Website copy is unique to other writing styles and a crucial element to the success of your website.</span></p>\r\n<p style=\"text-align: justify;\" align=\"justify\"><strong>In order to ensure that your website includes good copy, you might want to hire a professional. </strong></p>\r\n<p style=\"text-align: justify;\">If you’re a good writer, you have a basic understanding of spelling, sentence structure, and English grammar it’s possible to do it yourself.</p>\r\n<p style=\"text-align: justify;\">But if you don’t want to take any chances, a professional web copy writer will provide quality, engaging copy for your website in a fraction of the time. Even if you’re a confident writer, sometimes it’s hard to see the forest for the trees. A professional writer can give you the outsider’s viewpoint that your website really needs.</p>\r\n<p style=\"text-align: justify;\"><strong>Whether you’ve hired a pro or not, it’s important that your website copy is catchy and keeps the reader interested. </strong></p>\r\n<p style=\"text-align: justify;\">It doesn’t need to read like it was written by a stand-up comic. But if it’s too dry, customers that need a little more persuasion will easily become bored and leave your site.</p>\r\n<p style=\"text-align: justify;\"><strong>It’s equally important that your copy is free of grammatical, typographical, and spelling errors. </strong></p>\r\n<p style=\"text-align: justify;\">Website copy should be clean, easy to read, and flow well. If your copy is awkward and difficult to follow, visitors are free to conclude that your services will be delivered in the same way.</p>\r\n<p style=\"text-align: justify;\"><strong>On top of all of this, website copy should be brief and to the point. </strong></p>\r\n<p style=\"text-align: justify;\">Traditional copy is made up of traditionally long paragraphs and long sentences. Website copy, on the other hand, needs to be very concise. It is necessary to say what you need to say in as few words as you possibly can.</p>\r\n<p style=\"text-align: justify;\"><strong>Your copy should also be structured in a way that is visually easy to read.</strong></p>\r\n<p style=\"text-align: justify;\">It should be written in short paragraphs. Listing your points in bullets and highlighting key words can communicate the necessary information quickly and effectively. In terms of the words on the page, less is definitely more.</p>\r\n<p style=\"text-align: justify;\"><strong>Website copy can also serve to drive visitors to your site. </strong></p>\r\n<p style=\"text-align: justify;\">Including key words and phrases in your website copy can help your site rank higher in search engine listings when visitors search for those key words. Optimizing your site’s search engine ranking is a very sophisticated process. But your copy alone can improve your rank.</p>\r\n<p style=\"text-align: justify;\"><strong>Lastly, website copy should be persuasive.</strong></p>\r\n<p style=\"text-align: justify;\">There’s a lot to know about writing persuasive sales copy for your website and you don’t want to hit your viewer over the head with your agenda. But you can definitely benefit from copy that leans on the consumer’s inclination to purchase your product.</p>\r\n<p style=\"text-align: justify;\">When it comes to website copy, it’s important to emphasize quality over quantity. Keep it short and to the point to ensure your customers get the information they need without having to work for it.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>\r\n<p style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-weight: 800;\">\r\n</span></p>','Content Copywriting','','inherit','open','open','','227-autosave','','','2011-09-02 03:03:04','2011-09-01 19:03:04','',227,'http://newweb.amazingbusinessresources.com/archives/830',0,'revision','',0,NULL),(831,1,'2011-08-29 02:47:40','2011-08-28 18:47:40','','Content Copywriting','','inherit','open','open','','227-revision-3','','','2011-08-29 02:47:40','2011-08-28 18:47:40','',227,'http://newweb.amazingbusinessresources.com/archives/831',0,'revision','',0,NULL),(832,1,'2011-09-01 14:50:17','2011-09-01 06:50:17','<h1 style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">When developing a website, it’s easy to focus on the layout, look and feel of the site. Visuals are important, but if the copy isn’t useful and engaging, all of your efforts will be wasted. Website copy is unique to other writing styles and a crucial element to the success of your website.</span></h1>\r\n<p style=\"text-align: justify;\" align=\"justify\"><strong>- In order to ensure that your website includes good copy, you might want to hire a professional. </strong>\r\n\r\n<strong>- Whether you’ve hired a pro or not, it’s important that your website copy is catchy and keeps the reader interested. </strong>\r\n\r\n<strong>- It’s equally important that your copy is free of grammatical, typographical, and spelling errors. </strong>\r\n\r\n<strong>- On top of all of this, website copy should be brief and to the point. </strong>\r\n\r\n<strong>- Your copy should also be structured in a way that is visually easy to read.</strong>\r\n\r\n<strong>- Website copy can also serve to drive visitors to your site. </strong>\r\n\r\n<strong>- Lastly, website copy should be persuasive.</strong>\r\n\r\n</p>','Content Copywriting','','inherit','open','open','','227-revision-4','','','2011-09-01 14:50:17','2011-09-01 06:50:17','',227,'http://newweb.amazingbusinessresources.com/archives/832',0,'revision','',0,NULL),(833,1,'2011-10-01 01:35:11','2011-09-30 17:35:11','<h2 style=\"text-align: justify;\" align=\"justify\">Briefing Your Designer and Choosing a Web Design</h2>\n<p style=\"text-align: justify;\" align=\"justify\">When building a new website for your business, there are so many different elements to consider: graphics, photos, illustrations, text, navigation, conversation, target market, etc. The list literally goes on and on. Not to mention, you have to decide on a unique aesthetic and design for your website that represents your company and sets it aside from others in the industry. It’s easy to get in over your head.</p>\n<p style=\"text-align: justify;\">Before you proceed with the actual development of your website, it’s important to discuss all elements in detail with your web designer.</p>\n<p style=\"text-align: justify;\"><strong>This part of the process is known as a website brief. </strong></p>\n<p style=\"text-align: justify;\">A well-structured brief will have a number of different elements. Mostly it will address your expectations and goals for your website and provide the developer with all the necessary information and tools he needs from you in order to create a successful site. The brief will also enable you to make decisions, keep the project on track, and redirect if necessary.</p>\n<p style=\"text-align: justify;\">When preparing a brief for your web developer, include information about your business, goals for the project, website content, target market, expectations, deadlines, and contact information. The web developer should have a thorough understanding of your business and industry and what you’re hoping this new website will do for your business. Also, thoroughly describe your clients and target demographic, what they expect from you and your company.</p>\n<p style=\"text-align: justify;\">Also, in order to speed the project along, include all the information and material the developer needs from you to move forward with building the website. This can include any number of things from photos, illustrations, copy and product information, to audio files, logos, testimonials and other content.</p>\n<p style=\"text-align: justify;\"><strong>The brief is also a great area to address the all-important website design. </strong></p>\n<p style=\"text-align: justify;\">If your web developer is also a graphic designer that will be creating the design and graphics for your website, provide an idea of what you’re looking for and discuss your vision in detail. Research websites of other companies in your industry and pick out the ones you like the most. Discuss these options with your web designer and decide how you can make your website attractive and unique.</p>\n<p style=\"text-align: justify;\">To avoid confusion, it’s also important to clearly outline what the web developer is expected to provide and in what timeframe. If everyone agrees on deliverables and delivery dates up front, you stand a better chance of seeing your website completed in a timely fashion.</p>\n<p style=\"text-align: justify;\">If there’s a project manager, assistant or other point of contact that they’ll be connecting with for content or questions throughout the process, make sure they know who that person is and how to get in touch with them. When questions or content requests go unanswered, your website project can become stale and fall behind schedule.</p>\n<p style=\"text-align: justify;\"><strong>A brief is a great way to get your website project started off on the right foot.</strong></p>\n<p style=\"text-align: justify;\">Clear communication and organization at the start of the project will ensure that you get the website you want completed in an efficient way.</p>\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\n\n&nbsp;','Graphic Design','','inherit','open','open','','231-autosave','','','2011-10-01 01:35:11','2011-09-30 17:35:11','',231,'http://newweb.amazingbusinessresources.com/archives/833',0,'revision','',0,NULL),(834,1,'2011-08-29 02:47:52','2011-08-28 18:47:52','','Graphic Design','','inherit','open','open','','231-revision-4','','','2011-08-29 02:47:52','2011-08-28 18:47:52','',231,'http://newweb.amazingbusinessresources.com/archives/834',0,'revision','',0,NULL),(835,1,'2011-09-01 14:51:00','2011-09-01 06:51:00','<p style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">When developing a website, it’s easy to focus on the layout, look and feel of the site. Visuals are important, but if the copy isn’t useful and engaging, all of your efforts will be wasted. Website copy is unique to other writing styles and a crucial element to the success of your website.</span></p>\r\n<p style=\"text-align: justify;\" align=\"justify\"><strong>- In order to ensure that your website includes good copy, you might want to hire a professional. </strong></p>\r\n<strong>- Whether you’ve hired a pro or not, it’s important that your website copy is catchy and keeps the reader interested. </strong>\r\n\r\n<strong>- It’s equally important that your copy is free of grammatical, typographical, and spelling errors. </strong>\r\n\r\n<strong>- On top of all of this, website copy should be brief and to the point. </strong>\r\n\r\n<strong>- Your copy should also be structured in a way that is visually easy to read.</strong>\r\n\r\n<strong>- Website copy can also serve to drive visitors to your site. </strong>\r\n\r\n<strong>- Lastly, website copy should be persuasive.</strong>','Content Copywriting','','inherit','open','open','','227-revision-5','','','2011-09-01 14:51:00','2011-09-01 06:51:00','',227,'http://newweb.amazingbusinessresources.com/archives/835',0,'revision','',0,NULL),(836,1,'2011-09-01 15:00:49','2011-09-01 07:00:49','<p style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">When developing a website, it’s easy to focus on the layout, look and feel of the site. Visuals are important, but if the copy isn’t useful and engaging, all of your efforts will be wasted. Website copy is unique to other writing styles and a crucial element to the success of your website.</span></p>\r\n<p style=\"text-align: justify;\" align=\"justify\"></p>\r\n<p style=\"text-align: justify;\" align=\"justify\"><strong>In order to ensure that your website includes good copy, you might want to hire a professional. </strong>\r\n\r\nIf you’re a good writer, you have a basic understanding of spelling, sentence structure, and English grammar it’s possible to do it yourself.\r\n\r\nBut if you don’t want to take any chances, a professional web copy writer will provide quality, engaging copy for your website in a fraction of the time. Even if you’re a confident writer, sometimes it’s hard to see the forest for the trees. A professional writer can give you the outsider’s viewpoint that your website really needs.\r\n\r\n<strong>Whether you’ve hired a pro or not, it’s important that your website copy is catchy and keeps the reader interested. </strong>\r\n\r\nIt doesn’t need to read like it was written by a stand-up comic. But if it’s too dry, customers that need a little more persuasion will easily become bored and leave your site.\r\n\r\n<strong>It’s equally important that your copy is free of grammatical, typographical, and spelling errors. </strong>\r\n\r\nWebsite copy should be clean, easy to read, and flow well. If your copy is awkward and difficult to follow, visitors are free to conclude that your services will be delivered in the same way.\r\n\r\n<strong>On top of all of this, website copy should be brief and to the point. </strong>\r\n\r\nTraditional copy is made up of traditionally long paragraphs and long sentences. Website copy, on the other hand, needs to be very concise. It is necessary to say what you need to say in as few words as you possibly can.\r\n\r\n<strong>Your copy should also be structured in a way that is visually easy to read.</strong>\r\n\r\nIt should be written in short paragraphs. Listing your points in bullets and highlighting key words can communicate the necessary information quickly and effectively. In terms of the words on the page, less is definitely more.\r\n\r\n<strong>Website copy can also serve to drive visitors to your site. </strong>\r\n\r\nIncluding key words and phrases in your website copy can help your site rank higher in search engine listings when visitors search for those key words. Optimizing your site’s search engine ranking is a very sophisticated process. But your copy alone can improve your rank.\r\n\r\n<strong>Lastly, website copy should be persuasive.</strong>\r\n\r\nThere’s a lot to know about writing persuasive sales copy for your website and you don’t want to hit your viewer over the head with your agenda. But you can definitely benefit from copy that leans on the consumer’s inclination to purchase your product.\r\n\r\nWhen it comes to website copy, it’s important to emphasize quality over quantity. Keep it short and to the point to ensure your customers get the information they need without having to work for it.</p>\r\n<p style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-weight: 800;\">\r\n</span></p>','Content Copywriting','','inherit','open','open','','227-revision-6','','','2011-09-01 15:00:49','2011-09-01 07:00:49','',227,'http://newweb.amazingbusinessresources.com/archives/836',0,'revision','',0,NULL),(837,1,'2011-09-01 14:56:05','2011-09-01 06:56:05','<h2 align=\"justify\">Briefing Your Designer and Choosing a Web Design</h2>\r\n<p align=\"justify\">When building a new website for your business, there are so many different elements to consider: graphics, photos, illustrations, text, navigation, conversation, target market, etc. The list literally goes on and on. Not to mention, you have to decide on a unique aesthetic and design for your website that represents your company and sets it aside from others in the industry. It’s easy to get in over your head.\r\n\r\nBefore you proceed with the actual development of your website, it’s important to discuss all elements in detail with your web designer.</p>','Graphic Design','','inherit','open','open','','231-revision-5','','','2011-09-01 14:56:05','2011-09-01 06:56:05','',231,'http://newweb.amazingbusinessresources.com/archives/837',0,'revision','',0,NULL),(838,1,'2011-09-01 15:05:57','2011-09-01 07:05:57','<h2 style=\"text-align: justify;\" align=\"justify\">Briefing Your Designer and Choosing a Web Design</h2>\r\n<p style=\"text-align: justify;\" align=\"justify\">When building a new website for your business, there are so many different elements to consider: graphics, photos, illustrations, text, navigation, conversation, target market, etc. The list literally goes on and on. Not to mention, you have to decide on a unique aesthetic and design for your website that represents your company and sets it aside from others in the industry. It’s easy to get in over your head.\r\n\r\nBefore you proceed with the actual development of your website, it’s important to discuss all elements in detail with your web designer.\r\n\r\n<strong>This part of the process is known as a website brief. </strong>\r\n\r\nA well-structured brief will have a number of different elements. Mostly it will address your expectations and goals for your website and provide the developer with all the necessary information and tools he needs from you in order to create a successful site. The brief will also enable you to make decisions, keep the project on track, and redirect if necessary.\r\n\r\nWhen preparing a brief for your web developer, include information about your business, goals for the project, website content, target market, expectations, deadlines, and contact information. The web developer should have a thorough understanding of your business and industry and what you’re hoping this new website will do for your business. Also, thoroughly describe your clients and target demographic, what they expect from you and your company.\r\n\r\nAlso, in order to speed the project along, include all the information and material the developer needs from you to move forward with building the website. This can include any number of things from photos, illustrations, copy and product information, to audio files, logos, testimonials and other content.\r\n\r\n<strong>The brief is also a great area to address the all-important website design. </strong>\r\n\r\nIf your web developer is also a graphic designer that will be creating the design and graphics for your website, provide an idea of what you’re looking for and discuss your vision in detail. Research websites of other companies in your industry and pick out the ones you like the most. Discuss these options with your web designer and decide how you can make your website attractive and unique.\r\n\r\nTo avoid confusion, it’s also important to clearly outline what the web developer is expected to provide and in what timeframe. If everyone agrees on deliverables and delivery dates up front, you stand a better chance of seeing your website completed in a timely fashion.\r\n\r\nIf there’s a project manager, assistant or other point of contact that they’ll be connecting with for content or questions throughout the process, make sure they know who that person is and how to get in touch with them. When questions or content requests go unanswered, your website project can become stale and fall behind schedule.\r\n\r\n<strong>A brief is a great way to get your website project started off on the right foot.</strong>\r\n\r\nClear communication and organization at the start of the project will ensure that you get the website you want completed in an efficient way.</p>','Graphic Design','','inherit','open','open','','231-revision-6','','','2011-09-01 15:05:57','2011-09-01 07:05:57','',231,'http://newweb.amazingbusinessresources.com/archives/838',0,'revision','',0,NULL),(839,1,'2011-09-01 14:37:24','2011-09-01 06:37:24','<p style=\"text-align: justify;\" align=\"justify\">If you’re not really sure how to begin planning the structure and navigation of your website, it might be tempting to just throw caution to the wind and throw the site together. That is certainly one way to do it. However, developing a detailed plan for information structure and navigation is more likely to produce a site that is easy to use, find necessary information, and send a deliberate message of detail and planning to your customers.</p>\r\n<p style=\"text-align: justify;\"><strong>If you’ve already planned and even written the information for your site, a big portion of the process is already complete. </strong></p>\r\n<p style=\"text-align: justify;\">You’ve streamlined the necessary information and considered the things that are relevant and interesting to your users. The structure and navigation of your website will present that information in a way that is organized and easy to find.</p>\r\n<p style=\"text-align: justify;\">The next step is to divide the content you plan to include into categories. Most sites will include some standard categories like contact info, ‘about us’ info, etc. Everything that’s left over should be categorized into main content sections: product information, industry information, etc. Then within the main categories, organize information into subcategories as well.</p>\r\n<p style=\"text-align: justify;\">If there’s any information left over that doesn’t seem to fit naturally into your main categories, you may need to create additional category for that information or you’ll need to evaluate whether that information is valuable. Then allocate a brief but precise label to each of your main categories.</p>\r\n<p style=\"text-align: justify;\">Once you’ve carefully categorized your information, it’s time to decide how that information will be stored, displayed and organized on your website, otherwise known as website navigation.</p>\r\n<p style=\"text-align: justify;\"><strong>Ideally, you’ll have a main navigation bar that appears the same way and the same position no matter where you are in the site.</strong></p>\r\n<p style=\"text-align: justify;\">This main bar allows visitors to easily click through your website without having to backtrack or retrace their steps. The main bar should include the standard information like contact and biographical information. It should also include the tabs that direct visitors to your main categories you allocated previously. That being said, the bar should be fairly short with just a handful of tabs.</p>\r\n<p style=\"text-align: justify;\"><strong>Once you’ve created a main navigation structure, organize the secondary navigation structure.</strong></p>\r\n<p style=\"text-align: justify;\" align=\"justify\">This plan includes labels, menus or other methods of directing customers to the secondary information or sub-categories that you organized previously.</p>\r\n<p style=\"text-align: justify;\">This part of the planning process is where a lot of websites can fall into disarray, so it’s best to keep the secondary navigation plan as simple as possible. Sub-categories can be listed simply on drop-down menus or even built into the text of the webpage. However, be careful that the information is stream-lined and simple, and that your sub-categories don’t reappear in other main categories.</p>\r\n<p style=\"text-align: justify;\">There is nothing more frustrating than a disorganized, confusing website. Make sure that your navigation bars are clearly visible in your design and that the different areas are clearly and specifically labeled. Make it easy for consumers to find the information they want: where you are, how to buy, how much it costs, etc. Think critically and enlist test users for your website that will give you honest feedback about the usability of your site. A well structured website is sure to impress your clientele.</p>','Organizing Structure and Navigation Planning','','inherit','open','open','','222-revision-8','','','2011-09-01 14:37:24','2011-09-01 06:37:24','',222,'http://newweb.amazingbusinessresources.com/archives/839',0,'revision','',0,NULL),(840,1,'2011-09-02 03:04:07','2011-09-01 19:04:07','<p style=\"text-align: justify;\">One of the most common way to update information about your business to your customer or potential future customer. It is advisable to create a blog for your business website!</p>\r\n\r\n<div id=\"abm\">\r\n<div id=\"abc\">\r\n<div id=\"articlebody\">\r\n<div>\r\n<p style=\"text-align: justify;\">Writing blog posts people want to read is a matter of speaking honestly and openly about a subject you\'re passionate about. The more you promote your blog, the more people will find it and the greater likelihood that some of those people will read what you have to say, like it, and return. Therefore, your blog posts need to be dynamic, interesting and enjoyable. Here are some tips to write a good blog</p>\r\n\r\n<div id=\"abm\">\r\n<div id=\"abc\">\r\n<div id=\"articlebody\">\r\n<div style=\"text-align: justify;\">\r\n<h3 style=\"text-align: justify;\">1. Choose the Appropriate Tone for Your Blog</h3>\r\nEvery blog has a target audience it\'s written for. Before you start writing blog posts, determine who your primary and secondary audiences will be. Who will want to read your blog and why? Are they seeking professional information and discussions or fun and laughter? Identify not only your goals for your blog but also your audience\'s expectations for it. Then decide what tone would be most appropriate for your blog, and write in that tone and style consistently.\r\n\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<h3>2. Be Honest</h3>\r\nBlogs that are written in an honest voice and truly show who the writer is are often the most popular. Remember, a critical component to a blog\'s success is the community that develops around it. Represent yourself and your content honestly and openly and reader loyalty will undoubtedly grow.\r\n\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<h3>3. Don\'t Just List Links</h3>\r\nBlogging is time-consuming, and sometimes it can be very tempting to just list links to other online content for your readers to follow. Don\'t fall into that trap. Readers don\'t want to have to follow a breadcrumb trail to find something interesting to read. In fact, they might find they like where you lead them more than they like your blog. Instead, give readers a reason to stay on your blog by providing links with your own synopsis and point of view about the content of those links. Remember, a link without context is a simple way to lose readers rather than retain them.\r\n\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<h3>4. Provide Attribution</h3>\r\nDon\'t risk being accused of violating copyrights, plagiarism or stealing content from another blog or website. If you found information on another blog or website that you want to discuss on your blog make sure you provide a link back to the original source.\r\n\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<h3>5. Write in Short Paragraphs</h3>\r\nThe visual appeal of your blog\'s content can be just as important as the content itself. Write your blog posts in short paragraphs (no more than 2-3 sentences is a safe rule) to provide visual relief from a text heavy web page. Most readers will skim a blog post or web page before committing to read it in its entirety. Text heavy web pages and blog posts can be overwhelming to readers while pages with a lot of white space are easier to skim and more likely to keep readers on the page (or to encourage them to link deeper into the site).\r\n\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Website Blog','','inherit','open','open','','234-autosave','','','2011-09-02 03:04:07','2011-09-01 19:04:07','',234,'http://newweb.amazingbusinessresources.com/archives/840',0,'revision','',0,NULL),(841,1,'2011-08-29 02:47:57','2011-08-28 18:47:57','','Website Blog','','inherit','open','open','','234-revision-3','','','2011-08-29 02:47:57','2011-08-28 18:47:57','',234,'http://newweb.amazingbusinessresources.com/archives/841',0,'revision','',0,NULL),(842,1,'2011-09-02 03:04:45','2011-09-01 19:04:45','<h2 style=\"text-align: justify;\">Website Updates and Content Management Systems</h2>\r\n<p style=\"text-align: justify;\" align=\"justify\">Even though your website is up and running, you’re going to need to make changes and updates every once in a while. Sure, you can always call your web developer to do it for you. But sometimes you just need to make a quick change and if your web developer’s not available, that change can be delayed.</p>\r\n<p style=\"text-align: justify;\">Web developers understand how to read and write website language, otherwise known as HTML. It’s their job to understand it. But if you’re a business owner in a line of work that doesn’t have much to do with computers, HTML has no meaning to you at all. But in order to make changes to your website, even simple text changes, you have to understand how to administer those changes in HTML.</p>\r\n<p style=\"text-align: justify;\">A content management system offers a convenient way around the HTML problem. Content management systems serve almost as translation devices between you and your website. They enable everyday users to make any and all changes to their website without the help of an HTML expert or web designer.</p>\r\n<p style=\"text-align: justify;\"><strong>Content management systems allow you to access your website through a dashboard. </strong></p>\r\n<p style=\"text-align: justify;\">This dashboard includes windows into every area of your site so that you can fully access and alter any changes that you wish. You don’t have to know HTML to make changes and you can easily make any updates necessary to continue to improve your website.</p>\r\n<p style=\"text-align: justify;\">You can easily upload pictures and other media to your website, add pages, change copy, and do anything and everything you need to do to alter your website. You can even make changes to your website and then schedule them to post to your site at a later date.</p>\r\n<p style=\"text-align: justify;\">Content management systems are also likely to include additional support from design experts to help you along the way. In this case, you can make substantial changes to your website that require HTML code or more detailed structural changes. A good content management system will arm you with total control and flexibility over the future of your website.</p>\r\n<p style=\"text-align: justify;\"><strong>If you don’t know HTML or have knowledge about web programming, content management systems are almost essential to your ability to run a productive site. </strong></p>\r\n<p style=\"text-align: justify;\">Counting on someone outside your company to be available to make changes can really slow down your progress, and the costs for continuous change can add up quickly. It’s best to able to make the necessary changes whenever and however they need to be made.</p>\r\n<p style=\"text-align: justify;\">Content management is a service that you will need to purchase for your website. There are many different content management systems available to you. Many of them offer different services and perks with their content management packages. There are even content management systems that will optimize your pages for the search engines automatically.</p>\r\n<p style=\"text-align: justify;\">A content management systems isn’t crucial to the development of your website. But it can be extremely helpful to you in maintaining a website that continues to do its job. It might feel like an additional extraneous expense, but a content management system could end up saving you time, money, and frustration in the end.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Content Management System - CMS','','inherit','open','open','','236-autosave','','','2011-09-02 03:04:45','2011-09-01 19:04:45','',236,'http://newweb.amazingbusinessresources.com/archives/842',0,'revision','',0,NULL),(843,1,'2011-08-29 02:48:02','2011-08-28 18:48:02','','Content Management System - CMS','','inherit','open','open','','236-revision-3','','','2011-08-29 02:48:02','2011-08-28 18:48:02','',236,'http://newweb.amazingbusinessresources.com/archives/843',0,'revision','',0,NULL),(844,1,'2011-09-01 15:21:12','2011-09-01 07:21:12','<h2>Website Updates and Content Management Systems</h2>\r\n<p align=\"justify\">Even though your website is up and running, you’re going to need to make changes and updates every once in a while. Sure, you can always call your web developer to do it for you. But sometimes you just need to make a quick change and if your web developer’s not available, that change can be delayed.\r\n\r\nWeb developers understand how to read and write website language, otherwise known as HTML. It’s their job to understand it. But if you’re a business owner in a line of work that doesn’t have much to do with computers, HTML has no meaning to you at all. But in order to make changes to your website, even simple text changes, you have to understand how to administer those changes in HTML.\r\n\r\nA content management system offers a convenient way around the HTML problem. Content management systems serve almost as translation devices between you and your website. They enable everyday users to make any and all changes to their website without the help of an HTML expert or web designer.\r\n\r\n<strong>Content management systems allow you to access your website through a dashboard. </strong>\r\n\r\nThis dashboard includes windows into every area of your site so that you can fully access and alter any changes that you wish. You don’t have to know HTML to make changes and you can easily make any updates necessary to continue to improve your website.\r\n\r\nYou can easily upload pictures and other media to your website, add pages, change copy, and do anything and everything you need to do to alter your website. You can even make changes to your website and then schedule them to post to your site at a later date.\r\n\r\nContent management systems are also likely to include additional support from design experts to help you along the way. In this case, you can make substantial changes to your website that require HTML code or more detailed structural changes. A good content management system will arm you with total control and flexibility over the future of your website.\r\n\r\n<strong>If you don’t know HTML or have knowledge about web programming, content management systems are almost essential to your ability to run a productive site. </strong>\r\n\r\nCounting on someone outside your company to be available to make changes can really slow down your progress, and the costs for continuous change can add up quickly. It’s best to able to make the necessary changes whenever and however they need to be made.\r\n\r\nContent management is a service that you will need to purchase for your website. There are many different content management systems available to you. Many of them offer different services and perks with their content management packages. There are even content management systems that will optimize your pages for the search engines automatically.\r\n\r\nA content management systems isn’t crucial to the development of your website. But it can be extremely helpful to you in maintaining a website that continues to do its job. It might feel like an additional extraneous expense, but a content management system could end up saving you time, money, and frustration in the end.</p>','Content Management System - CMS','','inherit','open','open','','236-revision-4','','','2011-09-01 15:21:12','2011-09-01 07:21:12','',236,'http://newweb.amazingbusinessresources.com/archives/844',0,'revision','',0,NULL),(845,1,'2011-09-01 15:35:09','2011-09-01 07:35:09','<p style=\"text-align: justify;\">Your business may be small - but the Internet lets you think big. Whatever product or service your business offers, the Internet levels the playing field and lets you compete with bigger businesses, reaching customers around the world who can conveniently buy from your online storefront 24 hours a day.</p>\r\n<p style=\"text-align: justify;\">In the competitive world of the Web, growing your business and increasing your profits online</p>\r\n<p style=\"text-align: justify;\">requires careful planning and important steps. For every successful e-commerce business, there are dozens that fail because they don\'t address basic risks and pitfalls along the way. So to take full advantage of the e-commerce opportunity, make sure you base your Web business on a solid foundation that covers every element of e-commerce:</p>\r\n<p style=\"text-align: justify;\"> • Establish your identity. The right domain name, or URL, can make the difference between a memorable e-commerce identity and getting lost in the online crowd.</p>\r\n<p style=\"text-align: justify;\">• Find the right online home. For brick-and-mortar stores, location is everything. Your Web business needs the right home, too. Purchase and set up your own Web server, or find a home for your site with a reputable Internet Service Provider (ISP) or Web host.</p>\r\n<p style=\"text-align: justify;\">• Build an attractive storefront. With the right tools, creating a Web site is easier than ever - but following some basic guidelines will help make your site easy and fun for customers to navigate. And that means more sales for you.</p>\r\n<p style=\"text-align: justify;\">• Let customers know they can trust you. In the anonymous world of the Internet, customers will provide you with private information, like credit card or phone numbers, only if they\'re sure your site is legitimate and the information they send you is protected. Make sure your site is secure - and that your customers know it.</p>\r\n<p style=\"text-align: justify;\">• Make it easy for customers to pay you. You can set up your site so customers can pay by keying in a credit card number. But how will you process that transaction? Make sure you not only offer customers a variety of convenient payment methods, but that you can process them all reliably.</p>\r\n<p style=\"text-align: justify;\">• Let the world know about your site. A memorable domain name, a great looking design, and top-notch products and services can make your site successful only if customers know about it. Promote your site to drive traffic to it.</p>\r\n<p style=\"text-align: justify;\">Clearly, building the elements of e-commerce into your business is a big job, but it is too important to ignore if you want your business to grow and thrive.</p>','e-Commerce','','inherit','open','open','','238-autosave','','','2011-09-01 15:35:09','2011-09-01 07:35:09','',238,'http://newweb.amazingbusinessresources.com/archives/845',0,'revision','',0,NULL),(846,1,'2011-08-29 02:48:09','2011-08-28 18:48:09','','e-Commerce','','inherit','open','open','','238-revision-3','','','2011-08-29 02:48:09','2011-08-28 18:48:09','',238,'http://newweb.amazingbusinessresources.com/archives/846',0,'revision','',0,NULL),(847,1,'2011-09-02 03:05:46','2011-09-01 19:05:46','<p style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">Now that you have a website for your business, you want to make sure that people see it. A website is no good to you if no one actually knows it’s out there. Believe it or not, there are deliberate steps you can take to ensure that people start visiting your site fast and on a consistent basis. There is more and more information on this topic every day, but here are just a few of top things you can do to start generating traffic to your new website.</span></p>\r\n<p style=\"text-align: justify;\" align=\"justify\"><strong>Search Engine Optimization</strong>\r\nYou may have wondered how the internet selects the sites in web search listings. There’s actually a clearly defined system as to how those websites are selected for the results based on keywords appearing consistently in your website. Ensuring that key words appear in your website titles and text makes it easy for web crawlers to find your site when pulling listings for search requests related to your field.<strong>\r\n</strong>\r\n<strong>Participate in forums</strong>\r\nOnline forums are places where consumers, experts, and other interested parties go to discuss, ask questions, and give answers about almost every industry, product, and topic on the planet. Participate in forums related to your industry to provide useful information to consumers about your business and always include a link to your site in your signature. It’s a great way to build exposure and awareness about your company.</p>\r\n<p style=\"text-align: justify;\"><strong>Issue press releases</strong>\r\nPress releases are a great way to generate interest and traffic to your website. They are often available on the web for a long time and will always include links to your site. However, it’s important to only issue press releases when there’s something truly noteworthy happening in your business. Take every quality opportunity to issue a press release about new products, services, or advancements in your industry.</p>\r\n<p style=\"text-align: justify;\"><strong>Start a company newsletter</strong>\r\nVisitors to your site should have the opportunity to subscribe to a free weekly or monthly newsletter associated with your company. Make sure that the newsletter has valuable, readable information so that recipients will be encouraged to forward the newsletter to friends and colleagues. The newsletter should include your website linking information to attract new and repeat visitors.</p>\r\n<p style=\"text-align: justify;\"><strong>Start a company blog</strong>\r\nIf you start a company blog on your site about your services and industry that is useful and up to date, people that find it helpful will issue links to your blog in other sources. If you have a blog that’s not directly linked to your webpage, occasionally make appropriate references to your website and include a link.</p>\r\n<p style=\"text-align: justify;\"><strong>Advertise offline</strong>\r\nEven though just about every element of our lives is conducted over the internet, it’s still a good idea to do some offline advertising for your website. Include your website address on your stationary, business cards and all print material and perhaps even look into advertising your business and website in local papers and other advertising media.</p>\r\n<p style=\"text-align: justify;\">There are many different ways to generate traffic to your new website. With just a little bit of effort and attention, you can start seeing visitors to your website as soon as it goes live.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Generating Traffic to Your Website','','inherit','open','open','','242-autosave','','','2011-09-02 03:05:46','2011-09-01 19:05:46','',242,'http://newweb.amazingbusinessresources.com/archives/847',0,'revision','',0,NULL),(848,1,'2011-08-29 02:50:52','2011-08-28 18:50:52','','Search Engine Friendly','','inherit','open','open','','242-revision-3','','','2011-08-29 02:50:52','2011-08-28 18:50:52','',242,'http://newweb.amazingbusinessresources.com/archives/848',0,'revision','',0,NULL),(850,1,'2011-08-29 02:47:15','2011-08-28 18:47:15','','Conceptulization','','inherit','open','open','','218-revision-6','','','2011-08-29 02:47:15','2011-08-28 18:47:15','',218,'http://newweb.amazingbusinessresources.com/archives/850',0,'revision','',0,NULL),(852,1,'2011-09-01 16:07:07','2011-09-01 08:07:07','<p style=\"text-align: justify;\">A successful business module always start from an idea, followed by the execution of the blueprint, so do a website.  This is the part of creating a website that people tend to skip. And it\'s the most important step in creating a successful website.</p>\r\n<p style=\"text-align: justify;\"><strong>What is a successful website?</strong></p>\r\nIt\'s simply a website that achieves your own goals - be they personal or professional. But all successful websites have some things in common:\r\n<ol>\r\n	<li>High Google Page Rank</li>\r\n	<li>Lots of traffic</li>\r\n	<li>Create participation (response or purchase)</li>\r\n	<li>Easy to find</li>\r\n	<li>Easy to navigate</li>\r\n	<li>Easy to read</li>\r\n</ol>\r\n<p style=\"text-align: justify;\">So how do you manifest all these on your website?</p>\r\nWith website conceptualization and the help of Improve-Your-Website! That\'s the real challenge here -- how to make you as special as you are -- but on the Internet! And that\'s what Improve-Your-Website does when we work with you.\r\n\r\nThe conceptualizing stage of Improving Your Website covers the following topics!\r\n<ol style=\"text-align: justify;\" start=\"1\">\r\n	<li>Your Objective and target audience. <strong>(Website Structure and Navigation Planning)</strong></li>\r\n	<li>Website Content. <strong>(Content Copywriting)</strong></li>\r\n	<li>Web appearance. <strong>(Graphic Design)</strong></li>\r\n	<li>Customer Engagement and Update.<strong> (Website Blog)</strong></li>\r\n	<li>Information update.<strong> (Content Management System – CMS)</strong></li>\r\n	<li>Online Transaction. <strong>(e-Commerce)</strong></li>\r\n	<li><strong>Generating Traffic to Your Website</strong></li>\r\n</ol>\r\n<p style=\"text-align: justify;\">With all that planning -- you\'re bound to succeed!</p>','Website Conceptulization','','inherit','open','open','','218-revision-8','','','2011-09-01 16:07:07','2011-09-01 08:07:07','',218,'http://newweb.amazingbusinessresources.com/archives/852',0,'revision','',0,NULL),(851,1,'2011-09-01 16:06:05','2011-09-01 08:06:05','<p style=\"text-align: justify;\">A successful business module always start from an idea, followed by the execution of the blueprint, so do a website.  This is the part of creating a website that people tend to skip. And it\'s the most important step in creating a successful website.</p>\r\n<p style=\"text-align: justify;\"><strong>What is a successful website?</strong>\r\n\r\nIt\'s simply a website that achieves your own goals - be they personal or professional. But all successful websites have some things in common:</p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>high Google Page Rank</li>\r\n	<li>lots of traffic</li>\r\n	<li>create participation (response or purchase)</li>\r\n	<li>easy to find</li>\r\n	<li>easy to navigate</li>\r\n	<li>easy to read</li>\r\n</ul>\r\n<p style=\"text-align: justify;\">So how do you manifest all these on your website?\r\n\r\nWith website conceptualization and the help of Improve-Your-Website! That\'s the real challenge here -- how to make you as special as you are -- but on the Internet! And that\'s what Improve-Your-Website does when we work with you.\r\n\r\nThe conceptualizing stage of Improving Your Website covers the following topics!</p>\r\n\r\n<ol style=\"text-align: justify;\" start=\"1\">\r\n	<li>Your Objective and target audience. <strong>(Website Structure and Navigation Planning)</strong></li>\r\n	<li>Website Content. <strong>(Content Copywriting)</strong></li>\r\n	<li>Web appearance. <strong>(Graphic Design)</strong></li>\r\n	<li>Customer Engagement and Update.<strong> (Website Blog)</strong></li>\r\n	<li>Information update.<strong> (Content Management System – CMS)</strong></li>\r\n	<li>Online Transaction. <strong>(e-Commerce)</strong></li>\r\n	<li><strong>Generating Traffic to Your Website</strong></li>\r\n</ol>\r\n<p style=\"text-align: justify;\">With all that planning -- you\'re bound to succeed!</p>','Website Conceptulization','','inherit','open','open','','218-revision-7','','','2011-09-01 16:06:05','2011-09-01 08:06:05','',218,'http://newweb.amazingbusinessresources.com/archives/851',0,'revision','',0,NULL),(853,1,'2011-09-01 16:07:51','2011-09-01 08:07:51','<p style=\"text-align: justify;\">A successful business module always start from an idea, followed by the execution of the blueprint, so do a website.  This is the part of creating a website that people tend to skip. And it\'s the most important step in creating a successful website.</p>\r\n<p style=\"text-align: justify;\"><strong>What is a successful website?</strong></p>\r\nIt\'s simply a website that achieves your own goals - be they personal or professional. But all successful websites have some things in common:\r\n<ol>\r\n<ol>\r\n	<li>High Google Page Rank</li>\r\n	<li>Lots of traffic</li>\r\n	<li>Create participation (response or purchase)</li>\r\n	<li>Easy to find</li>\r\n	<li>Easy to navigate</li>\r\n	<li>Easy to read</li>\r\n</ol>\r\n</ol>\r\n<p style=\"text-align: justify;\">So how do you manifest all these on your website?</p>\r\nWith website conceptualization and the help of Improve-Your-Website! That\'s the real challenge here -- how to make you as special as you are -- but on the Internet! And that\'s what Improve-Your-Website does when we work with you.\r\n\r\nThe conceptualizing stage of Improving Your Website covers the following topics!\r\n<ol style=\"text-align: justify;\" start=\"1\">\r\n<ol>\r\n	<li>Your Objective and target audience. <strong>(Website Structure and Navigation Planning)</strong></li>\r\n	<li>Website Content. <strong>(Content Copywriting)</strong></li>\r\n	<li>Web appearance. <strong>(Graphic Design)</strong></li>\r\n	<li>Customer Engagement and Update.<strong> (Website Blog)</strong></li>\r\n	<li>Information update.<strong> (Content Management System – CMS)</strong></li>\r\n	<li>Online Transaction. <strong>(e-Commerce)</strong></li>\r\n	<li><strong>Generating Traffic to Your Website</strong></li>\r\n</ol>\r\n</ol>\r\n<p style=\"text-align: justify;\">With all that planning -- you\'re bound to succeed!</p>','Website Conceptulization','','inherit','open','open','','218-revision-9','','','2011-09-01 16:07:51','2011-09-01 08:07:51','',218,'http://newweb.amazingbusinessresources.com/archives/853',0,'revision','',0,NULL),(854,1,'2011-09-01 16:15:08','2011-09-01 08:15:08','<p style=\"text-align: justify;\">A successful business module always start from an idea, followed by the execution of the blueprint, so do a website.  This is the part of creating a website that people tend to skip. And it\'s the most important step in creating a successful website.</p>\r\n<p style=\"text-align: justify;\"><strong>What is a successful website?</strong></p>\r\nIt\'s simply a website that achieves your own goals - be they personal or professional. But all successful websites have some things in common:\r\n<ol>\r\n<ol>\r\n	<li>High Google Page Rank</li>\r\n	<li>Lots of traffic</li>\r\n	<li>Create participation (response or purchase)</li>\r\n	<li>Easy to find</li>\r\n	<li>Easy to navigate</li>\r\n	<li>Easy to read</li>\r\n</ol>\r\n</ol>\r\n<p style=\"text-align: justify;\">So how do you manifest all these on your website?</p>\r\nWith website conceptualization and the help of Improve-Your-Website! That\'s the real challenge here -- how to make you as special as you are -- but on the Internet! And that\'s what Improve-Your-Website does when we work with you.\r\n\r\nThe conceptualizing stage of Improving Your Website covers the following topics!\r\n<ol style=\"text-align: justify;\" start=\"1\">\r\n<ol>\r\n	<li>Your Objective and target audience. <strong>(Website Structure and Navigation Planning)</strong></li>\r\n	<li>Website Content. <strong>(Content Copywriting)</strong></li>\r\n	<li>Web appearance. <strong>(Graphic Design)</strong></li>\r\n	<li>Customer Engagement and Update.<strong> (Website Blog)</strong></li>\r\n	<li>Information update.<strong> (Content Management System – CMS)</strong></li>\r\n	<li>Online Transaction. <strong>(e-Commerce)</strong></li>\r\n	<li><strong>Generating Traffic to Your Website</strong></li>\r\n</ol>\r\n</ol>\r\n<p style=\"text-align: justify;\">With all that planning -- you\'re bound to succeed!</p>','Website Conceptulization','','inherit','open','open','','218-revision-10','','','2011-09-01 16:15:08','2011-09-01 08:15:08','',218,'http://newweb.amazingbusinessresources.com/archives/854',0,'revision','',0,NULL),(855,1,'2011-09-01 16:17:00','2011-09-01 08:17:00','<p style=\"text-align: justify;\">A successful business module always start from an idea, followed by the execution of the blueprint, so do a website.  This is the part of creating a website that people tend to skip. And it\'s the most important step in creating a successful website.</p>\r\n<p style=\"text-align: justify;\"><strong>What is a successful website?</strong></p>\r\nIt\'s simply a website that achieves your own goals - be they personal or professional. But all successful websites have some things in common:\r\n<p style=\"padding-left: 60px;\">1. High Google Page Rank</p>\r\n<p style=\"padding-left: 60px;\">2. Lots of traffic</p>\r\n<p style=\"padding-left: 60px;\">3. Create participation (response or purchase</p>\r\n<p style=\"padding-left: 60px;\">4. Easy to find</p>\r\n<p style=\"padding-left: 60px;\">5. Easy to navigate</p>\r\n<p style=\"padding-left: 60px;\">6. Easy to read</p>\r\n<p style=\"text-align: justify;\">So how do you manifest all these on your website?</p>\r\nWith website conceptualization and the help of Improve-Your-Website! That\'s the real challenge here -- how to make you as special as you are -- but on the Internet! And that\'s what Improve-Your-Website does when we work with you.\r\n\r\nThe conceptualizing stage of Improving Your Website covers the following topics!\r\n<ol style=\"text-align: justify;\" start=\"1\">\r\n<ol>\r\n	<li>Your Objective and target audience. <strong>(Website Structure and Navigation Planning)</strong></li>\r\n	<li>Website Content. <strong>(Content Copywriting)</strong></li>\r\n	<li>Web appearance. <strong>(Graphic Design)</strong></li>\r\n	<li>Customer Engagement and Update.<strong> (Website Blog)</strong></li>\r\n	<li>Information update.<strong> (Content Management System – CMS)</strong></li>\r\n	<li>Online Transaction. <strong>(e-Commerce)</strong></li>\r\n	<li><strong>Generating Traffic to Your Website</strong></li>\r\n</ol>\r\n</ol>\r\n<p style=\"text-align: justify;\">With all that planning -- you\'re bound to succeed!</p>','Website Conceptulization','','inherit','open','open','','218-revision-11','','','2011-09-01 16:17:00','2011-09-01 08:17:00','',218,'http://newweb.amazingbusinessresources.com/archives/855',0,'revision','',0,NULL),(856,1,'2011-09-01 15:45:08','2011-09-01 07:45:08','<h2 align=\"justify\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">Now that you have a website for your business, you want to make sure that people see it. A website is no good to you if no one actually knows it’s out there. Believe it or not, there are deliberate steps you can take to ensure that people start visiting your site fast and on a consistent basis. There is more and more information on this topic every day, but here are just a few of top things you can do to start generating traffic to your new website.</span></h2>\r\n<p style=\"text-align: justify;\" align=\"justify\">\r\n<strong>Search Engine Optimization</strong>\r\nYou may have wondered how the internet selects the sites in web search listings. There’s actually a clearly defined system as to how those websites are selected for the results based on keywords appearing consistently in your website. Ensuring that key words appear in your website titles and text makes it easy for web crawlers to find your site when pulling listings for search requests related to your field.<strong>\r\n</strong>\r\n<strong>Participate in forums</strong>\r\nOnline forums are places where consumers, experts, and other interested parties go to discuss, ask questions, and give answers about almost every industry, product, and topic on the planet. Participate in forums related to your industry to provide useful information to consumers about your business and always include a link to your site in your signature. It’s a great way to build exposure and awareness about your company.\r\n\r\n<strong>Issue press releases</strong>\r\nPress releases are a great way to generate interest and traffic to your website. They are often available on the web for a long time and will always include links to your site. However, it’s important to only issue press releases when there’s something truly noteworthy happening in your business. Take every quality opportunity to issue a press release about new products, services, or advancements in your industry.\r\n\r\n<strong>Start a company newsletter</strong>\r\nVisitors to your site should have the opportunity to subscribe to a free weekly or monthly newsletter associated with your company. Make sure that the newsletter has valuable, readable information so that recipients will be encouraged to forward the newsletter to friends and colleagues. The newsletter should include your website linking information to attract new and repeat visitors.\r\n\r\n<strong>Start a company blog</strong>\r\nIf you start a company blog on your site about your services and industry that is useful and up to date, people that find it helpful will issue links to your blog in other sources. If you have a blog that’s not directly linked to your webpage, occasionally make appropriate references to your website and include a link.\r\n\r\n<strong>Advertise offline</strong>\r\nEven though just about every element of our lives is conducted over the internet, it’s still a good idea to do some offline advertising for your website. Include your website address on your stationary, business cards and all print material and perhaps even look into advertising your business and website in local papers and other advertising media.\r\n\r\nThere are many different ways to generate traffic to your new website. With just a little bit of effort and attention, you can start seeing visitors to your website as soon as it goes live.</p>','Generating Traffic to Your Website','','inherit','open','open','','242-revision-4','','','2011-09-01 15:45:08','2011-09-01 07:45:08','',242,'http://newweb.amazingbusinessresources.com/archives/856',0,'revision','',0,NULL),(857,1,'2011-09-01 16:20:49','2011-09-01 08:20:49','<p align=\"justify\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">Now that you have a website for your business, you want to make sure that people see it. A website is no good to you if no one actually knows it’s out there. Believe it or not, there are deliberate steps you can take to ensure that people start visiting your site fast and on a consistent basis. There is more and more information on this topic every day, but here are just a few of top things you can do to start generating traffic to your new website.</span></p>\r\n<p style=\"text-align: justify;\" align=\"justify\"><strong>Search Engine Optimization</strong>\r\nYou may have wondered how the internet selects the sites in web search listings. There’s actually a clearly defined system as to how those websites are selected for the results based on keywords appearing consistently in your website. Ensuring that key words appear in your website titles and text makes it easy for web crawlers to find your site when pulling listings for search requests related to your field.<strong>\r\n</strong>\r\n<strong>Participate in forums</strong>\r\nOnline forums are places where consumers, experts, and other interested parties go to discuss, ask questions, and give answers about almost every industry, product, and topic on the planet. Participate in forums related to your industry to provide useful information to consumers about your business and always include a link to your site in your signature. It’s a great way to build exposure and awareness about your company.</p>\r\n<strong>Issue press releases</strong>\r\nPress releases are a great way to generate interest and traffic to your website. They are often available on the web for a long time and will always include links to your site. However, it’s important to only issue press releases when there’s something truly noteworthy happening in your business. Take every quality opportunity to issue a press release about new products, services, or advancements in your industry.\r\n\r\n<strong>Start a company newsletter</strong>\r\nVisitors to your site should have the opportunity to subscribe to a free weekly or monthly newsletter associated with your company. Make sure that the newsletter has valuable, readable information so that recipients will be encouraged to forward the newsletter to friends and colleagues. The newsletter should include your website linking information to attract new and repeat visitors.\r\n\r\n<strong>Start a company blog</strong>\r\nIf you start a company blog on your site about your services and industry that is useful and up to date, people that find it helpful will issue links to your blog in other sources. If you have a blog that’s not directly linked to your webpage, occasionally make appropriate references to your website and include a link.\r\n\r\n<strong>Advertise offline</strong>\r\nEven though just about every element of our lives is conducted over the internet, it’s still a good idea to do some offline advertising for your website. Include your website address on your stationary, business cards and all print material and perhaps even look into advertising your business and website in local papers and other advertising media.\r\n\r\nThere are many different ways to generate traffic to your new website. With just a little bit of effort and attention, you can start seeing visitors to your website as soon as it goes live.','Generating Traffic to Your Website','','inherit','open','open','','242-revision-5','','','2011-09-01 16:20:49','2011-09-01 08:20:49','',242,'http://newweb.amazingbusinessresources.com/archives/857',0,'revision','',0,NULL),(860,1,'2011-08-29 22:00:21','2011-08-29 14:00:21','hello','Social Media Marketing','','inherit','open','open','','313-revision-7','','','2011-08-29 22:00:21','2011-08-29 14:00:21','',313,'http://newweb.amazingbusinessresources.com/archives/860',0,'revision','',0,NULL),(862,1,'2011-08-30 01:37:41','2011-08-29 17:37:41','<img class=\"aligncenter size-full wp-image-527\" title=\"Sms Marketing | Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy.jpg\" alt=\"Sms Marketing | Mobile Marketing\" width=\"600\" height=\"200\" />\r\n\r\nMobile marketing increases your marketing reach by allowing your brand to be viewed on thousands of mobile phones - anywhere and at any time of the day\r\n\r\nMobile Marketing Trend\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Rich penetration - 91% of Malaysian  population own a phone no</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>1 to 1 marketing - selective to reach your targeted customer only</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>High personalized medium - unique number to reach a specific person</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Short time to market - quick and easy communication platform, high reach media</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Interactive relationship -fast responds and reply medium</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Efficient response monitoring -direct insight into each campaign and media respond for customer behaviour analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Database compiling and analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Effective ROI - low marketing budget with high return of investment</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>It\'s GREEN</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nWe specializing in creating SMS campaign for our corporate clients:\r\n<h2>   <span style=\"color: #ff0000;\">Mobile Vouchers Mobile Survey</span>    Mobile MGM   <span style=\"color: #000080;\">Mobile Voting Contest</span></h2>\r\n<h2>              Mobile Birthday Special        <span style=\"color: #808080;\"> Mobiel Alerts for Member days</span></h2>\r\n<h2>                        <span style=\"color: #000080;\">Spend &amp; Win Mobile Contest  </span>                Mobile RSVP</h2>\r\n<h2><span style=\"color: #999999;\">     Mobile CRM for Personal TOUCH</span>             <span style=\"color: #ff0000;\">Mobile Document</span></h2>\r\n<h2></h2>\r\n&nbsp;','Mobile Marketing','','inherit','open','open','','370-revision-6','','','2011-08-30 01:37:41','2011-08-29 17:37:41','',370,'http://newweb.amazingbusinessresources.com/archives/862',0,'revision','',0,NULL),(863,1,'2011-08-30 00:59:15','2011-08-29 16:59:15','<img class=\"aligncenter size-full wp-image-516\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Banner_2.jpg\" alt=\"Media Planning\" width=\"600\" height=\"200\" />\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Online Advertising</span></strong></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Offline Advertising</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><span style=\"color: #808080;\"><span style=\"color: #000080;\"><strong><span style=\"color: #ff0000;\">Amazing</span> Business Resources</strong></span> media buying division specializes in placing online advertisements on behalf of clients. We specialized in <strong>Online Advertising Management.</strong></span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">Our marketing initiatives are designed to meet the specific objectives of each advertiser, with a strong focus on the bottom line. The division is comprised of several core competencies, including traditional online media buying, search engine marketing (SEM), contextual advertising, banner placements, creative strategy, and email marketing. Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on.</span></p>\r\n</td>\r\n<td rowspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> provides an effective and efficient evaluation service for advertisers who may be unsure about how to best monitor and appraise what they’re getting for their all important advertising monies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">We will assist in setting budgets and targets, in choosing which media channels are best to reach target groups and whether most efficient pricing is being achieved is what we’re here to do.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">We’ll be only too happy to come and talk to you about your current media plans, and to help you ensure that you squeeze the maximum return from your budget.</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong></p>','Media Planning','','inherit','open','open','','372-revision-10','','','2011-08-30 00:59:15','2011-08-29 16:59:15','',372,'http://newweb.amazingbusinessresources.com/archives/863',0,'revision','',0,NULL),(1116,1,'2011-10-01 11:15:31','2011-10-01 03:15:31','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\">\r\n<h3><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Online Advertising</span></strong></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong>Amazing Business Resources</strong> media buying division specializes in placing online advertisements on behalf of clients. We specialized in Online Advertising Management.\r\n<p style=\"text-align: justify;\">Our marketing initiatives are designed to meet the specific objectives of each advertiser, with a strong focus on the bottom line. The division is comprised of several core competencies, including traditional online media buying, search engine marketing (SEM), contextual advertising, banner placements, creative strategy, and email marketing. Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" colspan=\"1\">\r\n<h3><strong>Offline Advertising</strong></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\">\r\n<p style=\"text-align: justify;\"><strong>Amazing Business Resources</strong> provides an effective and efficient evaluation service for advertisers who may be unsure about how to best monitor and appraise what they’re getting for their all important advertising monies.</p>\r\n<p style=\"text-align: justify;\">We will assist in setting budgets and targets, in choosing which media channels are best to reach target groups and whether most efficient pricing is being achieved is what we’re here to do.</p>\r\n<p style=\"text-align: justify;\">We’ll be only too happy to come and talk to you about your current media plans, and to help you ensure that you squeeze the maximum return from your budget.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify; padding-left: 30px;\"><strong>\r\n</strong></p>','Media Planning','','inherit','open','open','','372-revision-16','','','2011-10-01 11:15:31','2011-10-01 03:15:31','',372,'http://newweb.amazingbusinessresources.com/archives/1116',0,'revision','',0,NULL),(864,1,'2011-09-01 16:48:28','2011-09-01 08:48:28','<img class=\"aligncenter size-full wp-image-516\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Banner_2.jpg\" alt=\"Media Planning\" width=\"600\" height=\"200\" />\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Online Advertising</span></strong></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Offline Advertising</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><span style=\"color: #808080;\"><span style=\"color: #000080;\"><strong><span style=\"color: #ff0000;\">Amazing</span> Business Resources</strong></span> media buying division specializes in placing online advertisements on behalf of clients. We specialized in <strong>Online Advertising Management.</strong></span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">Our marketing initiatives are designed to meet the specific objectives of each advertiser, with a strong focus on the bottom line. The division is comprised of several core competencies, including traditional online media buying, search engine marketing (SEM), contextual advertising, banner placements, creative strategy, and email marketing. Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on.</span></p>\r\n</td>\r\n<td rowspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> provides an effective and efficient evaluation service for advertisers who may be unsure about how to best monitor and appraise what they’re getting for their all important advertising monies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">We will assist in setting budgets and targets, in choosing which media channels are best to reach target groups and whether most efficient pricing is being achieved is what we’re here to do.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">We’ll be only too happy to come and talk to you about your current media plans, and to help you ensure that you squeeze the maximum return from your budget. </span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">\r\n</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"3\">&nbsp;\r\n\r\nWant to learn more about how we can improve your results? Give us a call today or request a personal consultation!</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong></p>','Media Planning','','inherit','open','open','','372-revision-11','','','2011-09-01 16:48:28','2011-09-01 08:48:28','',372,'http://newweb.amazingbusinessresources.com/archives/864',0,'revision','',0,NULL),(865,1,'2011-08-29 02:42:35','2011-08-28 18:42:35','','LinkedIn Marketing','','inherit','open','open','','265-revision-3','','','2011-08-29 02:42:35','2011-08-28 18:42:35','',265,'http://newweb.amazingbusinessresources.com/archives/865',0,'revision','',0,NULL),(866,1,'2011-08-30 02:15:39','2011-08-29 18:15:39','<p style=\"text-align: justify;\"><strong>Facebook For Business</strong></p>\r\n<p style=\"text-align: justify;\">Facebook presents a unique marketing opportunity for businesses through the creation of Facebook Business Pages. As more people explore social media, social networking sites have become some of the key online sources they use to learn more about products, organizations, artists and world events. Marketing on Facebook has a viral effect – information spreads through networks exponentially.</p>\r\n<p style=\"text-align: justify;\">There are two primary ways for companies to market on Facebook. The first is through Facebook Groups and the second is through Facebook Pages. Groups are more focused on bringing together groups of people who share common interests, whereas pages are places where users can interact around and with a particular brand or product.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_3.jpg\"><img class=\"aligncenter size-full wp-image-554\" title=\"Facebook Marketing | Facebook Fan Page | Facebook for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_3.jpg\" alt=\"Facebook Marketing | Facebook Fan Page | Facebook for Business\" width=\"600\" height=\"200\" /></a></p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"><strong>Let’s take a look on Facebook Statistic realease on April 2011.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>People on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 500 million active users</li>\r\n	<li>50% of our active users log on to Facebook in any given day</li>\r\n	<li>Average user has 130 friends</li>\r\n	<li>People spend over 700 billion minutes per month on Facebook</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Activity on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are over 900 million objects that people interact with (pages, groups, events and community pages)</li>\r\n	<li>Average user is connected to 80 community pages, groups and events</li>\r\n	<li>Average user creates 90 pieces of content each month</li>\r\n	<li>More than 30 billion pieces of content (web links, news stories, blog posts, notes, photo albums, etc.) shared each month.</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Global Reach</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 70 translations available on the site</li>\r\n	<li>About 70% of Facebook users are outside the United States</li>\r\n	<li>Over 300,000 users helped translate the site through the translations application</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Platform</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>Entrepreneurs and developers from more than 190 countries build with Facebook Platform</li>\r\n	<li>People on Facebook install 20 million applications every day</li>\r\n	<li>Every month, more than 250 million people engage with Facebook on external websites</li>\r\n	<li>Since social plugins launched in April 2010, an average of 10,000 new websites integrate with Facebook every day</li>\r\n	<li>More than 2.5 million websites have integrated with Facebook, including over 80 of comScore’s U.S. Top 100 websites and over half of comScore’s Global Top 100 websites</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Mobile</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are more than 200 million active users currently accessing Facebook through their mobile devices.</li>\r\n	<li>People that use Facebook on their mobile devices are twice as active on Facebook than non-mobile users.</li>\r\n	<li>There are more than 200 mobile operators in 60 countries working to deploy and promote Facebook mobile products</li>\r\n</ul>\r\n<p style=\"text-align: right;\"><strong><a title=\"Why Facebook Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/1\">WHY FACEBOOK MARKETING?</a> </strong></p>','Facebook Marketing','','inherit','open','open','','257-revision-8','','','2011-08-30 02:15:39','2011-08-29 18:15:39','',257,'http://newweb.amazingbusinessresources.com/archives/866',0,'revision','',0,NULL),(867,1,'2011-09-01 15:02:24','2011-09-01 07:02:24','<p style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">When developing a website, it’s easy to focus on the layout, look and feel of the site. Visuals are important, but if the copy isn’t useful and engaging, all of your efforts will be wasted. Website copy is unique to other writing styles and a crucial element to the success of your website.</span></p>\r\n<p style=\"text-align: justify;\" align=\"justify\"><strong>In order to ensure that your website includes good copy, you might want to hire a professional. </strong></p>\r\n<p style=\"text-align: justify;\">If you’re a good writer, you have a basic understanding of spelling, sentence structure, and English grammar it’s possible to do it yourself.</p>\r\n<p style=\"text-align: justify;\">But if you don’t want to take any chances, a professional web copy writer will provide quality, engaging copy for your website in a fraction of the time. Even if you’re a confident writer, sometimes it’s hard to see the forest for the trees. A professional writer can give you the outsider’s viewpoint that your website really needs.</p>\r\n<p style=\"text-align: justify;\"><strong>Whether you’ve hired a pro or not, it’s important that your website copy is catchy and keeps the reader interested. </strong></p>\r\n<p style=\"text-align: justify;\">It doesn’t need to read like it was written by a stand-up comic. But if it’s too dry, customers that need a little more persuasion will easily become bored and leave your site.</p>\r\n<p style=\"text-align: justify;\"><strong>It’s equally important that your copy is free of grammatical, typographical, and spelling errors. </strong></p>\r\n<p style=\"text-align: justify;\">Website copy should be clean, easy to read, and flow well. If your copy is awkward and difficult to follow, visitors are free to conclude that your services will be delivered in the same way.</p>\r\n<p style=\"text-align: justify;\"><strong>On top of all of this, website copy should be brief and to the point. </strong></p>\r\n<p style=\"text-align: justify;\">Traditional copy is made up of traditionally long paragraphs and long sentences. Website copy, on the other hand, needs to be very concise. It is necessary to say what you need to say in as few words as you possibly can.</p>\r\n<p style=\"text-align: justify;\"><strong>Your copy should also be structured in a way that is visually easy to read.</strong></p>\r\n<p style=\"text-align: justify;\">It should be written in short paragraphs. Listing your points in bullets and highlighting key words can communicate the necessary information quickly and effectively. In terms of the words on the page, less is definitely more.</p>\r\n<p style=\"text-align: justify;\"><strong>Website copy can also serve to drive visitors to your site. </strong></p>\r\n<p style=\"text-align: justify;\">Including key words and phrases in your website copy can help your site rank higher in search engine listings when visitors search for those key words. Optimizing your site’s search engine ranking is a very sophisticated process. But your copy alone can improve your rank.</p>\r\n<p style=\"text-align: justify;\"><strong>Lastly, website copy should be persuasive.</strong></p>\r\n<p style=\"text-align: justify;\">There’s a lot to know about writing persuasive sales copy for your website and you don’t want to hit your viewer over the head with your agenda. But you can definitely benefit from copy that leans on the consumer’s inclination to purchase your product.</p>\r\n<p style=\"text-align: justify;\">When it comes to website copy, it’s important to emphasize quality over quantity. Keep it short and to the point to ensure your customers get the information they need without having to work for it.</p>\r\n<p style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-weight: 800;\">\r\n</span></p>','Content Copywriting','','inherit','open','open','','227-revision-7','','','2011-09-01 15:02:24','2011-09-01 07:02:24','',227,'http://newweb.amazingbusinessresources.com/archives/867',0,'revision','',0,NULL),(868,1,'2011-09-01 16:21:14','2011-09-01 08:21:14','<p style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">Now that you have a website for your business, you want to make sure that people see it. A website is no good to you if no one actually knows it’s out there. Believe it or not, there are deliberate steps you can take to ensure that people start visiting your site fast and on a consistent basis. There is more and more information on this topic every day, but here are just a few of top things you can do to start generating traffic to your new website.</span></p>\r\n<p style=\"text-align: justify;\" align=\"justify\"><strong>Search Engine Optimization</strong>\r\nYou may have wondered how the internet selects the sites in web search listings. There’s actually a clearly defined system as to how those websites are selected for the results based on keywords appearing consistently in your website. Ensuring that key words appear in your website titles and text makes it easy for web crawlers to find your site when pulling listings for search requests related to your field.<strong>\r\n</strong>\r\n<strong>Participate in forums</strong>\r\nOnline forums are places where consumers, experts, and other interested parties go to discuss, ask questions, and give answers about almost every industry, product, and topic on the planet. Participate in forums related to your industry to provide useful information to consumers about your business and always include a link to your site in your signature. It’s a great way to build exposure and awareness about your company.</p>\r\n<p style=\"text-align: justify;\"><strong>Issue press releases</strong>\r\nPress releases are a great way to generate interest and traffic to your website. They are often available on the web for a long time and will always include links to your site. However, it’s important to only issue press releases when there’s something truly noteworthy happening in your business. Take every quality opportunity to issue a press release about new products, services, or advancements in your industry.</p>\r\n<p style=\"text-align: justify;\"><strong>Start a company newsletter</strong>\r\nVisitors to your site should have the opportunity to subscribe to a free weekly or monthly newsletter associated with your company. Make sure that the newsletter has valuable, readable information so that recipients will be encouraged to forward the newsletter to friends and colleagues. The newsletter should include your website linking information to attract new and repeat visitors.</p>\r\n<p style=\"text-align: justify;\"><strong>Start a company blog</strong>\r\nIf you start a company blog on your site about your services and industry that is useful and up to date, people that find it helpful will issue links to your blog in other sources. If you have a blog that’s not directly linked to your webpage, occasionally make appropriate references to your website and include a link.</p>\r\n<p style=\"text-align: justify;\"><strong>Advertise offline</strong>\r\nEven though just about every element of our lives is conducted over the internet, it’s still a good idea to do some offline advertising for your website. Include your website address on your stationary, business cards and all print material and perhaps even look into advertising your business and website in local papers and other advertising media.</p>\r\n<p style=\"text-align: justify;\">There are many different ways to generate traffic to your new website. With just a little bit of effort and attention, you can start seeing visitors to your website as soon as it goes live.</p>','Generating Traffic to Your Website','','inherit','open','open','','242-revision-6','','','2011-09-01 16:21:14','2011-09-01 08:21:14','',242,'http://newweb.amazingbusinessresources.com/archives/868',0,'revision','',0,NULL),(869,1,'2011-08-30 02:04:51','2011-08-29 18:04:51','<img class=\"aligncenter size-full wp-image-540\" title=\"Twitter for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_2.jpg\" alt=\"Twitter for Business\" width=\"600\" height=\"200\" />\r\n<p style=\"text-align: justify;\">Everyday, millions of people using twitter to create, discover and share idea with others. Now, people are turning to twitter as an effective way to reach out business too. From local store to big brand, from brick and mortar to internet based or service sector, people are finding great value in the connections they make with business on twitter.</p>\r\n<p style=\"text-align: justify;\">A new study, released April 2010, examines Twitter usage in the United States, finding that although most Americans are aware of Twitter, few are using it..</p>\r\n<p style=\"text-align: justify;\">At Chirp, the official Twitter developer conference, Twitter shared some revealing stats about its site, users, and growth that had previously been kept under wraps.</p>\r\n<p style=\"text-align: justify;\">Here’s a summary of the facts and figures Twitter shared:</p>\r\n\r\n<ul>\r\n	<li style=\"text-align: justify;\">- Twitter now has 105,779,710 registered users.</li>\r\n	<li style=\"text-align: justify;\">- New users are signing up at the rate of 300,000 per day.</li>\r\n	<li style=\"text-align: justify;\">- 180 million unique visitors come to the site every month.</li>\r\n	<li style=\"text-align: justify;\">- 75% of Twitter traffic comes from outside Twitter.com (i.e. via third party applications.)</li>\r\n	<li style=\"text-align: justify;\">- Twitter gets a total of 3 billion requests a day via its API.</li>\r\n	<li style=\"text-align: justify;\">- Twitter users are, in total, tweeting an average of 55 million tweets a day.</li>\r\n	<li style=\"text-align: justify;\">- Twitter’s search engine receives around 600 million search queries per day.</li>\r\n	<li style=\"text-align: justify;\">- Of Twitter’s active users, 37 percent use their phone to tweet.</li>\r\n	<li style=\"text-align: justify;\">- Over half of all tweets (60 percent) come from third party applications.</li>\r\n	<li style=\"text-align: justify;\">- Twitter itself has grown: in the past year alone, it has grown from 25 to 175 employees.</li>\r\n</ul>\r\n<div style=\"text-align: right;\"><a title=\"Twitter Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/542\">WHY TWITTER MARKETING</a></div>','Twitter Marketing','','inherit','open','open','','259-revision-4','','','2011-08-30 02:04:51','2011-08-29 18:04:51','',259,'http://newweb.amazingbusinessresources.com/archives/869',0,'revision','',0,NULL),(870,1,'2011-08-30 02:24:50','2011-08-29 18:24:50','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-547\" title=\"YouTube Marketing | Youtube for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/YouTube-logo-300x123.jpg\" alt=\"YouTube Marketing | Youtube for Business\" width=\"300\" height=\"123\" /></p>\r\n<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: center;\">Let’s have a look on <strong>YouTube statistic</strong>s as of February 2011.</p>\r\n<strong>Traffic</strong>\r\n<blockquote>“More than 13 million hours of video uploaded videos during 2010 and 35 hours of video are uploaded every minute.”\r\n\r\n“The equivalent of 150,000+ full-length movies in theaters each week”\r\n\r\n“More video is uploaded to YouTube in 60 days than the 3 major US networks created in 60 years.”\r\n\r\n“70% of YouTube traffic comes from outside the US.”\r\n\r\n“YouTube is localized in 25 countries across 43 languages.”\r\n\r\n“YouTube’s demographic is broad: 18-54 years old”\r\n\r\n“YouTube reached over 700 billion playbacks in 2010.”</blockquote>\r\nSo, you’ve probably watched YouTube videos. But have you ever uploaded your own creation? Probably not.\r\n\r\n&nbsp;\r\n<p style=\"text-align: right;\"><a title=\"Youtube Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/549\">WHY YOUTUBE MARKETING</a></p>','Youtube Marketing','','inherit','open','open','','261-revision-5','','','2011-08-30 02:24:50','2011-08-29 18:24:50','',261,'http://newweb.amazingbusinessresources.com/archives/870',0,'revision','',0,NULL),(871,1,'2011-08-30 02:23:41','2011-08-29 18:23:41','<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-560\" title=\"Blog for Business | Blog Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/wordpress-logo-300x67.png\" alt=\"Blog for Business | Blog Marketing\" width=\"300\" height=\"67\" /></p>\r\n<p style=\"text-align: justify;\"><strong>What is a Blog?</strong></p>\r\n<p style=\"text-align: justify;\">According to Pyra Labs Blogger, “A blog is a web page made up of usually short, frequently updated posts that are arranged chronologically-like a what’s new page or a journal.” The term is actually weblogs coined by Jorn Barger in 1997.</p>\r\n<p style=\"text-align: justify;\">The boom of weblogs happened in 1999 when several companies &amp; developers made easy blogging software and tools. Since 1999, the number of blogs on the Internet has exploded from a few thousand to over 100 million.</p>\r\n<p style=\"text-align: justify;\">Blogs can fall into two general categories.</p>\r\n<p style=\"text-align: justify;\"><strong>Personal Blogs:</strong> a mixture of a personal diary, opinion posts and research links.</p>\r\n<p style=\"text-align: justify;\"><strong>Business Blogs:</strong> a corporate tool for communicating with customers or employees to share knowledge and expertise.</p>\r\n<p style=\"text-align: justify;\">Business blogs are sweeping the business community. Blogs are an excellent method to share a company’s expertise, build additional web traffic, and connect with potential customers..</p>\r\n<p style=\"text-align: right;\"><a title=\"Blog for Business | Blog Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/559\">WHY BLOG MARKETING</a></p>','Blog Marketing','','inherit','open','open','','263-revision-5','','','2011-08-30 02:23:41','2011-08-29 18:23:41','',263,'http://newweb.amazingbusinessresources.com/archives/871',0,'revision','',0,NULL),(872,1,'2011-09-01 17:11:56','2011-09-01 09:11:56','','linkedin Marketing','','inherit','open','open','','linkedin-logo','','','2011-09-01 17:11:56','2011-09-01 09:11:56','',265,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/linkedin-logo.png',0,'attachment','image/png',0,NULL),(873,1,'2011-09-01 16:58:39','2011-09-01 08:58:39','','LinkedIn Marketing','','inherit','open','open','','265-revision-4','','','2011-09-01 16:58:39','2011-09-01 08:58:39','',265,'http://newweb.amazingbusinessresources.com/archives/873',0,'revision','',0,NULL),(874,1,'2011-10-01 02:10:10','2011-09-30 18:10:10','<p style=\"text-align: justify;\">LinkedIn officially launched on May 5, 2003 with a total of 4,500 members in the first month. Known mostly as a business social network, LinkedIn has been adopted globally with nearly 2 billion people searches in 2010 and over 90 million users in January 2011.</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-872\" title=\"linkedin Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/linkedin-logo.png\" alt=\"linkedin Marketing\" width=\"510\" height=\"144\" /></p>\r\n<p style=\"text-align: justify;\">Yet amongst many business professionals, LinkedIn seems to fight perception that it is strictly a site to visit when you need a job.</p>\r\n<p style=\"text-align: justify;\">With <a href=\"http://blog.linkedin.com/2011/01/24/linkedin-inmaps/\" target=\"_blank\">new features</a> added regularly and all of the Fortune 500 represented, LinkedIn is a valuable source of data and connections that shouldn’t be overlooked. If you’re not a regular LinkedIn user, I encourage you to look beyond the basics and see the opportunities for businesses to <a href=\"http://blog.linkedin.com/2010/11/01/linkedin-company-pages/\" target=\"_blank\">showcase their products</a>, advertise in and out of network, and content sharing/syndication.</p>\r\n<p style=\"text-align: justify;\">Here are 5 tips for individuals to help companies get more out of LinkedIn:</p>\r\n<p style=\"text-align: justify;\"><strong>1. Use Your Profile as a </strong><strong>Destination </strong>In an informal check of LinkedIn search strength, I did a Google search of 20 contacts. In every case, regardless of how visible they are on the web, LinkedIn profiles appeared on the first page with the vast majority appearing in the first five results. Keep your profile current to highlight your experience and expertise at all times. It can serve as a great way to share your history not only with other LinkedIn members but anyone online given the strength of search results.</p>\r\n<p style=\"text-align: justify;\"><strong>2. Linking Content via Applications</strong> As the site has evolved in the past few years it now offers a number of opportunities to <a title=\"company pages\" href=\"http://www.linkedin.com/static?key=application_directory&amp;trk=hb_side_apps\" target=\"_blank\">share content from the site directly</a>. Your LinkedIn network should be a strong source of support for your news and updates as your contacts are likely connected to your industry. By utilizing the available tools to link to your blog, twitter feed, or to create polls you can share helpful information with this network that may be passed along further to create new connection opportunities for you or your business.</p>\r\n<p style=\"text-align: justify;\"><strong>3. Connect with New Contacts in Groups and Answers</strong> LinkedIn Groups are a great way to identify other users with similar interests and needs. In addition to the inherent benefits of learning from others, Groups offer a number of benefits for each user. You are able to view other members contact information and participation in a group or the LinkedIn Answers section allows you to highlight your ideas and insight. By providing useful information to others you will improve your own reputation as an expert resource on select topics. The creation of <a title=\"Open Groups\" href=\"http://blog.linkedin.com/2010/12/20/linkedin-open-groups/\" target=\"_blank\">Open Groups </a>is of benefit in a broader sense as well since discussions can be viewed by anyone on the web and picked up by search engines.</p>\r\n<p style=\"text-align: justify;\"><strong>4. Research Potential</strong> Most LinkedIn users are familiar and comfortable with the people search capabilities of the site to find potential connections. Don’t forget to utilize other search tools on the site though as there is extensive data available to you. A very simple search of “public relations” provided over 11,000 listings nationally and indicates where I have a direct or indirect connection to that company. Using the search tools available it’s easy to track current openings, identify key leaders at the organizations, and recent additions or departures. Are these helpful for job seekers? Absolutely, but this information is of tremendous value for a new business discussion or a sales inquiry as well. Perhaps you have a contact from a prior project now on the inside.</p>\r\n<p style=\"text-align: justify;\"><strong>5. Recommendations </strong>As either an employee or a business, a recommendation can carry a great deal of weight in the eyes of future customers. By essentially collecting success stories in advance you have the ability to create a testimonial page on a highly-trafficked, well-established site that can lead to future opportunities based on your work appearing in searches for specific keywords by others.  These provide concrete examples of a (hopefully) good experience with you in a personal manner. It’s word of mouth promotion in a neighborhood of 90 million professionals. Not a bad target audience for most and one that shouldn’t be missed.</p>\r\n<p style=\"text-align: justify;\">With a rich set of data available to you at no cost (these features are all available without having to go with the premium membership), LinkedIn should be a part of your networking and <a title=\"online marketing solutions\" href=\"http://www.amazingbusinessresources.com/\" target=\"_blank\">online marketing</a> mix.</p>\r\n<p style=\"text-align: justify;\">Want to learn more about how we can improve your results? Give us a call today or request a personal consultation!</p>\r\n<p style=\"text-align: right;\"><a title=\"Why LinkedIn Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/888\" target=\"_blank\">WHY LINKEDIN</a></p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;','LinkedIn Marketing','','inherit','open','open','','265-autosave','','','2011-10-01 02:10:10','2011-09-30 18:10:10','',265,'http://newweb.amazingbusinessresources.com/archives/874',0,'revision','',0,NULL),(875,1,'2011-09-01 17:12:47','2011-09-01 09:12:47','<p style=\"text-align: justify;\">LinkedIn officially launched on May 5, 2003 with a total of 4,500 members in the first month. Known mostly as a business social network, LinkedIn has been adopted globally with nearly 2 billion people searches in 2010 and over 90 million users in January 2011.</p>\r\n<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-872\" title=\"linkedin Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/linkedin-logo.png\" alt=\"linkedin Marketing\" width=\"510\" height=\"144\" /></p>','LinkedIn Marketing','','inherit','open','open','','265-revision-5','','','2011-09-01 17:12:47','2011-09-01 09:12:47','',265,'http://newweb.amazingbusinessresources.com/archives/875',0,'revision','',0,NULL),(877,1,'2011-09-01 17:36:13','2011-09-01 09:36:13','','Foursquare Marketing','','inherit','open','open','','foursquare','','','2011-09-01 17:36:13','2011-09-01 09:36:13','',267,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/foursquare.jpg',0,'attachment','image/jpeg',0,NULL),(878,1,'2011-08-29 02:42:42','2011-08-28 18:42:42','','Foursquare Marketing','','inherit','open','open','','267-revision-3','','','2011-08-29 02:42:42','2011-08-28 18:42:42','',267,'http://newweb.amazingbusinessresources.com/archives/878',0,'revision','',0,NULL);
INSERT INTO `wp_posts` VALUES (880,1,'2011-09-01 17:41:28','2011-09-01 09:41:28','<h3 style=\"text-align: justify;\">What is FourSquare?</h3>\r\n<p style=\"text-align: justify;\">The best place to begin is with <a title=\"What is foursquare\" href=\"http://foursquare.com/overview\" target=\"_blank\">understanding what foursquare is</a>. It’s a new website which lets you “check in” to stores, bars, restaurants, and other places. When you “check in” to a new place, foursquare will update your friends of where you are.</p>\r\n<p style=\"text-align: justify;\">It’s addictive because as you start to explore new places or do specific things you start to <a title=\"Foursquare badges\" href=\"http://www.foursquare.com/help/badges\" target=\"_blank\">unlock badges</a>. So if you go out to the same place every night you might unlock the “local” badge.</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-877\" title=\"Foursquare Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/foursquare.jpg\" alt=\"Foursquare Marketing\" width=\"500\" height=\"282\" /></p>\r\n\r\n<h3 style=\"text-align: justify;\">The Shift in Strategy</h3>\r\n<p style=\"text-align: justify;\">Foursquare embodies the shift from our immobile computer to mobile Internet. Consumers are connected all the time. Twitter began the mobile trend and foursquare is continuing it.</p>\r\n<p style=\"text-align: justify;\">Since more consumers are using the mobile social web, brands are able to connect with consumers within their stores. Marketers can create incentives and contests to drive customers into a business.</p>\r\n<p style=\"text-align: justify;\">The continuing trend towards mobile Internet is a huge opportunity for brands with physical stores and offices.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Introducing the Microcommunity</h3>\r\n<p style=\"text-align: justify;\">With the mobile Internet comes changes in user behavior. The most prominent change is the idea of privacy. Although we know privacy is an issues on sites such as Facebook, foursquare opens up a whole new set of problems.</p>\r\n<p style=\"text-align: justify;\">Most foursquare users are extremely wary of who they add as a friend. People are worried about letting strangers know where they are or where they aren’t.</p>\r\n<p style=\"text-align: justify;\">Because of this selectivity, mobile communities are most likely to be much smaller than our normal friend lists. These smaller groups of friends can be defined as microcommunities. I think it will be rare to see a foursquare user with hundreds of friends like we see on Facebook.</p>\r\n<p style=\"text-align: justify;\">Instead of being able to reach a huge following online, brands will have to target multiple microcommunities.</p>\r\n<p style=\"text-align: justify;\">If you get one person to Tweet about your store, 5000 people might read the message. If you get one foursquare member to “check in” to your store, maybe only 25 people see that update.</p>\r\n<p style=\"text-align: justify;\">However, since the foursquare user has only added trusted friends we can assume that the update has a greater impact than a Twitter message. This increased trust but decreased size will have major implications on future social media marketing strategies.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Final Thoughts</h3>\r\n<p style=\"text-align: justify;\">It seems interesting that as social media and mobile Internet matures, brands have to continue becoming more personalized. As microcommunities start to gain in popularity, our marketing strategies might change from targeting groups of 50,000 followers to groups of 50 friends.</p>\r\n<p style=\"text-align: justify;\">I’d love to know what you think about mobile Internet, social media, and foursquare. Want to learn more about how we can improve your results? Give us a call today or request a personal consultation!</p>','Foursquare Marketing','','inherit','open','open','','267-revision-5','','','2011-09-01 17:41:28','2011-09-01 09:41:28','',267,'http://newweb.amazingbusinessresources.com/archives/880',0,'revision','',0,NULL),(879,1,'2011-09-01 17:37:01','2011-09-01 09:37:01','<h3 style=\"text-align: justify;\">What is FourSquare?</h3>\r\n<p style=\"text-align: justify;\">The best place to begin is with <a href=\"http://foursquare.com/overview\">understanding what foursquare is</a>. It’s a new website which lets you “check in” to stores, bars, restaurants, and other places. When you “check in” to a new place, foursquare will update your friends of where you are.</p>\r\n<p style=\"text-align: justify;\">It’s addictive because as you start to explore new places or do specific things you start to <a href=\"http://www.foursquare.com/help/badges\">unlock badges</a>. So if you go out to the same place every night you might unlock the “local” badge.</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-877\" title=\"Foursquare Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/foursquare.jpg\" alt=\"Foursquare Marketing\" width=\"500\" height=\"282\" /></p>\r\n<p style=\"text-align: justify;\"></p>\r\n\r\n<h3 style=\"text-align: justify;\">The Shift in Strategy</h3>\r\n<p style=\"text-align: justify;\">Foursquare embodies the shift from our immobile computer to mobile Internet. Consumers are connected all the time. Twitter began the mobile trend and foursquare is continuing it.</p>\r\n<p style=\"text-align: justify;\">Since more consumers are using the mobile social web, brands are able to connect with consumers within their stores. Marketers can create incentives and contests to drive customers into a business.</p>\r\n<p style=\"text-align: justify;\">The continuing trend towards mobile Internet is a huge opportunity for brands with physical stores and offices.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Introducing the Microcommunity</h3>\r\n<p style=\"text-align: justify;\">With the mobile Internet comes changes in user behavior. The most prominent change is the idea of privacy. Although we know privacy is an issues on sites such as Facebook, foursquare opens up a whole new set of problems.</p>\r\n<p style=\"text-align: justify;\">Most foursquare users are extremely wary of who they add as a friend. People are worried about letting strangers know where they are or <a href=\"http://blogs.usatoday.com/technologylive/2009/09/your-facebook-status-could-be-an-invitation-to-robbers.html\">where they aren’t</a>.</p>\r\n<p style=\"text-align: justify;\">Because of this selectivity, mobile communities are most likely to be much smaller than our normal friend lists. These smaller groups of friends can be defined as microcommunities. I think it will be rare to see a foursquare user with hundreds of friends like we see on Facebook.</p>\r\n<p style=\"text-align: justify;\">Instead of being able to reach a huge following online, brands will have to target multiple microcommunities.</p>\r\n<p style=\"text-align: justify;\">If you get one person to Tweet about your store, 5000 people might read the message. If you get one foursquare member to “check in” to your store, maybe only 25 people see that update.</p>\r\n<p style=\"text-align: justify;\">However, since the foursquare user has only added trusted friends we can assume that the update has a greater impact than a Twitter message. This increased trust but decreased size will have major implications on future social media marketing strategies.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Final Thoughts</h3>\r\n<p style=\"text-align: justify;\">It seems interesting that as social media and mobile Internet matures, brands have to continue becoming more personalized. As microcommunities start to gain in popularity, our marketing strategies might change from targeting groups of 50,000 followers to groups of 50 friends.</p>\r\n<p style=\"text-align: justify;\">I’d love to know what you think about mobile Internet, social media, and foursquare. Want to learn more about how we can improve your results? Give us a call today or request a personal consultation!</p>','Foursquare Marketing','','inherit','open','open','','267-revision-4','','','2011-09-01 17:37:01','2011-09-01 09:37:01','',267,'http://newweb.amazingbusinessresources.com/archives/879',0,'revision','',0,NULL),(881,1,'2011-08-29 02:42:58','2011-08-28 18:42:58','','Social Media Campaign','','inherit','open','open','','278-revision-3','','','2011-08-29 02:42:58','2011-08-28 18:42:58','',278,'http://newweb.amazingbusinessresources.com/archives/881',0,'revision','',0,NULL),(882,1,'2011-10-01 02:12:06','2011-09-30 18:12:06','<div>\r\n<div>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Amazing Business Resources</strong></span> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Sweepstakes</strong> Run a sweepstakes when you wish to give away prizes based on a random draw. Via our app you can create a custom entry form, upload custom graphics, define eligibility criteria (by age and/or geography), randomly draw winners, send notifications to participants and download entry data. When users enter your sweepstakes, word spreads via friend invites, Facebook newsfeeds and Twitter tweets.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>User Generated Contests</strong> Run a contest when you wish winners to be decided by public voting, a company-selected jury or both. You can run user-generated video, photo or essay contests and you can choose from four winner-selection formats: public voting only, company judging only, company selects finalists then public votes for winners, public vote determines finalists then company chooses winners. You can also control when and how users vote (ex. once per contest, once per day, via thumbs up/thumbs down, via \'vote now\' button etc). The public can submit entries, vote, comment on submissions and share their favorite entries; all of which generate newsfeeds and help spread the word.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Coupons</strong> Distribute Coupons to drive traffic to your site, encourage purchases, launch a new product or generate buzz. Word spreads via friend invites and Facebook newsfeeds that are generated when someone downloads a coupon. Via our app you can input unique discount codes compatible with your website\'s shopping cart, define the maximum number of coupons you wish to release, upload custom designs for your coupon, create a custom entry form, send notifications to participants and download participant data.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Group Deal</strong> Create flash deals to engage your users in special discount sales, encourage purchases, launch a new product and create incentives to share. Group Deal discounted prices are dependent on a certain number of users committing to make the purchase, and this causes users who really want to purchase your deal to share the news of the special with friend invites and Facebook newsfeeds. Via our app you can input unique discount codes compatible with your website\'s shopping cart, define the maximum number of deals you wish to release, upload custom designs for your deal, create a custom entry form, send notifications to participants and download participant data.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Favorite Picks</strong> Users pick and rank their favorite items from among a list of images you provided, which enables them to share their favorites with their friends. A great way to generate buzz, build brand and product awareness, and understand your fan base\'s sentiment. With this application you can upload your own images of items for the user to choose their favorites from and even create categories of choices to choose within, to lengthen engagement and increase interactivity with participating users. You can also combine favorite picks with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Trivia</strong> With trivia, you can allow users to test their knowledge of trivia and share their scores with friends. With our app you can create your own set of questions, and specify answers so that the Wildfire Promotion Builder tool auto-generates the user score once the user is finished completing the set of trivia questions you created. The app will then prompt the user to share their scores with their friends, which in turn can generate enthusiasm and a sense of competition between friends to beat each others score. Through the app you are able to download participant answers and view leads. You can also combine a trivia with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Quiz</strong> The Quiz app enables you to create custom quizzes which allow users to share their personalities with their friends. With our app, you are able to create custom questions, set up a scoring guideline, and create categories that the user gets scored into with their results. These quiz results can then be shared between users and on streams and feeds, compelling users friends to take the quiz as well, to assess what their results would be. Participant answers can be downloaded at any time. You can also combine a quiz with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<p style=\"text-align: justify;\"><strong>Sign-Up Form</strong> The Sign-Up form enables the creation of a custom form, which can double as a survey, for users to fill out. You can download user information, input, and data from your leads at any time.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>','Social Media Campaigns','','inherit','open','open','','278-autosave','','','2011-10-01 02:12:06','2011-09-30 18:12:06','',278,'http://newweb.amazingbusinessresources.com/archives/882',0,'revision','',0,NULL),(894,1,'2011-09-02 02:44:28','2011-09-01 18:44:28','','Social Media Campaign','','inherit','open','open','','278-revision-5','','','2011-09-02 02:44:28','2011-09-01 18:44:28','',278,'http://newweb.amazingbusinessresources.com/archives/894',0,'revision','',0,NULL),(883,1,'2011-09-01 17:00:00','2011-09-01 09:00:00','<p style=\"text-align: justify;\"><strong>Facebook For Business</strong></p>\r\n<p style=\"text-align: justify;\">Facebook presents a unique marketing opportunity for businesses through the creation of Facebook Business Pages. As more people explore social media, social networking sites have become some of the key online sources they use to learn more about products, organizations, artists and world events. Marketing on Facebook has a viral effect – information spreads through networks exponentially.</p>\r\n<p style=\"text-align: justify;\">There are two primary ways for companies to market on Facebook. The first is through Facebook Groups and the second is through Facebook Pages. Groups are more focused on bringing together groups of people who share common interests, whereas pages are places where users can interact around and with a particular brand or product.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_3.jpg\"><img class=\"aligncenter size-full wp-image-554\" title=\"Facebook Marketing | Facebook Fan Page | Facebook for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_3.jpg\" alt=\"Facebook Marketing | Facebook Fan Page | Facebook for Business\" width=\"600\" height=\"200\" /></a></p>\r\n<p style=\"text-align: justify;\"><strong>Let’s take a look on Facebook Statistic realease on April 2011.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>People on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 500 million active users</li>\r\n	<li>50% of our active users log on to Facebook in any given day</li>\r\n	<li>Average user has 130 friends</li>\r\n	<li>People spend over 700 billion minutes per month on Facebook</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Activity on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are over 900 million objects that people interact with (pages, groups, events and community pages)</li>\r\n	<li>Average user is connected to 80 community pages, groups and events</li>\r\n	<li>Average user creates 90 pieces of content each month</li>\r\n	<li>More than 30 billion pieces of content (web links, news stories, blog posts, notes, photo albums, etc.) shared each month.</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Global Reach</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 70 translations available on the site</li>\r\n	<li>About 70% of Facebook users are outside the United States</li>\r\n	<li>Over 300,000 users helped translate the site through the translations application</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Platform</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>Entrepreneurs and developers from more than 190 countries build with Facebook Platform</li>\r\n	<li>People on Facebook install 20 million applications every day</li>\r\n	<li>Every month, more than 250 million people engage with Facebook on external websites</li>\r\n	<li>Since social plugins launched in April 2010, an average of 10,000 new websites integrate with Facebook every day</li>\r\n	<li>More than 2.5 million websites have integrated with Facebook, including over 80 of comScore’s U.S. Top 100 websites and over half of comScore’s Global Top 100 websites</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Mobile</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are more than 200 million active users currently accessing Facebook through their mobile devices.</li>\r\n	<li>People that use Facebook on their mobile devices are twice as active on Facebook than non-mobile users.</li>\r\n	<li>There are more than 200 mobile operators in 60 countries working to deploy and promote Facebook mobile products</li>\r\n</ul>\r\n<p style=\"text-align: right;\"><strong><a title=\"Why Facebook Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/1\">WHY FACEBOOK MARKETING?</a> </strong></p>','Facebook Marketing','','inherit','open','open','','257-revision-9','','','2011-09-01 17:00:00','2011-09-01 09:00:00','',257,'http://newweb.amazingbusinessresources.com/archives/883',0,'revision','',0,NULL),(884,1,'2011-09-01 17:07:10','2011-09-01 09:07:10','<img class=\"aligncenter size-full wp-image-540\" title=\"Twitter for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_2.jpg\" alt=\"Twitter for Business\" width=\"600\" height=\"200\" />\r\n<p style=\"text-align: justify;\">Everyday, millions of people using twitter to create, discover and share idea with others. Now, people are turning to twitter as an effective way to reach out business too. From local store to big brand, from brick and mortar to internet based or service sector, people are finding great value in the connections they make with business on twitter.</p>\r\n<p style=\"text-align: justify;\">A new study, released April 2010, examines Twitter usage in the United States, finding that although most Americans are aware of Twitter, few are using it..</p>\r\n<p style=\"text-align: justify;\">At Chirp, the official Twitter developer conference, Twitter shared some revealing stats about its site, users, and growth that had previously been kept under wraps.</p>\r\n<p style=\"text-align: justify;\">Here’s a summary of the facts and figures Twitter shared:</p>\r\n\r\n<ul>\r\n	<li style=\"text-align: justify;\">- Twitter now has 105,779,710 registered users.</li>\r\n	<li style=\"text-align: justify;\">- New users are signing up at the rate of 300,000 per day.</li>\r\n	<li style=\"text-align: justify;\">- 180 million unique visitors come to the site every month.</li>\r\n	<li style=\"text-align: justify;\">- 75% of Twitter traffic comes from outside Twitter.com (i.e. via third party applications.)</li>\r\n	<li style=\"text-align: justify;\">- Twitter gets a total of 3 billion requests a day via its API.</li>\r\n	<li style=\"text-align: justify;\">- Twitter users are, in total, tweeting an average of 55 million tweets a day.</li>\r\n	<li style=\"text-align: justify;\">- Twitter’s search engine receives around 600 million search queries per day.</li>\r\n	<li style=\"text-align: justify;\">- Of Twitter’s active users, 37 percent use their phone to tweet.</li>\r\n	<li style=\"text-align: justify;\">- Over half of all tweets (60 percent) come from third party applications.</li>\r\n	<li style=\"text-align: justify;\">- Twitter itself has grown: in the past year alone, it has grown from 25 to 175 employees.</li>\r\n</ul>\r\n<div style=\"text-align: right;\"><a title=\"Twitter Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/542\">WHY TWITTER MARKETING</a></div>','Twitter Marketing','','inherit','open','open','','259-revision-5','','','2011-09-01 17:07:10','2011-09-01 09:07:10','',259,'http://newweb.amazingbusinessresources.com/archives/884',0,'revision','',0,NULL),(885,1,'2011-09-01 17:08:10','2011-09-01 09:08:10','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-547\" title=\"YouTube Marketing | Youtube for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/YouTube-logo-300x123.jpg\" alt=\"YouTube Marketing | Youtube for Business\" width=\"300\" height=\"123\" /></p>\r\n<p style=\"text-align: center;\">Let’s have a look on <strong>YouTube statistic</strong>s as of February 2011.</p>\r\n<strong>Traffic</strong>\r\n<blockquote>“More than 13 million hours of video uploaded videos during 2010 and 35 hours of video are uploaded every minute.”\r\n\r\n“The equivalent of 150,000+ full-length movies in theaters each week”\r\n\r\n“More video is uploaded to YouTube in 60 days than the 3 major US networks created in 60 years.”\r\n\r\n“70% of YouTube traffic comes from outside the US.”\r\n\r\n“YouTube is localized in 25 countries across 43 languages.”\r\n\r\n“YouTube’s demographic is broad: 18-54 years old”\r\n\r\n“YouTube reached over 700 billion playbacks in 2010.”</blockquote>\r\nSo, you’ve probably watched YouTube videos. But have you ever uploaded your own creation? Probably not.\r\n\r\n&nbsp;\r\n<p style=\"text-align: right;\"><a title=\"Youtube Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/549\">WHY YOUTUBE MARKETING</a></p>','Youtube Marketing','','inherit','open','open','','261-revision-6','','','2011-09-01 17:08:10','2011-09-01 09:08:10','',261,'http://newweb.amazingbusinessresources.com/archives/885',0,'revision','',0,NULL),(886,1,'2011-09-01 17:09:22','2011-09-01 09:09:22','<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-560\" title=\"Blog for Business | Blog Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/wordpress-logo-300x67.png\" alt=\"Blog for Business | Blog Marketing\" width=\"300\" height=\"67\" /></p>\r\n<p style=\"text-align: justify;\"><strong>What is a Blog?</strong></p>\r\n<p style=\"text-align: justify;\">According to Pyra Labs Blogger, “A blog is a web page made up of usually short, frequently updated posts that are arranged chronologically-like a what’s new page or a journal.” The term is actually weblogs coined by Jorn Barger in 1997.</p>\r\n<p style=\"text-align: justify;\">The boom of weblogs happened in 1999 when several companies &amp; developers made easy blogging software and tools. Since 1999, the number of blogs on the Internet has exploded from a few thousand to over 100 million.</p>\r\n<p style=\"text-align: justify;\">Blogs can fall into two general categories.</p>\r\n<p style=\"text-align: justify;\"><strong>Personal Blogs:</strong> a mixture of a personal diary, opinion posts and research links.</p>\r\n<p style=\"text-align: justify;\"><strong>Business Blogs:</strong> a corporate tool for communicating with customers or employees to share knowledge and expertise.</p>\r\n<p style=\"text-align: justify;\">Business blogs are sweeping the business community. Blogs are an excellent method to share a company’s expertise, build additional web traffic, and connect with potential customers..</p>\r\n<p style=\"text-align: right;\"><a title=\"Blog for Business | Blog Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/559\">WHY BLOG MARKETING</a></p>','Blog Marketing','','inherit','open','open','','263-revision-6','','','2011-09-01 17:09:22','2011-09-01 09:09:22','',263,'http://newweb.amazingbusinessresources.com/archives/886',0,'revision','',0,NULL),(887,1,'2011-09-01 17:20:26','2011-09-01 09:20:26','<p style=\"text-align: justify;\">LinkedIn officially launched on May 5, 2003 with a total of 4,500 members in the first month. Known mostly as a business social network, LinkedIn has been adopted globally with nearly 2 billion people searches in 2010 and over 90 million users in January 2011.</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-872\" title=\"linkedin Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/linkedin-logo.png\" alt=\"linkedin Marketing\" width=\"510\" height=\"144\" /></p>\r\n<p style=\"text-align: justify;\">Yet amongst many business professionals, LinkedIn seems to fight perception that it is strictly a site to visit when you need a job.</p>\r\n<p style=\"text-align: justify;\">With <a href=\"http://blog.linkedin.com/2011/01/24/linkedin-inmaps/\" target=\"_blank\">new features</a> added regularly and all of the Fortune 500 represented, LinkedIn is a valuable source of data and connections that shouldn’t be overlooked. If you’re not a regular LinkedIn user, I encourage you to look beyond the basics and see the opportunities for businesses to <a href=\"http://blog.linkedin.com/2010/11/01/linkedin-company-pages/\" target=\"_blank\">showcase their products</a>, advertise in and out of network, and content sharing/syndication.</p>\r\n<p style=\"text-align: justify;\">Here are 5 tips for individuals to help companies get more out of LinkedIn:</p>\r\n<p style=\"text-align: justify;\"><strong>1. Use Your Profile as a </strong><strong>Destination </strong>In an informal check of LinkedIn search strength, I did a Google search of 20 contacts. In every case, regardless of how visible they are on the web, LinkedIn profiles appeared on the first page with the vast majority appearing in the first five results. Keep your profile current to highlight your experience and expertise at all times. It can serve as a great way to share your history not only with other LinkedIn members but anyone online given the strength of search results.</p>\r\n<p style=\"text-align: justify;\"><strong>2. Linking Content via Applications</strong> As the site has evolved in the past few years it now offers a number of opportunities to <a title=\"company pages\" href=\"http://www.linkedin.com/static?key=application_directory&amp;trk=hb_side_apps\" target=\"_blank\">share content from the site directly</a>. Your LinkedIn network should be a strong source of support for your news and updates as your contacts are likely connected to your industry. By utilizing the available tools to link to your blog, twitter feed, or to create polls you can share helpful information with this network that may be passed along further to create new connection opportunities for you or your business.</p>\r\n<p style=\"text-align: justify;\"><strong>3. Connect with New Contacts in Groups and Answers</strong> LinkedIn Groups are a great way to identify other users with similar interests and needs. In addition to the inherent benefits of learning from others, Groups offer a number of benefits for each user. You are able to view other members contact information and participation in a group or the LinkedIn Answers section allows you to highlight your ideas and insight. By providing useful information to others you will improve your own reputation as an expert resource on select topics. The creation of <a title=\"Open Groups\" href=\"http://blog.linkedin.com/2010/12/20/linkedin-open-groups/\" target=\"_blank\">Open Groups </a>is of benefit in a broader sense as well since discussions can be viewed by anyone on the web and picked up by search engines.</p>\r\n<p style=\"text-align: justify;\"><strong>4. Research Potential</strong> Most LinkedIn users are familiar and comfortable with the people search capabilities of the site to find potential connections. Don’t forget to utilize other search tools on the site though as there is extensive data available to you. A very simple search of “public relations” provided over 11,000 listings nationally and indicates where I have a direct or indirect connection to that company. Using the search tools available it’s easy to track current openings, identify key leaders at the organizations, and recent additions or departures. Are these helpful for job seekers? Absolutely, but this information is of tremendous value for a new business discussion or a sales inquiry as well. Perhaps you have a contact from a prior project now on the inside.</p>\r\n<p style=\"text-align: justify;\"><strong>5. Recommendations </strong>As either an employee or a business, a recommendation can carry a great deal of weight in the eyes of future customers. By essentially collecting success stories in advance you have the ability to create a testimonial page on a highly-trafficked, well-established site that can lead to future opportunities based on your work appearing in searches for specific keywords by others.  These provide concrete examples of a (hopefully) good experience with you in a personal manner. It’s word of mouth promotion in a neighborhood of 90 million professionals. Not a bad target audience for most and one that shouldn’t be missed.</p>\r\n<p style=\"text-align: justify;\">With a rich set of data available to you at no cost (these features are all available without having to go with the premium membership), LinkedIn should be a part of your networking and <a title=\"online marketing solutions\" href=\"http://www.amazingbusinessresources.com/\" target=\"_blank\">online marketing</a> mix.</p>\r\n<p style=\"text-align: justify;\">Want to learn more about how we can improve your results? Give us a call today or request a personal consultation!</p>\r\n\r\n<div style=\"text-align: justify;\"></div>','LinkedIn Marketing','','inherit','open','open','','265-revision-6','','','2011-09-01 17:20:26','2011-09-01 09:20:26','',265,'http://newweb.amazingbusinessresources.com/archives/887',0,'revision','',0,NULL),(888,1,'2011-09-02 02:27:34','2011-09-01 18:27:34','<p style=\"text-align: justify;\">People use LinkedIn for a multitude of reasons. Your goals and usage will depend on your career, your ambitions, your role and, ultimately, your business goals.</p>\r\n<p style=\"text-align: justify;\">If you don’t have any other social media presence, and you’ve avoided it like the plague, then LinkedIn is the place you should start. Given that, with the current economic times, no job is a job for life; building a LinkedIn presence can help you stay current – just in case. Not only that, LinkedIn can also save you a lot of time and effort in your current role. Those are just a couple of reasons why LinkedIn is a must for business people. Here are ten more reasons why every business person should be on LinkedIn:</p>\r\n<p style=\"text-align: justify;\"><strong>1.  LinkedIn for Research</strong> – LinkedIn’s questions and answers is great place to crowd source.  If you are working on a project and need to do some research, why not consider asking the LinkedIn community. People are often keen to show their knowledge, and you will find that if you word your question correctly you will get valuable feedback, links and information that will save you time.</p>\r\n<p style=\"text-align: justify;\"><strong>2.  Looking for work? </strong>Find out if the person who is hiring, or prominent people from the company that you want to do business with, are in your extended network and ask for a connection from the person you have in common. It’s always easier to get an interview or a first meeting if you are referred by someone trusted. Also if you are on the job market, make sure that you post your resume to LinkedIn and update it as your experience grows. LinkedIn is often the first place recruiters look when considering hiring someone.</p>\r\n<p style=\"text-align: justify;\"><strong>3. Share an Update</strong> – Use your status updates on LinkedIn wisely. You can use them to inform your networks of what you do, or what you are looking to do. For example, if you are conducting a strategy session with a client, tell your network that – many of them might not know that you provide this service. Or you can entrench yourself as an expert  in your field by posting valuable links to articles or news pertinent to your field that will educate or add value for your connections.</p>\r\n<p style=\"text-align: justify;\"><strong>4. Company Profiles</strong> – LinkedIn isn’t just for individuals, <a title=\"Business Profile for Linked In\" href=\"http://learn.linkedin.com/company-pages/\" target=\"_blank\">businesses can have profiles too,</a>and yours should. Doing so will help build your organization’s web presence, will allow interested parties to learn more about your business, give you valuable referrals and will improve your web ranking.  Make sure that employees know about your page and link to it, and that your services are prominently displayed.</p>\r\n<p style=\"text-align: justify;\"><strong>5. Save Time and Maintain Relationships</strong> – In the old days people had a rolodex and had to lift a phone on a regular basis in order to keep in touch with their connections, and only managed to keep in touch with the main ones because it took so much time. These days you can use tools like LinkedIn to stay at the forefront of people’s minds (even those on the periphery of your network).  I am not saying that you shouldn’t lift a phone – you should, but by using LinkedIn you can more easily keep in touch with more people and augment your relationships.</p>\r\n<p style=\"text-align: justify;\"><strong>6. Build Your Network – </strong>Not only is it important to keep in touch with people but it is also important in business to connect with new people.  When you do so, follow up with a LinkedIn connect request and take advantage of your in person networking in the virtual world too.  Get in the habit of doing this and your LinkedIn network will quickly grow.  Connect with people you meet, work with, people you connect with online and use this as a way to stay in touch with your connections as in point five above.</p>\r\n<p style=\"text-align: justify;\"><strong>7. Reach the Powers that Be</strong> – LinkedIn is the social network used most by top level executives so it can be a really valuable tool in connecting you with decision makers. This is especially powerful for strategic selling.</p>\r\n<p style=\"text-align: justify;\"><strong>9. Hiring</strong> – with over 100m potential candidates online, have you thought of using LinkedIn to facilitate in your hiring process? People use LinkedIn for recruitment and for finding jobs and, given the professional nature of the tool, it can help you find just the right person for the job. You can easily set this up – it costs about $195 for a 30 day job posting.</p>\r\n<p style=\"text-align: justify;\"><strong>10. Advertise</strong> – LinkedIn recently started allowing members to advertise on its network in a highly targeted way. You can advertise to specific people by company, geography, title, gender and age. You only pay for click throughs (each time someone clicks on the ad) and the cost is quite affordable (minimum $10 per day), but one downside is that you are limited by characters in the text.</p>','LinkedIn Marketing','','publish','open','open','','linkedin-marketing','','\nhttp://learn.linkedin.com/company-pages/','2011-09-02 23:21:46','2011-09-02 15:21:46','',0,'http://newweb.amazingbusinessresources.com/?p=888',0,'post','',0,NULL),(889,1,'2011-09-02 02:21:16','2011-09-01 18:21:16','<p style=\"text-align: justify;\">LinkedIn officially launched on May 5, 2003 with a total of 4,500 members in the first month. Known mostly as a business social network, LinkedIn has been adopted globally with nearly 2 billion people searches in 2010 and over 90 million users in January 2011.</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-872\" title=\"linkedin Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/linkedin-logo.png\" alt=\"linkedin Marketing\" width=\"510\" height=\"144\" /></p>\r\n<p style=\"text-align: justify;\">Yet amongst many business professionals, LinkedIn seems to fight perception that it is strictly a site to visit when you need a job.</p>\r\n<p style=\"text-align: justify;\">With <a href=\"http://blog.linkedin.com/2011/01/24/linkedin-inmaps/\" target=\"_blank\">new features</a> added regularly and all of the Fortune 500 represented, LinkedIn is a valuable source of data and connections that shouldn’t be overlooked. If you’re not a regular LinkedIn user, I encourage you to look beyond the basics and see the opportunities for businesses to <a href=\"http://blog.linkedin.com/2010/11/01/linkedin-company-pages/\" target=\"_blank\">showcase their products</a>, advertise in and out of network, and content sharing/syndication.</p>\r\n<p style=\"text-align: justify;\">Here are 5 tips for individuals to help companies get more out of LinkedIn:</p>\r\n<p style=\"text-align: justify;\"><strong>1. Use Your Profile as a </strong><strong>Destination </strong>In an informal check of LinkedIn search strength, I did a Google search of 20 contacts. In every case, regardless of how visible they are on the web, LinkedIn profiles appeared on the first page with the vast majority appearing in the first five results. Keep your profile current to highlight your experience and expertise at all times. It can serve as a great way to share your history not only with other LinkedIn members but anyone online given the strength of search results.</p>\r\n<p style=\"text-align: justify;\"><strong>2. Linking Content via Applications</strong> As the site has evolved in the past few years it now offers a number of opportunities to <a title=\"company pages\" href=\"http://www.linkedin.com/static?key=application_directory&amp;trk=hb_side_apps\" target=\"_blank\">share content from the site directly</a>. Your LinkedIn network should be a strong source of support for your news and updates as your contacts are likely connected to your industry. By utilizing the available tools to link to your blog, twitter feed, or to create polls you can share helpful information with this network that may be passed along further to create new connection opportunities for you or your business.</p>\r\n<p style=\"text-align: justify;\"><strong>3. Connect with New Contacts in Groups and Answers</strong> LinkedIn Groups are a great way to identify other users with similar interests and needs. In addition to the inherent benefits of learning from others, Groups offer a number of benefits for each user. You are able to view other members contact information and participation in a group or the LinkedIn Answers section allows you to highlight your ideas and insight. By providing useful information to others you will improve your own reputation as an expert resource on select topics. The creation of <a title=\"Open Groups\" href=\"http://blog.linkedin.com/2010/12/20/linkedin-open-groups/\" target=\"_blank\">Open Groups </a>is of benefit in a broader sense as well since discussions can be viewed by anyone on the web and picked up by search engines.</p>\r\n<p style=\"text-align: justify;\"><strong>4. Research Potential</strong> Most LinkedIn users are familiar and comfortable with the people search capabilities of the site to find potential connections. Don’t forget to utilize other search tools on the site though as there is extensive data available to you. A very simple search of “public relations” provided over 11,000 listings nationally and indicates where I have a direct or indirect connection to that company. Using the search tools available it’s easy to track current openings, identify key leaders at the organizations, and recent additions or departures. Are these helpful for job seekers? Absolutely, but this information is of tremendous value for a new business discussion or a sales inquiry as well. Perhaps you have a contact from a prior project now on the inside.</p>\r\n<p style=\"text-align: justify;\"><strong>5. Recommendations </strong>As either an employee or a business, a recommendation can carry a great deal of weight in the eyes of future customers. By essentially collecting success stories in advance you have the ability to create a testimonial page on a highly-trafficked, well-established site that can lead to future opportunities based on your work appearing in searches for specific keywords by others.  These provide concrete examples of a (hopefully) good experience with you in a personal manner. It’s word of mouth promotion in a neighborhood of 90 million professionals. Not a bad target audience for most and one that shouldn’t be missed.</p>\r\n<p style=\"text-align: justify;\">With a rich set of data available to you at no cost (these features are all available without having to go with the premium membership), LinkedIn should be a part of your networking and <a title=\"online marketing solutions\" href=\"http://www.amazingbusinessresources.com/\" target=\"_blank\">online marketing</a> mix.</p>\r\n<p style=\"text-align: justify;\">Want to learn more about how we can improve your results? Give us a call today or request a personal consultation!</p>\r\n<p style=\"text-align: right;\"></p>\r\n<p style=\"text-align: right;\">WHY LINKEDIN</p>','LinkedIn Marketing','','inherit','open','open','','265-revision-7','','','2011-09-02 02:21:16','2011-09-01 18:21:16','',265,'http://newweb.amazingbusinessresources.com/archives/889',0,'revision','',0,NULL),(890,1,'2011-09-02 02:25:22','2011-09-01 18:25:22','<p style=\"text-align: justify;\">People use LinkedIn for a multitude of reasons. Your goals and usage will depend on your career, your ambitions, your role and, ultimately, your business goals.</p>\n<p style=\"text-align: justify;\">If you don’t have any other social media presence, and you’ve avoided it like the plague, then LinkedIn is the place you should start. Given that, with the current economic times, no job is a job for life; building a LinkedIn presence can help you stay current – just in case. Not only that, LinkedIn can also save you a lot of time and effort in your current role. Those are just a couple of reasons why LinkedIn is a must for business people. Here are ten more reasons why every business person should be on LinkedIn:</p>\n<p style=\"text-align: justify;\"><strong>1.  LinkedIn for Research</strong> – LinkedIn’s questions and answers is great place to crowd source.  If you are working on a project and need to do some research, why not consider asking the LinkedIn community. People are often keen to show their knowledge, and you will find that if you word your question correctly you will get valuable feedback, links and information that will save you time.</p>\n<p style=\"text-align: justify;\"><strong>2.  Looking for work? </strong>Find out if the person who is hiring, or prominent people from the company that you want to do business with, are in your extended network and ask for a connection from the person you have in common. It’s always easier to get an interview or a first meeting if you are referred by someone trusted. Also if you are on the job market, make sure that you post your resume to LinkedIn and update it as your experience grows. LinkedIn is often the first place recruiters look when considering hiring someone.</p>\n<p style=\"text-align: justify;\"><strong>3. Share an Update</strong> – Use your status updates on LinkedIn wisely. You can use them to inform your networks of what you do, or what you are looking to do. For example, if you are conducting a strategy session with a client, tell your network that – many of them might not know that you provide this service. Or you can entrench yourself as an expert  in your field by posting valuable links to articles or news pertinent to your field that will educate or add value for your connections.</p>\n<p style=\"text-align: justify;\"><strong>4. Company Profiles</strong> – LinkedIn isn’t just for individuals, <a title=\"Business Profile for Linked In\" href=\"http://learn.linkedin.com/company-pages/\" target=\"_blank\">businesses can have profiles too,</a>and yours should. Doing so will help build your organization’s web presence, will allow interested parties to learn more about your business, give you valuable referrals and will improve your web ranking.  Make sure that employees know about your page and link to it, and that your services are prominently displayed.</p>\n<p style=\"text-align: justify;\"><strong>5. Save Time and Maintain Relationships</strong> – In the old days people had a rolodex and had to lift a phone on a regular basis in order to keep in touch with their connections, and only managed to keep in touch with the main ones because it took so much time. These days you can use tools like LinkedIn to stay at the forefront of people’s minds (even those on the periphery of your network).  I am not saying that you shouldn’t lift a phone – you should, but by using LinkedIn you can more easily keep in touch with more people and augment your relationships.</p>\n<p style=\"text-align: justify;\"><strong>6. Build Your Network – </strong>Not only is it important to keep in touch with people but it is also important in business to connect with new people.  When you do so, follow up with a LinkedIn connect request and take advantage of your in person networking in the virtual world too.  Get in the habit of doing this and your LinkedIn network will quickly grow.  Connect with people you meet, work with, people you connect with online and use this as a way to stay in touch with your connections as in point five above.</p>\n<p style=\"text-align: justify;\"><strong>7. Reach the Powers that Be</strong> – LinkedIn is the social network used most by top level executives so it can be a really valuable tool in connecting you with decision makers. This is especially powerful for strategic selling.</p>\n<p style=\"text-align: justify;\"><strong>9. Hiring</strong> – with over 100m potential candidates online, have you thought of using LinkedIn to facilitate in your hiring process? People use LinkedIn for recruitment and for finding jobs and, given the professional nature of the tool, it can help you find just the right person for the job. You can easily set this up – it costs about $195 for a 30 day job posting.</p>\n<p style=\"text-align: justify;\"><strong>10. Advertise</strong> – LinkedIn recently started allowing members to advertise on its network in a highly targeted way. You can advertise to specific people by company, geography, title, gender and age. You only pay for click throughs (each time someone clicks on the ad) and the cost is quite affordable (minimum $10 per day), but one downside is that you are limited by characters in the text.</p>','LinkedIn Marketing','','inherit','open','open','','888-revision','','','2011-09-02 02:25:22','2011-09-01 18:25:22','',888,'http://newweb.amazingbusinessresources.com/archives/890',0,'revision','',0,NULL),(891,1,'2011-09-02 02:28:36','2011-09-01 18:28:36','<p style=\"text-align: justify;\">People use LinkedIn for a multitude of reasons. Your goals and usage will depend on your career, your ambitions, your role and, ultimately, your business goals.</p>\n<p style=\"text-align: justify;\">If you don’t have any other social media presence, and you’ve avoided it like the plague, then LinkedIn is the place you should start. Given that, with the current economic times, no job is a job for life; building a LinkedIn presence can help you stay current – just in case. Not only that, LinkedIn can also save you a lot of time and effort in your current role. Those are just a couple of reasons why LinkedIn is a must for business people. Here are ten more reasons why every business person should be on LinkedIn:</p>\n<p style=\"text-align: justify;\"><strong>1.  LinkedIn for Research</strong> – LinkedIn’s questions and answers is great place to crowd source.  If you are working on a project and need to do some research, why not consider asking the LinkedIn community. People are often keen to show their knowledge, and you will find that if you word your question correctly you will get valuable feedback, links and information that will save you time.</p>\n<p style=\"text-align: justify;\"><strong>2.  Looking for work? </strong>Find out if the person who is hiring, or prominent people from the company that you want to do business with, are in your extended network and ask for a connection from the person you have in common. It’s always easier to get an interview or a first meeting if you are referred by someone trusted. Also if you are on the job market, make sure that you post your resume to LinkedIn and update it as your experience grows. LinkedIn is often the first place recruiters look when considering hiring someone.</p>\n<p style=\"text-align: justify;\"><strong>3. Share an Update</strong> – Use your status updates on LinkedIn wisely. You can use them to inform your networks of what you do, or what you are looking to do. For example, if you are conducting a strategy session with a client, tell your network that – many of them might not know that you provide this service. Or you can entrench yourself as an expert  in your field by posting valuable links to articles or news pertinent to your field that will educate or add value for your connections.</p>\n<p style=\"text-align: justify;\"><strong>4. Company Profiles</strong> – LinkedIn isn’t just for individuals, <a title=\"Business Profile for Linked In\" href=\"http://learn.linkedin.com/company-pages/\" target=\"_blank\">businesses can have profiles too,</a>and yours should. Doing so will help build your organization’s web presence, will allow interested parties to learn more about your business, give you valuable referrals and will improve your web ranking.  Make sure that employees know about your page and link to it, and that your services are prominently displayed.</p>\n<p style=\"text-align: justify;\"><strong>5. Save Time and Maintain Relationships</strong> – In the old days people had a rolodex and had to lift a phone on a regular basis in order to keep in touch with their connections, and only managed to keep in touch with the main ones because it took so much time. These days you can use tools like LinkedIn to stay at the forefront of people’s minds (even those on the periphery of your network).  I am not saying that you shouldn’t lift a phone – you should, but by using LinkedIn you can more easily keep in touch with more people and augment your relationships.</p>\n<p style=\"text-align: justify;\"><strong>6. Build Your Network – </strong>Not only is it important to keep in touch with people but it is also important in business to connect with new people.  When you do so, follow up with a LinkedIn connect request and take advantage of your in person networking in the virtual world too.  Get in the habit of doing this and your LinkedIn network will quickly grow.  Connect with people you meet, work with, people you connect with online and use this as a way to stay in touch with your connections as in point five above.</p>\n<p style=\"text-align: justify;\"><strong>7. Reach the Powers that Be</strong> – LinkedIn is the social network used most by top level executives so it can be a really valuable tool in connecting you with decision makers. This is especially powerful for strategic selling.</p>\n<p style=\"text-align: justify;\"><strong>9. Hiring</strong> – with over 100m potential candidates online, have you thought of using LinkedIn to facilitate in your hiring process? People use LinkedIn for recruitment and for finding jobs and, given the professional nature of the tool, it can help you find just the right person for the job. You can easily set this up – it costs about $195 for a 30 day job posting.</p>\n<p style=\"text-align: justify;\"><strong>10. Advertise</strong> – LinkedIn recently started allowing members to advertise on its network in a highly targeted way. You can advertise to specific people by company, geography, title, gender and age. You only pay for click throughs (each time someone clicks on the ad) and the cost is quite affordable (minimum $10 per day), but one downside is that you are limited by characters in the text.</p>','LinkedIn Marketing','','inherit','open','open','','888-autosave','','','2011-09-02 02:28:36','2011-09-01 18:28:36','',888,'http://newweb.amazingbusinessresources.com/archives/891',0,'revision','',0,NULL),(892,1,'2011-09-01 17:43:12','2011-09-01 09:43:12','<h3 style=\"text-align: justify;\">What is FourSquare?</h3>\r\n<p style=\"text-align: justify;\">The best place to begin is with <a title=\"What is foursquare\" href=\"http://foursquare.com/overview\" target=\"_blank\">understanding what foursquare is</a>. It’s a new website which lets you “check in” to stores, bars, restaurants, and other places. When you “check in” to a new place, foursquare will update your friends of where you are.</p>\r\n<p style=\"text-align: justify;\">It’s addictive because as you start to explore new places or do specific things you start to <a title=\"Foursquare badges\" href=\"http://www.foursquare.com/help/badges\" target=\"_blank\">unlock badges</a>. So if you go out to the same place every night you might unlock the “local” badge.</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-877\" title=\"Foursquare Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/foursquare.jpg\" alt=\"Foursquare Marketing\" width=\"500\" height=\"282\" /></p>\r\n\r\n<h3 style=\"text-align: justify;\">The Shift in Strategy</h3>\r\n<p style=\"text-align: justify;\">Foursquare embodies the shift from our immobile computer to mobile Internet. Consumers are connected all the time. Twitter began the mobile trend and foursquare is continuing it.</p>\r\n<p style=\"text-align: justify;\">Since more consumers are using the mobile social web, brands are able to connect with consumers within their stores. Marketers can create incentives and contests to drive customers into a business.</p>\r\n<p style=\"text-align: justify;\">The continuing trend towards mobile Internet is a huge opportunity for brands with physical stores and offices.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Introducing the Microcommunity</h3>\r\n<p style=\"text-align: justify;\">With the mobile Internet comes changes in user behavior. The most prominent change is the idea of privacy. Although we know privacy is an issues on sites such as Facebook, foursquare opens up a whole new set of problems.</p>\r\n<p style=\"text-align: justify;\">Most foursquare users are extremely wary of who they add as a friend. People are worried about letting strangers know where they are or where they aren’t.</p>\r\n<p style=\"text-align: justify;\">Because of this selectivity, mobile communities are most likely to be much smaller than our normal friend lists. These smaller groups of friends can be defined as microcommunities. I think it will be rare to see a foursquare user with hundreds of friends like we see on Facebook.</p>\r\n<p style=\"text-align: justify;\">Instead of being able to reach a huge following online, brands will have to target multiple microcommunities.</p>\r\n<p style=\"text-align: justify;\">If you get one person to Tweet about your store, 5000 people might read the message. If you get one foursquare member to “check in” to your store, maybe only 25 people see that update.</p>\r\n<p style=\"text-align: justify;\">However, since the foursquare user has only added trusted friends we can assume that the update has a greater impact than a Twitter message. This increased trust but decreased size will have major implications on future social media marketing strategies.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Final Thoughts</h3>\r\n<p style=\"text-align: justify;\">It seems interesting that as social media and mobile Internet matures, brands have to continue becoming more personalized. As microcommunities start to gain in popularity, our marketing strategies might change from targeting groups of 50,000 followers to groups of 50 friends.</p>\r\n<p style=\"text-align: justify;\">I’d love to know what you think about mobile Internet, social media, and foursquare. Want to learn more about how we can improve your results? Give us a call today or request a personal consultation!</p>','Foursquare Marketing','','inherit','open','open','','267-revision-6','','','2011-09-01 17:43:12','2011-09-01 09:43:12','',267,'http://newweb.amazingbusinessresources.com/archives/892',0,'revision','',0,NULL),(893,1,'2011-09-01 18:36:40','2011-09-01 10:36:40','','Social Media Campaign','','inherit','open','open','','278-revision-4','','','2011-09-01 18:36:40','2011-09-01 10:36:40','',278,'http://newweb.amazingbusinessresources.com/archives/893',0,'revision','',0,NULL),(895,1,'2011-09-02 02:46:49','2011-09-01 18:46:49','<div>\r\n<div>\r\n<p style=\"text-align: justify;\"><strong>Sweepstakes</strong> Run a sweepstakes when you wish to give away prizes based on a random draw. Via our app you can create a custom entry form, upload custom graphics, define eligibility criteria (by age and/or geography), randomly draw winners, send notifications to participants and download entry data. When users enter your sweepstakes, word spreads via friend invites, Facebook newsfeeds and Twitter tweets.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>User Generated Contests</strong> Run a contest when you wish winners to be decided by public voting, a company-selected jury or both. You can run user-generated video, photo or essay contests and you can choose from four winner-selection formats: public voting only, company judging only, company selects finalists then public votes for winners, public vote determines finalists then company chooses winners. You can also control when and how users vote (ex. once per contest, once per day, via thumbs up/thumbs down, via \'vote now\' button etc). The public can submit entries, vote, comment on submissions and share their favorite entries; all of which generate newsfeeds and help spread the word.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Coupons</strong> Distribute Coupons to drive traffic to your site, encourage purchases, launch a new product or generate buzz. Word spreads via friend invites and Facebook newsfeeds that are generated when someone downloads a coupon. Via our app you can input unique discount codes compatible with your website\'s shopping cart, define the maximum number of coupons you wish to release, upload custom designs for your coupon, create a custom entry form, send notifications to participants and download participant data.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Group Deal</strong> Create flash deals to engage your users in special discount sales, encourage purchases, launch a new product and create incentives to share. Group Deal discounted prices are dependent on a certain number of users committing to make the purchase, and this causes users who really want to purchase your deal to share the news of the special with friend invites and Facebook newsfeeds. Via our app you can input unique discount codes compatible with your website\'s shopping cart, define the maximum number of deals you wish to release, upload custom designs for your deal, create a custom entry form, send notifications to participants and download participant data.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Favorite Picks</strong> Users pick and rank their favorite items from among a list of images you provided, which enables them to share their favorites with their friends. A great way to generate buzz, build brand and product awareness, and understand your fan base\'s sentiment. With this application you can upload your own images of items for the user to choose their favorites from and even create categories of choices to choose within, to lengthen engagement and increase interactivity with participating users. You can also combine favorite picks with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Trivia</strong> With trivia, you can allow users to test their knowledge of trivia and share their scores with friends. With our app you can create your own set of questions, and specify answers so that the Wildfire Promotion Builder tool auto-generates the user score once the user is finished completing the set of trivia questions you created. The app will then prompt the user to share their scores with their friends, which in turn can generate enthusiasm and a sense of competition between friends to beat each others score. Through the app you are able to download participant answers and view leads. You can also combine a trivia with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Quiz</strong> The Quiz app enables you to create custom quizzes which allow users to share their personalities with their friends. With our app, you are able to create custom questions, set up a scoring guideline, and create categories that the user gets scored into with their results. These quiz results can then be shared between users and on streams and feeds, compelling users friends to take the quiz as well, to assess what their results would be. Participant answers can be downloaded at any time. You can also combine a quiz with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<p style=\"text-align: justify;\"><strong>Sign-Up Form</strong> The Sign-Up form enables the creation of a custom form, which can double as a survey, for users to fill out. You can download user information, input, and data from your leads at any time.</p>\r\n\r\n</div>\r\n</div>','Social Media Campaigns','','inherit','open','open','','278-revision-6','','','2011-09-02 02:46:49','2011-09-01 18:46:49','',278,'http://newweb.amazingbusinessresources.com/archives/895',0,'revision','',0,NULL),(896,1,'2011-09-02 02:47:29','2011-09-01 18:47:29','<div>\r\n<div>\r\n<p style=\"text-align: justify;\"><strong>Amazing Business Resources</strong> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of<strong>Power and Importance</strong> in the market place.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"><strong>Sweepstakes</strong> Run a sweepstakes when you wish to give away prizes based on a random draw. Via our app you can create a custom entry form, upload custom graphics, define eligibility criteria (by age and/or geography), randomly draw winners, send notifications to participants and download entry data. When users enter your sweepstakes, word spreads via friend invites, Facebook newsfeeds and Twitter tweets.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>User Generated Contests</strong> Run a contest when you wish winners to be decided by public voting, a company-selected jury or both. You can run user-generated video, photo or essay contests and you can choose from four winner-selection formats: public voting only, company judging only, company selects finalists then public votes for winners, public vote determines finalists then company chooses winners. You can also control when and how users vote (ex. once per contest, once per day, via thumbs up/thumbs down, via \'vote now\' button etc). The public can submit entries, vote, comment on submissions and share their favorite entries; all of which generate newsfeeds and help spread the word.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Coupons</strong> Distribute Coupons to drive traffic to your site, encourage purchases, launch a new product or generate buzz. Word spreads via friend invites and Facebook newsfeeds that are generated when someone downloads a coupon. Via our app you can input unique discount codes compatible with your website\'s shopping cart, define the maximum number of coupons you wish to release, upload custom designs for your coupon, create a custom entry form, send notifications to participants and download participant data.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Group Deal</strong> Create flash deals to engage your users in special discount sales, encourage purchases, launch a new product and create incentives to share. Group Deal discounted prices are dependent on a certain number of users committing to make the purchase, and this causes users who really want to purchase your deal to share the news of the special with friend invites and Facebook newsfeeds. Via our app you can input unique discount codes compatible with your website\'s shopping cart, define the maximum number of deals you wish to release, upload custom designs for your deal, create a custom entry form, send notifications to participants and download participant data.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Favorite Picks</strong> Users pick and rank their favorite items from among a list of images you provided, which enables them to share their favorites with their friends. A great way to generate buzz, build brand and product awareness, and understand your fan base\'s sentiment. With this application you can upload your own images of items for the user to choose their favorites from and even create categories of choices to choose within, to lengthen engagement and increase interactivity with participating users. You can also combine favorite picks with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Trivia</strong> With trivia, you can allow users to test their knowledge of trivia and share their scores with friends. With our app you can create your own set of questions, and specify answers so that the Wildfire Promotion Builder tool auto-generates the user score once the user is finished completing the set of trivia questions you created. The app will then prompt the user to share their scores with their friends, which in turn can generate enthusiasm and a sense of competition between friends to beat each others score. Through the app you are able to download participant answers and view leads. You can also combine a trivia with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Quiz</strong> The Quiz app enables you to create custom quizzes which allow users to share their personalities with their friends. With our app, you are able to create custom questions, set up a scoring guideline, and create categories that the user gets scored into with their results. These quiz results can then be shared between users and on streams and feeds, compelling users friends to take the quiz as well, to assess what their results would be. Participant answers can be downloaded at any time. You can also combine a quiz with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<p style=\"text-align: justify;\"><strong>Sign-Up Form</strong> The Sign-Up form enables the creation of a custom form, which can double as a survey, for users to fill out. You can download user information, input, and data from your leads at any time.</p>\r\n\r\n</div>\r\n</div>','Social Media Campaigns','','inherit','open','open','','278-revision-7','','','2011-09-02 02:47:29','2011-09-01 18:47:29','',278,'http://newweb.amazingbusinessresources.com/archives/896',0,'revision','',0,NULL),(897,1,'2011-09-02 02:48:22','2011-09-01 18:48:22','<div>\r\n<div>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Sweepstakes</strong> Run a sweepstakes when you wish to give away prizes based on a random draw. Via our app you can create a custom entry form, upload custom graphics, define eligibility criteria (by age and/or geography), randomly draw winners, send notifications to participants and download entry data. When users enter your sweepstakes, word spreads via friend invites, Facebook newsfeeds and Twitter tweets.</p>\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>User Generated Contests</strong> Run a contest when you wish winners to be decided by public voting, a company-selected jury or both. You can run user-generated video, photo or essay contests and you can choose from four winner-selection formats: public voting only, company judging only, company selects finalists then public votes for winners, public vote determines finalists then company chooses winners. You can also control when and how users vote (ex. once per contest, once per day, via thumbs up/thumbs down, via \'vote now\' button etc). The public can submit entries, vote, comment on submissions and share their favorite entries; all of which generate newsfeeds and help spread the word.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Coupons</strong> Distribute Coupons to drive traffic to your site, encourage purchases, launch a new product or generate buzz. Word spreads via friend invites and Facebook newsfeeds that are generated when someone downloads a coupon. Via our app you can input unique discount codes compatible with your website\'s shopping cart, define the maximum number of coupons you wish to release, upload custom designs for your coupon, create a custom entry form, send notifications to participants and download participant data.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Group Deal</strong> Create flash deals to engage your users in special discount sales, encourage purchases, launch a new product and create incentives to share. Group Deal discounted prices are dependent on a certain number of users committing to make the purchase, and this causes users who really want to purchase your deal to share the news of the special with friend invites and Facebook newsfeeds. Via our app you can input unique discount codes compatible with your website\'s shopping cart, define the maximum number of deals you wish to release, upload custom designs for your deal, create a custom entry form, send notifications to participants and download participant data.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Favorite Picks</strong> Users pick and rank their favorite items from among a list of images you provided, which enables them to share their favorites with their friends. A great way to generate buzz, build brand and product awareness, and understand your fan base\'s sentiment. With this application you can upload your own images of items for the user to choose their favorites from and even create categories of choices to choose within, to lengthen engagement and increase interactivity with participating users. You can also combine favorite picks with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Trivia</strong> With trivia, you can allow users to test their knowledge of trivia and share their scores with friends. With our app you can create your own set of questions, and specify answers so that the Wildfire Promotion Builder tool auto-generates the user score once the user is finished completing the set of trivia questions you created. The app will then prompt the user to share their scores with their friends, which in turn can generate enthusiasm and a sense of competition between friends to beat each others score. Through the app you are able to download participant answers and view leads. You can also combine a trivia with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Quiz</strong> The Quiz app enables you to create custom quizzes which allow users to share their personalities with their friends. With our app, you are able to create custom questions, set up a scoring guideline, and create categories that the user gets scored into with their results. These quiz results can then be shared between users and on streams and feeds, compelling users friends to take the quiz as well, to assess what their results would be. Participant answers can be downloaded at any time. You can also combine a quiz with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<p style=\"text-align: justify;\"><strong>Sign-Up Form</strong> The Sign-Up form enables the creation of a custom form, which can double as a survey, for users to fill out. You can download user information, input, and data from your leads at any time.</p>\r\n\r\n</div>\r\n</div>','Social Media Campaigns','','inherit','open','open','','278-revision-8','','','2011-09-02 02:48:22','2011-09-01 18:48:22','',278,'http://newweb.amazingbusinessresources.com/archives/897',0,'revision','',0,NULL),(898,1,'2011-09-02 02:48:40','2011-09-01 18:48:40','<div>\r\n<div>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Sweepstakes</strong> Run a sweepstakes when you wish to give away prizes based on a random draw. Via our app you can create a custom entry form, upload custom graphics, define eligibility criteria (by age and/or geography), randomly draw winners, send notifications to participants and download entry data. When users enter your sweepstakes, word spreads via friend invites, Facebook newsfeeds and Twitter tweets.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>User Generated Contests</strong> Run a contest when you wish winners to be decided by public voting, a company-selected jury or both. You can run user-generated video, photo or essay contests and you can choose from four winner-selection formats: public voting only, company judging only, company selects finalists then public votes for winners, public vote determines finalists then company chooses winners. You can also control when and how users vote (ex. once per contest, once per day, via thumbs up/thumbs down, via \'vote now\' button etc). The public can submit entries, vote, comment on submissions and share their favorite entries; all of which generate newsfeeds and help spread the word.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Coupons</strong> Distribute Coupons to drive traffic to your site, encourage purchases, launch a new product or generate buzz. Word spreads via friend invites and Facebook newsfeeds that are generated when someone downloads a coupon. Via our app you can input unique discount codes compatible with your website\'s shopping cart, define the maximum number of coupons you wish to release, upload custom designs for your coupon, create a custom entry form, send notifications to participants and download participant data.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Group Deal</strong> Create flash deals to engage your users in special discount sales, encourage purchases, launch a new product and create incentives to share. Group Deal discounted prices are dependent on a certain number of users committing to make the purchase, and this causes users who really want to purchase your deal to share the news of the special with friend invites and Facebook newsfeeds. Via our app you can input unique discount codes compatible with your website\'s shopping cart, define the maximum number of deals you wish to release, upload custom designs for your deal, create a custom entry form, send notifications to participants and download participant data.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Favorite Picks</strong> Users pick and rank their favorite items from among a list of images you provided, which enables them to share their favorites with their friends. A great way to generate buzz, build brand and product awareness, and understand your fan base\'s sentiment. With this application you can upload your own images of items for the user to choose their favorites from and even create categories of choices to choose within, to lengthen engagement and increase interactivity with participating users. You can also combine favorite picks with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Trivia</strong> With trivia, you can allow users to test their knowledge of trivia and share their scores with friends. With our app you can create your own set of questions, and specify answers so that the Wildfire Promotion Builder tool auto-generates the user score once the user is finished completing the set of trivia questions you created. The app will then prompt the user to share their scores with their friends, which in turn can generate enthusiasm and a sense of competition between friends to beat each others score. Through the app you are able to download participant answers and view leads. You can also combine a trivia with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Quiz</strong> The Quiz app enables you to create custom quizzes which allow users to share their personalities with their friends. With our app, you are able to create custom questions, set up a scoring guideline, and create categories that the user gets scored into with their results. These quiz results can then be shared between users and on streams and feeds, compelling users friends to take the quiz as well, to assess what their results would be. Participant answers can be downloaded at any time. You can also combine a quiz with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<p style=\"text-align: justify;\"><strong>Sign-Up Form</strong> The Sign-Up form enables the creation of a custom form, which can double as a survey, for users to fill out. You can download user information, input, and data from your leads at any time.</p>\r\n\r\n</div>\r\n</div>','Social Media Campaigns','','inherit','open','open','','278-revision-9','','','2011-09-02 02:48:40','2011-09-01 18:48:40','',278,'http://newweb.amazingbusinessresources.com/archives/898',0,'revision','',0,NULL),(899,1,'2011-09-02 02:52:36','2011-09-01 18:52:36','','Contact Us','','inherit','open','open','','get-a-quote','','','2011-09-02 02:52:36','2011-09-01 18:52:36','',313,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif',0,'attachment','image/gif',0,NULL),(1027,1,'2011-09-30 23:43:54','2011-09-30 15:43:54','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-207\" title=\"Website Development|Website Planning|Website Conceptualization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development-Banner.jpg\" alt=\"Website Development|Website Planning|Website Conceptualization\" width=\"600\" height=\"187\" /></p>\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a href=\"http://amazingbusinessresources.com\">Presentable Website</a></p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Website Development','','inherit','open','open','','156-revision-54','','','2011-09-30 23:43:54','2011-09-30 15:43:54','',156,'http://newweb.amazingbusinessresources.com/archives/1027',0,'revision','',0,NULL),(900,1,'2011-09-01 16:29:53','2011-09-01 08:29:53','<p style=\"text-align: justify;\"><strong>Social Media Marketing</strong></p>\r\n<p style=\"text-align: justify;\">Social media marketing services (also referred to as SMM) have gained popularity during the last few years, and now this niche of web promotion and advertising is almost integral part of advertising in the global network. Why? Because the amount of traffic in social networks grows from day to day, and the potential of this ad channel as well as other social media marketing channels cannot be underestimated. And to run a successful advertising campaign to attract visitors to your site, you need social media optimization services.</p>\r\n<p style=\"text-align: justify;\"><strong>Social Media Optimization</strong></p>\r\n<p style=\"text-align: justify;\">Social media optimization (or SMO) is a complex of actions directed to attracting unique visitors to your content. Social media marketing strategy can include adding social media features to your site (RSS feeds, social news, “share” buttons and so on) from one side, and various SMM promotional activities from the other side. It can be blogging, comments in other blogs, adding social media elements such as videos and images with advertising purposes. All these are provided by social media marketing agency.</p>\r\n<p style=\"text-align: justify;\"><strong>Social Media Advertising</strong></p>\r\n<p style=\"text-align: justify;\">Our company provides its customers with an individual social media marketing plan. There is enough experience to define our own strategy of SMO. And social media management services provided by our experts are worth working with them. Unlike any other social media marketing company, we don’t have a standard plan of these services, but an individual approach for every customer company, concerning the niche of its business.</p>\r\n<p style=\"text-align: justify;\">Want to learn more about how we can improve your results? Give us a call today or request a personal consultation!</p>','Social Media Marketing','','inherit','open','open','','313-revision-8','','','2011-09-01 16:29:53','2011-09-01 08:29:53','',313,'http://newweb.amazingbusinessresources.com/archives/900',0,'revision','',0,NULL),(1076,1,'2011-09-02 02:54:58','2011-09-01 18:54:58','<p style=\"text-align: justify;\"><strong>Facebook For Business</strong></p>\r\n<p style=\"text-align: justify;\">Facebook presents a unique marketing opportunity for businesses through the creation of Facebook Business Pages. As more people explore social media, social networking sites have become some of the key online sources they use to learn more about products, organizations, artists and world events. Marketing on Facebook has a viral effect – information spreads through networks exponentially.</p>\r\n<p style=\"text-align: justify;\">There are two primary ways for companies to market on Facebook. The first is through Facebook Groups and the second is through <a title=\"Facebook Fan Page\" href=\"https://www.facebook.com/pages/create.php\" target=\"_blank\">Facebook Pages</a>. Groups are more focused on bringing together groups of people who share common interests, whereas pages are places where users can interact around and with a particular brand or product.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_3.jpg\"><img class=\"aligncenter size-full wp-image-554\" title=\"Facebook Marketing | Facebook Fan Page | Facebook for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_3.jpg\" alt=\"Facebook Marketing | Facebook Fan Page | Facebook for Business\" width=\"600\" height=\"200\" /></a></p>\r\n<p style=\"text-align: justify;\"><strong>Let’s take a look on Facebook Statistic realease on April 2011.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>People on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 500 million active users</li>\r\n	<li>50% of our active users log on to Facebook in any given day</li>\r\n	<li>Average user has 130 friends</li>\r\n	<li>People spend over 700 billion minutes per month on Facebook</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Activity on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are over 900 million objects that people interact with (pages, groups, events and community pages)</li>\r\n	<li>Average user is connected to 80 community pages, groups and events</li>\r\n	<li>Average user creates 90 pieces of content each month</li>\r\n	<li>More than 30 billion pieces of content (web links, news stories, blog posts, notes, photo albums, etc.) shared each month.</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Global Reach</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 70 translations available on the site</li>\r\n	<li>About 70% of Facebook users are outside the United States</li>\r\n	<li>Over 300,000 users helped translate the site through the translations application</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Platform</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>Entrepreneurs and developers from more than 190 countries build with Facebook Platform</li>\r\n	<li>People on Facebook install 20 million applications every day</li>\r\n	<li>Every month, more than 250 million people engage with Facebook on external websites</li>\r\n	<li>Since social plugins launched in April 2010, an average of 10,000 new websites integrate with Facebook every day</li>\r\n	<li>More than 2.5 million websites have integrated with Facebook, including over 80 of comScore’s U.S. Top 100 websites and over half of comScore’s Global Top 100 websites</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Mobile</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are more than 200 million active users currently accessing Facebook through their mobile devices.</li>\r\n	<li>People that use Facebook on their mobile devices are twice as active on Facebook than non-mobile users.</li>\r\n	<li>There are more than 200 mobile operators in 60 countries working to deploy and promote Facebook mobile products</li>\r\n</ul>\r\n<div style=\"text-align: justify;\">\r\n\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>\r\n\r\n</div>\r\n<p style=\"text-align: right;\"><strong><a title=\"Why Facebook Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/1\">WHY FACEBOOK MARKETING?</a> </strong></p>','Facebook Marketing','','inherit','open','open','','257-revision-11','','','2011-09-02 02:54:58','2011-09-01 18:54:58','',257,'http://newweb.amazingbusinessresources.com/archives/1076',0,'revision','',0,NULL),(1010,1,'2011-09-02 02:53:37','2011-09-01 18:53:37','<p style=\"text-align: justify;\"><strong>Social Media Marketing</strong></p>\r\n<p style=\"text-align: justify;\">Social media marketing services (also referred to as SMM) have gained popularity during the last few years, and now this niche of web promotion and advertising is almost integral part of advertising in the global network. Why? Because the amount of traffic in social networks grows from day to day, and the potential of this ad channel as well as other social media marketing channels cannot be underestimated. And to run a successful advertising campaign to attract visitors to your site, you need social media optimization services.</p>\r\n<p style=\"text-align: justify;\"><strong>Social Media Optimization</strong></p>\r\n<p style=\"text-align: justify;\">Social media optimization (or SMO) is a complex of actions directed to attracting unique visitors to your content. Social media marketing strategy can include adding social media features to your site (RSS feeds, social news, “share” buttons and so on) from one side, and various SMM promotional activities from the other side. It can be blogging, comments in other blogs, adding social media elements such as videos and images with advertising purposes. All these are provided by social media marketing agency.</p>\r\n<p style=\"text-align: justify;\"><strong>Social Media Advertising</strong></p>\r\n<p style=\"text-align: justify;\">Our company provides its customers with an individual social media marketing plan. There is enough experience to define our own strategy of SMO. And social media management services provided by our experts are worth working with them. Unlike any other social media marketing company, we don’t have a standard plan of these services, but an individual approach for every customer company, concerning the niche of its business.</p>\r\n<p style=\"text-align: justify;\">Want to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img class=\"alignright size-full wp-image-899\" title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a></p>','Social Media Marketing','','inherit','open','open','','313-revision-9','','','2011-09-02 02:53:37','2011-09-01 18:53:37','',313,'http://newweb.amazingbusinessresources.com/archives/1010',0,'revision','',0,NULL),(901,1,'2011-09-02 01:46:23','2011-09-01 17:46:23','<p style=\"text-align: justify;\"><strong>Facebook For Business</strong></p>\r\n<p style=\"text-align: justify;\">Facebook presents a unique marketing opportunity for businesses through the creation of Facebook Business Pages. As more people explore social media, social networking sites have become some of the key online sources they use to learn more about products, organizations, artists and world events. Marketing on Facebook has a viral effect – information spreads through networks exponentially.</p>\r\n<p style=\"text-align: justify;\">There are two primary ways for companies to market on Facebook. The first is through Facebook Groups and the second is through <a title=\"Facebook Fan Page\" href=\"https://www.facebook.com/pages/create.php\" target=\"_blank\">Facebook Pages</a>. Groups are more focused on bringing together groups of people who share common interests, whereas pages are places where users can interact around and with a particular brand or product.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_3.jpg\"><img class=\"aligncenter size-full wp-image-554\" title=\"Facebook Marketing | Facebook Fan Page | Facebook for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_3.jpg\" alt=\"Facebook Marketing | Facebook Fan Page | Facebook for Business\" width=\"600\" height=\"200\" /></a></p>\r\n<p style=\"text-align: justify;\"><strong>Let’s take a look on Facebook Statistic realease on April 2011.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>People on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 500 million active users</li>\r\n	<li>50% of our active users log on to Facebook in any given day</li>\r\n	<li>Average user has 130 friends</li>\r\n	<li>People spend over 700 billion minutes per month on Facebook</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Activity on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are over 900 million objects that people interact with (pages, groups, events and community pages)</li>\r\n	<li>Average user is connected to 80 community pages, groups and events</li>\r\n	<li>Average user creates 90 pieces of content each month</li>\r\n	<li>More than 30 billion pieces of content (web links, news stories, blog posts, notes, photo albums, etc.) shared each month.</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Global Reach</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 70 translations available on the site</li>\r\n	<li>About 70% of Facebook users are outside the United States</li>\r\n	<li>Over 300,000 users helped translate the site through the translations application</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Platform</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>Entrepreneurs and developers from more than 190 countries build with Facebook Platform</li>\r\n	<li>People on Facebook install 20 million applications every day</li>\r\n	<li>Every month, more than 250 million people engage with Facebook on external websites</li>\r\n	<li>Since social plugins launched in April 2010, an average of 10,000 new websites integrate with Facebook every day</li>\r\n	<li>More than 2.5 million websites have integrated with Facebook, including over 80 of comScore’s U.S. Top 100 websites and over half of comScore’s Global Top 100 websites</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Mobile</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are more than 200 million active users currently accessing Facebook through their mobile devices.</li>\r\n	<li>People that use Facebook on their mobile devices are twice as active on Facebook than non-mobile users.</li>\r\n	<li>There are more than 200 mobile operators in 60 countries working to deploy and promote Facebook mobile products</li>\r\n</ul>\r\n<p style=\"text-align: right;\"><strong><a title=\"Why Facebook Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/1\">WHY FACEBOOK MARKETING?</a> </strong></p>','Facebook Marketing','','inherit','open','open','','257-revision-10','','','2011-09-02 01:46:23','2011-09-01 17:46:23','',257,'http://newweb.amazingbusinessresources.com/archives/901',0,'revision','',0,NULL),(1123,1,'2011-10-01 12:01:18','2011-10-01 04:01:18','<p style=\"text-align: justify;\"><strong>Facebook For Business</strong></p>\r\n<p style=\"text-align: justify;\">Facebook presents a unique marketing opportunity for businesses through the creation of Facebook Business Pages. As more people explore social media, social networking sites have become some of the key online sources they use to learn more about products, organizations, artists and world events. Marketing on Facebook has a viral effect – information spreads through networks exponentially.</p>\r\n<p style=\"text-align: justify;\">There are two primary ways for companies to market on Facebook. The first is through Facebook Groups and the second is through <a title=\"Facebook Fan Page\" href=\"https://www.facebook.com/pages/create.php\" target=\"_blank\">Facebook Pages</a>. Groups are more focused on bringing together groups of people who share common interests, whereas pages are places where users can interact around and with a particular brand or product.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_3.jpg\"><img class=\"aligncenter size-full wp-image-554\" title=\"Facebook Marketing | Facebook Fan Page | Facebook for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_3.jpg\" alt=\"Facebook Marketing | Facebook Fan Page | Facebook for Business\" width=\"600\" height=\"200\" /></a></p>\r\n<p style=\"text-align: justify;\"><strong>Let’s take a look on Facebook Statistic realease on April 2011.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>People on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 500 million active users</li>\r\n	<li>50% of our active users log on to Facebook in any given day</li>\r\n	<li>Average user has 130 friends</li>\r\n	<li>People spend over 700 billion minutes per month on Facebook</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Activity on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are over 900 million objects that people interact with (pages, groups, events and community pages)</li>\r\n	<li>Average user is connected to 80 community pages, groups and events</li>\r\n	<li>Average user creates 90 pieces of content each month</li>\r\n	<li>More than 30 billion pieces of content (web links, news stories, blog posts, notes, photo albums, etc.) shared each month.</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Global Reach</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 70 translations available on the site</li>\r\n	<li>About 70% of Facebook users are outside the United States</li>\r\n	<li>Over 300,000 users helped translate the site through the translations application</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Platform</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>Entrepreneurs and developers from more than 190 countries build with Facebook Platform</li>\r\n	<li>People on Facebook install 20 million applications every day</li>\r\n	<li>Every month, more than 250 million people engage with Facebook on external websites</li>\r\n	<li>Since social plugins launched in April 2010, an average of 10,000 new websites integrate with Facebook every day</li>\r\n	<li>More than 2.5 million websites have integrated with Facebook, including over 80 of comScore’s U.S. Top 100 websites and over half of comScore’s Global Top 100 websites</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Mobile</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are more than 200 million active users currently accessing Facebook through their mobile devices.</li>\r\n	<li>People that use Facebook on their mobile devices are twice as active on Facebook than non-mobile users.</li>\r\n	<li>There are more than 200 mobile operators in 60 countries working to deploy and promote Facebook mobile products</li>\r\n</ul>\r\n<div style=\"text-align: justify;\">\r\n\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<p style=\"text-align: right;\"><strong><a title=\"Why Facebook Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/1\">WHY FACEBOOK MARKETING?</a> </strong></p>','Facebook Marketing','','inherit','open','open','','257-revision-14','','','2011-10-01 12:01:18','2011-10-01 04:01:18','',257,'http://newweb.amazingbusinessresources.com/archives/1123',0,'revision','',0,NULL),(1077,1,'2011-09-02 02:56:01','2011-09-01 18:56:01','<p style=\"text-align: center;\"><a href=\"http://www.twitter.com\"><img class=\"size-full wp-image-540 aligncenter\" title=\"Twitter for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_2.jpg\" alt=\"Twitter for Business\" width=\"600\" height=\"200\" /></a></p>\r\n<p style=\"text-align: justify;\">Everyday, millions of people using twitter to create, discover and share idea with others. Now, people are turning to twitter as an effective way to reach out business too. From local store to big brand, from brick and mortar to internet based or service sector, people are finding great value in the connections they make with <a title=\"Twitter for Business\" href=\"http://business.twitter.com/\">business on twitter</a>.</p>\r\n<p style=\"text-align: justify;\">A new study, released April 2010, examines Twitter usage in the United States, finding that although most Americans are aware of Twitter, few are using it..</p>\r\n<p style=\"text-align: justify;\">At Chirp, the official Twitter developer conference, Twitter shared some revealing stats about its site, users, and growth that had previously been kept under wraps.</p>\r\n<p style=\"text-align: justify;\">Here’s a summary of the facts and figures Twitter shared:</p>\r\n\r\n<ul>\r\n	<li style=\"text-align: justify;\">- Twitter now has 105,779,710 registered users.</li>\r\n	<li style=\"text-align: justify;\">- New users are signing up at the rate of 300,000 per day.</li>\r\n	<li style=\"text-align: justify;\">- 180 million unique visitors come to the site every month.</li>\r\n	<li style=\"text-align: justify;\">- 75% of Twitter traffic comes from outside Twitter.com (i.e. via third party applications.)</li>\r\n	<li style=\"text-align: justify;\">- Twitter gets a total of 3 billion requests a day via its API.</li>\r\n	<li style=\"text-align: justify;\">- Twitter users are, in total, tweeting an average of 55 million tweets a day.</li>\r\n	<li style=\"text-align: justify;\">- Twitter’s search engine receives around 600 million search queries per day.</li>\r\n	<li style=\"text-align: justify;\">- Of Twitter’s active users, 37 percent use their phone to tweet.</li>\r\n	<li style=\"text-align: justify;\">- Over half of all tweets (60 percent) come from third party applications.</li>\r\n	<li style=\"text-align: justify;\">- Twitter itself has grown: in the past year alone, it has grown from 25 to 175 employees.</li>\r\n</ul>\r\n<div style=\"text-align: right;\"><a title=\"Twitter Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/542\">WHY TWITTER MARKETING</a>\r\n<p style=\"text-align: left;\">Want to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!</p>\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>\r\n\r\n</div>\r\n<div style=\"text-align: right;\"></div>\r\n<div style=\"text-align: right;\"></div>\r\n<div style=\"text-align: right;\"></div>\r\n<div style=\"text-align: right;\"></div>','Twitter Marketing','','inherit','open','open','','259-revision-7','','','2011-09-02 02:56:01','2011-09-01 18:56:01','',259,'http://newweb.amazingbusinessresources.com/archives/1077',0,'revision','',0,NULL),(902,1,'2011-09-02 02:08:47','2011-09-01 18:08:47','<p style=\"text-align: center;\"><a href=\"http://www.twitter.com\"><img class=\"size-full wp-image-540 aligncenter\" title=\"Twitter for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_2.jpg\" alt=\"Twitter for Business\" width=\"600\" height=\"200\" /></a></p>\r\n<p style=\"text-align: justify;\">Everyday, millions of people using twitter to create, discover and share idea with others. Now, people are turning to twitter as an effective way to reach out business too. From local store to big brand, from brick and mortar to internet based or service sector, people are finding great value in the connections they make with <a title=\"Twitter for Business\" href=\"http://business.twitter.com/\">business on twitter</a>.</p>\r\n<p style=\"text-align: justify;\">A new study, released April 2010, examines Twitter usage in the United States, finding that although most Americans are aware of Twitter, few are using it..</p>\r\n<p style=\"text-align: justify;\">At Chirp, the official Twitter developer conference, Twitter shared some revealing stats about its site, users, and growth that had previously been kept under wraps.</p>\r\n<p style=\"text-align: justify;\">Here’s a summary of the facts and figures Twitter shared:</p>\r\n\r\n<ul>\r\n	<li style=\"text-align: justify;\">- Twitter now has 105,779,710 registered users.</li>\r\n	<li style=\"text-align: justify;\">- New users are signing up at the rate of 300,000 per day.</li>\r\n	<li style=\"text-align: justify;\">- 180 million unique visitors come to the site every month.</li>\r\n	<li style=\"text-align: justify;\">- 75% of Twitter traffic comes from outside Twitter.com (i.e. via third party applications.)</li>\r\n	<li style=\"text-align: justify;\">- Twitter gets a total of 3 billion requests a day via its API.</li>\r\n	<li style=\"text-align: justify;\">- Twitter users are, in total, tweeting an average of 55 million tweets a day.</li>\r\n	<li style=\"text-align: justify;\">- Twitter’s search engine receives around 600 million search queries per day.</li>\r\n	<li style=\"text-align: justify;\">- Of Twitter’s active users, 37 percent use their phone to tweet.</li>\r\n	<li style=\"text-align: justify;\">- Over half of all tweets (60 percent) come from third party applications.</li>\r\n	<li style=\"text-align: justify;\">- Twitter itself has grown: in the past year alone, it has grown from 25 to 175 employees.</li>\r\n</ul>\r\n<div style=\"text-align: right;\"><a title=\"Twitter Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/542\">WHY TWITTER MARKETING</a></div>','Twitter Marketing','','inherit','open','open','','259-revision-6','','','2011-09-02 02:08:47','2011-09-01 18:08:47','',259,'http://newweb.amazingbusinessresources.com/archives/902',0,'revision','',0,NULL),(1078,1,'2011-10-01 02:07:59','2011-09-30 18:07:59','<p style=\"text-align: justify;\"><strong>Facebook For Business</strong></p>\r\n<p style=\"text-align: justify;\">Facebook presents a unique marketing opportunity for businesses through the creation of Facebook Business Pages. As more people explore social media, social networking sites have become some of the key online sources they use to learn more about products, organizations, artists and world events. Marketing on Facebook has a viral effect – information spreads through networks exponentially.</p>\r\n<p style=\"text-align: justify;\">There are two primary ways for companies to market on Facebook. The first is through Facebook Groups and the second is through <a title=\"Facebook Fan Page\" href=\"https://www.facebook.com/pages/create.php\" target=\"_blank\">Facebook Pages</a>. Groups are more focused on bringing together groups of people who share common interests, whereas pages are places where users can interact around and with a particular brand or product.</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_3.jpg\"><img class=\"aligncenter size-full wp-image-554\" title=\"Facebook Marketing | Facebook Fan Page | Facebook for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_3.jpg\" alt=\"Facebook Marketing | Facebook Fan Page | Facebook for Business\" width=\"600\" height=\"200\" /></a></p>\r\n<p style=\"text-align: justify;\"><strong>Let’s take a look on Facebook Statistic realease on April 2011.</strong></p>\r\n<p style=\"text-align: justify;\"><strong>People on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 500 million active users</li>\r\n	<li>50% of our active users log on to Facebook in any given day</li>\r\n	<li>Average user has 130 friends</li>\r\n	<li>People spend over 700 billion minutes per month on Facebook</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Activity on Facebook</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are over 900 million objects that people interact with (pages, groups, events and community pages)</li>\r\n	<li>Average user is connected to 80 community pages, groups and events</li>\r\n	<li>Average user creates 90 pieces of content each month</li>\r\n	<li>More than 30 billion pieces of content (web links, news stories, blog posts, notes, photo albums, etc.) shared each month.</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Global Reach</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>More than 70 translations available on the site</li>\r\n	<li>About 70% of Facebook users are outside the United States</li>\r\n	<li>Over 300,000 users helped translate the site through the translations application</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Platform</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>Entrepreneurs and developers from more than 190 countries build with Facebook Platform</li>\r\n	<li>People on Facebook install 20 million applications every day</li>\r\n	<li>Every month, more than 250 million people engage with Facebook on external websites</li>\r\n	<li>Since social plugins launched in April 2010, an average of 10,000 new websites integrate with Facebook every day</li>\r\n	<li>More than 2.5 million websites have integrated with Facebook, including over 80 of comScore’s U.S. Top 100 websites and over half of comScore’s Global Top 100 websites</li>\r\n</ul>\r\n<p style=\"text-align: justify;\"><strong>Mobile</strong></p>\r\n\r\n<ul style=\"text-align: justify;\">\r\n	<li>There are more than 200 million active users currently accessing Facebook through their mobile devices.</li>\r\n	<li>People that use Facebook on their mobile devices are twice as active on Facebook than non-mobile users.</li>\r\n	<li>There are more than 200 mobile operators in 60 countries working to deploy and promote Facebook mobile products</li>\r\n</ul>\r\n<div style=\"text-align: justify;\">\r\n\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;\r\n\r\n</div>\r\n<p style=\"text-align: right;\"><strong><a title=\"Why Facebook Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/1\">WHY FACEBOOK MARKETING?</a> </strong></p>','Facebook Marketing','','inherit','open','open','','257-revision-12','','','2011-10-01 02:07:59','2011-09-30 18:07:59','',257,'http://newweb.amazingbusinessresources.com/archives/1078',0,'revision','',0,NULL),(903,1,'2011-09-02 02:13:27','2011-09-01 18:13:27','<p style=\"text-align: center;\"><a href=\"http://www.YouTube.com\"><img class=\"size-full wp-image-547 aligncenter\" title=\"YouTube Marketing | Youtube for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/YouTube-logo-300x123.jpg\" alt=\"YouTube Marketing | Youtube for Business\" width=\"300\" height=\"123\" /></a></p>\r\n<p style=\"text-align: center;\">Let’s have a look on <strong>YouTube statistic</strong>s as of February 2011.</p>\r\n<strong>Traffic</strong>\r\n<blockquote>“More than 13 million hours of video uploaded videos during 2010 and 35 hours of video are uploaded every minute.”\r\n\r\n“The equivalent of 150,000+ full-length movies in theaters each week”\r\n\r\n“More video is uploaded to YouTube in 60 days than the 3 major US networks created in 60 years.”\r\n\r\n“70% of YouTube traffic comes from outside the US.”\r\n\r\n“YouTube is localized in 25 countries across 43 languages.”\r\n\r\n“YouTube’s demographic is broad: 18-54 years old”\r\n\r\n“YouTube reached over 700 billion playbacks in 2010.”</blockquote>\r\nSo, you’ve probably watched YouTube videos. But have you ever uploaded your own creation? Probably not.\r\n\r\n&nbsp;\r\n<p style=\"text-align: right;\"><a title=\"Youtube Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/549\">WHY YOUTUBE MARKETING</a></p>','Youtube Marketing','','inherit','open','open','','261-revision-7','','','2011-09-02 02:13:27','2011-09-01 18:13:27','',261,'http://newweb.amazingbusinessresources.com/archives/903',0,'revision','',0,NULL),(905,1,'2011-09-02 02:27:14','2011-09-01 18:27:14','<p style=\"text-align: justify;\">LinkedIn officially launched on May 5, 2003 with a total of 4,500 members in the first month. Known mostly as a business social network, LinkedIn has been adopted globally with nearly 2 billion people searches in 2010 and over 90 million users in January 2011.</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-872\" title=\"linkedin Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/linkedin-logo.png\" alt=\"linkedin Marketing\" width=\"510\" height=\"144\" /></p>\r\n<p style=\"text-align: justify;\">Yet amongst many business professionals, LinkedIn seems to fight perception that it is strictly a site to visit when you need a job.</p>\r\n<p style=\"text-align: justify;\">With <a href=\"http://blog.linkedin.com/2011/01/24/linkedin-inmaps/\" target=\"_blank\">new features</a> added regularly and all of the Fortune 500 represented, LinkedIn is a valuable source of data and connections that shouldn’t be overlooked. If you’re not a regular LinkedIn user, I encourage you to look beyond the basics and see the opportunities for businesses to <a href=\"http://blog.linkedin.com/2010/11/01/linkedin-company-pages/\" target=\"_blank\">showcase their products</a>, advertise in and out of network, and content sharing/syndication.</p>\r\n<p style=\"text-align: justify;\">Here are 5 tips for individuals to help companies get more out of LinkedIn:</p>\r\n<p style=\"text-align: justify;\"><strong>1. Use Your Profile as a </strong><strong>Destination </strong>In an informal check of LinkedIn search strength, I did a Google search of 20 contacts. In every case, regardless of how visible they are on the web, LinkedIn profiles appeared on the first page with the vast majority appearing in the first five results. Keep your profile current to highlight your experience and expertise at all times. It can serve as a great way to share your history not only with other LinkedIn members but anyone online given the strength of search results.</p>\r\n<p style=\"text-align: justify;\"><strong>2. Linking Content via Applications</strong> As the site has evolved in the past few years it now offers a number of opportunities to <a title=\"company pages\" href=\"http://www.linkedin.com/static?key=application_directory&amp;trk=hb_side_apps\" target=\"_blank\">share content from the site directly</a>. Your LinkedIn network should be a strong source of support for your news and updates as your contacts are likely connected to your industry. By utilizing the available tools to link to your blog, twitter feed, or to create polls you can share helpful information with this network that may be passed along further to create new connection opportunities for you or your business.</p>\r\n<p style=\"text-align: justify;\"><strong>3. Connect with New Contacts in Groups and Answers</strong> LinkedIn Groups are a great way to identify other users with similar interests and needs. In addition to the inherent benefits of learning from others, Groups offer a number of benefits for each user. You are able to view other members contact information and participation in a group or the LinkedIn Answers section allows you to highlight your ideas and insight. By providing useful information to others you will improve your own reputation as an expert resource on select topics. The creation of <a title=\"Open Groups\" href=\"http://blog.linkedin.com/2010/12/20/linkedin-open-groups/\" target=\"_blank\">Open Groups </a>is of benefit in a broader sense as well since discussions can be viewed by anyone on the web and picked up by search engines.</p>\r\n<p style=\"text-align: justify;\"><strong>4. Research Potential</strong> Most LinkedIn users are familiar and comfortable with the people search capabilities of the site to find potential connections. Don’t forget to utilize other search tools on the site though as there is extensive data available to you. A very simple search of “public relations” provided over 11,000 listings nationally and indicates where I have a direct or indirect connection to that company. Using the search tools available it’s easy to track current openings, identify key leaders at the organizations, and recent additions or departures. Are these helpful for job seekers? Absolutely, but this information is of tremendous value for a new business discussion or a sales inquiry as well. Perhaps you have a contact from a prior project now on the inside.</p>\r\n<p style=\"text-align: justify;\"><strong>5. Recommendations </strong>As either an employee or a business, a recommendation can carry a great deal of weight in the eyes of future customers. By essentially collecting success stories in advance you have the ability to create a testimonial page on a highly-trafficked, well-established site that can lead to future opportunities based on your work appearing in searches for specific keywords by others.  These provide concrete examples of a (hopefully) good experience with you in a personal manner. It’s word of mouth promotion in a neighborhood of 90 million professionals. Not a bad target audience for most and one that shouldn’t be missed.</p>\r\n<p style=\"text-align: justify;\">With a rich set of data available to you at no cost (these features are all available without having to go with the premium membership), LinkedIn should be a part of your networking and <a title=\"online marketing solutions\" href=\"http://www.amazingbusinessresources.com/\" target=\"_blank\">online marketing</a> mix.</p>\r\n<p style=\"text-align: justify;\">Want to learn more about how we can improve your results? Give us a call today or request a personal consultation!</p>\r\n<p style=\"text-align: right;\"><a title=\"Why LinkedIn Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/888\" target=\"_blank\">WHY LINKEDIN</a></p>','LinkedIn Marketing','','inherit','open','open','','265-revision-8','','','2011-09-02 02:27:14','2011-09-01 18:27:14','',265,'http://newweb.amazingbusinessresources.com/archives/905',0,'revision','',0,NULL),(904,1,'2011-09-02 02:18:23','2011-09-01 18:18:23','<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-560\" title=\"Blog for Business | Blog Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/wordpress-logo-300x67.png\" alt=\"Blog for Business | Blog Marketing\" width=\"300\" height=\"67\" /></p>\r\n<p style=\"text-align: justify;\"><strong>What is a Blog?</strong></p>\r\n<p style=\"text-align: justify;\">According to Pyra Labs Blogger, “A blog is a web page made up of usually short, frequently updated posts that are arranged chronologically-like a what’s new page or a journal.” The term is actually weblogs coined by Jorn Barger in 1997.</p>\r\n<p style=\"text-align: justify;\">The boom of weblogs happened in 1999 when several companies &amp; developers made easy blogging software and tools. Since 1999, the number of blogs on the Internet has exploded from a few thousand to over 100 million.</p>\r\n<p style=\"text-align: justify;\">Blogs can fall into two general categories.</p>\r\n<p style=\"text-align: justify;\"><strong>Personal Blogs:</strong> a mixture of a personal diary, opinion posts and research links.</p>\r\n<p style=\"text-align: justify;\"><strong><a title=\"Business Blog\" href=\"http://wordpress.org/\" target=\"_blank\">Business Blogs</a>:</strong> a corporate tool for communicating with customers or employees to share knowledge and expertise.</p>\r\n<p style=\"text-align: justify;\">Business blogs are sweeping the business community. Blogs are an excellent method to share a company’s expertise, build additional web traffic, and connect with potential customers..</p>\r\n<p style=\"text-align: right;\"><a title=\"Blog for Business | Blog Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/559\">WHY BLOG MARKETING</a></p>','Blog Marketing','','inherit','open','open','','263-revision-7','','','2011-09-02 02:18:23','2011-09-01 18:18:23','',263,'http://newweb.amazingbusinessresources.com/archives/904',0,'revision','',0,NULL),(1082,1,'2011-10-01 02:09:55','2011-09-30 18:09:55','<p style=\"text-align: justify;\">LinkedIn officially launched on May 5, 2003 with a total of 4,500 members in the first month. Known mostly as a business social network, LinkedIn has been adopted globally with nearly 2 billion people searches in 2010 and over 90 million users in January 2011.</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-872\" title=\"linkedin Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/linkedin-logo.png\" alt=\"linkedin Marketing\" width=\"510\" height=\"144\" /></p>\r\n<p style=\"text-align: justify;\">Yet amongst many business professionals, LinkedIn seems to fight perception that it is strictly a site to visit when you need a job.</p>\r\n<p style=\"text-align: justify;\">With <a href=\"http://blog.linkedin.com/2011/01/24/linkedin-inmaps/\" target=\"_blank\">new features</a> added regularly and all of the Fortune 500 represented, LinkedIn is a valuable source of data and connections that shouldn’t be overlooked. If you’re not a regular LinkedIn user, I encourage you to look beyond the basics and see the opportunities for businesses to <a href=\"http://blog.linkedin.com/2010/11/01/linkedin-company-pages/\" target=\"_blank\">showcase their products</a>, advertise in and out of network, and content sharing/syndication.</p>\r\n<p style=\"text-align: justify;\">Here are 5 tips for individuals to help companies get more out of LinkedIn:</p>\r\n<p style=\"text-align: justify;\"><strong>1. Use Your Profile as a </strong><strong>Destination </strong>In an informal check of LinkedIn search strength, I did a Google search of 20 contacts. In every case, regardless of how visible they are on the web, LinkedIn profiles appeared on the first page with the vast majority appearing in the first five results. Keep your profile current to highlight your experience and expertise at all times. It can serve as a great way to share your history not only with other LinkedIn members but anyone online given the strength of search results.</p>\r\n<p style=\"text-align: justify;\"><strong>2. Linking Content via Applications</strong> As the site has evolved in the past few years it now offers a number of opportunities to <a title=\"company pages\" href=\"http://www.linkedin.com/static?key=application_directory&amp;trk=hb_side_apps\" target=\"_blank\">share content from the site directly</a>. Your LinkedIn network should be a strong source of support for your news and updates as your contacts are likely connected to your industry. By utilizing the available tools to link to your blog, twitter feed, or to create polls you can share helpful information with this network that may be passed along further to create new connection opportunities for you or your business.</p>\r\n<p style=\"text-align: justify;\"><strong>3. Connect with New Contacts in Groups and Answers</strong> LinkedIn Groups are a great way to identify other users with similar interests and needs. In addition to the inherent benefits of learning from others, Groups offer a number of benefits for each user. You are able to view other members contact information and participation in a group or the LinkedIn Answers section allows you to highlight your ideas and insight. By providing useful information to others you will improve your own reputation as an expert resource on select topics. The creation of <a title=\"Open Groups\" href=\"http://blog.linkedin.com/2010/12/20/linkedin-open-groups/\" target=\"_blank\">Open Groups </a>is of benefit in a broader sense as well since discussions can be viewed by anyone on the web and picked up by search engines.</p>\r\n<p style=\"text-align: justify;\"><strong>4. Research Potential</strong> Most LinkedIn users are familiar and comfortable with the people search capabilities of the site to find potential connections. Don’t forget to utilize other search tools on the site though as there is extensive data available to you. A very simple search of “public relations” provided over 11,000 listings nationally and indicates where I have a direct or indirect connection to that company. Using the search tools available it’s easy to track current openings, identify key leaders at the organizations, and recent additions or departures. Are these helpful for job seekers? Absolutely, but this information is of tremendous value for a new business discussion or a sales inquiry as well. Perhaps you have a contact from a prior project now on the inside.</p>\r\n<p style=\"text-align: justify;\"><strong>5. Recommendations </strong>As either an employee or a business, a recommendation can carry a great deal of weight in the eyes of future customers. By essentially collecting success stories in advance you have the ability to create a testimonial page on a highly-trafficked, well-established site that can lead to future opportunities based on your work appearing in searches for specific keywords by others.  These provide concrete examples of a (hopefully) good experience with you in a personal manner. It’s word of mouth promotion in a neighborhood of 90 million professionals. Not a bad target audience for most and one that shouldn’t be missed.</p>\r\n<p style=\"text-align: justify;\">With a rich set of data available to you at no cost (these features are all available without having to go with the premium membership), LinkedIn should be a part of your networking and <a title=\"online marketing solutions\" href=\"http://www.amazingbusinessresources.com/\" target=\"_blank\">online marketing</a> mix.</p>\r\n<p style=\"text-align: justify;\">Want to learn more about how we can improve your results? Give us a call today or request a personal consultation!</p>\r\n<p style=\"text-align: right;\"><a title=\"Why LinkedIn Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/888\" target=\"_blank\">WHY LINKEDIN</a></p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','LinkedIn Marketing','','inherit','open','open','','265-revision-10','','','2011-10-01 02:09:55','2011-09-30 18:09:55','',265,'http://newweb.amazingbusinessresources.com/archives/1082',0,'revision','',0,NULL),(1083,1,'2011-09-02 03:00:04','2011-09-01 19:00:04','<h3 style=\"text-align: justify;\">What is FourSquare?</h3>\r\n<p style=\"text-align: justify;\">The best place to begin is with <a title=\"What is foursquare\" href=\"http://foursquare.com/overview\" target=\"_blank\">understanding what foursquare is</a>. It’s a new website which lets you “check in” to stores, bars, restaurants, and other places. When you “check in” to a new place, foursquare will update your friends of where you are.</p>\r\n<p style=\"text-align: justify;\">It’s addictive because as you start to explore new places or do specific things you start to <a title=\"Foursquare badges\" href=\"http://www.foursquare.com/help/badges\" target=\"_blank\">unlock badges</a>. So if you go out to the same place every night you might unlock the “local” badge.</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-877\" title=\"Foursquare Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/foursquare.jpg\" alt=\"Foursquare Marketing\" width=\"500\" height=\"282\" /></p>\r\n\r\n<h3 style=\"text-align: justify;\">The Shift in Strategy</h3>\r\n<p style=\"text-align: justify;\">Foursquare embodies the shift from our immobile computer to mobile Internet. Consumers are connected all the time. Twitter began the mobile trend and foursquare is continuing it.</p>\r\n<p style=\"text-align: justify;\">Since more consumers are using the mobile social web, brands are able to connect with consumers within their stores. Marketers can create incentives and contests to drive customers into a business.</p>\r\n<p style=\"text-align: justify;\">The continuing trend towards mobile Internet is a huge opportunity for brands with physical stores and offices.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Introducing the Microcommunity</h3>\r\n<p style=\"text-align: justify;\">With the mobile Internet comes changes in user behavior. The most prominent change is the idea of privacy. Although we know privacy is an issues on sites such as Facebook, foursquare opens up a whole new set of problems.</p>\r\n<p style=\"text-align: justify;\">Most foursquare users are extremely wary of who they add as a friend. People are worried about letting strangers know where they are or where they aren’t.</p>\r\n<p style=\"text-align: justify;\">Because of this selectivity, mobile communities are most likely to be much smaller than our normal friend lists. These smaller groups of friends can be defined as microcommunities. I think it will be rare to see a foursquare user with hundreds of friends like we see on Facebook.</p>\r\n<p style=\"text-align: justify;\">Instead of being able to reach a huge following online, brands will have to target multiple microcommunities.</p>\r\n<p style=\"text-align: justify;\">If you get one person to Tweet about your store, 5000 people might read the message. If you get one foursquare member to “check in” to your store, maybe only 25 people see that update.</p>\r\n<p style=\"text-align: justify;\">However, since the foursquare user has only added trusted friends we can assume that the update has a greater impact than a Twitter message. This increased trust but decreased size will have major implications on future social media marketing strategies.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Final Thoughts</h3>\r\n<p style=\"text-align: justify;\">It seems interesting that as social media and mobile Internet matures, brands have to continue becoming more personalized. As microcommunities start to gain in popularity, our marketing strategies might change from targeting groups of 50,000 followers to groups of 50 friends.</p>\r\n<p style=\"text-align: justify;\">I’d love to know what you think about mobile Internet, social media, and foursquare. Want to learn more about how we can improve your results? Give us a call today or request a personal consultation!</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Foursquare Marketing','','inherit','open','open','','267-revision-8','','','2011-09-02 03:00:04','2011-09-01 19:00:04','',267,'http://newweb.amazingbusinessresources.com/archives/1083',0,'revision','',0,NULL),(906,1,'2011-09-02 02:44:10','2011-09-01 18:44:10','<h3 style=\"text-align: justify;\">What is FourSquare?</h3>\r\n<p style=\"text-align: justify;\">The best place to begin is with <a title=\"What is foursquare\" href=\"http://foursquare.com/overview\" target=\"_blank\">understanding what foursquare is</a>. It’s a new website which lets you “check in” to stores, bars, restaurants, and other places. When you “check in” to a new place, foursquare will update your friends of where you are.</p>\r\n<p style=\"text-align: justify;\">It’s addictive because as you start to explore new places or do specific things you start to <a title=\"Foursquare badges\" href=\"http://www.foursquare.com/help/badges\" target=\"_blank\">unlock badges</a>. So if you go out to the same place every night you might unlock the “local” badge.</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-877\" title=\"Foursquare Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/foursquare.jpg\" alt=\"Foursquare Marketing\" width=\"500\" height=\"282\" /></p>\r\n\r\n<h3 style=\"text-align: justify;\">The Shift in Strategy</h3>\r\n<p style=\"text-align: justify;\">Foursquare embodies the shift from our immobile computer to mobile Internet. Consumers are connected all the time. Twitter began the mobile trend and foursquare is continuing it.</p>\r\n<p style=\"text-align: justify;\">Since more consumers are using the mobile social web, brands are able to connect with consumers within their stores. Marketers can create incentives and contests to drive customers into a business.</p>\r\n<p style=\"text-align: justify;\">The continuing trend towards mobile Internet is a huge opportunity for brands with physical stores and offices.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Introducing the Microcommunity</h3>\r\n<p style=\"text-align: justify;\">With the mobile Internet comes changes in user behavior. The most prominent change is the idea of privacy. Although we know privacy is an issues on sites such as Facebook, foursquare opens up a whole new set of problems.</p>\r\n<p style=\"text-align: justify;\">Most foursquare users are extremely wary of who they add as a friend. People are worried about letting strangers know where they are or where they aren’t.</p>\r\n<p style=\"text-align: justify;\">Because of this selectivity, mobile communities are most likely to be much smaller than our normal friend lists. These smaller groups of friends can be defined as microcommunities. I think it will be rare to see a foursquare user with hundreds of friends like we see on Facebook.</p>\r\n<p style=\"text-align: justify;\">Instead of being able to reach a huge following online, brands will have to target multiple microcommunities.</p>\r\n<p style=\"text-align: justify;\">If you get one person to Tweet about your store, 5000 people might read the message. If you get one foursquare member to “check in” to your store, maybe only 25 people see that update.</p>\r\n<p style=\"text-align: justify;\">However, since the foursquare user has only added trusted friends we can assume that the update has a greater impact than a Twitter message. This increased trust but decreased size will have major implications on future social media marketing strategies.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Final Thoughts</h3>\r\n<p style=\"text-align: justify;\">It seems interesting that as social media and mobile Internet matures, brands have to continue becoming more personalized. As microcommunities start to gain in popularity, our marketing strategies might change from targeting groups of 50,000 followers to groups of 50 friends.</p>\r\n<p style=\"text-align: justify;\">I’d love to know what you think about mobile Internet, social media, and foursquare. Want to learn more about how we can improve your results? Give us a call today or request a personal consultation!</p>','Foursquare Marketing','','inherit','open','open','','267-revision-7','','','2011-09-02 02:44:10','2011-09-01 18:44:10','',267,'http://newweb.amazingbusinessresources.com/archives/906',0,'revision','',0,NULL),(907,1,'2011-09-02 02:49:01','2011-09-01 18:49:01','<div>\r\n<div>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Sweepstakes</strong> Run a sweepstakes when you wish to give away prizes based on a random draw. Via our app you can create a custom entry form, upload custom graphics, define eligibility criteria (by age and/or geography), randomly draw winners, send notifications to participants and download entry data. When users enter your sweepstakes, word spreads via friend invites, Facebook newsfeeds and Twitter tweets.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>User Generated Contests</strong> Run a contest when you wish winners to be decided by public voting, a company-selected jury or both. You can run user-generated video, photo or essay contests and you can choose from four winner-selection formats: public voting only, company judging only, company selects finalists then public votes for winners, public vote determines finalists then company chooses winners. You can also control when and how users vote (ex. once per contest, once per day, via thumbs up/thumbs down, via \'vote now\' button etc). The public can submit entries, vote, comment on submissions and share their favorite entries; all of which generate newsfeeds and help spread the word.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Coupons</strong> Distribute Coupons to drive traffic to your site, encourage purchases, launch a new product or generate buzz. Word spreads via friend invites and Facebook newsfeeds that are generated when someone downloads a coupon. Via our app you can input unique discount codes compatible with your website\'s shopping cart, define the maximum number of coupons you wish to release, upload custom designs for your coupon, create a custom entry form, send notifications to participants and download participant data.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Group Deal</strong> Create flash deals to engage your users in special discount sales, encourage purchases, launch a new product and create incentives to share. Group Deal discounted prices are dependent on a certain number of users committing to make the purchase, and this causes users who really want to purchase your deal to share the news of the special with friend invites and Facebook newsfeeds. Via our app you can input unique discount codes compatible with your website\'s shopping cart, define the maximum number of deals you wish to release, upload custom designs for your deal, create a custom entry form, send notifications to participants and download participant data.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Favorite Picks</strong> Users pick and rank their favorite items from among a list of images you provided, which enables them to share their favorites with their friends. A great way to generate buzz, build brand and product awareness, and understand your fan base\'s sentiment. With this application you can upload your own images of items for the user to choose their favorites from and even create categories of choices to choose within, to lengthen engagement and increase interactivity with participating users. You can also combine favorite picks with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Trivia</strong> With trivia, you can allow users to test their knowledge of trivia and share their scores with friends. With our app you can create your own set of questions, and specify answers so that the Wildfire Promotion Builder tool auto-generates the user score once the user is finished completing the set of trivia questions you created. The app will then prompt the user to share their scores with their friends, which in turn can generate enthusiasm and a sense of competition between friends to beat each others score. Through the app you are able to download participant answers and view leads. You can also combine a trivia with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Quiz</strong> The Quiz app enables you to create custom quizzes which allow users to share their personalities with their friends. With our app, you are able to create custom questions, set up a scoring guideline, and create categories that the user gets scored into with their results. These quiz results can then be shared between users and on streams and feeds, compelling users friends to take the quiz as well, to assess what their results would be. Participant answers can be downloaded at any time. You can also combine a quiz with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<p style=\"text-align: justify;\"><strong>Sign-Up Form</strong> The Sign-Up form enables the creation of a custom form, which can double as a survey, for users to fill out. You can download user information, input, and data from your leads at any time.</p>\r\n\r\n</div>\r\n</div>','Social Media Campaigns','','inherit','open','open','','278-revision-10','','','2011-09-02 02:49:01','2011-09-01 18:49:01','',278,'http://newweb.amazingbusinessresources.com/archives/907',0,'revision','',0,NULL),(1086,1,'2011-10-01 02:11:20','2011-09-30 18:11:20','<div>\r\n<div>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Amazing Business Resources</strong></span> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Sweepstakes</strong> Run a sweepstakes when you wish to give away prizes based on a random draw. Via our app you can create a custom entry form, upload custom graphics, define eligibility criteria (by age and/or geography), randomly draw winners, send notifications to participants and download entry data. When users enter your sweepstakes, word spreads via friend invites, Facebook newsfeeds and Twitter tweets.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>User Generated Contests</strong> Run a contest when you wish winners to be decided by public voting, a company-selected jury or both. You can run user-generated video, photo or essay contests and you can choose from four winner-selection formats: public voting only, company judging only, company selects finalists then public votes for winners, public vote determines finalists then company chooses winners. You can also control when and how users vote (ex. once per contest, once per day, via thumbs up/thumbs down, via \'vote now\' button etc). The public can submit entries, vote, comment on submissions and share their favorite entries; all of which generate newsfeeds and help spread the word.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Coupons</strong> Distribute Coupons to drive traffic to your site, encourage purchases, launch a new product or generate buzz. Word spreads via friend invites and Facebook newsfeeds that are generated when someone downloads a coupon. Via our app you can input unique discount codes compatible with your website\'s shopping cart, define the maximum number of coupons you wish to release, upload custom designs for your coupon, create a custom entry form, send notifications to participants and download participant data.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Group Deal</strong> Create flash deals to engage your users in special discount sales, encourage purchases, launch a new product and create incentives to share. Group Deal discounted prices are dependent on a certain number of users committing to make the purchase, and this causes users who really want to purchase your deal to share the news of the special with friend invites and Facebook newsfeeds. Via our app you can input unique discount codes compatible with your website\'s shopping cart, define the maximum number of deals you wish to release, upload custom designs for your deal, create a custom entry form, send notifications to participants and download participant data.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Favorite Picks</strong> Users pick and rank their favorite items from among a list of images you provided, which enables them to share their favorites with their friends. A great way to generate buzz, build brand and product awareness, and understand your fan base\'s sentiment. With this application you can upload your own images of items for the user to choose their favorites from and even create categories of choices to choose within, to lengthen engagement and increase interactivity with participating users. You can also combine favorite picks with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Trivia</strong> With trivia, you can allow users to test their knowledge of trivia and share their scores with friends. With our app you can create your own set of questions, and specify answers so that the Wildfire Promotion Builder tool auto-generates the user score once the user is finished completing the set of trivia questions you created. The app will then prompt the user to share their scores with their friends, which in turn can generate enthusiasm and a sense of competition between friends to beat each others score. Through the app you are able to download participant answers and view leads. You can also combine a trivia with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Quiz</strong> The Quiz app enables you to create custom quizzes which allow users to share their personalities with their friends. With our app, you are able to create custom questions, set up a scoring guideline, and create categories that the user gets scored into with their results. These quiz results can then be shared between users and on streams and feeds, compelling users friends to take the quiz as well, to assess what their results would be. Participant answers can be downloaded at any time. You can also combine a quiz with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<p style=\"text-align: justify;\"><strong>Sign-Up Form</strong> The Sign-Up form enables the creation of a custom form, which can double as a survey, for users to fill out. You can download user information, input, and data from your leads at any time.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>\r\n\r\n</div>\r\n</div>','Social Media Campaigns','','inherit','open','open','','278-revision-12','','','2011-10-01 02:11:20','2011-09-30 18:11:20','',278,'http://newweb.amazingbusinessresources.com/archives/1086',0,'revision','',0,NULL),(1087,1,'2011-10-01 00:16:02','2011-09-30 16:16:02','<h3 style=\"text-align: center;\"></h3>\r\n<img class=\"aligncenter size-full wp-image-504\" title=\"Email Marketing Campaign\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Banner_1.jpg\" alt=\"Email Marketing Campaign\" width=\"600\" height=\"200\" />\r\n\r\n<strong>Email marketing</strong> tools like professional email signup forms &amp; autoresponder services make it easy for you to build your email list and stay in touch with prospects.\r\n\r\nFind out why many businesses trust our <strong>email marketing software</strong> to deliver the best results for any size <strong>email marketing campaign.</strong>\r\n\r\n&nbsp;','Email Marketing','','inherit','open','open','','482-revision-7','','','2011-10-01 00:16:02','2011-09-30 16:16:02','',482,'http://newweb.amazingbusinessresources.com/archives/1087',0,'revision','',0,NULL),(908,1,'2011-08-29 14:31:01','2011-08-29 06:31:01','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-207\" title=\"Website Development|Website Planning|Website Conceptualization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development-Banner.jpg\" alt=\"Website Development|Website Planning|Website Conceptualization\" width=\"600\" height=\"187\" /></p>\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a href=\"http://amazingbusinessresources.com\">Presentable Website</a></p>','Website Development','','inherit','open','open','','156-revision-52','','','2011-08-29 14:31:01','2011-08-29 06:31:01','',156,'http://newweb.amazingbusinessresources.com/archives/908',0,'revision','',0,NULL),(1044,1,'2011-10-01 01:18:54','2011-09-30 17:18:54','<p style=\"text-align: center;\"></p>\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a title=\"Criteria to build a presentable website\" href=\"http://newweb.amazingbusinessresources.com/archives/818\">Presentable Website</a></p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;','Website Development','','inherit','open','open','','156-revision-58','','','2011-10-01 01:18:54','2011-09-30 17:18:54','',156,'http://newweb.amazingbusinessresources.com/archives/1044',0,'revision','',0,NULL),(1042,1,'2011-10-01 01:15:07','2011-09-30 17:15:07','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-207\" title=\"Website Development|Website Planning|Website Conceptualization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development-Banner.jpg\" alt=\"Website Development|Website Planning|Website Conceptualization\" width=\"600\" height=\"187\" /></p>\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a href=\"http://amazingbusinessresources.com\">Presentable Website</a></p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Website Development','','inherit','open','open','','156-revision-57','','','2011-10-01 01:15:07','2011-09-30 17:15:07','',156,'http://newweb.amazingbusinessresources.com/archives/1042',0,'revision','',0,NULL),(909,1,'2011-09-01 16:18:40','2011-09-01 08:18:40','<p style=\"text-align: justify;\">A successful business module always start from an idea, followed by the execution of the blueprint, so do a website.  This is the part of creating a website that people tend to skip. And it\'s the most important step in creating a successful website.</p>\r\n<p style=\"text-align: justify;\"><strong>What is a successful website?</strong></p>\r\nIt\'s simply a website that achieves your own goals - be they personal or professional. But all successful websites have some things in common:\r\n<p style=\"padding-left: 60px;\">1. High Google Page Rank</p>\r\n<p style=\"padding-left: 60px;\">2. Lots of traffic</p>\r\n<p style=\"padding-left: 60px;\">3. Create participation (response or purchase</p>\r\n<p style=\"padding-left: 60px;\">4. Easy to find</p>\r\n<p style=\"padding-left: 60px;\">5. Easy to navigate</p>\r\n<p style=\"padding-left: 60px;\">6. Easy to read</p>\r\n<p style=\"text-align: justify;\">So how do you manifest all these on your website?</p>\r\nWith website conceptualization and the help of Improve-Your-Website! That\'s the real challenge here -- how to make you as special as you are -- but on the Internet! And that\'s what Improve-Your-Website does when we work with you.\r\n\r\nThe conceptualizing stage of Improving Your Website covers the following topics!\r\n<p style=\"padding-left: 60px;\">1. Your Objective and target audience. <strong>(Website Structure and Navigation Planning)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>2. Website Content. <strong>(Content Copywriting)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>3. Web appearance. <strong>(Graphic Design)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>4. Customer Engagement and Update.<strong> (Website Blog)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>5. Information update.<strong> (Content Management System – CMS)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>6. Online Transaction. <strong>(e-Commerce)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong><strong>7. Generating Traffic to Your Website</strong></p>\r\n<p style=\"text-align: justify;\">With all that planning -- you\'re bound to succeed!</p>','Website Conceptulization','','inherit','open','open','','218-revision-12','','','2011-09-01 16:18:40','2011-09-01 08:18:40','',218,'http://newweb.amazingbusinessresources.com/archives/909',0,'revision','',0,NULL),(1039,1,'2011-09-02 03:04:40','2011-09-01 19:04:40','<h2 style=\"text-align: justify;\">Website Updates and Content Management Systems</h2>\r\n<p style=\"text-align: justify;\" align=\"justify\">Even though your website is up and running, you’re going to need to make changes and updates every once in a while. Sure, you can always call your web developer to do it for you. But sometimes you just need to make a quick change and if your web developer’s not available, that change can be delayed.</p>\r\n<p style=\"text-align: justify;\">Web developers understand how to read and write website language, otherwise known as HTML. It’s their job to understand it. But if you’re a business owner in a line of work that doesn’t have much to do with computers, HTML has no meaning to you at all. But in order to make changes to your website, even simple text changes, you have to understand how to administer those changes in HTML.</p>\r\n<p style=\"text-align: justify;\">A content management system offers a convenient way around the HTML problem. Content management systems serve almost as translation devices between you and your website. They enable everyday users to make any and all changes to their website without the help of an HTML expert or web designer.</p>\r\n<p style=\"text-align: justify;\"><strong>Content management systems allow you to access your website through a dashboard. </strong></p>\r\n<p style=\"text-align: justify;\">This dashboard includes windows into every area of your site so that you can fully access and alter any changes that you wish. You don’t have to know HTML to make changes and you can easily make any updates necessary to continue to improve your website.</p>\r\n<p style=\"text-align: justify;\">You can easily upload pictures and other media to your website, add pages, change copy, and do anything and everything you need to do to alter your website. You can even make changes to your website and then schedule them to post to your site at a later date.</p>\r\n<p style=\"text-align: justify;\">Content management systems are also likely to include additional support from design experts to help you along the way. In this case, you can make substantial changes to your website that require HTML code or more detailed structural changes. A good content management system will arm you with total control and flexibility over the future of your website.</p>\r\n<p style=\"text-align: justify;\"><strong>If you don’t know HTML or have knowledge about web programming, content management systems are almost essential to your ability to run a productive site. </strong></p>\r\n<p style=\"text-align: justify;\">Counting on someone outside your company to be available to make changes can really slow down your progress, and the costs for continuous change can add up quickly. It’s best to able to make the necessary changes whenever and however they need to be made.</p>\r\n<p style=\"text-align: justify;\">Content management is a service that you will need to purchase for your website. There are many different content management systems available to you. Many of them offer different services and perks with their content management packages. There are even content management systems that will optimize your pages for the search engines automatically.</p>\r\n<p style=\"text-align: justify;\">A content management systems isn’t crucial to the development of your website. But it can be extremely helpful to you in maintaining a website that continues to do its job. It might feel like an additional extraneous expense, but a content management system could end up saving you time, money, and frustration in the end.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Content Management System - CMS','','inherit','open','open','','236-revision-6','','','2011-09-02 03:04:40','2011-09-01 19:04:40','',236,'http://newweb.amazingbusinessresources.com/archives/1039',0,'revision','',0,NULL),(1106,1,'2011-10-01 01:32:22','2011-09-30 17:32:22','<p style=\"text-align: justify;\">A successful business module always start from an idea, followed by the execution of the blueprint, so do a website.  This is the part of creating a website that people tend to skip. And it\'s the most important step in creating a successful website.</p>\r\n<p style=\"text-align: justify;\"><strong>What is a successful website?</strong></p>\r\nIt\'s simply a website that achieves your own goals - be they personal or professional. But all successful websites have some things in common:\r\n<p style=\"padding-left: 60px;\">1. High Google Page Rank</p>\r\n<p style=\"padding-left: 60px;\">2. Lots of traffic</p>\r\n<p style=\"padding-left: 60px;\">3. Create participation (response or purchase</p>\r\n<p style=\"padding-left: 60px;\">4. Easy to find</p>\r\n<p style=\"padding-left: 60px;\">5. Easy to navigate</p>\r\n<p style=\"padding-left: 60px;\">6. Easy to read</p>\r\n<p style=\"text-align: justify;\">So how do you manifest all these on your website?</p>\r\nWith website conceptualization and the help of Improve-Your-Website! That\'s the real challenge here -- how to make you as special as you are -- but on the Internet! And that\'s what Improve-Your-Website does when we work with you.\r\n\r\nThe conceptualizing stage of Improving Your Website covers the following topics!\r\n<p style=\"padding-left: 60px;\">1. Your Objective and target audience. <strong>(Website Structure and Navigation Planning)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>2. Website Content. <strong>(Content Copywriting)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>3. Web appearance. <strong>(Graphic Design)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>4. Customer Engagement and Update.<strong> (Website Blog)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>5. Information update.<strong> (Content Management System – CMS)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>6. Online Transaction. <strong>(e-Commerce)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong><strong>7. Generating Traffic to Your Website</strong></p>\r\n<p style=\"text-align: justify;\">With all that planning -- you\'re bound to succeed!</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;','Website Conceptulization','','inherit','open','open','','218-revision-19','','','2011-10-01 01:32:22','2011-09-30 17:32:22','',218,'http://newweb.amazingbusinessresources.com/archives/1106',0,'revision','',0,NULL),(910,1,'2011-09-01 15:07:54','2011-09-01 07:07:54','<p style=\"text-align: justify;\" align=\"justify\">If you’re not really sure how to begin planning the structure and navigation of your website, it might be tempting to just throw caution to the wind and throw the site together. That is certainly one way to do it. However, developing a detailed plan for information structure and navigation is more likely to produce a site that is easy to use, find necessary information, and send a deliberate message of detail and planning to your customers.</p>\r\n<p style=\"text-align: justify;\"><strong>If you’ve already planned and even written the information for your site, a big portion of the process is already complete. </strong></p>\r\n<p style=\"text-align: justify;\">You’ve streamlined the necessary information and considered the things that are relevant and interesting to your users. The structure and navigation of your website will present that information in a way that is organized and easy to find.</p>\r\n<p style=\"text-align: justify;\">The next step is to divide the content you plan to include into categories. Most sites will include some standard categories like contact info, ‘about us’ info, etc. Everything that’s left over should be categorized into main content sections: product information, industry information, etc. Then within the main categories, organize information into subcategories as well.</p>\r\n<p style=\"text-align: justify;\">If there’s any information left over that doesn’t seem to fit naturally into your main categories, you may need to create additional category for that information or you’ll need to evaluate whether that information is valuable. Then allocate a brief but precise label to each of your main categories.</p>\r\n<p style=\"text-align: justify;\">Once you’ve carefully categorized your information, it’s time to decide how that information will be stored, displayed and organized on your website, otherwise known as website navigation.</p>\r\n<p style=\"text-align: justify;\"><strong>Ideally, you’ll have a main navigation bar that appears the same way and the same position no matter where you are in the site.</strong></p>\r\n<p style=\"text-align: justify;\">This main bar allows visitors to easily click through your website without having to backtrack or retrace their steps. The main bar should include the standard information like contact and biographical information. It should also include the tabs that direct visitors to your main categories you allocated previously. That being said, the bar should be fairly short with just a handful of tabs.</p>\r\n<p style=\"text-align: justify;\"><strong>Once you’ve created a main navigation structure, organize the secondary navigation structure.</strong></p>\r\n<p style=\"text-align: justify;\" align=\"justify\">This plan includes labels, menus or other methods of directing customers to the secondary information or sub-categories that you organized previously.</p>\r\n<p style=\"text-align: justify;\">This part of the planning process is where a lot of websites can fall into disarray, so it’s best to keep the secondary navigation plan as simple as possible. Sub-categories can be listed simply on drop-down menus or even built into the text of the webpage. However, be careful that the information is stream-lined and simple, and that your sub-categories don’t reappear in other main categories.</p>\r\n<p style=\"text-align: justify;\">There is nothing more frustrating than a disorganized, confusing website. Make sure that your navigation bars are clearly visible in your design and that the different areas are clearly and specifically labeled. Make it easy for consumers to find the information they want: where you are, how to buy, how much it costs, etc. Think critically and enlist test users for your website that will give you honest feedback about the usability of your site. A well structured website is sure to impress your clientele.</p>','Organizing Structure and Navigation Planning','','inherit','open','open','','222-revision-9','','','2011-09-01 15:07:54','2011-09-01 07:07:54','',222,'http://newweb.amazingbusinessresources.com/archives/910',0,'revision','',0,NULL),(911,1,'2011-09-01 17:01:07','2011-09-01 09:01:07','<p style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">When developing a website, it’s easy to focus on the layout, look and feel of the site. Visuals are important, but if the copy isn’t useful and engaging, all of your efforts will be wasted. Website copy is unique to other writing styles and a crucial element to the success of your website.</span></p>\r\n<p style=\"text-align: justify;\" align=\"justify\"><strong>In order to ensure that your website includes good copy, you might want to hire a professional. </strong></p>\r\n<p style=\"text-align: justify;\">If you’re a good writer, you have a basic understanding of spelling, sentence structure, and English grammar it’s possible to do it yourself.</p>\r\n<p style=\"text-align: justify;\">But if you don’t want to take any chances, a professional web copy writer will provide quality, engaging copy for your website in a fraction of the time. Even if you’re a confident writer, sometimes it’s hard to see the forest for the trees. A professional writer can give you the outsider’s viewpoint that your website really needs.</p>\r\n<p style=\"text-align: justify;\"><strong>Whether you’ve hired a pro or not, it’s important that your website copy is catchy and keeps the reader interested. </strong></p>\r\n<p style=\"text-align: justify;\">It doesn’t need to read like it was written by a stand-up comic. But if it’s too dry, customers that need a little more persuasion will easily become bored and leave your site.</p>\r\n<p style=\"text-align: justify;\"><strong>It’s equally important that your copy is free of grammatical, typographical, and spelling errors. </strong></p>\r\n<p style=\"text-align: justify;\">Website copy should be clean, easy to read, and flow well. If your copy is awkward and difficult to follow, visitors are free to conclude that your services will be delivered in the same way.</p>\r\n<p style=\"text-align: justify;\"><strong>On top of all of this, website copy should be brief and to the point. </strong></p>\r\n<p style=\"text-align: justify;\">Traditional copy is made up of traditionally long paragraphs and long sentences. Website copy, on the other hand, needs to be very concise. It is necessary to say what you need to say in as few words as you possibly can.</p>\r\n<p style=\"text-align: justify;\"><strong>Your copy should also be structured in a way that is visually easy to read.</strong></p>\r\n<p style=\"text-align: justify;\">It should be written in short paragraphs. Listing your points in bullets and highlighting key words can communicate the necessary information quickly and effectively. In terms of the words on the page, less is definitely more.</p>\r\n<p style=\"text-align: justify;\"><strong>Website copy can also serve to drive visitors to your site. </strong></p>\r\n<p style=\"text-align: justify;\">Including key words and phrases in your website copy can help your site rank higher in search engine listings when visitors search for those key words. Optimizing your site’s search engine ranking is a very sophisticated process. But your copy alone can improve your rank.</p>\r\n<p style=\"text-align: justify;\"><strong>Lastly, website copy should be persuasive.</strong></p>\r\n<p style=\"text-align: justify;\">There’s a lot to know about writing persuasive sales copy for your website and you don’t want to hit your viewer over the head with your agenda. But you can definitely benefit from copy that leans on the consumer’s inclination to purchase your product.</p>\r\n<p style=\"text-align: justify;\">When it comes to website copy, it’s important to emphasize quality over quantity. Keep it short and to the point to ensure your customers get the information they need without having to work for it.</p>\r\n<p style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-weight: 800;\">\r\n</span></p>','Content Copywriting','','inherit','open','open','','227-revision-8','','','2011-09-01 17:01:07','2011-09-01 09:01:07','',227,'http://newweb.amazingbusinessresources.com/archives/911',0,'revision','',0,NULL),(1056,1,'2011-10-01 01:14:22','2011-09-30 17:14:22','<h2 style=\"text-align: justify;\" align=\"justify\">Briefing Your Designer and Choosing a Web Design</h2>\r\n<p style=\"text-align: justify;\" align=\"justify\">When building a new website for your business, there are so many different elements to consider: graphics, photos, illustrations, text, navigation, conversation, target market, etc. The list literally goes on and on. Not to mention, you have to decide on a unique aesthetic and design for your website that represents your company and sets it aside from others in the industry. It’s easy to get in over your head.</p>\r\n<p style=\"text-align: justify;\">Before you proceed with the actual development of your website, it’s important to discuss all elements in detail with your web designer.</p>\r\n<p style=\"text-align: justify;\"><strong>This part of the process is known as a website brief. </strong></p>\r\n<p style=\"text-align: justify;\">A well-structured brief will have a number of different elements. Mostly it will address your expectations and goals for your website and provide the developer with all the necessary information and tools he needs from you in order to create a successful site. The brief will also enable you to make decisions, keep the project on track, and redirect if necessary.</p>\r\n<p style=\"text-align: justify;\">When preparing a brief for your web developer, include information about your business, goals for the project, website content, target market, expectations, deadlines, and contact information. The web developer should have a thorough understanding of your business and industry and what you’re hoping this new website will do for your business. Also, thoroughly describe your clients and target demographic, what they expect from you and your company.</p>\r\n<p style=\"text-align: justify;\">Also, in order to speed the project along, include all the information and material the developer needs from you to move forward with building the website. This can include any number of things from photos, illustrations, copy and product information, to audio files, logos, testimonials and other content.</p>\r\n<p style=\"text-align: justify;\"><strong>The brief is also a great area to address the all-important website design. </strong></p>\r\n<p style=\"text-align: justify;\">If your web developer is also a graphic designer that will be creating the design and graphics for your website, provide an idea of what you’re looking for and discuss your vision in detail. Research websites of other companies in your industry and pick out the ones you like the most. Discuss these options with your web designer and decide how you can make your website attractive and unique.</p>\r\n<p style=\"text-align: justify;\">To avoid confusion, it’s also important to clearly outline what the web developer is expected to provide and in what timeframe. If everyone agrees on deliverables and delivery dates up front, you stand a better chance of seeing your website completed in a timely fashion.</p>\r\n<p style=\"text-align: justify;\">If there’s a project manager, assistant or other point of contact that they’ll be connecting with for content or questions throughout the process, make sure they know who that person is and how to get in touch with them. When questions or content requests go unanswered, your website project can become stale and fall behind schedule.</p>\r\n<p style=\"text-align: justify;\"><strong>A brief is a great way to get your website project started off on the right foot.</strong></p>\r\n<p style=\"text-align: justify;\">Clear communication and organization at the start of the project will ensure that you get the website you want completed in an efficient way.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Graphic Design','','inherit','open','open','','231-revision-10','','','2011-10-01 01:14:22','2011-09-30 17:14:22','',231,'http://newweb.amazingbusinessresources.com/archives/1056',0,'revision','',0,NULL),(912,1,'2011-09-01 15:06:37','2011-09-01 07:06:37','<h2 style=\"text-align: justify;\" align=\"justify\">Briefing Your Designer and Choosing a Web Design</h2>\r\n<p style=\"text-align: justify;\" align=\"justify\">When building a new website for your business, there are so many different elements to consider: graphics, photos, illustrations, text, navigation, conversation, target market, etc. The list literally goes on and on. Not to mention, you have to decide on a unique aesthetic and design for your website that represents your company and sets it aside from others in the industry. It’s easy to get in over your head.</p>\r\n<p style=\"text-align: justify;\">Before you proceed with the actual development of your website, it’s important to discuss all elements in detail with your web designer.</p>\r\n<p style=\"text-align: justify;\"><strong>This part of the process is known as a website brief. </strong></p>\r\n<p style=\"text-align: justify;\">A well-structured brief will have a number of different elements. Mostly it will address your expectations and goals for your website and provide the developer with all the necessary information and tools he needs from you in order to create a successful site. The brief will also enable you to make decisions, keep the project on track, and redirect if necessary.</p>\r\n<p style=\"text-align: justify;\">When preparing a brief for your web developer, include information about your business, goals for the project, website content, target market, expectations, deadlines, and contact information. The web developer should have a thorough understanding of your business and industry and what you’re hoping this new website will do for your business. Also, thoroughly describe your clients and target demographic, what they expect from you and your company.</p>\r\n<p style=\"text-align: justify;\">Also, in order to speed the project along, include all the information and material the developer needs from you to move forward with building the website. This can include any number of things from photos, illustrations, copy and product information, to audio files, logos, testimonials and other content.</p>\r\n<p style=\"text-align: justify;\"><strong>The brief is also a great area to address the all-important website design. </strong></p>\r\n<p style=\"text-align: justify;\">If your web developer is also a graphic designer that will be creating the design and graphics for your website, provide an idea of what you’re looking for and discuss your vision in detail. Research websites of other companies in your industry and pick out the ones you like the most. Discuss these options with your web designer and decide how you can make your website attractive and unique.</p>\r\n<p style=\"text-align: justify;\">To avoid confusion, it’s also important to clearly outline what the web developer is expected to provide and in what timeframe. If everyone agrees on deliverables and delivery dates up front, you stand a better chance of seeing your website completed in a timely fashion.</p>\r\n<p style=\"text-align: justify;\">If there’s a project manager, assistant or other point of contact that they’ll be connecting with for content or questions throughout the process, make sure they know who that person is and how to get in touch with them. When questions or content requests go unanswered, your website project can become stale and fall behind schedule.</p>\r\n<p style=\"text-align: justify;\"><strong>A brief is a great way to get your website project started off on the right foot.</strong></p>\r\n<p style=\"text-align: justify;\">Clear communication and organization at the start of the project will ensure that you get the website you want completed in an efficient way.</p>','Graphic Design','','inherit','open','open','','231-revision-7','','','2011-09-01 15:06:37','2011-09-01 07:06:37','',231,'http://newweb.amazingbusinessresources.com/archives/912',0,'revision','',0,NULL),(1057,1,'2011-10-01 01:14:28','2011-09-30 17:14:28','<p style=\"text-align: justify;\">One of the most common way to update information about your business to your customer or potential future customer. It is advisable to create a blog for your business website!</p>\r\n\r\n<div id=\"abm\">\r\n<div id=\"abc\">\r\n<div id=\"articlebody\">\r\n<div>\r\n<p style=\"text-align: justify;\">Writing blog posts people want to read is a matter of speaking honestly and openly about a subject you\'re passionate about. The more you promote your blog, the more people will find it and the greater likelihood that some of those people will read what you have to say, like it, and return. Therefore, your blog posts need to be dynamic, interesting and enjoyable. Here are some tips to write a good blog</p>\r\n\r\n<div id=\"abm\">\r\n<div id=\"abc\">\r\n<div id=\"articlebody\">\r\n<div style=\"text-align: justify;\">\r\n<h3 style=\"text-align: justify;\">1. Choose the Appropriate Tone for Your Blog</h3>\r\nEvery blog has a target audience it\'s written for. Before you start writing blog posts, determine who your primary and secondary audiences will be. Who will want to read your blog and why? Are they seeking professional information and discussions or fun and laughter? Identify not only your goals for your blog but also your audience\'s expectations for it. Then decide what tone would be most appropriate for your blog, and write in that tone and style consistently.\r\n\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<h3>2. Be Honest</h3>\r\nBlogs that are written in an honest voice and truly show who the writer is are often the most popular. Remember, a critical component to a blog\'s success is the community that develops around it. Represent yourself and your content honestly and openly and reader loyalty will undoubtedly grow.\r\n\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<h3>3. Don\'t Just List Links</h3>\r\nBlogging is time-consuming, and sometimes it can be very tempting to just list links to other online content for your readers to follow. Don\'t fall into that trap. Readers don\'t want to have to follow a breadcrumb trail to find something interesting to read. In fact, they might find they like where you lead them more than they like your blog. Instead, give readers a reason to stay on your blog by providing links with your own synopsis and point of view about the content of those links. Remember, a link without context is a simple way to lose readers rather than retain them.\r\n\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<h3>4. Provide Attribution</h3>\r\nDon\'t risk being accused of violating copyrights, plagiarism or stealing content from another blog or website. If you found information on another blog or website that you want to discuss on your blog make sure you provide a link back to the original source.\r\n\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<h3>5. Write in Short Paragraphs</h3>\r\nThe visual appeal of your blog\'s content can be just as important as the content itself. Write your blog posts in short paragraphs (no more than 2-3 sentences is a safe rule) to provide visual relief from a text heavy web page. Most readers will skim a blog post or web page before committing to read it in its entirety. Text heavy web pages and blog posts can be overwhelming to readers while pages with a lot of white space are easier to skim and more likely to keep readers on the page (or to encourage them to link deeper into the site).\r\n\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Website Blog','','inherit','open','open','','234-revision-6','','','2011-10-01 01:14:28','2011-09-30 17:14:28','',234,'http://newweb.amazingbusinessresources.com/archives/1057',0,'revision','',0,NULL),(913,1,'2011-09-01 15:14:38','2011-09-01 07:14:38','<p style=\"text-align: justify;\">One of the most common way to update information about your business to your customer or potential future customer. It is advisable to create a blog for your business website!</p>\r\n\r\n<div id=\"abm\">\r\n<div id=\"abc\">\r\n<div id=\"articlebody\">\r\n<div>\r\n<p style=\"text-align: justify;\">Writing blog posts people want to read is a matter of speaking honestly and openly about a subject you\'re passionate about. The more you promote your blog, the more people will find it and the greater likelihood that some of those people will read what you have to say, like it, and return. Therefore, your blog posts need to be dynamic, interesting and enjoyable. Here are some tips to write a good blog</p>\r\n\r\n<div id=\"abm\">\r\n<div id=\"abc\">\r\n<div id=\"articlebody\">\r\n<div style=\"text-align: justify;\">\r\n<h3 style=\"text-align: justify;\">1. Choose the Appropriate Tone for Your Blog</h3>\r\nEvery blog has a target audience it\'s written for. Before you start writing blog posts, determine who your primary and secondary audiences will be. Who will want to read your blog and why? Are they seeking professional information and discussions or fun and laughter? Identify not only your goals for your blog but also your audience\'s expectations for it. Then decide what tone would be most appropriate for your blog, and write in that tone and style consistently.</div>\r\n<div style=\"text-align: justify;\">\r\n<h3>2. Be Honest</h3>\r\nBlogs that are written in an honest voice and truly show who the writer is are often the most popular. Remember, a critical component to a blog\'s success is the community that develops around it. Represent yourself and your content honestly and openly and reader loyalty will undoubtedly grow.</div>\r\n<div style=\"text-align: justify;\">\r\n<h3>3. Don\'t Just List Links</h3>\r\nBlogging is time-consuming, and sometimes it can be very tempting to just list links to other online content for your readers to follow. Don\'t fall into that trap. Readers don\'t want to have to follow a breadcrumb trail to find something interesting to read. In fact, they might find they like where you lead them more than they like your blog. Instead, give readers a reason to stay on your blog by providing links with your own synopsis and point of view about the content of those links. Remember, a link without context is a simple way to lose readers rather than retain them.</div>\r\n<div style=\"text-align: justify;\">\r\n<h3>4. Provide Attribution</h3>\r\nDon\'t risk being accused of violating copyrights, plagiarism or stealing content from another blog or website. If you found information on another blog or website that you want to discuss on your blog make sure you provide a link back to the original source.</div>\r\n<div style=\"text-align: justify;\">\r\n<h3>5. Write in Short Paragraphs</h3>\r\nThe visual appeal of your blog\'s content can be just as important as the content itself. Write your blog posts in short paragraphs (no more than 2-3 sentences is a safe rule) to provide visual relief from a text heavy web page. Most readers will skim a blog post or web page before committing to read it in its entirety. Text heavy web pages and blog posts can be overwhelming to readers while pages with a lot of white space are easier to skim and more likely to keep readers on the page (or to encourage them to link deeper into the site).</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Website Blog','','inherit','open','open','','234-revision-4','','','2011-09-01 15:14:38','2011-09-01 07:14:38','',234,'http://newweb.amazingbusinessresources.com/archives/913',0,'revision','',0,NULL),(914,1,'2011-09-01 15:23:33','2011-09-01 07:23:33','<h2 style=\"text-align: justify;\">Website Updates and Content Management Systems</h2>\r\n<p style=\"text-align: justify;\" align=\"justify\">Even though your website is up and running, you’re going to need to make changes and updates every once in a while. Sure, you can always call your web developer to do it for you. But sometimes you just need to make a quick change and if your web developer’s not available, that change can be delayed.</p>\r\n<p style=\"text-align: justify;\">Web developers understand how to read and write website language, otherwise known as HTML. It’s their job to understand it. But if you’re a business owner in a line of work that doesn’t have much to do with computers, HTML has no meaning to you at all. But in order to make changes to your website, even simple text changes, you have to understand how to administer those changes in HTML.</p>\r\n<p style=\"text-align: justify;\">A content management system offers a convenient way around the HTML problem. Content management systems serve almost as translation devices between you and your website. They enable everyday users to make any and all changes to their website without the help of an HTML expert or web designer.</p>\r\n<p style=\"text-align: justify;\"><strong>Content management systems allow you to access your website through a dashboard. </strong></p>\r\n<p style=\"text-align: justify;\">This dashboard includes windows into every area of your site so that you can fully access and alter any changes that you wish. You don’t have to know HTML to make changes and you can easily make any updates necessary to continue to improve your website.</p>\r\n<p style=\"text-align: justify;\">You can easily upload pictures and other media to your website, add pages, change copy, and do anything and everything you need to do to alter your website. You can even make changes to your website and then schedule them to post to your site at a later date.</p>\r\n<p style=\"text-align: justify;\">Content management systems are also likely to include additional support from design experts to help you along the way. In this case, you can make substantial changes to your website that require HTML code or more detailed structural changes. A good content management system will arm you with total control and flexibility over the future of your website.</p>\r\n<p style=\"text-align: justify;\"><strong>If you don’t know HTML or have knowledge about web programming, content management systems are almost essential to your ability to run a productive site. </strong></p>\r\n<p style=\"text-align: justify;\">Counting on someone outside your company to be available to make changes can really slow down your progress, and the costs for continuous change can add up quickly. It’s best to able to make the necessary changes whenever and however they need to be made.</p>\r\n<p style=\"text-align: justify;\">Content management is a service that you will need to purchase for your website. There are many different content management systems available to you. Many of them offer different services and perks with their content management packages. There are even content management systems that will optimize your pages for the search engines automatically.</p>\r\n<p style=\"text-align: justify;\">A content management systems isn’t crucial to the development of your website. But it can be extremely helpful to you in maintaining a website that continues to do its job. It might feel like an additional extraneous expense, but a content management system could end up saving you time, money, and frustration in the end.</p>','Content Management System - CMS','','inherit','open','open','','236-revision-5','','','2011-09-01 15:23:33','2011-09-01 07:23:33','',236,'http://newweb.amazingbusinessresources.com/archives/914',0,'revision','',0,NULL),(1059,1,'2011-10-01 01:17:26','2011-09-30 17:17:26','<p style=\"text-align: justify;\">Your business may be small - but the Internet lets you think big. Whatever product or service your business offers, the Internet levels the playing field and lets you compete with bigger businesses, reaching customers around the world who can conveniently buy from your online storefront 24 hours a day.</p>\r\n<p style=\"text-align: justify;\">In the competitive world of the Web, growing your business and increasing your profits online</p>\r\n<p style=\"text-align: justify;\">requires careful planning and important steps. For every successful e-commerce business, there are dozens that fail because they don\'t address basic risks and pitfalls along the way. So to take full advantage of the e-commerce opportunity, make sure you base your Web business on a solid foundation that covers every element of e-commerce:</p>\r\n<p style=\"text-align: justify;\"> • Establish your identity. The right domain name, or URL, can make the difference between a memorable e-commerce identity and getting lost in the online crowd.</p>\r\n<p style=\"text-align: justify;\">• Find the right online home. For brick-and-mortar stores, location is everything. Your Web business needs the right home, too. Purchase and set up your own Web server, or find a home for your site with a reputable Internet Service Provider (ISP) or Web host.</p>\r\n<p style=\"text-align: justify;\">• Build an attractive storefront. With the right tools, creating a Web site is easier than ever - but following some basic guidelines will help make your site easy and fun for customers to navigate. And that means more sales for you.</p>\r\n<p style=\"text-align: justify;\">• Let customers know they can trust you. In the anonymous world of the Internet, customers will provide you with private information, like credit card or phone numbers, only if they\'re sure your site is legitimate and the information they send you is protected. Make sure your site is secure - and that your customers know it.</p>\r\n<p style=\"text-align: justify;\">• Make it easy for customers to pay you. You can set up your site so customers can pay by keying in a credit card number. But how will you process that transaction? Make sure you not only offer customers a variety of convenient payment methods, but that you can process them all reliably.</p>\r\n<p style=\"text-align: justify;\">• Let the world know about your site. A memorable domain name, a great looking design, and top-notch products and services can make your site successful only if customers know about it. Promote your site to drive traffic to it.</p>\r\n<p style=\"text-align: justify;\">Clearly, building the elements of e-commerce into your business is a big job, but it is too important to ignore if you want your business to grow and thrive.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','e-Commerce','','inherit','open','open','','238-revision-6','','','2011-10-01 01:17:26','2011-09-30 17:17:26','',238,'http://newweb.amazingbusinessresources.com/archives/1059',0,'revision','',0,NULL),(915,1,'2011-09-01 15:34:42','2011-09-01 07:34:42','<p style=\"text-align: justify;\">Your business may be small - but the Internet lets you think big. Whatever product or service your business offers, the Internet levels the playing field and lets you compete with bigger businesses, reaching customers around the world who can conveniently buy from your online storefront 24 hours a day.</p>\r\n<p style=\"text-align: justify;\">In the competitive world of the Web, growing your business and increasing your profits online</p>\r\n<p style=\"text-align: justify;\">requires careful planning and important steps. For every successful e-commerce business, there are dozens that fail because they don\'t address basic risks and pitfalls along the way. So to take full advantage of the e-commerce opportunity, make sure you base your Web business on a solid foundation that covers every element of e-commerce:</p>\r\n<p style=\"text-align: justify;\"> • Establish your identity. The right domain name, or URL, can make the difference between a memorable e-commerce identity and getting lost in the online crowd.</p>\r\n<p style=\"text-align: justify;\">• Find the right online home. For brick-and-mortar stores, location is everything. Your Web business needs the right home, too. Purchase and set up your own Web server, or find a home for your site with a reputable Internet Service Provider (ISP) or Web host.</p>\r\n<p style=\"text-align: justify;\">• Build an attractive storefront. With the right tools, creating a Web site is easier than ever - but following some basic guidelines will help make your site easy and fun for customers to navigate. And that means more sales for you.</p>\r\n<p style=\"text-align: justify;\">• Let customers know they can trust you. In the anonymous world of the Internet, customers will provide you with private information, like credit card or phone numbers, only if they\'re sure your site is legitimate and the information they send you is protected. Make sure your site is secure - and that your customers know it.</p>\r\n<p style=\"text-align: justify;\">• Make it easy for customers to pay you. You can set up your site so customers can pay by keying in a credit card number. But how will you process that transaction? Make sure you not only offer customers a variety of convenient payment methods, but that you can process them all reliably.</p>\r\n<p style=\"text-align: justify;\">• Let the world know about your site. A memorable domain name, a great looking design, and top-notch products and services can make your site successful only if customers know about it. Promote your site to drive traffic to it.</p>\r\n<p style=\"text-align: justify;\">Clearly, building the elements of e-commerce into your business is a big job, but it is too important to ignore if you want your business to grow and thrive.</p>','e-Commerce','','inherit','open','open','','238-revision-4','','','2011-09-01 15:34:42','2011-09-01 07:34:42','',238,'http://newweb.amazingbusinessresources.com/archives/915',0,'revision','',0,NULL),(1060,1,'2011-10-01 01:17:31','2011-09-30 17:17:31','<p style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">Now that you have a website for your business, you want to make sure that people see it. A website is no good to you if no one actually knows it’s out there. Believe it or not, there are deliberate steps you can take to ensure that people start visiting your site fast and on a consistent basis. There is more and more information on this topic every day, but here are just a few of top things you can do to start generating traffic to your new website.</span></p>\r\n<p style=\"text-align: justify;\" align=\"justify\"><strong>Search Engine Optimization</strong>\r\nYou may have wondered how the internet selects the sites in web search listings. There’s actually a clearly defined system as to how those websites are selected for the results based on keywords appearing consistently in your website. Ensuring that key words appear in your website titles and text makes it easy for web crawlers to find your site when pulling listings for search requests related to your field.<strong>\r\n</strong>\r\n<strong>Participate in forums</strong>\r\nOnline forums are places where consumers, experts, and other interested parties go to discuss, ask questions, and give answers about almost every industry, product, and topic on the planet. Participate in forums related to your industry to provide useful information to consumers about your business and always include a link to your site in your signature. It’s a great way to build exposure and awareness about your company.</p>\r\n<p style=\"text-align: justify;\"><strong>Issue press releases</strong>\r\nPress releases are a great way to generate interest and traffic to your website. They are often available on the web for a long time and will always include links to your site. However, it’s important to only issue press releases when there’s something truly noteworthy happening in your business. Take every quality opportunity to issue a press release about new products, services, or advancements in your industry.</p>\r\n<p style=\"text-align: justify;\"><strong>Start a company newsletter</strong>\r\nVisitors to your site should have the opportunity to subscribe to a free weekly or monthly newsletter associated with your company. Make sure that the newsletter has valuable, readable information so that recipients will be encouraged to forward the newsletter to friends and colleagues. The newsletter should include your website linking information to attract new and repeat visitors.</p>\r\n<p style=\"text-align: justify;\"><strong>Start a company blog</strong>\r\nIf you start a company blog on your site about your services and industry that is useful and up to date, people that find it helpful will issue links to your blog in other sources. If you have a blog that’s not directly linked to your webpage, occasionally make appropriate references to your website and include a link.</p>\r\n<p style=\"text-align: justify;\"><strong>Advertise offline</strong>\r\nEven though just about every element of our lives is conducted over the internet, it’s still a good idea to do some offline advertising for your website. Include your website address on your stationary, business cards and all print material and perhaps even look into advertising your business and website in local papers and other advertising media.</p>\r\n<p style=\"text-align: justify;\">There are many different ways to generate traffic to your new website. With just a little bit of effort and attention, you can start seeing visitors to your website as soon as it goes live.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Generating Traffic to Your Website','','inherit','open','open','','242-revision-9','','','2011-10-01 01:17:31','2011-09-30 17:17:31','',242,'http://newweb.amazingbusinessresources.com/archives/1060',0,'revision','',0,NULL),(916,1,'2011-09-01 17:05:28','2011-09-01 09:05:28','<p style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">Now that you have a website for your business, you want to make sure that people see it. A website is no good to you if no one actually knows it’s out there. Believe it or not, there are deliberate steps you can take to ensure that people start visiting your site fast and on a consistent basis. There is more and more information on this topic every day, but here are just a few of top things you can do to start generating traffic to your new website.</span></p>\r\n<p style=\"text-align: justify;\" align=\"justify\"><strong>Search Engine Optimization</strong>\r\nYou may have wondered how the internet selects the sites in web search listings. There’s actually a clearly defined system as to how those websites are selected for the results based on keywords appearing consistently in your website. Ensuring that key words appear in your website titles and text makes it easy for web crawlers to find your site when pulling listings for search requests related to your field.<strong>\r\n</strong>\r\n<strong>Participate in forums</strong>\r\nOnline forums are places where consumers, experts, and other interested parties go to discuss, ask questions, and give answers about almost every industry, product, and topic on the planet. Participate in forums related to your industry to provide useful information to consumers about your business and always include a link to your site in your signature. It’s a great way to build exposure and awareness about your company.</p>\r\n<p style=\"text-align: justify;\"><strong>Issue press releases</strong>\r\nPress releases are a great way to generate interest and traffic to your website. They are often available on the web for a long time and will always include links to your site. However, it’s important to only issue press releases when there’s something truly noteworthy happening in your business. Take every quality opportunity to issue a press release about new products, services, or advancements in your industry.</p>\r\n<p style=\"text-align: justify;\"><strong>Start a company newsletter</strong>\r\nVisitors to your site should have the opportunity to subscribe to a free weekly or monthly newsletter associated with your company. Make sure that the newsletter has valuable, readable information so that recipients will be encouraged to forward the newsletter to friends and colleagues. The newsletter should include your website linking information to attract new and repeat visitors.</p>\r\n<p style=\"text-align: justify;\"><strong>Start a company blog</strong>\r\nIf you start a company blog on your site about your services and industry that is useful and up to date, people that find it helpful will issue links to your blog in other sources. If you have a blog that’s not directly linked to your webpage, occasionally make appropriate references to your website and include a link.</p>\r\n<p style=\"text-align: justify;\"><strong>Advertise offline</strong>\r\nEven though just about every element of our lives is conducted over the internet, it’s still a good idea to do some offline advertising for your website. Include your website address on your stationary, business cards and all print material and perhaps even look into advertising your business and website in local papers and other advertising media.</p>\r\n<p style=\"text-align: justify;\">There are many different ways to generate traffic to your new website. With just a little bit of effort and attention, you can start seeing visitors to your website as soon as it goes live.</p>','Generating Traffic to Your Website','','inherit','open','open','','242-revision-7','','','2011-09-01 17:05:28','2011-09-01 09:05:28','',242,'http://newweb.amazingbusinessresources.com/archives/916',0,'revision','',0,NULL),(917,1,'2011-08-29 14:32:46','2011-08-29 06:32:46','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-431\" title=\"On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_3.jpg\" alt=\"On Page Factor\" width=\"300\" height=\"50\" /></td>\r\n<td id=\"\" style=\"width: 10px; background-color: #8e8e8e;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"9\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-433\" title=\"Off Page Banner\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_2.jpg\" alt=\"Off Page Banner\" width=\"300\" height=\"50\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-40','','','2011-08-29 14:32:46','2011-08-29 06:32:46','',211,'http://newweb.amazingbusinessresources.com/archives/917',0,'revision','',0,NULL),(1062,1,'2011-10-01 01:48:42','2011-09-30 17:48:42','&nbsp;\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h2 style=\"text-align: center;\">On Page Factor</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h2>Content Optimization</h2>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td> <span class=\"Apple-style-span\" style=\"font-size: 17px; font-weight: bold;\">Dealing with Crawlers</span></td>\r\n<td>\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">. </span></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h2 style=\"text-align: center;\">Off Page Factor</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h2>Domain</h2>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Number of Inbound Links</li>\r\n	<li>- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li>- Age of the Inbound Links</li>\r\n	<li>- Google Page Rank of Inbound Link Pages</li>\r\n	<li>- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li>- Second Tier Established Directory Listings.</li>\r\n	<li>- Niche Directory Listings</li>\r\n	<li>- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"padding-left: 390px;\"></p>','SEO','','inherit','open','open','','211-revision-48','','','2011-10-01 01:48:42','2011-09-30 17:48:42','',211,'http://newweb.amazingbusinessresources.com/archives/1062',0,'revision','',0,NULL),(918,1,'2011-09-02 03:06:15','2011-09-01 19:06:15','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-431\" title=\"On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_3.jpg\" alt=\"On Page Factor\" width=\"300\" height=\"50\" /></td>\r\n<td id=\"\" style=\"width: 10px; background-color: #8e8e8e;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"9\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-433\" title=\"Off Page Banner\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_2.jpg\" alt=\"Off Page Banner\" width=\"300\" height=\"50\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-41','','','2011-09-02 03:06:15','2011-09-01 19:06:15','',211,'http://newweb.amazingbusinessresources.com/archives/918',0,'revision','',0,NULL),(920,1,'2011-09-02 03:09:06','2011-09-01 19:09:06','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-431\" title=\"On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_3.jpg\" alt=\"On Page Factor\" width=\"300\" height=\"50\" /></td>\r\n<td id=\"\" style=\"width: 10px; background-color: #8e8e8e;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"9\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-433\" title=\"Off Page Banner\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_2.jpg\" alt=\"Off Page Banner\" width=\"300\" height=\"50\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-43','','','2011-09-02 03:09:06','2011-09-01 19:09:06','',211,'http://newweb.amazingbusinessresources.com/archives/920',0,'revision','',0,NULL),(919,1,'2011-09-02 03:08:20','2011-09-01 19:08:20','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-431\" title=\"On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_3.jpg\" alt=\"On Page Factor\" width=\"300\" height=\"50\" /></td>\r\n<td id=\"\" style=\"width: 10px; background-color: #8e8e8e;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"9\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-433\" title=\"Off Page Banner\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_2.jpg\" alt=\"Off Page Banner\" width=\"300\" height=\"50\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n<div style=\"text-align: left;\">\r\n\r\n&nbsp;\r\n<p style=\"text-align: center;\"><a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img class=\"aligncenter\" title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a></p>\r\n\r\n</div></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-42','','','2011-09-02 03:08:20','2011-09-01 19:08:20','',211,'http://newweb.amazingbusinessresources.com/archives/919',0,'revision','',0,NULL),(1023,1,'2011-10-01 00:15:05','2011-09-30 16:15:05','<p style=\"text-align: justify;\"><strong>Social Media Marketing</strong></p>\r\n<p style=\"text-align: justify;\">Social media marketing services (also referred to as SMM) have gained popularity during the last few years, and now this niche of web promotion and advertising is almost integral part of advertising in the global network. Why? Because the amount of traffic in social networks grows from day to day, and the potential of this ad channel as well as other social media marketing channels cannot be underestimated. And to run a successful advertising campaign to attract visitors to your site, you need social media optimization services.</p>\r\n<p style=\"text-align: justify;\"><strong>Social Media Optimization</strong></p>\r\n<p style=\"text-align: justify;\">Social media optimization (or SMO) is a complex of actions directed to attracting unique visitors to your content. Social media marketing strategy can include adding social media features to your site (RSS feeds, social news, “share” buttons and so on) from one side, and various SMM promotional activities from the other side. It can be blogging, comments in other blogs, adding social media elements such as videos and images with advertising purposes. All these are provided by social media marketing agency.</p>\r\n<p style=\"text-align: justify;\"><strong>Social Media Advertising</strong></p>\r\n<p style=\"text-align: justify;\">Our company provides its customers with an individual social media marketing plan. There is enough experience to define our own strategy of SMO. And social media management services provided by our experts are worth working with them. Unlike any other social media marketing company, we don’t have a standard plan of these services, but an individual approach for every customer company, concerning the niche of its business.</p>\r\n<p style=\"text-align: justify;\">Want to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img class=\"alignright size-full wp-image-899\" title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a></p>','Social Media Marketing','','inherit','open','open','','313-revision-10','','','2011-10-01 00:15:05','2011-09-30 16:15:05','',313,'http://newweb.amazingbusinessresources.com/archives/1023',0,'revision','',0,NULL),(921,1,'2011-09-02 03:09:34','2011-09-01 19:09:34','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-431\" title=\"On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_3.jpg\" alt=\"On Page Factor\" width=\"300\" height=\"50\" /></td>\r\n<td id=\"\" style=\"width: 10px; background-color: #8e8e8e;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"9\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-433\" title=\"Off Page Banner\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_2.jpg\" alt=\"Off Page Banner\" width=\"300\" height=\"50\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"padding-left: 480px;\"><a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a></p>','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-44','','','2011-09-02 03:09:34','2011-09-01 19:09:34','',211,'http://newweb.amazingbusinessresources.com/archives/921',0,'revision','',0,NULL),(922,1,'2011-09-01 16:38:47','2011-09-01 08:38:47','<img class=\"aligncenter size-full wp-image-527\" title=\"Sms Marketing | Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy.jpg\" alt=\"Sms Marketing | Mobile Marketing\" width=\"600\" height=\"200\" />\r\n\r\nMobile marketing increases your marketing reach by allowing your brand to be viewed on thousands of mobile phones - anywhere and at any time of the day\r\n\r\nMobile Marketing Trend\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Rich penetration - 91% of Malaysian  population own a phone no</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>1 to 1 marketing - selective to reach your targeted customer only</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>High personalized medium - unique number to reach a specific person</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Short time to market - quick and easy communication platform, high reach media</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Interactive relationship -fast responds and reply medium</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Efficient response monitoring -direct insight into each campaign and media respond for customer behaviour analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Database compiling and analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Effective ROI - low marketing budget with high return of investment</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>It\'s GREEN</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nWe specializing in creating SMS campaign for our corporate clients:\r\n<h2>   <span style=\"color: #ff0000;\">Mobile Vouchers Mobile Survey</span>    Mobile MGM   <span style=\"color: #000080;\">Mobile Voting Contest</span></h2>\r\n<h2>              Mobile Birthday Special        <span style=\"color: #808080;\"> Mobiel Alerts for Member days</span></h2>\r\n<h2>                        <span style=\"color: #000080;\">Spend &amp; Win Mobile Contest  </span>                Mobile RSVP</h2>\r\n<h2><span style=\"color: #999999;\">     Mobile CRM for Personal TOUCH</span>             <span style=\"color: #ff0000;\">Mobile Document</span></h2>\r\n<h2></h2>\r\n&nbsp;','Mobile Marketing','','inherit','open','open','','370-revision-7','','','2011-09-01 16:38:47','2011-09-01 08:38:47','',370,'http://newweb.amazingbusinessresources.com/archives/922',0,'revision','',0,NULL),(1110,1,'2011-10-01 11:06:26','2011-10-01 03:06:26','&nbsp;\r\n\r\nMobile marketing increases your marketing reach by allowing your brand to be viewed on thousands of mobile phones - anywhere and at any time of the day\r\n\r\nMobile Marketing Trend\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-1043\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Rich penetration - 91% of Malaysian  population own a phone no</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>1 to 1 marketing - selective to reach your targeted customer only</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>High personalized medium - unique number to reach a specific person</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Short time to market - quick and easy communication platform, high reach media</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Interactive relationship -fast responds and reply medium</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Efficient response monitoring -direct insight into each campaign and media respond for customer behaviour analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Database compiling and analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Effective ROI - low marketing budget with high return of investment</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>It\'s GREEN</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nWe specializing in creating SMS campaign for our corporate clients:\r\n<ul>\r\n<ul>\r\n	<li>Mobile Vouchers Mobile Survey</li>\r\n</ul>\r\n<ul>\r\n	<li>Mobile MGM</li>\r\n	<li>Mobile Voting Contest</li>\r\n	<li>Mobile Birthday Special</li>\r\n	<li>Mobiel Alerts for Member days</li>\r\n	<li>Spend &amp; Win Mobile Contest</li>\r\n	<li>Mobile RSVP</li>\r\n	<li>Mobile CRM for Personal TOUCH</li>\r\n	<li>Mobile Document</li>\r\n</ul>\r\n</ul>','Mobile Marketing','','inherit','open','open','','370-revision-14','','','2011-10-01 11:06:26','2011-10-01 03:06:26','',370,'http://newweb.amazingbusinessresources.com/archives/1110',0,'revision','',0,NULL),(1111,1,'2011-10-01 11:06:43','2011-10-01 03:06:43','Mobile marketing increases your marketing reach by allowing your brand to be viewed on thousands of mobile phones - anywhere and at any time of the day\r\n\r\nMobile Marketing Trend\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-1043\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Rich penetration - 91% of Malaysian  population own a phone no</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>1 to 1 marketing - selective to reach your targeted customer only</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>High personalized medium - unique number to reach a specific person</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Short time to market - quick and easy communication platform, high reach media</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Interactive relationship -fast responds and reply medium</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Efficient response monitoring -direct insight into each campaign and media respond for customer behaviour analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Database compiling and analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Effective ROI - low marketing budget with high return of investment</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>It\'s GREEN</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nWe specializing in creating SMS campaign for our corporate clients:\r\n<ul>\r\n<ul>\r\n	<li>Mobile Vouchers Mobile Survey</li>\r\n</ul>\r\n<ul>\r\n	<li>Mobile MGM</li>\r\n	<li>Mobile Voting Contest</li>\r\n	<li>Mobile Birthday Special</li>\r\n	<li>Mobiel Alerts for Member days</li>\r\n	<li>Spend &amp; Win Mobile Contest</li>\r\n	<li>Mobile RSVP</li>\r\n	<li>Mobile CRM for Personal TOUCH</li>\r\n	<li>Mobile Document</li>\r\n</ul>\r\n</ul>','Mobile Marketing','','inherit','open','open','','370-revision-15','','','2011-10-01 11:06:43','2011-10-01 03:06:43','',370,'http://newweb.amazingbusinessresources.com/archives/1111',0,'revision','',0,NULL),(1107,1,'2011-10-01 02:20:25','2011-09-30 18:20:25','<img class=\"aligncenter size-full wp-image-527\" title=\"Sms Marketing | Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy.jpg\" alt=\"Sms Marketing | Mobile Marketing\" width=\"600\" height=\"200\" />\r\n\r\nMobile marketing increases your marketing reach by allowing your brand to be viewed on thousands of mobile phones - anywhere and at any time of the day\r\n\r\nMobile Marketing Trend\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Rich penetration - 91% of Malaysian  population own a phone no</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>1 to 1 marketing - selective to reach your targeted customer only</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>High personalized medium - unique number to reach a specific person</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Short time to market - quick and easy communication platform, high reach media</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Interactive relationship -fast responds and reply medium</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Efficient response monitoring -direct insight into each campaign and media respond for customer behaviour analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Database compiling and analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Effective ROI - low marketing budget with high return of investment</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>It\'s GREEN</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nWe specializing in creating SMS campaign for our corporate clients:\r\n<h2>   <span style=\"color: #ff0000;\">Mobile Vouchers Mobile Survey</span>    Mobile MGM   <span style=\"color: #000080;\">Mobile Voting Contest</span></h2>\r\n<h2>              Mobile Birthday Special        <span style=\"color: #808080;\"> Mobiel Alerts for Member days</span></h2>\r\n<h2>                        <span style=\"color: #000080;\">Spend &amp; Win Mobile Contest  </span>                Mobile RSVP</h2>\r\n<h2><span style=\"color: #999999;\">     Mobile CRM for Personal TOUCH</span>             <span style=\"color: #ff0000;\">Mobile Document</span></h2>\r\n<h2></h2>\r\n<p style=\"padding-left: 300px;\"> <a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a></p>','Mobile Marketing','','inherit','open','open','','370-revision-11','','','2011-10-01 02:20:25','2011-09-30 18:20:25','',370,'http://newweb.amazingbusinessresources.com/archives/1107',0,'revision','',0,NULL),(923,1,'2011-09-02 03:10:50','2011-09-01 19:10:50','<img class=\"aligncenter size-full wp-image-527\" title=\"Sms Marketing | Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy.jpg\" alt=\"Sms Marketing | Mobile Marketing\" width=\"600\" height=\"200\" />\r\n\r\nMobile marketing increases your marketing reach by allowing your brand to be viewed on thousands of mobile phones - anywhere and at any time of the day\r\n\r\nMobile Marketing Trend\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Rich penetration - 91% of Malaysian  population own a phone no</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>1 to 1 marketing - selective to reach your targeted customer only</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>High personalized medium - unique number to reach a specific person</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Short time to market - quick and easy communication platform, high reach media</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Interactive relationship -fast responds and reply medium</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Efficient response monitoring -direct insight into each campaign and media respond for customer behaviour analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Database compiling and analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Effective ROI - low marketing budget with high return of investment</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>It\'s GREEN</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nWe specializing in creating SMS campaign for our corporate clients:\r\n<h2>   <span style=\"color: #ff0000;\">Mobile Vouchers Mobile Survey</span>    Mobile MGM   <span style=\"color: #000080;\">Mobile Voting Contest</span></h2>\r\n<h2>              Mobile Birthday Special        <span style=\"color: #808080;\"> Mobiel Alerts for Member days</span></h2>\r\n<h2>                        <span style=\"color: #000080;\">Spend &amp; Win Mobile Contest  </span>                Mobile RSVP</h2>\r\n<h2><span style=\"color: #999999;\">     Mobile CRM for Personal TOUCH</span>             <span style=\"color: #ff0000;\">Mobile Document</span></h2>\r\n<h2></h2>\r\n<p style=\"padding-left: 270px;\"> <a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a></p>','Mobile Marketing','','inherit','open','open','','370-revision-8','','','2011-09-02 03:10:50','2011-09-01 19:10:50','',370,'http://newweb.amazingbusinessresources.com/archives/923',0,'revision','',0,NULL),(924,1,'2011-09-01 16:49:30','2011-09-01 08:49:30','<img class=\"aligncenter size-full wp-image-516\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Banner_2.jpg\" alt=\"Media Planning\" width=\"600\" height=\"200\" />\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Online Advertising</span></strong></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Offline Advertising</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><span style=\"color: #808080;\"><span style=\"color: #000080;\"><strong><span style=\"color: #ff0000;\">Amazing</span> Business Resources</strong></span> media buying division specializes in placing online advertisements on behalf of clients. We specialized in <strong>Online Advertising Management.</strong></span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">Our marketing initiatives are designed to meet the specific objectives of each advertiser, with a strong focus on the bottom line. The division is comprised of several core competencies, including traditional online media buying, search engine marketing (SEM), contextual advertising, banner placements, creative strategy, and email marketing. Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on.</span></p>\r\n</td>\r\n<td rowspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> provides an effective and efficient evaluation service for advertisers who may be unsure about how to best monitor and appraise what they’re getting for their all important advertising monies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">We will assist in setting budgets and targets, in choosing which media channels are best to reach target groups and whether most efficient pricing is being achieved is what we’re here to do.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">We’ll be only too happy to come and talk to you about your current media plans, and to help you ensure that you squeeze the maximum return from your budget. </span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">\r\n</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"3\">\r\n<p style=\"text-align: justify;\">Want to learn more about how we can improve your results? Give us a call today or request a personal consultation!</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong></p>','Media Planning','','inherit','open','open','','372-revision-12','','','2011-09-01 16:49:30','2011-09-01 08:49:30','',372,'http://newweb.amazingbusinessresources.com/archives/924',0,'revision','',0,NULL),(925,1,'2011-09-02 03:11:43','2011-09-01 19:11:43','<img class=\"aligncenter size-full wp-image-516\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Banner_2.jpg\" alt=\"Media Planning\" width=\"600\" height=\"200\" />\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Online Advertising</span></strong></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Offline Advertising</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><span style=\"color: #808080;\"><span style=\"color: #000080;\"><strong><span style=\"color: #ff0000;\">Amazing</span> Business Resources</strong></span> media buying division specializes in placing online advertisements on behalf of clients. We specialized in <strong>Online Advertising Management.</strong></span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">Our marketing initiatives are designed to meet the specific objectives of each advertiser, with a strong focus on the bottom line. The division is comprised of several core competencies, including traditional online media buying, search engine marketing (SEM), contextual advertising, banner placements, creative strategy, and email marketing. Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on.</span></p>\r\n</td>\r\n<td rowspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> provides an effective and efficient evaluation service for advertisers who may be unsure about how to best monitor and appraise what they’re getting for their all important advertising monies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">We will assist in setting budgets and targets, in choosing which media channels are best to reach target groups and whether most efficient pricing is being achieved is what we’re here to do.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">We’ll be only too happy to come and talk to you about your current media plans, and to help you ensure that you squeeze the maximum return from your budget. </span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">\r\n</span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"3\">\r\n<p style=\"text-align: justify;\">Want to learn more about how we can improve your results? Give us a call today or request a personal consultation!</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\"><strong><a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>\r\n</strong></p>','Media Planning','','inherit','open','open','','372-revision-13','','','2011-09-02 03:11:43','2011-09-01 19:11:43','',372,'http://newweb.amazingbusinessresources.com/archives/925',0,'revision','',0,NULL),(1022,1,'2011-10-01 00:11:37','2011-09-30 16:11:37','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-431\" title=\"On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_3.jpg\" alt=\"On Page Factor\" width=\"300\" height=\"50\" /></td>\r\n<td id=\"\" style=\"width: 10px; background-color: #8e8e8e;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"9\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-433\" title=\"Off Page Banner\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_2.jpg\" alt=\"Off Page Banner\" width=\"300\" height=\"50\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"padding-left: 390px;\"><a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a></p>','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-46','','','2011-10-01 00:11:37','2011-09-30 16:11:37','',211,'http://newweb.amazingbusinessresources.com/archives/1022',0,'revision','',0,NULL),(1115,1,'2011-10-01 01:05:36','2011-09-30 17:05:36','<img class=\"aligncenter size-full wp-image-516\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Banner_2.jpg\" alt=\"Media Planning\" width=\"600\" height=\"200\" />\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Online Advertising</span></strong></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Offline Advertising</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><span style=\"color: #808080;\"><span style=\"color: #000080;\"><strong><span style=\"color: #ff0000;\">Amazing</span> Business Resources</strong></span> media buying division specializes in placing online advertisements on behalf of clients. We specialized in <strong>Online Advertising Management.</strong></span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">Our marketing initiatives are designed to meet the specific objectives of each advertiser, with a strong focus on the bottom line. The division is comprised of several core competencies, including traditional online media buying, search engine marketing (SEM), contextual advertising, banner placements, creative strategy, and email marketing. Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on.</span></p>\r\n</td>\r\n<td rowspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> provides an effective and efficient evaluation service for advertisers who may be unsure about how to best monitor and appraise what they’re getting for their all important advertising monies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">We will assist in setting budgets and targets, in choosing which media channels are best to reach target groups and whether most efficient pricing is being achieved is what we’re here to do.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">We’ll be only too happy to come and talk to you about your current media plans, and to help you ensure that you squeeze the maximum return from your budget. </span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">\r\n</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify; padding-left: 30px;\"><strong>\r\n</strong></p>','Media Planning','','inherit','open','open','','372-revision-15','','','2011-10-01 01:05:36','2011-09-30 17:05:36','',372,'http://newweb.amazingbusinessresources.com/archives/1115',0,'revision','',0,NULL),(926,1,'2011-09-02 03:16:13','2011-09-01 19:16:13','','Get a quote','','inherit','open','open','','get-a-quote-copy','','','2011-09-02 03:16:13','2011-09-01 19:16:13','',0,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/09/Get-a-quote-copy.jpg',0,'attachment','image/jpeg',0,NULL),(929,1,'2011-09-01 14:12:58','2011-09-01 06:12:58','<p style=\"text-align: justify;\">Once you have created your website content, you have to attract your audience to it. Use these ideas to promote your site to the internet search engines and encourage external links.</p>\r\n\r\n<ol>\r\n	<li style=\"text-align: justify;\"><strong>Submit your site to search engines. </strong>The Open Directory project lists your web pages on the major search engines for free.</li>\r\n	<li style=\"text-align: justify;\"><strong>Write a descriptive title for each page. </strong>Use just five to eight words. Ensure that this is marked as \'title\' in the html code. This page title will appear hyper-linked on the search engines when your page is found.</li>\r\n	<li style=\"text-align: justify;\"><strong>Make sure you have keywords </strong>in your content. They should mirror what users would type to find your pages (most search services index each word in an html file. Use short, accurate descriptions to identify ALT attributes within IMG (image) tags.</li>\r\n	<li style=\"text-align: justify;\"><strong>Metatags. </strong>These are embedded in a website’s html code but do not appear. When viewing the site. They help search engines to index your site content. Use them.</li>\r\n	<li style=\"text-align: justify;\"><strong>Ask for reciprocal links. </strong>You can gain visibility on search engines as well as attracting more visitors by having other sites link to yours. For example, you can publish links to your consortium partners\' websites and ask them to return the favour.</li>\r\n	<li style=\"text-align: justify;\"><strong>Submit your links to directories. </strong>Search for the major research actors in your field such as well-reputed web portals, and have your website added to their link section or directory.</li>\r\n	<li style=\"text-align: justify;\"><strong>Issue news releases and submit to press wires. </strong>Send news releases about your events and achievements to print and web periodicals. This may attract journalists to look at your project and publicize it.</li>\r\n	<li style=\"text-align: justify;\"><strong>Offer content for others to use in their newsletters and sites. </strong>You can increase your visibility when you write articles in your area of expertise and supply them to editors for their newsletters. Just ask that they include a link to your website and a one-line description of what you offer.</li>\r\n	<li style=\"text-align: justify;\"><strong>Send out email newsletters. </strong>Though it takes a lot of time, consider publishing a monthly e-mail newsletter. This is a good way to bring users to your website. But remember - it is important not to spam, so do not send e-mails without permission to people who do not want them.</li>\r\n	<li style=\"text-align: justify;\"><strong>Promote your website everywhere. </strong>At conferences, in web forums and in your email signature. Include your web address on business cards and promotional materials. Ensure that all reprints of cards, stationery and marketing materials contain your web address.</li>\r\n</ol>','How to promote your website?','','inherit','open','open','','823-revision-2','','','2011-09-01 14:12:58','2011-09-01 06:12:58','',823,'http://newweb.amazingbusinessresources.com/archives/929',0,'revision','',0,NULL),(930,1,'2011-09-02 02:27:34','2011-09-01 18:27:34','<p style=\"text-align: justify;\">People use LinkedIn for a multitude of reasons. Your goals and usage will depend on your career, your ambitions, your role and, ultimately, your business goals.</p>\r\n<p style=\"text-align: justify;\">If you don’t have any other social media presence, and you’ve avoided it like the plague, then LinkedIn is the place you should start. Given that, with the current economic times, no job is a job for life; building a LinkedIn presence can help you stay current – just in case. Not only that, LinkedIn can also save you a lot of time and effort in your current role. Those are just a couple of reasons why LinkedIn is a must for business people. Here are ten more reasons why every business person should be on LinkedIn:</p>\r\n<p style=\"text-align: justify;\"><strong>1.  LinkedIn for Research</strong> – LinkedIn’s questions and answers is great place to crowd source.  If you are working on a project and need to do some research, why not consider asking the LinkedIn community. People are often keen to show their knowledge, and you will find that if you word your question correctly you will get valuable feedback, links and information that will save you time.</p>\r\n<p style=\"text-align: justify;\"><strong>2.  Looking for work? </strong>Find out if the person who is hiring, or prominent people from the company that you want to do business with, are in your extended network and ask for a connection from the person you have in common. It’s always easier to get an interview or a first meeting if you are referred by someone trusted. Also if you are on the job market, make sure that you post your resume to LinkedIn and update it as your experience grows. LinkedIn is often the first place recruiters look when considering hiring someone.</p>\r\n<p style=\"text-align: justify;\"><strong>3. Share an Update</strong> – Use your status updates on LinkedIn wisely. You can use them to inform your networks of what you do, or what you are looking to do. For example, if you are conducting a strategy session with a client, tell your network that – many of them might not know that you provide this service. Or you can entrench yourself as an expert  in your field by posting valuable links to articles or news pertinent to your field that will educate or add value for your connections.</p>\r\n<p style=\"text-align: justify;\"><strong>4. Company Profiles</strong> – LinkedIn isn’t just for individuals, <a title=\"Business Profile for Linked In\" href=\"http://learn.linkedin.com/company-pages/\" target=\"_blank\">businesses can have profiles too,</a>and yours should. Doing so will help build your organization’s web presence, will allow interested parties to learn more about your business, give you valuable referrals and will improve your web ranking.  Make sure that employees know about your page and link to it, and that your services are prominently displayed.</p>\r\n<p style=\"text-align: justify;\"><strong>5. Save Time and Maintain Relationships</strong> – In the old days people had a rolodex and had to lift a phone on a regular basis in order to keep in touch with their connections, and only managed to keep in touch with the main ones because it took so much time. These days you can use tools like LinkedIn to stay at the forefront of people’s minds (even those on the periphery of your network).  I am not saying that you shouldn’t lift a phone – you should, but by using LinkedIn you can more easily keep in touch with more people and augment your relationships.</p>\r\n<p style=\"text-align: justify;\"><strong>6. Build Your Network – </strong>Not only is it important to keep in touch with people but it is also important in business to connect with new people.  When you do so, follow up with a LinkedIn connect request and take advantage of your in person networking in the virtual world too.  Get in the habit of doing this and your LinkedIn network will quickly grow.  Connect with people you meet, work with, people you connect with online and use this as a way to stay in touch with your connections as in point five above.</p>\r\n<p style=\"text-align: justify;\"><strong>7. Reach the Powers that Be</strong> – LinkedIn is the social network used most by top level executives so it can be a really valuable tool in connecting you with decision makers. This is especially powerful for strategic selling.</p>\r\n<p style=\"text-align: justify;\"><strong>9. Hiring</strong> – with over 100m potential candidates online, have you thought of using LinkedIn to facilitate in your hiring process? People use LinkedIn for recruitment and for finding jobs and, given the professional nature of the tool, it can help you find just the right person for the job. You can easily set this up – it costs about $195 for a 30 day job posting.</p>\r\n<p style=\"text-align: justify;\"><strong>10. Advertise</strong> – LinkedIn recently started allowing members to advertise on its network in a highly targeted way. You can advertise to specific people by company, geography, title, gender and age. You only pay for click throughs (each time someone clicks on the ad) and the cost is quite affordable (minimum $10 per day), but one downside is that you are limited by characters in the text.</p>','LinkedIn Marketing','','inherit','open','open','','888-revision-2','','','2011-09-02 02:27:34','2011-09-01 18:27:34','',888,'http://newweb.amazingbusinessresources.com/archives/930',0,'revision','',0,NULL),(931,1,'2011-09-01 14:06:05','2011-09-01 06:06:05','<p style=\"text-align: justify;\">If you want to promote your organization or your project, you have to be on the web. Nowadays, it is the first resource that people turn to for information. These 10useful tips can help you communicate what you want to say.</p>\r\n\r\n<ol style=\"text-align: justify;\">\r\n	<li><strong>Define your audience.</strong> Fundamental, but many people forget it! What audience do you want to reach? Fellow scientists? Consortium partners? Potential investors? Journalists? Institutional bodies? The target audience determines what content you present.</li>\r\n	<li><strong>Think about your content</strong>. Most of your visitors won\'t know the subject as well as you do, and have little time to spend reading! So keep it simple and short. Avoid jargon, be concise, focus on the successes and attract your audience by announcing exploitable developments or technologies and their potential benefits.</li>\r\n	<li><strong>Plan a clear structure.</strong> This step is vital. The site should be easy to navigate. Produce a sitemap of your proposed web content. Visitors should ideally finding formation in 2-3 clicks maximum.</li>\r\n	<li><strong>Make it look good.</strong> It sounds so basic, yet it matters! If it looks nice, people tend to give it more value. A good design reflects well on your organization or project.</li>\r\n	<li><strong>Limit graphic content</strong>. Multimedia can make your content more attractive, but don\'t overdo it. Use graphics only if they support your message - white space has proven to be important in communications. Too large images also slow page loading for people with poor connections.</li>\r\n	<li><strong>Offer easily searchable content.</strong> Have a \'search engine\' box on the front page. A number of tools can be found on the web to help you do this, including Google.</li>\r\n	<li><strong>Update your content regularly</strong>. Sites with regularly changing content attract more visitors. Archive what’s out-of-date, update with new content, ensure that you don’t have broken links and add new functions.</li>\r\n	<li><strong>Be media-friendly.</strong> Be ready to feed content to the media by preparing press releases, brochures, CVs of relevant contact people, info about key partners and addresses to be contacted. Put them in a \'Press\' section on your site, and don\'t forget images also.</li>\r\n	<li><strong>Make it interactive.</strong> Allow visitors to interact with the content author or producer. Host a discussion forum or start a blog – it may encourage visitors to drop in more often.</li>\r\n	<li><strong>Domain name is important!</strong> Last but not least, today we remember website names as we used to remember phone numbers. So make sure that your domain name is easy to remember.</li>\r\n</ol>','Criteria to build a Presentable Website','','inherit','open','open','','818-revision-3','','','2011-09-01 14:06:05','2011-09-01 06:06:05','',818,'http://newweb.amazingbusinessresources.com/archives/931',0,'revision','',0,NULL),(932,1,'2011-08-31 11:02:12','2011-08-31 03:02:12','<p style=\"text-align: justify;\"><strong>Key Questions to Social Media Marketing</strong></p>\r\n<p style=\"text-align: justify;\">It’s the buzz word of the moment. Some see it as an opportunity, others as a threat. Some think they are experts, others actually are. Truth is that <strong>little is known</strong><strong> </strong>about Social Media. Many have tons of questions and queries when come to social media marketing. You may be pondering some of these questions.</p>\r\n<p style=\"text-align: justify;\"><strong>#1: How do I measure social media return on investment?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\"> How can I tell a convincing story to management about the return on investment for social media marketing?</p>\r\n<p style=\"text-align: justify;\"><strong>#2: What works for Social Media Marketing?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">What are the marketing DOs and DON’Ts for Twitter, Facebook , LinkedIn, Blog and Youtube?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I make a message go viral?</p>\r\n<p style=\"text-align: justify;\"><strong>#3: How do I best manage my time with social media?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How much daily time do successful marketers spend on social media marketing?</p>\r\n<p style=\"text-align: justify;\"><strong>#4: How do I reach my target markets with social media?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I use social media marketing to target geographic audiences?</p>\r\n<p style=\"text-align: justify;\"><strong>#5: How do I generate traffic and leads using social media?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I obtain qualified subscribers to our blog, newsletter and/or Twitter feed?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I reach a large audience, outside of my current contacts, and get them to respond?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I drive more traffic to our website using social media marketing?</p>\r\n<p style=\"text-align: justify;\"><strong>#6: How do I implement social media tactics?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\"><strong></strong>Can you provide a comprehensive guide for how to use all the tools?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I enhance our Facebook fan page?</p>\r\n<p style=\"text-align: justify;\"><strong>#7: What are the latest social media trends?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">What can we expect in the next three years? Will social media converge or will there be more divergence?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">Is social media here to stay or is it just a fad?</p>\r\n<p style=\"text-align: justify;\"><strong>#8: How do I get started?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">What are the steps to building a strong social media platform for my business?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I get it all set up if I’m not very tech-savvy?</p>\r\n<p style=\"text-align: justify;\"><strong>#9: How do I integrate my social media activities?</strong></p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I tie all the applications together to get the best results?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">How do I best keep my social media efforts organized and linked?</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">Is there a program or system for pulling all these technologies into one platform?</p>','Social Media FAQ','','inherit','open','open','','815-revision-2','','','2011-08-31 11:02:12','2011-08-31 03:02:12','',815,'http://newweb.amazingbusinessresources.com/archives/932',0,'revision','',0,NULL),(933,1,'2011-08-31 04:54:41','2011-08-30 20:54:41','<h2><span style=\"color: #000000;\">Why Blog Marketing</span></h2>\r\n<ol>Blog software is easy to use. Simply write your thoughts, link to resources, and publish to your blog, all at the push of a few buttons. Blog software companies such as: Movable Type, Blogger.com, Wordpress.com, and Typepad all offer easy blogging tools to get started.</ol>\r\n<ol>Blogging is a low-cost alternative to having a web presence. For small business owners without the time to learn web html or the money to hire a designer/developer, blogging offers an inexpensive method to get your company’s name out on the Internet.</ol>\r\n<ol>Updating the weblog is a much quicker process than contacting a web designer with changes or doing the coding and uploading yourself.</ol>\r\n<ol>Business blogs provide your small business with a chance to share your expertise and knowledge with a larger audience. A powerful benefit for consultants and knowledge workers.</ol>','Blog Marketing','','inherit','open','open','','559-revision-31','','','2011-08-31 04:54:41','2011-08-30 20:54:41','',559,'http://newweb.amazingbusinessresources.com/archives/933',0,'revision','',0,NULL),(934,1,'2011-08-31 05:06:43','2011-08-30 21:06:43','<h2 style=\"text-align: justify;\"><strong>Why Youtube Video Marketing?</strong></h2>\r\n<ol style=\"text-align: justify;\">According to the Web-audience measuring service Hitwise Pty., only 0.16 percent of U.S. visitors to YouTube uploaded videos in a recent week. The rest are just watching.</ol>\r\n<ol style=\"text-align: justify;\">What’s holding you back? It’s easier than you think to post video, and there are even some good business reasons for doing it. I’ll explain the steps for producing corporate video and throw in some home video tips for off-hours fun.</ol>\r\n<ol style=\"text-align: justify;\">\r\n<ol>\r\n<ol>Watch <a title=\"Upload YouTube Video\" href=\"http://www.youtube.com/watch?v=9w-gQAwS2uc\" target=\"_blank\"><span style=\"color: #0000ff;\">YouTube video</span></a></span> to see how easy it is to make a YouTube Video!</ol>\r\n\r\n<ol style=\"text-align: justify;\">If you’re in a small company, or a larger one that doesn’t want to mess with video hosting and access issues, YouTube provides a free, easy way to host corporate video. What kind of video?</ol>\r\n</ol>\r\n</ol>\r\n<h2 style=\"text-align: justify;\"><span style=\"color: #000000;\">1. <strong>Executive presentations</strong>.</span></h2>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\">Executives at many companies provide regular presentations to department groups or even the entire workforce, to discuss financial performance, share information, recognize outstanding workers and so on. While the bulk of the audience may be at headquarters, many others may be in remote offices. Or a lot of workers may be absent the day of the presentation or unable to attend for other reasons. Videotape the highlights of the presentation and put them on YouTube, and they can be viewed by everyone who is authorized to do so. More on that later.</span></p>\r\n\r\n<h2 style=\"text-align: justify;\">2. <strong>Training</strong>.</h2>\r\n<p style=\"text-align: justify;\">Videos can be a great way to train workers on anything from using software and setting up equipment to making a great sales pitch. It’s easy to use screen-capture utilities, for example, to show users how to master a new software package, complete with mouse clicks and different screen displays.</p>\r\n\r\n<h2 style=\"text-align: justify;\">3. <strong>Help</strong>.</h2>\r\n<p style=\"text-align: justify;\">Does your help desk get repeat calls from users requesting assistance on the same problem? “Now, how do I turn off my ‘out of office’ message, again?” Videotape the correct steps to solve the most common problems, and build up a bank of self-help videos for users to check first. Of course, knowing users, the help desk would probably begin fielding a lot of calls like: “Now, how do I access those help videos, again?”</p>\r\n\r\n<h2 style=\"text-align: justify;\">4. <strong>Marketing</strong>.</h2>\r\n<p style=\"text-align: justify;\">A picture is worth a thousand words, and thousands of pictures streamed together at 29.97 frames per second is worth a lot more. Show off that new shiny hardware to prospective customers or demonstrate that new software and provide product data, statistics or any other information you choose.</p>\r\n\r\n<h2 style=\"text-align: justify;\">5. <strong>Events</strong>.</h2>\r\n<p style=\"text-align: justify;\">Computerworld recently held a 40th anniversary party at which the founder regaled the audience with hilarious tales of the old days when he started the company. It was held in a spectacular venue high above Boston Harbor on a perfect spring day. It’s a shame everyone in the company couldn’t be there to see it, but being able to watch it afterward would be the next best thing. And it would be great if those who were there could watch the highlights again.</p>','Why Youtube Marketing','','inherit','open','open','','549-revision-22','','','2011-08-31 05:06:43','2011-08-30 21:06:43','',549,'http://newweb.amazingbusinessresources.com/archives/934',0,'revision','',0,NULL),(935,1,'2011-08-31 05:04:13','2011-08-30 21:04:13','<h2 style=\"text-align: justify;\"><strong>Why Twitter Marketing?</strong></h2>\r\n<h3 style=\"text-align: justify;\">1. Connecting with customers</h3>\r\n<p style=\"text-align: justify;\">This is the  main reason why you should use twitter for your business. You will be able to connect with your customers because they themselves are using twitter. Twitter has become a daily routine where people log onto it every single day, some log onto twitter the first thing they wake up even before brushing their teeth. If you have an unsatisfied customer you will hear them on twitter. This will help your company to help them.</p>\r\n\r\n<h3 style=\"text-align: justify;\">2. Branding</h3>\r\n<p style=\"text-align: justify;\">You don’t have to be a big brand like Dell, Nike, Starbucks to brand yourself on twitter. You can be an average joe and brand yourself on twitter. For me if your company is not recognize then you need to get a PERSONAL account. Why? Firstly nobody want to talk to a LOGO unless its a famous brand. Everyone wants to connect with a person and not a bot.</p>\r\n\r\n<h3 style=\"text-align: justify;\">3. Customers feedback</h3>\r\n<p style=\"text-align: justify;\">Once you have connected with your customers you will for sure be getting feedback on how you can improve your product, your services and maybe even improve your customers service. Listening to them will help you in the future.</p>\r\n\r\n<h3 style=\"text-align: justify;\">4. Marketing</h3>\r\n<p style=\"text-align: justify;\">One of the reasons to use twitter is you get to market your product or services to more people and the best part about that is its FREE. You don’t have to pay (Unless if you plan to hire someone to run your twitter account).</p>\r\n\r\n<h3 style=\"text-align: justify;\">5. News</h3>\r\n<p style=\"text-align: justify;\">You can also give latest updates on twitter about your company by tweeting.</p>\r\n\r\n<h3 style=\"text-align: justify;\">6. Give away coupon codes and promotions</h3>\r\n<p style=\"text-align: justify;\">You can also tweet about new deals and coupons codes to help give your company the extra boost. What everyone love include me is getting a good deal. Weather its a promotional lunch set, if its cheap. I want it. Here is  a tweet on Dell is doing it.</p>\r\n<p style=\"text-align: justify;\">For me you don’t have to be like dell in order to do this. You can have a normal business as well. If you have a restaurant and you have build loyal or new followers in your place you can send out tweet like “Having a special set lunch this weekend.” or something like that. They can tweet you for more information regarding that.</p>\r\n\r\n<h3 style=\"text-align: justify;\">7. Twitter is Viral</h3>\r\n<p style=\"text-align: justify;\">If you’ve have succeeded gaining some popularity with your twitter account you will know how viral twitter can be. This will be part of your marketing strategies that you can use in the future. Dell have succeeded in making their tweets viral with their promotion tweets.</p>\r\n\r\n<h3 style=\"text-align: justify;\">8. Spying on competition</h3>\r\n<p style=\"text-align: justify;\">Did you know you can spy on competition too? Best part about this and spying on customers is that its FREE using twitter search. You can not only read what customers are talking about you but you can also read what customers are talking about your competition. If your competition is not doing anything with their customers complaints. Then what happens if you (the savior) suddenly tweet them “hey I heard you have a problem with…..” Just an example.</p>\r\n\r\n<h3 style=\"text-align: justify;\">9. Increase Sales</h3>\r\n<p style=\"text-align: justify;\">Twitter can help you increase sales and make PROFIT. Dell is one of the company that have increase their sales on twitter. How much sales? Imagine</p>\r\n\r\n<h3 style=\"text-align: justify;\">10. Brand loyalty</h3>\r\n<p style=\"text-align: justify;\">At the end of the day, once you have engaged, helped your customers (your followers) on twitter. They will be loyal to your brand for a long time. This will be talked more in the future post.</p>','Why Twitter Marketing','','inherit','open','open','','542-revision-4','','','2011-08-31 05:04:13','2011-08-30 21:04:13','',542,'http://newweb.amazingbusinessresources.com/archives/935',0,'revision','',0,NULL),(936,1,'2011-08-31 05:06:17','2011-08-30 21:06:17','<strong>Customer Interaction</strong> – Facebook pages provide a forum for dialogue between customers and the brand, giving companies the opportunity to build better relationships with target audiences and current customers.</span></h2>\r\n<p style=\"text-align: justify;\"><strong>Reputation Management</strong> – Facebook allows a company to gain a deeper understanding of how the brand is perceived online – through direct feedback and also by monitoring what users are saying about the brand.</p>\r\n<p style=\"text-align: justify;\"><strong>New Customer Acquisition</strong> – Each time a Facebook user becomes a fan of a Facebook page, a notice is posted as news item for all of that user’s friends to see. This creates an opportunity for a Facebook page to go viral and reach new viewers.</p>\r\n<p style=\"text-align: justify;\"><strong>Feedback Mechanism</strong> – In a service-based sector like hospitality, customer feedback is vital. Facebook allows users to communicate their experiences directly and give the company the opportunity to respond.</p>\r\n<p style=\"text-align: justify;\"><strong>Branding</strong> – Facebook can be used as a medium for creating brand awareness in addition to a company’s corporate website. It provides brand exposure to a potentially new audience and gives organizations the opportunity to position themselves in new and unique ways.</p>\r\n<p style=\"text-align: justify;\"><strong>Drive Web Traffic</strong> – As a Facebook page grows its fan base, traffic to the company website will increase. Facebook pages also appear in Universal Search Results.</p>','Why Facebook Marketing','','inherit','open','open','','1-revision-8','','','2011-08-31 05:06:17','2011-08-30 21:06:17','',1,'http://newweb.amazingbusinessresources.com/archives/936',0,'revision','',0,NULL),(937,1,'2011-08-31 00:11:39','2011-08-30 16:11:39','<p style=\"text-align: justify;\">Know what words your customers will use when searching.You might know what your customers search for. If not, find out. Is it a description of  ”pants” or “jeans?” One may be searched more often than the other, but why not target  both? How about “executive gifts?” Maybe “desk accessories” will broaden your web site  marketing strategy.</p>\r\n<p style=\"text-align: justify;\">Ask all kinds of people. Get advice from people in all walks of life including management,  employees, customers, vendors, friends and family on how they would search for effective  search engine positioning keywords. Ask them how they would search for different products  and services. It’s really not about what you think they would search for, its about what they  think. Believe me, they can many times be two totally different things.</p>\r\n<p style=\"text-align: justify;\">Once you have successfully <strong>harvested a meaningful keyword list</strong>, remove any keywords that  are too targeted or not to specific. Also remember that keyword placement is important.  Try to put as many keywords as possible in the beginning paragraphs, and of course the  title line.</p>\r\n<p style=\"text-align: justify;\">The higher the value of the keyword the more competition you will have. Every SEO utilizes  tools similar to the Overture Keyword Suggestion Tool and also know the value of a  keyword. The lower the value of the keyword the less competition we will have. <strong>( Long Tail Keyword Strategy)</strong></p>\r\n<p style=\"text-align: justify;\">We don’t want to aim to low but we also don’t want to aim to high. We need to find a middle  ground. For you that may be a keyword with a value of no less than 1000 and no more than  10,000. It will be up to you to determine what you deem reasonable.</p>\r\n<p style=\"text-align: justify;\">Also, the keyword should appear regularly throughout the opening Web page. It is  especially important that they appear frequently in the opening paragraphs. However, resist the temptation to overuse keywords. The search engines can spot it and will  reduce your page rankings. Tools are available to help with <strong>optimal keyword density</strong>.  However, avoid software that writes the site’s pages. Search engines can sniff these out, too.</p>\r\n<p style=\"text-align: justify;\">A good rule of thumb is: <strong>Never sacrifice quality of content for keyword placement</strong>. This will  affect your page ranking. Most importantly, your site won’t appeal to visitors.</p>','SEO - Correct Keywords Placement Is Easier To Attain Than You Think','','inherit','open','open','','567-revision-3','','','2011-08-31 00:11:39','2011-08-30 16:11:39','',567,'http://newweb.amazingbusinessresources.com/archives/937',0,'revision','',0,NULL),(938,1,'2011-08-31 00:19:18','2011-08-30 16:19:18','<p style=\"text-align: justify;\">In SEO, <strong>keywords are of supreme importance</strong>. Keywords are words or phrases that search engines use in order to match web pages with search queries. It’s important to optimize your website with strategic keywords in order to maximize targeted traffic. You will use keywords in both your <strong>on-page</strong> and <strong>off-page</strong> optimization.</p>\r\n<p style=\"text-align: justify;\">First of all, choose a domain name that includes your best keywords. For example, if your best keyword phrase is “satellite affiliate”, you’d want to choose a domain name that includes this phrase. You might therefore choose a domain such as “SatelliteAffiliateTips.com”.</p>\r\n<p style=\"text-align: justify;\">Use your keywords in the <strong>title tag </strong>and<strong> description tag</strong>. The description tag should make sense and entice users to visit your site when they view the description on a search engine.</p>\r\n<p style=\"text-align: justify;\">Your keywords should also be used in your H1 tag. Scatter keywords throughout the content of your page to a keyword density of between 3%-7%. Avoid overuse of a keyword. Most SEO experts believe that using a keyword too frequently can trigger a search engine’s <strong>“keyword stuffing”</strong> filter. It is believed that the search engines use such a filter in an effort to prevent search engine spam from appearing in the top results. It is also helpful to add common misspellings of a word as well as both the singular and plural forms of the word or phrase.</p>\r\n<p style=\"text-align: justify;\">You’ll want to use your keywords within the anchor text of the links. Assuming our best keyword phrase is “satellite affiliate”, you’d want to link to your home page using that keyword phrase. A good link to your home page might therefore look something like “satellite affiliate tips”. Apply this linking method to all of the pages within your site. Furthermore, request that other<strong> sites link</strong> to you using a similar anchor text containing your best keywords.</p>\r\n<p style=\"text-align: justify;\">Keywords are one of the primary components in search engine optimization. They are the means by which search engines identify relevant pages for given searches. Using keywords effectively is one of the keys to achieving maximum traffic from the search engines.</p>','Keywords - primary components in search engine optimization','','inherit','open','open','','569-revision-7','','','2011-08-31 00:19:18','2011-08-30 16:19:18','',569,'http://newweb.amazingbusinessresources.com/archives/938',0,'revision','',0,NULL),(939,1,'2011-08-31 00:20:31','2011-08-30 16:20:31','<p style=\"text-align: justify;\">Internet marketing and search engine optimization hinge on knowing what keyword or keywords web search surfers are searching for on the web. By doing extensive keyword analysis you can zero in on the best keyword terms to use when setting up pay per click advertising, writing keyword articles, and optimizing web pages.</p>\r\n<p style=\"text-align: justify;\">Not only is it necessary to know what keywords are searched for the most but also how many times particular keywords have been searched. There are a number of effective tools available for <strong>keyword analysis</strong> and <strong>keyword suggestion</strong>.</p>\r\n<p style=\"text-align: justify;\">Once you have done some preliminary research you will need to decide which keywords or keyword phrases to target in your Internet marketing campaign. It is best to choose keywords that have a good amount of traffic without too much competition for placement.</p>\r\n<p style=\"text-align: justify;\">For example, let’s say you are marketing a variety of photography books and you search on photography only to find that it had more than 1,000,000 searches last month. The competition for placement with this keyword is probably going to be pretty tough. Try researching on more targeted phrases such as nature photography, landscape photography, photography books, etc.</p>\r\n<p style=\"text-align: justify;\">You will likely find that these terms have less monthly searches and much less competition. There will be a lower search to competition ratio. Generally, a keyword with 30,000 to 50,000 monthly searches is going to be one that you can compete for in terms of placement and being found on the search engines. Instead of spinning your wheels marketing for those who are searching for photography instead create multiple campaigns that market to more targeted keyword phrases.</p>\r\n<p style=\"text-align: justify;\">You can evaluate the search to competition ratio by taking the number of searchs of a particular keyword and dividing by the number of web site which return for that keyword when searched. The higher the number the better. For example, if you have a keyword that is searched for 100 times in a month and when you search on that keyword you return 1000 results then the ratio is 100/1000 or 0.10. If you have a keyword that is searched for 100 times but there are 10,000 search return results then the ratio goes down to 0.01. The larger the ratio the better in terms of your ability to be competitive.</p>\r\n<p style=\"text-align: justify;\">Finding the best keywords to use in your web site promotion is vital to effectively<strong> driving targeted traffic</strong> to your web site. Take the time to find out what people are searching for and your efforts will pay off in terms of <strong>traffic</strong> and <strong>sales conversion.</strong></p>','Search Engine Optimization by choosing the right keywords','','inherit','open','open','','575-revision-3','','','2011-08-31 00:20:31','2011-08-30 16:20:31','',575,'http://newweb.amazingbusinessresources.com/archives/939',0,'revision','',0,NULL),(940,1,'2011-08-31 04:49:41','2011-08-30 20:49:41','<p style=\"text-align: justify;\">Because the internet has became a staple in the daily lives of the majority of people around the world, it is important for business owners to realize how much their company can benefit from having a properly <strong>optimized web site</strong>.  Regardless of whether a company sells products or services, having a web site that is properly optimized can and will provide several major benefits for any company.</p>\r\n<p style=\"text-align: justify;\">Obviously, the first major benefit of having a web site for your company is an increase in revenue.  As long as your web site is properly optimized by a professional firm, your web site will help you <strong>increase your sales</strong> of your company’s products or services.  When a web site is properly optimized, it will be able to attract <strong>targeted visitors</strong>.  This means that the majority of the traffic your web site receives will be people that are already interested in the products or services your company is providing, which will make the task of completing a sale much easier (instead of trying to complete a sale with an un-targeted visitor).</p>\r\n<p style=\"text-align: justify;\">In addition to increasing your company’s revenues, a quality web site will increase the awareness of your company’s brand.  Because people will consistently see your web site when they are searching for something in your industry, they will associate your<strong> company’s brand</strong> and <strong>name</strong> as a reliable leader in that industry.</p>\r\n<p style=\"text-align: justify;\">Finally, when your company has its own web site, it will actually increase your company’s <strong>credibility in the off-line world</strong>.  Because people expect businesses of all sizes to have their own web site, when you are able to print your web site’s URL on materials such as business cards or fliers, people will instantly feel that your company is more credible than one of your competitors that has not taken the time to have a web site created for their company.</p>\r\n<p style=\"text-align: justify;\">In order to have a properly optimized web site that your potential customers will actually be able to find when they visit a search engine like<strong> Google</strong>, you need to work with an internet marketing SEO firm.  In case you are not familiar with this terminology, an internet marketing SEO firm combines the practices of internet marketing and SEO (search engine optimization) to provide their customers with the highest level of service.  Internet marketing methods include search engine marketing, <strong>blog marketing</strong>,<strong> social media marketing</strong>, <strong>email marketing</strong>, <strong>sms marketing</strong> and <strong>media planning</strong> while search engine optimization is the process of improving the volume and quality of traffic to a web site from search engines via natural search results.  Although many firms only focus on internet marketing or search engine optimization, by choosing a firm that is experienced in both fields, you can ensure that your web site is properly optimized from every angle and provides the maximum amount of benefits for your company.</p>','Benefits of Internet Marketing? Search Engine Optimization','','inherit','open','open','','586-revision-3','','','2011-08-31 04:49:41','2011-08-30 20:49:41','',586,'http://newweb.amazingbusinessresources.com/archives/940',0,'revision','',0,NULL),(941,1,'2011-08-31 00:05:49','2011-08-30 16:05:49','<p style=\"text-align: justify;\">While there are many legitimate skills in SEO there are also those that can work but if you get caught using them the results can be disastrous. When search engine optimization became an issue many techniques were employed because at that point the search engines used a much simpler algorithm. As these tricks were used to exploit the simpler algorithms they were also served to make them more advanced. Let’s look at a few tricks.</p>\r\n<p style=\"text-align: justify;\"><strong>Cloaking and redirects</strong> are methods whereby you show one page to the search engine but a different one to the visitor. A redirect merely brings visitors to one page and then sends them to another page by refreshing the page with one on their site. Cloaking involves fooling a search engine’s indexer into thinking that it is something else and getting the indexer to send false information back to its boss.</p>\r\n<p style=\"text-align: justify;\">Other techniques involve <strong>overloading metatags</strong> with keywords or even <strong>hiding keywords</strong> in plain site on the webpage. A variation on this technique is to shrink the keywords so that are too small to be seen by the naked eye.</p>\r\n<p style=\"text-align: justify;\">Using <strong>unrelated keywords</strong> is another trick especially when combined with the above mentioned tricks. By using unrelated keywords in this manner you can drive traffic to your site from multiple sources.</p>\r\n<p style=\"text-align: justify;\">Using an overly <strong>optimized landing page</strong> can also work. This is not the same thing as a legitimate landing page. In this case you use any and all methods to overly optimize a single and use that to lead people to your site. This would involve using all of the above methods for this one page.</p>\r\n<p style=\"text-align: justify;\">The ultimate penalty for using the unscrupulous methods is banishment from the search engines themselves. Be careful when you employ these dark methods for fear of this punishment. Being penalized is one thing but to not even be on a search engine in the first place is your worst case scenario.</p>','Black Hat SEO? What Never To Do Or Get Banned','','inherit','open','open','','577-revision-2','','','2011-08-31 00:05:49','2011-08-30 16:05:49','',577,'http://newweb.amazingbusinessresources.com/archives/941',0,'revision','',0,NULL),(942,1,'2011-08-31 01:36:31','2011-08-30 17:36:31','        <object width=\"480\" height=\"295\"><param name=\"movie\" value=\"http://www.youtube.com/v/AB2x0Q6CILs?fs=1&hl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/AB2x0Q6CILs?fs=1&hl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"295\"></embed></object><br/><br/><a href=\"http://www.aweber.com/?371675\" title=\"Email Marketing by AWeber\" style=\"background:url(http://www.aweber.com/images/affiliate/getstarted.png) no-repeat; text-indent:-9999px; display:block; width:479px; height:107px;\">Get Started Today For Only $1! - AWeber Communications</a>\r\n        ','Powerful Email Marketing ','','inherit','open','open','','595-revision-4','','','2011-08-31 01:36:31','2011-08-30 17:36:31','',595,'http://newweb.amazingbusinessresources.com/archives/942',0,'revision','',0,NULL),(943,1,'2011-08-31 05:15:04','2011-08-30 21:15:04','<p style=\"text-align: justify;\">Today the field of search engine optimization is becoming competitive day by day and <strong>backlinking is gaining popularity</strong> as a crucial SEO tool. There are number of factors determining one’s position on the website and driving traffic towards your site and backlinking is gaining significance and plays an important role for SEO. While discussing about the importance of backlinks, they can be termed as backbone of the website giving it the invisible but essential support.</p>\r\n<p style=\"text-align: justify;\">Defining technically backlinks are the <strong>inbound links</strong> on the website. They are the links placed on other webpage’s and are directed towards your website, these are also known as incoming links, inlinks, and inward links. Quality inbound links add weight to the website popularity and search engine ranking. 95% of SEO focus today revolves around quality backlinking.</p>\r\n<p style=\"text-align: justify;\">There are a number of ways to build quality and effective backlinks for your website.  <strong>Submitting your site</strong> to directories, article sites, <strong>Online Press Releases</strong>, <strong>placing signature links</strong> in the forums, leaving comments on the blogs etc. are some easiest methods for inbound linking.</p>\r\n<p style=\"text-align: justify;\">Importance of backlinking for the SEO game can be discussed under following points:</p>\r\n<p style=\"text-align: justify;\">1. - <strong>Quality backlinks</strong> attracts search engines to find your website. Here, quality of the links dominates over the no. of links directed towards your website. Important thing to be noticed is, a web site linked to you having content relevant to your website will perform better than the website having content unrelated to your website.</p>\r\n<p style=\"text-align: justify;\">2. - <strong>Backlinking</strong> is a part of the entire ranking algorithm process for all the search engines. If two sites are similar in content and design, search engines have a tendency to prefer site having more inbound links but again quality links dominate. Linking with a bad site will cause a drop off for your websites on the search engines.</p>\r\n<p style=\"text-align: justify;\">3. - <strong>Quality backlinks</strong> drive not only search engines but are a crucial factor to attract the web users towards your website.</p>\r\n<p style=\"text-align: justify;\">4. - <strong>Backlinks</strong> helps to point towards your site.  Backlinks found on forums, blogs and other sites across the internet boost up your website popularity.</p>\r\n<p style=\"text-align: justify;\">5. - In today’s PR obsessed internet world inbound links are an effective tool to gain better <strong>Google PR</strong>. Google always consider number of inbound links while raking the websites.</p>\r\n<p style=\"text-align: justify;\">6. - Not only Google but all the biggies like <strong>Yahoo</strong> and <strong>MSN</strong> now use link popularity and link anchor text as the most important factors in determining their rankings.</p>\r\n<p style=\"text-align: justify;\">7. - Linking to the relevant and standard websites <strong>enhance your credibility</strong> in the World Wide Web.</p>\r\n<p style=\"text-align: justify;\">You can increase your website PR and web traffic through the inbound linking with trusted resources. Add some quality links to your website and see your web <strong>business rocking</strong>.</p>','Backlinking plays a vital role in SEO and also termed as backbone of the website.','','inherit','open','open','','588-revision-6','','','2011-08-31 05:15:04','2011-08-30 21:15:04','',588,'http://newweb.amazingbusinessresources.com/archives/943',0,'revision','',0,NULL),(944,1,'2011-08-31 00:47:57','2011-08-30 16:47:57','<p style=\"text-align: justify;\">A sitemap is an aid used in making navigation through a website easier. It contains the structure of the website along with the included links to the major parts and subsections of the website.</p>\r\n<p style=\"text-align: justify;\">A <strong>website’s sitemap</strong> has a practical and essential use. It makes it easier for visitors to visit through and navigate the website. The <strong>navigational</strong> help ensures that they do not get lost and that they will not have to look futilely for the information or page that they need. A visitor who immediately finds the information that he needs quickly in a website has a higher chance of coming back for another visit.</p>\r\n<p style=\"text-align: justify;\">Many website administrators, designers and webmasters do not fully exploit the uses and benefits of having a good sitemap. For most of them, merely providing a list of links that do not really give a good service to visitors to the website is more than adequate. For them, as long as spiders can find the pages in their website then they are content. But wouldn’t it better if you can design a sitemap page that is not only big help to your visitors but also adds value to your website?</p>\r\n<p style=\"text-align: justify;\">The characteristic of a good sitemap is that each link has an accompanying description about the target page for each link. This helps visitors who go to your site and would rely on it in navigating through your webpages.\r\nLet’s look at two examples:</p>\r\n<p style=\"text-align: justify;\"><strong>Example 1</strong>\r\n<span style=\"text-decoration: underline;\">Link with no description</span>\r\nRock music</p>\r\n<p style=\"text-align: justify;\"><strong>Example 2</strong>\r\n<span style=\"text-decoration: underline;\">Link with description</span>\r\nRock music, the history of British rock music, From the Beatles to the Rolling Stones, David Bowie, Duran Duran, U2, The best British bands and rock acts in history. Trace how rock music in Britain evolved.</p>\r\n<p style=\"text-align: justify;\">There is a definite difference between these two examples. From a mere cursory look at the two examples it is obviously apparent that the second example is far more effective in giving the proper information to visitors. Website visitors are more likely to appreciate the kind of listing illustrated in Example No. 2. This is because most people are more at home with a search engine style listing because it is easier to navigate. No one would like to visit a website and see a sitemap presented similarly to the first example because there is a complete lack of information.</p>\r\n<p style=\"text-align: justify;\">There is also an added benefit to making a descriptive sitemap. It helps in raising your search engine ranking.</p>\r\n<p style=\"text-align: justify;\">By building your sitemap in such a way that you put all the links to related pages on each sitemap page, you are making, in effect, a themed sitemap page. Let us say that you have 7 pages that all relate to British rock music, by putting it all together you make a British rock music themepage. This kind of page will have the element a search engine considers is essential for a high ranking web page: keyword rich text.</p>\r\n<p style=\"text-align: justify;\">It pays to make a good sitemap. Making a conscious effort to make one will bring <strong>great benefits to your website</strong>.</p>','Anatomy to a good sitemap','','inherit','open','open','','590-revision-2','','','2011-08-31 00:47:57','2011-08-30 16:47:57','',590,'http://newweb.amazingbusinessresources.com/archives/944',0,'revision','',0,NULL),(945,1,'2011-08-31 10:47:20','2011-08-31 02:47:20','<p style=\"text-align: justify;\">A lot of companies have been investing in <strong>Social Media Marketing</strong>, deploying all the necessary efforts (and budgets!) to have a strong presence on major networks such as Facebook, Twitter and Youtube. However, very few of these companies invested in <strong>Email Marketing</strong>. In fact, a lot of them think that Email Marketing is dead, and Social Media is the only way to go.  According to a research by <em>StrongMail</em> (graphic below), Email Marketing is still by far the best form of Online Marketing.</p>\r\n<p style=\"text-align: justify;\"><img title=\"Conversion Rate for Online\" src=\"http://amazingbusinessresources.com/wp-content/uploads/2011/04/Conversion-Rate-for-Online-300x196.gif\" alt=\"\" width=\"300\" height=\"196\" /></p>\r\n<p style=\"text-align: justify;\">Some people still prefer Social Media Marketing, and let’s look at some reasons why :</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">- it is less expensive</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">- it is more real time</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">- it generates increased interaction</p>\r\n<p style=\"text-align: justify; padding-left: 30px;\">- it is more likely to go “viral”</p>\r\n<p style=\"text-align: justify;\">Now let’s look at why others prefer to use Email Marketing:</p>\r\n<p style=\"padding-left: 30px; text-align: justify;\">- higher visibility per post/message (a message sent in Social Media has a short life span as it will quickly get dissolved in the sea of other messages)</p>\r\n<p style=\"padding-left: 30px; text-align: justify;\">- more private/exclusive (users feel more concerned by a message in their inbox, than a message on a fanpage)</p>\r\n<p style=\"padding-left: 30px; text-align: justify;\">- Better Monitoring and Statistics (Especially if you use an external software like AWeber. The stats provided are very extensive and help you improve your campaign gradually)</p>\r\n<p style=\"padding-left: 30px; text-align: justify;\">- less prone to negative feedback. When you’re doing SMM, you’re always at risk of potential backlash from those who do not like retweets/likes from brands</p>\r\n<p style=\"padding-left: 30px; text-align: justify;\"><img title=\"Number of Pages viewed\" src=\"http://amazingbusinessresources.com/wp-content/uploads/2011/04/Number-of-Pages-viewed-300x142.gif\" alt=\"\" width=\"300\" height=\"142\" /></p>\r\n<p style=\"text-align: justify;\">The reality is, this debate shouldn’t even exist. It’s like asking a doctor if it is better to exercise or to have a healthy diet in order to lose weight. Both work together! You can achieve wonderful results by combining Social Media Marketing and Email Marketing. For instance, have a customized landing page on on your Facebook Fan Page asking people to sign up to your Newsletter to receive tips and updates. Even better, offer them some kind of incentive to join (Free Ebook, Discount Coupon, Giveaway). This way your Fan Page will help you build up your subscribers database, and when it’s time to launch a promotional message or product update, make sure you launch it on all platforms! This way you get the advantages of both worlds and you are sure to have a maximum reach.</p>\r\n<p style=\"text-align: justify;\">Services like <span style=\"color: #0000ff;\"><a title=\"Email Marketing\" href=\"http://aweber.com/?371675\" target=\"_blank\"><span style=\"color: #0000ff;\"><strong>AWeber</strong> </span></a></span>are amazing for Email Marketing. For a measly $19 a month, AWeber lets you build/customize your own forms, follow-up messages &amp; blog broadcasts to virtually an unlimited number of subscribers. Also, the admin panel gives you an unparalled stats dashboard, showing you how many people received your message, how many clicked it and how many conversions took place. Amazing Business Resources always recommend AWeber for all our clients interested in launching an Email Marketing campaign. Its user-friendliness and powerful features make it one of the leading <span style=\"color: #0000ff;\"><a title=\"Email Marketing Services\" href=\"http://aweber.com/?371675\" target=\"_blank\"><span style=\"color: #0000ff;\"><strong>Email Marketing Services</strong></span></a></span> on the web today.</p>','Social Media Marketing Work Well with Email Marketing','','inherit','open','open','','810-revision-3','','','2011-08-31 10:47:20','2011-08-31 02:47:20','',810,'http://newweb.amazingbusinessresources.com/archives/945',0,'revision','',0,NULL),(946,1,'2011-08-31 10:30:34','2011-08-31 02:30:34','<p style=\"text-align: justify;\">Facebook – one of the most famous social media among Malaysian, is wisely used by many corporates as their key marketing tools.</p>\r\n<p style=\"text-align: justify;\">Implementing right strategies on social media is always one of the ever best results a corporate can expect from the market.</p>\r\n<p style=\"text-align: justify;\">Top 5 brands in Malaysia engage Facebook as Social Media:</p>\r\n\r\n<ol style=\"text-align: justify;\">\r\n	<li><span style=\"color: #0000ff;\"><a href=\"http://www.socialbakers.com/facebook-pages/142518590022-mcdonald-s-malaysia\"><span style=\"color: #0000ff;\">McDonald’s Malaysia</span></a></span> - 740 987 fans</li>\r\n	<li><span style=\"color: #0000ff;\"><a href=\"http://www.socialbakers.com/facebook-pages/185244013748-satu-malaysia\"><span style=\"color: #0000ff;\">Satu Malaysia</span></a></span> - 692 575 fans</li>\r\n	<li><span style=\"color: #0000ff;\"><a href=\"http://www.socialbakers.com/facebook-pages/27673314653-pizza-hut-malaysia\"><span style=\"color: #0000ff;\">Pizza Hut Malaysia</span></a></span> - 444 356 fans</li>\r\n	<li><span style=\"color: #0000ff;\"><a href=\"http://www.socialbakers.com/facebook-pages/52798899711-malaysia-airlines-travel\"><span style=\"color: #0000ff;\">Malaysia Airlines Travel</span></a></span> - 316 211 fans</li>\r\n	<li><span style=\"color: #0000ff;\"><a href=\"http://www.socialbakers.com/facebook-pages/361249250138-nike-football-malaysia\"><span style=\"color: #0000ff;\">Nike Football Malaysia</span></a></span> - 268 375 fans</li>\r\n</ol>\r\n<p style=\"text-align: justify;\">Ever think what the objective behind the strategies?</p>\r\n<p style=\"text-align: justify;\">Still thinking Social Media is a FAD?</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-795\" title=\"Malaysia-Facebook-Statistic\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Malaysia-Facebook-Statistic.png\" alt=\"Malaysia-Facebook-Statistic\" width=\"520\" height=\"320\" />Engage <span style=\"color: #0000ff;\"><a href=\"http://amazingbusinessresources.com/contact-us\"><span style=\"color: #0000ff;\">professional</span></a></span> to plan the strategy before miss out the opportunity to grab a market in social media.</p>','Malaysia Facebook Statistics','','inherit','open','open','','794-revision-3','','','2011-08-31 10:30:34','2011-08-31 02:30:34','',794,'http://newweb.amazingbusinessresources.com/archives/946',0,'revision','',0,NULL),(947,1,'2011-08-31 05:16:16','2011-08-30 21:16:16','<p style=\"text-align: justify;\"><strong>What Is Organic SEO?</strong>\r\nPut in the simplest manner possible, organic SEO is search engine optimization done manually using no black hat methods, no underhand methods and no automated scripting. It is the purest form of optimizing your website for the benefit of search engines, while still retaining interest for your site visitors, and done well it is exactly the thing that search engines are looking for in a website. Once they find it they will reward your site with better rankings and improved positions within the search engine results pages. Throughout the course of this article it will be referred to as simply SEO.</p>\r\n<p style=\"text-align: justify;\"><strong>Understanding The Search Engines</strong>\r\nUnderstanding Search Engines and their general concept is vital to the use of effective SEO methods. Search engines enable their visitors to enter a specific word or term, known as keywords. Once submitted, all pages containing those keywords that can be found in the search engine’s directory are listed on the search engine result pages. Each page is ranked?according to relevancy, popularity and a few other factors. Therefore, in theory, the more relevant a page is to a given keyword the more likely it will appear at the top of the listings.</p>\r\n<p style=\"text-align: justify;\"><strong>Introducing The Search Engine Spiders</strong>\r\nAnother important factor to remember about search engines is that they don’t use real people to crawl the billions of websites and judge how relevant they are. Instead they use automated software called a spider that does this work much quicker. The calculations that the search engine uses to determine the ranking of a website are called algorithms and in the case of the major search engines like <strong>Google, Yahoo </strong>and<strong> MSN</strong> these algorithms are changed on a regular basis. The changes and the specifics of the algorithms are not released to the public in order to prevent black hat SEOs from manipulating their sites to reach the top of the pile despite containing to information relevant to the search query or keyword.</p>\r\n<p style=\"text-align: justify;\"><strong>Optimizing For Search Engines ? Optimizing For Visitors</strong>\r\nOf course to some extent, all of us reading this article are probably guilty of altering our web pages to meet the whims of search engines but it must be done in a positive and organic way. We understand that optimizing a page purely for the benefit of search engines spiders may massively detract from the actual value of the site to your visitors. Search engines understand this too, hence the evolution of the algorithms. With each new algorithm created and usually patented by search engines like Google, we are getting closer to a structure whereby sites are genuinely judged on their value to visitors. It may sound like an Isaac Asimov novel but the <strong>algorithms</strong> and the <strong>spiders</strong> are basically becoming more human like.</p>\r\n<p style=\"text-align: justify;\"><strong>Basic Components Of SEO</strong>\r\nThe actual methods of optimizing your website are saved for another article, but the basic components of an SEO campaign are broken down into<strong> on page</strong> and <strong>off page</strong> optimization techniques. On page SEO includes factors like keyword inclusion, content optimization, page structure etc? whereas the main contributing factor of off page optimization is inbound links. There are many different factors to each of these areas and different SEOs will give you varying information on which factors are the most relevant to gain higher rankings. These extensive differences in opinion occur because nobody is certain of the algorithm criteria.</p>\r\n<p style=\"text-align: justify;\"><strong>The Benefits Of SEO</strong>\r\nSEO is probably the most beneficial way to conduct Internet promotion. It is highly cost effective, can yield long term results and the leads it generates are opt in and targeted. This doesn’t mean you shouldn’t consider trying out alternative methods of advertising your site. For many, banner advertisements, press releases (can actually be used as part of an SEO campaign as well), PPC campaigns and sponsored listings prove to highly beneficial and including these will help your site’s popularity.</p>\r\n<p style=\"text-align: justify;\"><strong>To Cost Effectiveness And To Life</strong>\r\nThe cost effectiveness is easily determined when you look at the potential of an SEO campaign compared to the method that many consider to be the next best thing ?PPC. A PPC campaign will usually cost you anywhere upward of 5 cents per visitor generated. This means that for every thousand visitors you receive you will have paid $50. Some fairly basic SEO work on a web site containing ten pages will generate this kind of traffic on a monthly basis relatively quickly.</p>\r\n<p style=\"text-align: justify;\">$50 doesn’t sound much but consider that you pay this in one month to receive the desired one thousand visitors. Over the space of a year you will have paid $600, and so on. Now consider that you are competing for a relatively competitive keyword and you find that you need to be paying a minimum of 50 cents per click to generate just the one thousand clicks in a month. All of a sudden youre paying $6000 per year and you are still only getting one thousand clicks every month. $6000 will buy you an awful lot of SEO work and you should find that within a few months you are generating a lot more traffic using SEO.</p>\r\n<p style=\"text-align: justify;\"><strong>Targeted Leads</strong>\r\nTargeted leads are the best type of leads you can generate. It means that the visitors to your site are already predisposed to the basic topic of your site and are interested in what you have to say. It means that they will be more likely to purchase goods or services from your site, click on affiliate links or click Google ads to earn you revenue. Because SEO leads are physically searching for the topic that your site relates to you are guaranteed that they are interested in whatever you’re offering. First of all they search using keywords relevant to your site. They then read the description and name of your site and this further compounds their interest in the page in question and click on the link. Already they have become highly susceptible to the message of your web page.</p>\r\n<p style=\"text-align: justify;\">So Remember? SEO is a webmaster’s greatest tool but treated badly it can quickly blow up in your face. By ensuring you stick to the very letter of the law and do not use any underhand methods you should soon benefit from powerful leads that will frequent your site and earn you revenue.</p>','A Guide to Organic SEO','','inherit','open','open','','592-revision-3','','','2011-08-31 05:16:16','2011-08-30 21:16:16','',592,'http://newweb.amazingbusinessresources.com/archives/947',0,'revision','',0,NULL),(948,1,'2011-08-31 05:20:15','2011-08-30 21:20:15','<p style=\"text-align: justify;\">Yoh, here we go for the SEO tips  - Part II. Wish you start to understand more about SEO rather than just theory.</p>\r\n<p style=\"text-align: justify;\">7. <strong>Do-it-yourself SEO</strong>. Yes, you can execute your own SEO campaign and find a reputable SEO firm to help plan and organize it for you. About one half of my own clientele do some part of the actual work themselves, or have their in-house dedicated personnel do it, after discussion of the goals and aims of the business/website, a thorough website analysis, comprehensive search phrase research, and focused instruction on the ways and means of achieving high SERPs. These preliminaries are followed up with a detailed program of suggestions and methods which the client can then implement themselves or hire others to perform. Average savings; 30-40%.</p>\r\n<p style=\"text-align: justify;\">8.<strong> Phased Implementation.</strong> While many companies spend thousands of dollars per month on Search Engine Optimization, an alternative is available which will pay dividends to you in increased sales and leads without the high initial investment. The most important consideration is to have a reputable firm handle the initial evaluation and suggested optimization planning first. The trial and error method will cost much more, in the long run, with or without the desired result. After studying the plan and establishing a workable budget you may implement the plan as finances allow.</p>\r\n<p style=\"text-align: justify;\">9. Remember the old saying, <strong>“If it sounds too good to be true, it probably is.”</strong> Never was this more true than in the realm of SEO. While concrete and measurable gains will always come from a well thought out and executed optimization strategy, the Internet is a competitive media and we all want to be number one. Accept that a steady upward movement, over time, will place you worlds ahead of a flash followed by a crash.</p>\r\n<p style=\"text-align: justify;\">10. <strong>A thought to ponder.</strong> At stake, in the race for the top, is the very existence of your website, your business, and quite possibly your reputation. Beware of any “shortcuts” or less than ethical schemes that anyone might suggest to further your business goals. When it’s all said and done it is you, the business owner, who bears the responsibility for any company or individual you hire. Insist on knowing exactly what the strategy is and what steps are being performed to implement it. If it seems, in the least, suspicious, ask for and get an explanation. In this case, not only is Ignorance not bliss, it could very well be the beginning of the end for your business.</p>\r\n<p style=\"text-align: justify;\">11. <strong>All incoming links are not created equal.</strong> Both the relevance to your line of business and website subject matter and the PR value of the incoming link determine how valuable they are to your own PR ranking. With Google starting the trend, nothing new there, and most of the others following close behind, the days of grabbing all the inbound links, in any way possible, are gone. Not only will low ranked and/or irrelevant inbound links not help, they will, in fact, cause a penalty. Link farms, free-for-all link schemes, automated link accumulation software, or any other fad that doesn’t carefully screen the links and websites they are coming from will, in the long run, do more harm than good.</p>\r\n<p style=\"text-align: justify;\">12.<strong> It’s more than just facts and figures.</strong> The relationship between an online business and SEO is, perhaps, one of the closest of business relationships. In order to be effective, a SEO must know not only the facts and figures pertaining to the endeavor, but s/he must know something of the dreams and aspirations of the business principals. Things which don’t normally come out in a prospectus are often invaluable information when searching for the “right fit” into the complex world of the Internet. My own clients sometimes ask, due to the frequency of my calls and email in the early phases, “Am I your only client?” I usually laugh and say something to the effect that until I know your business almost as well as you do, yes, you are the only one that counts.</p>','SEO tips for beginner - Part II','','inherit','open','open','','650-revision-5','','','2011-08-31 05:20:15','2011-08-30 21:20:15','',650,'http://newweb.amazingbusinessresources.com/archives/948',0,'revision','',0,NULL),(949,1,'2011-08-29 23:06:49','2011-08-29 15:06:49','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"\" width=\"600\" height=\"60\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">[googleMap width=\"600\" height=\"300\"]Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor[/googleMap]</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-42','','','2011-08-29 23:06:49','2011-08-29 15:06:49','',32,'http://newweb.amazingbusinessresources.com/archives/949',0,'revision','',0,NULL),(950,1,'2011-09-03 01:42:52','2011-09-02 17:42:52','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"\" width=\"600\" height=\"60\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">[googleMap width=\"550\" height=\"300\"]Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor[/googleMap]</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-43','','','2011-09-03 01:42:52','2011-09-02 17:42:52','',32,'http://newweb.amazingbusinessresources.com/archives/950',0,'revision','',0,NULL),(951,1,'2011-09-03 01:43:46','2011-09-02 17:43:46','','Hello','','trash','open','open','','hello','','','2011-09-03 01:44:14','2011-09-02 17:44:14','',0,'http://newweb.amazingbusinessresources.com/?page_id=951',6,'page','',0,NULL),(952,1,'2011-09-03 01:43:42','2011-09-02 17:43:42','','Hello','','inherit','open','open','','951-revision','','','2011-09-03 01:43:42','2011-09-02 17:43:42','',951,'http://newweb.amazingbusinessresources.com/archives/952',0,'revision','',0,NULL),(1121,1,'2011-10-01 11:50:50','2011-10-01 03:50:50','Search engine optimization (SEO) is the process of improving the visibility of a website in search engines via the “natural” or un-paid (“organic” or “algorithmic”) search results. Rise above others ans share your business to the world\r\n','','','publish','open','open','','1121','','','2011-10-01 11:50:50','2011-10-01 03:50:50','',0,'http://newweb.amazingbusinessresources.com/?p=1121',1,'nav_menu_item','',0,NULL),(955,1,'2011-09-03 01:43:46','2011-09-02 17:43:46','','Hello','','inherit','open','open','','951-revision-2','','','2011-09-03 01:43:46','2011-09-02 17:43:46','',951,'http://newweb.amazingbusinessresources.com/archives/955',0,'revision','',0,NULL),(956,1,'2011-09-03 01:43:31','2011-09-02 17:43:31','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"\" width=\"600\" height=\"60\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">[googleMap width=\"600\" height=\"300\"]Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor[/googleMap]</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Contact us','','inherit','open','open','','32-revision-44','','','2011-09-03 01:43:31','2011-09-02 17:43:31','',32,'http://newweb.amazingbusinessresources.com/archives/956',0,'revision','',0,NULL),(960,1,'2011-09-03 01:47:01','2011-09-02 17:47:01','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"\" width=\"600\" height=\"60\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>','Contact us','','inherit','open','open','','32-revision-48','','','2011-09-03 01:47:01','2011-09-02 17:47:01','',32,'http://newweb.amazingbusinessresources.com/archives/960',0,'revision','',0,NULL),(958,1,'2011-09-03 01:44:58','2011-09-02 17:44:58','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"\" width=\"600\" height=\"60\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[googleMap width=\"600\" height=\"300\"]Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor[/googleMap]\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>','Contact us','','inherit','open','open','','32-revision-46','','','2011-09-03 01:44:58','2011-09-02 17:44:58','',32,'http://newweb.amazingbusinessresources.com/archives/958',0,'revision','',0,NULL),(959,1,'2011-09-03 01:46:35','2011-09-02 17:46:35','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"\" width=\"600\" height=\"60\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[googleMap name=\"IOI Boulevard\" width=\"600\" height=\"300\" directions_to=\"false\"]Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor[/googleMap]\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>','Contact us','','inherit','open','open','','32-revision-47','','','2011-09-03 01:46:35','2011-09-02 17:46:35','',32,'http://newweb.amazingbusinessresources.com/archives/959',0,'revision','',0,NULL),(1016,1,'2011-10-01 00:56:00','2011-09-30 16:56:00','','Amazing Business Resources','','inherit','open','open','','amazing-business-resources-2','','','2011-10-01 00:56:00','2011-09-30 16:56:00','',14,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.png',0,'attachment','image/png',0,NULL),(964,1,'2011-09-30 18:56:24','2011-09-30 10:56:24','&nbsp;\n<table border=\"0\">\n<tbody>\n<tr>\n<td rowspan=\"1\" colspan=\"5\"></td>\n</tr>\n<tr>\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\n<td colspan=\"1\"></td>\n<td colspan=\"1\"></td>\n<td colspan=\"1\"></td>\n<td colspan=\"1\"></td>\n</tr>\n<tr>\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-992\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\n</tr>\n<tr>\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\n<td></td>\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\n<td></td>\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\n</tr>\n<tr>\n<td style=\"text-align: right;\">Read More</td>\n<td></td>\n<td style=\"text-align: right;\">Read More</td>\n<td></td>\n<td style=\"text-align: right;\">Read More</td>\n</tr>\n</tbody>\n</table>\n<br />','Home','','inherit','open','open','','2-autosave','','','2011-09-30 18:56:24','2011-09-30 10:56:24','',2,'http://newweb.amazingbusinessresources.com/archives/964',0,'revision','',0,NULL),(965,1,'2011-08-29 22:44:13','2011-08-29 14:44:13','','Home','','inherit','open','open','','2-revision-3','','','2011-08-29 22:44:13','2011-08-29 14:44:13','',2,'http://newweb.amazingbusinessresources.com/archives/965',0,'revision','',0,NULL),(962,1,'2011-09-03 01:59:40','2011-09-02 17:59:40','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"\" width=\"600\" height=\"60\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"> <iframe width=\"425\" height=\"350\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Jalan+Kenari+5,+Bandar+Puchong+Jaya,+47170,+Selangor&amp;aq=&amp;sll=37.0625,-95.677068&amp;sspn=39.916234,79.013672&amp;vpsrc=6&amp;ie=UTF8&amp;hq=47170,+Selangor&amp;hnear=Jalan+Kenari+5,+Bandar+Puchong+Jaya,+Puchong,+Selangor,+Malaysia&amp;ll=3.046368,101.620016&amp;spn=0.006295,0.006295&amp;output=embed\"></iframe><br /><small><a href=\"http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=Jalan+Kenari+5,+Bandar+Puchong+Jaya,+47170,+Selangor&amp;aq=&amp;sll=37.0625,-95.677068&amp;sspn=39.916234,79.013672&amp;vpsrc=6&amp;ie=UTF8&amp;hq=47170,+Selangor&amp;hnear=Jalan+Kenari+5,+Bandar+Puchong+Jaya,+Puchong,+Selangor,+Malaysia&amp;ll=3.046368,101.620016&amp;spn=0.006295,0.006295\" style=\"color:#0000FF;text-align:left\">View Larger Map</a></small></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>','Contact us','','inherit','open','open','','32-revision-50','','','2011-09-03 01:59:40','2011-09-02 17:59:40','',32,'http://newweb.amazingbusinessresources.com/archives/962',0,'revision','',0,NULL),(961,1,'2011-09-03 01:58:45','2011-09-02 17:58:45','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"\" width=\"600\" height=\"60\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">&lt;iframe width=\"425\" height=\"350\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.com/maps?f=q&amp;amp;source=s_q&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=Jalan+Kenari+5,+Bandar+Puchong+Jaya,+47170,+Selangor&amp;amp;aq=&amp;amp;sll=37.0625,-95.677068&amp;amp;sspn=39.916234,79.013672&amp;amp;vpsrc=6&amp;amp;ie=UTF8&amp;amp;hq=47170,+Selangor&amp;amp;hnear=Jalan+Kenari+5,+Bandar+Puchong+Jaya,+Puchong,+Selangor,+Malaysia&amp;amp;ll=3.046368,101.620016&amp;amp;spn=0.006295,0.006295&amp;amp;output=embed\"&gt;&lt;/iframe&gt;&lt;br /&gt;&lt;small&gt;&lt;a href=\"http://maps.google.com/maps?f=q&amp;amp;source=embed&amp;amp;hl=en&amp;amp;geocode=&amp;amp;q=Jalan+Kenari+5,+Bandar+Puchong+Jaya,+47170,+Selangor&amp;amp;aq=&amp;amp;sll=37.0625,-95.677068&amp;amp;sspn=39.916234,79.013672&amp;amp;vpsrc=6&amp;amp;ie=UTF8&amp;amp;hq=47170,+Selangor&amp;amp;hnear=Jalan+Kenari+5,+Bandar+Puchong+Jaya,+Puchong,+Selangor,+Malaysia&amp;amp;ll=3.046368,101.620016&amp;amp;spn=0.006295,0.006295\" style=\"color:#0000FF;text-align:left\"&gt;View Larger Map&lt;/a&gt;&lt;/small&gt;</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>','Contact us','','inherit','open','open','','32-revision-49','','','2011-09-03 01:58:45','2011-09-02 17:58:45','',32,'http://newweb.amazingbusinessresources.com/archives/961',0,'revision','',0,NULL),(963,1,'2011-09-03 02:01:28','2011-09-02 18:01:28','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"\" width=\"600\" height=\"60\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"> <iframe width=\"600\" height=\"350\" frameborder=\"0\" scrolling=\"no\" marginheight=\"0\" marginwidth=\"0\" src=\"http://maps.google.com/maps?f=q&amp;source=s_q&amp;hl=en&amp;geocode=&amp;q=Jalan+Kenari+5,+Bandar+Puchong+Jaya,+47170,+Selangor&amp;aq=&amp;sll=37.0625,-95.677068&amp;sspn=39.916234,79.013672&amp;vpsrc=6&amp;ie=UTF8&amp;hq=47170,+Selangor&amp;hnear=Jalan+Kenari+5,+Bandar+Puchong+Jaya,+Puchong,+Selangor,+Malaysia&amp;ll=3.046368,101.620016&amp;spn=0.006295,0.006295&amp;output=embed\"></iframe><br /><small><a href=\"http://maps.google.com/maps?f=q&amp;source=embed&amp;hl=en&amp;geocode=&amp;q=Jalan+Kenari+5,+Bandar+Puchong+Jaya,+47170,+Selangor&amp;aq=&amp;sll=37.0625,-95.677068&amp;sspn=39.916234,79.013672&amp;vpsrc=6&amp;ie=UTF8&amp;hq=47170,+Selangor&amp;hnear=Jalan+Kenari+5,+Bandar+Puchong+Jaya,+Puchong,+Selangor,+Malaysia&amp;ll=3.046368,101.620016&amp;spn=0.006295,0.006295\" style=\"color:#0000FF;text-align:left\">View Larger Map</a></small></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>','Contact us','','inherit','open','open','','32-revision-51','','','2011-09-03 02:01:28','2011-09-02 18:01:28','',32,'http://newweb.amazingbusinessresources.com/archives/963',0,'revision','',0,NULL),(966,1,'2011-09-30 14:27:04','2011-09-30 06:27:04','<html>\r\n    <head>\r\n      <title>My Great Web page</title>\r\n    </head>\r\n    <body>\r\n       <iframe src=\"https://www.facebook.com/plugins/like.php?href=YOUR_URL\"\r\n        scrolling=\"no\" frameborder=\"0\"\r\n        style=\"border:none; width:450px; height:80px\"></iframe>\r\n    </body>\r\n </html>','Home','','inherit','open','open','','2-revision-4','','','2011-09-30 14:27:04','2011-09-30 06:27:04','',2,'http://newweb.amazingbusinessresources.com/archives/966',0,'revision','',0,NULL),(968,1,'2011-09-30 15:14:03','2011-09-30 07:14:03','','Home','','inherit','open','open','','2-revision-6','','','2011-09-30 15:14:03','2011-09-30 07:14:03','',2,'http://newweb.amazingbusinessresources.com/archives/968',0,'revision','',0,NULL),(967,1,'2011-09-30 14:27:49','2011-09-30 06:27:49','<html>\r\n    <head>\r\n      <title>My Great Web page</title>\r\n    </head>\r\n    <body>\r\n       <iframe src=\"https://www.facebook.com/plugins/like.php?href=http://facebook.com/askamazing\"\r\n        scrolling=\"no\" frameborder=\"0\"\r\n        style=\"border:none; width:450px; height:80px\"></iframe>\r\n    </body>\r\n </html>','Home','','inherit','open','open','','2-revision-5','','','2011-09-30 14:27:49','2011-09-30 06:27:49','',2,'http://newweb.amazingbusinessresources.com/archives/967',0,'revision','',0,NULL),(992,1,'2011-09-30 17:56:48','2011-09-30 09:56:48','','About Amazing','','inherit','open','open','','about-amazing-2','','','2011-09-30 17:56:48','2011-09-30 09:56:48','',2,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg',0,'attachment','image/jpeg',0,NULL),(970,1,'2011-09-30 17:13:04','2011-09-30 09:13:04','','Amazing Services','','inherit','open','open','','amazing-services','','','2011-09-30 17:13:04','2011-09-30 09:13:04','',2,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg',0,'attachment','image/jpeg',0,NULL),(971,1,'2011-09-30 17:13:41','2011-09-30 09:13:41','','Ask Amazing','','inherit','open','open','','ask-amazing','','','2011-09-30 17:13:41','2011-09-30 09:13:41','',2,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg',0,'attachment','image/jpeg',0,NULL),(972,1,'2011-09-30 15:14:13','2011-09-30 07:14:13','','Home','','inherit','open','open','','2-revision-7','','','2011-09-30 15:14:13','2011-09-30 07:14:13','',2,'http://newweb.amazingbusinessresources.com/archives/972',0,'revision','',0,NULL),(973,1,'2011-09-30 17:14:07','2011-09-30 09:14:07','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-969\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td><img class=\"aligncenter size-full wp-image-970\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td><img class=\"aligncenter size-full wp-image-971\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-8','','','2011-09-30 17:14:07','2011-09-30 09:14:07','',2,'http://newweb.amazingbusinessresources.com/archives/973',0,'revision','',0,NULL),(975,1,'2011-09-30 17:25:11','2011-09-30 09:25:11','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-969\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand, grow leads and sales with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-10','','','2011-09-30 17:25:11','2011-09-30 09:25:11','',2,'http://newweb.amazingbusinessresources.com/archives/975',0,'revision','',0,NULL),(974,1,'2011-09-30 17:21:32','2011-09-30 09:21:32','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-969\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand, grow leads and sales with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">It’s not just about our ability to produce results, but more importantly,our clients joining us for the ride and executing a powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-9','','','2011-09-30 17:21:32','2011-09-30 09:21:32','',2,'http://newweb.amazingbusinessresources.com/archives/974',0,'revision','',0,NULL),(976,1,'2011-09-30 17:26:02','2011-09-30 09:26:02','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-969\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-11','','','2011-09-30 17:26:02','2011-09-30 09:26:02','',2,'http://newweb.amazingbusinessresources.com/archives/976',0,'revision','',0,NULL),(988,1,'2011-09-30 17:46:03','2011-09-30 09:46:03','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-969\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: left;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: left;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-21','','','2011-09-30 17:46:03','2011-09-30 09:46:03','',2,'http://newweb.amazingbusinessresources.com/archives/988',0,'revision','',0,NULL),(977,1,'2011-09-30 17:27:28','2011-09-30 09:27:28','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-969\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-12','','','2011-09-30 17:27:28','2011-09-30 09:27:28','',2,'http://newweb.amazingbusinessresources.com/archives/977',0,'revision','',0,NULL),(978,1,'2011-09-30 17:28:23','2011-09-30 09:28:23','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-969\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-13','','','2011-09-30 17:28:23','2011-09-30 09:28:23','',2,'http://newweb.amazingbusinessresources.com/archives/978',0,'revision','',0,NULL),(979,1,'2011-09-30 17:28:59','2011-09-30 09:28:59','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-969\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: left;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: left;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-14','','','2011-09-30 17:28:59','2011-09-30 09:28:59','',2,'http://newweb.amazingbusinessresources.com/archives/979',0,'revision','',0,NULL),(987,1,'2011-09-30 17:45:44','2011-09-30 09:45:44','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-969\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: left;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: left;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-20','','','2011-09-30 17:45:44','2011-09-30 09:45:44','',2,'http://newweb.amazingbusinessresources.com/archives/987',0,'revision','',0,NULL),(993,1,'2011-09-30 17:54:39','2011-09-30 09:54:39','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-969\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-25','','','2011-09-30 17:54:39','2011-09-30 09:54:39','',2,'http://newweb.amazingbusinessresources.com/archives/993',0,'revision','',0,NULL),(981,1,'2011-09-30 17:31:55','2011-09-30 09:31:55','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"5\">\r\n<h1>Amazing Business Resources</h1>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-969\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: left;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: left;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-15','','','2011-09-30 17:31:55','2011-09-30 09:31:55','',2,'http://newweb.amazingbusinessresources.com/archives/981',0,'revision','',0,NULL),(990,1,'2011-09-30 17:47:13','2011-09-30 09:47:13','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-969\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-23','','','2011-09-30 17:47:13','2011-09-30 09:47:13','',2,'http://newweb.amazingbusinessresources.com/archives/990',0,'revision','',0,NULL),(986,1,'2011-09-30 17:42:03','2011-09-30 09:42:03','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-969\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 180px; background-color: #ffffff;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 180px; background-color: #ffffff;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 180px; background-color: #ffffff;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: left;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: left;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-19','','','2011-09-30 17:42:03','2011-09-30 09:42:03','',2,'http://newweb.amazingbusinessresources.com/archives/986',0,'revision','',0,NULL),(985,1,'2011-09-30 17:39:11','2011-09-30 09:39:11','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"5\"><img class=\"aligncenter size-full wp-image-982\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources2.jpg\" alt=\"Social Media Marketing Expert\" width=\"560\" height=\"50\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-969\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: left;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: left;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-18','','','2011-09-30 17:39:11','2011-09-30 09:39:11','',2,'http://newweb.amazingbusinessresources.com/archives/985',0,'revision','',0,NULL),(983,1,'2011-09-30 17:36:08','2011-09-30 09:36:08','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"5\">\r\n<h1><img class=\"aligncenter size-full wp-image-980\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources1.jpg\" alt=\"Social Media Marketing Expert\" width=\"560\" height=\"50\" /></h1>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-969\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: left;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: left;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-16','','','2011-09-30 17:36:08','2011-09-30 09:36:08','',2,'http://newweb.amazingbusinessresources.com/archives/983',0,'revision','',0,NULL),(984,1,'2011-09-30 17:38:12','2011-09-30 09:38:12','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"5\"><img class=\"aligncenter size-full wp-image-982\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources2.jpg\" alt=\"Social Media Marketing Expert\" width=\"560\" height=\"50\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-969\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: left;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: left;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-17','','','2011-09-30 17:38:12','2011-09-30 09:38:12','',2,'http://newweb.amazingbusinessresources.com/archives/984',0,'revision','',0,NULL),(989,1,'2011-09-30 17:46:35','2011-09-30 09:46:35','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-969\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: left;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: left;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: left;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-22','','','2011-09-30 17:46:35','2011-09-30 09:46:35','',2,'http://newweb.amazingbusinessresources.com/archives/989',0,'revision','',0,NULL),(991,1,'2011-09-30 17:53:52','2011-09-30 09:53:52','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-969\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-24','','','2011-09-30 17:53:52','2011-09-30 09:53:52','',2,'http://newweb.amazingbusinessresources.com/archives/991',0,'revision','',0,NULL),(995,1,'2011-09-30 17:58:39','2011-09-30 09:58:39','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-992\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-27','','','2011-09-30 17:58:39','2011-09-30 09:58:39','',2,'http://newweb.amazingbusinessresources.com/archives/995',0,'revision','',0,NULL),(994,1,'2011-09-30 17:57:18','2011-09-30 09:57:18','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-992\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-26','','','2011-09-30 17:57:18','2011-09-30 09:57:18','',2,'http://newweb.amazingbusinessresources.com/archives/994',0,'revision','',0,NULL),(996,1,'2011-09-30 18:43:44','2011-09-30 10:43:44','','Web Design','','inherit','open','open','','web-design','','','2011-09-30 18:43:44','2011-09-30 10:43:44','',2,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Web-Design.jpg',0,'attachment','image/jpeg',0,NULL),(997,1,'2011-09-30 18:39:36','2011-09-30 10:39:36','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-992\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-28','','','2011-09-30 18:39:36','2011-09-30 10:39:36','',2,'http://newweb.amazingbusinessresources.com/archives/997',0,'revision','',0,NULL),(998,1,'2011-09-30 18:44:17','2011-09-30 10:44:17','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"5\"><img class=\"aligncenter size-full wp-image-996\" title=\"Web Design\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Web-Design.jpg\" alt=\"Web Design\" width=\"560\" height=\"300\" /></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-992\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-29','','','2011-09-30 18:44:17','2011-09-30 10:44:17','',2,'http://newweb.amazingbusinessresources.com/archives/998',0,'revision','',0,NULL),(999,1,'2011-09-30 18:46:15','2011-09-30 10:46:15','<img class=\"aligncenter size-full wp-image-996\" title=\"Web Design\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Web-Design.jpg\" alt=\"Web Design\" width=\"560\" height=\"300\" />\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"5\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-992\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"About Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/About-Amazing.jpg\" alt=\"About Amazing\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-970\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"Amazing Services\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Services.jpg\" alt=\"Amazing Services\" width=\"180\" height=\"90\" /></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 180px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-971\" style=\"border-width: 2px; border-color: black; border-style: solid;\" title=\"Ask Amazing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Ask-Amazing.jpg\" alt=\"Ask Amazing\" width=\"180\" height=\"90\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Creates and leads powerful online marketing strategies that will intelligently rocket your traffic</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Promote your brand with maximize ROI to give you a feeling of Power and Importance in the market place.</td>\r\n<td></td>\r\n<td id=\"\" style=\"width: 180px; text-align: left;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">Join Amazing for the ride and executing an online powerful campaign together.</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n<td></td>\r\n<td style=\"text-align: right;\">Read More</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Home','','inherit','open','open','','2-revision-30','','','2011-09-30 18:46:15','2011-09-30 10:46:15','',2,'http://newweb.amazingbusinessresources.com/archives/999',0,'revision','',0,NULL),(1012,1,'2011-10-01 00:26:07','2011-09-30 16:26:07','','IOI-Boulevard','','inherit','open','open','','ioi-boulevard','','','2011-10-01 00:26:07','2011-09-30 16:26:07','',32,'http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/IOI-Boulevard.jpg',0,'attachment','image/jpeg',0,NULL),(1009,1,'2011-09-02 03:09:57','2011-09-01 19:09:57','<img class=\"aligncenter size-full wp-image-213\" title=\"SEO - Search Engine Optimization | Search Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-BANNER-copy.jpg\" alt=\"SEO - Search Engine Optimization | Search Marketing\" width=\"600\" height=\"187\" />\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-431\" title=\"On Page Factor\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_3.jpg\" alt=\"On Page Factor\" width=\"300\" height=\"50\" /></td>\r\n<td id=\"\" style=\"width: 10px; background-color: #8e8e8e;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"9\" colspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"middle\"><img class=\"aligncenter size-full wp-image-433\" title=\"Off Page Banner\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/SEO-banner_2.jpg\" alt=\"Off Page Banner\" width=\"300\" height=\"50\" /></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"middle\">\r\n<h2>SEO Basics - Page title</h2>\r\n</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">\r\n<h2>Domain</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" style=\"width: 250px;\" lang=\"\" dir=\"\" scope=\"\" colspan=\"1\" align=\"\" valign=\"\">\r\n<h2>Improving Site Structure</h2>\r\n</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Inbound Links</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"3\" colspan=\"1\" align=\"\" valign=\"top\">\r\n<ul>\r\n	<li style=\"text-align: left;\">- Number of Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li style=\"text-align: left;\">- Age of the Inbound Links</li>\r\n	<li style=\"text-align: left;\">- Google Page Rank of Inbound Link Pages</li>\r\n	<li style=\"text-align: left;\">- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li style=\"text-align: left;\">- Second Tier Established Directory Listings.</li>\r\n	<li style=\"text-align: left;\">- Niche Directory Listings</li>\r\n	<li style=\"text-align: left;\">- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Content optimization</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Offer quality content and services</li>\r\n	<li>- Write better anchor text (Link Text)</li>\r\n	<li>- Optimize your use of images (Alt Tag)</li>\r\n	<li>- Use heading tags appropriately</li>\r\n	<li>- Website Freshness/Frequency of Updates</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">\r\n<h2>Dealing with Crawlers</h2>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"padding-left: 390px;\"><a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a></p>','Search Engine Optimization - SEO','','inherit','open','open','','211-revision-45','','','2011-09-02 03:09:57','2011-09-01 19:09:57','',211,'http://newweb.amazingbusinessresources.com/archives/1009',0,'revision','',0,NULL),(1011,1,'2011-08-29 22:40:03','2011-08-29 14:40:03','<h3 style=\"text-align: center;\"></h3>\r\n<img class=\"aligncenter size-full wp-image-504\" title=\"Email Marketing Campaign\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Banner_1.jpg\" alt=\"Email Marketing Campaign\" width=\"600\" height=\"200\" />\r\n\r\n<strong>Email marketing</strong> tools like professional email signup forms &amp; autoresponder services make it easy for you to build your email list and stay in touch with prospects.\r\n\r\nFind out why many businesses trust our <strong>email marketing software</strong> to deliver the best results for any size <strong>email marketing campaign.</strong>\r\n\r\n&nbsp;','Email Marketing','','inherit','open','open','','482-revision-6','','','2011-08-29 22:40:03','2011-08-29 14:40:03','',482,'http://newweb.amazingbusinessresources.com/archives/1011',0,'revision','',0,NULL),(1014,1,'2011-10-01 00:26:39','2011-09-30 16:26:39','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"3\" align=\"\" valign=\"\">Amazing Business Resources</td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"4\" colspan=\"1\"><img class=\"aligncenter size-full wp-image-1012\" title=\"IOI-Boulevard\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/IOI-Boulevard.jpg\" alt=\"IOI-Boulevard\" width=\"272\" height=\"204\" /></td>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\"></td>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"3\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"3\"> AAAAAAA<em>[bgmp-map]</em></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>','Contact us','','inherit','open','open','','32-revision-53','','','2011-10-01 00:26:39','2011-09-30 16:26:39','',32,'http://newweb.amazingbusinessresources.com/archives/1014',0,'revision','',0,NULL),(1013,1,'2011-09-03 02:28:42','2011-09-02 18:28:42','<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\"></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"2\"><span style=\"color: #ffffff;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"\" width=\"600\" height=\"60\" /></span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"> AAAAAAA\r\n\r\n<em>[bgmp-map]</em></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>','Contact us','','inherit','open','open','','32-revision-52','','','2011-09-03 02:28:42','2011-09-02 18:28:42','',32,'http://newweb.amazingbusinessresources.com/archives/1013',0,'revision','',0,NULL),(1015,1,'2011-10-01 00:28:11','2011-09-30 16:28:11','<img class=\"aligncenter size-full wp-image-1012\" title=\"IOI-Boulevard\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/IOI-Boulevard.jpg\" alt=\"IOI-Boulevard\" width=\"272\" height=\"204\" />\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">Amazing Business Resources</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"> AAAAAAA<em>[bgmp-map]</em></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>','Contact us','','inherit','open','open','','32-revision-54','','','2011-10-01 00:28:11','2011-09-30 16:28:11','',32,'http://newweb.amazingbusinessresources.com/archives/1015',0,'revision','',0,NULL),(1018,1,'2011-10-01 00:56:40','2011-09-30 16:56:40','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong><img class=\"alignleft size-full wp-image-1016\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.png\" alt=\"Amazing Business Resources\" width=\"85\" height=\"82\" />Amazing Business Resources</strong></span> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Culture and Values</strong></p>\r\n<p style=\"text-align: justify;\"><strong></strong>We value integrity, honesty, and transparency. We vow to work together with our clients to make sure they are successful in the internet world. We are proud of the fact that we take the time to share with our clients about how to successfully use internet marketing channel like <strong><a title=\"Website Development\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/website-development\">Website</a>, <a title=\"Email Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/email-marketing-2\">Emailing Marketing</a>, <a title=\"Mobile Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/mobile-marketing-1\">Mobile/SMS Marketing</a>, <a title=\"SEO\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/search-engine-optimization-seo\">Search Engine Optimization</a> Techniques, <a title=\"Social Media Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1\">Social Media Marketing</a> (<strong><a title=\"Blog Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/blog-marketing\">Blog</a>, </strong><a title=\"Facebook Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/facebook-marketing\">Facebook</a>, <a title=\"Twitter Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/twitter-marketing\">Twitter</a>, <a title=\"Youtube Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/youtube-marketing\">Youtube</a>, <a title=\"Foursquare Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/foursquare-marketing\">Foursquare</a>, and <a title=\"LinkedIn Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/linkedin-marketing\">LinkedIn</a>) and <a title=\"Media Planning\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/media-planning-1\">Media Advertising</a>. </strong>It’s not just about our ability to produce results, but more importantly, it’s about our clients joining us for the ride and executing a powerful campaign together.</p>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong><strong>Let’s get started</strong></p>\r\n<p style=\"text-align: justify;\">Thank you very much for getting to know what <span style=\"color: #000000;\"><strong>Amazing Business Resources</strong></span> is all about. <strong><a href=\"http://newweb.amazingbusinessresources.com/?page_id=32\" target=\"_blank\">Contact us</a></strong> right now to take the first steps in dominating the internet portal in online landscape. We will be here every step of the way and will help you love the social space.  Click here to know more about Our <a title=\"Amazing Online Services\" href=\"http://newweb.amazingbusinessresources.com/amazings-services\">Amazing Online Services</a></p>','About Us','','inherit','open','open','','14-revision-17','','','2011-10-01 00:56:40','2011-09-30 16:56:40','',14,'http://newweb.amazingbusinessresources.com/archives/1018',0,'revision','',0,NULL),(1125,1,'2011-09-02 23:21:46','2011-09-02 15:21:46','<p style=\"text-align: justify;\">Once you have created your website content, you have to attract your audience to it. Use these ideas to promote your site to the internet search engines and encourage external links.</p>\r\n\r\n<ol>\r\n	<li style=\"text-align: justify;\"><strong>Submit your site to search engines. </strong>The Open Directory project lists your web pages on the major search engines for free.</li>\r\n	<li style=\"text-align: justify;\"><strong>Write a descriptive title for each page. </strong>Use just five to eight words. Ensure that this is marked as \'title\' in the html code. This page title will appear hyper-linked on the search engines when your page is found.</li>\r\n	<li style=\"text-align: justify;\"><strong>Make sure you have keywords </strong>in your content. They should mirror what users would type to find your pages (most search services index each word in an html file. Use short, accurate descriptions to identify ALT attributes within IMG (image) tags.</li>\r\n	<li style=\"text-align: justify;\"><strong>Metatags. </strong>These are embedded in a website’s html code but do not appear. When viewing the site. They help search engines to index your site content. Use them.</li>\r\n	<li style=\"text-align: justify;\"><strong>Ask for reciprocal links. </strong>You can gain visibility on search engines as well as attracting more visitors by having other sites link to yours. For example, you can publish links to your consortium partners\' websites and ask them to return the favour.</li>\r\n	<li style=\"text-align: justify;\"><strong>Submit your links to directories. </strong>Search for the major research actors in your field such as well-reputed web portals, and have your website added to their link section or directory.</li>\r\n	<li style=\"text-align: justify;\"><strong>Issue news releases and submit to press wires. </strong>Send news releases about your events and achievements to print and web periodicals. This may attract journalists to look at your project and publicize it.</li>\r\n	<li style=\"text-align: justify;\"><strong>Offer content for others to use in their newsletters and sites. </strong>You can increase your visibility when you write articles in your area of expertise and supply them to editors for their newsletters. Just ask that they include a link to your website and a one-line description of what you offer.</li>\r\n	<li style=\"text-align: justify;\"><strong>Send out email newsletters. </strong>Though it takes a lot of time, consider publishing a monthly e-mail newsletter. This is a good way to bring users to your website. But remember - it is important not to spam, so do not send e-mails without permission to people who do not want them.</li>\r\n	<li style=\"text-align: justify;\"><strong>Promote your website everywhere. </strong>At conferences, in web forums and in your email signature. Include your web address on business cards and promotional materials. Ensure that all reprints of cards, stationery and marketing materials contain your web address.</li>\r\n</ol>','How to promote your website?','','inherit','open','open','','823-revision-3','','','2011-09-02 23:21:46','2011-09-02 15:21:46','',823,'http://newweb.amazingbusinessresources.com/archives/1125',0,'revision','',0,NULL),(1019,1,'2011-10-01 00:58:28','2011-09-30 16:58:28','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong><img class=\"alignleft size-full wp-image-1016\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.png\" alt=\"Amazing Business Resources\" width=\"85\" height=\"82\" />Amazing Business Resources</strong></span> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n<p style=\"text-align: justify;\"><strong>Culture and Values</strong></p>\r\n<p style=\"text-align: justify;\"><strong></strong>We value integrity, honesty, and transparency. We vow to work together with our clients to make sure they are successful in the internet world. We are proud of the fact that we take the time to share with our clients about how to successfully use internet marketing channel like <strong><a title=\"Website Development\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/website-development\">Website</a>, <a title=\"Email Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/email-marketing-2\">Emailing Marketing</a>, <a title=\"Mobile Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/mobile-marketing-1\">Mobile/SMS Marketing</a>, <a title=\"SEO\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/search-engine-optimization-seo\">Search Engine Optimization</a> Techniques, <a title=\"Social Media Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1\">Social Media Marketing</a> (<strong><a title=\"Blog Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/blog-marketing\">Blog</a>, </strong><a title=\"Facebook Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/facebook-marketing\">Facebook</a>, <a title=\"Twitter Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/twitter-marketing\">Twitter</a>, <a title=\"Youtube Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/youtube-marketing\">Youtube</a>, <a title=\"Foursquare Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/foursquare-marketing\">Foursquare</a>, and <a title=\"LinkedIn Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/linkedin-marketing\">LinkedIn</a>) and <a title=\"Media Planning\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/media-planning-1\">Media Advertising</a>. </strong>It’s not just about our ability to produce results, but more importantly, it’s about our clients joining us for the ride and executing a powerful campaign together.</p>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong><strong>Let’s get started</strong></p>\r\n<p style=\"text-align: justify;\">Thank you very much for getting to know what <span style=\"color: #000000;\"><strong>Amazing Business Resources</strong></span> is all about. <strong><a href=\"http://newweb.amazingbusinessresources.com/?page_id=32\" target=\"_blank\">Contact us</a></strong> right now to take the first steps in dominating the internet portal in online landscape. We will be here every step of the way and will help you love the social space.  Click here to know more about Our <a title=\"Amazing Online Services\" href=\"http://newweb.amazingbusinessresources.com/amazings-services\">Amazing Online Services</a></p>','About Us','','inherit','open','open','','14-revision-18','','','2011-10-01 00:58:28','2011-09-30 16:58:28','',14,'http://newweb.amazingbusinessresources.com/archives/1019',0,'revision','',0,NULL),(1020,1,'2011-09-02 03:11:08','2011-09-01 19:11:08','<img class=\"aligncenter size-full wp-image-527\" title=\"Sms Marketing | Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy.jpg\" alt=\"Sms Marketing | Mobile Marketing\" width=\"600\" height=\"200\" />\r\n\r\nMobile marketing increases your marketing reach by allowing your brand to be viewed on thousands of mobile phones - anywhere and at any time of the day\r\n\r\nMobile Marketing Trend\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Rich penetration - 91% of Malaysian  population own a phone no</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>1 to 1 marketing - selective to reach your targeted customer only</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>High personalized medium - unique number to reach a specific person</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Short time to market - quick and easy communication platform, high reach media</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Interactive relationship -fast responds and reply medium</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Efficient response monitoring -direct insight into each campaign and media respond for customer behaviour analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Database compiling and analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Effective ROI - low marketing budget with high return of investment</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>It\'s GREEN</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nWe specializing in creating SMS campaign for our corporate clients:\r\n<h2>   <span style=\"color: #ff0000;\">Mobile Vouchers Mobile Survey</span>    Mobile MGM   <span style=\"color: #000080;\">Mobile Voting Contest</span></h2>\r\n<h2>              Mobile Birthday Special        <span style=\"color: #808080;\"> Mobiel Alerts for Member days</span></h2>\r\n<h2>                        <span style=\"color: #000080;\">Spend &amp; Win Mobile Contest  </span>                Mobile RSVP</h2>\r\n<h2><span style=\"color: #999999;\">     Mobile CRM for Personal TOUCH</span>             <span style=\"color: #ff0000;\">Mobile Document</span></h2>\r\n<h2></h2>\r\n<p style=\"padding-left: 300px;\"> <a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a></p>','Mobile Marketing','','inherit','open','open','','370-revision-9','','','2011-09-02 03:11:08','2011-09-01 19:11:08','',370,'http://newweb.amazingbusinessresources.com/archives/1020',0,'revision','',0,NULL),(1021,1,'2011-09-02 03:12:42','2011-09-01 19:12:42','<img class=\"aligncenter size-full wp-image-516\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Banner_2.jpg\" alt=\"Media Planning\" width=\"600\" height=\"200\" />\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Online Advertising</span></strong></td>\r\n<td id=\"\" style=\"width: 10px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"></td>\r\n<td style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong><span class=\"Apple-style-span\" style=\"font-family: Georgia, \'Times New Roman\', \'Bitstream Charter\', Times, serif; font-size: 13px; line-height: 19px;\">Offline Advertising</span></strong></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><span style=\"color: #808080;\"><span style=\"color: #000080;\"><strong><span style=\"color: #ff0000;\">Amazing</span> Business Resources</strong></span> media buying division specializes in placing online advertisements on behalf of clients. We specialized in <strong>Online Advertising Management.</strong></span>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">Our marketing initiatives are designed to meet the specific objectives of each advertiser, with a strong focus on the bottom line. The division is comprised of several core competencies, including traditional online media buying, search engine marketing (SEM), contextual advertising, banner placements, creative strategy, and email marketing. Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on.</span></p>\r\n</td>\r\n<td rowspan=\"1\"></td>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> provides an effective and efficient evaluation service for advertisers who may be unsure about how to best monitor and appraise what they’re getting for their all important advertising monies.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">We will assist in setting budgets and targets, in choosing which media channels are best to reach target groups and whether most efficient pricing is being achieved is what we’re here to do.</span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">We’ll be only too happy to come and talk to you about your current media plans, and to help you ensure that you squeeze the maximum return from your budget. </span></p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #808080;\">\r\n</span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify; padding-left: 30px;\"><strong><a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>                                          <a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>\r\n</strong></p>','Media Planning','','inherit','open','open','','372-revision-14','','','2011-09-02 03:12:42','2011-09-01 19:12:42','',372,'http://newweb.amazingbusinessresources.com/archives/1021',0,'revision','',0,NULL),(1024,1,'2011-10-01 01:09:40','2011-09-30 17:09:40','<p style=\"text-align: justify;\"><strong>Social Media Marketing</strong></p>\r\n<p style=\"text-align: justify;\">Social media marketing services (also referred to as SMM) have gained popularity during the last few years, and now this niche of web promotion and advertising is almost integral part of advertising in the global network. Why? Because the amount of traffic in social networks grows from day to day, and the potential of this ad channel as well as other social media marketing channels cannot be underestimated. And to run a successful advertising campaign to attract visitors to your site, you need social media optimization services.</p>\r\n<p style=\"text-align: justify;\"><strong>Social Media Optimization</strong></p>\r\n<p style=\"text-align: justify;\">Social media optimization (or SMO) is a complex of actions directed to attracting unique visitors to your content. Social media marketing strategy can include adding social media features to your site (RSS feeds, social news, “share” buttons and so on) from one side, and various SMM promotional activities from the other side. It can be blogging, comments in other blogs, adding social media elements such as videos and images with advertising purposes. All these are provided by social media marketing agency.</p>\r\n<p style=\"text-align: justify;\"><strong>Social Media Advertising</strong></p>\r\n<p style=\"text-align: justify;\">Our company provides its customers with an individual social media marketing plan. There is enough experience to define our own strategy of SMO. And social media management services provided by our experts are worth working with them. Unlike any other social media marketing company, we don’t have a standard plan of these services, but an individual approach for every customer company, concerning the niche of its business.</p>\r\n<p style=\"text-align: justify;\">Want to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img class=\"alignright size-full wp-image-899\" title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a></p>','Social Media','','inherit','open','open','','313-revision-11','','','2011-10-01 01:09:40','2011-09-30 17:09:40','',313,'http://newweb.amazingbusinessresources.com/archives/1024',0,'revision','',0,NULL),(1025,1,'2011-10-01 01:10:02','2011-09-30 17:10:02','<p style=\"text-align: justify;\"><strong>Social Media Marketing</strong></p>\r\n<p style=\"text-align: justify;\">Social media marketing services (also referred to as SMM) have gained popularity during the last few years, and now this niche of web promotion and advertising is almost integral part of advertising in the global network. Why? Because the amount of traffic in social networks grows from day to day, and the potential of this ad channel as well as other social media marketing channels cannot be underestimated. And to run a successful advertising campaign to attract visitors to your site, you need social media optimization services.</p>\r\n<p style=\"text-align: justify;\"><strong>Social Media Optimization</strong></p>\r\n<p style=\"text-align: justify;\">Social media optimization (or SMO) is a complex of actions directed to attracting unique visitors to your content. Social media marketing strategy can include adding social media features to your site (RSS feeds, social news, “share” buttons and so on) from one side, and various SMM promotional activities from the other side. It can be blogging, comments in other blogs, adding social media elements such as videos and images with advertising purposes. All these are provided by social media marketing agency.</p>\r\n<p style=\"text-align: justify;\"><strong>Social Media Advertising</strong></p>\r\n<p style=\"text-align: justify;\">Our company provides its customers with an individual social media marketing plan. There is enough experience to define our own strategy of SMO. And social media management services provided by our experts are worth working with them. Unlike any other social media marketing company, we don’t have a standard plan of these services, but an individual approach for every customer company, concerning the niche of its business.</p>\r\n<p style=\"text-align: justify;\">Want to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img class=\"alignright size-full wp-image-899\" title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a></p>','Social Media','','inherit','open','open','','313-revision-12','','','2011-10-01 01:10:02','2011-09-30 17:10:02','',313,'http://newweb.amazingbusinessresources.com/archives/1025',0,'revision','',0,NULL),(1026,1,'2011-10-01 01:11:37','2011-09-30 17:11:37','<p style=\"text-align: justify;\"><strong>Social Media Marketing</strong></p>\r\n<p style=\"text-align: justify;\">Social media marketing services (also referred to as SMM) have gained popularity during the last few years, and now this niche of web promotion and advertising is almost integral part of advertising in the global network. Why? Because the amount of traffic in social networks grows from day to day, and the potential of this ad channel as well as other social media marketing channels cannot be underestimated. And to run a successful advertising campaign to attract visitors to your site, you need social media optimization services.</p>\r\n<p style=\"text-align: justify;\"><strong>Social Media Optimization</strong></p>\r\n<p style=\"text-align: justify;\">Social media optimization (or SMO) is a complex of actions directed to attracting unique visitors to your content. Social media marketing strategy can include adding social media features to your site (RSS feeds, social news, “share” buttons and so on) from one side, and various SMM promotional activities from the other side. It can be blogging, comments in other blogs, adding social media elements such as videos and images with advertising purposes. All these are provided by social media marketing agency.</p>\r\n<p style=\"text-align: justify;\"><strong>Social Media Advertising</strong></p>\r\n<p style=\"text-align: justify;\">Our company provides its customers with an individual social media marketing plan. There is enough experience to define our own strategy of SMO. And social media management services provided by our experts are worth working with them. Unlike any other social media marketing company, we don’t have a standard plan of these services, but an individual approach for every customer company, concerning the niche of its business.</p>\r\n<p style=\"text-align: justify;\">Want to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!</p>\r\n<p style=\"text-align: justify;\"><a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img class=\"alignright size-full wp-image-899\" title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a></p>','Social Media','','inherit','open','open','','313-revision-13','','','2011-10-01 01:11:37','2011-09-30 17:11:37','',313,'http://newweb.amazingbusinessresources.com/archives/1026',0,'revision','',0,NULL),(1028,1,'2011-09-02 03:01:54','2011-09-01 19:01:54','<p style=\"text-align: justify;\">A successful business module always start from an idea, followed by the execution of the blueprint, so do a website.  This is the part of creating a website that people tend to skip. And it\'s the most important step in creating a successful website.</p>\r\n<p style=\"text-align: justify;\"><strong>What is a successful website?</strong></p>\r\nIt\'s simply a website that achieves your own goals - be they personal or professional. But all successful websites have some things in common:\r\n<p style=\"padding-left: 60px;\">1. High Google Page Rank</p>\r\n<p style=\"padding-left: 60px;\">2. Lots of traffic</p>\r\n<p style=\"padding-left: 60px;\">3. Create participation (response or purchase</p>\r\n<p style=\"padding-left: 60px;\">4. Easy to find</p>\r\n<p style=\"padding-left: 60px;\">5. Easy to navigate</p>\r\n<p style=\"padding-left: 60px;\">6. Easy to read</p>\r\n<p style=\"text-align: justify;\">So how do you manifest all these on your website?</p>\r\nWith website conceptualization and the help of Improve-Your-Website! That\'s the real challenge here -- how to make you as special as you are -- but on the Internet! And that\'s what Improve-Your-Website does when we work with you.\r\n\r\nThe conceptualizing stage of Improving Your Website covers the following topics!\r\n<p style=\"padding-left: 60px;\">1. Your Objective and target audience. <strong>(Website Structure and Navigation Planning)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>2. Website Content. <strong>(Content Copywriting)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>3. Web appearance. <strong>(Graphic Design)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>4. Customer Engagement and Update.<strong> (Website Blog)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>5. Information update.<strong> (Content Management System – CMS)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>6. Online Transaction. <strong>(e-Commerce)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong><strong>7. Generating Traffic to Your Website</strong></p>\r\n<p style=\"text-align: justify;\">With all that planning -- you\'re bound to succeed!</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Website Conceptulization','','inherit','open','open','','218-revision-13','','','2011-09-02 03:01:54','2011-09-01 19:01:54','',218,'http://newweb.amazingbusinessresources.com/archives/1028',0,'revision','',0,NULL),(1029,1,'2011-09-02 03:02:30','2011-09-01 19:02:30','<p style=\"text-align: justify;\" align=\"justify\">If you’re not really sure how to begin planning the structure and navigation of your website, it might be tempting to just throw caution to the wind and throw the site together. That is certainly one way to do it. However, developing a detailed plan for information structure and navigation is more likely to produce a site that is easy to use, find necessary information, and send a deliberate message of detail and planning to your customers.</p>\r\n<p style=\"text-align: justify;\"><strong>If you’ve already planned and even written the information for your site, a big portion of the process is already complete. </strong></p>\r\n<p style=\"text-align: justify;\">You’ve streamlined the necessary information and considered the things that are relevant and interesting to your users. The structure and navigation of your website will present that information in a way that is organized and easy to find.</p>\r\n<p style=\"text-align: justify;\">The next step is to divide the content you plan to include into categories. Most sites will include some standard categories like contact info, ‘about us’ info, etc. Everything that’s left over should be categorized into main content sections: product information, industry information, etc. Then within the main categories, organize information into subcategories as well.</p>\r\n<p style=\"text-align: justify;\">If there’s any information left over that doesn’t seem to fit naturally into your main categories, you may need to create additional category for that information or you’ll need to evaluate whether that information is valuable. Then allocate a brief but precise label to each of your main categories.</p>\r\n<p style=\"text-align: justify;\">Once you’ve carefully categorized your information, it’s time to decide how that information will be stored, displayed and organized on your website, otherwise known as website navigation.</p>\r\n<p style=\"text-align: justify;\"><strong>Ideally, you’ll have a main navigation bar that appears the same way and the same position no matter where you are in the site.</strong></p>\r\n<p style=\"text-align: justify;\">This main bar allows visitors to easily click through your website without having to backtrack or retrace their steps. The main bar should include the standard information like contact and biographical information. It should also include the tabs that direct visitors to your main categories you allocated previously. That being said, the bar should be fairly short with just a handful of tabs.</p>\r\n<p style=\"text-align: justify;\"><strong>Once you’ve created a main navigation structure, organize the secondary navigation structure.</strong></p>\r\n<p style=\"text-align: justify;\" align=\"justify\">This plan includes labels, menus or other methods of directing customers to the secondary information or sub-categories that you organized previously.</p>\r\n<p style=\"text-align: justify;\">This part of the planning process is where a lot of websites can fall into disarray, so it’s best to keep the secondary navigation plan as simple as possible. Sub-categories can be listed simply on drop-down menus or even built into the text of the webpage. However, be careful that the information is stream-lined and simple, and that your sub-categories don’t reappear in other main categories.</p>\r\n<p style=\"text-align: justify;\">There is nothing more frustrating than a disorganized, confusing website. Make sure that your navigation bars are clearly visible in your design and that the different areas are clearly and specifically labeled. Make it easy for consumers to find the information they want: where you are, how to buy, how much it costs, etc. Think critically and enlist test users for your website that will give you honest feedback about the usability of your site. A well structured website is sure to impress your clientele.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Organizing Structure and Navigation Planning','','inherit','open','open','','222-revision-10','','','2011-09-02 03:02:30','2011-09-01 19:02:30','',222,'http://newweb.amazingbusinessresources.com/archives/1029',0,'revision','',0,NULL),(1055,1,'2011-10-01 01:14:09','2011-09-30 17:14:09','<p style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">When developing a website, it’s easy to focus on the layout, look and feel of the site. Visuals are important, but if the copy isn’t useful and engaging, all of your efforts will be wasted. Website copy is unique to other writing styles and a crucial element to the success of your website.</span></p>\r\n<p style=\"text-align: justify;\" align=\"justify\"><strong>In order to ensure that your website includes good copy, you might want to hire a professional. </strong></p>\r\n<p style=\"text-align: justify;\">If you’re a good writer, you have a basic understanding of spelling, sentence structure, and English grammar it’s possible to do it yourself.</p>\r\n<p style=\"text-align: justify;\">But if you don’t want to take any chances, a professional web copy writer will provide quality, engaging copy for your website in a fraction of the time. Even if you’re a confident writer, sometimes it’s hard to see the forest for the trees. A professional writer can give you the outsider’s viewpoint that your website really needs.</p>\r\n<p style=\"text-align: justify;\"><strong>Whether you’ve hired a pro or not, it’s important that your website copy is catchy and keeps the reader interested. </strong></p>\r\n<p style=\"text-align: justify;\">It doesn’t need to read like it was written by a stand-up comic. But if it’s too dry, customers that need a little more persuasion will easily become bored and leave your site.</p>\r\n<p style=\"text-align: justify;\"><strong>It’s equally important that your copy is free of grammatical, typographical, and spelling errors. </strong></p>\r\n<p style=\"text-align: justify;\">Website copy should be clean, easy to read, and flow well. If your copy is awkward and difficult to follow, visitors are free to conclude that your services will be delivered in the same way.</p>\r\n<p style=\"text-align: justify;\"><strong>On top of all of this, website copy should be brief and to the point. </strong></p>\r\n<p style=\"text-align: justify;\">Traditional copy is made up of traditionally long paragraphs and long sentences. Website copy, on the other hand, needs to be very concise. It is necessary to say what you need to say in as few words as you possibly can.</p>\r\n<p style=\"text-align: justify;\"><strong>Your copy should also be structured in a way that is visually easy to read.</strong></p>\r\n<p style=\"text-align: justify;\">It should be written in short paragraphs. Listing your points in bullets and highlighting key words can communicate the necessary information quickly and effectively. In terms of the words on the page, less is definitely more.</p>\r\n<p style=\"text-align: justify;\"><strong>Website copy can also serve to drive visitors to your site. </strong></p>\r\n<p style=\"text-align: justify;\">Including key words and phrases in your website copy can help your site rank higher in search engine listings when visitors search for those key words. Optimizing your site’s search engine ranking is a very sophisticated process. But your copy alone can improve your rank.</p>\r\n<p style=\"text-align: justify;\"><strong>Lastly, website copy should be persuasive.</strong></p>\r\n<p style=\"text-align: justify;\">There’s a lot to know about writing persuasive sales copy for your website and you don’t want to hit your viewer over the head with your agenda. But you can definitely benefit from copy that leans on the consumer’s inclination to purchase your product.</p>\r\n<p style=\"text-align: justify;\">When it comes to website copy, it’s important to emphasize quality over quantity. Keep it short and to the point to ensure your customers get the information they need without having to work for it.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>\r\n<p style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-weight: 800;\">\r\n</span></p>','Content Copywriting','','inherit','open','open','','227-revision-10','','','2011-10-01 01:14:09','2011-09-30 17:14:09','',227,'http://newweb.amazingbusinessresources.com/archives/1055',0,'revision','',0,NULL),(1030,1,'2011-09-02 03:03:00','2011-09-01 19:03:00','<p style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">When developing a website, it’s easy to focus on the layout, look and feel of the site. Visuals are important, but if the copy isn’t useful and engaging, all of your efforts will be wasted. Website copy is unique to other writing styles and a crucial element to the success of your website.</span></p>\r\n<p style=\"text-align: justify;\" align=\"justify\"><strong>In order to ensure that your website includes good copy, you might want to hire a professional. </strong></p>\r\n<p style=\"text-align: justify;\">If you’re a good writer, you have a basic understanding of spelling, sentence structure, and English grammar it’s possible to do it yourself.</p>\r\n<p style=\"text-align: justify;\">But if you don’t want to take any chances, a professional web copy writer will provide quality, engaging copy for your website in a fraction of the time. Even if you’re a confident writer, sometimes it’s hard to see the forest for the trees. A professional writer can give you the outsider’s viewpoint that your website really needs.</p>\r\n<p style=\"text-align: justify;\"><strong>Whether you’ve hired a pro or not, it’s important that your website copy is catchy and keeps the reader interested. </strong></p>\r\n<p style=\"text-align: justify;\">It doesn’t need to read like it was written by a stand-up comic. But if it’s too dry, customers that need a little more persuasion will easily become bored and leave your site.</p>\r\n<p style=\"text-align: justify;\"><strong>It’s equally important that your copy is free of grammatical, typographical, and spelling errors. </strong></p>\r\n<p style=\"text-align: justify;\">Website copy should be clean, easy to read, and flow well. If your copy is awkward and difficult to follow, visitors are free to conclude that your services will be delivered in the same way.</p>\r\n<p style=\"text-align: justify;\"><strong>On top of all of this, website copy should be brief and to the point. </strong></p>\r\n<p style=\"text-align: justify;\">Traditional copy is made up of traditionally long paragraphs and long sentences. Website copy, on the other hand, needs to be very concise. It is necessary to say what you need to say in as few words as you possibly can.</p>\r\n<p style=\"text-align: justify;\"><strong>Your copy should also be structured in a way that is visually easy to read.</strong></p>\r\n<p style=\"text-align: justify;\">It should be written in short paragraphs. Listing your points in bullets and highlighting key words can communicate the necessary information quickly and effectively. In terms of the words on the page, less is definitely more.</p>\r\n<p style=\"text-align: justify;\"><strong>Website copy can also serve to drive visitors to your site. </strong></p>\r\n<p style=\"text-align: justify;\">Including key words and phrases in your website copy can help your site rank higher in search engine listings when visitors search for those key words. Optimizing your site’s search engine ranking is a very sophisticated process. But your copy alone can improve your rank.</p>\r\n<p style=\"text-align: justify;\"><strong>Lastly, website copy should be persuasive.</strong></p>\r\n<p style=\"text-align: justify;\">There’s a lot to know about writing persuasive sales copy for your website and you don’t want to hit your viewer over the head with your agenda. But you can definitely benefit from copy that leans on the consumer’s inclination to purchase your product.</p>\r\n<p style=\"text-align: justify;\">When it comes to website copy, it’s important to emphasize quality over quantity. Keep it short and to the point to ensure your customers get the information they need without having to work for it.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>\r\n<p style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-weight: 800;\">\r\n</span></p>','Content Copywriting','','inherit','open','open','','227-revision-9','','','2011-09-02 03:03:00','2011-09-01 19:03:00','',227,'http://newweb.amazingbusinessresources.com/archives/1030',0,'revision','',0,NULL),(1031,1,'2011-09-02 03:03:24','2011-09-01 19:03:24','<h2 style=\"text-align: justify;\" align=\"justify\">Briefing Your Designer and Choosing a Web Design</h2>\r\n<p style=\"text-align: justify;\" align=\"justify\">When building a new website for your business, there are so many different elements to consider: graphics, photos, illustrations, text, navigation, conversation, target market, etc. The list literally goes on and on. Not to mention, you have to decide on a unique aesthetic and design for your website that represents your company and sets it aside from others in the industry. It’s easy to get in over your head.</p>\r\n<p style=\"text-align: justify;\">Before you proceed with the actual development of your website, it’s important to discuss all elements in detail with your web designer.</p>\r\n<p style=\"text-align: justify;\"><strong>This part of the process is known as a website brief. </strong></p>\r\n<p style=\"text-align: justify;\">A well-structured brief will have a number of different elements. Mostly it will address your expectations and goals for your website and provide the developer with all the necessary information and tools he needs from you in order to create a successful site. The brief will also enable you to make decisions, keep the project on track, and redirect if necessary.</p>\r\n<p style=\"text-align: justify;\">When preparing a brief for your web developer, include information about your business, goals for the project, website content, target market, expectations, deadlines, and contact information. The web developer should have a thorough understanding of your business and industry and what you’re hoping this new website will do for your business. Also, thoroughly describe your clients and target demographic, what they expect from you and your company.</p>\r\n<p style=\"text-align: justify;\">Also, in order to speed the project along, include all the information and material the developer needs from you to move forward with building the website. This can include any number of things from photos, illustrations, copy and product information, to audio files, logos, testimonials and other content.</p>\r\n<p style=\"text-align: justify;\"><strong>The brief is also a great area to address the all-important website design. </strong></p>\r\n<p style=\"text-align: justify;\">If your web developer is also a graphic designer that will be creating the design and graphics for your website, provide an idea of what you’re looking for and discuss your vision in detail. Research websites of other companies in your industry and pick out the ones you like the most. Discuss these options with your web designer and decide how you can make your website attractive and unique.</p>\r\n<p style=\"text-align: justify;\">To avoid confusion, it’s also important to clearly outline what the web developer is expected to provide and in what timeframe. If everyone agrees on deliverables and delivery dates up front, you stand a better chance of seeing your website completed in a timely fashion.</p>\r\n<p style=\"text-align: justify;\">If there’s a project manager, assistant or other point of contact that they’ll be connecting with for content or questions throughout the process, make sure they know who that person is and how to get in touch with them. When questions or content requests go unanswered, your website project can become stale and fall behind schedule.</p>\r\n<p style=\"text-align: justify;\"><strong>A brief is a great way to get your website project started off on the right foot.</strong></p>\r\n<p style=\"text-align: justify;\">Clear communication and organization at the start of the project will ensure that you get the website you want completed in an efficient way.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Graphic Design','','inherit','open','open','','231-revision-8','','','2011-09-02 03:03:24','2011-09-01 19:03:24','',231,'http://newweb.amazingbusinessresources.com/archives/1031',0,'revision','',0,NULL),(1032,1,'2011-10-01 01:14:16','2011-09-30 17:14:16','<h2 style=\"text-align: justify;\" align=\"justify\">Briefing Your Designer and Choosing a Web Design</h2>\r\n<p style=\"text-align: justify;\" align=\"justify\">When building a new website for your business, there are so many different elements to consider: graphics, photos, illustrations, text, navigation, conversation, target market, etc. The list literally goes on and on. Not to mention, you have to decide on a unique aesthetic and design for your website that represents your company and sets it aside from others in the industry. It’s easy to get in over your head.</p>\r\n<p style=\"text-align: justify;\">Before you proceed with the actual development of your website, it’s important to discuss all elements in detail with your web designer.</p>\r\n<p style=\"text-align: justify;\"><strong>This part of the process is known as a website brief. </strong></p>\r\n<p style=\"text-align: justify;\">A well-structured brief will have a number of different elements. Mostly it will address your expectations and goals for your website and provide the developer with all the necessary information and tools he needs from you in order to create a successful site. The brief will also enable you to make decisions, keep the project on track, and redirect if necessary.</p>\r\n<p style=\"text-align: justify;\">When preparing a brief for your web developer, include information about your business, goals for the project, website content, target market, expectations, deadlines, and contact information. The web developer should have a thorough understanding of your business and industry and what you’re hoping this new website will do for your business. Also, thoroughly describe your clients and target demographic, what they expect from you and your company.</p>\r\n<p style=\"text-align: justify;\">Also, in order to speed the project along, include all the information and material the developer needs from you to move forward with building the website. This can include any number of things from photos, illustrations, copy and product information, to audio files, logos, testimonials and other content.</p>\r\n<p style=\"text-align: justify;\"><strong>The brief is also a great area to address the all-important website design. </strong></p>\r\n<p style=\"text-align: justify;\">If your web developer is also a graphic designer that will be creating the design and graphics for your website, provide an idea of what you’re looking for and discuss your vision in detail. Research websites of other companies in your industry and pick out the ones you like the most. Discuss these options with your web designer and decide how you can make your website attractive and unique.</p>\r\n<p style=\"text-align: justify;\">To avoid confusion, it’s also important to clearly outline what the web developer is expected to provide and in what timeframe. If everyone agrees on deliverables and delivery dates up front, you stand a better chance of seeing your website completed in a timely fashion.</p>\r\n<p style=\"text-align: justify;\">If there’s a project manager, assistant or other point of contact that they’ll be connecting with for content or questions throughout the process, make sure they know who that person is and how to get in touch with them. When questions or content requests go unanswered, your website project can become stale and fall behind schedule.</p>\r\n<p style=\"text-align: justify;\"><strong>A brief is a great way to get your website project started off on the right foot.</strong></p>\r\n<p style=\"text-align: justify;\">Clear communication and organization at the start of the project will ensure that you get the website you want completed in an efficient way.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Graphic Design','','inherit','open','open','','231-revision-9','','','2011-10-01 01:14:16','2011-09-30 17:14:16','',231,'http://newweb.amazingbusinessresources.com/archives/1032',0,'revision','',0,NULL),(1033,1,'2011-09-02 03:04:01','2011-09-01 19:04:01','<p style=\"text-align: justify;\">One of the most common way to update information about your business to your customer or potential future customer. It is advisable to create a blog for your business website!</p>\r\n\r\n<div id=\"abm\">\r\n<div id=\"abc\">\r\n<div id=\"articlebody\">\r\n<div>\r\n<p style=\"text-align: justify;\">Writing blog posts people want to read is a matter of speaking honestly and openly about a subject you\'re passionate about. The more you promote your blog, the more people will find it and the greater likelihood that some of those people will read what you have to say, like it, and return. Therefore, your blog posts need to be dynamic, interesting and enjoyable. Here are some tips to write a good blog</p>\r\n\r\n<div id=\"abm\">\r\n<div id=\"abc\">\r\n<div id=\"articlebody\">\r\n<div style=\"text-align: justify;\">\r\n<h3 style=\"text-align: justify;\">1. Choose the Appropriate Tone for Your Blog</h3>\r\nEvery blog has a target audience it\'s written for. Before you start writing blog posts, determine who your primary and secondary audiences will be. Who will want to read your blog and why? Are they seeking professional information and discussions or fun and laughter? Identify not only your goals for your blog but also your audience\'s expectations for it. Then decide what tone would be most appropriate for your blog, and write in that tone and style consistently.\r\n\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<h3>2. Be Honest</h3>\r\nBlogs that are written in an honest voice and truly show who the writer is are often the most popular. Remember, a critical component to a blog\'s success is the community that develops around it. Represent yourself and your content honestly and openly and reader loyalty will undoubtedly grow.\r\n\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<h3>3. Don\'t Just List Links</h3>\r\nBlogging is time-consuming, and sometimes it can be very tempting to just list links to other online content for your readers to follow. Don\'t fall into that trap. Readers don\'t want to have to follow a breadcrumb trail to find something interesting to read. In fact, they might find they like where you lead them more than they like your blog. Instead, give readers a reason to stay on your blog by providing links with your own synopsis and point of view about the content of those links. Remember, a link without context is a simple way to lose readers rather than retain them.\r\n\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<h3>4. Provide Attribution</h3>\r\nDon\'t risk being accused of violating copyrights, plagiarism or stealing content from another blog or website. If you found information on another blog or website that you want to discuss on your blog make sure you provide a link back to the original source.\r\n\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<h3>5. Write in Short Paragraphs</h3>\r\nThe visual appeal of your blog\'s content can be just as important as the content itself. Write your blog posts in short paragraphs (no more than 2-3 sentences is a safe rule) to provide visual relief from a text heavy web page. Most readers will skim a blog post or web page before committing to read it in its entirety. Text heavy web pages and blog posts can be overwhelming to readers while pages with a lot of white space are easier to skim and more likely to keep readers on the page (or to encourage them to link deeper into the site).\r\n\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>\r\n\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>\r\n</div>','Website Blog','','inherit','open','open','','234-revision-5','','','2011-09-02 03:04:01','2011-09-01 19:04:01','',234,'http://newweb.amazingbusinessresources.com/archives/1033',0,'revision','',0,NULL),(1058,1,'2011-10-01 01:17:21','2011-09-30 17:17:21','<h2 style=\"text-align: justify;\">Website Updates and Content Management Systems</h2>\r\n<p style=\"text-align: justify;\" align=\"justify\">Even though your website is up and running, you’re going to need to make changes and updates every once in a while. Sure, you can always call your web developer to do it for you. But sometimes you just need to make a quick change and if your web developer’s not available, that change can be delayed.</p>\r\n<p style=\"text-align: justify;\">Web developers understand how to read and write website language, otherwise known as HTML. It’s their job to understand it. But if you’re a business owner in a line of work that doesn’t have much to do with computers, HTML has no meaning to you at all. But in order to make changes to your website, even simple text changes, you have to understand how to administer those changes in HTML.</p>\r\n<p style=\"text-align: justify;\">A content management system offers a convenient way around the HTML problem. Content management systems serve almost as translation devices between you and your website. They enable everyday users to make any and all changes to their website without the help of an HTML expert or web designer.</p>\r\n<p style=\"text-align: justify;\"><strong>Content management systems allow you to access your website through a dashboard. </strong></p>\r\n<p style=\"text-align: justify;\">This dashboard includes windows into every area of your site so that you can fully access and alter any changes that you wish. You don’t have to know HTML to make changes and you can easily make any updates necessary to continue to improve your website.</p>\r\n<p style=\"text-align: justify;\">You can easily upload pictures and other media to your website, add pages, change copy, and do anything and everything you need to do to alter your website. You can even make changes to your website and then schedule them to post to your site at a later date.</p>\r\n<p style=\"text-align: justify;\">Content management systems are also likely to include additional support from design experts to help you along the way. In this case, you can make substantial changes to your website that require HTML code or more detailed structural changes. A good content management system will arm you with total control and flexibility over the future of your website.</p>\r\n<p style=\"text-align: justify;\"><strong>If you don’t know HTML or have knowledge about web programming, content management systems are almost essential to your ability to run a productive site. </strong></p>\r\n<p style=\"text-align: justify;\">Counting on someone outside your company to be available to make changes can really slow down your progress, and the costs for continuous change can add up quickly. It’s best to able to make the necessary changes whenever and however they need to be made.</p>\r\n<p style=\"text-align: justify;\">Content management is a service that you will need to purchase for your website. There are many different content management systems available to you. Many of them offer different services and perks with their content management packages. There are even content management systems that will optimize your pages for the search engines automatically.</p>\r\n<p style=\"text-align: justify;\">A content management systems isn’t crucial to the development of your website. But it can be extremely helpful to you in maintaining a website that continues to do its job. It might feel like an additional extraneous expense, but a content management system could end up saving you time, money, and frustration in the end.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Content Management System - CMS','','inherit','open','open','','236-revision-7','','','2011-10-01 01:17:21','2011-09-30 17:17:21','',236,'http://newweb.amazingbusinessresources.com/archives/1058',0,'revision','',0,NULL),(1034,1,'2011-10-01 01:13:51','2011-09-30 17:13:51','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-207\" title=\"Website Development|Website Planning|Website Conceptualization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development-Banner.jpg\" alt=\"Website Development|Website Planning|Website Conceptualization\" width=\"600\" height=\"187\" /></p>\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a href=\"http://amazingbusinessresources.com\">Presentable Website</a></p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Website Development','','inherit','open','open','','156-revision-55','','','2011-10-01 01:13:51','2011-09-30 17:13:51','',156,'http://newweb.amazingbusinessresources.com/archives/1034',0,'revision','',0,NULL),(1035,1,'2011-10-01 01:14:57','2011-09-30 17:14:57','<p style=\"text-align: center;\"><img class=\"aligncenter size-full wp-image-207\" title=\"Website Development|Website Planning|Website Conceptualization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development-Banner.jpg\" alt=\"Website Development|Website Planning|Website Conceptualization\" width=\"600\" height=\"187\" /></p>\r\n<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-178\" title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a href=\"http://amazingbusinessresources.com\">Presentable Website</a></p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Website Development','','inherit','open','open','','156-revision-56','','','2011-10-01 01:14:57','2011-09-30 17:14:57','',156,'http://newweb.amazingbusinessresources.com/archives/1035',0,'revision','',0,NULL),(1036,1,'2011-10-01 01:13:58','2011-09-30 17:13:58','<p style=\"text-align: justify;\">A successful business module always start from an idea, followed by the execution of the blueprint, so do a website.  This is the part of creating a website that people tend to skip. And it\'s the most important step in creating a successful website.</p>\r\n<p style=\"text-align: justify;\"><strong>What is a successful website?</strong></p>\r\nIt\'s simply a website that achieves your own goals - be they personal or professional. But all successful websites have some things in common:\r\n<p style=\"padding-left: 60px;\">1. High Google Page Rank</p>\r\n<p style=\"padding-left: 60px;\">2. Lots of traffic</p>\r\n<p style=\"padding-left: 60px;\">3. Create participation (response or purchase</p>\r\n<p style=\"padding-left: 60px;\">4. Easy to find</p>\r\n<p style=\"padding-left: 60px;\">5. Easy to navigate</p>\r\n<p style=\"padding-left: 60px;\">6. Easy to read</p>\r\n<p style=\"text-align: justify;\">So how do you manifest all these on your website?</p>\r\nWith website conceptualization and the help of Improve-Your-Website! That\'s the real challenge here -- how to make you as special as you are -- but on the Internet! And that\'s what Improve-Your-Website does when we work with you.\r\n\r\nThe conceptualizing stage of Improving Your Website covers the following topics!\r\n<p style=\"padding-left: 60px;\">1. Your Objective and target audience. <strong>(Website Structure and Navigation Planning)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>2. Website Content. <strong>(Content Copywriting)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>3. Web appearance. <strong>(Graphic Design)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>4. Customer Engagement and Update.<strong> (Website Blog)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>5. Information update.<strong> (Content Management System – CMS)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>6. Online Transaction. <strong>(e-Commerce)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong><strong>7. Generating Traffic to Your Website</strong></p>\r\n<p style=\"text-align: justify;\">With all that planning -- you\'re bound to succeed!</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Website Conceptulization','','inherit','open','open','','218-revision-14','','','2011-10-01 01:13:58','2011-09-30 17:13:58','',218,'http://newweb.amazingbusinessresources.com/archives/1036',0,'revision','',0,NULL),(1037,1,'2011-10-01 01:16:11','2011-09-30 17:16:11','<p style=\"text-align: justify;\">A successful business module always start from an idea, followed by the execution of the blueprint, so do a website.  This is the part of creating a website that people tend to skip. And it\'s the most important step in creating a successful website.</p>\r\n<p style=\"text-align: justify;\"><strong>What is a successful website?</strong></p>\r\nIt\'s simply a website that achieves your own goals - be they personal or professional. But all successful websites have some things in common:\r\n<p style=\"padding-left: 60px;\">1. High Google Page Rank</p>\r\n<p style=\"padding-left: 60px;\">2. Lots of traffic</p>\r\n<p style=\"padding-left: 60px;\">3. Create participation (response or purchase</p>\r\n<p style=\"padding-left: 60px;\">4. Easy to find</p>\r\n<p style=\"padding-left: 60px;\">5. Easy to navigate</p>\r\n<p style=\"padding-left: 60px;\">6. Easy to read</p>\r\n<p style=\"text-align: justify;\">So how do you manifest all these on your website?</p>\r\nWith website conceptualization and the help of Improve-Your-Website! That\'s the real challenge here -- how to make you as special as you are -- but on the Internet! And that\'s what Improve-Your-Website does when we work with you.\r\n\r\nThe conceptualizing stage of Improving Your Website covers the following topics!\r\n<p style=\"padding-left: 60px;\">1. Your Objective and target audience. <strong>(Website Structure and Navigation Planning)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>2. Website Content. <strong>(Content Copywriting)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>3. Web appearance. <strong>(Graphic Design)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>4. Customer Engagement and Update.<strong> (Website Blog)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>5. Information update.<strong> (Content Management System – CMS)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>6. Online Transaction. <strong>(e-Commerce)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong><strong>7. Generating Traffic to Your Website</strong></p>\r\n<p style=\"text-align: justify;\">With all that planning -- you\'re bound to succeed!</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Website Conceptulization','','inherit','open','open','','218-revision-15','','','2011-10-01 01:16:11','2011-09-30 17:16:11','',218,'http://newweb.amazingbusinessresources.com/archives/1037',0,'revision','',0,NULL),(1038,1,'2011-10-01 01:16:34','2011-09-30 17:16:35','<p style=\"text-align: justify;\">A successful business module always start from an idea, followed by the execution of the blueprint, so do a website.  This is the part of creating a website that people tend to skip. And it\'s the most important step in creating a successful website.</p>\r\n<p style=\"text-align: justify;\"><strong>What is a successful website?</strong></p>\r\nIt\'s simply a website that achieves your own goals - be they personal or professional. But all successful websites have some things in common:\r\n<p style=\"padding-left: 60px;\">1. High Google Page Rank</p>\r\n<p style=\"padding-left: 60px;\">2. Lots of traffic</p>\r\n<p style=\"padding-left: 60px;\">3. Create participation (response or purchase</p>\r\n<p style=\"padding-left: 60px;\">4. Easy to find</p>\r\n<p style=\"padding-left: 60px;\">5. Easy to navigate</p>\r\n<p style=\"padding-left: 60px;\">6. Easy to read</p>\r\n<p style=\"text-align: justify;\">So how do you manifest all these on your website?</p>\r\nWith website conceptualization and the help of Improve-Your-Website! That\'s the real challenge here -- how to make you as special as you are -- but on the Internet! And that\'s what Improve-Your-Website does when we work with you.\r\n\r\nThe conceptualizing stage of Improving Your Website covers the following topics!\r\n<p style=\"padding-left: 60px;\">1. Your Objective and target audience. <strong>(Website Structure and Navigation Planning)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>2. Website Content. <strong>(Content Copywriting)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>3. Web appearance. <strong>(Graphic Design)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>4. Customer Engagement and Update.<strong> (Website Blog)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>5. Information update.<strong> (Content Management System – CMS)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>6. Online Transaction. <strong>(e-Commerce)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong><strong>7. Generating Traffic to Your Website</strong></p>\r\n<p style=\"text-align: justify;\">With all that planning -- you\'re bound to succeed!</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Website Conceptulization','','inherit','open','open','','218-revision-16','','','2011-10-01 01:16:34','2011-09-30 17:16:35','',218,'http://newweb.amazingbusinessresources.com/archives/1038',0,'revision','',0,NULL),(1040,1,'2011-09-02 03:05:21','2011-09-01 19:05:21','<p style=\"text-align: justify;\">Your business may be small - but the Internet lets you think big. Whatever product or service your business offers, the Internet levels the playing field and lets you compete with bigger businesses, reaching customers around the world who can conveniently buy from your online storefront 24 hours a day.</p>\r\n<p style=\"text-align: justify;\">In the competitive world of the Web, growing your business and increasing your profits online</p>\r\n<p style=\"text-align: justify;\">requires careful planning and important steps. For every successful e-commerce business, there are dozens that fail because they don\'t address basic risks and pitfalls along the way. So to take full advantage of the e-commerce opportunity, make sure you base your Web business on a solid foundation that covers every element of e-commerce:</p>\r\n<p style=\"text-align: justify;\"> • Establish your identity. The right domain name, or URL, can make the difference between a memorable e-commerce identity and getting lost in the online crowd.</p>\r\n<p style=\"text-align: justify;\">• Find the right online home. For brick-and-mortar stores, location is everything. Your Web business needs the right home, too. Purchase and set up your own Web server, or find a home for your site with a reputable Internet Service Provider (ISP) or Web host.</p>\r\n<p style=\"text-align: justify;\">• Build an attractive storefront. With the right tools, creating a Web site is easier than ever - but following some basic guidelines will help make your site easy and fun for customers to navigate. And that means more sales for you.</p>\r\n<p style=\"text-align: justify;\">• Let customers know they can trust you. In the anonymous world of the Internet, customers will provide you with private information, like credit card or phone numbers, only if they\'re sure your site is legitimate and the information they send you is protected. Make sure your site is secure - and that your customers know it.</p>\r\n<p style=\"text-align: justify;\">• Make it easy for customers to pay you. You can set up your site so customers can pay by keying in a credit card number. But how will you process that transaction? Make sure you not only offer customers a variety of convenient payment methods, but that you can process them all reliably.</p>\r\n<p style=\"text-align: justify;\">• Let the world know about your site. A memorable domain name, a great looking design, and top-notch products and services can make your site successful only if customers know about it. Promote your site to drive traffic to it.</p>\r\n<p style=\"text-align: justify;\">Clearly, building the elements of e-commerce into your business is a big job, but it is too important to ignore if you want your business to grow and thrive.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','e-Commerce','','inherit','open','open','','238-revision-5','','','2011-09-02 03:05:21','2011-09-01 19:05:21','',238,'http://newweb.amazingbusinessresources.com/archives/1040',0,'revision','',0,NULL),(1041,1,'2011-09-02 03:05:41','2011-09-01 19:05:41','<p style=\"text-align: justify;\" align=\"justify\"><span class=\"Apple-style-span\" style=\"font-size: 13px; font-weight: normal;\">Now that you have a website for your business, you want to make sure that people see it. A website is no good to you if no one actually knows it’s out there. Believe it or not, there are deliberate steps you can take to ensure that people start visiting your site fast and on a consistent basis. There is more and more information on this topic every day, but here are just a few of top things you can do to start generating traffic to your new website.</span></p>\r\n<p style=\"text-align: justify;\" align=\"justify\"><strong>Search Engine Optimization</strong>\r\nYou may have wondered how the internet selects the sites in web search listings. There’s actually a clearly defined system as to how those websites are selected for the results based on keywords appearing consistently in your website. Ensuring that key words appear in your website titles and text makes it easy for web crawlers to find your site when pulling listings for search requests related to your field.<strong>\r\n</strong>\r\n<strong>Participate in forums</strong>\r\nOnline forums are places where consumers, experts, and other interested parties go to discuss, ask questions, and give answers about almost every industry, product, and topic on the planet. Participate in forums related to your industry to provide useful information to consumers about your business and always include a link to your site in your signature. It’s a great way to build exposure and awareness about your company.</p>\r\n<p style=\"text-align: justify;\"><strong>Issue press releases</strong>\r\nPress releases are a great way to generate interest and traffic to your website. They are often available on the web for a long time and will always include links to your site. However, it’s important to only issue press releases when there’s something truly noteworthy happening in your business. Take every quality opportunity to issue a press release about new products, services, or advancements in your industry.</p>\r\n<p style=\"text-align: justify;\"><strong>Start a company newsletter</strong>\r\nVisitors to your site should have the opportunity to subscribe to a free weekly or monthly newsletter associated with your company. Make sure that the newsletter has valuable, readable information so that recipients will be encouraged to forward the newsletter to friends and colleagues. The newsletter should include your website linking information to attract new and repeat visitors.</p>\r\n<p style=\"text-align: justify;\"><strong>Start a company blog</strong>\r\nIf you start a company blog on your site about your services and industry that is useful and up to date, people that find it helpful will issue links to your blog in other sources. If you have a blog that’s not directly linked to your webpage, occasionally make appropriate references to your website and include a link.</p>\r\n<p style=\"text-align: justify;\"><strong>Advertise offline</strong>\r\nEven though just about every element of our lives is conducted over the internet, it’s still a good idea to do some offline advertising for your website. Include your website address on your stationary, business cards and all print material and perhaps even look into advertising your business and website in local papers and other advertising media.</p>\r\n<p style=\"text-align: justify;\">There are many different ways to generate traffic to your new website. With just a little bit of effort and attention, you can start seeing visitors to your website as soon as it goes live.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Generating Traffic to Your Website','','inherit','open','open','','242-revision-8','','','2011-09-02 03:05:41','2011-09-01 19:05:41','',242,'http://newweb.amazingbusinessresources.com/archives/1041',0,'revision','',0,NULL),(1047,1,'2011-10-01 01:25:40','2011-09-30 17:25:40','<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Amazing Business Resources</strong></span> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-1043\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a title=\"Criteria to build a presentable website\" href=\"http://newweb.amazingbusinessresources.com/archives/818\">Presentable Website</a></p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;','Website Development','','inherit','open','open','','156-revision-61','','','2011-10-01 01:25:40','2011-09-30 17:25:40','',156,'http://newweb.amazingbusinessresources.com/archives/1047',0,'revision','',0,NULL),(1045,1,'2011-10-01 01:23:23','2011-09-30 17:23:23','<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-1043\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a title=\"Criteria to build a presentable website\" href=\"http://newweb.amazingbusinessresources.com/archives/818\">Presentable Website</a></p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;','Website Development','','inherit','open','open','','156-revision-59','','','2011-10-01 01:23:23','2011-09-30 17:23:23','',156,'http://newweb.amazingbusinessresources.com/archives/1045',0,'revision','',0,NULL),(1046,1,'2011-10-01 01:24:53','2011-09-30 17:24:53','<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Amazing Business Resources</strong></span> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-1043\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management System</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: right;\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td colspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"54\" height=\"54\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a title=\"Criteria to build a presentable website\" href=\"http://newweb.amazingbusinessresources.com/archives/818\">Presentable Website</a></p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;','Website Development','','inherit','open','open','','156-revision-60','','','2011-10-01 01:24:53','2011-09-30 17:24:53','',156,'http://newweb.amazingbusinessresources.com/archives/1046',0,'revision','',0,NULL),(1048,1,'2011-10-01 01:27:38','2011-09-30 17:27:38','<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Amazing Business Resources</strong></span> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-1043\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td id=\"\" style=\"text-align: center;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management Syste</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" colspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td style=\"text-align: right;\" colspan=\"1\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a title=\"Criteria to build a presentable website\" href=\"http://newweb.amazingbusinessresources.com/archives/818\">Presentable Website</a></p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;','Website Development','','inherit','open','open','','156-revision-62','','','2011-10-01 01:27:38','2011-09-30 17:27:38','',156,'http://newweb.amazingbusinessresources.com/archives/1048',0,'revision','',0,NULL),(1049,1,'2011-08-31 02:29:58','2011-08-30 18:29:58','<h1 style=\"text-align: center;\"><span style=\"color: #ff0000;\"><img class=\"aligncenter size-full wp-image-99\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.jpg\" alt=\"Amazing Business Resources\" width=\"600\" height=\"60\" /><img class=\"aligncenter size-full wp-image-152\" title=\"TITLE copy_2\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/TITLE-copy_2.jpg\" alt=\"\" width=\"480\" height=\"48\" /></span></h1>\r\n<h1 style=\"text-align: center;\"></h1>\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/website-development\"><img class=\"size-full wp-image-103 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Website-Development.jpg\" alt=\"Website Design &amp; Conceptulization\" width=\"278\" height=\"109\" /></a></td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"></td>\r\n<td id=\"\" style=\"width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/search-engine-optimization-seo\"><img class=\"size-full wp-image-105 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Search Engine Optimization\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Search-Engine-Optimization.jpg\" alt=\"Search Engine Optimization\" width=\"278\" height=\"109\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">A website has now become the means of generating more business than any other medium of advertising. Today everything you need is achieved at the click of a button. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"Website Development\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/website-development\">Read more</a></span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify; width: 280px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Business is much easier when clients can find you! Depending on your industry, we improve our clients’ web rankings by operating through both On-Site and Off-Site SEO. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"SEO\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/search-engine-optimization-seo\">Read more</a></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1\"><img class=\"size-full wp-image-106 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Social Media Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Social-Media-Marketing.jpg\" alt=\"Social Media Marketing\" width=\"278\" height=\"109\" /></a></td>\r\n<td></td>\r\n<td><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/email-marketing-2\"><img class=\"size-full wp-image-104 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Email Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Marketing.jpg\" alt=\"Email Marketing\" width=\"278\" height=\"109\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"Social Media Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1\">Read more</a></span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\">\r\n<p style=\"text-align: justify;\"><span style=\"color: #333333;\">Ever wish to have an army of tireless, highly motivated “sales force” to do the work for you and tripling your income? Dream no more!</span></p>\r\n<p style=\"text-align: right;\"><span class=\"Apple-style-span\" style=\"color: #333333;\"><a title=\"Email Marketing Campaign\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/email-marketing-2\">Read more</a></span></p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/mobile-marketing-1\"><img class=\"size-full wp-image-107 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Mobile-Marketing.jpg\" alt=\"Mobile Marketing\" width=\"278\" height=\"109\" /></a></td>\r\n<td></td>\r\n<td><a href=\"http://newweb.amazingbusinessresources.com/amazings-services/media-planning-1\"><img class=\"size-full wp-image-108 aligncenter\" style=\"border-width: 2px; border-color: grey; border-style: solid;\" title=\"Media Planning\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Media-Planning.jpg\" alt=\"Media Planning\" width=\"278\" height=\"109\" /></a></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: justify;\"><span style=\"color: #333333;\">Amazing\'s SMS marketing platform allows you to quickly, easily, and economically implement mobile campaigns and spin your database into gold mine. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"Mobile Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/mobile-marketing-1\">Read more</a></span></p>\r\n</td>\r\n<td></td>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"top\"><span style=\"color: #333333;\">Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on. </span>\r\n<p style=\"text-align: right;\"><span style=\"color: #333333;\"><a title=\"Media Planning\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/media-planning-1\">Read more</a></span></p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Our Services','','inherit','open','open','','21-revision-55','','','2011-08-31 02:29:58','2011-08-30 18:29:58','',21,'http://newweb.amazingbusinessresources.com/archives/1049',0,'revision','',0,NULL),(1050,1,'2011-10-01 01:16:49','2011-09-30 17:16:49','<p style=\"text-align: justify;\">A successful business module always start from an idea, followed by the execution of the blueprint, so do a website.  This is the part of creating a website that people tend to skip. And it\'s the most important step in creating a successful website.</p>\r\n<p style=\"text-align: justify;\"><strong>What is a successful website?</strong></p>\r\nIt\'s simply a website that achieves your own goals - be they personal or professional. But all successful websites have some things in common:\r\n<p style=\"padding-left: 60px;\">1. High Google Page Rank</p>\r\n<p style=\"padding-left: 60px;\">2. Lots of traffic</p>\r\n<p style=\"padding-left: 60px;\">3. Create participation (response or purchase</p>\r\n<p style=\"padding-left: 60px;\">4. Easy to find</p>\r\n<p style=\"padding-left: 60px;\">5. Easy to navigate</p>\r\n<p style=\"padding-left: 60px;\">6. Easy to read</p>\r\n<p style=\"text-align: justify;\">So how do you manifest all these on your website?</p>\r\nWith website conceptualization and the help of Improve-Your-Website! That\'s the real challenge here -- how to make you as special as you are -- but on the Internet! And that\'s what Improve-Your-Website does when we work with you.\r\n\r\nThe conceptualizing stage of Improving Your Website covers the following topics!\r\n<p style=\"padding-left: 60px;\">1. Your Objective and target audience. <strong>(Website Structure and Navigation Planning)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>2. Website Content. <strong>(Content Copywriting)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>3. Web appearance. <strong>(Graphic Design)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>4. Customer Engagement and Update.<strong> (Website Blog)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>5. Information update.<strong> (Content Management System – CMS)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>6. Online Transaction. <strong>(e-Commerce)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong><strong>7. Generating Traffic to Your Website</strong></p>\r\n<p style=\"text-align: justify;\">With all that planning -- you\'re bound to succeed!</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;','Website Conceptulization','','inherit','open','open','','218-revision-17','','','2011-10-01 01:16:49','2011-09-30 17:16:49','',218,'http://newweb.amazingbusinessresources.com/archives/1050',0,'revision','',0,NULL),(1051,1,'2011-10-01 01:28:47','2011-09-30 17:28:47','<p style=\"text-align: justify;\">Every business these days wants to have a presence on World Wide Web (www); the main objective is to be able to target the global market and creating a profile of the company, which can be accessed by anyone from anywhere!</p>\r\n<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong>Amazing Business Resources</strong></span> is here for you to create an attractive, easily accessible and functional website that will present your business online.  We creating websites start from a scratch. Our teams are specialize in:</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"text-align: right; width: 50px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\"><img class=\"aligncenter size-full wp-image-1043\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Website Conceptualization / Website Ideas</td>\r\n<td id=\"\" style=\"width: 50px;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td id=\"\" style=\"text-align: center;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" align=\"\" valign=\"\">Website Content Management Syste</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td>Website Structure and Navigation Planning</td>\r\n<td rowspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td rowspan=\"1\">e-Commerce Website Design</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td>Website Content Copywriting</td>\r\n<td rowspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td rowspan=\"1\">Website Rewamp</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td>Website Graphic Design</td>\r\n<td rowspan=\"1\"><img class=\"aligncenter\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td rowspan=\"1\">Search Engine Optimization (SEO)</td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" colspan=\"1\"> <img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td colspan=\"1\">Website Blog</td>\r\n<td style=\"text-align: center;\" colspan=\"1\"><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"38\" height=\"38\" /></td>\r\n<td colspan=\"1\">Website Email Marketing Integration</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify;\">We understand that your website is the representative of your business, which extends beyond boundaries, reaching worldwide, to make your success, LARGE. It is therefore necessary that your website, apart from having an attractive look, has the professional elements, and ranks well in popular search engines which in turn increase your sales. Click here for more tips on how to structure for a  <a title=\"Criteria to build a presentable website\" href=\"http://newweb.amazingbusinessresources.com/archives/818\">Presentable Website</a></p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;','Website Development','','inherit','open','open','','156-revision-63','','','2011-10-01 01:28:47','2011-09-30 17:28:47','',156,'http://newweb.amazingbusinessresources.com/archives/1051',0,'revision','',0,NULL),(1052,1,'2011-10-01 01:29:55','2011-09-30 17:29:55','<p style=\"text-align: justify;\">A successful business module always start from an idea, followed by the execution of the blueprint, so do a website.  This is the part of creating a website that people tend to skip. And it\'s the most important step in creating a successful website.</p>\r\n<p style=\"text-align: justify;\"><strong>What is a successful website?</strong></p>\r\nIt\'s simply a website that achieves your own goals - be they personal or professional. But all successful websites have some things in common:\r\n<p style=\"padding-left: 60px;\">1. High Google Page Rank</p>\r\n<p style=\"padding-left: 60px;\">2. Lots of traffic</p>\r\n<p style=\"padding-left: 60px;\">3. Create participation (response or purchase</p>\r\n<p style=\"padding-left: 60px;\">4. Easy to find</p>\r\n<p style=\"padding-left: 60px;\">5. Easy to navigate</p>\r\n<p style=\"padding-left: 60px;\">6. Easy to read</p>\r\n<p style=\"text-align: justify;\">So how do you manifest all these on your website?</p>\r\nWith website conceptualization and the help of Improve-Your-Website! That\'s the real challenge here -- how to make you as special as you are -- but on the Internet! And that\'s what Improve-Your-Website does when we work with you.\r\n\r\nThe conceptualizing stage of Improving Your Website covers the following topics!\r\n<p style=\"padding-left: 60px;\">1. Your Objective and target audience. <strong>(Website Structure and Navigation Planning)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>2. Website Content. <strong>(Content Copywriting)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>3. Web appearance. <strong>(Graphic Design)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>4. Customer Engagement and Update.<strong> (Website Blog)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>5. Information update.<strong> (Content Management System – CMS)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong>6. Online Transaction. <strong>(e-Commerce)</strong></p>\r\n<p style=\"padding-left: 60px;\"><strong></strong><strong>7. Generating Traffic to Your Website</strong></p>\r\n<p style=\"text-align: justify;\">With all that planning -- you\'re bound to succeed!</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n&nbsp;','Website Conceptulization','','inherit','open','open','','218-revision-18','','','2011-10-01 01:29:55','2011-09-30 17:29:55','',218,'http://newweb.amazingbusinessresources.com/archives/1052',0,'revision','',0,NULL),(1053,1,'2011-10-01 01:14:04','2011-09-30 17:14:04','<p style=\"text-align: justify;\" align=\"justify\">If you’re not really sure how to begin planning the structure and navigation of your website, it might be tempting to just throw caution to the wind and throw the site together. That is certainly one way to do it. However, developing a detailed plan for information structure and navigation is more likely to produce a site that is easy to use, find necessary information, and send a deliberate message of detail and planning to your customers.</p>\r\n<p style=\"text-align: justify;\"><strong>If you’ve already planned and even written the information for your site, a big portion of the process is already complete. </strong></p>\r\n<p style=\"text-align: justify;\">You’ve streamlined the necessary information and considered the things that are relevant and interesting to your users. The structure and navigation of your website will present that information in a way that is organized and easy to find.</p>\r\n<p style=\"text-align: justify;\">The next step is to divide the content you plan to include into categories. Most sites will include some standard categories like contact info, ‘about us’ info, etc. Everything that’s left over should be categorized into main content sections: product information, industry information, etc. Then within the main categories, organize information into subcategories as well.</p>\r\n<p style=\"text-align: justify;\">If there’s any information left over that doesn’t seem to fit naturally into your main categories, you may need to create additional category for that information or you’ll need to evaluate whether that information is valuable. Then allocate a brief but precise label to each of your main categories.</p>\r\n<p style=\"text-align: justify;\">Once you’ve carefully categorized your information, it’s time to decide how that information will be stored, displayed and organized on your website, otherwise known as website navigation.</p>\r\n<p style=\"text-align: justify;\"><strong>Ideally, you’ll have a main navigation bar that appears the same way and the same position no matter where you are in the site.</strong></p>\r\n<p style=\"text-align: justify;\">This main bar allows visitors to easily click through your website without having to backtrack or retrace their steps. The main bar should include the standard information like contact and biographical information. It should also include the tabs that direct visitors to your main categories you allocated previously. That being said, the bar should be fairly short with just a handful of tabs.</p>\r\n<p style=\"text-align: justify;\"><strong>Once you’ve created a main navigation structure, organize the secondary navigation structure.</strong></p>\r\n<p style=\"text-align: justify;\" align=\"justify\">This plan includes labels, menus or other methods of directing customers to the secondary information or sub-categories that you organized previously.</p>\r\n<p style=\"text-align: justify;\">This part of the planning process is where a lot of websites can fall into disarray, so it’s best to keep the secondary navigation plan as simple as possible. Sub-categories can be listed simply on drop-down menus or even built into the text of the webpage. However, be careful that the information is stream-lined and simple, and that your sub-categories don’t reappear in other main categories.</p>\r\n<p style=\"text-align: justify;\">There is nothing more frustrating than a disorganized, confusing website. Make sure that your navigation bars are clearly visible in your design and that the different areas are clearly and specifically labeled. Make it easy for consumers to find the information they want: where you are, how to buy, how much it costs, etc. Think critically and enlist test users for your website that will give you honest feedback about the usability of your site. A well structured website is sure to impress your clientele.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Organizing Structure and Navigation Planning','','inherit','open','open','','222-revision-11','','','2011-10-01 01:14:04','2011-09-30 17:14:04','',222,'http://newweb.amazingbusinessresources.com/archives/1053',0,'revision','',0,NULL),(1054,1,'2011-10-01 01:32:29','2011-09-30 17:32:29','<p style=\"text-align: justify;\" align=\"justify\">If you’re not really sure how to begin planning the structure and navigation of your website, it might be tempting to just throw caution to the wind and throw the site together. That is certainly one way to do it. However, developing a detailed plan for information structure and navigation is more likely to produce a site that is easy to use, find necessary information, and send a deliberate message of detail and planning to your customers.</p>\r\n<p style=\"text-align: justify;\"><strong>If you’ve already planned and even written the information for your site, a big portion of the process is already complete. </strong></p>\r\n<p style=\"text-align: justify;\">You’ve streamlined the necessary information and considered the things that are relevant and interesting to your users. The structure and navigation of your website will present that information in a way that is organized and easy to find.</p>\r\n<p style=\"text-align: justify;\">The next step is to divide the content you plan to include into categories. Most sites will include some standard categories like contact info, ‘about us’ info, etc. Everything that’s left over should be categorized into main content sections: product information, industry information, etc. Then within the main categories, organize information into subcategories as well.</p>\r\n<p style=\"text-align: justify;\">If there’s any information left over that doesn’t seem to fit naturally into your main categories, you may need to create additional category for that information or you’ll need to evaluate whether that information is valuable. Then allocate a brief but precise label to each of your main categories.</p>\r\n<p style=\"text-align: justify;\">Once you’ve carefully categorized your information, it’s time to decide how that information will be stored, displayed and organized on your website, otherwise known as website navigation.</p>\r\n<p style=\"text-align: justify;\"><strong>Ideally, you’ll have a main navigation bar that appears the same way and the same position no matter where you are in the site.</strong></p>\r\n<p style=\"text-align: justify;\">This main bar allows visitors to easily click through your website without having to backtrack or retrace their steps. The main bar should include the standard information like contact and biographical information. It should also include the tabs that direct visitors to your main categories you allocated previously. That being said, the bar should be fairly short with just a handful of tabs.</p>\r\n<p style=\"text-align: justify;\"><strong>Once you’ve created a main navigation structure, organize the secondary navigation structure.</strong></p>\r\n<p style=\"text-align: justify;\" align=\"justify\">This plan includes labels, menus or other methods of directing customers to the secondary information or sub-categories that you organized previously.</p>\r\n<p style=\"text-align: justify;\">This part of the planning process is where a lot of websites can fall into disarray, so it’s best to keep the secondary navigation plan as simple as possible. Sub-categories can be listed simply on drop-down menus or even built into the text of the webpage. However, be careful that the information is stream-lined and simple, and that your sub-categories don’t reappear in other main categories.</p>\r\n<p style=\"text-align: justify;\">There is nothing more frustrating than a disorganized, confusing website. Make sure that your navigation bars are clearly visible in your design and that the different areas are clearly and specifically labeled. Make it easy for consumers to find the information they want: where you are, how to buy, how much it costs, etc. Think critically and enlist test users for your website that will give you honest feedback about the usability of your site. A well structured website is sure to impress your clientele.</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Organizing Structure and Navigation Planning','','inherit','open','open','','222-revision-12','','','2011-10-01 01:32:29','2011-09-30 17:32:29','',222,'http://newweb.amazingbusinessresources.com/archives/1054',0,'revision','',0,NULL),(1066,1,'2011-10-01 01:51:50','2011-09-30 17:51:50','&nbsp;\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h2 style=\"text-align: left;\">On Page Factor</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>SEO Basics - Page title</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Improving Site Structure</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Content Optimization</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Dealing with Crawlers</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">. </span></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h2 style=\"text-align: left;\">Off Page Factor</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Domain</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\">\r\n<h3>Inbound Links</h3>\r\n</td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Number of Inbound Links</li>\r\n	<li>- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li>- Age of the Inbound Links</li>\r\n	<li>- Google Page Rank of Inbound Link Pages</li>\r\n	<li>- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li>- Second Tier Established Directory Listings.</li>\r\n	<li>- Niche Directory Listings</li>\r\n	<li>- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','SEO','','inherit','open','open','','211-revision-52','','','2011-10-01 01:51:50','2011-09-30 17:51:50','',211,'http://newweb.amazingbusinessresources.com/archives/1066',0,'revision','',0,NULL),(1065,1,'2011-10-01 01:51:14','2011-09-30 17:51:14','&nbsp;\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h2 style=\"text-align: left;\">On Page Factor</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>SEO Basics - Page title</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Improving Site Structure</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Content Optimization</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Dealing with Crawlers</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">. </span></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h2 style=\"text-align: left;\">Off Page Factor</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Domain</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\">\r\n<h3>Inbound Links</h3>\r\n</td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Number of Inbound Links</li>\r\n	<li>- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li>- Age of the Inbound Links</li>\r\n	<li>- Google Page Rank of Inbound Link Pages</li>\r\n	<li>- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li>- Second Tier Established Directory Listings.</li>\r\n	<li>- Niche Directory Listings</li>\r\n	<li>- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','SEO','','inherit','open','open','','211-revision-51','','','2011-10-01 01:51:14','2011-09-30 17:51:14','',211,'http://newweb.amazingbusinessresources.com/archives/1065',0,'revision','',0,NULL),(1068,1,'2011-10-01 01:11:58','2011-09-30 17:11:58','<p style=\"text-align: justify;\"><strong>Social Media Marketing</strong></p>\r\n<p style=\"text-align: justify;\">Social media marketing services (also referred to as SMM) have gained popularity during the last few years, and now this niche of web promotion and advertising is almost integral part of advertising in the global network. Why? Because the amount of traffic in social networks grows from day to day, and the potential of this ad channel as well as other social media marketing channels cannot be underestimated. And to run a successful advertising campaign to attract visitors to your site, you need social media optimization services.</p>\r\n<p style=\"text-align: justify;\"><strong>Social Media Optimization</strong></p>\r\n<p style=\"text-align: justify;\">Social media optimization (or SMO) is a complex of actions directed to attracting unique visitors to your content. Social media marketing strategy can include adding social media features to your site (RSS feeds, social news, “share” buttons and so on) from one side, and various SMM promotional activities from the other side. It can be blogging, comments in other blogs, adding social media elements such as videos and images with advertising purposes. All these are provided by social media marketing agency.</p>\r\n<p style=\"text-align: justify;\"><strong>Social Media Advertising</strong></p>\r\n<p style=\"text-align: justify;\">Our company provides its customers with an individual social media marketing plan. There is enough experience to define our own strategy of SMO. And social media management services provided by our experts are worth working with them. Unlike any other social media marketing company, we don’t have a standard plan of these services, but an individual approach for every customer company, concerning the niche of its business.</p>\r\n<p style=\"text-align: justify;\">Want to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!</p>\r\n<p style=\"text-align: justify;\"></p>','Social Media','','inherit','open','open','','313-revision-14','','','2011-10-01 01:11:58','2011-09-30 17:11:58','',313,'http://newweb.amazingbusinessresources.com/archives/1068',0,'revision','',0,NULL),(1069,1,'2011-10-01 01:54:21','2011-09-30 17:54:21','&nbsp;\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h2 style=\"text-align: left;\">On Page Factor</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>SEO Basics - Page title</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Improving Site Structure</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Content Optimization</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Dealing with Crawlers</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">. </span></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h2 style=\"text-align: left;\">Off Page Factor</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Domain</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\">\r\n<h3>Inbound Links</h3>\r\n</td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Number of Inbound Links</li>\r\n	<li>- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li>- Age of the Inbound Links</li>\r\n	<li>- Google Page Rank of Inbound Link Pages</li>\r\n	<li>- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li>- Second Tier Established Directory Listings.</li>\r\n	<li>- Niche Directory Listings</li>\r\n	<li>- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','SEO','','inherit','open','open','','211-revision-54','','','2011-10-01 01:54:21','2011-09-30 17:54:21','',211,'http://newweb.amazingbusinessresources.com/archives/1069',0,'revision','',0,NULL),(1070,1,'2011-10-01 01:55:08','2011-09-30 17:55:08','&nbsp;\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"border-width: 1px; border-color: #ffffff; border-style: solid;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">\r\n<h2 style=\"text-align: left;\">On Page Factor</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>SEO Basics - Page title</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Improving Site Structure</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Content Optimization</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Dealing with Crawlers</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">. </span></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h2 style=\"text-align: left;\">Off Page Factor</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Domain</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\">\r\n<h3>Inbound Links</h3>\r\n</td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Number of Inbound Links</li>\r\n	<li>- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li>- Age of the Inbound Links</li>\r\n	<li>- Google Page Rank of Inbound Link Pages</li>\r\n	<li>- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li>- Second Tier Established Directory Listings.</li>\r\n	<li>- Niche Directory Listings</li>\r\n	<li>- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','SEO','','inherit','open','open','','211-revision-55','','','2011-10-01 01:55:08','2011-09-30 17:55:08','',211,'http://newweb.amazingbusinessresources.com/archives/1070',0,'revision','',0,NULL),(1071,1,'2011-10-01 01:55:35','2011-09-30 17:55:35','&nbsp;\r\n<p style=\"text-align: justify;\">Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.</p>\r\n\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"background-color: #ffffff; border-width: 1px; border-style: solid;\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">\r\n<h2 style=\"text-align: left;\">On Page Factor</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>SEO Basics - Page title</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Improving Site Structure</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Content Optimization</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Dealing with Crawlers</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">. </span></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h2 style=\"text-align: left;\">Off Page Factor</h2>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td>\r\n<h3>Domain</h3>\r\n</td>\r\n<td>\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\">\r\n<h3>Inbound Links</h3>\r\n</td>\r\n<td colspan=\"1\">\r\n<ul>\r\n	<li>- Number of Inbound Links</li>\r\n	<li>- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li>- Age of the Inbound Links</li>\r\n	<li>- Google Page Rank of Inbound Link Pages</li>\r\n	<li>- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li>- Second Tier Established Directory Listings.</li>\r\n	<li>- Niche Directory Listings</li>\r\n	<li>- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;','SEO','','inherit','open','open','','211-revision-56','','','2011-10-01 01:55:35','2011-09-30 17:55:35','',211,'http://newweb.amazingbusinessresources.com/archives/1071',0,'revision','',0,NULL),(1072,1,'2011-10-01 02:00:36','2011-09-30 18:00:36','Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h3>OnPage Factors</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><strong>SEO Basics -Page Title</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Improving Site Structure</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Content optimization</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Dealing with Crawlers</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">.</span></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h3>Off Page Factors</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Domain</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Inbound Links</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Number of Inbound Links</li>\r\n	<li>- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li>- Age of the Inbound Links</li>\r\n	<li>- Google Page Rank of Inbound Link Pages</li>\r\n	<li>- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li>- Second Tier Established Directory Listings.</li>\r\n	<li>- Niche Directory Listings</li>\r\n	<li>- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','SEO','','inherit','open','open','','211-revision-57','','','2011-10-01 02:00:36','2011-09-30 18:00:36','',211,'http://newweb.amazingbusinessresources.com/archives/1072',0,'revision','',0,NULL),(1073,1,'2011-10-01 02:02:01','2011-09-30 18:02:01','Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h3>OnPage Factors</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><strong>SEO Basics -Page Title</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Improving Site Structure</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Content optimization</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Dealing with Crawlers</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">..</span></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h3>Off Page Factors</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Domain</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Inbound Links</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Number of Inbound Links</li>\r\n	<li>- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li>- Age of the Inbound Links</li>\r\n	<li>- Google Page Rank of Inbound Link Pages</li>\r\n	<li>- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li>- Second Tier Established Directory Listings.</li>\r\n	<li>- Niche Directory Listings</li>\r\n	<li>- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;','SEO','','inherit','open','open','','211-revision-58','','','2011-10-01 02:02:01','2011-09-30 18:02:01','',211,'http://newweb.amazingbusinessresources.com/archives/1073',0,'revision','',0,NULL),(1074,1,'2011-10-01 02:02:29','2011-09-30 18:02:29','Search engine optimization is about putting your site\'s best foot forward when it comes to visibility in search engines, but your ultimate consumers are your users, not search engines. Table below illustrates the main search engine ranking factors.\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h3>OnPage Factors</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><strong>SEO Basics -Page Title</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Domain Class (.edu/.org/.com..etc)</li>\r\n	<li>- Create unique, accurate page titles</li>\r\n	<li>- Make use of the \"description\" meta tag</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Improving Site Structure</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Content optimization</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Improve the structure of your URLs</li>\r\n	<li>- Site Map for easy navigation</li>\r\n	<li>- Domain Names, File and Folder Names</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Dealing with Crawlers</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Make effective use of robots.txt</li>\r\n	<li>- Be aware of rel=\"nofollow\" for links</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><span style=\"color: #ffffff;\">..</span></td>\r\n<td></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\">\r\n<h3>Off Page Factors</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td><strong>Domain</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Age of Domain</li>\r\n	<li>- Domain Name Registration</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td><strong>Inbound Links</strong></td>\r\n<td>\r\n<ul>\r\n	<li>- Number of Inbound Links</li>\r\n	<li>- Inbound Link Text (Anchor Text) Keyword</li>\r\n	<li>- Age of the Inbound Links</li>\r\n	<li>- Google Page Rank of Inbound Link Pages</li>\r\n	<li>- Directory Listings (DMOZ.org, Yahoo,</li>\r\n	<li>- Second Tier Established Directory Listings.</li>\r\n	<li>- Niche Directory Listings</li>\r\n	<li>- Inbound Links From Authority or Subject Matter Expert Sites.</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;','SEO','','inherit','open','open','','211-revision-59','','','2011-10-01 02:02:29','2011-09-30 18:02:29','',211,'http://newweb.amazingbusinessresources.com/archives/1074',0,'revision','',0,NULL),(1075,1,'2011-10-01 01:54:27','2011-09-30 17:54:27','<p style=\"text-align: justify;\"><strong>Social Media Marketing</strong></p>\r\n<p style=\"text-align: justify;\">Social media marketing services (also referred to as SMM) have gained popularity during the last few years, and now this niche of web promotion and advertising is almost integral part of advertising in the global network. Why? Because the amount of traffic in social networks grows from day to day, and the potential of this ad channel as well as other social media marketing channels cannot be underestimated. And to run a successful advertising campaign to attract visitors to your site, you need social media optimization services.</p>\r\n<p style=\"text-align: justify;\"><strong>Social Media Optimization</strong></p>\r\n<p style=\"text-align: justify;\">Social media optimization (or SMO) is a complex of actions directed to attracting unique visitors to your content. Social media marketing strategy can include adding social media features to your site (RSS feeds, social news, “share” buttons and so on) from one side, and various SMM promotional activities from the other side. It can be blogging, comments in other blogs, adding social media elements such as videos and images with advertising purposes. All these are provided by social media marketing agency.</p>\r\n<p style=\"text-align: justify;\"><strong>Social Media Advertising</strong></p>\r\n<p style=\"text-align: justify;\">Our company provides its customers with an individual social media marketing plan. There is enough experience to define our own strategy of SMO. And social media management services provided by our experts are worth working with them. Unlike any other social media marketing company, we don’t have a standard plan of these services, but an individual approach for every customer company, concerning the niche of its business.</p>\r\n<p style=\"text-align: justify;\">Want to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!</p>\r\n<p style=\"text-align: justify;\"></p>','Social Media','','inherit','open','open','','313-revision-15','','','2011-10-01 01:54:27','2011-09-30 17:54:27','',313,'http://newweb.amazingbusinessresources.com/archives/1075',0,'revision','',0,NULL),(1079,1,'2011-10-01 02:09:02','2011-09-30 18:09:02','<p style=\"text-align: center;\"><a href=\"http://www.twitter.com\"><img class=\"size-full wp-image-540 aligncenter\" title=\"Twitter for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy_2.jpg\" alt=\"Twitter for Business\" width=\"600\" height=\"200\" /></a></p>\r\n<p style=\"text-align: justify;\">Everyday, millions of people using twitter to create, discover and share idea with others. Now, people are turning to twitter as an effective way to reach out business too. From local store to big brand, from brick and mortar to internet based or service sector, people are finding great value in the connections they make with <a title=\"Twitter for Business\" href=\"http://business.twitter.com/\">business on twitter</a>.</p>\r\n<p style=\"text-align: justify;\">A new study, released April 2010, examines Twitter usage in the United States, finding that although most Americans are aware of Twitter, few are using it..</p>\r\n<p style=\"text-align: justify;\">At Chirp, the official Twitter developer conference, Twitter shared some revealing stats about its site, users, and growth that had previously been kept under wraps.</p>\r\n<p style=\"text-align: justify;\">Here’s a summary of the facts and figures Twitter shared:</p>\r\n\r\n<ul>\r\n	<li style=\"text-align: justify;\">- Twitter now has 105,779,710 registered users.</li>\r\n	<li style=\"text-align: justify;\">- New users are signing up at the rate of 300,000 per day.</li>\r\n	<li style=\"text-align: justify;\">- 180 million unique visitors come to the site every month.</li>\r\n	<li style=\"text-align: justify;\">- 75% of Twitter traffic comes from outside Twitter.com (i.e. via third party applications.)</li>\r\n	<li style=\"text-align: justify;\">- Twitter gets a total of 3 billion requests a day via its API.</li>\r\n	<li style=\"text-align: justify;\">- Twitter users are, in total, tweeting an average of 55 million tweets a day.</li>\r\n	<li style=\"text-align: justify;\">- Twitter’s search engine receives around 600 million search queries per day.</li>\r\n	<li style=\"text-align: justify;\">- Of Twitter’s active users, 37 percent use their phone to tweet.</li>\r\n	<li style=\"text-align: justify;\">- Over half of all tweets (60 percent) come from third party applications.</li>\r\n	<li style=\"text-align: justify;\">- Twitter itself has grown: in the past year alone, it has grown from 25 to 175 employees.</li>\r\n</ul>\r\n<div style=\"text-align: right;\"><a title=\"Twitter Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/542\">WHY TWITTER MARKETING</a>\r\n<p style=\"text-align: left;\">Want to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!</p>\r\n&nbsp;\r\n\r\n</div>','Twitter Marketing','','inherit','open','open','','259-revision-8','','','2011-10-01 02:09:02','2011-09-30 18:09:02','',259,'http://newweb.amazingbusinessresources.com/archives/1079',0,'revision','',0,NULL),(1080,1,'2011-09-02 02:56:42','2011-09-01 18:56:42','<p style=\"text-align: center;\"><a href=\"http://www.YouTube.com\"><img class=\"size-full wp-image-547 aligncenter\" title=\"YouTube Marketing | Youtube for Business\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/YouTube-logo-300x123.jpg\" alt=\"YouTube Marketing | Youtube for Business\" width=\"300\" height=\"123\" /></a></p>\r\n<p style=\"text-align: center;\">Let’s have a look on <strong>YouTube statistic</strong>s as of February 2011.</p>\r\n<strong>Traffic</strong>\r\n<blockquote>“More than 13 million hours of video uploaded videos during 2010 and 35 hours of video are uploaded every minute.”\r\n\r\n“The equivalent of 150,000+ full-length movies in theaters each week”\r\n\r\n“More video is uploaded to YouTube in 60 days than the 3 major US networks created in 60 years.”\r\n\r\n“70% of YouTube traffic comes from outside the US.”\r\n\r\n“YouTube is localized in 25 countries across 43 languages.”\r\n\r\n“YouTube’s demographic is broad: 18-54 years old”\r\n\r\n“YouTube reached over 700 billion playbacks in 2010.”</blockquote>\r\nSo, you’ve probably watched YouTube videos. But have you ever uploaded your own creation? Probably not.\r\n\r\n&nbsp;\r\n<p style=\"text-align: right;\"><a title=\"Youtube Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/549\">WHY YOUTUBE MARKETING</a></p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n<p style=\"text-align: right;\"></p>\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>\r\n<p style=\"text-align: right;\"></p>\r\n<p style=\"text-align: right;\"></p>','Youtube Marketing','','inherit','open','open','','261-revision-8','','','2011-09-02 02:56:42','2011-09-01 18:56:42','',261,'http://newweb.amazingbusinessresources.com/archives/1080',0,'revision','',0,NULL),(1081,1,'2011-09-02 02:59:34','2011-09-01 18:59:34','<p style=\"text-align: justify;\">LinkedIn officially launched on May 5, 2003 with a total of 4,500 members in the first month. Known mostly as a business social network, LinkedIn has been adopted globally with nearly 2 billion people searches in 2010 and over 90 million users in January 2011.</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-872\" title=\"linkedin Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/linkedin-logo.png\" alt=\"linkedin Marketing\" width=\"510\" height=\"144\" /></p>\r\n<p style=\"text-align: justify;\">Yet amongst many business professionals, LinkedIn seems to fight perception that it is strictly a site to visit when you need a job.</p>\r\n<p style=\"text-align: justify;\">With <a href=\"http://blog.linkedin.com/2011/01/24/linkedin-inmaps/\" target=\"_blank\">new features</a> added regularly and all of the Fortune 500 represented, LinkedIn is a valuable source of data and connections that shouldn’t be overlooked. If you’re not a regular LinkedIn user, I encourage you to look beyond the basics and see the opportunities for businesses to <a href=\"http://blog.linkedin.com/2010/11/01/linkedin-company-pages/\" target=\"_blank\">showcase their products</a>, advertise in and out of network, and content sharing/syndication.</p>\r\n<p style=\"text-align: justify;\">Here are 5 tips for individuals to help companies get more out of LinkedIn:</p>\r\n<p style=\"text-align: justify;\"><strong>1. Use Your Profile as a </strong><strong>Destination </strong>In an informal check of LinkedIn search strength, I did a Google search of 20 contacts. In every case, regardless of how visible they are on the web, LinkedIn profiles appeared on the first page with the vast majority appearing in the first five results. Keep your profile current to highlight your experience and expertise at all times. It can serve as a great way to share your history not only with other LinkedIn members but anyone online given the strength of search results.</p>\r\n<p style=\"text-align: justify;\"><strong>2. Linking Content via Applications</strong> As the site has evolved in the past few years it now offers a number of opportunities to <a title=\"company pages\" href=\"http://www.linkedin.com/static?key=application_directory&amp;trk=hb_side_apps\" target=\"_blank\">share content from the site directly</a>. Your LinkedIn network should be a strong source of support for your news and updates as your contacts are likely connected to your industry. By utilizing the available tools to link to your blog, twitter feed, or to create polls you can share helpful information with this network that may be passed along further to create new connection opportunities for you or your business.</p>\r\n<p style=\"text-align: justify;\"><strong>3. Connect with New Contacts in Groups and Answers</strong> LinkedIn Groups are a great way to identify other users with similar interests and needs. In addition to the inherent benefits of learning from others, Groups offer a number of benefits for each user. You are able to view other members contact information and participation in a group or the LinkedIn Answers section allows you to highlight your ideas and insight. By providing useful information to others you will improve your own reputation as an expert resource on select topics. The creation of <a title=\"Open Groups\" href=\"http://blog.linkedin.com/2010/12/20/linkedin-open-groups/\" target=\"_blank\">Open Groups </a>is of benefit in a broader sense as well since discussions can be viewed by anyone on the web and picked up by search engines.</p>\r\n<p style=\"text-align: justify;\"><strong>4. Research Potential</strong> Most LinkedIn users are familiar and comfortable with the people search capabilities of the site to find potential connections. Don’t forget to utilize other search tools on the site though as there is extensive data available to you. A very simple search of “public relations” provided over 11,000 listings nationally and indicates where I have a direct or indirect connection to that company. Using the search tools available it’s easy to track current openings, identify key leaders at the organizations, and recent additions or departures. Are these helpful for job seekers? Absolutely, but this information is of tremendous value for a new business discussion or a sales inquiry as well. Perhaps you have a contact from a prior project now on the inside.</p>\r\n<p style=\"text-align: justify;\"><strong>5. Recommendations </strong>As either an employee or a business, a recommendation can carry a great deal of weight in the eyes of future customers. By essentially collecting success stories in advance you have the ability to create a testimonial page on a highly-trafficked, well-established site that can lead to future opportunities based on your work appearing in searches for specific keywords by others.  These provide concrete examples of a (hopefully) good experience with you in a personal manner. It’s word of mouth promotion in a neighborhood of 90 million professionals. Not a bad target audience for most and one that shouldn’t be missed.</p>\r\n<p style=\"text-align: justify;\">With a rich set of data available to you at no cost (these features are all available without having to go with the premium membership), LinkedIn should be a part of your networking and <a title=\"online marketing solutions\" href=\"http://www.amazingbusinessresources.com/\" target=\"_blank\">online marketing</a> mix.</p>\r\n<p style=\"text-align: justify;\">Want to learn more about how we can improve your results? Give us a call today or request a personal consultation!</p>\r\n<p style=\"text-align: right;\"><a title=\"Why LinkedIn Marketing\" href=\"http://newweb.amazingbusinessresources.com/archives/888\" target=\"_blank\">WHY LINKEDIN</a></p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n<p style=\"text-align: right;\"></p>\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>\r\n<p style=\"text-align: right;\"></p>\r\n<p style=\"text-align: right;\"></p>','LinkedIn Marketing','','inherit','open','open','','265-revision-9','','','2011-09-02 02:59:34','2011-09-01 18:59:34','',265,'http://newweb.amazingbusinessresources.com/archives/1081',0,'revision','',0,NULL),(1085,1,'2011-09-02 03:00:32','2011-09-01 19:00:32','<div>\r\n<div>\r\n<p style=\"text-align: justify;\"><strong><span style=\"color: #ff0000;\">Amazing</span> <span style=\"color: #000080;\">Business Resources</span></strong> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p>\r\n<p style=\"text-align: justify;\"><strong>Sweepstakes</strong> Run a sweepstakes when you wish to give away prizes based on a random draw. Via our app you can create a custom entry form, upload custom graphics, define eligibility criteria (by age and/or geography), randomly draw winners, send notifications to participants and download entry data. When users enter your sweepstakes, word spreads via friend invites, Facebook newsfeeds and Twitter tweets.</p>\r\n<p style=\"text-align: justify;\"></p>\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>User Generated Contests</strong> Run a contest when you wish winners to be decided by public voting, a company-selected jury or both. You can run user-generated video, photo or essay contests and you can choose from four winner-selection formats: public voting only, company judging only, company selects finalists then public votes for winners, public vote determines finalists then company chooses winners. You can also control when and how users vote (ex. once per contest, once per day, via thumbs up/thumbs down, via \'vote now\' button etc). The public can submit entries, vote, comment on submissions and share their favorite entries; all of which generate newsfeeds and help spread the word.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Coupons</strong> Distribute Coupons to drive traffic to your site, encourage purchases, launch a new product or generate buzz. Word spreads via friend invites and Facebook newsfeeds that are generated when someone downloads a coupon. Via our app you can input unique discount codes compatible with your website\'s shopping cart, define the maximum number of coupons you wish to release, upload custom designs for your coupon, create a custom entry form, send notifications to participants and download participant data.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Group Deal</strong> Create flash deals to engage your users in special discount sales, encourage purchases, launch a new product and create incentives to share. Group Deal discounted prices are dependent on a certain number of users committing to make the purchase, and this causes users who really want to purchase your deal to share the news of the special with friend invites and Facebook newsfeeds. Via our app you can input unique discount codes compatible with your website\'s shopping cart, define the maximum number of deals you wish to release, upload custom designs for your deal, create a custom entry form, send notifications to participants and download participant data.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Favorite Picks</strong> Users pick and rank their favorite items from among a list of images you provided, which enables them to share their favorites with their friends. A great way to generate buzz, build brand and product awareness, and understand your fan base\'s sentiment. With this application you can upload your own images of items for the user to choose their favorites from and even create categories of choices to choose within, to lengthen engagement and increase interactivity with participating users. You can also combine favorite picks with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Trivia</strong> With trivia, you can allow users to test their knowledge of trivia and share their scores with friends. With our app you can create your own set of questions, and specify answers so that the Wildfire Promotion Builder tool auto-generates the user score once the user is finished completing the set of trivia questions you created. The app will then prompt the user to share their scores with their friends, which in turn can generate enthusiasm and a sense of competition between friends to beat each others score. Through the app you are able to download participant answers and view leads. You can also combine a trivia with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div style=\"text-align: justify;\">\r\n<div>\r\n\r\n<strong>Quiz</strong> The Quiz app enables you to create custom quizzes which allow users to share their personalities with their friends. With our app, you are able to create custom questions, set up a scoring guideline, and create categories that the user gets scored into with their results. These quiz results can then be shared between users and on streams and feeds, compelling users friends to take the quiz as well, to assess what their results would be. Participant answers can be downloaded at any time. You can also combine a quiz with a contest, sweepstakes or coupon campaign.\r\n\r\n&nbsp;\r\n\r\n</div>\r\n</div>\r\n<div>\r\n<div>\r\n<p style=\"text-align: justify;\"><strong>Sign-Up Form</strong> The Sign-Up form enables the creation of a custom form, which can double as a survey, for users to fill out. You can download user information, input, and data from your leads at any time.</p>\r\n<p style=\"text-align: justify;\"></p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>\r\n\r\n</div>\r\n</div>','Social Media Campaigns','','inherit','open','open','','278-revision-11','','','2011-09-02 03:00:32','2011-09-01 19:00:32','',278,'http://newweb.amazingbusinessresources.com/archives/1085',0,'revision','',0,NULL),(1084,1,'2011-10-01 02:10:38','2011-09-30 18:10:38','<h3 style=\"text-align: justify;\">What is FourSquare?</h3>\r\n<p style=\"text-align: justify;\">The best place to begin is with <a title=\"What is foursquare\" href=\"http://foursquare.com/overview\" target=\"_blank\">understanding what foursquare is</a>. It’s a new website which lets you “check in” to stores, bars, restaurants, and other places. When you “check in” to a new place, foursquare will update your friends of where you are.</p>\r\n<p style=\"text-align: justify;\">It’s addictive because as you start to explore new places or do specific things you start to <a title=\"Foursquare badges\" href=\"http://www.foursquare.com/help/badges\" target=\"_blank\">unlock badges</a>. So if you go out to the same place every night you might unlock the “local” badge.</p>\r\n<p style=\"text-align: justify;\"><img class=\"aligncenter size-full wp-image-877\" title=\"Foursquare Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/foursquare.jpg\" alt=\"Foursquare Marketing\" width=\"500\" height=\"282\" /></p>\r\n\r\n<h3 style=\"text-align: justify;\">The Shift in Strategy</h3>\r\n<p style=\"text-align: justify;\">Foursquare embodies the shift from our immobile computer to mobile Internet. Consumers are connected all the time. Twitter began the mobile trend and foursquare is continuing it.</p>\r\n<p style=\"text-align: justify;\">Since more consumers are using the mobile social web, brands are able to connect with consumers within their stores. Marketers can create incentives and contests to drive customers into a business.</p>\r\n<p style=\"text-align: justify;\">The continuing trend towards mobile Internet is a huge opportunity for brands with physical stores and offices.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Introducing the Microcommunity</h3>\r\n<p style=\"text-align: justify;\">With the mobile Internet comes changes in user behavior. The most prominent change is the idea of privacy. Although we know privacy is an issues on sites such as Facebook, foursquare opens up a whole new set of problems.</p>\r\n<p style=\"text-align: justify;\">Most foursquare users are extremely wary of who they add as a friend. People are worried about letting strangers know where they are or where they aren’t.</p>\r\n<p style=\"text-align: justify;\">Because of this selectivity, mobile communities are most likely to be much smaller than our normal friend lists. These smaller groups of friends can be defined as microcommunities. I think it will be rare to see a foursquare user with hundreds of friends like we see on Facebook.</p>\r\n<p style=\"text-align: justify;\">Instead of being able to reach a huge following online, brands will have to target multiple microcommunities.</p>\r\n<p style=\"text-align: justify;\">If you get one person to Tweet about your store, 5000 people might read the message. If you get one foursquare member to “check in” to your store, maybe only 25 people see that update.</p>\r\n<p style=\"text-align: justify;\">However, since the foursquare user has only added trusted friends we can assume that the update has a greater impact than a Twitter message. This increased trust but decreased size will have major implications on future social media marketing strategies.</p>\r\n\r\n<h3 style=\"text-align: justify;\">Final Thoughts</h3>\r\n<p style=\"text-align: justify;\">It seems interesting that as social media and mobile Internet matures, brands have to continue becoming more personalized. As microcommunities start to gain in popularity, our marketing strategies might change from targeting groups of 50,000 followers to groups of 50 friends.</p>\r\n<p style=\"text-align: justify;\">I’d love to know what you think about mobile Internet, social media, and foursquare. Want to learn more about how we can improve your results? Give us a call today or request a personal consultation!</p>\r\nWant to learn more about how we can improve your results? <a title=\"Contact Amazing Business Resources\" href=\"http://newweb.amazingbusinessresources.com/contact-us\">Give us a call</a> today or request a personal consultation!\r\n\r\n<a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a>','Foursquare Marketing','','inherit','open','open','','267-revision-9','','','2011-10-01 02:10:38','2011-09-30 18:10:38','',267,'http://newweb.amazingbusinessresources.com/archives/1084',0,'revision','',0,NULL),(1088,1,'2011-08-29 23:20:43','2011-08-29 15:20:43','<h2>Hundreds of Signup Form Templates</h2>\r\n<ul>\r\n	<li>- Flexible designs let you adjust your form endlessly</li>\r\n	<li>- Multiple color schemes for each template</li>\r\n	<li>- Coordinate with our matching email templates</li>\r\n	<li>- Choose from a selection that\'s constantly growing</li>\r\n</ul>\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/getstarted.png\') no-repeat; text-indent: -9999px; display: block; width: 479px; height: 107px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Get Started Today For Only $1! - AWeber Communications</a>','Website Signup Forms','','inherit','open','open','','291-revision-6','','','2011-08-29 23:20:43','2011-08-29 15:20:43','',291,'http://newweb.amazingbusinessresources.com/archives/1088',0,'revision','',0,NULL),(1089,1,'2011-08-29 23:26:38','2011-08-29 15:26:38','<p style=\"text-align: left;\"><object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/autoresponders.png\') no-repeat; text-indent: -9999px; display: block; width: 480px; height: 108px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Try AWeber\'s Autoresponders for $1</a>\r\n<h2 style=\"text-align: left;\">Start Collecting Subscribers Today!</h2>\r\n<ul>\r\n	<li>Our new web form generator makes building forms fun</li>\r\n	<li>Choose from hundreds of HTML email templates</li>\r\n	<li>Easy for beginners, flexible for experts</li>\r\n	<li>Publish to your website in one step</li>\r\n</ul>','Subscriber Management','','inherit','open','open','','293-revision-9','','','2011-08-29 23:26:38','2011-08-29 15:26:38','',293,'http://newweb.amazingbusinessresources.com/archives/1089',0,'revision','',0,NULL),(1090,1,'2011-10-01 02:20:03','2011-09-30 18:20:03','<p style=\"text-align: left;\"><object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object></p>\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/autoresponders.png\') no-repeat; text-indent: -9999px; display: block; width: 480px; height: 108px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Try AWeber\'s Autoresponders for $1</a>\r\n<h2 style=\"text-align: left;\">Start Collecting Subscribers Today!</h2>\r\n<ul>\r\n	<li>Our new web form generator makes building forms fun</li>\r\n	<li>Choose from hundreds of HTML email templates</li>\r\n	<li>Easy for beginners, flexible for experts</li>\r\n	<li>Publish to your website in one step</li>\r\n</ul>','Subscriber Management','','inherit','open','open','','293-revision-10','','','2011-10-01 02:20:03','2011-09-30 18:20:03','',293,'http://newweb.amazingbusinessresources.com/archives/1090',0,'revision','',0,NULL),(1091,1,'2011-08-29 23:29:42','2011-08-29 15:29:42','<h3 style=\"text-align: center;\">Let the Emailing System Schedule the Campaign for your Business</h3>\r\n<object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/7bJfTr9I7gI?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/autoresponders.png\') no-repeat; text-indent: -9999px; display: block; width: 480px; height: 108px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Try AWeber\'s Autoresponders for $1</a>','Autoresponder Follow Up','','inherit','open','open','','295-revision-6','','','2011-08-29 23:29:42','2011-08-29 15:29:42','',295,'http://newweb.amazingbusinessresources.com/archives/1091',0,'revision','',0,NULL),(1092,1,'2011-08-29 23:31:53','2011-08-29 15:31:53','<object width=\"480\" height=\"295\" classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0\"><param name=\"allowFullScreen\" value=\"true\" /><param name=\"allowscriptaccess\" value=\"always\" /><param name=\"src\" value=\"http://www.youtube.com/v/frnDeGUnzCY?fs=1&amp;hl=en_US\" /><param name=\"allowfullscreen\" value=\"true\" /><embed width=\"480\" height=\"295\" type=\"application/x-shockwave-flash\" src=\"http://www.youtube.com/v/frnDeGUnzCY?fs=1&amp;hl=en_US\" allowFullScreen=\"true\" allowscriptaccess=\"always\" allowfullscreen=\"true\" /></object>\r\n\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/automate.png\') no-repeat; text-indent: -9999px; display: block; width: 481px; height: 107px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Automate Your Email Marketing with AWeber</a>\r\n<h2>Useful Graphs</h2>\r\nTrack your campaign\'s performance\r\n<ul>\r\n	<li>- Who opened your messages (who didn\'t)</li>\r\n	<li>- Which links were clicked (and by whom)</li>\r\n	<li>- How much revenue your message generated</li>\r\n	<li>- How many people unsubscribed</li>\r\n</ul>','Track Performance','','inherit','open','open','','297-revision-8','','','2011-08-29 23:31:53','2011-08-29 15:31:53','',297,'http://newweb.amazingbusinessresources.com/archives/1092',0,'revision','',0,NULL),(1093,1,'2011-10-01 01:05:10','2011-09-30 17:05:10','<img class=\"aligncenter size-full wp-image-527\" title=\"Sms Marketing | Mobile Marketing\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Untitled-1-copy.jpg\" alt=\"Sms Marketing | Mobile Marketing\" width=\"600\" height=\"200\" />\r\n\r\nMobile marketing increases your marketing reach by allowing your brand to be viewed on thousands of mobile phones - anywhere and at any time of the day\r\n\r\nMobile Marketing Trend\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Rich penetration - 91% of Malaysian  population own a phone no</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>1 to 1 marketing - selective to reach your targeted customer only</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>High personalized medium - unique number to reach a specific person</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Short time to market - quick and easy communication platform, high reach media</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Interactive relationship -fast responds and reply medium</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Efficient response monitoring -direct insight into each campaign and media respond for customer behaviour analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Database compiling and analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>Effective ROI - low marketing budget with high return of investment</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Button\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.jpg\" alt=\"\" width=\"26\" height=\"26\" /></td>\r\n<td>It\'s GREEN</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\nWe specializing in creating SMS campaign for our corporate clients:\r\n<h2>   <span style=\"color: #ff0000;\">Mobile Vouchers Mobile Survey</span>    Mobile MGM   <span style=\"color: #000080;\">Mobile Voting Contest</span></h2>\r\n<h2>              Mobile Birthday Special        <span style=\"color: #808080;\"> Mobiel Alerts for Member days</span></h2>\r\n<h2>                        <span style=\"color: #000080;\">Spend &amp; Win Mobile Contest  </span>                Mobile RSVP</h2>\r\n<h2><span style=\"color: #999999;\">     Mobile CRM for Personal TOUCH</span>             <span style=\"color: #ff0000;\">Mobile Document</span></h2>\r\n<h2></h2>\r\n<p style=\"padding-left: 300px;\"> <a href=\"http://newweb.amazingbusinessresources.com/contact-us\"><img title=\"Contact Us\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/get-a-quote.gif\" alt=\"Contact Us\" width=\"204\" height=\"91\" /></a></p>','Mobile Marketing','','inherit','open','open','','370-revision-10','','','2011-10-01 01:05:10','2011-09-30 17:05:10','',370,'http://newweb.amazingbusinessresources.com/archives/1093',0,'revision','',0,NULL),(1108,1,'2011-10-01 11:05:24','2011-10-01 03:05:24','&nbsp;\r\n\r\nMobile marketing increases your marketing reach by allowing your brand to be viewed on thousands of mobile phones - anywhere and at any time of the day\r\n\r\nMobile Marketing Trend\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-1043\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Rich penetration - 91% of Malaysian  population own a phone no</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>1 to 1 marketing - selective to reach your targeted customer only</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>High personalized medium - unique number to reach a specific person</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Short time to market - quick and easy communication platform, high reach media</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Interactive relationship -fast responds and reply medium</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Efficient response monitoring -direct insight into each campaign and media respond for customer behaviour analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Database compiling and analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Effective ROI - low marketing budget with high return of investment</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>It\'s GREEN</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nWe specializing in creating SMS campaign for our corporate clients:\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Mobile Vouchers Mobile Survey    </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #000000;\">Mobile MGM   </span></li>\r\n	<li><span style=\"color: #000000;\">Mobile Voting Contest</span></li>\r\n	<li><span style=\"color: #000000;\">Mobile Birthday Special         </span></li>\r\n	<li><span style=\"color: #000000;\">Mobiel Alerts for Member days</span></li>\r\n	<li><span style=\"color: #000000;\">Spend &amp; Win Mobile Contest                  </span></li>\r\n	<li><span style=\"color: #000000;\">Mobile RSVP</span></li>\r\n	<li><span style=\"color: #000000;\">Mobile CRM for Personal TOUCH             </span></li>\r\n	<li><span style=\"color: #000000;\">Mobile Document</span></li>\r\n</ul>\r\n</ul>','Mobile Marketing','','inherit','open','open','','370-revision-12','','','2011-10-01 11:05:24','2011-10-01 03:05:24','',370,'http://newweb.amazingbusinessresources.com/archives/1108',0,'revision','',0,NULL),(1094,1,'2011-10-01 00:34:17','2011-09-30 16:34:17','[mappress mapid=\"1\"]\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">Amazing Business Resources</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"> AAAAAAA<em>[bgmp-map]</em></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>','Contact us','','inherit','open','open','','32-revision-55','','','2011-10-01 00:34:17','2011-09-30 16:34:17','',32,'http://newweb.amazingbusinessresources.com/archives/1094',0,'revision','',0,NULL),(1095,1,'2011-10-01 02:20:32','2011-09-30 18:20:32','[mappress mapid=\"1\"]\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" lang=\"\" dir=\"\" scope=\"\" rowspan=\"1\" colspan=\"2\" align=\"\" valign=\"\">Amazing Business Resources</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"width: 100px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">Address</td>\r\n<td id=\"\" style=\"width: 500px;\" lang=\"\" dir=\"\" scope=\"\" align=\"\" valign=\"\">E-22-2, IOI Boulevard, Jalan Kenari 5, Bandar Puchong Jaya, 47170, Selangor</td>\r\n</tr>\r\n<tr>\r\n<td>Telephone</td>\r\n<td>+603 8073 7230</td>\r\n</tr>\r\n<tr>\r\n<td>Fax</td>\r\n<td>+603 8073 7233</td>\r\n</tr>\r\n<tr>\r\n<td>Email</td>\r\n<td><a title=\"Contact Amazing Business Resources\" href=\"mailto:info@AmazingBusinessResources.com\" target=\"_blank\">info@AmazingBusinessResources.com</a></td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><strong>\r\n</strong></td>\r\n<td colspan=\"1\"></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" rowspan=\"1\" colspan=\"2\"><strong>LOCATION MAP</strong></td>\r\n</tr>\r\n<tr>\r\n<td rowspan=\"1\" colspan=\"2\"> AAAAAAA<em>[bgmp-map]</em></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n<div><span class=\"Apple-style-span\" style=\"font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: normal;\">\r\n</span></div>','Contact us','','inherit','open','open','','32-revision-56','','','2011-10-01 02:20:32','2011-09-30 18:20:32','',32,'http://newweb.amazingbusinessresources.com/archives/1095',0,'revision','',0,NULL),(1097,1,'2011-10-01 02:28:44','2011-09-30 18:28:44','<script type=\"text/javascript\" src=\"http://www.aweber.com/js/recent_posts.js?id=371675&type=public\">\r\n</script>','Email Marketing Tips','','inherit','open','open','','444-revision-11','','','2011-10-01 02:28:44','2011-09-30 18:28:44','',444,'http://newweb.amazingbusinessresources.com/archives/1097',0,'revision','',0,NULL),(1098,1,'2011-10-01 02:29:13','2011-09-30 18:29:13','<script type=\"text/javascript\" src=\"http://www.aweber.com/js/recent_posts.js?id=371675&type=public\">\r\n</script>','Email Marketing Tips','','inherit','open','open','','444-revision-12','','','2011-10-01 02:29:13','2011-09-30 18:29:13','',444,'http://newweb.amazingbusinessresources.com/archives/1098',0,'revision','',0,NULL),(1100,1,'2011-10-01 02:30:39','2011-09-30 18:30:39','<script type=\"text/javascript\" src=\"http://www.aweber.com/js/recent_posts.js?id=371675&type=public\">\r\n</script>','Email Marketing Tips','','inherit','open','open','','444-revision-14','','','2011-10-01 02:30:39','2011-09-30 18:30:39','',444,'http://newweb.amazingbusinessresources.com/archives/1100',0,'revision','',0,NULL),(1099,1,'2011-10-01 02:30:10','2011-09-30 18:30:10','<pre>&lt;script type=\"text/javascript\" src=\"http://www.aweber.com/js/recent_posts.js?id=371675&amp;type=public\"&gt;\r\n&lt;/script&gt;</pre>','Email Marketing Tips','','inherit','open','open','','444-revision-13','','','2011-10-01 02:30:10','2011-09-30 18:30:10','',444,'http://newweb.amazingbusinessresources.com/archives/1099',0,'revision','',0,NULL),(1101,1,'2011-10-01 02:19:48','2011-09-30 18:19:48','<h3 style=\"text-align: center;\"></h3>\r\n<img class=\"aligncenter size-full wp-image-504\" title=\"Email Marketing Campaign\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Banner_1.jpg\" alt=\"Email Marketing Campaign\" width=\"600\" height=\"200\" />\r\n\r\n<strong>Email marketing</strong> tools like professional email signup forms &amp; autoresponder services make it easy for you to build your email list and stay in touch with prospects.\r\n\r\nFind out why many businesses trust our <strong>email marketing software</strong> to deliver the best results for any size <strong>email marketing campaign.</strong>\r\n\r\n&nbsp;','Email Marketing','','inherit','open','open','','482-revision-8','','','2011-10-01 02:19:48','2011-09-30 18:19:48','',482,'http://newweb.amazingbusinessresources.com/archives/1101',0,'revision','',0,NULL),(1102,1,'2011-10-01 02:31:26','2011-09-30 18:31:26','<script type=\"text/javascript\" src=\"http://www.aweber.com/js/recent_posts.js?id=371675&type=public\">\r\n</script>','Email Marketing Tips','','inherit','open','open','','444-revision-15','','','2011-10-01 02:31:26','2011-09-30 18:31:26','',444,'http://newweb.amazingbusinessresources.com/archives/1102',0,'revision','',0,NULL),(1103,1,'2011-10-01 02:35:35','2011-09-30 18:35:35','<script type=\"text/javascript\" src=\"http://www.aweber.com/js/recent_posts.js?id=371675&type=public\">\r\n</script>\r\n\r\n<a style=\"background: url(\'http://www.aweber.com/images/affiliate/getstarted.png\') no-repeat; text-indent: -9999px; display: block; width: 479px; height: 107px;\" title=\"Email Marketing by AWeber\" href=\"http://www.aweber.com/?371675\">Get Started Today For Only $1! - AWeber Communications</a>','Email Marketing Tips','','inherit','open','open','','444-revision-16','','','2011-10-01 02:35:35','2011-09-30 18:35:35','',444,'http://newweb.amazingbusinessresources.com/archives/1103',0,'revision','',0,NULL),(1104,1,'2011-10-01 02:32:41','2011-09-30 18:32:41','<h3 style=\"text-align: center;\"></h3>\r\n<img class=\"aligncenter size-full wp-image-504\" title=\"Email Marketing Campaign\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Email-Banner_1.jpg\" alt=\"Email Marketing Campaign\" width=\"600\" height=\"200\" />\r\n\r\n<strong>Email marketing</strong> tools like professional email signup forms &amp; autoresponder services make it easy for you to build your email list and stay in touch with prospects.\r\n\r\nFind out why many businesses trust our <strong>email marketing software</strong> to deliver the best results for any size <strong>email marketing campaign.</strong>\r\n\r\n&nbsp;\r\n\r\n<script type=\"text/javascript\" src=\"http://www.aweber.com/js/recent_posts.js?id=371675&type=public\">\r\n</script>','Email Marketing','','inherit','open','open','','482-revision-9','','','2011-10-01 02:32:41','2011-09-30 18:32:41','',482,'http://newweb.amazingbusinessresources.com/archives/1104',0,'revision','',0,NULL),(1105,1,'2011-10-01 02:41:11','2011-09-30 18:41:11','<!-- BEGIN AWEBER WEB FORM -->\r\n<style type=\"text/css\">\r\n.aweber_formbox {\r\n    margin:15px auto;\r\n	border-top:1px solid #e4e4e4;\r\n	border:1px solid #e4e4e4;\r\n	width:500px;\r\n	padding:1px;\r\n	background-color:#FFF;\r\n	font-family:Trebuchet MS, Verdana, Arial;\r\n	}\r\n.aweber_formbox .aweber_header {\r\n	padding:4px 0px 0px 15px;\r\n	font-size:12px;\r\n	width:255px;\r\n	color:#000;\r\n	float:left;\r\n	}\r\n.aweber_formbox p {\r\n    font-size:14px;\r\n    padding:15px 15px 0 15px;\r\n    }\r\n.aweber_formbox .aweber_emailicon {\r\n	position:relative;\r\n	top:3px;\r\n	display:none;\r\n	}\r\n.aweber_formbox .aweber_header span {\r\n	font-size:16px;\r\n	display:block;\r\n	}\r\n.aweber_formbox .aweber_form {\r\n	padding:10px;\r\n	font-size:12px;\r\n	margin-top:10px;\r\n	float:right;\r\n	}\r\n.aweber_formbox .aweber_lbl {\r\n	display:block;\r\n	}\r\n.aweber_formbox .aweber_lbl span {\r\n	/*display:none;*/\r\n	}\r\n.aweber_formbox .aweber_form input[type=\"text\"] {\r\n	width:165px;\r\n	background-color:#e6efef;\r\n	border:1px solid #e4e4e4;\r\n	padding:3px;\r\n	vertical-align:middle;\r\n	font-style:italic;\r\n	}\r\n.aweber_form input[type=\"submit\"] {\r\n	background-color: #22be0b;\r\n	background-image:url(http://www.aweber.com/images/button_on.gif);\r\n	background-image:repeat-x;\r\n	color:#FFF;\r\n	border:1px solid #666;\r\n	padding:4px 5px;\r\n	margin-top:3px;\r\n	}\r\n.aweber_form input[type=\"submit\"]:hover {\r\n	background-color: #2096e2;\r\n	background-image: url(http://www.aweber.com/images/button_hover.gif);\r\n	background-repeat: repeat;\r\n	}\r\n.aweber_formbox .aweber_form input[type=\"text\"]:focus {\r\n	background-color:#FFF;\r\n	}\r\n.aweber_formbox .aweber_element {\r\n	margin-bottom:5px;\r\n	margin-left:15px;\r\n	}\r\n.aweber_formbox .aweber_submit {\r\n	text-align:left;\r\n	margin-top:10px;\r\n	margin-bottom:10px;\r\n	margin-left:15px;\r\n	}\r\n</style>\r\n<div class=\"aweber_formbox\">\r\n<div class=\"aweber_header\">\r\n<br />\r\n<span>Can You Have More Sales, Too?</span><br />\r\nHelping over 102,000+ businesses like yours raise profits and build customer relationships using AWeber\'s opt-in <a title=\"Email Marketing Software\" href=\"http://askamazing.aweber.com\">email marketing software</a> for over 10 years.\r\n</div>\r\n<form method=\"post\" action=\"http://www.aweber.com/scripts/addlead.pl\" class=\"aweber_form\">\r\n<input type=hidden name=\"unit\" value=\"affaweber7\">\r\n<input type=hidden name=\"misc\" value=\"?371675\">\r\n<input type=hidden name=\"redirect\" value=\"http://askamazing.aweber.com/thank-you.htm?id=\">\r\n<input type=\"hidden\" name=\"aweber_adtracking\" value=\"aff_lead\">\r\n<span style=\"font-weight:bold; color:#0183ac; font-size:14px; margin-left:15px; display:block; margin-bottom:10px;\">Take a Free Test Drive today!</span>\r\n<div class=\"aweber_element\">\r\n<input type=\"text\" class=\"aweber_textinput\" onfocus=\"javascript:if(this.value==\'Name\') {this.value=\'\';}\" onblur=\"javascript:if(this.value==\'\') {this.value=\'Name\'}\" name=\"name\" value=\"Name\">\r\n</div>\r\n<div class=\"aweber_element\">\r\n<input type=\"text\" class=\"aweber_textinput\" onfocus=\"javascript:if(this.value==\'Email Address\') {this.value=\'\';}\" onblur=\"javascript:if(this.value==\'\') {this.value=\'Email Address\'}\" name=\"from\" value=\"Email Address\">\r\n</div>\r\n<div class=\"aweber_submit\">\r\n<input type=\"submit\" class=\"aweber_button\" name=\"submit\" value=\"Free Test Drive\">\r\n</div>\r\n</form>\r\n<div style=\"clear:both;\"></div>\r\n</div>     \r\n\r\n     \r\n\r\n<strong>Email marketing</strong> tools like professional email signup forms &amp; autoresponder services make it easy for you to build your email list and stay in touch with prospects.\r\n\r\nFind out why many businesses trust our <strong>email marketing software</strong> to deliver the best results for any size <strong>email marketing campaign.</strong>\r\n\r\n&nbsp;\r\n\r\n<script type=\"text/javascript\" src=\"http://www.aweber.com/js/recent_posts.js?id=371675&type=public\">\r\n</script>','Email Marketing','','inherit','open','open','','482-revision-10','','','2011-10-01 02:41:11','2011-09-30 18:41:11','',482,'http://newweb.amazingbusinessresources.com/archives/1105',0,'revision','',0,NULL),(1109,1,'2011-10-01 11:06:00','2011-10-01 03:06:00','&nbsp;\r\n\r\nMobile marketing increases your marketing reach by allowing your brand to be viewed on thousands of mobile phones - anywhere and at any time of the day\r\n\r\nMobile Marketing Trend\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-1043\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Rich penetration - 91% of Malaysian  population own a phone no</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>1 to 1 marketing - selective to reach your targeted customer only</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>High personalized medium - unique number to reach a specific person</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Short time to market - quick and easy communication platform, high reach media</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Interactive relationship -fast responds and reply medium</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Efficient response monitoring -direct insight into each campaign and media respond for customer behaviour analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Database compiling and analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Effective ROI - low marketing budget with high return of investment</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>It\'s GREEN</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nWe specializing in creating SMS campaign for our corporate clients:\r\n<ul>\r\n<ul>\r\n	<li><span style=\"color: #888888;\">Mobile Vouchers Mobile Survey    </span></li>\r\n</ul>\r\n<ul>\r\n	<li><span style=\"color: #888888;\">Mobile MGM   </span></li>\r\n	<li><span style=\"color: #888888;\">Mobile Voting Contest</span></li>\r\n	<li><span style=\"color: #888888;\">Mobile Birthday Special         </span></li>\r\n	<li><span style=\"color: #888888;\">Mobiel Alerts for Member days</span></li>\r\n	<li><span style=\"color: #888888;\">Spend &amp; Win Mobile Contest                  </span></li>\r\n	<li><span style=\"color: #888888;\">Mobile RSVP</span></li>\r\n	<li><span style=\"color: #888888;\">Mobile CRM for Personal TOUCH             </span></li>\r\n	<li><span style=\"color: #888888;\">Mobile Document</span></li>\r\n</ul>\r\n</ul>','Mobile Marketing','','inherit','open','open','','370-revision-13','','','2011-10-01 11:06:00','2011-10-01 03:06:00','',370,'http://newweb.amazingbusinessresources.com/archives/1109',0,'revision','',0,NULL),(1112,1,'2011-10-01 11:08:57','2011-10-01 03:08:57','Mobile marketing increases your marketing reach by allowing your brand to be viewed on thousands of mobile phones - anywhere and at any time of the day\r\n\r\nMobile Marketing Trend\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-1043\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Rich penetration - 91% of Malaysian  population own a phone no</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>1 to 1 marketing - selective to reach your targeted customer only</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>High personalized medium - unique number to reach a specific person</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Short time to market - quick and easy communication platform, high reach media</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Interactive relationship -fast responds and reply medium</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Efficient response monitoring -direct insight into each campaign and media respond for customer behaviour analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Database compiling and analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Effective ROI - low marketing budget with high return of investment</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>It\'s GREEN</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nWe specializing in creating SMS campaign for our corporate clients:\r\n<ul>\r\n<ul>\r\n	<li><img class=\"alignleft\" title=\"Mobile Application\" src=\"http://t3.gstatic.com/images?q=tbn:ANd9GcSYjAXbhYtA2mekVb9Tn8pGISknxtFZ8ksMRwPEqT95F-0OmPXc\" alt=\"Mobile Application\" width=\"200\" height=\"248\" />Mobile Vouchers Mobile Survey</li>\r\n</ul>\r\n<ul>\r\n	<li>Mobile MGM</li>\r\n	<li>Mobile Voting Contest</li>\r\n	<li>Mobile Birthday Special</li>\r\n	<li>Mobiel Alerts for Member days</li>\r\n	<li>Spend &amp; Win Mobile Contest</li>\r\n	<li>Mobile RSVP</li>\r\n	<li>Mobile CRM for Personal TOUCH</li>\r\n	<li>Mobile Document</li>\r\n</ul>\r\n</ul>','Mobile Marketing','','inherit','open','open','','370-revision-16','','','2011-10-01 11:08:57','2011-10-01 03:08:57','',370,'http://newweb.amazingbusinessresources.com/archives/1112',0,'revision','',0,NULL),(1113,1,'2011-10-01 11:11:42','2011-10-01 03:11:42','Mobile marketing increases your marketing reach by allowing your brand to be viewed on thousands of mobile phones - anywhere and at any time of the day\r\n\r\nMobile Marketing Trend\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-1043\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Rich penetration - 91% of Malaysian  population own a phone no</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>1 to 1 marketing - selective to reach your targeted customer only</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>High personalized medium - unique number to reach a specific person</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Short time to market - quick and easy communication platform, high reach media</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Interactive relationship -fast responds and reply medium</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Efficient response monitoring -direct insight into each campaign and media respond for customer behaviour analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Database compiling and analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Effective ROI - low marketing budget with high return of investment</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>It\'s GREEN</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nWe specializing in creating SMS campaign for our corporate clients:\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img class=\"aligncenter\" title=\"Mobile Application\" src=\"http://t3.gstatic.com/images?q=tbn:ANd9GcQh6CU0U8gFig0-XZU3PoScFEw9Yo-OPfIwNgnGiEIDm85fXDg4\" alt=\"Mobile Application\" width=\"168\" height=\"272\" /></td>\r\n<td>\r\n<ul>\r\n<ul>\r\n	<li>Mobile Vouchers Mobile Survey</li>\r\n</ul>\r\n<ul>\r\n	<li>Mobile MGM</li>\r\n	<li>Mobile Voting Contest</li>\r\n	<li>Mobile Birthday Special</li>\r\n	<li>Mobiel Alerts for Member days</li>\r\n	<li>Spend &amp; Win Mobile Contest</li>\r\n	<li>Mobile RSVP</li>\r\n	<li>Mobile CRM for Personal TOUCH</li>\r\n	<li>Mobile Document</li>\r\n</ul>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Mobile Marketing','','inherit','open','open','','370-revision-17','','','2011-10-01 11:11:42','2011-10-01 03:11:42','',370,'http://newweb.amazingbusinessresources.com/archives/1113',0,'revision','',0,NULL),(1114,1,'2011-10-01 11:12:15','2011-10-01 03:12:15','Mobile marketing increases your marketing reach by allowing your brand to be viewed on thousands of mobile phones - anywhere and at any time of the day\r\n\r\nMobile Marketing Trend\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img class=\"aligncenter size-full wp-image-1043\" title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Rich penetration - 91% of Malaysian  population own a phone no</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>1 to 1 marketing - selective to reach your targeted customer only</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>High personalized medium - unique number to reach a specific person</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Short time to market - quick and easy communication platform, high reach media</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Interactive relationship -fast responds and reply medium</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Efficient response monitoring -direct insight into each campaign and media respond for customer behaviour analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Database compiling and analysis</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>Effective ROI - low marketing budget with high return of investment</td>\r\n</tr>\r\n<tr>\r\n<td><img title=\"Website Development\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Button.png\" alt=\"Website Development\" width=\"34\" height=\"34\" /></td>\r\n<td>It\'s GREEN</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\nWe specializing in creating SMS campaign for our corporate clients:\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td><img class=\"aligncenter\" title=\"Mobile Application\" src=\"http://t3.gstatic.com/images?q=tbn:ANd9GcQh6CU0U8gFig0-XZU3PoScFEw9Yo-OPfIwNgnGiEIDm85fXDg4\" alt=\"Mobile Application\" width=\"168\" height=\"272\" /></td>\r\n<td>\r\n<ul>\r\n	<li>\r\n<h3>Mobile Vouchers Mobile Survey</h3>\r\n</li>\r\n	<li>\r\n<h3>Mobile MGM</h3>\r\n</li>\r\n	<li>\r\n<h3>Mobile Voting Contest</h3>\r\n</li>\r\n	<li>\r\n<h3>Mobile Birthday Special</h3>\r\n</li>\r\n	<li>\r\n<h3>Mobiel Alerts for Member days</h3>\r\n</li>\r\n	<li>\r\n<h3>Spend &amp; Win Mobile Contest</h3>\r\n</li>\r\n	<li>\r\n<h3>Mobile RSVP</h3>\r\n</li>\r\n	<li>\r\n<h3>Mobile CRM for Personal TOUCH</h3>\r\n</li>\r\n	<li>\r\n<h3>Mobile Document</h3>\r\n</li>\r\n</ul>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\n<br />','Mobile Marketing','','inherit','open','open','','370-revision-18','','','2011-10-01 11:12:15','2011-10-01 03:12:15','',370,'http://newweb.amazingbusinessresources.com/archives/1114',0,'revision','',0,NULL),(1118,1,'2011-10-01 11:16:09','2011-10-01 03:16:09','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\">\r\n<h3 style=\"text-align: left;\">Online Advertising</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong>Amazing Business Resources</strong> media buying division specializes in placing online advertisements on behalf of clients. We specialized in Online Advertising Management.\r\n<p style=\"text-align: justify;\">Our marketing initiatives are designed to meet the specific objectives of each advertiser, with a strong focus on the bottom line. The division is comprised of several core competencies, including traditional online media buying, search engine marketing (SEM), contextual advertising, banner placements, creative strategy, and email marketing. Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" colspan=\"1\">\r\n<h3 style=\"text-align: left;\"><strong>Offline Advertising</strong></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\">\r\n<p style=\"text-align: justify;\"><strong>Amazing Business Resources</strong> provides an effective and efficient evaluation service for advertisers who may be unsure about how to best monitor and appraise what they’re getting for their all important advertising monies.</p>\r\n<p style=\"text-align: justify;\">We will assist in setting budgets and targets, in choosing which media channels are best to reach target groups and whether most efficient pricing is being achieved is what we’re here to do.</p>\r\n<p style=\"text-align: justify;\">We’ll be only too happy to come and talk to you about your current media plans, and to help you ensure that you squeeze the maximum return from your budget.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify; padding-left: 30px;\"><strong>\r\n</strong></p>','Media Planning','','inherit','open','open','','372-revision-18','','','2011-10-01 11:16:09','2011-10-01 03:16:09','',372,'http://newweb.amazingbusinessresources.com/archives/1118',0,'revision','',0,NULL),(1119,1,'2011-10-01 11:16:25','2011-10-01 03:16:25','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\">\r\n<h3 style=\"text-align: left;\">Online Advertising</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong>Amazing Business Resources</strong> media buying division specializes in placing online advertisements on behalf of clients. We specialized in Online Advertising Management.\r\n<p style=\"text-align: justify;\">Our marketing initiatives are designed to meet the specific objectives of each advertiser, with a strong focus on the bottom line. The division is comprised of several core competencies, including traditional online media buying, search engine marketing (SEM), contextual advertising, banner placements, creative strategy, and email marketing. Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" colspan=\"1\">\r\n<h3 style=\"text-align: left;\"><strong>Offline Advertising</strong></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\">\r\n<p style=\"text-align: justify;\"><strong>Amazing Business Resources</strong> provides an effective and efficient evaluation service for advertisers who may be unsure about how to best monitor and appraise what they’re getting for their all important advertising monies.</p>\r\n<p style=\"text-align: justify;\">We will assist in setting budgets and targets, in choosing which media channels are best to reach target groups and whether most efficient pricing is being achieved is what we’re here to do.</p>\r\n<p style=\"text-align: justify;\">We’ll be only too happy to come and talk to you about your current media plans, and to help you ensure that you squeeze the maximum return from your budget.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify; padding-left: 30px;\"><strong>\r\n</strong></p>','Media Planning','','inherit','open','open','','372-revision-19','','','2011-10-01 11:16:25','2011-10-01 03:16:25','',372,'http://newweb.amazingbusinessresources.com/archives/1119',0,'revision','',0,NULL),(1120,1,'2011-10-01 11:16:56','2011-10-01 03:16:56','&nbsp;\r\n<table border=\"0\">\r\n<tbody>\r\n<tr>\r\n<td id=\"\" style=\"width: 300px;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\">\r\n<h3 style=\"text-align: left;\">Online Advertising</h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td id=\"\" style=\"text-align: justify;\" lang=\"\" dir=\"\" scope=\"\" align=\"center\" valign=\"top\"><strong>Amazing Business Resources</strong> media buying division specializes in placing online advertisements on behalf of clients. We specialized in Online Advertising Management.\r\n<p style=\"text-align: justify;\">Our marketing initiatives are designed to meet the specific objectives of each advertiser, with a strong focus on the bottom line. The division is comprised of several core competencies, including traditional online media buying, search engine marketing (SEM), contextual advertising, banner placements, creative strategy, and email marketing. Amazing Business Resources experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on.</p>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\"><span style=\"color: #ffffff;\">.</span></td>\r\n</tr>\r\n<tr>\r\n<td style=\"text-align: center;\" colspan=\"1\">\r\n<h3 style=\"text-align: left;\"><strong>Offline Advertising</strong></h3>\r\n</td>\r\n</tr>\r\n<tr>\r\n<td colspan=\"1\">\r\n<p style=\"text-align: justify;\"><strong>Amazing Business Resources</strong> provides an effective and efficient evaluation service for advertisers who may be unsure about how to best monitor and appraise what they’re getting for their all important advertising monies.</p>\r\n<p style=\"text-align: justify;\">We will assist in setting budgets and targets, in choosing which media channels are best to reach target groups and whether most efficient pricing is being achieved is what we’re here to do.</p>\r\n<p style=\"text-align: justify;\">We’ll be only too happy to come and talk to you about your current media plans, and to help you ensure that you squeeze the maximum return from your budget.</p>\r\n</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n<p style=\"text-align: justify; padding-left: 30px;\"><strong>\r\n</strong></p>','Media Planning','','inherit','open','open','','372-revision-20','','','2011-10-01 11:16:56','2011-10-01 03:16:56','',372,'http://newweb.amazingbusinessresources.com/archives/1120',0,'revision','',0,NULL),(1124,1,'2011-10-01 00:58:46','2011-09-30 16:58:46','<p style=\"text-align: justify;\"><span style=\"color: #000000;\"><strong><img class=\"alignleft size-full wp-image-1016\" title=\"Amazing Business Resources\" src=\"http://newweb.amazingbusinessresources.com/wp-content/uploads/2011/08/Amazing-Business-Resources.png\" alt=\"Amazing Business Resources\" width=\"85\" height=\"82\" />Amazing Business Resources</strong></span> creates and leads powerful online marketing strategies that will intelligently rocket your traffic, promote your brand and grow leads and sales with maximize ROI to give you a feeling of <strong>Power and Importance</strong> in the market place.</p></br>\r\n<p style=\"text-align: justify;\"><strong>Culture and Values</strong></p>\r\n<p style=\"text-align: justify;\"><strong></strong>We value integrity, honesty, and transparency. We vow to work together with our clients to make sure they are successful in the internet world. We are proud of the fact that we take the time to share with our clients about how to successfully use internet marketing channel like <strong><a title=\"Website Development\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/website-development\">Website</a>, <a title=\"Email Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/email-marketing-2\">Emailing Marketing</a>, <a title=\"Mobile Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/mobile-marketing-1\">Mobile/SMS Marketing</a>, <a title=\"SEO\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/search-engine-optimization-seo\">Search Engine Optimization</a> Techniques, <a title=\"Social Media Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1\">Social Media Marketing</a> (<strong><a title=\"Blog Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/blog-marketing\">Blog</a>, </strong><a title=\"Facebook Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/facebook-marketing\">Facebook</a>, <a title=\"Twitter Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/twitter-marketing\">Twitter</a>, <a title=\"Youtube Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/youtube-marketing\">Youtube</a>, <a title=\"Foursquare Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/foursquare-marketing\">Foursquare</a>, and <a title=\"LinkedIn Marketing\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/social-media-marketing-1/linkedin-marketing\">LinkedIn</a>) and <a title=\"Media Planning\" href=\"http://newweb.amazingbusinessresources.com/amazings-services/media-planning-1\">Media Advertising</a>. </strong>It’s not just about our ability to produce results, but more importantly, it’s about our clients joining us for the ride and executing a powerful campaign together.</p>\r\n<p style=\"text-align: justify;\"><strong>\r\n</strong><strong>Let’s get started</strong></p>\r\n<p style=\"text-align: justify;\">Thank you very much for getting to know what <span style=\"color: #000000;\"><strong>Amazing Business Resources</strong></span> is all about. <strong><a href=\"http://newweb.amazingbusinessresources.com/?page_id=32\" target=\"_blank\">Contact us</a></strong> right now to take the first steps in dominating the internet portal in online landscape. We will be here every step of the way and will help you love the social space.  Click here to know more about Our <a title=\"Amazing Online Services\" href=\"http://newweb.amazingbusinessresources.com/amazings-services\">Amazing Online Services</a></p>','About Us','','inherit','open','open','','14-revision-19','','','2011-10-01 00:58:46','2011-09-30 16:58:46','',14,'http://newweb.amazingbusinessresources.com/archives/1124',0,'revision','',0,NULL);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_socialslider`
--

DROP TABLE IF EXISTS `wp_socialslider`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_socialslider` (
  `id` tinyint(4) NOT NULL AUTO_INCREMENT,
  `lp` tinyint(4) NOT NULL,
  `ikona` varchar(20) NOT NULL,
  `nazwa` varchar(20) NOT NULL,
  `adres` varchar(500) DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM AUTO_INCREMENT=37 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_socialslider`
--

LOCK TABLES `wp_socialslider` WRITE;
/*!40000 ALTER TABLE `wp_socialslider` DISABLE KEYS */;
INSERT INTO `wp_socialslider` VALUES (1,1,'rss','RSS','http://AmazingBusinessResources.com/feed'),(2,2,'newsletter','Newsletter',''),(3,3,'facebook','Facebook','http://www.facebook.com/AskAmazing'),(4,4,'googleplus','Google+',''),(5,5,'spinacz','Spinacz',''),(6,6,'goldenline','GoldenLine',''),(7,7,'linkedin','LinkedIn',''),(8,8,'naszaklasa','Nasza Klasa',''),(9,9,'networkedblogs','NetworkedBlogs',''),(10,10,'myspace','MySpace',''),(11,11,'orkut','Orkut',''),(12,12,'grono','Grono',''),(13,13,'friendconnect','FriendConnect',''),(14,14,'friendfeed','FriendFeed',''),(15,15,'sledzik','Śledzik',''),(16,16,'blip','Blip',''),(17,17,'flaker','Flaker',''),(18,18,'twitter','Twitter','http://twitter.com/AskAmazing'),(19,19,'soup','Soup.io',''),(20,20,'buzz','Buzz',''),(21,21,'tumblr','Tumblr',''),(22,22,'digg','Digg',''),(23,23,'wykop','Wykop',''),(24,24,'kciuk','Kciuk',''),(25,25,'picasa','Picasa',''),(26,26,'flickr','Flickr',''),(27,27,'panoramio','Panoramio',''),(28,28,'deviantart','DeviantArt',''),(29,29,'youtube','YouTube','http://youtube.com/AskAmazing'),(30,30,'vimeo','Vimeo',''),(31,31,'imdb','IMDb',''),(32,32,'lastfm','Last.fm',''),(33,33,'ising','iSing',''),(34,34,'blipfm','Blip.fm',''),(35,35,'delicious','Delicious',''),(36,36,'unifyer','Unifyer','');
/*!40000 ALTER TABLE `wp_socialslider` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_relationships`
--

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `term_order` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_relationships`
--

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES (1,2,0),(2,2,0),(3,2,0),(4,2,0),(5,2,0),(6,2,0),(7,2,0),(590,6,0),(888,5,0),(1121,33,0),(567,6,0),(1,5,0),(559,5,0),(549,5,0),(542,5,0),(569,6,0),(588,6,0),(586,6,0),(577,6,0),(575,6,0),(650,6,0),(592,6,0),(595,4,0),(600,4,0),(602,3,0),(602,4,0),(607,4,0),(668,6,0),(648,6,0),(655,6,0),(659,6,0),(664,6,0),(762,3,0),(684,4,0),(689,4,0),(738,6,0),(742,6,0),(745,4,0),(751,5,0),(755,5,0),(759,6,0),(762,6,0),(766,6,0),(769,3,0),(772,6,0),(776,5,0),(779,6,0),(784,5,0),(788,5,0),(794,5,0),(799,5,0),(802,5,0),(807,5,0),(810,4,0),(810,5,0),(815,5,0),(818,3,0),(823,3,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_term_taxonomy`
--

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT '0',
  `count` bigint(20) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=MyISAM AUTO_INCREMENT=34 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_term_taxonomy`
--

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'link_category','',0,7),(3,3,'category','We share with you the idea how to set up, manage and market your Business to world of internet. ',0,5),(4,4,'category','Feel frustrated handling list of clients and follow up new customers? Let our expert share with you the effective ways to handle it with our Powerful Email Marketing Strategy!',0,8),(5,5,'category','The true power of social media comes from the ability to create a community around your company and create digital conversations with your customers and clients. Amazing Business Resources has the proven track record that will harness that power for you.',0,16),(6,6,'category','Search engine optimization (SEO) is the process of improving the visibility of a website in search engines via the \"natural\" or un-paid (\"organic\" or \"algorithmic\") search results. Rise above others ans share your business to the world',0,21),(7,7,'category','Distribute your Business\'s promotional or advertising messages to customer through wireless networks. Engage us to handle your campaign effectively and professionally',0,0),(8,8,'category','Be Seen and Get Respond! Amazing Business Resources media buying division specializes in placing online and offline advertisements on behalf of clients. We experience combined with extensive list of partnerships, provide our advertisers with a media buying solution they can count on. ',0,0),(33,27,'nav_menu','',0,1),(27,21,'post_tag','',0,0),(28,22,'post_tag','',0,0),(29,23,'post_tag','',0,0),(30,24,'post_tag','',0,0),(31,25,'post_tag','',0,0),(32,26,'post_tag','',0,0);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_terms`
--

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT '0',
  PRIMARY KEY (`term_id`),
  UNIQUE KEY `slug` (`slug`),
  KEY `name` (`name`)
) ENGINE=MyISAM AUTO_INCREMENT=28 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_terms`
--

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'Blogroll','blogroll',0),(3,'Build A Website','build-a-website',0),(4,'Email Marketing','email-marketing',0),(5,'Social Media Marketing','social-media-marketing',0),(6,'Search Engine Optimization (SEO)','search-engine-optimization-seo',0),(7,'Mobile Marketing','mobile-marketing',0),(8,'Media Planning','media-planning',0),(23,'Keywords','keywords',0),(22,'Web search engine','web-search-engine',0),(27,'SEO DO &amp; DON&#039;T','seo-do-dont',0),(21,'Search engine optimization','search-engine-optimization',0),(24,'Keyword density','keyword-density',0),(25,'Domain name','domain-name',0),(26,'Keyword Research','keyword-research',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_usermeta`
--

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT '0',
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`)
) ENGINE=MyISAM AUTO_INCREMENT=31 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_usermeta`
--

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES (1,1,'first_name',''),(2,1,'last_name',''),(3,1,'nickname','admin'),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'comment_shortcuts','false'),(7,1,'admin_color','fresh'),(8,1,'use_ssl','0'),(9,1,'show_admin_bar_front','true'),(10,1,'show_admin_bar_admin','false'),(11,1,'aim',''),(12,1,'yim',''),(13,1,'jabber',''),(14,1,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(15,1,'wp_user_level','10'),(16,1,'wp_user-settings','m5=c&m8=c&m9=c&m6=c&hidetb=1&urlbutton=none&align=center&editor=tinymce&imgsize=full&m4=c&m1=c&m10=o&m7=c&m0=c&m3=c&m2=c&m11=c&m12=o'),(17,1,'wp_user-settings-time','1317443693'),(18,1,'wp_dashboard_quick_press_last_post_id','1001'),(19,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),(20,1,'metaboxhidden_nav-menus','a:2:{i:0;s:8:\"add-post\";i:1;s:12:\"add-post_tag\";}'),(28,1,'edit_page_per_page','50'),(21,1,'closedpostboxes_page','a:2:{i:0;s:8:\"mappress\";i:1;s:11:\"commentsdiv\";}'),(22,1,'metaboxhidden_page','a:5:{i:0;s:10:\"postcustom\";i:1;s:16:\"commentstatusdiv\";i:2;s:7:\"slugdiv\";i:3;s:9:\"authordiv\";i:4;s:12:\"revisionsdiv\";}'),(27,1,'plugins_last_view','all'),(23,1,'closedpostboxes_nav-menus','a:0:{}'),(24,1,'nav_menu_recently_edited','27'),(25,1,'meta-box-order_page','a:3:{s:4:\"side\";s:59:\"zemanta-wordpress,submitdiv,pageparentdiv,ep_admin_meta_box\";s:6:\"normal\";s:58:\"postcustom,commentstatusdiv,slugdiv,authordiv,wpGoogleMaps\";s:8:\"advanced\";s:5:\"aiosp\";}'),(26,1,'screen_layout_page','2'),(29,1,'closedpostboxes_post','a:0:{}'),(30,1,'metaboxhidden_post','a:8:{i:0;s:11:\"postexcerpt\";i:1;s:13:\"trackbacksdiv\";i:2;s:10:\"postcustom\";i:3;s:16:\"commentstatusdiv\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";i:7;s:12:\"revisionsdiv\";}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_users`
--

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(64) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(60) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT '0',
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`)
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_users`
--

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES (1,'admin','$P$B2B4aHnD.Ui.ZwZDsTSfHNG5PZFF4Y.','admin','amazingbresources@gmail.com','','2011-08-23 14:06:22','',0,'admin');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_xmlgooglemaps`
--

DROP TABLE IF EXISTS `wp_xmlgooglemaps`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_xmlgooglemaps` (
  `xml_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `xml_path` text NOT NULL,
  `xml_varstring` text NOT NULL,
  PRIMARY KEY (`xml_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_xmlgooglemaps`
--

LOCK TABLES `wp_xmlgooglemaps` WRITE;
/*!40000 ALTER TABLE `wp_xmlgooglemaps` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_xmlgooglemaps` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_xmlgooglemaps_cache`
--

DROP TABLE IF EXISTS `wp_xmlgooglemaps_cache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_xmlgooglemaps_cache` (
  `xml_id` bigint(20) NOT NULL,
  `xml_cache_key` varchar(20) NOT NULL,
  `xml_cache_lastupdated` datetime NOT NULL,
  `xml_cache_content` longtext NOT NULL,
  PRIMARY KEY (`xml_id`,`xml_cache_key`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_xmlgooglemaps_cache`
--

LOCK TABLES `wp_xmlgooglemaps_cache` WRITE;
/*!40000 ALTER TABLE `wp_xmlgooglemaps_cache` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_xmlgooglemaps_cache` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_xmlgooglemaps_gpxfile`
--

DROP TABLE IF EXISTS `wp_xmlgooglemaps_gpxfile`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_xmlgooglemaps_gpxfile` (
  `gpxfile_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `filepath` text NOT NULL,
  `fileupdatetime` datetime NOT NULL,
  `maxlat` double DEFAULT NULL,
  `maxlon` double DEFAULT NULL,
  `minlat` double DEFAULT NULL,
  `minlon` double DEFAULT NULL,
  PRIMARY KEY (`gpxfile_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_xmlgooglemaps_gpxfile`
--

LOCK TABLES `wp_xmlgooglemaps_gpxfile` WRITE;
/*!40000 ALTER TABLE `wp_xmlgooglemaps_gpxfile` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_xmlgooglemaps_gpxfile` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_xmlgooglemaps_gpxfile_item`
--

DROP TABLE IF EXISTS `wp_xmlgooglemaps_gpxfile_item`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_xmlgooglemaps_gpxfile_item` (
  `item_id` bigint(20) NOT NULL AUTO_INCREMENT,
  `item_nr` bigint(20) NOT NULL,
  `gpxfile_id` bigint(20) NOT NULL,
  `element` enum('RTE','RTEPT','TRK','TRKPT','WPT') DEFAULT NULL,
  `parent_item_id` int(11) DEFAULT NULL,
  `name` text,
  `description` text,
  `symbol` text,
  `link` text,
  `time` datetime DEFAULT NULL,
  `lat` double DEFAULT NULL,
  `lon` double DEFAULT NULL,
  `ele` double DEFAULT NULL,
  `heartrate` double DEFAULT NULL,
  PRIMARY KEY (`item_id`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_xmlgooglemaps_gpxfile_item`
--

LOCK TABLES `wp_xmlgooglemaps_gpxfile_item` WRITE;
/*!40000 ALTER TABLE `wp_xmlgooglemaps_gpxfile_item` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_xmlgooglemaps_gpxfile_item` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2011-10-01 13:08:47
