0byt3m1n1
Path:
/
data
/
22
/
3
/
136
/
103
/
3462592
/
meta
/
3858955
/
mysql.backup
/
[
Home
]
File: test_fss_db.mysqlv105.bak.sql
-- MySQL dump 10.11 -- -- Host: mysqlv105 Database: test_fss_db -- ------------------------------------------------------ -- Server version 5.0.91 /*!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`; SET @saved_cs_client = @@character_set_client; 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 DEFAULT CHARSET=utf8; 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 */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; SET @saved_cs_client = @@character_set_client; 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_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=2 DEFAULT CHARSET=utf8; 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/','','2013-12-18 04:52:54','2013-12-18 04:52:54','Hi, this is a comment.\nTo delete a comment, just log in and view the post's comments. There you will have the option to edit or delete them.',0,'1','','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; SET @saved_cs_client = @@character_set_client; 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 DEFAULT CHARSET=utf8; 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 */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL auto_increment, `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=1714 DEFAULT CHARSET=utf8; 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,'siteurl','http://039719c.netsolhost.com/ltest/fss','yes'),(2,'blogname','FSS','yes'),(3,'blogdescription','Financial Software Systems - Best Solution for Financial Management & Planning Services','yes'),(4,'users_can_register','1','yes'),(5,'admin_email','manoj@clasticon.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','1','yes'),(21,'posts_per_page','10','yes'),(22,'date_format','F j, Y','yes'),(23,'time_format','g:i a','yes'),(24,'links_updated_date_format','F j, Y g:i a','yes'),(25,'links_recently_updated_prepend','<em>','yes'),(26,'links_recently_updated_append','</em>','yes'),(27,'links_recently_updated_time','120','yes'),(28,'comment_moderation','','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','/%postname%/','yes'),(31,'gzipcompression','0','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:13:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:35:\"cf-post-formats/cf-post-formats.php\";i:2;s:36:\"contact-form-7/wp-contact-form-7.php\";i:3;s:37:\"export-user-data/export-user-data.php\";i:4;s:24:\"flexslider/wooslider.php\";i:5;s:35:\"login-with-ajax/login-with-ajax.php\";i:6;s:29:\"news-manager/news-manager.php\";i:7;s:37:\"post-types-order/post-types-order.php\";i:8;s:38:\"recent-tweets-widget/recent-tweets.php\";i:9;s:43:\"register-plus-redux/register-plus-redux.php\";i:10;s:23:\"revslider/revslider.php\";i:11;s:39:\"search-everything/search-everything.php\";i:12;s:37:\"user-role-editor/user-role-editor.php\";}','yes'),(36,'home','http://039719c.netsolhost.com/ltest/fss','yes'),(37,'category_base','','yes'),(38,'ping_sites','http://rpc.pingomatic.com/','yes'),(39,'advanced_edit','0','yes'),(40,'comment_max_links','2','yes'),(41,'gmt_offset','0','yes'),(42,'default_email_category','1','yes'),(43,'recently_edited','a:5:{i:0;s:103:\"\\\\WDP\\DFS\\30\\6\\8\\3\\3096807386\\user\\sites\\3858955.site\\www\\ltest\\fss/wp-content/themes/inovado/style.css\";i:2;s:103:\"\\\\WDP\\DFS\\30\\6\\8\\3\\3096807386\\user\\sites\\3858955.site\\www\\ltest\\fss/wp-content/themes/inovado/index.php\";i:3;s:104:\"\\\\WDP\\DFS\\30\\6\\8\\3\\3096807386\\user\\sites\\3858955.site\\www\\ltest\\fss/wp-content/themes/inovado/single.php\";i:4;s:109:\"\\\\WDP\\DFS\\30\\6\\8\\3\\3096807386\\user\\sites\\3858955.site\\www\\ltest\\fss/wp-content/themes/inovado/admin/index.php\";i:5;s:102:\"\\\\WDP\\DFS\\30\\6\\8\\3\\3096807386\\user\\sites\\3858955.site\\www\\ltest\\fss/wp-content/themes/inovado/page.php\";}','no'),(44,'template','inovado','yes'),(45,'stylesheet','inovado','yes'),(46,'comment_whitelist','1','yes'),(47,'blacklist_keys','','no'),(48,'comment_registration','','yes'),(49,'html_type','text/html','yes'),(50,'use_trackback','0','yes'),(51,'default_role','subscriber','yes'),(52,'db_version','26692','yes'),(53,'uploads_use_yearmonth_folders','1','yes'),(54,'upload_path','','yes'),(55,'blog_public','1','yes'),(56,'default_link_category','2','yes'),(57,'show_on_front','page','yes'),(58,'tag_base','','yes'),(59,'show_avatars','1','yes'),(60,'avatar_rating','G','yes'),(61,'upload_url_path','','yes'),(62,'thumbnail_size_w','150','yes'),(63,'thumbnail_size_h','150','yes'),(64,'thumbnail_crop','1','yes'),(65,'medium_size_w','300','yes'),(66,'medium_size_h','300','yes'),(67,'avatar_default','mystery','yes'),(68,'large_size_w','1024','yes'),(69,'large_size_h','1024','yes'),(70,'image_default_link_type','file','yes'),(71,'image_default_size','','yes'),(72,'image_default_align','','yes'),(73,'close_comments_for_old_posts','','yes'),(74,'close_comments_days_old','14','yes'),(75,'thread_comments','1','yes'),(76,'thread_comments_depth','5','yes'),(77,'page_comments','','yes'),(78,'comments_per_page','50','yes'),(79,'default_comments_page','newest','yes'),(80,'comment_order','asc','yes'),(81,'sticky_posts','a:0:{}','yes'),(82,'widget_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(83,'widget_text','a:3:{i:2;a:3:{s:5:\"title\";s:8:\"About Us\";s:4:\"text\";s:199:\"Financial Software and Systems (FSS) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. \";s:6:\"filter\";b:0;}i:4;a:3:{s:5:\"title\";s:10:\"For Others\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;}s:12:\"_multiwidget\";i:1;}','yes'),(84,'widget_rss','a:0:{}','yes'),(85,'uninstall_plugins','a:1:{s:43:\"register-plus-redux/register-plus-redux.php\";a:2:{i:0;s:19:\"Register_Plus_Redux\";i:1;s:13:\"rpr_uninstall\";}}','no'),(86,'timezone_string','','yes'),(87,'page_for_posts','554','yes'),(88,'page_on_front','2','yes'),(89,'default_post_format','0','yes'),(90,'link_manager_enabled','0','yes'),(91,'initial_db_version','26691','yes'),(92,'wp_user_roles','a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:73:{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:12:\"publish_news\";b:1;s:9:\"edit_news\";b:1;s:16:\"edit_others_news\";b:1;s:19:\"edit_published_news\";b:1;s:21:\"delete_published_news\";b:1;s:11:\"delete_news\";b:1;s:18:\"delete_others_news\";b:1;s:17:\"read_private_news\";b:1;s:22:\"manage_news_categories\";b:1;s:16:\"manage_news_tags\";b:1;s:22:\"view_cimy_extra_fields\";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:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:51:{s:11:\"delete_news\";b:1;s:18:\"delete_others_news\";b:1;s:19:\"delete_others_pages\";b:1;s:19:\"delete_others_posts\";b:1;s:12:\"delete_pages\";b:1;s:12:\"delete_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:21:\"delete_published_news\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:12:\"delete_users\";b:1;s:9:\"edit_news\";b:1;s:16:\"edit_others_news\";b:1;s:17:\"edit_others_pages\";b:1;s:17:\"edit_others_posts\";b:1;s:10:\"edit_pages\";b:1;s:10:\"edit_posts\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:19:\"edit_published_news\";b:1;s:20:\"edit_published_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:18:\"edit_theme_options\";b:1;s:7:\"level_0\";b:1;s:7:\"level_1\";b:1;s:7:\"level_2\";b:1;s:7:\"level_3\";b:1;s:7:\"level_4\";b:1;s:7:\"level_5\";b:1;s:7:\"level_6\";b:1;s:7:\"level_7\";b:1;s:10:\"list_users\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:22:\"manage_news_categories\";b:1;s:16:\"manage_news_tags\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:13:\"promote_users\";b:1;s:12:\"publish_news\";b:1;s:13:\"publish_pages\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:17:\"read_private_news\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:12:\"remove_users\";b:1;s:15:\"unfiltered_html\";b:1;s:12:\"upload_files\";b:1;s:22:\"view_cimy_extra_fields\";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;}}s:14:\"rpr_unverified\";a:2:{s:4:\"name\";s:10:\"Unverified\";s:12:\"capabilities\";a:0:{}}}','yes'),(93,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(94,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(95,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(96,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(98,'sidebars_widgets','a:6:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"blog-widgets\";a:2:{i:0;s:10:\"calendar-2\";i:1;s:29:\"news_manager_archive_widget-2\";}s:14:\"footer-widgets\";a:3:{i:0;s:6:\"text-2\";i:1;s:14:\"recent-posts-2\";i:2;s:9:\"contact-2\";}s:15:\"infobar-widgets\";a:3:{i:0;s:10:\"nav_menu-3\";i:1;s:10:\"nav_menu-4\";i:2;s:6:\"text-4\";}s:9:\"sidebar-4\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(99,'cron','a:6:{i:1403263874;a:1:{s:24:\"user_meta_schedule_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1403283182;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:1403291160;a:1:{s:20:\"wp_maybe_auto_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1403326641;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;}}}i:1403332760;a:1:{s:30:\"wp_scheduled_auto_draft_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'),(1712,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1403249558;s:7:\"checked\";a:4:{s:7:\"inovado\";s:3:\"4.1\";s:14:\"twentyfourteen\";s:3:\"1.0\";s:14:\"twentythirteen\";s:3:\"1.1\";s:12:\"twentytwelve\";s:3:\"1.3\";}s:8:\"response\";a:3:{s:14:\"twentyfourteen\";a:4:{s:5:\"theme\";s:14:\"twentyfourteen\";s:11:\"new_version\";s:3:\"1.1\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfourteen\";s:7:\"package\";s:60:\"https://wordpress.org/themes/download/twentyfourteen.1.1.zip\";}s:14:\"twentythirteen\";a:4:{s:5:\"theme\";s:14:\"twentythirteen\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentythirteen\";s:7:\"package\";s:60:\"https://wordpress.org/themes/download/twentythirteen.1.2.zip\";}s:12:\"twentytwelve\";a:4:{s:5:\"theme\";s:12:\"twentytwelve\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:41:\"https://wordpress.org/themes/twentytwelve\";s:7:\"package\";s:58:\"https://wordpress.org/themes/download/twentytwelve.1.4.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(127,'_transient_twentyfourteen_category_count','1','yes'),(131,'theme_mods_twentyfourteen','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1387342689;s:4:\"data\";a:4:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}}}}','yes'),(132,'current_theme','INOVADO','yes'),(133,'theme_mods_inovado','a:2:{i:0;b:0;s:18:\"nav_menu_locations\";a:5:{s:15:\"main_navigation\";i:2;s:14:\"top_navigation\";i:3;s:15:\"info_navigation\";i:4;s:20:\"info_navigation_col1\";i:4;s:20:\"info_navigation_col3\";i:6;}}','yes'),(134,'theme_switched','','yes'),(135,'INOVADO_options','a:189:{s:21:\"check_disablecomments\";s:1:\"1\";s:21:\"textarea_trackingcode\";s:0:\"\";s:13:\"media_favicon\";s:0:\"\";s:20:\"media_favicon_iphone\";s:0:\"\";s:27:\"media_favicon_iphone_retina\";s:0:\"\";s:18:\"media_favicon_ipad\";s:0:\"\";s:25:\"media_favicon_ipad_retina\";s:0:\"\";s:16:\"check_responsive\";s:1:\"1\";s:16:\"check_mobilezoom\";s:1:\"0\";s:18:\"select_layoutstyle\";s:12:\"Boxed Layout\";s:19:\"check_stripedborder\";s:1:\"0\";s:20:\"select_headlinestyle\";s:13:\"Border Bottom\";s:20:\"titlebar_gridopacity\";s:3:\"0.8\";s:17:\"text_titledivider\";s:2:\". \";s:8:\"media_bg\";s:80:\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pattern14.png\";s:9:\"select_bg\";s:6:\"repeat\";s:8:\"color_bg\";s:7:\"#999999\";s:13:\"header_layout\";s:2:\"v1\";s:12:\"check_topbar\";s:1:\"1\";s:11:\"text_callus\";s:84:\"Call Us: +91 44 4741 5600 Mail: <a href=\"mailto:info@fss.co.in \">info@fss.co.in </a>\";s:18:\"check_socialtopbar\";s:1:\"0\";s:10:\"media_logo\";s:79:\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/new-logo.jpg\";s:16:\"check_searchform\";s:1:\"1\";s:18:\"check_stickyheader\";s:1:\"1\";s:18:\"style_headerheight\";s:2:\"90\";s:19:\"style_logotopmargin\";s:3:\"7px\";s:25:\"style_searchformtopmargin\";s:4:\"29px\";s:15:\"style_hv2height\";s:4:\"90px\";s:22:\"style_hv2logotopmargin\";s:4:\"33px\";s:28:\"style_hv2searchformtopmargin\";s:4:\"28px\";s:24:\"style_hv2slogantopmargin\";s:4:\"33px\";s:22:\"style_hv2submenumargin\";s:4:\"41px\";s:14:\"text_hv2slogan\";s:30:\"Enter any Slogan or Link here.\";s:15:\"style_hv3height\";s:4:\"90px\";s:22:\"style_hv3logotopmargin\";s:4:\"33px\";s:28:\"style_hv3searchformtopmargin\";s:4:\"30px\";s:28:\"style_hv3navigationtopmargin\";s:4:\"26px\";s:22:\"style_hv3submenumargin\";s:4:\"37px\";s:15:\"style_hv4height\";s:4:\"90px\";s:22:\"style_hv4logotopmargin\";s:4:\"33px\";s:28:\"style_hv4searchformtopmargin\";s:4:\"28px\";s:24:\"style_hv4slogantopmargin\";s:4:\"33px\";s:22:\"style_hv4submenumargin\";s:4:\"41px\";s:14:\"text_hv4slogan\";s:30:\"Enter any Slogan or Link here.\";s:15:\"style_hv5height\";s:5:\"107px\";s:22:\"style_hv5logotopmargin\";s:4:\"33px\";s:24:\"style_hv5slogantopmargin\";s:3:\"4px\";s:22:\"style_hv5submenumargin\";s:4:\"41px\";s:14:\"text_hv5slogan\";s:30:\"Enter any Slogan or Link here.\";s:13:\"check_infobar\";s:1:\"1\";s:20:\"select_infobarstatic\";s:5:\"fixed\";s:16:\"textarea_infobar\";s:38:\"Enter your Infotext or Widgets here...\";s:21:\"select_infobarcolumns\";s:1:\"3\";s:17:\"media_logo_retina\";s:0:\"\";s:10:\"logo_width\";s:0:\"\";s:11:\"logo_height\";s:0:\"\";s:19:\"check_footerwidgets\";s:1:\"1\";s:20:\"select_footercolumns\";s:1:\"3\";s:16:\"check_twitterbar\";s:1:\"0\";s:18:\"textarea_copyright\";s:77:\"Copyright © 2014 Financial Software & Systems Pvt. Ltd. All rights reserved \";s:18:\"check_socialfooter\";s:1:\"1\";s:9:\"font_body\";a:4:{s:4:\"size\";s:4:\"13px\";s:4:\"face\";s:9:\"Open Sans\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#777777\";}s:7:\"font_h1\";a:4:{s:4:\"size\";s:4:\"28px\";s:4:\"face\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#444444\";}s:7:\"font_h2\";a:4:{s:4:\"size\";s:4:\"23px\";s:4:\"face\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#444444\";}s:7:\"font_h3\";a:4:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#444444\";}s:7:\"font_h4\";a:4:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:9:\"Open Sans\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#666666\";}s:7:\"font_h5\";a:4:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#444444\";}s:7:\"font_h6\";a:4:{s:4:\"size\";s:4:\"14px\";s:4:\"face\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#444444\";}s:12:\"color_accent\";s:7:\"#D71920\";s:10:\"color_link\";s:7:\"#D71920\";s:11:\"color_hover\";s:7:\"#D71920\";s:14:\"color_topbarbg\";s:7:\"#ffffff\";s:13:\"border_topbar\";a:3:{s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#efefef\";}s:11:\"font_callus\";a:4:{s:4:\"size\";s:4:\"10px\";s:4:\"face\";s:9:\"Open Sans\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#999999\";}s:21:\"color_topbarlinkhover\";s:7:\"#333333\";s:22:\"color_topbarresponsive\";s:7:\"#efefef\";s:14:\"color_headerbg\";s:7:\"#ffffff\";s:8:\"font_nav\";a:4:{s:4:\"size\";s:4:\"13px\";s:4:\"face\";s:9:\"Open Sans\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#424141\";}s:18:\"color_navlinkhover\";s:7:\"#eb1717\";s:19:\"color_navlinkactive\";s:7:\"#D71920\";s:16:\"color_hv4bgcolor\";s:7:\"#555555\";s:11:\"font_slogan\";a:4:{s:4:\"size\";s:4:\"13px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#666666\";}s:15:\"color_submenubg\";s:7:\"#999999\";s:19:\"color_submenuborder\";s:7:\"#555555\";s:17:\"color_submenulink\";s:7:\"#dedede\";s:23:\"color_submenulinkborder\";s:7:\"#a5a5a5\";s:22:\"color_submenulinkhover\";s:7:\"#ffffff\";s:16:\"color_titlebgtop\";s:7:\"#FFFFFF\";s:19:\"color_titlebgbottom\";s:7:\"#FAFAFA\";s:15:\"border_titletop\";a:3:{s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#e4e4e4\";}s:18:\"border_titlebottom\";a:3:{s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#e4e4e4\";}s:12:\"font_titleh1\";a:4:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#666666\";}s:12:\"font_titleh2\";a:4:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#aaaaaa\";}s:21:\"color_titlebreadcrumb\";s:7:\"#aaaaaa\";s:26:\"color_titlebreadcrumbhover\";s:7:\"#D71920\";s:17:\"color_alttitlebg1\";s:7:\"#D71920\";s:17:\"color_alttitlebg2\";s:7:\"#ffffff\";s:15:\"font_alttitleh1\";a:4:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:15:\"font_alttitleh2\";a:4:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#999999\";}s:26:\"color_alttitlebreadcrumbbg\";s:7:\"#ffffff\";s:25:\"border_alttitlebreadcrumb\";a:3:{s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#e4e4e4\";}s:28:\"color_alttitlebreadcrumblink\";s:7:\"#999999\";s:33:\"color_alttitlebreadcrumblinkhover\";s:7:\"#D71920\";s:17:\"color_alttitle2bg\";s:5:\"#efef\";s:22:\"border_alttitle2border\";a:3:{s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#e4e4e4\";}s:16:\"font_alttitle2h1\";a:4:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:7:\"#666666\";}s:29:\"color_alttitle2breadcrumblink\";s:7:\"#999999\";s:34:\"color_alttitle2breadcrumblinkhover\";s:7:\"#D71920\";s:18:\"font_sidebarwidget\";a:4:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:7:\"#666666\";}s:15:\"color_twitterbg\";s:7:\"#18c457\";s:12:\"font_twitter\";a:4:{s:4:\"size\";s:4:\"13px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:14:\"color_footerbg\";s:7:\"#444444\";s:16:\"border_footertop\";a:3:{s:5:\"width\";s:2:\"10\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#333333\";}s:16:\"color_footertext\";s:7:\"#999999\";s:19:\"font_footerheadline\";a:4:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:21:\"border_footerheadline\";a:3:{s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#555555\";}s:16:\"color_footerlink\";s:7:\"#999999\";s:21:\"color_footerlinkhover\";s:7:\"#ffffff\";s:17:\"color_copyrightbg\";s:7:\"#222222\";s:19:\"color_copyrighttext\";s:7:\"#777777\";s:19:\"color_copyrightlink\";s:7:\"#888888\";s:24:\"color_copyrightlinkhover\";s:7:\"#ffffff\";s:17:\"select_bloglayout\";s:14:\"Blog Fullwidth\";s:18:\"select_blogsidebar\";s:13:\"sidebar-right\";s:14:\"check_sharebox\";s:1:\"1\";s:16:\"check_authorinfo\";s:1:\"1\";s:18:\"check_relatedposts\";s:1:\"1\";s:18:\"text_excerptlength\";s:2:\"30\";s:14:\"check_readmore\";s:1:\"1\";s:14:\"text_blogtitle\";s:4:\"Blog\";s:17:\"text_blogsubtitle\";s:13:\"Blog Subtitle\";s:19:\"text_blogbreadcrumb\";s:4:\"Blog\";s:19:\"select_blogtitlebar\";s:7:\"Default\";s:21:\"check_blogbreadcrumbs\";s:1:\"0\";s:18:\"media_blogtitlebar\";s:0:\"\";s:24:\"check_sharingboxfacebook\";s:1:\"1\";s:23:\"check_sharingboxtwitter\";s:1:\"1\";s:24:\"check_sharingboxlinkedin\";s:1:\"1\";s:22:\"check_sharingboxreddit\";s:1:\"1\";s:20:\"check_sharingboxdigg\";s:1:\"1\";s:25:\"check_sharingboxdelicious\";s:1:\"1\";s:22:\"check_sharingboxgoogle\";s:1:\"1\";s:21:\"check_sharingboxemail\";s:1:\"1\";s:18:\"text_portfolioslug\";s:14:\"portfolio-item\";s:19:\"text_portfolioitems\";s:2:\"16\";s:21:\"check_woocommerceicon\";s:1:\"1\";s:25:\"select_woocommercesidebar\";s:10:\"no-sidebar\";s:21:\"text_woocommercetitle\";s:11:\"woocommerce\";s:24:\"text_woocommercesubtitle\";s:20:\"woocommerce Subtitle\";s:26:\"select_woocommercetitlebar\";s:7:\"Default\";s:28:\"check_woocommercebreadcrumbs\";s:1:\"0\";s:25:\"media_woocommercetitlebar\";s:0:\"\";s:14:\"social_twitter\";s:0:\"\";s:26:\"social_twitter-consumerkey\";s:0:\"\";s:29:\"social_twitter-consumersecret\";s:0:\"\";s:26:\"social_twitter-accesstoken\";s:0:\"\";s:32:\"social_twitter-accesstokensecret\";s:0:\"\";s:13:\"social_forrst\";s:0:\"\";s:15:\"social_dribbble\";s:0:\"\";s:13:\"social_flickr\";s:0:\"\";s:15:\"social_facebook\";s:19:\"http://facebook.com\";s:12:\"social_skype\";s:0:\"\";s:11:\"social_digg\";s:0:\"\";s:13:\"social_google\";s:22:\"http://plus.google.com\";s:16:\"social_instagram\";s:0:\"\";s:15:\"social_linkedin\";s:37:\"http://in.linkedin.com/in/rajaraguram\";s:12:\"social_vimeo\";s:0:\"\";s:12:\"social_yahoo\";s:0:\"\";s:13:\"social_tumblr\";s:0:\"\";s:14:\"social_youtube\";s:18:\"http://youtube.com\";s:13:\"social_picasa\";s:0:\"\";s:17:\"social_deviantart\";s:0:\"\";s:14:\"social_behance\";s:0:\"\";s:16:\"social_pinterest\";s:0:\"\";s:13:\"social_paypal\";s:0:\"\";s:16:\"social_delicious\";s:0:\"\";s:11:\"social_xing\";s:0:\"\";s:10:\"social_rss\";s:1:\"1\";s:14:\"lightbox_theme\";s:10:\"pp_default\";s:24:\"lightbox_animation_speed\";s:4:\"Fast\";s:16:\"lightbox_opacity\";s:3:\"0.8\";s:14:\"lightbox_title\";s:1:\"1\";s:16:\"lightbox_gallery\";s:1:\"1\";s:17:\"lightbox_autoplay\";s:1:\"0\";s:24:\"lightbox_slideshow_speed\";s:4:\"5000\";s:15:\"lightbox_social\";s:1:\"1\";s:20:\"lightbox_smartphones\";s:1:\"0\";s:18:\"lightbox_automatic\";s:1:\"0\";s:16:\"textarea_csscode\";s:0:\"\";}','yes'),(137,'wpcf7','a:1:{s:7:\"version\";s:5:\"3.7.2\";}','yes'),(139,'wooslider-version','1.0.8','yes'),(141,'cpto_options','a:3:{s:8:\"autosort\";s:1:\"1\";s:9:\"adminsort\";s:1:\"1\";s:10:\"capability\";s:15:\"install_plugins\";}','yes'),(145,'CPT_configured','TRUE','yes'),(148,'recently_activated','a:0:{}','yes'),(153,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(155,'sbg_sidebars','a:1:{s:4:\"null\";s:4:\"null\";}','yes'),(203,'widget_nav_menu','a:3:{i:3;a:2:{s:5:\"title\";s:32:\"Banking & Financial Institutions\";s:8:\"nav_menu\";i:5;}i:4;a:2:{s:5:\"title\";s:19:\"Government Agencies\";s:8:\"nav_menu\";i:6;}s:12:\"_multiwidget\";i:1;}','yes'),(205,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(212,'widget_calendar','a:2:{i:2;a:1:{s:5:\"title\";s:8:\"Calendar\";}s:12:\"_multiwidget\";i:1;}','yes'),(251,'INOVADO_backups','a:190:{s:21:\"check_disablecomments\";s:1:\"1\";s:21:\"textarea_trackingcode\";s:0:\"\";s:13:\"media_favicon\";s:0:\"\";s:20:\"media_favicon_iphone\";s:0:\"\";s:27:\"media_favicon_iphone_retina\";s:0:\"\";s:18:\"media_favicon_ipad\";s:0:\"\";s:25:\"media_favicon_ipad_retina\";s:0:\"\";s:16:\"check_responsive\";s:1:\"1\";s:16:\"check_mobilezoom\";s:1:\"0\";s:18:\"select_layoutstyle\";s:12:\"Boxed Layout\";s:19:\"check_stripedborder\";s:1:\"0\";s:20:\"select_headlinestyle\";s:13:\"Border Bottom\";s:20:\"titlebar_gridopacity\";s:3:\"0.8\";s:17:\"text_titledivider\";s:2:\". \";s:8:\"media_bg\";s:74:\"http://phpserver:8080/phplive/fss/wp-content/uploads/2013/12/pattern14.png\";s:9:\"select_bg\";s:6:\"repeat\";s:8:\"color_bg\";s:7:\"#999999\";s:13:\"header_layout\";s:2:\"v1\";s:12:\"check_topbar\";s:1:\"1\";s:11:\"text_callus\";s:49:\"Call Us: +91 44 4741 5600 - Mail: info@fss.co.in \";s:18:\"check_socialtopbar\";s:1:\"0\";s:10:\"media_logo\";s:73:\"http://phpserver:8080/phplive/fss/wp-content/uploads/2013/12/fss-logo.jpg\";s:16:\"check_searchform\";s:1:\"1\";s:18:\"check_stickyheader\";s:1:\"1\";s:18:\"style_headerheight\";s:2:\"90\";s:19:\"style_logotopmargin\";s:4:\"14px\";s:25:\"style_searchformtopmargin\";s:4:\"29px\";s:15:\"style_hv2height\";s:4:\"90px\";s:22:\"style_hv2logotopmargin\";s:4:\"33px\";s:28:\"style_hv2searchformtopmargin\";s:4:\"28px\";s:24:\"style_hv2slogantopmargin\";s:4:\"33px\";s:22:\"style_hv2submenumargin\";s:4:\"41px\";s:14:\"text_hv2slogan\";s:30:\"Enter any Slogan or Link here.\";s:15:\"style_hv3height\";s:4:\"90px\";s:22:\"style_hv3logotopmargin\";s:4:\"33px\";s:28:\"style_hv3searchformtopmargin\";s:4:\"30px\";s:28:\"style_hv3navigationtopmargin\";s:4:\"26px\";s:22:\"style_hv3submenumargin\";s:4:\"37px\";s:15:\"style_hv4height\";s:4:\"90px\";s:22:\"style_hv4logotopmargin\";s:4:\"33px\";s:28:\"style_hv4searchformtopmargin\";s:4:\"28px\";s:24:\"style_hv4slogantopmargin\";s:4:\"33px\";s:22:\"style_hv4submenumargin\";s:4:\"41px\";s:14:\"text_hv4slogan\";s:30:\"Enter any Slogan or Link here.\";s:15:\"style_hv5height\";s:5:\"107px\";s:22:\"style_hv5logotopmargin\";s:4:\"33px\";s:24:\"style_hv5slogantopmargin\";s:3:\"4px\";s:22:\"style_hv5submenumargin\";s:4:\"41px\";s:14:\"text_hv5slogan\";s:30:\"Enter any Slogan or Link here.\";s:13:\"check_infobar\";s:1:\"1\";s:20:\"select_infobarstatic\";s:5:\"fixed\";s:16:\"textarea_infobar\";s:38:\"Enter your Infotext or Widgets here...\";s:21:\"select_infobarcolumns\";s:1:\"4\";s:17:\"media_logo_retina\";s:0:\"\";s:10:\"logo_width\";s:0:\"\";s:11:\"logo_height\";s:0:\"\";s:19:\"check_footerwidgets\";s:1:\"1\";s:20:\"select_footercolumns\";s:1:\"3\";s:16:\"check_twitterbar\";s:1:\"0\";s:18:\"textarea_copyright\";s:77:\"Copyright © 2012 Financial Software & Systems Pvt. Ltd. All rights reserved \";s:18:\"check_socialfooter\";s:1:\"1\";s:9:\"font_body\";a:4:{s:4:\"size\";s:4:\"13px\";s:4:\"face\";s:9:\"Open Sans\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#777777\";}s:7:\"font_h1\";a:4:{s:4:\"size\";s:4:\"28px\";s:4:\"face\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#444444\";}s:7:\"font_h2\";a:4:{s:4:\"size\";s:4:\"23px\";s:4:\"face\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#444444\";}s:7:\"font_h3\";a:4:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#444444\";}s:7:\"font_h4\";a:4:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:9:\"Open Sans\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#666666\";}s:7:\"font_h5\";a:4:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#444444\";}s:7:\"font_h6\";a:4:{s:4:\"size\";s:4:\"14px\";s:4:\"face\";s:6:\"Roboto\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#444444\";}s:12:\"color_accent\";s:7:\"#D71920\";s:10:\"color_link\";s:7:\"#D71920\";s:11:\"color_hover\";s:7:\"#666666\";s:14:\"color_topbarbg\";s:7:\"#ffffff\";s:13:\"border_topbar\";a:3:{s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#efefef\";}s:11:\"font_callus\";a:4:{s:4:\"size\";s:4:\"11px\";s:4:\"face\";s:9:\"Open Sans\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#999999\";}s:21:\"color_topbarlinkhover\";s:7:\"#333333\";s:22:\"color_topbarresponsive\";s:7:\"#efefef\";s:14:\"color_headerbg\";s:7:\"#ffffff\";s:8:\"font_nav\";a:4:{s:4:\"size\";s:4:\"13px\";s:4:\"face\";s:9:\"Open Sans\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#888888\";}s:18:\"color_navlinkhover\";s:7:\"#333333\";s:19:\"color_navlinkactive\";s:7:\"#D71920\";s:16:\"color_hv4bgcolor\";s:7:\"#555555\";s:11:\"font_slogan\";a:4:{s:4:\"size\";s:4:\"13px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#666666\";}s:15:\"color_submenubg\";s:7:\"#999999\";s:19:\"color_submenuborder\";s:7:\"#555555\";s:17:\"color_submenulink\";s:7:\"#dedede\";s:23:\"color_submenulinkborder\";s:7:\"#a5a5a5\";s:22:\"color_submenulinkhover\";s:7:\"#ffffff\";s:16:\"color_titlebgtop\";s:7:\"#FFFFFF\";s:19:\"color_titlebgbottom\";s:7:\"#FAFAFA\";s:15:\"border_titletop\";a:3:{s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#e4e4e4\";}s:18:\"border_titlebottom\";a:3:{s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#e4e4e4\";}s:12:\"font_titleh1\";a:4:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#666666\";}s:12:\"font_titleh2\";a:4:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#aaaaaa\";}s:21:\"color_titlebreadcrumb\";s:7:\"#aaaaaa\";s:26:\"color_titlebreadcrumbhover\";s:7:\"#D71920\";s:17:\"color_alttitlebg1\";s:7:\"#D71920\";s:17:\"color_alttitlebg2\";s:7:\"#ffffff\";s:15:\"font_alttitleh1\";a:4:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:15:\"font_alttitleh2\";a:4:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#999999\";}s:26:\"color_alttitlebreadcrumbbg\";s:7:\"#ffffff\";s:25:\"border_alttitlebreadcrumb\";a:3:{s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#e4e4e4\";}s:28:\"color_alttitlebreadcrumblink\";s:7:\"#999999\";s:33:\"color_alttitlebreadcrumblinkhover\";s:7:\"#D71920\";s:17:\"color_alttitle2bg\";s:5:\"#efef\";s:22:\"border_alttitle2border\";a:3:{s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#e4e4e4\";}s:16:\"font_alttitle2h1\";a:4:{s:4:\"size\";s:4:\"18px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:7:\"#666666\";}s:29:\"color_alttitle2breadcrumblink\";s:7:\"#999999\";s:34:\"color_alttitle2breadcrumblinkhover\";s:7:\"#D71920\";s:18:\"font_sidebarwidget\";a:4:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:4:\"bold\";s:5:\"color\";s:7:\"#666666\";}s:15:\"color_twitterbg\";s:7:\"#D71920\";s:12:\"font_twitter\";a:4:{s:4:\"size\";s:4:\"13px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:14:\"color_footerbg\";s:7:\"#444444\";s:16:\"border_footertop\";a:3:{s:5:\"width\";s:2:\"10\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#333333\";}s:16:\"color_footertext\";s:7:\"#999999\";s:19:\"font_footerheadline\";a:4:{s:4:\"size\";s:4:\"15px\";s:4:\"face\";s:5:\"arial\";s:5:\"style\";s:6:\"normal\";s:5:\"color\";s:7:\"#ffffff\";}s:21:\"border_footerheadline\";a:3:{s:5:\"width\";s:1:\"1\";s:5:\"style\";s:5:\"solid\";s:5:\"color\";s:7:\"#555555\";}s:16:\"color_footerlink\";s:7:\"#999999\";s:21:\"color_footerlinkhover\";s:7:\"#ffffff\";s:17:\"color_copyrightbg\";s:7:\"#222222\";s:19:\"color_copyrighttext\";s:7:\"#777777\";s:19:\"color_copyrightlink\";s:7:\"#888888\";s:24:\"color_copyrightlinkhover\";s:7:\"#ffffff\";s:17:\"select_bloglayout\";s:14:\"Blog Fullwidth\";s:18:\"select_blogsidebar\";s:13:\"sidebar-right\";s:14:\"check_sharebox\";s:1:\"1\";s:16:\"check_authorinfo\";s:1:\"1\";s:18:\"check_relatedposts\";s:1:\"1\";s:18:\"text_excerptlength\";s:2:\"30\";s:14:\"check_readmore\";s:1:\"1\";s:14:\"text_blogtitle\";s:4:\"Blog\";s:17:\"text_blogsubtitle\";s:13:\"Blog Subtitle\";s:19:\"text_blogbreadcrumb\";s:4:\"Blog\";s:19:\"select_blogtitlebar\";s:7:\"Default\";s:21:\"check_blogbreadcrumbs\";s:1:\"0\";s:18:\"media_blogtitlebar\";s:0:\"\";s:24:\"check_sharingboxfacebook\";s:1:\"1\";s:23:\"check_sharingboxtwitter\";s:1:\"1\";s:24:\"check_sharingboxlinkedin\";s:1:\"1\";s:22:\"check_sharingboxreddit\";s:1:\"1\";s:20:\"check_sharingboxdigg\";s:1:\"1\";s:25:\"check_sharingboxdelicious\";s:1:\"1\";s:22:\"check_sharingboxgoogle\";s:1:\"1\";s:21:\"check_sharingboxemail\";s:1:\"1\";s:18:\"text_portfolioslug\";s:14:\"portfolio-item\";s:19:\"text_portfolioitems\";s:2:\"16\";s:21:\"check_woocommerceicon\";s:1:\"1\";s:25:\"select_woocommercesidebar\";s:10:\"no-sidebar\";s:21:\"text_woocommercetitle\";s:11:\"woocommerce\";s:24:\"text_woocommercesubtitle\";s:20:\"woocommerce Subtitle\";s:26:\"select_woocommercetitlebar\";s:7:\"Default\";s:28:\"check_woocommercebreadcrumbs\";s:1:\"0\";s:25:\"media_woocommercetitlebar\";s:0:\"\";s:14:\"social_twitter\";s:0:\"\";s:26:\"social_twitter-consumerkey\";s:0:\"\";s:29:\"social_twitter-consumersecret\";s:0:\"\";s:26:\"social_twitter-accesstoken\";s:0:\"\";s:32:\"social_twitter-accesstokensecret\";s:0:\"\";s:13:\"social_forrst\";s:0:\"\";s:15:\"social_dribbble\";s:0:\"\";s:13:\"social_flickr\";s:0:\"\";s:15:\"social_facebook\";s:0:\"\";s:12:\"social_skype\";s:0:\"\";s:11:\"social_digg\";s:0:\"\";s:13:\"social_google\";s:0:\"\";s:16:\"social_instagram\";s:0:\"\";s:15:\"social_linkedin\";s:0:\"\";s:12:\"social_vimeo\";s:0:\"\";s:12:\"social_yahoo\";s:0:\"\";s:13:\"social_tumblr\";s:0:\"\";s:14:\"social_youtube\";s:0:\"\";s:13:\"social_picasa\";s:0:\"\";s:17:\"social_deviantart\";s:0:\"\";s:14:\"social_behance\";s:0:\"\";s:16:\"social_pinterest\";s:0:\"\";s:13:\"social_paypal\";s:0:\"\";s:16:\"social_delicious\";s:0:\"\";s:11:\"social_xing\";s:0:\"\";s:10:\"social_rss\";s:1:\"1\";s:14:\"lightbox_theme\";s:10:\"pp_default\";s:24:\"lightbox_animation_speed\";s:4:\"Fast\";s:16:\"lightbox_opacity\";s:3:\"0.8\";s:14:\"lightbox_title\";s:1:\"1\";s:16:\"lightbox_gallery\";s:1:\"1\";s:17:\"lightbox_autoplay\";s:1:\"0\";s:24:\"lightbox_slideshow_speed\";s:4:\"5000\";s:15:\"lightbox_social\";s:1:\"1\";s:20:\"lightbox_smartphones\";s:1:\"0\";s:18:\"lightbox_automatic\";s:1:\"0\";s:16:\"textarea_csscode\";s:0:\"\";s:10:\"backup_log\";s:31:\"Fri, 27 Dec 2013 06:41:37 +0000\";}','yes'),(312,'acf_version','4.3.4','yes'),(319,'_transient_random_seed','03875deb90aa5a94bd170eae104cefdc','yes'),(346,'widget_loginwithajaxwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(355,'lwa_notice','1','yes'),(401,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:19:\"manoj@clasticon.com\";s:7:\"version\";s:5:\"3.8.3\";s:9:\"timestamp\";i:1397538417;}','yes'),(526,'lwa_data','a:3:{s:8:\"template\";s:7:\"default\";s:20:\"notification_subject\";s:31:\"Your registration at %BLOGNAME%\";s:20:\"notification_message\";s:218:\"Thanks for signing up to our blog. \r\n\r\nYou can login with the following credentials by visiting %BLOGURL%\r\n\r\nUsername : %USERNAME%\r\nPassword : %PASSWORD%\r\n\r\nWe look forward to your next visit!\r\n\r\nThe team at %BLOGNAME%\";}','yes'),(566,'category_children','a:0:{}','yes'),(570,'news_manager_version','1.0.4','yes'),(571,'news_manager_general','a:11:{s:8:\"supports\";a:9:{s:5:\"title\";b:1;s:6:\"editor\";b:1;s:6:\"author\";b:1;s:9:\"thumbnail\";b:1;s:7:\"excerpt\";b:1;s:13:\"custom-fields\";b:0;s:8:\"comments\";b:1;s:10:\"trackbacks\";b:0;s:9:\"revisions\";b:0;}s:8:\"use_tags\";b:1;s:12:\"builtin_tags\";b:0;s:14:\"use_categories\";b:1;s:18:\"builtin_categories\";b:0;s:11:\"news_in_rss\";b:1;s:13:\"news_nav_menu\";a:4:{s:4:\"show\";b:0;s:7:\"menu_id\";i:0;s:9:\"menu_name\";s:0:\"\";s:7:\"item_id\";i:0;}s:13:\"first_weekday\";i:1;s:19:\"deactivation_delete\";b:0;s:13:\"rewrite_rules\";b:0;s:35:\"display_news_in_tags_and_categories\";b:1;}','no'),(572,'news_manager_capabilities','','no'),(573,'news_manager_permalinks','a:5:{s:9:\"news_slug\";s:11:\"news-events\";s:18:\"single_news_prefix\";b:0;s:23:\"single_news_prefix_type\";s:8:\"category\";s:22:\"news_tags_rewrite_slug\";s:3:\"tag\";s:28:\"news_categories_rewrite_slug\";s:8:\"category\";}','no'),(576,'news-category_children','a:0:{}','yes'),(577,'widget_news_manager_archive_widget','a:2:{i:2;a:6:{s:19:\"display_as_dropdown\";b:0;s:15:\"show_post_count\";b:1;s:5:\"title\";s:13:\"News Archives\";s:5:\"limit\";i:0;s:5:\"order\";s:4:\"desc\";s:4:\"type\";s:7:\"monthly\";}s:12:\"_multiwidget\";i:1;}','yes'),(581,'cimy_uef_options','a:18:{s:18:\"extra_fields_title\";s:12:\"Extra Fields\";s:14:\"users_per_page\";i:50;s:17:\"aue_hidden_fields\";a:3:{i:0;s:7:\"website\";i:1;s:5:\"posts\";i:2;s:5:\"email\";}s:16:\"wp_hidden_fields\";a:1:{i:0;s:8:\"username\";}s:14:\"fieldset_title\";s:0:\"\";s:17:\"registration-logo\";s:0:\"\";s:7:\"captcha\";s:4:\"none\";s:13:\"welcome_email\";s:51:\"Username: USERNAME\r\nPassword: PASSWORD\r\nLOGINLINK\r\n\";s:12:\"confirm_form\";b:0;s:13:\"confirm_email\";b:0;s:14:\"password_meter\";b:0;s:19:\"mail_include_fields\";b:0;s:11:\"redirect_to\";s:0:\"\";s:11:\"file_fields\";a:5:{s:11:\"show_in_reg\";i:0;s:15:\"show_in_profile\";i:0;s:11:\"show_in_aeu\";i:0;s:12:\"show_in_blog\";i:0;s:14:\"show_in_search\";i:0;}s:12:\"image_fields\";a:5:{s:11:\"show_in_reg\";i:0;s:15:\"show_in_profile\";i:0;s:11:\"show_in_aeu\";i:0;s:12:\"show_in_blog\";i:0;s:14:\"show_in_search\";i:0;}s:14:\"tinymce_fields\";a:5:{s:11:\"show_in_reg\";i:0;s:15:\"show_in_profile\";i:0;s:11:\"show_in_aeu\";i:0;s:12:\"show_in_blog\";i:0;s:14:\"show_in_search\";i:0;}s:7:\"version\";s:5:\"2.6.1\";s:11:\"date_fields\";a:5:{s:11:\"show_in_reg\";i:0;s:15:\"show_in_profile\";i:0;s:11:\"show_in_aeu\";i:0;s:12:\"show_in_blog\";i:0;s:14:\"show_in_search\";i:0;}}','yes'),(587,'user_meta_history','a:1:{s:7:\"version\";a:2:{s:12:\"last_version\";s:5:\"1.1.4\";s:5:\"1.1.4\";a:1:{s:9:\"timestamp\";i:1393587077;}}}','yes'),(588,'user_meta_fields','a:1:{i:1;a:6:{s:11:\"field_title\";s:13:\"Mobile Number\";s:10:\"field_type\";s:4:\"text\";s:14:\"title_position\";s:3:\"top\";s:8:\"meta_key\";s:13:\"mobile_number\";s:8:\"required\";s:2:\"on\";s:8:\"max_char\";s:2:\"12\";}}','yes'),(591,'register_plus_redux_options','a:65:{s:17:\"verify_user_email\";s:1:\"0\";s:25:\"message_verify_user_email\";s:82:\"Please verify your account using the verification link sent to your email address.\";s:17:\"verify_user_admin\";s:1:\"0\";s:25:\"message_verify_user_admin\";s:96:\"Your account will be reviewed by an administrator and you will be notified when it is activated.\";s:29:\"delete_unverified_users_after\";i:7;s:14:\"autologin_user\";s:1:\"0\";s:17:\"username_is_email\";s:1:\"0\";s:18:\"double_check_email\";s:1:\"0\";s:17:\"user_set_password\";s:1:\"0\";s:19:\"min_password_length\";i:6;s:29:\"disable_password_confirmation\";s:1:\"0\";s:19:\"show_password_meter\";s:1:\"0\";s:22:\"message_empty_password\";s:18:\"Strength Indicator\";s:22:\"message_short_password\";s:9:\"Too Short\";s:20:\"message_bad_password\";s:12:\"Bad Password\";s:21:\"message_good_password\";s:13:\"Good Password\";s:23:\"message_strong_password\";s:15:\"Strong Password\";s:25:\"message_mismatch_password\";s:17:\"Password Mismatch\";s:22:\"enable_invitation_code\";s:1:\"0\";s:23:\"require_invitation_code\";s:1:\"0\";s:30:\"invitation_code_case_sensitive\";s:1:\"0\";s:22:\"invitation_code_unique\";s:1:\"0\";s:33:\"enable_invitation_tracking_widget\";s:1:\"0\";s:15:\"show_disclaimer\";s:1:\"0\";s:24:\"message_disclaimer_title\";s:10:\"Disclaimer\";s:24:\"require_disclaimer_agree\";s:1:\"1\";s:24:\"message_disclaimer_agree\";s:21:\"Accept the Disclaimer\";s:12:\"show_license\";s:1:\"0\";s:21:\"message_license_title\";s:17:\"License Agreement\";s:21:\"require_license_agree\";s:1:\"1\";s:21:\"message_license_agree\";s:28:\"Accept the License Agreement\";s:19:\"show_privacy_policy\";s:1:\"0\";s:28:\"message_privacy_policy_title\";s:14:\"Privacy Policy\";s:28:\"require_privacy_policy_agree\";s:1:\"1\";s:28:\"message_privacy_policy_agree\";s:25:\"Accept the Privacy Policy\";s:11:\"default_css\";s:1:\"1\";s:21:\"required_fields_style\";s:51:\"border:solid 1px #E6DB55; background-color:#FFFFE0;\";s:24:\"required_fields_asterisk\";s:1:\"0\";s:17:\"starting_tabindex\";i:0;s:31:\"disable_user_message_registered\";s:1:\"0\";s:28:\"disable_user_message_created\";s:1:\"0\";s:19:\"custom_user_message\";s:1:\"0\";s:23:\"user_message_from_email\";s:19:\"manoj@clasticon.com\";s:22:\"user_message_from_name\";s:3:\"FSS\";s:20:\"user_message_subject\";s:28:\"[FSS] Your Login Information\";s:17:\"user_message_body\";s:61:\"Username: %user_login%\nPassword: %user_password%\n\n%site_url%\n\";s:25:\"send_user_message_in_html\";s:1:\"0\";s:26:\"user_message_newline_as_br\";s:1:\"0\";s:27:\"custom_verification_message\";s:1:\"0\";s:31:\"verification_message_from_email\";s:19:\"manoj@clasticon.com\";s:30:\"verification_message_from_name\";s:3:\"FSS\";s:28:\"verification_message_subject\";s:25:\"[FSS] Verify Your Account\";s:25:\"verification_message_body\";s:118:\"Verification URL: %verification_url%\nPlease use the above link to verify your email address and activate your account\n\";s:33:\"send_verification_message_in_html\";s:1:\"0\";s:34:\"verification_message_newline_as_br\";s:1:\"0\";s:32:\"disable_admin_message_registered\";s:1:\"0\";s:29:\"disable_admin_message_created\";s:1:\"0\";s:27:\"admin_message_when_verified\";s:1:\"0\";s:20:\"custom_admin_message\";s:1:\"0\";s:24:\"admin_message_from_email\";s:19:\"manoj@clasticon.com\";s:23:\"admin_message_from_name\";s:3:\"FSS\";s:21:\"admin_message_subject\";s:25:\"[FSS] New User Registered\";s:18:\"admin_message_body\";s:89:\"New user registered on your site %blogname%\n\nUsername: %user_login%\nE-mail: %user_email%\n\";s:26:\"send_admin_message_in_html\";s:1:\"0\";s:27:\"admin_message_newline_as_br\";s:1:\"0\";}','yes'),(592,'register_plus_redux_last_activated','3.9.6','yes'),(593,'register_plus_redux_version','3.9.9','yes'),(594,'register_plus_redux_usermeta-rv2','a:3:{i:0;a:12:{s:5:\"label\";s:13:\"Mobile Number\";s:8:\"meta_key\";s:17:\"rpr_mobile_number\";s:7:\"display\";s:7:\"textbox\";s:7:\"options\";s:0:\"\";s:10:\"escape_url\";s:1:\"0\";s:15:\"show_on_profile\";s:1:\"1\";s:20:\"show_on_registration\";s:1:\"1\";s:23:\"require_on_registration\";s:1:\"1\";s:15:\"show_datepicker\";s:1:\"0\";s:13:\"terms_content\";s:0:\"\";s:20:\"terms_agreement_text\";s:0:\"\";s:12:\"date_revised\";i:1393545600;}i:1;a:12:{s:5:\"label\";s:11:\"Designation\";s:8:\"meta_key\";s:15:\"rpr_designation\";s:7:\"display\";s:7:\"textbox\";s:7:\"options\";s:0:\"\";s:10:\"escape_url\";s:1:\"0\";s:15:\"show_on_profile\";s:1:\"1\";s:20:\"show_on_registration\";s:1:\"1\";s:23:\"require_on_registration\";s:1:\"1\";s:15:\"show_datepicker\";s:1:\"0\";s:13:\"terms_content\";s:0:\"\";s:20:\"terms_agreement_text\";s:0:\"\";s:12:\"date_revised\";i:1393545600;}i:2;a:12:{s:5:\"label\";s:7:\"Company\";s:8:\"meta_key\";s:11:\"rpr_company\";s:7:\"display\";s:7:\"textbox\";s:7:\"options\";s:0:\"\";s:10:\"escape_url\";s:1:\"0\";s:15:\"show_on_profile\";s:1:\"1\";s:20:\"show_on_registration\";s:1:\"1\";s:23:\"require_on_registration\";s:1:\"1\";s:15:\"show_datepicker\";s:1:\"0\";s:13:\"terms_content\";s:0:\"\";s:20:\"terms_agreement_text\";s:0:\"\";s:12:\"date_revised\";i:1393545600;}}','yes'),(819,'_site_transient_timeout_browser_e008fe6d3b29c30fddfb1e11b6e18a6d','1397733050','yes'),(820,'_site_transient_browser_e008fe6d3b29c30fddfb1e11b6e18a6d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"31.0.1650.63\";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:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(662,'news_events_manager_version','1.0.4','yes'),(673,'se_meta','a:10:{s:7:\"blog_id\";b:0;s:7:\"api_key\";b:0;s:8:\"auth_key\";b:0;s:7:\"version\";s:3:\"8.0\";s:13:\"first_version\";s:3:\"8.0\";s:8:\"new_user\";b:1;s:4:\"name\";s:0:\"\";s:5:\"email\";s:0:\"\";s:24:\"show_options_page_notice\";b:0;s:16:\"se_global_notice\";N;}','yes'),(674,'se_options','a:21:{s:21:\"se_exclude_categories\";s:0:\"\";s:26:\"se_exclude_categories_list\";s:0:\"\";s:16:\"se_exclude_posts\";s:0:\"\";s:21:\"se_exclude_posts_list\";s:0:\"\";s:18:\"se_use_page_search\";b:0;s:21:\"se_use_comment_search\";b:1;s:17:\"se_use_tag_search\";b:0;s:17:\"se_use_tax_search\";b:0;s:22:\"se_use_category_search\";b:1;s:25:\"se_approved_comments_only\";b:1;s:22:\"se_approved_pages_only\";b:0;s:21:\"se_use_excerpt_search\";b:0;s:19:\"se_use_draft_search\";b:0;s:24:\"se_use_attachment_search\";b:0;s:14:\"se_use_authors\";b:0;s:18:\"se_use_cmt_authors\";b:0;s:22:\"se_use_metadata_search\";b:0;s:16:\"se_use_highlight\";b:1;s:18:\"se_highlight_color\";s:0:\"\";s:18:\"se_highlight_style\";s:15:\"color: #D71920;\";s:19:\"se_research_metabox\";a:2:{s:18:\"visible_on_compose\";b:1;s:23:\"external_search_enabled\";b:0;}}','yes'),(727,'lp_global_css','','no'),(728,'lp_global_js','','no'),(729,'lp_global_lp_slug','go','no'),(730,'lp_activate_rewrite_check','0','yes'),(731,'landing_page_version','1.4.9','yes'),(734,'lp_settings_general','a:1:{s:20:\"default_landing_page\";i:681;}','yes'),(750,'landing_page_category_children','a:0:{}','yes'),(859,'rewrite_rules','a:217:{s:14:\"news-events/?$\";s:24:\"index.php?post_type=news\";s:44:\"news-events/feed/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=news&feed=$matches[1]\";s:39:\"news-events/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=news&feed=$matches[1]\";s:31:\"news-events/page/([0-9]{1,})/?$\";s:42:\"index.php?post_type=news&paged=$matches[1]\";s:76:\"news-events/([0-9]{4}(?:/[0-9]{2}(?:/[0-9]{2})?)?)/?(?:page/([0-9]{1,})/?)?$\";s:66:\"index.php?post_type=news&news_ondate=$matches[1]&paged=$matches[2]\";s:10:\"studies/?$\";s:27:\"index.php?post_type=studies\";s:40:\"studies/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=studies&feed=$matches[1]\";s:35:\"studies/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=studies&feed=$matches[1]\";s:27:\"studies/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=studies&paged=$matches[1]\";s:9:\"papers/?$\";s:26:\"index.php?post_type=papers\";s:39:\"papers/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=papers&feed=$matches[1]\";s:34:\"papers/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?post_type=papers&feed=$matches[1]\";s:26:\"papers/page/([0-9]{1,})/?$\";s:44:\"index.php?post_type=papers&paged=$matches[1]\";s:12:\"brochures/?$\";s:29:\"index.php?post_type=brochures\";s:42:\"brochures/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=brochures&feed=$matches[1]\";s:37:\"brochures/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?post_type=brochures&feed=$matches[1]\";s:29:\"brochures/page/([0-9]{1,})/?$\";s:47:\"index.php?post_type=brochures&paged=$matches[1]\";s:7:\"tips/?$\";s:24:\"index.php?post_type=tips\";s:37:\"tips/feed/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=tips&feed=$matches[1]\";s:32:\"tips/(feed|rdf|rss|rss2|atom)/?$\";s:41:\"index.php?post_type=tips&feed=$matches[1]\";s:24:\"tips/page/([0-9]{1,})/?$\";s:42:\"index.php?post_type=tips&paged=$matches[1]\";s:57:\"portfolio_filter/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?portfolio_filter=$matches[1]&feed=$matches[2]\";s:52:\"portfolio_filter/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?portfolio_filter=$matches[1]&feed=$matches[2]\";s:45:\"portfolio_filter/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?portfolio_filter=$matches[1]&paged=$matches[2]\";s:27:\"portfolio_filter/([^/]+)/?$\";s:38:\"index.php?portfolio_filter=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:61:\"news-events/category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?news-category=$matches[1]&feed=$matches[2]\";s:56:\"news-events/category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?news-category=$matches[1]&feed=$matches[2]\";s:49:\"news-events/category/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?news-category=$matches[1]&paged=$matches[2]\";s:31:\"news-events/category/([^/]+)/?$\";s:35:\"index.php?news-category=$matches[1]\";s:56:\"news-events/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?news-tag=$matches[1]&feed=$matches[2]\";s:51:\"news-events/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?news-tag=$matches[1]&feed=$matches[2]\";s:44:\"news-events/tag/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?news-tag=$matches[1]&paged=$matches[2]\";s:26:\"news-events/tag/([^/]+)/?$\";s:30:\"index.php?news-tag=$matches[1]\";s:39:\"news-events/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"news-events/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"news-events/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"news-events/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"news-events/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"news-events/([^/]+)/trackback/?$\";s:31:\"index.php?news=$matches[1]&tb=1\";s:52:\"news-events/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?news=$matches[1]&feed=$matches[2]\";s:47:\"news-events/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?news=$matches[1]&feed=$matches[2]\";s:40:\"news-events/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?news=$matches[1]&paged=$matches[2]\";s:47:\"news-events/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?news=$matches[1]&cpage=$matches[2]\";s:32:\"news-events/([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?news=$matches[1]&page=$matches[2]\";s:28:\"news-events/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"news-events/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"news-events/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"news-events/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"news-events/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:83:\"news-events/([0-9]{4}(?:/[0-9]{2}(?:/[0-9]{2})?)?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:65:\"index.php?post_type=news&news_ondate=$matches[1]&feed=$matches[2]\";s:78:\"news-events/([0-9]{4}(?:/[0-9]{2}(?:/[0-9]{2})?)?)/(feed|rdf|rss|rss2|atom)/?$\";s:65:\"index.php?post_type=news&news_ondate=$matches[1]&feed=$matches[2]\";s:71:\"news-events/([0-9]{4}(?:/[0-9]{2}(?:/[0-9]{2})?)?)/page/?([0-9]{1,})/?$\";s:66:\"index.php?post_type=news&news_ondate=$matches[1]&paged=$matches[2]\";s:53:\"news-events/([0-9]{4}(?:/[0-9]{2}(?:/[0-9]{2})?)?)/?$\";s:48:\"index.php?post_type=news&news_ondate=$matches[1]\";s:42:\"portfolio-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"portfolio-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"portfolio-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"portfolio-item/([^/]+)/trackback/?$\";s:36:\"index.php?portfolio=$matches[1]&tb=1\";s:43:\"portfolio-item/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&paged=$matches[2]\";s:50:\"portfolio-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?portfolio=$matches[1]&cpage=$matches[2]\";s:35:\"portfolio-item/([^/]+)(/[0-9]+)?/?$\";s:48:\"index.php?portfolio=$matches[1]&page=$matches[2]\";s:31:\"portfolio-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"portfolio-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"portfolio-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"studies/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"studies/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"studies/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"studies/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"studies/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"studies/([^/]+)/trackback/?$\";s:34:\"index.php?studies=$matches[1]&tb=1\";s:48:\"studies/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?studies=$matches[1]&feed=$matches[2]\";s:43:\"studies/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?studies=$matches[1]&feed=$matches[2]\";s:36:\"studies/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?studies=$matches[1]&paged=$matches[2]\";s:43:\"studies/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?studies=$matches[1]&cpage=$matches[2]\";s:28:\"studies/([^/]+)(/[0-9]+)?/?$\";s:46:\"index.php?studies=$matches[1]&page=$matches[2]\";s:24:\"studies/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"studies/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"studies/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"studies/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"studies/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"papers/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"papers/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"papers/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"papers/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"papers/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"papers/([^/]+)/trackback/?$\";s:33:\"index.php?papers=$matches[1]&tb=1\";s:47:\"papers/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?papers=$matches[1]&feed=$matches[2]\";s:42:\"papers/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:45:\"index.php?papers=$matches[1]&feed=$matches[2]\";s:35:\"papers/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?papers=$matches[1]&paged=$matches[2]\";s:42:\"papers/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?papers=$matches[1]&cpage=$matches[2]\";s:27:\"papers/([^/]+)(/[0-9]+)?/?$\";s:45:\"index.php?papers=$matches[1]&page=$matches[2]\";s:23:\"papers/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"papers/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"papers/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"papers/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"papers/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"brochures/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"brochures/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"brochures/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"brochures/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"brochures/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"brochures/([^/]+)/trackback/?$\";s:36:\"index.php?brochures=$matches[1]&tb=1\";s:50:\"brochures/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?brochures=$matches[1]&feed=$matches[2]\";s:45:\"brochures/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?brochures=$matches[1]&feed=$matches[2]\";s:38:\"brochures/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?brochures=$matches[1]&paged=$matches[2]\";s:45:\"brochures/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?brochures=$matches[1]&cpage=$matches[2]\";s:30:\"brochures/([^/]+)(/[0-9]+)?/?$\";s:48:\"index.php?brochures=$matches[1]&page=$matches[2]\";s:26:\"brochures/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"brochures/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"brochures/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"brochures/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"brochures/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"tips/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"tips/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"tips/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"tips/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"tips/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:25:\"tips/([^/]+)/trackback/?$\";s:31:\"index.php?tips=$matches[1]&tb=1\";s:45:\"tips/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?tips=$matches[1]&feed=$matches[2]\";s:40:\"tips/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?tips=$matches[1]&feed=$matches[2]\";s:33:\"tips/([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?tips=$matches[1]&paged=$matches[2]\";s:40:\"tips/([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?tips=$matches[1]&cpage=$matches[2]\";s:25:\"tips/([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?tips=$matches[1]&page=$matches[2]\";s:21:\"tips/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:31:\"tips/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:51:\"tips/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"tips/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:46:\"tips/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"slider/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"slider/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"slider/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"slider/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"slider/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:27:\"slider/([^/]+)/trackback/?$\";s:32:\"index.php?slide=$matches[1]&tb=1\";s:35:\"slider/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&paged=$matches[2]\";s:42:\"slider/([^/]+)/comment-page-([0-9]{1,})/?$\";s:45:\"index.php?slide=$matches[1]&cpage=$matches[2]\";s:27:\"slider/([^/]+)(/[0-9]+)?/?$\";s:44:\"index.php?slide=$matches[1]&page=$matches[2]\";s:23:\"slider/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"slider/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"slider/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"slider/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"slider/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"slide-page/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?slide-page=$matches[1]&feed=$matches[2]\";s:46:\"slide-page/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?slide-page=$matches[1]&feed=$matches[2]\";s:39:\"slide-page/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?slide-page=$matches[1]&paged=$matches[2]\";s:21:\"slide-page/([^/]+)/?$\";s:32:\"index.php?slide-page=$matches[1]\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";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:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=2&cpage=$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: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:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([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:64:\"([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:57:\"([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:39:\"([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:56:\"([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:51:\"([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:44:\"([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:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:20:\"(.?.+?)(/[0-9]+)?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:20:\"([^/]+)(/[0-9]+)?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";}','yes'),(826,'user_role_editor','a:3:{s:17:\"ure_caps_readable\";i:0;s:24:\"ure_show_deprecated_caps\";i:0;s:19:\"ure_hide_pro_banner\";i:1;}','yes'),(827,'wp_backup_user_roles','a:6:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:73:{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:12:\"publish_news\";b:1;s:9:\"edit_news\";b:1;s:16:\"edit_others_news\";b:1;s:19:\"edit_published_news\";b:1;s:21:\"delete_published_news\";b:1;s:11:\"delete_news\";b:1;s:18:\"delete_others_news\";b:1;s:17:\"read_private_news\";b:1;s:22:\"manage_news_categories\";b:1;s:16:\"manage_news_tags\";b:1;s:22:\"view_cimy_extra_fields\";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;}}s:14:\"rpr_unverified\";a:2:{s:4:\"name\";s:10:\"Unverified\";s:12:\"capabilities\";a:0:{}}}','no'),(1569,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1401382154','no'),(1570,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1401338954','no'),(1490,'_site_transient_timeout_browser_516dbc21177c71418daad301dad61862','1401448027','yes'),(1491,'_site_transient_browser_516dbc21177c71418daad301dad61862','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"35.0.1916.114\";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:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1518,'_site_transient_timeout_browser_f941cd0e94d95162b6f19a7130455e21','1401699303','yes'),(1519,'_site_transient_browser_f941cd0e94d95162b6f19a7130455e21','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"29.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1594,'_site_transient_timeout_browser_737f46a40394f7fb142f04cf52341754','1401966274','yes'),(1595,'_site_transient_browser_737f46a40394f7fb142f04cf52341754','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"35.0.1916.114\";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:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1571,'_transient_timeout_feed_867bd5c64f85878d03a060509cd2f92c','1401382154','no'),(1572,'_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:77:\"WPTavern: This Week On WPWeekly: The CEO Of Varsity News Network, Ryan Vaughn\";s:7:\"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:28:\"http://wptavern.com/?p=23674\";s:7:\"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:194:\"http://wptavern.com/this-week-on-wpweekly-the-ceo-of-varsity-news-network-ryan-vaughn?utm_source=rss&utm_medium=rss&utm_campaign=this-week-on-wpweekly-the-ceo-of-varsity-news-network-ryan-vaughn\";s: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:1324:\"<p>This Friday at 3P.M. Eastern on <a href=\"http://wptavern.com/wordpress-weekly\" title=\"http://wptavern.com/wordpress-weekly\">WordPress Weekly</a>, we’ll be joined by Ryan Vaughn, CEO of <a title=\"http://varsitynewsnetwork.com/home\" href=\"http://varsitynewsnetwork.com/home\">Varsity News Network</a>, to discuss how the company is utilizing WordPress to become the ESPN of high school sports. Using a custom designed theme, VNN provides more than 350 high schools across the country a website to publish informational events, schedules, and scores.</p>\n<p>VNN increases exposure and recognition for high school athletes, and empowers students interested in media to gain experience in the field.</p>\n<p></p>\n<p>The company <a href=\"http://www.xconomy.com/detroit/2014/02/18/varsity-news-network-lands-3000000-new-funding/\" title=\"http://www.xconomy.com/detroit/2014/02/18/varsity-news-network-lands-3000000-new-funding/\">recently received $3M</a> in venture capital funding to help scale the service nationwide. Take a look at the list of <a href=\"http://varsitynewsnetwork.com/vnn-partner-schools/\" title=\"http://varsitynewsnetwork.com/vnn-partner-schools/\">partner schools</a> to see example websites using the VNN platform.</p>\n<p>If you have any questions about the service, submit them in the comments below.</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 May 2014 23:45: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:13:\"Jeff Chandler\";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:56:\"WPTavern: JSON REST API Slated For WordPress 4.1 Release\";s:7:\"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:28:\"http://wptavern.com/?p=23676\";s:7:\"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:156:\"http://wptavern.com/json-rest-api-slated-for-wordpress-4-1-release?utm_source=rss&utm_medium=rss&utm_campaign=json-rest-api-slated-for-wordpress-4-1-release\";s: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:6843:\"<p>WordPress core contributors came to a consensus today during the development meeting regarding the immediate future of the JSON REST API project. Ryan McCue and his team released <a href=\"http://wptavern.com/wordpress-json-rest-api-version-1-0-released\" target=\"_blank\">version 1.0</a> over the weekend and have been pushing hard for it to be ready for the upcoming 4.0 release.</p>\n<p>When I spoke with McCue yesterday about the API’s readiness for 4.0, he said, “At this point, the API is considered feature complete. The upcoming 1.1 release is going to be heavily focused on testing and documentation, plus some general bug fixing as per usual. Moving forward, we’ll basically just be building out new features as needed.”</p>\n<p>The discussion today resulted in an agreement to put the WP API project on the 4.1 roadmap, as it still hasn’t received the requisite testing and real-world exposure that core contributors would like to see before giving it the green light.</p>\n<p>“I think it’s ‘ready’ for use, which is exciting,” Nacin said, when weighing in on the API during the meeting. <strong>“Now we just have to get it ready for the next five years and 22% of the internet.”</strong></p>\n<p>Nacin suggested putting it squarely on the 4.1 roadmap with hopes of attracting more core contributors for the final mile. Although everyone is excited about having this new API in core, it’s an addition that all agreed is worthy of stronger core feedback before pushing it forward.</p>\n<h3>The WP API in the Wild</h3>\n<p>Meanwhile, more real-world examples of the API in use are popping up. <a href=\"https://twitter.com/ericandrewlewis\" target=\"_blank\">Eric Andrew Lewis</a>, a web developer for the New York Times, remarked, “We’re implementing it as of yesterday because it’s stable now.” <a href=\"https://twitter.com/kadamwhite\" target=\"_blank\">K. Adam White</a> also <a href=\"http://make.wordpress.org/core/2014/05/25/json-rest-api-version-1-0/#comment-15415\" target=\"_blank\">commented</a> on the most recent make.wordpress.org update to report that his team is already making use of the API at <a href=\"http://bocoup.com/\" target=\"_blank\">Bocoup</a>.</p>\n<blockquote><p>We’re using the API as the content backend for an in-development Node.js website and several single-page applications; nothing I can share publicly yet, but the API project was the tipping point that let me convince my colleagues that WordPress was a suitable backend for a non-PHP application. We’re really excited about the work we’re doing and I look forward to sharing it later in the year.</p></blockquote>\n<p>Although McCue feels that the API is ready for WordPress 4.0, those present at the development meeting agreed that more eyes and testers will help to ensure that the API enters core in a more robust state.</p>\n<h3>How WordPress Plugin and Theme Developers Can Help Test the WP API</h3>\n<div id=\"attachment_23698\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/building.jpg\" rel=\"prettyphoto[23676]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/building.jpg?resize=1024%2C526\" alt=\"photo credit: shenamt - cc\" class=\"size-full wp-image-23698\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/shenamt/6906784503/\">shenamt</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a></p></div>\n<p>WordPress developers are already doing some exciting things, such as creating plugins based on the API, i.e. the <a href=\"https://github.com/modemlooper/buddypress-json-api\" target=\"_blank\">BuddyPress JSON API</a> and the <a href=\"https://github.com/pods-framework/pods-json-api\" target=\"_blank\">Pods JSON API</a> that emerged shortly after 1.0 was released. McCue believes that finding your own special interest is a good way to join in testing the API:</p>\n<blockquote><p>Contributing to a large project like WordPress core or the API isn’t always the easiest thing to do; these projects have certain rules and standards that can be annoying to have to deal with. The API is very much structured as the base for developers to build off, and it’s always much easier building with something you know, so I think finding something you’re familiar with and trying to integrate that with the API is a great way to both learn it, and help us test it out.</p></blockquote>\n<p>McCue is also keen to get WordPress theme developers testing the API with their projects, using the project’s <a href=\"https://github.com/WP-API/client-js\" target=\"_blank\">Javascript library</a>. <strong>“We’ve tried to design this so that even frontend developers with minimal knowledge of WordPress can go out and start creating, and those with WP knowledge can feel at home,”</strong> he said.</p>\n<p>During the development meeting McCue was asked about the advantages of theming with the API vs. calling the database through conventional (PHP) means. “You can do nice stuff like loading new content without a full page load,” he said. “And because of WP API’s internal reusability, you can also render it server side with practically the same code.” Others chimed in that lazy loading, AJAX calls, infinite scroll and the like will be much easier to implement with the new API.</p>\n<p>“The biggest effect I think the REST API will have is in opening up this data to other developers, including plugin and theme developers,” McCue said. “We’re increasingly seeing more advanced front ends, including <a href=\"https://thethemefoundry.com/wordpress-themes/collections/\" target=\"_blank\">Theme Foundry’s Collections</a> theme, P2 and the upcoming o2, and sites like <a href=\"http://qz.com/\" target=\"_blank\">Quartz</a>, and WP API will enable these sorts of sites to be built much quicker.”</p>\n<p>In the past, these sorts of projects were extraordinarily unique endeavors that required a great deal of effort to build. With the JSON REST API finally added to WordPress core, the platform will be more open to unique use cases.</p>\n<p>“The API will enable front end developers to build themes on WordPress without needing to know PHP or many of WP’s quirks,” McCue said. <strong>“I believe it will really open up WordPress as a framework that’s easily accessible to everyone.”</strong> As the project stands today, the team is working towards making improvements that will ensure the API’s readiness for WordPress 4.1. If you have feedback to add from working with version 1.0 or would like to contribute to the project, join the WP API Team Tuesdays in the #wordpress-dev channel on IRC at 00:00 UTC.</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 May 2014 23:14:14 +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:13:\"Sarah Gooding\";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:87:\"WPTavern: WordPress.com Security Vulnerability Stirs Debate Over Responsible Disclosure\";s:7:\"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:28:\"http://wptavern.com/?p=23537\";s:7:\"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:218:\"http://wptavern.com/wordpress-com-security-vulnerability-stirs-debate-over-responsible-disclosure?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-com-security-vulnerability-stirs-debate-over-responsible-disclosure\";s: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:6809:\"<p>Late last week, Yan Zhu, a Staff Technologist for the <a title=\"https://eff.org/\" href=\"https://eff.org/\">Electronic Frontier Foundation </a>publicly <a title=\"https://zyan.scripts.mit.edu/blog/wordpress-fail/\" href=\"https://zyan.scripts.mit.edu/blog/wordpress-fail/\">disclosed</a> a security vulnerability she discovered with WordPress.com and how it handles cookies. More specifically, she discovered the “<em>wordpress_logged_in</em>” cookie being sent in the clear to a WordPress authentication endpoint. She was able to use the authenticated cookie to publish blog posts, view private posts, post comments on others blogs, see their stats, and related administrative tasks that didn’t require logging in a second time.</p>\n<div id=\"attachment_23609\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/CookiesSecurityFeaturedImage.png\" rel=\"prettyphoto[23537]\"><img class=\"size-full wp-image-23609\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/CookiesSecurityFeaturedImage.png?resize=640%2C249\" alt=\"Cookies Security Featured Image\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/pedrovezini/5187327989/\">Pedro Vezini</a> – <a href=\"http://creativecommons.org/licenses/by-nc-sa/2.0/\">cc</a></p></div>\n<p>Zhu contacted <a title=\"security@automattic.com\" href=\"http://wptavern.com/security@automattic.com\">security@automattic.com</a> and <a title=\"security@wordpress.org\" href=\"http://wptavern.com/security@wordpress.org\">security@wordpress.org</a> as the directions say to within the <a title=\"http://make.wordpress.org/core/handbook/reporting-security-vulnerabilities/#where-do-i-report-security-issues.\" href=\"http://make.wordpress.org/core/handbook/reporting-security-vulnerabilities/#where-do-i-report-security-issues.\">WordPress core handbook</a>. Within 24 hours of notifying Automattic, Zhu publicly disclosed the vulnerability on her blog. The information was picked up by <a title=\"http://arstechnica.com/security/2014/05/unsafe-cookies-leave-wordpress-accounts-open-to-hijacking-2-factor-bypass/\" href=\"http://arstechnica.com/security/2014/05/unsafe-cookies-leave-wordpress-accounts-open-to-hijacking-2-factor-bypass/\">Ars Technica</a> resulting in millions of readers finding out about the security issue before a fix was available. What was once a good deed is now an example of irresponsible disclosure.</p>\n<p>According to Wikipedia, <a title=\"http://en.wikipedia.org/wiki/Responsible_disclosure\" href=\"http://en.wikipedia.org/wiki/Responsible_disclosure\">responsible disclosure</a> is defined as:</p>\n<blockquote><p>A <a title=\"Computer security\" href=\"http://en.wikipedia.org/wiki/Computer_security\">computer security</a> term describing a <a class=\"mw-redirect\" title=\"Vulnerability disclosure\" href=\"http://en.wikipedia.org/wiki/Vulnerability_disclosure\">vulnerability disclosure</a> model. It is like <a title=\"Full disclosure (computer security)\" href=\"http://en.wikipedia.org/wiki/Full_disclosure_%28computer_security%29\">full disclosure</a>, with the addition that all stakeholders agree to allow a period of time for the <a title=\"Vulnerability (computing)\" href=\"http://en.wikipedia.org/wiki/Vulnerability_%28computing%29\">vulnerability</a> to be <a title=\"Patch (computing)\" href=\"http://en.wikipedia.org/wiki/Patch_%28computing%29\">patched</a> before publishing the details. Developers of hardware and software often require time and resources to repair their mistakes.</p></blockquote>\n<p>When <a title=\"https://zyan.scripts.mit.edu/blog/wordpress-fail/#comment-70\" href=\"https://zyan.scripts.mit.edu/blog/wordpress-fail/#comment-70\">asked</a> why she didn’t give Automattic more time, Zhu responded:</p>\n<blockquote><p>However, in this case, I believe that 24hrs was a fair amount of time. The main reason is that SSL support nowadays is widely accepted as the bare *minimum* security guarantee that a website should provide for users’ private information, and this is essentially a bug in WordPress’s SSL support. “Only send auth info over SSL” has been the most basic security recommendation to website operators for the last 15+ years.</p></blockquote>\n<p>Although <a title=\"http://automattic.com/security/\" href=\"http://automattic.com/security/\">Automattic states</a> they’ll try to contact the reporter within 24 hours, I’d give them at least 72. The WordPress core handbook states that <strong>in all cases, you should not publish the details</strong>. The Automattic submission form states, “If you happen to find a <strong>security vulnerability</strong> in one of our services, we would appreciate letting us know before disclosing the issue publicly.” Perhaps the Automattic submission form should also request that reporters not publish the details.</p>\n<h3>When Disclosure Becomes Irresponsible</h3>\n<p>Any time a security vulnerability is disclosed before it’s fixed within a reasonable time frame, it’s irresponsible disclosure. Of course, what is a reasonable time frame is subjective but common sense dictates at least 3-5 days to hear a response back. Besides, they have to verify and duplicate the report in order to come up with a fix. Even if the issue is already known to attackers or is easy to find, it doesn’t make it <strong>ok</strong> to publicize it through the media. These types of actions fan the flames and make the reporter look like the bad person.</p>\n<p>When it comes to how long of a time frame is acceptable before going to the public, everyone likely has a different answer. It also depends on what has gone on behind the scenes. For instance, when was it reported and when did the company respond back? Did they promise a fix but haven’t released it in months? In rare instances, publicizing a vulnerability is the only way to get a company to act but should be treated as the nuclear option.</p>\n<p>In the comments of Zhu’s article, <a title=\"https://zyan.scripts.mit.edu/blog/wordpress-fail/#comment-106\" href=\"https://zyan.scripts.mit.edu/blog/wordpress-fail/#comment-106\">Matt Mullenweg thanked her</a> for the report with a request that she allow more time for Automattic to act.</p>\n<blockquote><p>Thank you very much for finding and investigating this problem. If there’s a next time, I would definitely appreciate it if you gave us a few days more next time to protect users before it’s public.</p></blockquote>\n<p>Do you think Zhu is in the wrong for publishing details of the security issue too soon or was 24 hours enough time for Automattic to implement a fix? If you discovered a security vulnerability and reported it to the vendor, what would need to happen to convince you that publicizing is the only way to get it fixed?</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 May 2014 19: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:13:\"Jeff Chandler\";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:23:\"Matt: New Socket.IO 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"http://ma.tt/?p=43826\";s:7:\"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:39:\"http://ma.tt/2014/05/new-socket-io-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:225:\"<p><a href=\"http://socket.io/blog/introducing-socket-io-1-0/#credits\">Socket.IO 1.0 is available</a> with a number of new features, including binary support. Socket.IO is one of the most useful tools in the Node.js world.</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 May 2014 19:16: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: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: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:58:\"WPTavern: How to Set Up Text Message Alerts for a 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:28:\"http://wptavern.com/?p=22934\";s:7:\"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:160:\"http://wptavern.com/how-to-set-up-text-message-alerts-for-a-wordcamp?utm_source=rss&utm_medium=rss&utm_campaign=how-to-set-up-text-message-alerts-for-a-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3885:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/text-alerts.jpg\" rel=\"prettyphoto[22934]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/text-alerts.jpg?resize=832%2C356\" alt=\"text-alerts\" class=\"aligncenter size-full wp-image-23634\" /></a></p>\n<p><a href=\"http://wptavern.com/recap-of-wordcamp-miami-2014\" target=\"_blank\">WordCamp Miami</a> is one of the largest WordPress events in operation, with 770+ attendees and a large group of organizers and volunteers who turned out for its most recent 5th anniversary edition. It ran earlier this month with four days (Thursday – Sunday) packed full of activities. Multiple venues, parking areas, presentation tracks, catering and food vendors can all add to the likelihood of unexpected delays or changes in schedule.</p>\n<p>How do you keep that many people informed with updates? Text alerts were the glue that kept everyone together on the same page, according to organizer <a href=\"https://twitter.com/dimensionmedia/\" target=\"_blank\">David Bisset</a>. WordCamp Miami utilized <a href=\"https://gather.mailchimpapp.com/\" target=\"_blank\">MailChimp’s Gather service</a> to shoot out reminders and changes of schedule.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/gather-text-update.jpg\" rel=\"prettyphoto[22934]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/gather-text-update.jpg?resize=296%2C516\" alt=\"gather-text-update\" class=\"alignright size-full wp-image-23647\" /></a>Many WordCamps use MailChimp to organize event emails. The Gather app allows you to text message your MailChimp email subscribers to keep them updated throughout the event. Subscribers can respond to organizers individually with no app or setup required. For example, if you want to alert everyone where parking is located, you can send a quick text in the morning. Attendees can also alert you to any problems.</p>\n<p>When you set up a new event with Gather, it gives you a customizable signup form that you can share via Twitter, email or your MailChimp account. It also gives you a phone number to use that is separate from your personal number, so you can retain your privacy. The organizer never has access to subscribers’ phone numbers and the service automatically deletes the numbers after the event expires.</p>\n<p>Pricing is a nominal fee that you pre-pay for bundles of text messages, depending on the size of your event: 175 messages for $8.99, 500 messages for $18.99, or 2000 messages for $48.99. This includes your new Gather phone number.</p>\n<h3>Getting Attendees to Sign Up For Text Alerts</h3>\n<p>Getting people to sign up for text alerts may not be the easiest task, as nobody wants to open up their phone to a flood of unimportant messages or info that’s already printed in the schedule.</p>\n<p>It’s a good idea to assure your subscribers that you’re not going to overload them with texts. Make sure they know their numbers will be deleted after the event and that you’ll send only the important stuff. WordCamp Miami did a good job of this on its text alerts signup page:</p>\n<blockquote><p>We will keep the notifications to a minimum. They will involve any last-minute session/room changes, after party information, and emergency information.</p></blockquote>\n<p>Bisset had three separate text message channels for the event, including one for general attendees, volunteer corps, and WordCamp organizers. He said that it kept their team from having to run around and holler at each other for help during the event.</p>\n<p>As an attendee and speaker at WordCamp Miami, I can attest to the fact that these text message alerts kept everything running like a well-oiled machine. I would highly recommend them to any organizer who is looking to improve the overall event experience for attendees and volunteers.</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 May 2014 19:08: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:13:\"Sarah Gooding\";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:88:\"WordPress.tv: Alexandre Simard: Débutant III – Louer, acheter ou changer de quartier?\";s:7:\"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:28:\"http://wordpress.tv/?p=33497\";s:7:\"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/2014/05/28/alexandre-simard-debutant-iii-louer-acheter-ou-changer-de-quartier/\";s: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:724:\"<div id=\"v-TrAFJDeG-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/33497/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/33497/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=33497&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/28/alexandre-simard-debutant-iii-louer-acheter-ou-changer-de-quartier/\"><img alt=\"Alexandre Simard: Débutant III – Louer, acheter ou changer de quartier?\" src=\"http://videos.videopress.com/TrAFJDeG/video-7814b3e6fc_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:\"Wed, 28 May 2014 13:00:50 +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:\"WordPress.tv\";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:86:\"WordPress.tv: Kaylynne Johnson: Débutant II – La gestion des médias dans 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:28:\"http://wordpress.tv/?p=33474\";s:7:\"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/2014/05/28/kaylynne-johnson-debutant-ii-la-gestion-des-medias-dans-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:715:\"<div id=\"v-GWljzl81-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/33474/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/33474/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=33474&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/28/kaylynne-johnson-debutant-ii-la-gestion-des-medias-dans-wordpress/\"><img alt=\"Kaylynne Johnson: Débutant II – La gestion des médias dans WordPress\" src=\"http://videos.videopress.com/GWljzl81/video-ade276d4b9_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 May 2014 12:40:50 +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:\"WordPress.tv\";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:89:\"WordPress.tv: Élise Desaulniers: Débutant I – WordPress.com: le tour du propriétaire\";s:7:\"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:28:\"http://wordpress.tv/?p=33465\";s:7:\"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/2014/05/28/elise-desaulniers-debutant-i-wordpress-com-le-tour-du-proprietaire/\";s: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:719:\"<div id=\"v-6M4JadgG-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/33465/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/33465/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=33465&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/28/elise-desaulniers-debutant-i-wordpress-com-le-tour-du-proprietaire/\"><img alt=\"Élise Desaulniers: Débutant I – WordPress.com: le tour du propriétaire\" src=\"http://videos.videopress.com/6M4JadgG/video-f481529909_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 May 2014 12:20: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:12:\"WordPress.tv\";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:64:\"WordPress.tv: Peter Nemčok: Slobodný softvér, slobodná firma\";s:7:\"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:28:\"http://wordpress.tv/?p=35166\";s:7:\"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/2014/05/28/peter-nemcok-slobodny-softver-slobodna-firma/\";s: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:647:\"<div id=\"v-BOZExuOn-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35166/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35166/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35166&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/28/peter-nemcok-slobodny-softver-slobodna-firma/\"><img alt=\"5. Peter Nemcok.avi\" src=\"http://videos.videopress.com/BOZExuOn/video-b99c20bbc1_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:\"Wed, 28 May 2014 12:00: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:12:\"WordPress.tv\";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:48:\"WPTavern: WordPress Celebrates Its 11th Birthday\";s:7:\"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:28:\"http://wptavern.com/?p=23512\";s:7:\"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:140:\"http://wptavern.com/wordpress-celebrates-its-11th-birthday?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-celebrates-its-11th-birthday\";s: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:2548:\"<div id=\"attachment_23622\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/birthday.jpg\" rel=\"prettyphoto[23512]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/birthday.jpg?resize=1023%2C561\" alt=\"photo credit: A30_Tsitika - cc\" class=\"size-full wp-image-23622\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/frozen-in-time/2263904827/\">A30_Tsitika</a> – <a href=\"http://creativecommons.org/licenses/by-nc-nd/2.0/\">cc</a></p></div>\n<p>Today marks 11 years since the very <a href=\"http://wordpress.org/news/2003/05/wordpress-now-available/\" target=\"_blank\">first official public release of WordPress</a>. Reading through that <a href=\"http://codex.wordpress.org/Changelog/0.70\" target=\"_blank\">changelog</a> will make you smile and realize how far the software has come since the early days when its main competitors were <a href=\"http://www.textpattern.com/\" target=\"_blank\">Textpattern</a> and <a href=\"http://movabletype.org/\" target=\"_blank\">Movable Type</a>.</p>\n<p>Fast forward 11 years and WordPress now powers <a href=\"http://w3techs.com/technologies/overview/content_management/all\" target=\"_blank\">22% of the web</a> with a content management system market share of 60.0%. Many moons ago, when you were hacking <a href=\"http://wordpress.org/themes/default\" target=\"_blank\">Kubrick</a>, did you ever imagine that you’d see WordPress <a href=\"http://wptavern.com/wordpress-for-ios-featured-in-apples-new-ipad-advertising-campaign\" target=\"_blank\">featured in an Apple product advertisement</a>? Could you have predicted that WordPress would power major news publications and government sites around the globe?</p>\n<p>Over the past decade, this open source platform has enabled people to build creative, thriving businesses that support their families and improve the lives of others in small and big ways. With more than 31,000 free <a href=\"http://wordpress.org/plugins/\" target=\"_blank\">plugins</a> and 665 million plugin downloads, WordPress’ extensibility makes it possible for the platform to power nearly any kind of website, from major corporations to universities to social networks. Best of all, WordPress has helped ordinary people tell their stories and find a voice in the world.</p>\n<p>Here’s to the people who build WordPress, the ever-growing community that supports it, and the users who choose to publish with it every day. Happy birthday and congratulations on 11 years burning brighter.</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 May 2014 05:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:\"WPTavern: WordPress for iOS Featured in Apple’s New iPad Advertising Campaign\";s:7:\"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:28:\"http://wptavern.com/?p=23507\";s:7:\"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:196:\"http://wptavern.com/wordpress-for-ios-featured-in-apples-new-ipad-advertising-campaign?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-for-ios-featured-in-apples-new-ipad-advertising-campaign\";s: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:2437:\"<p>Apple has a new advertisement for iPad, featuring Chérie King, whose WordPress-powered <a href=\"http://flightofthetravelbee.com/\" target=\"_blank\">Flight of the Travel Bee</a> blog is dedicated to helping deaf people discover the joy of traveling.</p>\n<p>Her story can be found at <a href=\"http://www.apple.com/cherie\" target=\"_blank\">apple.com/cherie</a> and is included as part of the “<a href=\"http://www.apple.com/your-verse/\" target=\"_blank\">What will your verse be?</a>” campaign. The first video beautifully captures Chérie’s love of traveling and shows her blogging on the go using the <a href=\"http://wpiphone.wordpress.com/\" target=\"_blank\">WordPress for iOS</a> app.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/wp-on-ipad.jpg\" rel=\"prettyphoto[23507]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/wp-on-ipad.jpg?resize=1025%2C835\" alt=\"wp-on-ipad\" class=\"aligncenter size-full wp-image-23581\" /></a></p>\n<p>Chérie uses her iPad to help her navigate the world and connect with others on her travels. The campaign features WordPress among her top apps for documenting her international adventures. She uses the mobile app to publish photos and updates to her self-hosted WordPress site.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/cherie-apps.jpg\" rel=\"prettyphoto[23507]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/cherie-apps.jpg?resize=722%2C416\" alt=\"cherie-apps\" class=\"aligncenter size-full wp-image-23587\" /></a></p>\n<p>An interactive map on <a href=\"http://flightofthetravelbee.com/\" target=\"_blank\">Flight of the Travel Bee</a> leads to archives for posts from her visits to 31 countries. Each destination from her travels has its own category. The site makes use of a few popular plugins, including WordPress SEO by Yoast, Contact Form 7 and W3 Total Cache.</p>\n<p>It’s inspiring to see that the WordPress publishing experience on mobile has improved to the point where it’s featured among other top iOS apps as a solid go-to for sharing experiences. Apple is well known for its inspiring product advertisements and <a href=\"http://www.apple.com/cherie\" target=\"_blank\">Chérie King’s videos</a> are particularly engaging. Her story is a beautiful example of WordPress at its finest – helping people tell their stories and create digital footprints along the way.</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 May 2014 00:26: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:13:\"Sarah Gooding\";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:93:\"WPTavern: bbPress 2014 Survey Results Show Users Are Still Disappointed with Lack of 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=23441\";s:7:\"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:230:\"http://wptavern.com/bbpress-2014-survey-results-show-users-are-still-disappointed-with-lack-of-features?utm_source=rss&utm_medium=rss&utm_campaign=bbpress-2014-survey-results-show-users-are-still-disappointed-with-lack-of-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8918:\"<p>The results of the 2014 bbPress survey are <a title=\"https://bbpress.org/blog/2014/05/2014-bbpress-survey-results/\" href=\"https://bbpress.org/blog/2014/05/2014-bbpress-survey-results/\">now available</a>. The survey was conducted between March 7 – April 11, 2014. 183 people from 37 countries participated. The survey gave users a chance to give feedback and shape the direction of bbPress development throughout 2014.</p>\n<p>A common complaint I often hear is the lack of documentation and articles within the <a title=\"http://codex.bbpress.org/\" href=\"http://codex.bbpress.org/\">bbPress Codex</a>. 73% of respondents said they did not contribute to bbPress development. Out of those who have contributed to the project, only 7% have written articles for the Codex.</p>\n<div id=\"attachment_23562\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/ContributedTobbPress.png\" rel=\"prettyphoto[23441]\"><img class=\"size-full wp-image-23562\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/ContributedTobbPress.png?resize=592%2C823\" alt=\"bbPress Codex Articles Are Hard To Come By\" /></a><p class=\"wp-caption-text\">bbPress Codex Articles Are Hard To Come By</p></div>\n<p>It probably doesn’t help that in order to log into the bbPress.org website, you need to log into BuddyPress.org first. Then after you login, you’re not redirected to bbPress.org, you’re stuck on BuddyPress.org. If newcomers are looking to contribute to the Codex, you won’t be able to learn how because the <a title=\"http://codex.bbpress.org/participate-and-contribute/codex-standards-guidelines/\" href=\"http://codex.bbpress.org/participate-and-contribute/codex-standards-guidelines/\">Codex Standards and Guidelines</a> document links to a 404 error page.</p>\n<p>When asked what are the strengths of bbPress, the top four answers are what I’d expect. It’s free, open source, is an official plugin, and easily integrates with WordPress and BuddyPress.</p>\n<div id=\"attachment_23565\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/bbPressTopFourStrengths.png\" rel=\"prettyphoto[23441]\"><img class=\"size-full wp-image-23565\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/bbPressTopFourStrengths.png?resize=607%2C541\" alt=\"Top Four Strengths Of bbPress\" /></a><p class=\"wp-caption-text\">Top Four Strengths Of bbPress</p></div>\n<p>When asked what are the weaknesses to bbPress, the answers don’t surprise me. In fact, it’s the same set of complaints I’ve read and heard over the past few years. It lacks features out of the box compared to other forum software which leads to using several plugins just to bring it up to par. What surprises me most is that 54% said they were not sure about the future of the plugin.</p>\n<div id=\"attachment_23566\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/bbPressUncertainFuture.png\" rel=\"prettyphoto[23441]\"><img class=\"size-full wp-image-23566\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/bbPressUncertainFuture.png?resize=581%2C375\" alt=\"Uncertain Of The Future Of bbPress\" /></a><p class=\"wp-caption-text\">Uncertain Of The Future Of bbPress</p></div>\n<p>It’s been <a title=\"https://bbpress.trac.wordpress.org/changeset/2463\" href=\"https://bbpress.trac.wordpress.org/changeset/2463\">four years</a> since bbPress switched from being a stand alone piece of software to a WordPress plugin. There was <a title=\"http://bbpress.org/forums/topic/bbpress-plugin-is-born/\" href=\"http://bbpress.org/forums/topic/bbpress-plugin-is-born/\">a lot of uncertainty</a> about the project around the time of the switch but that was four years ago. I’m curious as to why 54% of respondents are not sure about the future of the plugin. In those four years, John James Jacoby, Stephen Edgar, and several other contributors have made substantial improvements to the plugin. How could those improvements lead to uncertainty?</p>\n<p>The requested improvements and new features list are similar to the list of most popular bbPress plugins activated. While attachments took the top spot with 42%, most of the votes were evenly distributed. This leads me to believe users would like to see every feature in the list added to bbPress. Take a look at the list of features and tell me which are not already available in most forum software.</p>\n<div id=\"attachment_23567\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/TopRequestedItems.png\" rel=\"prettyphoto[23441]\"><img class=\"size-full wp-image-23567\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/TopRequestedItems.png?resize=482%2C621\" alt=\"Top Requested bbPress Features\" /></a><p class=\"wp-caption-text\">Top Requested bbPress Features</p></div>\n<p>88% of respondents said they evaluated other forum software before deciding on bbPress. Of those evaluated, phpBB took the top spot with 72%. The SimplePress plugin took second place with 44%. Despite its lack of features out of the box, bbPress was chosen by many of the respondents over other popular forum software. Considering the price tag on vBulletin, I was surprised it ranked so high.</p>\n<div id=\"attachment_23568\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/OtherForumSoftwareEvaluated.png\" rel=\"prettyphoto[23441]\"><img class=\"size-full wp-image-23568\" src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/OtherForumSoftwareEvaluated.png?resize=579%2C369\" alt=\"Other Forum Software Evaluated\" /></a><p class=\"wp-caption-text\">Other Forum Software Evaluated</p></div>\n<h3>bbPress Has Come A Long Way But Has So Much Further To Go</h3>\n<p>In 2009, I <a title=\"http://wptavern.com/why-i-use-vbulletin\" href=\"http://wptavern.com/why-i-use-vbulletin\">explained why</a> I chose vBulletin over bbPress to power the WP Tavern forum. Many of the reasons in that post are still valid arguments for why I’d probably not use bbPress today. It makes me sad to see so many huge walls in front of the bbPress project. As an end-user, the lack of features in bbPress is a detriment, not a feature itself. The code that makes up bbPress is some of the best you’ll see in a WordPress plugin but great code doesn’t equate to mainstream use.</p>\n<p>bbPress has a lot going for it. It’s a WordPress plugin so it works with WordPress as if they are one entity and being a plugin, it’s simple to install. The default theme compatibility enables it to blend in with just about every WordPress theme. It’s free, open source, and considered an official plugin and there’s a passionate community supporting it.</p>\n<p>If bbPress is ever going to be on par with other forum solutions, it’s going to have to pack more punch into its default feature set. I’m not the only who thinks so. Take this survey comment for example:</p>\n<blockquote><p>Needs a lot more focus on adding front end features both for users and mods/admins. There is a serious lack of traditional forum features that people expect to have, and it really holds bbPress back.</p></blockquote>\n<p>I think users would love to have something that suits most of their needs out of the box and then add plugins for additional functionality. Unfortunately, bbPress requires several plugins to be installed before it can even be considered on par with its competition.</p>\n<h3>Will bbPress Ever Be Mainstream?</h3>\n<p>There are other forces at work besides what is going on internally with bbPress. The nature of social interaction on the web is radically different from 10 years ago. Forums were like watering holes for specific topics with like-minded individuals. Today, most of the conversation happens on one or more social networks. There is also an <a title=\"http://www.businessesgrow.com/2014/03/26/eliminating-comments/\" href=\"http://www.businessesgrow.com/2014/03/26/eliminating-comments/\">ongoing trend</a> of large websites turning comments off.</p>\n<p>One of the <a title=\"http://bbpress.org/blog/2013/11/bbpress-2-5-released/\" href=\"http://bbpress.org/blog/2013/11/bbpress-2-5-released/\">signature features of bbPress 2.6</a> will replace WordPress comments with bbPress topics. You’ll be able to replace your comment form with bbPress and merge together community conversations that forums provide with directed topics of conversation via the blog. It’s a marriage of functionality I’ve been wanting for years but it might be too little too late.</p>\n<p>Will this feature spark a renaissance of forums, community, and on site conversations or has managing such things become too much work? Will we ever see the day when the percentage of sites using bbPress is as closely monitored as that of sites using WordPress?</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 May 2014 23:00: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:13:\"Jeff Chandler\";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:54:\"WPTavern: WordPress JSON REST API Version 1.0 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=23496\";s:7:\"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:152:\"http://wptavern.com/wordpress-json-rest-api-version-1-0-released?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-json-rest-api-version-1-0-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4946:\"<p>Version 1.0 of the <a href=\"http://wordpress.org/plugins/json-rest-api/\" target=\"_blank\">JSON REST API plugin</a> was <a href=\"http://make.wordpress.org/core/2014/05/25/json-rest-api-version-1-0/\" target=\"_blank\">released</a> over the weekend, adding new user, revision and post meta endpoints. This release also introduces the project’s new long-term backwards compatibility policy for its internal PHP API and REST API, which will not be broken from this point forward as new endpoints and data are added.</p>\n<p>The WP API project is led by <a href=\"https://twitter.com/rmccue\" target=\"_blank\">Ryan McCue</a>, who said that the team is pushing hard for integration into WordPress 4.0, although it is not yet guaranteed. McCue published an <a href=\"https://gist.github.com/rmccue/722769379f4fc4148b1f\" target=\"_blank\">integration plan</a> for getting the WP API into core for the 4.0 merge window, if the project receives the green light.</p>\n<h4>Understanding the Benefits of the JSON REST API</h4>\n<p>McCue’s proposal highlights the need for an alternative to the XML-RPC API that is currently provided in core and demonstrates how the JSON REST API provides a superior solution for allowing remote access to data.</p>\n<p>Because the WP API was designed from the ground up for integration into WordPress, it follows WP coding standards and will enter the core with full translatability. The WP API is being built to eventually include every data type found in WordPress, including post types and their metadata. It’s also built with extensibility in mind for themes and plugins and makes liberal use of actions and filters.</p>\n<p>In addition to the huge benefit of the API being built <strong>FOR</strong> WordPress, McCue sites several other distinct benefits to its inclusion in core, including:</p>\n<ul>\n<li>Data serialization uses the JSON standard, which maps more directly to common data structures in most programming languages.</li>\n<li>Communication with the API uses the HTTP 1.1 standard, available in almost every programming language. Representational State Transfer (“REST”) semantics are used for interaction, which are available in the majority of HTTP clients, and compatibility is provided for those without this ability.</li>\n<li>The data serialization layer is independent of the data manipulation and accessing layer, enabling the JSON or HTTP semantics to be replaced with another protocol, (i.e. MessagePack or Cap’n Proto.)</li>\n<li>The internal structure of the API allows use by regular PHP code. This enables using the data layer of the API for other uses, such as a future version of WP-CLI or internal form handlers.</li>\n</li>\n<li>The API relies on no external services. It includes methods for automatically locating the API given only a WordPress site address, as well as programatically assessing the availability of parts of the API.</li>\n</ul>\n<h4>WordPress Developers are Already Building API Plugins</h4>\n<p>This API constitutes a monolithic addition to the WordPress codebase but it opens up a whole new world for developers who are extending the platform to access information remotely. Shortly after version 1.0 was released, a few WordPress developers reported back about making use of the API in their projects.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/bp-json-api.jpg\" rel=\"prettyphoto[23496]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/bp-json-api.jpg?resize=226%2C219\" alt=\"bp-json-api\" class=\"alignright size-full wp-image-23526\" /></a>Ryan Fugate (@modemlooper), took the initiative to add <a href=\"https://github.com/modemlooper/buddypress-json-api\" target=\"_blank\">BuddyPress JSON API</a> endpoints. When Scott Kingsley Clark saw the starter scaffolding for the BuddyPress API, he was inspired to build a <a href=\"https://github.com/pods-framework/pods-json-api\" target=\"_blank\">Pods JSON API</a> for his <a href=\"http://pods.io/\" target=\"_blank\">Pods Framework</a> in just a few short hours.</p>\n<p>McCue and his team of contributors are now starting on a documentation and testing push to prepare the plugin for possible inclusion into WordPress 4.0. A documentation site is now up at <a href=\"http://wp-api.github.io/\" target=\"_blank\">wp-api.github.io</a>. These docs are very much in transition as the project moves forward and will eventually include the <a href=\"https://github.com/WP-API/WP-API/tree/master/docs/guides\" target=\"_blank\">guides</a> and master <a href=\"https://github.com/WP-API/WP-API/tree/master/docs\" target=\"_blank\">docs</a> which are in different places right now. If you’d like to jump in on some <a href=\"https://gist.github.com/rmccue/722769379f4fc4148b1f#open-issues\" target=\"_blank\">open issues</a> or help with the WP API project, the team welcomes new contributors on its <a href=\"http://wpapiteam.wordpress.com/\" target=\"_blank\">O2 development blog</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 May 2014 18:53: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:13:\"Sarah Gooding\";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:69:\"WordPress.tv: Nestor Romero: SEO en WordPress – La gran revolució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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=25193\";s:7:\"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/2014/05/27/nestor-romero-seo-en-wordpress-la-gran-revolucion/\";s: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:692:\"<div id=\"v-uwG3XfA6-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/25193/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/25193/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=25193&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/27/nestor-romero-seo-en-wordpress-la-gran-revolucion/\"><img alt=\"Nestor Romero: SEO en WordPress – La gran revolución\" src=\"http://videos.videopress.com/uwG3XfA6/video-3cc4922479_scruberthumbnail_2.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 May 2014 08:00: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:12:\"WordPress.tv\";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:60:\"WordPress.tv: Camino García: WordPress – Aspectos legales\";s:7:\"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:28:\"http://wordpress.tv/?p=25244\";s:7:\"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:72:\"http://wordpress.tv/2014/05/27/camino-garcia-wordpress-aspectos-legales/\";s: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:674:\"<div id=\"v-uq1eyCpu-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/25244/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/25244/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=25244&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/27/camino-garcia-wordpress-aspectos-legales/\"><img alt=\"Camino García: WordPress – Aspectos legales\" src=\"http://videos.videopress.com/uq1eyCpu/video-3ad9bf484c_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:\"Tue, 27 May 2014 07: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:12:\"WordPress.tv\";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:82:\"WordPress.tv: Amit Kvint: Manejo y creación de una web multilingüe con 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:28:\"http://wordpress.tv/?p=25246\";s:7:\"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/2014/05/26/amit-kvint-manejo-y-creacion-de-una-web-multilingue-con-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:717:\"<div id=\"v-DSakR3R4-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/25246/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/25246/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=25246&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/26/amit-kvint-manejo-y-creacion-de-una-web-multilingue-con-wordpress/\"><img alt=\"Amit Kvint: Manejo y creación de una web multilingüe con WordPress\" src=\"http://videos.videopress.com/DSakR3R4/video-b4dfc0c886_scruberthumbnail_2.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 May 2014 22:08: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";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:98:\"Matt: Seoul, Jakarta, Singapore, Tokyo, Osaka, Manila, Melbourne, Sydney, Wellington, and Auckland\";s:7:\"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=43822\";s:7:\"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:33:\"http://ma.tt/2014/05/summer-tour/\";s: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:2474:\"<p>Later this week I’m heading on a speaking tour of a number of cities in Asia, Australia, and New Zealand talking about the past and future of WordPress and some of the things I’ve learned in the past few years of building <a href=\"http://wordpress.org/\">WordPress</a> and <a href=\"http://automattic.com/\">Automattic</a>. It’s been a number of years since I’ve visited these countries, and I’ve never been to Korea, Singapore, Melbourne, or Auckland before, so really looking forward to meeting the local communities in each of these cities and learning about how we can best set up WordPress for the coming decade of growth, especially in languages other than English.</p>\n<p>If you’re near any of these cities and want to come by check out the following links for more information. Even if it says “sold out” already, as many are, put your name on the waitlist anyway because I know some places are already searching for larger venues, and there could always be cancellations or spaces open up at the last minute.</p>\n<p>Asia</p>\n<ul class=\"ul1\">\n<li><a href=\"http://onoffmix.com/event/27342\">Sunday, June 1: Seoul, South Korea</a></li>\n<li><a href=\"http://wpjkt.org/blog/2014/05/09/3rd-jakarta-wordpress-meetup-with-matt-mullenweg-monday-june-2-2014/\">Monday, June 2: Jakarta, Indonesia</a></li>\n<li><a href=\"https://www.eventbrite.com/e/matt-mullenweg-live-tickets-3836477006\">Wednesday, June 4: Singapore (info)</a></li>\n<li><a href=\"http://wbtokyo.doorkeeper.jp/events/11074\">Friday, June 6: Tokyo, Japan</a></li>\n<li><a href=\"http://2014.kansai.wordcamp.org/outline/\">Saturday, June 7: Osaka, Japan</a></li>\n<li><a href=\"http://wpmeetup.wordpress.com/2014/05/06/wordpress-community-meetup-with-matt/\">Monday, June 9: Manila, Philippines</a></li>\n</ul>\n<p>Australia & New Zealand</p>\n<ul>\n<li class=\"li1\"><a href=\"http://matt-mullenweg-melbourne.eventbrite.com.au/\">Thursday, June 12: Melbourne</a></li>\n<li class=\"li1\"><a href=\"http://matt-mullenweg-sydney.eventbrite.com.au/\">Monday, June 16: Sydney</a></li>\n<li><a href=\"https://matt-mullenweg-wellington.eventbrite.com/\">Tuesday, June 17: Wellington</a></li>\n<li><a href=\"http://www.meetup.com/Auckland-WordPress-Users/events/183863442/\">Wednesday, June 18: Auckland</a></li>\n</ul>\n<p>The schedule might be a little exhausting, but I wanted to make it as many communities as possible in the short window of time I have before I need to be stateside again.</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 May 2014 19:19: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: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: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:75:\"WordPress.tv: Tom Tortorici: Using Your Website To Engage Persuade And Sell\";s:7:\"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:28:\"http://wordpress.tv/?p=35191\";s:7:\"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:92:\"http://wordpress.tv/2014/05/26/tom-tortorici-using-your-website-to-engage-persuade-and-sell/\";s: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:699:\"<div id=\"v-IYaQ6lYL-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35191/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35191/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35191&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/26/tom-tortorici-using-your-website-to-engage-persuade-and-sell/\"><img alt=\"Tom Tortorici: Using Your Website To Engage Persuade And Sell\" src=\"http://videos.videopress.com/IYaQ6lYL/video-c56941465a_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 May 2014 18:49: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";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:76:\"WordPress.tv: Jason Swenk: The Smarter You Get The Less Money You Make. Why?\";s:7:\"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:28:\"http://wordpress.tv/?p=35194\";s:7:\"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:91:\"http://wordpress.tv/2014/05/26/jason-swenk-the-smarter-you-get-the-less-money-you-make-why/\";s: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:699:\"<div id=\"v-H83Ir29Q-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35194/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35194/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35194&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/26/jason-swenk-the-smarter-you-get-the-less-money-you-make-why/\"><img alt=\"Jason Swenk: The Smarter You Get The Less Money You Make. Why?\" src=\"http://videos.videopress.com/H83Ir29Q/video-5c0872847c_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 May 2014 18:39: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:12:\"WordPress.tv\";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:103:\"WordPress.tv: Carolyn Sonnek: We Can’t Read Your Mind :: How To Find Help For Your WordPress Problems\";s:7:\"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:28:\"http://wordpress.tv/?p=35027\";s:7:\"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:116:\"http://wordpress.tv/2014/05/25/carolyn-sonnek-we-cant-read-your-mind-how-to-find-help-for-your-wordpress-problems-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:757:\"<div id=\"v-VcP94vsG-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35027/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35027/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35027&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/25/carolyn-sonnek-we-cant-read-your-mind-how-to-find-help-for-your-wordpress-problems-3/\"><img alt=\"Carolyn Sonnek: We Can’t Read Your Mind :: How To Find Help For Your WordPress Problems\" src=\"http://videos.videopress.com/VcP94vsG/video-0f00c6369c_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:\"Sun, 25 May 2014 18:36: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";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:70:\"WordPress.tv: Mansoor Munib: Theme and Plugin Development 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=34925\";s:7:\"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://wordpress.tv/2014/05/25/mansoor-munib-theme-and-plugin-development-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:689:\"<div id=\"v-QpGDf9Rf-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34925/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34925/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34925&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/25/mansoor-munib-theme-and-plugin-development-in-wordpress/\"><img alt=\"Mansoor Munib: Theme and Plugin Development In WordPress\" src=\"http://videos.videopress.com/QpGDf9Rf/video-f1402b159e_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 May 2014 18:17: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:12:\"WordPress.tv\";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:69:\"WordPress.tv: Magnus Nystedt: WordPress And The Future Of Print Media\";s:7:\"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:28:\"http://wordpress.tv/?p=34922\";s:7:\"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/2014/05/25/magnus-nystedt-wordpress-and-the-future-of-print-media/\";s: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:693:\"<div id=\"v-EEkHlcb3-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34922/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34922/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34922&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/25/magnus-nystedt-wordpress-and-the-future-of-print-media/\"><img alt=\"Magnus Nystedt: WordPress And The Future Of Print Media\" src=\"http://videos.videopress.com/EEkHlcb3/video-357270f74f_scruberthumbnail_1.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 May 2014 18:10: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";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:49:\"WordPress.tv: Konstantin Obenland: The Customizer\";s:7:\"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:28:\"http://wordpress.tv/?p=35114\";s:7:\"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/2014/05/24/konstantin-obenland-the-customizer-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:649:\"<div id=\"v-BVBwRXm9-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35114/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35114/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35114&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/24/konstantin-obenland-the-customizer-2/\"><img alt=\"Konstantin Obenland: The Customizer\" src=\"http://videos.videopress.com/BVBwRXm9/video-f5e7200249_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 May 2014 18:55:39 +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:\"WordPress.tv\";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:62:\"WordPress.tv: Jake Aull: Social Media Uses For WordPress 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:28:\"http://wordpress.tv/?p=35119\";s:7:\"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/2014/05/24/jake-aull-social-media-uses-for-wordpress-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:679:\"<div id=\"v-XsQVTzLe-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35119/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35119/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35119&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/24/jake-aull-social-media-uses-for-wordpress-sites/\"><img alt=\"Jake Aull: Social Media Uses For WordPress Sites\" src=\"http://videos.videopress.com/XsQVTzLe/video-595d03ffda_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:\"Sat, 24 May 2014 18:14: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:12:\"WordPress.tv\";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:70:\"WordPress.tv: Naomi C. Bush: Accepting Payments On Your WordPress 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35117\";s:7:\"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/2014/05/24/naomi-c-bush-accepting-payments-on-your-wordpress-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:688:\"<div id=\"v-jgE9Y3F9-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35117/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35117/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35117&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/24/naomi-c-bush-accepting-payments-on-your-wordpress-site/\"><img alt=\"Naomi C. Bush: Accepting Payments On Your WordPress Site\" src=\"http://videos.videopress.com/jgE9Y3F9/video-60ad89a631_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 May 2014 18:08: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:12:\"WordPress.tv\";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:68:\"WPTavern: WPWeekly Episode 149 – Drew Strojny Of The Theme Foundry\";s:7:\"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:44:\"http://wptavern.com?p=23478&preview_id=23478\";s:7:\"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:172:\"http://wptavern.com/wpweekly-episode-149-drew-strojny-of-the-theme-foundry?utm_source=rss&utm_medium=rss&utm_campaign=wpweekly-episode-149-drew-strojny-of-the-theme-foundry\";s: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:3767:\"<p>In this episode of WordPress Weekly, we were joined by Drew Strojny, founder of <a title=\"https://thethemefoundry.com\" href=\"https://thethemefoundry.com\">The Theme Foundry</a>, to discuss their latest product, <a title=\"http://wordpress.org/themes/make\" href=\"http://wordpress.org/themes/make\">Make</a>. Make is a free, drag and drop theme that makes it easy to manipulate the design of pages. In the interview, Strojny explains why Make is available for free and why the page building aspect of the theme was not put into its own plugin. He also provided insight into why he thinks this will be the company’s flagship product.</p>\n<h2>Stories Discussed:</h2>\n<p><a href=\"http://wptavern.com/jetpack-3-0-released-adds-bulk-module-management-site-verification-and-twitter-open-graph-support\" title=\"http://wptavern.com/jetpack-3-0-released-adds-bulk-module-management-site-verification-and-twitter-open-graph-support\">Jetpack 3.0 Released, Adds Bulk Module Management, Site Verification and Twitter Open Graph Support</a><br />\n<a href=\"http://wptavern.com/jetpack-3-0-1-to-fix-general-500-error-with-spelling-and-grammar-module\" title=\"http://wptavern.com/jetpack-3-0-1-to-fix-general-500-error-with-spelling-and-grammar-module\">Jetpack 3.0.1 To Fix General 500 Error With Spelling and Grammar Module</a><br />\n<a href=\"http://wptavern.com/wordpress-entrepreneurs-group-reaches-500-members\" title=\"http://wptavern.com/wordpress-entrepreneurs-group-reaches-500-members\">WordPress Entrepreneurs Group Reaches 500+ Members</a><br />\n<a href=\"http://wptavern.com/wordcamp-vancouver-to-hold-developer-edition-in-july\" title=\"http://wptavern.com/wordcamp-vancouver-to-hold-developer-edition-in-july\">WordCamp Vancouver to Hold Developer Edition in July</a></p>\n<h2>Plugins Picked By Marcus:</h2>\n<p><a href=\"http://wordpress.org/plugins/multi-part-posts/\" title=\"http://wordpress.org/plugins/multi-part-posts/\"><br />\nMulti-part Posts</a> allows you to add a table of contents list to your multi part posts. It’s a quick and easy plugin that can help to enhance any series of posts that you might want to create on your site.</p>\n<p><a href=\"http://wordpress.org/plugins/hide-plugins/\" title=\"http://wordpress.org/plugins/hide-plugins/\">Hide Plugins</a> gives a single admin user the ability to hide plugins, prevent them from being activated, deactivated, or deleted by clients and other users, including administrators. By activating Hide Plugins, you will be able to see all plugins and a toggle to hide each plugin from other users on the Plugins page. Hide Plugins will always remain hidden.</p>\n<p><a href=\"http://wordpress.org/plugins/editor-color-on-word-count/\" title=\"http://wordpress.org/plugins/editor-color-on-word-count/\">Editor Color</a> on Word Count automatically changes the color of the content editor based on the number of words written. For example, if you have written 90 words, the editor color would be light red and when you cross the 100 words limit, it changes to yellow. After 300 words, it automatically changes to green to indicate you’ve reached your goal.</p>\n<h2>WPWeekly Meta:</h2>\n<p><strong>Next Episode:</strong> Friday, May 30th 3 P.M. Eastern</p>\n<p><strong>Subscribe To WPWeekly Via Itunes: </strong><a href=\"https://itunes.apple.com/us/podcast/wordpress-weekly/id694849738\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via RSS: </strong><a href=\"http://www.wptavern.com/feed/podcast\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Subscribe To WPWeekly Via Stitcher Radio: </strong><a href=\"http://www.stitcher.com/podcast/wordpress-weekly-podcast?refid=stpr\" target=\"_blank\">Click here to subscribe</a></p>\n<p><strong>Listen To Episode #149:</strong><br />\n</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:\"Sat, 24 May 2014 05:47:29 +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:13:\"Jeff Chandler\";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:43:\"WPTavern: The WordPress Training Initiative\";s:7:\"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:28:\"http://wptavern.com/?p=23344\";s:7:\"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:130:\"http://wptavern.com/the-wordpress-training-initiative?utm_source=rss&utm_medium=rss&utm_campaign=the-wordpress-training-initiative\";s: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:4718:\"<div id=\"attachment_23449\" class=\"wp-caption aligncenter\"><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/WordPressTrainingFeaturedImage.png\" rel=\"prettyphoto[23344]\"><img class=\"size-full wp-image-23449\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/WordPressTrainingFeaturedImage.png?resize=639%2C198\" alt=\"WordPress Training Featured Image\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/pagedooley/13905987989/\">kevin dooley</a> – <a href=\"http://creativecommons.org/licenses/by/2.0/\">cc</a></p></div>\n<p>At the contributor day event for WordCamp San Francisco 2013, breakout sessions were created to explore ideas on the best ways to teach people how to work with WordPress themes. One of the ideas being pursued are lesson modules. The modules explain all the aspects of developing, editing, and learning about themes.</p>\n<p>Despite a lot of excitement and interest at the beginning of the project, most of the work has been completed by Tracy Levesque and Courtney O’Callaghan. Shortly after contributor day, the two were given <a title=\"http://make.wordpress.org/training/\" href=\"http://make.wordpress.org/training/\">their own site</a> as a sub-group of the WordPress Community group.</p>\n<p>The proposed <a title=\"http://make.wordpress.org/training/theme-curriculum/\" href=\"http://make.wordpress.org/training/theme-curriculum/\">curriculum</a> covers everything from explaining what a theme is, to creating and altering child themes. The basic layout of each module contains:</p>\n<ul>\n<li>a short intro in what you will learn (written or video)</li>\n<li>voice over screencast walk through (user could follow along if they wanted to)</li>\n<li>2-3 practice examples</li>\n<li>self quiz for each topic</li>\n</ul>\n<h3>Results Of Using The Module For The First Time</h3>\n<p>The <a title=\"http://make.wordpress.org/training/modules-in-progress/child-theme-module/\" href=\"http://make.wordpress.org/training/modules-in-progress/child-theme-module/\">Child Theme module</a> is the first to be nearly completed. The module is structured in such a way that it’s like a lesson planner for school. I used it to teach 20 members of our local WordPress meetup why it’s important to use child themes. I read the module text and performed the exercises while everyone in the room watched the projector. It wasn’t until we reached the point where attendees could see the child theme manipulating the parent theme, when they finally understood the concept.</p>\n<div id=\"attachment_23450\" class=\"wp-caption aligncenter\"><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/ChildModuleDiagram.png\" rel=\"prettyphoto[23344]\"><img class=\"size-full wp-image-23450\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/ChildModuleDiagram.png?resize=686%2C246\" alt=\"Diagram Showing The Loading Sequence Of WP Themes\" /></a><p class=\"wp-caption-text\">Diagram Showing The Loading Sequence Of WP Themes</p></div>\n<p>After the lesson, I asked the audience what they thought about the course material. Several of them said it was great, but many told me they wouldn’t have understood the relationship between the parent and child theme without being able to visually make the connection. In general, they understood the child theme concept and why it’s not a good idea to make changes to just the parent theme.</p>\n<h3>WordPress.org Vetted Training Material</h3>\n<p>If the training module concept takes off, it could open up a new set of opportunities for those looking to contribute to WordPress. Those who want to teach WordPress would be able to use the vetted material on WordPress.org instead of paying for it or directing students to videos and tutorials on the web. By stringing modules together, you’d be able to have detailed lessons and classes on different subjects. Users could openly learn together or from each other.</p>\n<p>Even though work is ongoing for the <a title=\"http://make.wordpress.org/docs/theme-developer-handbook/\" href=\"http://make.wordpress.org/docs/theme-developer-handbook/\">WordPress theme developer handbook</a>, it’s not meant to be used in a classroom environment. Modules are meant to be used to teach in a live situation while the handbooks are more like a detailed reference guide.</p>\n<h3>How You Can Get Involved</h3>\n<p>The team meets up every Tuesday at <strong>18:00 UTC</strong> on IRC within the <strong>#wordpress-getinvolved</strong> channel. Problems, agenda, and course material are some of the items discussed on a weekly basis. If you’re interested in teaching people how to do things with WordPress, the team wants to hear from you!</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:\"Fri, 23 May 2014 20:37: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:13:\"Jeff Chandler\";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:24:\"Alex King: WP Think Tank\";s:7:\"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://pinboard-b4e23d3131f07e6b6d79af0c08d62a81\";s:7:\"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:23:\"http://wpthinktank.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:238:\"<p>I will be participating in the WP Think Tank round table discussion next Thursday. The panel group is fantastic – I’m quite looking forward to it.</p>\n<p><a href=\"http://alexking.org/blog/2014/05/23/wp-think-tank\">#</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:\"Fri, 23 May 2014 19:06: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: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: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:79:\"WordPress.tv: Joellyn ‘Joey’ Sargent: Powering Professional Services Growth\";s:7:\"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:28:\"http://wordpress.tv/?p=35107\";s:7:\"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/2014/05/23/joellyn-joey-sargent-powering-professional-services-growth/\";s: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:707:\"<div id=\"v-YhIPXm0D-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35107/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35107/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35107&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/23/joellyn-joey-sargent-powering-professional-services-growth/\"><img alt=\"Joellyn ‘Joey’ Sargent: Powering Professional Services Growth\" src=\"http://videos.videopress.com/YhIPXm0D/video-c7f9f3a328_scruberthumbnail_1.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 May 2014 18:51: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";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:47:\"WordPress.tv: Mario Peshev: Debugging 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:28:\"http://wordpress.tv/?p=34930\";s:7:\"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/2014/05/23/mario-peshev-debugging-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:643:\"<div id=\"v-tkdFAXw0-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34930/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34930/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34930&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/23/mario-peshev-debugging-wordpress/\"><img alt=\"Mario Peshev: Debugging WordPress\" src=\"http://videos.videopress.com/tkdFAXw0/video-12bb65e1b4_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 May 2014 18:40: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";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:62:\"WordPress.tv: Mike Schinkel: Hardcore URL Routing 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:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wordpress.tv/?p=35101\";s:7:\"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/2014/05/23/mike-schinkel-hardcore-url-routing-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:679:\"<div id=\"v-FrIgFMer-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/35101/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/35101/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=35101&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/23/mike-schinkel-hardcore-url-routing-in-wordpress/\"><img alt=\"Mike Schinkel: Hardcore URL Routing In WordPress\" src=\"http://videos.videopress.com/FrIgFMer/video-131b835ad7_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:\"Fri, 23 May 2014 18:38: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";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:73:\"WPTavern: How to Keep User Media Separate on Multi-Author WordPress 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:28:\"http://wptavern.com/?p=23456\";s:7:\"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:190:\"http://wptavern.com/how-to-keep-user-media-separate-on-multi-author-wordpress-sites?utm_source=rss&utm_medium=rss&utm_campaign=how-to-keep-user-media-separate-on-multi-author-wordpress-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:2201:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/eggs.jpg\" rel=\"prettyphoto[23456]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/eggs.jpg?resize=1024%2C470\" alt=\"eggs\" class=\"aligncenter size-full wp-image-23464\" /></a></p>\n<p>From time to time, a WordPress site has the requirement of keeping users’ media uploads separated. It helps keep things a little more streamlined on multi-author sites where many authors are publishing and regularly adding files to the media library.</p>\n<p><a href=\"http://wordpress.org/plugins/wp-users-media/\" target=\"_blank\">WP Users Media</a> is a new plugin that disables the ability for all users to access each other’s files and attachments via the Media menu and Featured Image links.</p>\n<p>I tested it with WP 3.9.1 and found that it works exactly as advertised. The admin can see all the media files, but other users will only see the ones they have uploaded.</p>\n<p>For example, in the screnshot below, you’ll see that an author on the site can see that there are 22 images in the media library. However, the only images visible are the ones that he uploaded, even when clicking through to the “unattached” menu.</p>\n<div id=\"attachment_23463\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/user-media.jpg\" rel=\"prettyphoto[23456]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/user-media.jpg?resize=796%2C368\" alt=\"User Media\" class=\"size-full wp-image-23463\" /></a><p class=\"wp-caption-text\">User Media</p></div>\n<p>Another benefit of this plugin is that it helps keep your site’s featured images more varied. Users will be forced to find their own images, instead of grabbing one that someone else has already featured. In some magazine style designs, this is important for ensuring that the homepage has unique featured images for each post.</p>\n<p>If you want or need to keep user media separate on a WordPress site, the <a href=\"http://wordpress.org/plugins/wp-users-media/\" target=\"_blank\">WP Users Media</a> plugin is a nice option for accomplishing this and is available for free from WordPress.org.</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:\"Fri, 23 May 2014 17:54: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:62:\"WPTavern: WordCamp Vancouver to Hold Developer Edition in July\";s:7:\"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:28:\"http://wptavern.com/?p=23334\";s:7:\"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:168:\"http://wptavern.com/wordcamp-vancouver-to-hold-developer-edition-in-july?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-vancouver-to-hold-developer-edition-in-july\";s: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:3442:\"<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/worcamp-vancouver.png\" rel=\"prettyphoto[23334]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/worcamp-vancouver.png?resize=1025%2C448\" alt=\"worcamp-vancouver\" class=\"aligncenter size-full wp-image-23432\" /></a></p>\n<p><a href=\"http://2014.vancouver.wordcamp.org/\" target=\"_blank\">WordCamp Vancouver</a> is gearing up for its fourth year and will be held on Saturday July 26th, 2014, at the <a href=\"http://2014.vancouver.wordcamp.org/location/\" target=\"_blank\">BCIT Downtown Campus</a>, in Vancouver. The event’s organization team announced this week that this year’s camp will be a “developer edition,” catering to the area’s tech community.</p>\n<p>The day will be focused on topics for designers and developers who build with WordPress. Attendees will have the opportunity to explore tools available within WordPress, as well as third-party technology that can work with the software.</p>\n<p>I spoke with WordCamp Vancouver Organizer <a href=\"https://twitter.com/thoronas\" target=\"_blank\">Flynn O’Connor</a> who explained why they’ve changed this year’s event to be dev-focused:</p>\n<blockquote><p>Part of the goal was to reach out to other devs within the tech community in Vancouver in the hopes we could help reduce some of the detrimental assumptions about WordPress and what it can do that are prevalent in the greater community. When I go to non-WordPress tech conference I hear a lot of ignorance or outdated info about WordPress bandied about and we’d like to combat that.</p></blockquote>\n<p>WordCamp Vancouver has sold out every year and the organizers expect that it will again. The event was born out of a thriving local WordPress meetup which currently has 1200 members. The meetup is so large that they have split it into three “tracks,” including one for new WordPress users, general design/dev, and a developer focused meetup. Flynn said that because the city is so close to Portland and Seattle, they tend to get a fair number of cross-border attendees which has helped to boost their numbers.</p>\n<p>The first developer camp they held was in 2011 and it sold out just like the other more traditional WordCamps. WordCamp Vancouver “Developer Edition” 2014 will have a limit of 300 tickets (the same as last year), due to venue limitations. “We have explored other, potentially larger venues,” Flynn said. “But we have a good relationship with our current venue and would prefer to focus on other aspects of the WordCamp experience such as speaker outreach.”</p>\n<p>WordCamp Vancouver is situated in a city with a large WordPress community and draws from the entire region’s diverse talent pool, with speakers and attendees shared between events in both Seattle and Portland. This highly-anticipated event is well-known for bringing in a world-class lineup of speakers. WordCamp Vancouver has some generous sponsors who have allowed the organizers to hire a professional video production team, so all of the sessions will be recorded for those who cannot attend.</p>\n<p>Tickets for the one-day event will go on sale next week with an early bird special of $20. The seats are limited so make sure to <a href=\"http://2014.vancouver.wordcamp.org/\" target=\"_blank\">subscribe for updates</a> if you’re planning to attend.</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:\"Fri, 23 May 2014 15:02:50 +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:13:\"Sarah Gooding\";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:36:\"bbPress: 2014 bbPress Survey Results\";s:7:\"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:28:\"http://bbpress.org/?p=146684\";s:7:\"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://bbpress.org/blog/2014/05/2014-bbpress-survey-results/\";s: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:16491:\"<p>This report presents the results from the 2014 bbPress Survey held from March 7 – April 11, 2014. One hundred eighty-three participants from thirty-seven countries completed the survey. Thank you all.</p>\n<p><img src=\"http://mercime.files.wordpress.com/2014/05/countries.png\" alt=\"Country flags of the 183 Survey Participants\" /></p>\n<p><span id=\"more-146684\"></span></p>\n<h2>Goal of Survey</h2>\n<p>Guide the direction of bbPress plugin development in 2014</p>\n<p><strong>Objectives:</strong><br />\n1. Discover current and actual bbPress usage.<br />\n2. Provide users the opportunity to post their feature requests.<br />\n3. Identify key areas for improvement.<br />\n4. Prioritize areas of bbPress development.<br />\n5. Set benchmarks to streamline development processes.<br />\n6. Identify volunteers who are interested in contributing to bbPress development.</p>\n<h2>Background</h2>\n<p>A couple of days after the <a title=\"2014 BuddyPress Survey\" href=\"http://buddypress.org/2014/01/2014-buddypress-survey/\">2014 BuddyPress Survey</a> was launched earlier this year, we started to set up a similar survey for bbPress per preliminary discussions in November and late December last year.</p>\n<p>I prepared general questions to be used for the survey which <a href=\"http://bbpress.org/forums/profile/johnjamesjacoby/\">@johnjamesjacoby</a> and <a href=\"http://bbpress.org/forums/profile/netweb/\">@netweb</a> reviewed and revised as needed. The chosen survey questions were categorized and ready by January 19th.</p>\n<p>The BuddyPress Survey was still ongoing then, so the bbPress Survey was scheduled sometime after the publication of the <a title=\"results of the 2014 BuddyPress Survey\" href=\"http://buddypress.org/2014/03/2014-buddypress-survey-results/\">2014 BuddyPress Survey Results</a>. Sure enough, a few days after the results were published, <a href=\"http://bbpress.org/forums/profile/johnjamesjacoby/\">@johnjamesjacoby</a> launched the <a title=\"2014 bbPress survey launch\" href=\"http://bbpress.org/blog/2014/03/2014-bbpress-survey/\">2014 bbPress Survey</a>.</p>\n<h2>Survey Method/Design</h2>\n<p>We chose twenty-four questions for inclusion in the survey and grouped them in three sections namely: 1) You and bbPress, 2) Features and Participation, and 3) Opinions and Requests. All of the questions were directly related to the goal and objectives of the survey and the feedback generated would help guide the direction of bbPress development this year.</p>\n<p>The online survey was created using <a title=\"Polldaddy.com\" href=\"http://polldaddy.com\">Polldaddy.com</a>, a service that provides polling widgets for blogs, websites, and social networks. A variety of survey question types were employed to gather the data required: multiple choices, check boxes, free text, email address box, and open‐ended questions.</p>\n<p>Prior to analyzing the data collected, empty forms were deleted and submissions marked as “incomplete responses” were reviewed individually. Submissions which had no responses in the second and third pages of the survey – 27 in all – were excluded from this report.</p>\n<h2>Key Findings</h2>\n<p>1. <strong>Ninety-eight percent of respondents have sites running on the latest WordPress version</strong> (3.8 at time of survey).</p>\n<p>2. <strong>Thirty-four percent of respondents are bbPress “veterans”</strong> who installed the legacy stand-alone forums software (versions 0.7.2 through 1.x.x). They are still going strong in 2014 with 10% still using the legacy software (versions 0.9.x – 1.x.x) in production sites while the rest have either upgraded from legacy to the bbPress plugin versions or are no longer using the old legacy forums.</p>\n<p><img src=\"http://mercime.files.wordpress.com/2014/05/bbpress-version.jpg\" alt=\"bar chart of bbPress versions used\" /></p>\n<p>3. <strong>Close to half of the respondents find it “Easy” to set up bbPress</strong>. Add those to the group who found setting up bbPress “Very Easy” and you have 79% of users who have positive experiences setting up bbPress forums.</p>\n<p><img src=\"http://mercime.files.wordpress.com/2014/05/easy-pie.jpg\" alt=\"bbpress set up is easy as pie\" /></p>\n<p>4. <strong>The most popular forum set up is at the domain root of a WordPress installation.</strong></p>\n<p><img src=\"http://mercime.files.wordpress.com/2014/05/bbpress-wp.jpg\" alt=\"popular bbPress set up\" /></p>\n<p>5. <strong> English is used by 79% of respondents for their forums</strong>.<br />\nFurther evaluations reveal that 61% of respondents use only English in their forums, 20% develop only non-English forums, and the remaining 19% use English and other languages in their forums. Popular languages include: German, French, Dutch, Italian, Spanish, Danish, Portugese, Russian, Turkish, Chinese, Slovak, Swedish, Arabic, Croatian, Greek, Indonesian, Norwegian, and Serbian<br />\n<img src=\"http://mercime.files.wordpress.com/2014/05/languages.jpg\" alt=\"bbPress in your language\" /></p>\n<p>6. <strong>Twenty-three percent of participants have not added any bbPress add-on plugins nor custom code at the time of survey</strong>. Additional research showed the majority of those who have not installed such are those who use bbPress for their own sites.</p>\n<p>For the rest of the participants, there are a few who mentioned that they have too many plugins in their installations to list in the survey form. For those who shared what plugins they have activated in their installations, following shows the top ten plugins which are either bbPress-specific or those with expressed support for bbPress.<br />\n<img class=\"alignright\" src=\"http://mercime.files.wordpress.com/2014/05/plugins.jpg\" alt=\"visualization of plugins used\" /></p>\n<p>a) GD bbPress Attachments<br />\nb) GD bbPress Tools<br />\nc) bbPress Enable TinyMCE Visual Tab<br />\nd) BuddyPress<br />\ne) Buddy-bbPress Support Topic<br />\nf) Custom private code<br />\ng) bbPress – Private Replies<br />\nh) bbPress Stay Checked<br />\ni) bbPress Topics for Posts<br />\nj) bbPress – Mark As Read</p>\n<p>7. <strong>More than half of the respondents prefer themes which are responsive, compatible with the latest bbPress version and have light & fresh designs.</strong><br />\n<img src=\"http://mercime.files.wordpress.com/2014/05/preferred-themes.jpg\" alt=\"bbPress theme preferences\" /></p>\n<p>8. <strong>Twenty-three participants from 14 countries signed up to contribute to bbPress development.</strong> Thank you! We will be contacting you soon.<br />\n<img src=\"http://mercime.files.wordpress.com/2014/05/volunteers.jpg\" alt=\"country flag of volunteers\" /></p>\n<p>9. <strong>Eighty-eight percent evaluated other forum software before choosing bbPress</strong>. Forums evaluated were: 1) phpBB forums, 2) SimplePress plugin, 3) Vanilla forums, and 4) vbulletin forums, among others.</p>\n<p>10. <strong>Top Improvements or New Features requested are</strong>:</p>\n<table>\n<thead>\n<tr>\n<th>Chosen</th>\n<th>Write-ins</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Attachments<br />\nUnread Replies<br />\nModeration tools in the front end<br />\nQuotes<br />\nAjaxification of Topics and Replies<br />\nTopic/Reply Ratings</td>\n<td>Traditional forums layout – Categories<br />\nBetter support in forums<br />\nPermissions system<br />\nMore than one forum limit per BuddyPress Group<br />\nMore user-friendly<br />\nNeeds better documentation</td>\n</tr>\n</tbody>\n</table>\n<p>11. <strong>Forty-two percent of participants left interesting comments about bbPress and the survey</strong> including follow-ups on features requested/desired, among others. Thank you <img src=\"http://bbpress.org/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> The link to view those comments along with the other results of the survey can be found at the end of this report.</p>\n<h2>Acknowledgments</h2>\n<p>• Survey Participants: Thank you to the 183 respondents who took the time to complete this survey<br />\n• Survey Preparation: <a href=\"http://bbpress.org/forums/profile/johnjamesjacoby/\">@johnjamesjacoby</a> and <a href=\"http://bbpress.org/forums/profile/netweb/\">@netweb</a><br />\n• Online Survey Solution: <a href=\"http://polldaddy.com\">Polldaddy.com</a> and <a title=\"Automattic\" href=\"http://automattic.com\">Automattic</a> for the corporate account<br />\n• Survey Report: <a title=\"d3js\" href=\"http://d3js.org/\">d3.js</a>, <a title=\"chartjs.org\" href=\"http://www.chartjs.org/\">Chart.js</a>, Microsoft Excel, Google Documents & Spreadsheets, and <a title=\"github.com\" href=\"https://github.com/\"> Github.com</a> gh-pages</p>\n<h2>Moving Forward</h2>\n<p>There are many steps involved in moving the bbPress project forward and it helps a lot when the whole community is involved. Participation in our survey is one step forward and we would like to thank the 183 respondents once again for patiently taking the time to answer the 24 questions posted.</p>\n<p>We will be sending an email to each one of the volunteers who signed up to explore the avenues where they can contribute to the bbPress project, count on it <img src=\"http://bbpress.org/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<p>Please keep abreast of the latest bbPress developments by subscribing to <a title=\"bbPress Development Blog\" href=\"http://bbpdevel.wordpress.com/\">http://bbpdevel.wordpress.com/</a> and/or joining the bi-weekly bbPress devchats on Wednesdays @ 21:00 UTC at irc.freenode.net #bbpress-dev and chat with John, Stephen, and other developers.</p>\n<p>Finally, check out the mobile-friendly <a title=\"graphical report of the bbPress 2014 Survey Results\" href=\"http://mercime.github.io/bbPrress-2014-survey-results/\">bbPress 2014 Survey Results page</a> to see the graphs and visualizations prepared based on your responses to the survey. Cheers.</p>\n<p><a title=\"link to the bbPress 2014 Survey Results\" href=\"http://mercime.github.io/bbPrress-2014-survey-results/\"><img src=\"http://mercime.files.wordpress.com/2014/05/2014-bbpress-survey-dashboa.jpg\" alt=\"click on image to go to bbPress survey dashboard\" /></a></p>\n<p><!--more--></p>\n<h2>Discuss the bbPress 2014 Survey Results here:</h2>\n\n<div id=\"bbpress-forums\">\n\n \n \n \n \n \n\n<div class=\"bbp-pagination\">\n <div class=\"bbp-pagination-count\">\n\n Viewing 4 posts - 1 through 4 (of 4 total)\n </div>\n\n <div class=\"bbp-pagination-links\">\n\n \n </div>\n</div>\n\n\n \n<ul id=\"topic-146811-replies\" class=\"forums bbp-replies\">\n\n <li class=\"bbp-body\">\n\n \n \n<div id=\"post-146811\" class=\"post-146811 topic type-topic status-publish hentry odd bbp-parent-forum-652 bbp-parent-topic-146811 bbp-reply-position-1 user-id-187497 topic-author\">\n\n <div class=\"bbp-reply-author\">\n\n \n <a href=\"http://bbpress.org/forums/profile/mercime/\" title=\"View @mercime\'s profile\" class=\"bbp-author-avatar\" rel=\"nofollow\"><img alt=\"\" src=\"http://1.gravatar.com/avatar/fae451be6708241627983570a1a1817a?s=100&d=retro&r=G\" class=\"avatar avatar-100 photo\" height=\"100\" width=\"100\" /></a><br /><a href=\"http://bbpress.org/forums/profile/mercime/\" title=\"View @mercime\'s profile\" class=\"bbp-author-name\" rel=\"nofollow\">@mercime</a><br /><div class=\"bbp-author-role\">Moderator</div>\n <p class=\"bbp-user-nicename\">@mercime</p>\n <p class=\"bbp-reply-post-date\"><a href=\"http://bbpress.org/forums/topic/results-of-the-2014-bbpress-survey/#post-146811\" title=\"#146811\" class=\"bbp-reply-permalink\">2 days, 19 hours ago</a></p>\n\n \n \n </div><!-- .bbp-reply-author -->\n\n <div class=\"bbp-reply-content\">\n\n \n <p>The results are posted at <a href=\"http://bbpress.org/blog/2014/05/2014-bbpress-survey-results/\" rel=\"nofollow\">http://bbpress.org/blog/2014/05/2014-bbpress-survey-results/</a></p>\n\n \n </div><!-- .bbp-reply-content -->\n\n <span class=\"bbp-admin-links\"></span>\n</div><!-- #post-146811 -->\n\n \n \n<div id=\"post-146817\" class=\"post-146817 reply type-reply status-publish hentry even bbp-parent-forum-652 bbp-parent-topic-146811 bbp-reply-position-2 user-id-46383\">\n\n <div class=\"bbp-reply-author\">\n\n \n <a href=\"http://bbpress.org/forums/profile/netweb/\" title=\"View Stephen Edgar\'s profile\" class=\"bbp-author-avatar\" rel=\"nofollow\"><img alt=\"\" src=\"http://1.gravatar.com/avatar/97e1620b501da675315ba7cfb740e80f?s=100&d=retro&r=G\" class=\"avatar avatar-100 photo\" height=\"100\" width=\"100\" /></a><br /><a href=\"http://bbpress.org/forums/profile/netweb/\" title=\"View Stephen Edgar\'s profile\" class=\"bbp-author-name\" rel=\"nofollow\">Stephen Edgar</a><br /><div class=\"bbp-author-role\">Moderator</div>\n <p class=\"bbp-user-nicename\">@netweb</p>\n <p class=\"bbp-reply-post-date\"><a href=\"http://bbpress.org/forums/topic/results-of-the-2014-bbpress-survey/#post-146817\" title=\"#146817\" class=\"bbp-reply-permalink\">2 days, 19 hours ago</a></p>\n\n \n \n </div><!-- .bbp-reply-author -->\n\n <div class=\"bbp-reply-content\">\n\n \n <p>Woot! Thanks <a href=\"http://bbpress.org/forums/profile/mercime/\" rel=\"nofollow\">@Mercime</a>, I’ll go and have a read <img src=\"http://bbpress.org/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n\n \n </div><!-- .bbp-reply-content -->\n\n <span class=\"bbp-admin-links\"></span>\n</div><!-- #post-146817 -->\n\n \n \n<div id=\"post-146827\" class=\"post-146827 reply type-reply status-publish hentry odd bbp-parent-forum-652 bbp-parent-topic-146811 bbp-reply-position-3 user-id-11851933\">\n\n <div class=\"bbp-reply-author\">\n\n \n <a href=\"http://bbpress.org/forums/profile/robin-w/\" title=\"View Robin W\'s profile\" class=\"bbp-author-avatar\" rel=\"nofollow\"><img alt=\"\" src=\"http://0.gravatar.com/avatar/059df81c7f47976a795fb23dd2f69ade?s=100&d=retro&r=G\" class=\"avatar avatar-100 photo\" height=\"100\" width=\"100\" /></a><br /><a href=\"http://bbpress.org/forums/profile/robin-w/\" title=\"View Robin W\'s profile\" class=\"bbp-author-name\" rel=\"nofollow\">Robin W</a><br /><div class=\"bbp-author-role\">Moderator</div>\n <p class=\"bbp-user-nicename\">@robin-w</p>\n <p class=\"bbp-reply-post-date\"><a href=\"http://bbpress.org/forums/topic/results-of-the-2014-bbpress-survey/#post-146827\" title=\"#146827\" class=\"bbp-reply-permalink\">2 days, 16 hours ago</a></p>\n\n \n \n </div><!-- .bbp-reply-author -->\n\n <div class=\"bbp-reply-content\">\n\n \n <p>Interesting set of results – just read through them</p>\n<p>Thanks to those who contributed and compiled !</p>\n\n \n </div><!-- .bbp-reply-content -->\n\n <span class=\"bbp-admin-links\"></span>\n</div><!-- #post-146827 -->\n\n \n \n<div id=\"post-146920\" class=\"post-146920 reply type-reply status-publish hentry even bbp-parent-forum-652 bbp-parent-topic-146811 bbp-reply-position-4 user-id-187497 topic-author\">\n\n <div class=\"bbp-reply-author\">\n\n \n <a href=\"http://bbpress.org/forums/profile/mercime/\" title=\"View @mercime\'s profile\" class=\"bbp-author-avatar\" rel=\"nofollow\"><img alt=\"\" src=\"http://1.gravatar.com/avatar/fae451be6708241627983570a1a1817a?s=100&d=retro&r=G\" class=\"avatar avatar-100 photo\" height=\"100\" width=\"100\" /></a><br /><a href=\"http://bbpress.org/forums/profile/mercime/\" title=\"View @mercime\'s profile\" class=\"bbp-author-name\" rel=\"nofollow\">@mercime</a><br /><div class=\"bbp-author-role\">Moderator</div>\n <p class=\"bbp-user-nicename\">@mercime</p>\n <p class=\"bbp-reply-post-date\"><a href=\"http://bbpress.org/forums/topic/results-of-the-2014-bbpress-survey/#post-146920\" title=\"#146920\" class=\"bbp-reply-permalink\">2 days, 4 hours ago</a></p>\n\n \n \n </div><!-- .bbp-reply-author -->\n\n <div class=\"bbp-reply-content\">\n\n \n <p>Thank you <a href=\"http://bbpress.org/forums/profile/netweb/\" rel=\"nofollow\">@netweb</a> for your contributions in making this survey happen <img src=\"http://bbpress.org/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<p><a href=\"http://bbpress.org/forums/profile/robin-w/\" rel=\"nofollow\">@robin-w</a> results were interesting <img src=\"http://bbpress.org/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n\n \n </div><!-- .bbp-reply-content -->\n\n <span class=\"bbp-admin-links\"></span>\n</div><!-- #post-146920 -->\n\n \n </li><!-- .bbp-body -->\n\n</ul><!-- #topic-146811-replies -->\n\n\n \n\n<div class=\"bbp-pagination\">\n <div class=\"bbp-pagination-count\">\n\n Viewing 4 posts - 1 through 4 (of 4 total)\n </div>\n\n <div class=\"bbp-pagination-links\">\n\n \n </div>\n</div>\n\n\n \n \n\n\n <div id=\"no-reply-146811\" class=\"bbp-no-reply\">\n <div class=\"bbp-template-notice\">\n <p>You must be logged in to reply to this topic.</p>\n </div>\n </div>\n\n\n\n \n \n</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 May 2014 02: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"@mercime\";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:60:\"WPTavern: WordPress Entrepreneurs Group Reaches 500+ Members\";s:7:\"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:28:\"http://wptavern.com/?p=23282\";s:7:\"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:162:\"http://wptavern.com/wordpress-entrepreneurs-group-reaches-500-members?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-entrepreneurs-group-reaches-500-members\";s: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:6059:\"<div id=\"attachment_23416\" class=\"wp-caption alignright\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/matt.jpg\" rel=\"prettyphoto[23282]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/matt.jpg?resize=300%2C277\" alt=\"Matt Medeiros\" class=\"size-medium wp-image-23416\" /></a><p class=\"wp-caption-text\">Matt Medeiros</p></div>\n<p>Last October, Matt Medeiros launched his <a href=\"http://wptavern.com/matt-report-launches-wordpress-startup-challenge\" target=\"_blank\">WordPress Startup Challenge</a> with hopes of validating the WordPress startup scene while building a stronger sense of community among entrepreneurs. At that time he also created a <a href=\"https://plus.google.com/communities/102443414555578608628\" target=\"_blank\">WordPress Entrepreneur group</a> on Google+ to help connect those whose businesses are based on WordPress.</p>\n<p>Medeiros is the host of the <a href=\"http://mattreport.com/\" target=\"_blank\">Matt Report</a>, a WordPress business podcast for entrepreneurs, startups, and freelancers. His show specializes in exploring the paths entrepreneurs have taken on their journeys to launching WordPress-related businesses. In the past year he’s watched the WordPress Entrepreneurs Group grow to become a thriving community with more than 500 members.</p>\n<div id=\"attachment_23402\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/wordpress-entrepreneurs.jpg\" rel=\"prettyphoto[23282]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/wordpress-entrepreneurs.jpg?resize=1025%2C550\" alt=\"WordPress Entrepreneurs Group\" class=\"size-full wp-image-23402\" /></a><p class=\"wp-caption-text\">WordPress Entrepreneurs Group</p></div>\n<p>I spoke with Medeiros, who said he that he fully expected that the group would grow to become quite large. “There’s still room to grow,” he said. “Based on the audience of the Matt Report, I knew there was a need to launch a channel on a more accessible platform like Google+.”</p>\n<h3>WordPress Entrepreneurs Group Provides a Safe Place to Ask Questions</h3>\n<p>The purpose of the group is to foster a greater sense of community among the business-spirited folks in WordPress. “A lot of my efforts in the WordPress world are to help connect like minded people,” Medeiros said. “You find a lot of people chatting about their practice, agency or product. Then you find others coming in asking for some business help.”</p>\n<p>What kinds of conversations are happening in the WordPress Entrepreneurs Group? “There’s the typical SEO, conversion, and marketing advice you come to expect from a community like this,” Medeiros said. But where this group really shines is when members provide each other with feedback and share personal stories about their lives as entrepreneurs.</p>\n<div id=\"attachment_23428\" class=\"wp-caption aligncenter\"><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/business-coffee.jpg\" rel=\"prettyphoto[23282]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/business-coffee.jpg?resize=1022%2C488\" alt=\"photo credit: DaveFayram - cc\" class=\"size-full wp-image-23428\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/davefayram/4326574134/\">DaveFayram</a> – <a href=\"http://creativecommons.org/licenses/by/2.0/\">cc</a></p></div>\n<p>In leading the group, Medeiros has been able to gain a greater understanding of what WordPress business people are looking for when they join a community. His experience shows that many business owners are in search of a place where they can feel comfortable asking each other questions about situations they are facing.</p>\n<blockquote><p>I mentioned fear before and that’s a big one that a lot of people are — you guessed it — afraid to talk about. Fear paralyzes someone to launch their product, share their code or market their idea. As we all know, sometimes the criticism in the WP world can be quite harsh. Folks who are starting out are looking for a place where they can be accepted and ask the questions they have, no matter how trivial. </p>\n<p>A lot of folks are looking for a sounding board to bounce ideas off of one another and that’s great too. At the end of the day, they are looking for a place where they can meet others sharing the same journey as their own. </p></blockquote>\n<p>As the community grows, Medeiros is hoping to continue cultivating a safe place where members can get help finding their way in the world of business. “<span class=\"pullquote alignleft\">On the inside, I hope that people can get their questions answered and their fears extinguished.</span> On the outside, I hope that investors and other businesses see WordPress entrepreneurs in a new light.”</p>\n<p>If Medeiros is right, the business climate for WordPress entrepreneurs right now is headed “up and to the right,” an assessment he’s made based on the large number of companies and individuals who are hiring and/or looking for work. “I talk to a lot of people in this space so I see new products/services everyday,” he said. “That means that there’s a lot of opportunity, but also a lot of competition.” His advice for businesses looking for success in the WordPress community? <strong>“Companies that not only create amazing products, but amazing stories and customer experiences will do just fine around here.”</strong></p>\n<p>Medeiros invites anyone who is looking to connect with other like-minded business folks to join the <a href=\"https://plus.google.com/communities/102443414555578608628\" target=\"_blank\">WordPress Entrepreneurs Group</a>. “It’s a great place to take the business track discussion after a WordCamp is over.” The group is open to beginners and advanced business owners who want to help each other go farther with their WordPress-related products and services.</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, 22 May 2014 22:39: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";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:92:\"WPTavern: VVV Site Wizard Automates the Creation and Deletion of WordPress Development 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:28:\"http://wptavern.com/?p=23348\";s:7:\"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:228:\"http://wptavern.com/vvv-site-wizard-automates-the-creation-and-deletion-of-wordpress-development-sites?utm_source=rss&utm_medium=rss&utm_campaign=vvv-site-wizard-automates-the-creation-and-deletion-of-wordpress-development-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:3963:\"<div id=\"attachment_23352\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/wizard.jpg\" rel=\"prettyphoto[23348]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/wizard.jpg?resize=1025%2C493\" alt=\"photo credit: i is Ashby - cc\" class=\"size-full wp-image-23352\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/johnashby/368501428/\">i is Ashby</a> – <a href=\"http://creativecommons.org/licenses/by-nc/2.0/\">cc</a></p></div>\n<p>If you’re using <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV\" target=\"_blank\">Varying Vagrant Vagrants</a> for WordPress development, the <a href=\"https://github.com/aliso/vvv-site-wizard\" target=\"_blank\">VVV Site Wizard</a>, created by <a href=\"http://alisothegeek.com/\" target=\"_blank\">Alison Barrett</a>, is a must-have tool for setting up new sites and deleting old ones. It’s a bash script that completely automates the otherwise lengthy process of <a href=\"https://github.com/Varying-Vagrant-Vagrants/VVV/wiki/Add-New-Domain\" target=\"_blank\">adding a new site to VVV</a>.</p>\n<p>If you already have VVV up and running on your machine, download the wizard script:</p>\n<p><code>git clone https://github.com/aliso/vvv-site-wizard.git</code></p>\n<p>You can run ./vvv from the directory where you placed the script, but if you want to run it from any directory and not have to enter the path to VVV every time, you can edit the vvv root in the vvv-site-wizard/vvv script. Uncomment the line that begins with path= and add the path to your VVV setup. You’ll find it at the very top of the file:</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/path-to-vvv-root.png\" rel=\"prettyphoto[23348]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/path-to-vvv-root.png?resize=1000%2C363\" alt=\"path-to-vvv-root\" class=\"aligncenter size-full wp-image-23371\" /></a></p>\n<p>You may also need to edit your bashrc file to make sure you can run vvv from a folder included in your PATH environment variable. Save and refesh your terminal and you should be good to launch your new site wizard.</p>\n<p>The script’s <a href=\"https://github.com/aliso/vvv-site-wizard\" target=\"_blank\">Github homepage</a> includes a list of options available for the vvv command, including site creation and teardown, setting the domain and site name, whether or not to provision vagrant or just create the site directory/files, path, the WordPress version to install, and the option to turn on WP_DEBUG and WP_DEBUG_LOG.</p>\n<p>However, none of these options are required. If there’s a required piece of information missing from your original command, the script, in true wizard fashion, will prompt you for it, as shown below:</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/vvv-site-wizard.png\" rel=\"prettyphoto[23348]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/vvv-site-wizard.png?resize=900%2C546\" alt=\"vvv-site-wizard\" class=\"aligncenter size-full wp-image-23374\" /></a></p>\n<p>Once you proceed, the wizard will go about doing all the work of creating your new development site, including setting up the file in the nginx-config folder and creating the vvv-init.sh, wp-cli.yml, and vvv-hosts files. You’ll get a success message when it’s finished:</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/success.png\" rel=\"prettyphoto[23348]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/success.png?resize=900%2C544\" alt=\"success\" class=\"aligncenter size-full wp-image-23376\" /></a></p>\n<p>You can now visit your new development site in your favorite browser. Thank the wizard and get back to work! If you want to delete a site, running the teardown command (vvv -a delete mysite) will remove everything the wizard created, with the exception of the site’s database.</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, 22 May 2014 19:30:50 +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:13:\"Sarah Gooding\";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:76:\"WordPress.tv: Jesper Bylund: WordPress And BackBone – The Dawn Of Web Apps\";s:7:\"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:28:\"http://wordpress.tv/?p=34908\";s:7:\"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:89:\"http://wordpress.tv/2014/05/22/jesper-bylund-wordpress-and-backbone-the-dawn-of-web-apps/\";s: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:703:\"<div id=\"v-S6FiGMkE-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34908/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34908/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34908&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/22/jesper-bylund-wordpress-and-backbone-the-dawn-of-web-apps/\"><img alt=\"Jesper Bylund: WordPress And BackBone – The Dawn Of Web Apps\" src=\"http://videos.videopress.com/S6FiGMkE/video-a8b3f73af3_scruberthumbnail_3.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, 22 May 2014 18:24:52 +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:\"WordPress.tv\";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:81:\"WPTavern: The Send System Info WordPress Plugin Helps Make Troubleshooting Easier\";s:7:\"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:28:\"http://wptavern.com/?p=23346\";s:7:\"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:206:\"http://wptavern.com/the-send-system-info-wordpress-plugin-helps-make-troubleshooting-easier?utm_source=rss&utm_medium=rss&utm_campaign=the-send-system-info-wordpress-plugin-helps-make-troubleshooting-easier\";s: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:3117:\"<p>Have you ever requested support for WordPress only to have someone request information related to your webhosting server configuration? Typically, you’d have to create a <a title=\"https://php.net/phpinfo\" href=\"https://php.net/phpinfo\">php.info</a> file and send them a link to it. Depending on the person’s skill set, this can be a difficult task, let alone interpreting the information the file provides.</p>\n<div id=\"attachment_23357\" class=\"wp-caption aligncenter\"><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/SendSystemInfoLocalHost.png\" rel=\"prettyphoto[23346]\"><img class=\"size-full wp-image-23357\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/SendSystemInfoLocalHost.png?resize=884%2C553\" alt=\"The System Info Of My Local WP Install\" /></a><p class=\"wp-caption-text\">The System Info Of My Local WP Install</p></div>\n<p>The <a title=\"http://wordpress.org/plugins/send-system-info/\" href=\"http://wordpress.org/plugins/send-system-info/\">Send System Info</a> plugin by <a title=\"http://profiles.wordpress.org/johnregan3/\" href=\"http://profiles.wordpress.org/johnregan3/\">John Regan</a> helps generate and deliver this vital information. The plugin comes with three different delivery methods.</p>\n<ul>\n<li><strong>Download the information in a text file</strong></li>\n<li><strong>Send the information to an email address</strong></li>\n<li><strong>Create a unique URL to allow remote viewing of the information</strong></li>\n</ul>\n<p>One of the coolest features of this plugin is the ability to generate a unique URL to give to whomever is providing support. The URL will stay active until you generate a new one. This is a more secure way of providing the information in a public place such as a support forum. It also helps keep the support query cleaner since the information won’t need to be copied and pasted into the thread.</p>\n<div id=\"attachment_23358\" class=\"wp-caption aligncenter\"><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/RemoteViewingOfSystemInfo.png\" rel=\"prettyphoto[23346]\"><img class=\"size-full wp-image-23358\" src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/RemoteViewingOfSystemInfo.png?resize=763%2C198\" alt=\"Creating A Unique URL To View System Info\" /></a><p class=\"wp-caption-text\">Creating A Unique URL To View System Info</p></div>\n<p>Although Regan is listed as the plugin’s primary developer, he’s had contributions from <a href=\"http://twitter.com/fjarrett\">Frankie Jarrett</a>, <a href=\"http://twitter.com/lukecarbis\">Luke Carbis,</a> and <a href=\"http://twitter.com/pippinsplugins\">Pippin Williamson</a>. If you’d like to help make this plugin better, check out the <a title=\"https://github.com/johnregan3/send-system-info\" href=\"https://github.com/johnregan3/send-system-info\">plugin’s GitHub page</a>.</p>\n<p>Despite alternative ways to discover the information displayed by the Send System Info plugin, none are as easy or convenient. The next time someone asks for your server information to troubleshoot a WordPress problem, consider using this plugin.</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, 22 May 2014 17:45: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:13:\"Jeff Chandler\";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:70:\"WordPress.tv: Pascal Birchler: Publishing A Digital WordPress Magazine\";s:7:\"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:28:\"http://wordpress.tv/?p=34770\";s:7:\"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://wordpress.tv/2014/05/22/pascal-birchler-publishing-a-digital-wordpress-magazine/\";s: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:695:\"<div id=\"v-XJjAtDbN-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34770/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34770/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34770&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/22/pascal-birchler-publishing-a-digital-wordpress-magazine/\"><img alt=\"Pascal Birchler: Publishing A Digital WordPress Magazine\" src=\"http://videos.videopress.com/XJjAtDbN/video-33fccd72af_scruberthumbnail_2.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, 22 May 2014 10: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";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:55:\"WordPress.tv: Ulrich Pogson: How To Manage Translations\";s:7:\"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:28:\"http://wordpress.tv/?p=34699\";s:7:\"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:72:\"http://wordpress.tv/2014/05/22/ulrich-pogson-how-to-manage-translations/\";s: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:663:\"<div id=\"v-JYQcKbYa-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34699/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34699/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34699&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/22/ulrich-pogson-how-to-manage-translations/\"><img alt=\"Ulrich Pogson: How to manage translations\" src=\"http://videos.videopress.com/JYQcKbYa/ulrich-pogson-wcch14_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, 22 May 2014 10:00: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";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:81:\"WPTavern: Jetpack 3.0.1 To Fix General 500 Error With Spelling and Grammar Module\";s:7:\"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:28:\"http://wptavern.com/?p=23336\";s:7:\"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:206:\"http://wptavern.com/jetpack-3-0-1-to-fix-general-500-error-with-spelling-and-grammar-module?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-3-0-1-to-fix-general-500-error-with-spelling-and-grammar-module\";s: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:3135:\"<p>Soon after the <a title=\"http://wptavern.com/jetpack-3-0-released-adds-bulk-module-management-site-verification-and-twitter-open-graph-support\" href=\"http://wptavern.com/jetpack-3-0-released-adds-bulk-module-management-site-verification-and-twitter-open-graph-support\">release of Jetpack 3.0</a>, users <a title=\"http://wordpress.org/support/topic/proofread-error-after-updating-jetpack-1?replies=3\" href=\"http://wordpress.org/support/topic/proofread-error-after-updating-jetpack-1?replies=3\">reported problems</a> with the spell check module which utilizes the <a title=\"http://www.afterthedeadline.com/\" href=\"http://www.afterthedeadline.com/\">After The Deadline</a> service. In Jetpack 3.0, when users proofread a post, they are greeted with a General 500 error. The error also shows up if you’ve configured it to automatically proofread a post before publishing.</p>\n<div id=\"attachment_23341\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/SpellCheckModuleDescription.png\" rel=\"prettyphoto[23336]\"><img class=\"size-full wp-image-23341\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/SpellCheckModuleDescription.png?resize=758%2C360\" alt=\"Description Of The Spell Checking Module\" /></a><p class=\"wp-caption-text\">Description Of The Spell Checking Module</p></div>\n<p>The Jetpack team is aware of the issue and is working on a point release that will be available soon. Until then, if you want to apply the fix before the release, navigate to <em><span class=\"repo-root js-repo-root\">jetpack</span><span class=\"separator\"> / </span>modules<span class=\"separator\"> / </span>after-the-deadline<span class=\"separator\"> / </span><strong class=\"final-path\">proxy.php</strong></em> and replace the Proxy.php file with <a title=\"https://github.com/Automattic/jetpack/blob/branch-3.0/modules/after-the-deadline/proxy.php\" href=\"https://github.com/Automattic/jetpack/blob/branch-3.0/modules/after-the-deadline/proxy.php\">this one</a>. The error has to do with AtD calling an undefined function in proxy.php. A detailed explanation can be viewed via the <a title=\"https://github.com/Automattic/jetpack/issues/572\" href=\"https://github.com/Automattic/jetpack/issues/572\">following ticket</a> on Github.</p>\n<p>The Jetpack development team has done a fantastic job fixing problems discovered soon after a release. Earlier this year, the team <a title=\"http://wptavern.com/jetpack-to-release-update-to-fix-publishing-bug-with-after-the-deadline\" href=\"http://wptavern.com/jetpack-to-release-update-to-fix-publishing-bug-with-after-the-deadline\">rapidly put together an update</a> shortly after the release of 2.9 to fix a bug with the spell checking module that prevented posts from being published. Only eight days separated the release of 2.9 from 2.9.1.</p>\n<h3>*Update*</h3>\n<p>Jetpack 3.0.1 is <a title=\"http://wordpress.org/plugins/jetpack/\" href=\"http://wordpress.org/plugins/jetpack/\">available for download</a>. You should see an upgrade notice soon in your dashboard. This release fixes the spelling and grammar module and contains several other bug fixes.</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, 22 May 2014 04:46: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:13:\"Jeff Chandler\";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:88:\"WPTavern: WP Engine Addresses Critics Following Damaging Exposé of Its Customer 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=23286\";s:7:\"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:218:\"http://wptavern.com/wp-engine-addresses-critics-following-damaging-expose-of-its-customer-support?utm_source=rss&utm_medium=rss&utm_campaign=wp-engine-addresses-critics-following-damaging-expose-of-its-customer-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5396:\"<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/wp_engine_logo.jpg\" rel=\"prettyphoto[23286]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/wp_engine_logo.jpg?resize=1025%2C272\" alt=\"wp_engine_logo\" class=\"aligncenter size-full wp-image-23324\" /></a></p>\n<p>Yesterday former WP Engine customer Matthew Woodward <a href=\"http://www.matthewwoodward.co.uk/reviews/webhost-trusted-wp-engine-hijacked-business-avoid-them/\" target=\"_blank\">posted a lengthy, illustrated review</a> of his experiences with the company’s managed WordPress hosting and support.</p>\n<p>Though initially impressed with the host’s support when he signed on 18 months ago, Woodward detailed his assessment of its decline over the past eight months, citing poor performance, slow and uninformed support staff, and questionable practices, such as injecting links into customer homepages without their permission. Many of the 200 comments on Woodward’s post are from customers who have experienced a similar decline in service from the host.</p>\n<p>This isn’t the first time WP Engine’s hosting has been called into question by its customers. A couple months ago, <a href=\"http://wptavern.com/audit-wp-exposes-potential-seo-issues-with-wp-engine-hosting\" target=\"_blank\">Audit WP exposed potential SEO and privacy concerns</a> with how the host structures its subdomains for staging. These concerns, though brought to the company’s attention multiple times by other customers, were roundly ignored until <a href=\"http://auditwp.com/wp-engine-seo-failboat/\" target=\"_blank\">publicized</a> by Audit WP’s founder, Jacob King.</p>\n<h3>WP Engine Responds to Customer Dissatisfaction: “Growth is Hard”</h3>\n<p>Mounting criticism of the company following these reviews has prompted the response penned today by WP Engine founder Jason Cohen, titled: “<a href=\"http://wpengine.com/2014/05/21/growth-hard/\" target=\"_blank\">Growth is Hard</a>.” The statement explains what the company has been doing in response to its slipping customer satisfaction rate.</p>\n<p>In January 2014, WP Engine <a href=\"http://techcrunch.com/2014/01/14/wp-engine-raises-15m-from-north-bridge-growth-equity-to-invest-in-product-development-accelerate-growth/\" target=\"_blank\">raised $15 million in funding</a> to supplement its rapid expansion. Cohen’s statement today indicates that the first priority for those funds was to hire additional staff:</p>\n<blockquote><p>We closed our Series C financing in January and immediately put it to work in hiring in the Support Team. We’ve increased the team by 50% since then. It’s very hard to hire quickly and yet maintain our standards of both attitude (culture) and aptitude (ability).</p></blockquote>\n<p>Cohen’s post contains a rundown of how difficult it has been for the company to deal with its growth and enumerates what they’ve done to address the growing customer dissatisfaction, much of which has centered around the issue of support.</p>\n<p>A host that promises “hassle-free WordPress hosting” and caters to WordPress developers will need to deliver expert WordPress support in order to justify its pricing. In the early days of WP Engine, its customers raved about the top-notch WordPress experts available to assist them. Woodward’s review, however, indicates that this is no longer the case, illustrated by screenshots of WP Engine’s responses to tickets.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/db-comments-deleted.jpg\" rel=\"prettyphoto[23286]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/db-comments-deleted.jpg?resize=644%2C604\" alt=\"db-comments-deleted\" class=\"aligncenter size-full wp-image-23312\" /></a></p>\n<p>Cohen concludes the article by apologizing and petitioning his customers to have some understanding for their growing pains:</p>\n<p><strong>“To anyone that has had a support issue in the past, or is having one now, I would like to say I’m sorry for your experience. But as you can see, we’ve been busy.”</strong></p>\n<p>WP Engine seems to have gone into damage control mode, as Woodward’s critical review has been shared liberally on social networks, causing many early fans of the host to voice similar concerns. Woodward suspects the company’s recent funding as a potential cause for the decline in the quality of support:</p>\n<blockquote><p>Now instead of dealing with actual WordPress experts, you’re dealing with customer service staff that have had minor WordPress training and fail to understand the basics…Then you have to consider the $15 million investment by venture capitalist firm North Bridge which pushes the focus towards money and profits rather than passion and innovation.</p></blockquote>\n<p>Is the company growing too fast to maintain its former sterling reputation? The statement and apology issued today isn’t likely to have been motivated by a single bad review. WP Engine is currently fighting an uphill battle in order to regain the consumer confidence it commanded in the early days, while the managed WordPress hosting space is getting more competitive. Customer reviews make it clear that a company’s dedication to innovation means nothing if it cannot deliver the support to back it up.</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, 21 May 2014 22:06: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:13:\"Sarah Gooding\";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:57:\"WordPress.tv: Elia Morling: Growth Hacking 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:28:\"http://wordpress.tv/?p=34901\";s:7:\"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:74:\"http://wordpress.tv/2014/05/21/elia-morling-growth-hacking-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:669:\"<div id=\"v-f2pfZRBx-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34901/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34901/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34901&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/21/elia-morling-growth-hacking-with-wordpress/\"><img alt=\"Elia Morling: Growth Hacking With WordPress\" src=\"http://videos.videopress.com/f2pfZRBx/video-23816a1399_scruberthumbnail_1.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, 21 May 2014 18:29: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";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:59:\"WordPress.tv: Christina Wallnér: Web Accessibility In Mind\";s:7:\"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:28:\"http://wordpress.tv/?p=34895\";s:7:\"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/2014/05/21/christina-wallner-web-accessibility-in-mind/\";s: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:672:\"<div id=\"v-XCDbQUXv-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34895/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34895/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34895&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/21/christina-wallner-web-accessibility-in-mind/\"><img alt=\"Christina Wallnér: Web Accessibility In Mind\" src=\"http://videos.videopress.com/XCDbQUXv/video-0ef171415e_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:\"Wed, 21 May 2014 18:06: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"WordPress.tv\";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:66:\"WordPress.tv: Carel Bekker: Introduction To Self-hosting 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:28:\"http://wordpress.tv/?p=34994\";s:7:\"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/2014/05/21/carel-bekker-introduction-to-self-hosting-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:687:\"<div id=\"v-BYYVfFWC-1\" class=\"video-player\">\n</div><br /> <a rel=\"nofollow\" href=\"http://feeds.wordpress.com/1.0/gocomments/wptv.wordpress.com/34994/\"><img alt=\"\" border=\"0\" src=\"http://feeds.wordpress.com/1.0/comments/wptv.wordpress.com/34994/\" /></a> <img alt=\"\" border=\"0\" src=\"http://stats.wordpress.com/b.gif?host=wordpress.tv&blog=5089392&post=34994&subd=wptv&ref=&feed=1\" width=\"1\" height=\"1\" /><div><a href=\"http://wordpress.tv/2014/05/21/carel-bekker-introduction-to-self-hosting-wordpress/\"><img alt=\"Carel Bekker: Introduction To Self-hosting WordPress\" src=\"http://videos.videopress.com/BYYVfFWC/video-bb93cea9af_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:\"Wed, 21 May 2014 18:04: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:12:\"WordPress.tv\";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:35:\"Alex King: Crowd Favorite is Hiring\";s:7:\"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:28:\"http://alexking.org/?p=20090\";s:7:\"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://alexking.org/blog/2014/05/21/crowd-favorite-is-hiring\";s: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:2161:\"<p>We’ve got a ton of great stuff going on at <a href=\"http://crowdfavorite.com/\">Crowd Favorite</a> right now. We are <a href=\"http://crowdfavorite.com/blog/2014/04/hiring-web-developers/\">hiring for front and back end web developers</a>, and we just put out a call for <a href=\"http://crowdfavorite.com/blog/2014/05/hiring-jr-developers/\">junior developers</a>.</p>\n<p>While our first preference is to continue expanding our offices in Denver, Los Angeles (and Orange County), Las Vegas and Bucharest, we’re also considering remote candidates. The exception is for the junior developer position, we’re only considering candidates at our offices for that position so that we can more easily provide support and mentorship.<sup id=\"fnref:1\"><a href=\"http://alexking.org/blog/topic/wordpress/feed#fn:1\" rel=\"footnote\">1</a></sup> We have a great developer-centric culture that embraces learning, sharing and best practices – come join us!</p>\n<p>We’ve also updated our <a href=\"http://crowdfavorite.com/blog/2014/05/ramp-v1-5-3/\">RAMP</a> and <a href=\"http://crowdfavorite.com/blog/2014/05/carrington-build-v1-3-3/\">Carrington Build</a> WordPress products this week. RAMP handles selectively pushing content from your staging to your production environment while Carrington Build provides drag-and-drop editorial control for your high value pages.</p>\n<p>If you’re thinking all this activity explains the lack of recent blog posts here, I won’t argue with that conclusion. <img src=\"http://alexking.org/wp/wp-includes/images/smilies/icon_smile.gif\" alt=\":)\" class=\"wp-smiley\" /> </p>\n<div class=\"footnotes\">\n<hr />\n<ol>\n<li id=\"fn:1\">\nI expect we’ll get good enough at this to support remote junior developers well in the future, but we’re not there yet. <a href=\"http://alexking.org/blog/topic/wordpress/feed#fnref:1\" rev=\"footnote\">↩</a>\n</li>\n</ol>\n</div>\n<p class=\"threads-post-notice\">This post is part of the thread: <a href=\"http://alexking.org/blog/thread/crowd-favorite\">Crowd Favorite</a> – an ongoing story on this site. View the thread timeline for more context on this post.</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, 21 May 2014 18:03: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: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: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:83:\"WPTavern: Make: A Free Responsive WordPress Theme with a Drag and Drop Page Builder\";s:7:\"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:28:\"http://wptavern.com/?p=23244\";s:7:\"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:208:\"http://wptavern.com/make-a-free-responsive-wordpress-theme-with-a-drag-and-drop-page-builder?utm_source=rss&utm_medium=rss&utm_campaign=make-a-free-responsive-wordpress-theme-with-a-drag-and-drop-page-builder\";s: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:3086:\"<p>For the past few years, the holy grail for many WordPress theme makers is to create a theme that is easy for anyone to customize without touching a line of code. One of the most difficult aspects of site customization is building the layout, especially if you’re shooting for a responsive website.</p>\n<p><a href=\"http://wordpress.org/themes/make\" target=\"_blank\">Make</a> is a new free theme that landed in the WordPress Themes Directory last night. It’s geared toward making it easy for you to design your own site with very basic level WordPress skills. Created by the folks at <a href=\"https://thethemefoundry.com/\" target=\"_blank\">The Theme Foundry</a>, Make is unique in that it comes with a page builder packaged into the theme.</p>\n<p><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/make.png\" rel=\"prettyphoto[23244]\"><img src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/make.png?resize=880%2C660\" alt=\"make\" class=\"aligncenter size-full wp-image-23250\" /></a></p>\n<p>The theme has a host of options built into the customizer which allow you to easily customize the background, layouts, fonts, colors, and logo. In addition to the customizer controls, Make includes a page builder for designing your own layout.</p>\n<p>When you add a new page, you’ll see the option to add text, blank, banner and/or gallery sections as building blocks for your page. Stack the sections on top of each other in any order to create a unique design.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/make-page-builder.png\" rel=\"prettyphoto[23244]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/make-page-builder.png?resize=1025%2C787\" alt=\"make-page-builder\" class=\"aligncenter size-full wp-image-23248\" /></a></p>\n<p>Make enables you to build almost any kind of site from portfolios to magazines to e-commerce. It’s also built to be compatible with popular plugins like Woo Commerce, Gravity Forms and Jetpack. The theme’s <a href=\"https://thethemefoundry.com/wordpress-themes/make/\" target=\"_blank\">homepage</a> has several live demos of different sites built using the drag-and-drop page builder.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/Screen-Shot-2014-05-21-at-12.42.02-AM.png\" rel=\"prettyphoto[23244]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/Screen-Shot-2014-05-21-at-12.42.02-AM.png?resize=1025%2C398\" alt=\"Screen Shot 2014-05-21 at 12.42.02 AM\" class=\"aligncenter size-full wp-image-23262\" /></a></p>\n<p>The Theme Foundry is pursuing the freemium business model with Make in order to promote Make Plus, which adds commercial features such as custom builder sections for WooCommerce, widgets, post lists, quick start builder page template designs and more customization options. The basic <a href=\"http://wordpress.org/themes/make\" target=\"_blank\">Make</a> theme with the page builder is available for free from WordPress.org. Search for ‘Make’ in the theme browser and then sort by newest to download it.</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, 21 May 2014 06:29: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:13:\"Sarah Gooding\";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:70:\"WPTavern: Give Visitors With An FCC IP Address The Slow Lane Treatment\";s:7:\"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:28:\"http://wptavern.com/?p=23231\";s:7:\"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:184:\"http://wptavern.com/give-visitors-with-an-fcc-ip-address-the-slow-lane-treatment?utm_source=rss&utm_medium=rss&utm_campaign=give-visitors-with-an-fcc-ip-address-the-slow-lane-treatment\";s: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:5439:\"<p>The FCC isn’t making a lot of friends these days in large part due to its position with <a title=\"http://en.wikipedia.org/wiki/Net_neutrality\" href=\"http://en.wikipedia.org/wiki/Net_neutrality\">Net Neutrality</a>. If you want to get back at the FCC, consider using the <a title=\"http://wordpress.org/plugins/fcc-slow-lane/\" href=\"http://wordpress.org/plugins/fcc-slow-lane/\">FCC Slow Lane</a> plugin. The plugin allows users to protest the FCC by slowing down their websites to a crawl when an IP address registered to the FCC is detected. FCC Slow Lane is developed by WordPress.org user <a title=\"http://wordpress.org/support/profile/evoknow\" href=\"http://wordpress.org/support/profile/evoknow\">Evoknow. </a>The plugin was created in response to a <a title=\"http://wordpress.org/support/topic/plugin-request-throttle-the-fcc-to-dial-up-modem-speeds-on-your-website-nginx\" href=\"http://wordpress.org/support/topic/plugin-request-throttle-the-fcc-to-dial-up-modem-speeds-on-your-website-nginx\">support forum thread</a> requesting functionality to protest the FCC.</p>\n<div id=\"attachment_23236\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/SlowFeaturedImage.png\" rel=\"prettyphoto[23231]\"><img class=\"size-full wp-image-23236\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/SlowFeaturedImage.png?resize=650%2C200\" alt=\"Slow The FCC Down\" /></a><p class=\"wp-caption-text\">photo credit: <a href=\"http://www.flickr.com/photos/migueltejadaflores/10356317954/\">La Chachalaca Fotografía</a> – <a href=\"http://creativecommons.org/licenses/by-nc/2.0/\">cc</a></p></div>\n<p>When a blocked IP address is detected, the loading time is increased by two seconds. It also displays a header on top of your site for five seconds stating that they have been slowed down due to the FCC position regarding net neutrality. By slowing down your website to IP addresses registered to the FCC, they get to see first-hand what the Internet is like in the slow lane. The IP address ranges are publicly known and are in CIDR format.</p>\n<ul>\n<li>192.133.125.0/24</li>\n<li>165.135.0.0/16</li>\n<li>192.104.54.0/24</li>\n<li>4.21.126.0/24</li>\n<li>65.125.25.64/26</li>\n<li>208.23.64.0/25</li>\n</ul>\n<p>Although there are no options to configure, it would be nice if there was a way to increase the time it takes to load the page to give those IP addresses the extra slow treatment. When installed, you can see how the notification header will look by adding <strong>?fcc=demo-on</strong> at the end of the URL. Alternatively, you can use <strong>?fcc=show-fcc-ips</strong> to see which blocks of IP addresses are being targeted. It’s not pretty, but it gets the message across.</p>\n<div id=\"attachment_23233\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/FCCSLowLaneHeader.png\" rel=\"prettyphoto[23231]\"><img class=\"size-full wp-image-23233\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/FCCSLowLaneHeader.png?resize=1025%2C223\" alt=\"When a visitor with an FCC IP address visits the site, they\'ll see this header.\" /></a><p class=\"wp-caption-text\">When a visitor with an FCC IP address visits the site, they’ll see this header.</p></div>\n<p>If there is enough interest, <a title=\"http://wordpress.org/support/topic/plugin-request-throttle-the-fcc-to-dial-up-modem-speeds-on-your-website-nginx#post-5592702\" href=\"http://wordpress.org/support/topic/plugin-request-throttle-the-fcc-to-dial-up-modem-speeds-on-your-website-nginx#post-5592702\">Evoknow said</a> he’ll create an administrative backend to add new blocks of IP addresses. This would help spread the word to other political officials. FCC Slow Lane works fine with WordPress 3.9.1 and is one of the easiest ways to protest the FCC.</p>\n<h3>WordPress Sites Used As Protesting Machines</h3>\n<p>FCC slow lane is another example of turning WordPress sites into protesting machines. In 2012, users were able to protest SOPA via the <a title=\"http://wptavern.com/go-black-with-the-sopa-blackout-plugin\" href=\"http://wptavern.com/go-black-with-the-sopa-blackout-plugin\">SOPA Blackout plugin</a>. <a title=\"http://wptavern.com/new-wordpress-plugin-aims-to-fight-back-against-mass-surveillance\" href=\"http://wptavern.com/new-wordpress-plugin-aims-to-fight-back-against-mass-surveillance\">Earlier this year</a>, thousands participated in the The Day We Fight Back campaign <a title=\"http://wordpress.org/plugins/tdwfb/\" href=\"http://wordpress.org/plugins/tdwfb/\">via a plugin</a>. With WordPress powering more than 22% of the web, it’s becoming easier for digital citizens to fight back. As each site participates in a protest, the volume is raised. When WordPress.com and others <a title=\"http://wptavern.com/wordpress-com-joins-google-reddit-and-tumblr-in-protesting-nsa-surveillance\" href=\"http://wptavern.com/wordpress-com-joins-google-reddit-and-tumblr-in-protesting-nsa-surveillance\">joined together</a> to protest against NSA surveillance, <a title=\"https://thedaywefightback.org/the-results/\" href=\"https://thedaywefightback.org/the-results/\">the volume was deafening</a>.</p>\n<p>What would happen if only 5-10% of WordPress powered sites protested against specific causes? Would it be enough to affect change? Is it possible to change the future by using WordPress sites to protest or is it just a bunch of noise at the end of the day?</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, 21 May 2014 01:40: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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jeff Chandler\";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:70:\"WPTavern: WordCamp Central Proposes Centralizing Post WordCamp Surveys\";s:7:\"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:28:\"http://wptavern.com/?p=23204\";s:7:\"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:184:\"http://wptavern.com/wordcamp-central-proposes-centralizing-post-wordcamp-surveys?utm_source=rss&utm_medium=rss&utm_campaign=wordcamp-central-proposes-centralizing-post-wordcamp-surveys\";s: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:3729:\"<p>After attending a WordCamp, you’ll sometimes receive an email with a survey asking for your thoughts on how it went. The survey gives you an opportunity to rate and provide feedback on individual speakers as well as other aspects of the event. However, not all WordCamps send out surveys.</p>\n<div id=\"attachment_23208\" class=\"wp-caption aligncenter\"><a href=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/ProposedSurvey.png\" rel=\"prettyphoto[23204]\"><img class=\"size-full wp-image-23208\" src=\"http://i1.wp.com/wptavern.com/wp-content/uploads/2014/05/ProposedSurvey.png?resize=957%2C778\" alt=\"Proposed Survey Questions\" /></a><p class=\"wp-caption-text\">Proposed Survey Questions</p></div>\n<p>Andrea Middleton has proposed that there be one, <a title=\"http://central.wordcamp.org/wordcamp-attendee-survey/\" href=\"http://central.wordcamp.org/wordcamp-attendee-survey/\">centralized survey,</a> available on the <a title=\"http://central.wordcamp.org/\" href=\"http://central.wordcamp.org/\">WordCamp Central website.</a> The survey would contain a drop down menu to indicate the location of the event and a set of questions that apply to all WordCamps. Organizers could then publicize the survey making it easy to find. After a period of two weeks, results would be exported to the organizing team. Further enhancements could include an automated system that would send the survey out to attendees a day after the event. A post announcing the survey could also be included within the automated routine.</p>\n<h3>Should Surveys From WordCamp Central Be Opt-in?</h3>\n<p>In the comments of the proposal, David Bisset, who helped organized WordCamp Miami, <a title=\"http://make.wordpress.org/community/2014/05/16/one-survey-to-rule-them-all/#comment-8864\" href=\"http://make.wordpress.org/community/2014/05/16/one-survey-to-rule-them-all/#comment-8864\">recommended that the surveys be opt-in</a>. Having a default set of questions is great for smaller venues but for larger camps, it can be more beneficial for organizers if they had the ability to ask specific questions.</p>\n<p>Middleton <a title=\"http://make.wordpress.org/community/2014/05/16/one-survey-to-rule-them-all/#comment-8865\" href=\"http://make.wordpress.org/community/2014/05/16/one-survey-to-rule-them-all/#comment-8865\">suggested a solution</a> with a two pronged approach. Organizers could opt-in to the centralized survey but also allow them to create event specific questions. That way, WordCamp Central receives comparable <strong>and</strong> specific data from events trying new things.</p>\n<blockquote><p>On the individualized surveys, that’s definitely a thing. Opt-in to the centralized survey could work, or we could add branching to the centralized survey and let people add event-specific questions if they wanted to. That way we’d get the same comparable data but also be able to gather event-specific data. I’d actually quite like to do that for those events that are trying new things.</p></blockquote>\n<h3>The More Data Available To Organizers The Better</h3>\n<p>Most of the WordCamps I’ve attended within the past two years have not sent out surveys to gather feedback. For those that have, I’ve provided them all the information I would have shared in a blog post. In many instances, a blog post recapping the event is the only way for me to give feedback. If the survey results are accessible, other organizers can step in with a history of what has and has not been successful.</p>\n<p>I applaud Middleton for the proposal and would like to see more WordCamps offer ways for attendees to provide feedback. The more centralized, accessible data organizers have at their disposal to improve their events, the better.</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, 20 May 2014 22:36: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:13:\"Jeff Chandler\";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:109:\"WPTavern: Jetpack 3.0 Released, Adds Bulk Module Management, Site Verification and Twitter Open Graph 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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://wptavern.com/?p=23167\";s:7:\"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:258:\"http://wptavern.com/jetpack-3-0-released-adds-bulk-module-management-site-verification-and-twitter-open-graph-support?utm_source=rss&utm_medium=rss&utm_campaign=jetpack-3-0-released-adds-bulk-module-management-site-verification-and-twitter-open-graph-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:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4373:\"<p>Jetpack 3.0 was released today with a couple of brand new features and an updated interface for managing modules and settings. The new administrative user interface allows for bulk activation and deactivation of modules in the same way you might manage plugins.</p>\n<p>The redesigned Jetpack admin greeting page now features its 33 modules and allows you to sort the display by newest, category or alphabetical order.</p>\n<p><a href=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/jetpack-features.jpg\" rel=\"prettyphoto[23167]\"><img src=\"http://i0.wp.com/wptavern.com/wp-content/uploads/2014/05/jetpack-features.jpg?resize=978%2C600\" alt=\"jetpack-features\" class=\"aligncenter size-full wp-image-23211\" /></a></p>\n<h3>New Admin Settings Page for Managing Modules</h3>\n<p>The most exciting update in the 3.0 release for many users is the new settings page which allows you to quickly view and sort your active and inactive modules. Previously you would have to navigate a couple clicks deep into each module to know if it’s on and to deactivate it. The new Jetpack setting screen provides a faster way to manage your modules.</p>\n<p><a href=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/jetpack-settings.jpg\" rel=\"prettyphoto[23167]\"><img src=\"http://i2.wp.com/wptavern.com/wp-content/uploads/2014/05/jetpack-settings.jpg?resize=800%2C620\" alt=\"jetpack-settings\" class=\"aligncenter size-full wp-image-23214\" /></a></p>\n<h3>New: Site Verification Module</h3>\n<p>Site Verification is the latest addition to the Jetpack collection. It can be configured under the Tools menu and allows you to enter your meta key “content” value to verify your blog with Google Webmaster Tools, Bing Webmaster Center and Pinterest Site Verification.</p>\n<p>When you update to Jetpack 3.0, this module will be automatically turned on with the message: <strong>“The following new modules have been activated: Site Verification.”</strong> Automatic activation of new modules has been a controversial policy of the plugin in the past, but for now it comes part and parcel with using Jetpack.</p>\n<h3>New: Twitter Open Graph Support</h3>\n<p>Jetpack 3.0 adds support for Twitter to its Open Graph meta tags. This means that your site will now have support for <a href=\"https://dev.twitter.com/docs/cards\" target=\"_blank\">Twitter Cards</a>. There is currently no admin interface for assigning your own Twitter account as the site owner (it defaults to Jetpack), but Justin Kopepasah posted a <a href=\"http://kopepasah.com/tutorial/change-jetpack-3-0s-default-twitter-card-site-tag/\" target=\"_blank\">quick tutorial</a> for filtering it to use your own account.</p>\n<h3>Major Enhancements in Jeptack 3.0</h3>\n<p>This release comes with a long list of enhancements to the plugin, along with a healthy does of bug fixes. Most of the enhancements are small improvements to the existing modules. If there’s some aspect of flexibility that you found missing from one of Jetpack’s modules, chances are you that you may find it on this list:</p>\n<ul>\n<li>New look for the Sharing module</li>\n<li>Multiple improvements on which Twitter handle a Twitter card will display</li>\n<li>Add option to hide Google+ Authorship banner while still receiving the benefits</li>\n<li>Many Infinite Scroll enhancements to improve performance</li>\n<li>Infinite Scroll will use your CPT’s display name instead of “Older Posts”</li>\n<li>JSON API added /media/new endpoint</li>\n<li>Added filter to assign new default image for Open Graph tags</li>\n<li>New [ jetpack-related-posts ] shortcode to add Related Posts to page instead of default placement</li>\n<li>Added SSO option to turn off login form completely, to use WordPress.com login exclusively</li>\n<li>The shortcode allows for Google Maps Engine</li>\n<li>YouTube shortcode allows HD playback</li>\n<li>Smoother, Faster Tiled Galleries!</li>\n<li>New languages! Use Jetpack in Irish, Fulah, and Tigrinya</li>\n</ul>\n<p>Jetpack 3.0 is a major update to the plugin and should greatly improve the experience of managing all of its features in the backend. This new settings screen comes at the right time, as Jetpack has accumulated more than 30 modules, each of which could technically constitute their own plugins. Visit your site’s admin to see the prompt for updating to version 3.0.</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, 20 May 2014 21:59: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:13:\"Sarah Gooding\";s:7:\"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:\"Thu, 29 May 2014 04:49:12 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:14:\"content-length\";s:6:\"173301\";s:10:\"connection\";s:5:\"close\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Thu, 29 May 2014 04:30:13 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 250\";s:13:\"accept-ranges\";s:5:\"bytes\";}s:5:\"build\";s:14:\"20140410091733\";}','no'),(871,'can_compress_scripts','1','yes'),(1134,'_site_transient_timeout_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc','1399981344','yes'),(1135,'_site_transient_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";N;s:7:\"version\";N;s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1188,'_site_transient_timeout_browser_0f5d8990db4df2d31f9107f57dccea47','1400060995','yes'),(1189,'_site_transient_browser_0f5d8990db4df2d31f9107f57dccea47','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"28.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(927,'_site_transient_timeout_browser_a105dda96d0e9092b9fd8fe644216135','1398684912','yes'),(928,'_site_transient_browser_a105dda96d0e9092b9fd8fe644216135','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"34.0.1847.116\";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:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1567,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1401382154','no'),(1568,'_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:51:\"\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:\"Thu, 08 May 2014 18:40: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:\"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:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://wordpress.org/?v=4.0-alpha\";s:7:\"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:42:\"\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:\"WordPress 3.9.1 Maintenance Release\";s:7:\"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/2014/05/wordpress-3-9-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/2014/05/wordpress-3-9-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:\"Thu, 08 May 2014 18:40: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: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=3241\";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:385:\"After three weeks and more than 9 million downloads of WordPress 3.9, we’re pleased to announce that WordPress 3.9.1 is now available. This maintenance release fixes 34 bugs in 3.9, including numerous fixes for multisite networks, customizing widgets while previewing themes, and the updated visual editor. We’ve also made some improvements to the new audio/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:\"\";}}}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:3077:\"<p>After three weeks and more than 9 million downloads of <a title=\"WordPress 3.9 “Smith”\" href=\"http://wordpress.org/news/2014/04/smith/\">WordPress 3.9</a>, we’re pleased to announce that WordPress 3.9.1 is now available.</p>\n<p>This maintenance release fixes 34 bugs in 3.9, including numerous fixes for multisite networks, customizing widgets while previewing themes, and the updated visual editor. We’ve also made some improvements to the new audio/video playlists feature and made some adjustments to improve performance. For a full list of changes, consult the <a href=\"https://core.trac.wordpress.org/query?milestone=3.9.1\">list of tickets</a> and the <a href=\"https://core.trac.wordpress.org/log/branches/3.9?rev=28353&stop_rev=28154\">changelog</a>.</p>\n<p>If you are one of the millions already running WordPress 3.9, we’ve started rolling out automatic background updates for 3.9.1. For sites <a href=\"http://wordpress.org/plugins/background-update-tester/\">that support them</a>, of course.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.9.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now.”</p>\n<p>Thanks to all of these fine individuals for contributing to 3.9.1: <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/rzen\">Brian Richards</a>, <a href=\"http://profiles.wordpress.org/ehg\">Chris Blower</a>, <a href=\"http://profiles.wordpress.org/jupiterwise\">Corey McKrill</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"http://profiles.wordpress.org/feedmeastraycat\">feedmeastraycat</a>, <a href=\"http://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandi</a>, <a href=\"http://profiles.wordpress.org/imath\">imath</a>, <a href=\"http://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/m_i_n\">m_i_n</a>, <a href=\"http://profiles.wordpress.org/clorith\">Marius Jensen</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/dimadin\">Milan Dinić</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, and <a href=\"http://profiles.wordpress.org/westonruter\">Weston Ruter</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:55:\"http://wordpress.org/news/2014/05/wordpress-3-9-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:1;a:6:{s:4:\"data\";s:42:\"\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:\"WordPress 3.9 “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:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"http://wordpress.org/news/2014/04/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:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"http://wordpress.org/news/2014/04/smith/#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, 16 Apr 2014 18:33: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: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=3154\";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:411:\"Version 3.9 of WordPress, named “Smith” in honor of jazz organist Jimmy Smith, is available for download or update in your WordPress dashboard. This release features a number of refinements that we hope you’ll love. A smoother media editing experience Improved visual editing The updated visual editor has improved speed, accessibility, and mobile support. You can paste into the […]\";s: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:23291:\"<p>Version 3.9 of WordPress, named “Smith” in honor of jazz organist <a href=\"http://en.wikipedia.org/wiki/Jimmy_Smith_(musician)\">Jimmy Smith</a>, is available <a href=\"http://wordpress.org/download/\">for download</a> or update in your WordPress dashboard. This release features a number of refinements that we hope you’ll love.</p>\n<embed src=\"//v0.wordpress.com/player.swf?v=1.03\" type=\"application/x-shockwave-flash\" width=\"640\" height=\"360\" wmode=\"direct\" seamlesstabbing=\"true\" allowfullscreen=\"true\" allowscriptaccess=\"always\" overstretch=\"true\" flashvars=\"guid=sAiXhCfV&isDynamicSeeking=true\" title=\"\"></embed>\n<h2 class=\"about-headline-callout\" style=\"text-align: center\">A smoother media editing experience</h2>\n<div>\n<p><img class=\"alignright wp-image-3168\" src=\"//wordpress.org/news/files/2014/04/editor1-300x233.jpg\" alt=\"editor\" width=\"228\" height=\"177\" /></p>\n<h3>Improved visual editing</h3>\n<p>The updated visual editor has improved speed, accessibility, and mobile support. You can paste into the visual editor from your word processor without wasting time to clean up messy styling. (Yeah, we’re talking about you, Microsoft Word.)</p>\n</div>\n<div style=\"clear: both\"></div>\n<div>\n<p><img class=\"alignright wp-image-3170\" src=\"//wordpress.org/news/files/2014/04/image1-300x233.jpg\" alt=\"image\" width=\"228\" height=\"178\" /></p>\n<h3>Edit images easily</h3>\n<p>With quicker access to crop and rotation tools, it’s now much easier to edit your images while editing posts. You can also scale images directly in the editor to find just the right fit.</p>\n</div>\n<div style=\"clear: both\"></div>\n<div>\n<p><img class=\"alignright wp-image-3187\" src=\"//wordpress.org/news/files/2014/04/dragdrop1-300x233.jpg\" alt=\"dragdrop\" width=\"228\" height=\"178\" /></p>\n<h3>Drag and drop your images</h3>\n<p>Uploading your images is easier than ever. Just grab them from your desktop and drop them in the editor.</p>\n</div>\n<div style=\"clear: both\"></div>\n<hr />\n<h2 style=\"text-align: center\">Gallery previews</h2>\n<p><img class=\"aligncenter size-full wp-image-3169\" src=\"//wordpress.org/news/files/2014/04/gallery1.jpg\" alt=\"gallery\" width=\"980\" height=\"550\" /></p>\n<p>Galleries display a beautiful grid of images right in the editor, just like they do in your published post.</p>\n<hr />\n<h2 style=\"text-align: center\">Do more with audio and video</h2>\n\n<a href=\'http://wordpress.org/news/files/2014/04/AintMisbehavin.mp3\'>Ain\'t Misbehavin\'</a>\n<a href=\'http://wordpress.org/news/files/2014/04/DavenportBlues.mp3\'>Davenport Blues</a>\n<a href=\'http://wordpress.org/news/files/2014/04/JellyRollMorton-BuddyBoldensBlues.mp3\'>Buddy Bolden\'s Blues</a>\n<a href=\'http://wordpress.org/news/files/2014/04/Johnny_Hodges_Orchestra-Squaty_Roo-1941.mp3\'>Squaty Roo</a>\n<a href=\'http://wordpress.org/news/files/2014/04/Louisiana_Five-Dixie_Blues-1919.mp3\'>Dixie Blues</a>\n<a href=\'http://wordpress.org/news/files/2014/04/WolverineBlues.mp3\'>Wolverine Blues</a>\n\n<p>Images have galleries; now we’ve added simple audio and video playlists, so you can showcase your music and clips.</p>\n<hr />\n<h2 style=\"text-align: center\">Live widget and header previews</h2>\n<div style=\"width: 692px; max-width: 100%;\" class=\"wp-video\"><!--[if lt IE 9]><script>document.createElement(\'video\');</script><![endif]-->\n<video class=\"wp-video-shortcode\" id=\"video-3154-1\" width=\"692\" height=\"448\" preload=\"metadata\" controls=\"controls\"><source type=\"video/mp4\" src=\"//wordpress.org/news/files/2014/04/widgets.mp4?_=1\" /><a href=\"//wordpress.org/news/files/2014/04/widgets.mp4\">//wordpress.org/news/files/2014/04/widgets.mp4</a></video></div>\n<p>Add, edit, and rearrange your site’s widgets right in the theme customizer. No “save and surprise” — preview your changes live and only save them when you’re ready.</p>\n<p>The improved header image tool also lets you upload, crop, and manage headers while customizing your theme.</p>\n<hr />\n<h2 style=\"text-align: center\">Stunning new theme browser</h2>\n<p><img class=\"aligncenter size-full wp-image-3172\" src=\"//wordpress.org/news/files/2014/04/theme1.jpg\" alt=\"theme\" width=\"1003\" height=\"558\" /><br />\nLooking for a new theme should be easy and fun. Lose yourself in the boundless supply of free WordPress.org themes with the beautiful new theme browser.</p>\n<hr />\n<h2 style=\"text-align: center\">The Crew</h2>\n<p>This release was led by <a href=\"http://nacin.com/\">Andrew Nacin</a> and <a href=\"http://www.getsource.net/\">Mike Schroder</a>, with the help of these fine individuals. There are 267 contributors with props in this release, a new high:</p>\n<p><a href=\"http://profiles.wordpress.org/aaroncampbell\">Aaron D. Campbell</a>, <a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/kawauso\">Adam Harley</a>, <a href=\"http://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"http://profiles.wordpress.org/adelval\">adelval</a>, <a href=\"http://profiles.wordpress.org/ajay\">Ajay</a>, <a href=\"http://profiles.wordpress.org/akeda\">Akeda Bagus</a>, <a href=\"http://profiles.wordpress.org/xknown\">Alex Concha</a>, <a href=\"http://profiles.wordpress.org/tellyworth\">Alex Shiels</a>, <a href=\"http://profiles.wordpress.org/aliso\">Alison Barrett</a>, <a href=\"http://profiles.wordpress.org/collinsinternet\">Allan Collins</a>, <a href=\"http://profiles.wordpress.org/sabreuse\">Amy Hendrix (sabreuse)</a>, <a href=\"http://profiles.wordpress.org/afercia\">Andrea Fercia</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/norcross\">Andrew Norcross</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/rarst\">Andrey \"Rarst\" Savchenko</a>, <a href=\"http://profiles.wordpress.org/andykeith\">Andy Keith</a>, <a href=\"http://profiles.wordpress.org/andy\">Andy Skelton</a>, <a href=\"http://profiles.wordpress.org/atimmer\">Anton Timmermans</a>, <a href=\"http://profiles.wordpress.org/aubreypwd\">Aubrey Portwood</a>, <a href=\"http://profiles.wordpress.org/barry\">Barry</a>, <a href=\"http://profiles.wordpress.org/toszcze\">Bartosz Romanowski</a>, <a href=\"http://profiles.wordpress.org/bassgang\">bassgang</a>, <a href=\"http://profiles.wordpress.org/bcworkz\">bcworkz</a>, <a href=\"http://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"http://profiles.wordpress.org/neoxx\">Bernhard Riedl</a>, <a href=\"http://profiles.wordpress.org/bigdawggi\">bigdawggi</a>, <a href=\"http://profiles.wordpress.org/bobbravo2\">Bob Gregor</a>, <a href=\"http://profiles.wordpress.org/bobbingwide\">bobbingwide</a>, <a href=\"http://profiles.wordpress.org/bradt\">Brad Touesnard</a>, <a href=\"http://profiles.wordpress.org/bradparbs\">bradparbs</a>, <a href=\"http://profiles.wordpress.org/bramd\">bramd</a>, <a href=\"http://profiles.wordpress.org/kraftbj\">Brandon Kraft</a>, <a href=\"http://profiles.wordpress.org/brasofilo\">brasofilo</a>, <a href=\"http://profiles.wordpress.org/bravokeyl\">bravokeyl</a>, <a href=\"http://profiles.wordpress.org/bpetty\">Bryan Petty</a>, <a href=\"http://profiles.wordpress.org/cgaffga\">cgaffga</a>, <a href=\"http://profiles.wordpress.org/chiragswadia\">Chirag Swadia</a>, <a href=\"http://profiles.wordpress.org/chouby\">Chouby</a>, <a href=\"http://profiles.wordpress.org/ehg\">Chris Blower</a>, <a href=\"http://profiles.wordpress.org/cmmarslender\">Chris Marslender</a>, <a href=\"http://profiles.wordpress.org/c3mdigital\">Chris Olbekson</a>, <a href=\"http://profiles.wordpress.org/chrisscott\">Chris Scott</a>, <a href=\"http://profiles.wordpress.org/chriseverson\">chriseverson</a>, <a href=\"http://profiles.wordpress.org/chrisguitarguy\">chrisguitarguy</a>, <a href=\"http://profiles.wordpress.org/cfinke\">Christopher Finke</a>, <a href=\"http://profiles.wordpress.org/ciantic\">ciantic</a>, <a href=\"http://profiles.wordpress.org/antorome\">Comparativa de Bancos</a>, <a href=\"http://profiles.wordpress.org/cojennin\">Connor Jennings</a>, <a href=\"http://profiles.wordpress.org/corvannoorloos\">Cor van Noorloos</a>, <a href=\"http://profiles.wordpress.org/corphi\">Corphi</a>, <a href=\"http://profiles.wordpress.org/cramdesign\">cramdesign</a>, <a href=\"http://profiles.wordpress.org/danielbachhuber\">Daniel Bachhuber</a>, <a href=\"http://profiles.wordpress.org/redsweater\">Daniel Jalkut (Red Sweater)</a>, <a href=\"http://profiles.wordpress.org/dannydehaan\">Danny de Haan</a>, <a href=\"http://profiles.wordpress.org/koop\">Daryl Koopersmith</a>, <a href=\"http://profiles.wordpress.org/eightface\">Dave Kellam (eightface)</a>, <a href=\"http://profiles.wordpress.org/dpe415\">DaveE</a>, <a href=\"http://profiles.wordpress.org/davidakennedy\">David A. Kennedy</a>, <a href=\"http://profiles.wordpress.org/davidanderson\">David Anderson</a>, <a href=\"http://profiles.wordpress.org/davidmarichal\">David Marichal</a>, <a href=\"http://profiles.wordpress.org/denis-de-bernardy\">Denis de Bernardy</a>, <a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"http://profiles.wordpress.org/dougwollison\">Doug Wollison</a>, <a href=\"http://profiles.wordpress.org/drewapicture\">Drew Jaynes</a>, <a href=\"http://profiles.wordpress.org/drprotocols\">DrProtocols</a>, <a href=\"http://profiles.wordpress.org/dustyf\">Dustin Filippini</a>, <a href=\"http://profiles.wordpress.org/eatingrules\">eatingrules</a>, <a href=\"http://profiles.wordpress.org/plocha\">edik</a>, <a href=\"http://profiles.wordpress.org/eliorivero\">Elio Rivero</a>, <a href=\"http://profiles.wordpress.org/enej\">enej</a>, <a href=\"http://profiles.wordpress.org/ericlewis\">Eric Andrew Lewis</a>, <a href=\"http://profiles.wordpress.org/ericmann\">Eric Mann</a>, <a href=\"http://profiles.wordpress.org/evarlese\">Erica Varlese</a>, <a href=\"http://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"http://profiles.wordpress.org/ejdanderson\">Evan Anderson</a>, <a href=\"http://profiles.wordpress.org/fahmiadib\">Fahmi Adib</a>, <a href=\"http://profiles.wordpress.org/fboender\">fboender</a>, <a href=\"http://profiles.wordpress.org/frank-klein\">Frank Klein</a>, <a href=\"http://profiles.wordpress.org/garyc40\">Gary Cao</a>, <a href=\"http://profiles.wordpress.org/garyj\">Gary Jones</a>, <a href=\"http://profiles.wordpress.org/pento\">Gary Pendergast</a>, <a href=\"http://profiles.wordpress.org/genkisan\">genkisan</a>, <a href=\"http://profiles.wordpress.org/soulseekah\">Gennady Kovshenin</a>, <a href=\"http://profiles.wordpress.org/georgestephanis\">George Stephanis</a>, <a href=\"http://profiles.wordpress.org/grahamarmfield\">Graham Armfield</a>, <a href=\"http://profiles.wordpress.org/vancoder\">Grant Mangham</a>, <a href=\"http://profiles.wordpress.org/gcorne\">Gregory Cornelius</a>, <a href=\"http://profiles.wordpress.org/tivnet\">Gregory Karpinsky (@tivnet)</a>, <a href=\"http://profiles.wordpress.org/hakre\">hakre</a>, <a href=\"http://profiles.wordpress.org/hanni\">hanni</a>, <a href=\"http://profiles.wordpress.org/helen\">Helen Hou-Sandí</a>, <a href=\"http://profiles.wordpress.org/ippetkov\">ippetkov</a>, <a href=\"http://profiles.wordpress.org/ipstenu\">Ipstenu (Mika Epstein)</a>, <a href=\"http://profiles.wordpress.org/jdgrimes\">J.D. Grimes</a>, <a href=\"http://profiles.wordpress.org/jackreichert\">Jack Reichert</a>, <a href=\"http://profiles.wordpress.org/_jameslee\">jameslee</a>, <a href=\"http://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"http://profiles.wordpress.org/janrenn\">janrenn</a>, <a href=\"http://profiles.wordpress.org/jaycc\">JayCC</a>, <a href=\"http://profiles.wordpress.org/jeffsebring\">Jeff Sebring</a>, <a href=\"http://profiles.wordpress.org/jenmylo\">Jen Mylo</a>, <a href=\"http://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"http://profiles.wordpress.org/jesin\">Jesin A</a>, <a href=\"http://profiles.wordpress.org/jayjdk\">Jesper Johansen (jayjdk)</a>, <a href=\"http://profiles.wordpress.org/jnielsendotnet\">jnielsendotnet</a>, <a href=\"http://profiles.wordpress.org/jartes\">Joan Artes</a>, <a href=\"http://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"http://profiles.wordpress.org/joehoyle\">Joe Hoyle</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"http://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"http://profiles.wordpress.org/johnpbloch\">John P. Bloch</a>, <a href=\"http://profiles.wordpress.org/johnregan3\">John Regan</a>, <a href=\"http://profiles.wordpress.org/duck_\">Jon Cave</a>, <a href=\"http://profiles.wordpress.org/jond3r\">Jonas Bolinder (jond3r)</a>, <a href=\"http://profiles.wordpress.org/joostdevalk\">Joost de Valk</a>, <a href=\"http://profiles.wordpress.org/shelob9\">Josh Pollock</a>, <a href=\"http://profiles.wordpress.org/joshuaabenazer\">Joshua Abenazer</a>, <a href=\"http://profiles.wordpress.org/jstraitiff\">jstraitiff</a>, <a href=\"http://profiles.wordpress.org/juliobox\">Julio Potier</a>, <a href=\"http://profiles.wordpress.org/kopepasah\">Justin Kopepasah</a>, <a href=\"http://profiles.wordpress.org/justinsainton\">Justin Sainton</a>, <a href=\"http://profiles.wordpress.org/kadamwhite\">K.Adam White</a>, <a href=\"http://profiles.wordpress.org/trepmal\">Kailey (trepmal)</a>, <a href=\"http://profiles.wordpress.org/kasparsd\">Kaspars</a>, <a href=\"http://profiles.wordpress.org/ryelle\">Kelly Dwan</a>, <a href=\"http://profiles.wordpress.org/kerikae\">kerikae</a>, <a href=\"http://profiles.wordpress.org/kworthington\">Kevin Worthington</a>, <a href=\"http://profiles.wordpress.org/kpdesign\">Kim Parsell</a>, <a href=\"http://profiles.wordpress.org/kwight\">Kirk Wight</a>, <a href=\"http://profiles.wordpress.org/kitchin\">kitchin</a>, <a href=\"http://profiles.wordpress.org/klihelp\">klihelp</a>, <a href=\"http://profiles.wordpress.org/knutsp\">Knut Sparhell</a>, <a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"http://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"http://profiles.wordpress.org/drozdz\">Krzysiek Drozdz</a>, <a href=\"http://profiles.wordpress.org/lancewillett\">Lance Willett</a>, <a href=\"http://profiles.wordpress.org/leewillis77\">Lee Willis</a>, <a href=\"http://profiles.wordpress.org/lkwdwrd\">lkwdwrd</a>, <a href=\"http://profiles.wordpress.org/lpointet\">lpointet</a>, <a href=\"http://profiles.wordpress.org/ldebrouwer\">Luc De Brouwer</a>, <a href=\"http://profiles.wordpress.org/spmlucas\">Lucas Karpiuk</a>, <a href=\"http://profiles.wordpress.org/mark8barnes\">Mark Barnes</a>, <a href=\"http://profiles.wordpress.org/markjaquith\">Mark Jaquith</a>, <a href=\"http://profiles.wordpress.org/markoheijnen\">Marko Heijnen</a>, <a href=\"http://profiles.wordpress.org/marventus\">Marventus</a>, <a href=\"http://profiles.wordpress.org/iammattthomas\">Matt (Thomas) Miklic</a>, <a href=\"http://profiles.wordpress.org/mjbanks\">Matt Banks</a>, <a href=\"http://profiles.wordpress.org/matt\">Matt Mullenweg</a>, <a href=\"http://profiles.wordpress.org/mboynes\">Matthew Boynes</a>, <a href=\"http://profiles.wordpress.org/mdbitz\">Matthew Denton</a>, <a href=\"http://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"http://profiles.wordpress.org/mattonomics\">mattonomics</a>, <a href=\"http://profiles.wordpress.org/mattyrob\">mattyrob</a>, <a href=\"http://profiles.wordpress.org/matveb\">Matías Ventura</a>, <a href=\"http://profiles.wordpress.org/maxcutler\">Max Cutler</a>, <a href=\"http://profiles.wordpress.org/mcadwell\">mcadwell</a>, <a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"http://profiles.wordpress.org/meloniq\">meloniq</a>, <a href=\"http://profiles.wordpress.org/michael-arestad\">Michael Arestad</a>, <a href=\"http://profiles.wordpress.org/michelwppi\">Michel - xiligroup dev</a>, <a href=\"http://profiles.wordpress.org/mcsf\">Miguel Fonseca</a>, <a href=\"http://profiles.wordpress.org/gradyetc\">Mike Burns</a>, <a href=\"http://profiles.wordpress.org/mikehansenme\">Mike Hansen</a>, <a href=\"http://profiles.wordpress.org/mikemanger\">Mike Manger</a>, <a href=\"http://profiles.wordpress.org/mikeschinkel\">Mike Schinkel</a>, <a href=\"http://profiles.wordpress.org/dh-shredder\">Mike Schroder</a>, <a href=\"http://profiles.wordpress.org/mikecorkum\">mikecorkum</a>, <a href=\"http://profiles.wordpress.org/mitchoyoshitaka\">mitcho (Michael Yoshitaka Erlewine)</a>, <a href=\"http://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"http://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"http://profiles.wordpress.org/mor10\">Morten Rand-Hendriksen</a>, <a href=\"http://profiles.wordpress.org/Nao\">Naoko Takano</a>, <a href=\"http://profiles.wordpress.org/alex-ye\">Nashwan Doaqan</a>, <a href=\"http://profiles.wordpress.org/nendeb55\">nendeb55</a>, <a href=\"http://profiles.wordpress.org/celloexpressions\">Nick Halsey</a>, <a href=\"http://profiles.wordpress.org/nicolealleyinteractivecom\">Nicole Arnold</a>, <a href=\"http://profiles.wordpress.org/nikv\">Nikhil Vimal (NikV)</a>, <a href=\"http://profiles.wordpress.org/nivijah\">Nivi Jah</a>, <a href=\"http://profiles.wordpress.org/nofearinc\">nofearinc</a>, <a href=\"http://profiles.wordpress.org/nunomorgadinho\">Nuno Morgadinho</a>, <a href=\"http://profiles.wordpress.org/olivm\">olivM</a>, <a href=\"http://profiles.wordpress.org/jbkkd\">Omer Korner</a>, <a href=\"http://profiles.wordpress.org/originalexe\">OriginalEXE</a>, <a href=\"http://profiles.wordpress.org/oso96_2000\">oso96_2000</a>, <a href=\"http://profiles.wordpress.org/patricknami\">patricknami</a>, <a href=\"http://profiles.wordpress.org/pbearne\">Paul Bearne</a>, <a href=\"http://profiles.wordpress.org/djpaul\">Paul Gibbs</a>, <a href=\"http://profiles.wordpress.org/paulwilde\">Paul Wilde</a>, <a href=\"http://profiles.wordpress.org/pavelevap\">pavelevap</a>, <a href=\"http://profiles.wordpress.org/westi\">Peter Westwood</a>, <a href=\"http://profiles.wordpress.org/philiparthurmoore\">Philip Arthur Moore</a>, <a href=\"http://profiles.wordpress.org/mordauk\">Pippin Williamson</a>, <a href=\"http://profiles.wordpress.org/nprasath002\">Prasath Nadarajah</a>, <a href=\"http://profiles.wordpress.org/prettyboymp\">prettyboymp</a>, <a href=\"http://profiles.wordpress.org/raamdev\">Raam Dev</a>, <a href=\"http://profiles.wordpress.org/rachelbaker\">rachelbaker</a>, <a href=\"http://profiles.wordpress.org/mauryaratan\">Ram Ratan Maurya</a>, <a href=\"http://profiles.wordpress.org/ramonchiara\">ramonchiara</a>, <a href=\"http://profiles.wordpress.org/ounziw\">Rescuework Support</a>, <a href=\"http://profiles.wordpress.org/rhyswynne\">Rhys Wynne</a>, <a href=\"http://profiles.wordpress.org/ricardocorreia\">Ricardo Correia</a>, <a href=\"http://profiles.wordpress.org/theorboman\">Richard Sweeney</a>, <a href=\"http://profiles.wordpress.org/iamfriendly\">Richard Tape</a>, <a href=\"http://profiles.wordpress.org/richard2222\">richard2222</a>, <a href=\"http://profiles.wordpress.org/rickalee\">Ricky Lee Whittemore</a>, <a href=\"http://profiles.wordpress.org/miqrogroove\">Robert Chapin</a>, <a href=\"http://profiles.wordpress.org/robmiller\">robmiller</a>, <a href=\"http://profiles.wordpress.org/rodrigosprimo\">Rodrigo Primo</a>, <a href=\"http://profiles.wordpress.org/romaimperator\">romaimperator</a>, <a href=\"http://profiles.wordpress.org/roothorick\">roothorick</a>, <a href=\"http://profiles.wordpress.org/ruudjoyo\">ruud@joyo</a>, <a href=\"http://profiles.wordpress.org/ryan\">Ryan Boren</a>, <a href=\"http://profiles.wordpress.org/rmccue\">Ryan McCue</a>, <a href=\"http://profiles.wordpress.org/salcode\">Sal Ferrarello</a>, <a href=\"http://profiles.wordpress.org/otto42\">Samuel Wood (Otto)</a>, <a href=\"http://profiles.wordpress.org/sandyr\">Sandeep</a>, <a href=\"http://profiles.wordpress.org/scottlee\">Scott Lee</a>, <a href=\"http://profiles.wordpress.org/coffee2code\">Scott Reilly</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/greglone\">ScreenfeedFr</a>, <a href=\"http://profiles.wordpress.org/scribu\">scribu</a>, <a href=\"http://profiles.wordpress.org/sdasse\">sdasse</a>, <a href=\"http://profiles.wordpress.org/bootsz\">Sean Butze</a>, <a href=\"http://profiles.wordpress.org/seanchayes\">Sean Hayes</a>, <a href=\"http://profiles.wordpress.org/nessworthy\">Sean Nessworthy</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/shahpranaf\">shahpranaf</a>, <a href=\"http://profiles.wordpress.org/shaunandrews\">Shaun Andrews</a>, <a href=\"http://profiles.wordpress.org/shinichin\">ShinichiN</a>, <a href=\"http://profiles.wordpress.org/pross\">Simon Prosser</a>, <a href=\"http://profiles.wordpress.org/simonwheatley\">Simon Wheatley</a>, <a href=\"http://profiles.wordpress.org/siobhan\">Siobhan</a>, <a href=\"http://profiles.wordpress.org/siobhyb\">Siobhan Bamber (siobhyb)</a>, <a href=\"http://profiles.wordpress.org/sirzooro\">sirzooro</a>, <a href=\"http://profiles.wordpress.org/solarissmoke\">solarissmoke</a>, <a href=\"http://profiles.wordpress.org/sonjanyc\">sonjanyc</a>, <a href=\"http://profiles.wordpress.org/spencerfinnell\">Spencer Finnell</a>, <a href=\"http://profiles.wordpress.org/piontkowski\">Spencer Piontkowski</a>, <a href=\"http://profiles.wordpress.org/stephcook22\">stephcook22</a>, <a href=\"http://profiles.wordpress.org/netweb\">Stephen Edgar</a>, <a href=\"http://profiles.wordpress.org/stephenharris\">Stephen Harris</a>, <a href=\"http://profiles.wordpress.org/sbruner\">Steve Bruner</a>, <a href=\"http://profiles.wordpress.org/stevenkword\">Steven Word</a>, <a href=\"http://profiles.wordpress.org/miyauchi\">Takayuki Miyauchi</a>, <a href=\"http://profiles.wordpress.org/tanner-m\">Tanner Moushey</a>, <a href=\"http://profiles.wordpress.org/tlovett1\">Taylor Lovett</a>, <a href=\"http://profiles.wordpress.org/tbrams\">tbrams</a>, <a href=\"http://profiles.wordpress.org/tobiasbg\">TobiasBg</a>, <a href=\"http://profiles.wordpress.org/tomauger\">Tom Auger</a>, <a href=\"http://profiles.wordpress.org/willmot\">Tom Willmot</a>, <a href=\"http://profiles.wordpress.org/topher1kenobe\">Topher</a>, <a href=\"http://profiles.wordpress.org/topquarky\">topquarky</a>, <a href=\"http://profiles.wordpress.org/zodiac1978\">Torsten Landsiedel</a>, <a href=\"http://profiles.wordpress.org/toru\">Toru</a>, <a href=\"http://profiles.wordpress.org/wpsmith\">Travis Smith</a>, <a href=\"http://profiles.wordpress.org/umeshsingla\">Umesh Kumar</a>, <a href=\"http://profiles.wordpress.org/undergroundnetwork\">undergroundnetwork</a>, <a href=\"http://profiles.wordpress.org/varunagw\">VarunAgw</a>, <a href=\"http://profiles.wordpress.org/wawco\">wawco</a>, <a href=\"http://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"http://profiles.wordpress.org/wokamoto\">wokamoto</a>, <a href=\"http://profiles.wordpress.org/xsonic\">xsonic</a>, <a href=\"http://profiles.wordpress.org/yoavf\">Yoav Farhi</a>, <a href=\"http://profiles.wordpress.org/yurivictor\">Yuri Victor</a>, <a href=\"http://profiles.wordpress.org/zbtirrell\">Zach Tirrell</a>, and <a href=\"http://profiles.wordpress.org/vanillalounge\">Ze Fontainhas</a>. Also thanks to <a href=\"http://michaelpick.wordpress.com/\">Michael Pick</a> for producing the release video.</p>\n<p>If you want to follow along or help out, check out <a href=\"http://make.wordpress.org/\">Make WordPress</a> and our <a href=\"http://make.wordpress.org/core/\">core development blog</a>. Thanks for choosing WordPress. See you soon for version 4.0!</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:45:\"http://wordpress.org/news/2014/04/smith/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:45:\"\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:33:\"WordPress 3.9 Release Candidate 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:68:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-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:77:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-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:\"Tue, 15 Apr 2014 09:47: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:8:\"category\";a:2:{i:0;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:1;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=3151\";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:356:\"The second release candidate for WordPress 3.9 is now available for testing. If you haven’t tested 3.9 yet, you’re running out of time! We made about five dozen changes since the first release candidate, and those changes are all helpfully summarized in our weekly post on the development blog. Probably the biggest fixes are to live […]\";s: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:2273:\"<p>The second release candidate for WordPress 3.9 is now available for testing.</p>\n<p>If you haven’t tested 3.9 yet, you’re running out of time! We made about five dozen changes since the <a title=\"WordPress 3.9 Release Candidate\" href=\"//wordpress.org/news/2014/04/wordpress-3-9-release-candidate/\">first release candidate</a>, and those changes are all helpfully summarized <a href=\"//make.wordpress.org/core/?p=10237\">in our weekly post</a> on the development blog. Probably the biggest fixes are to live widget previews and the new theme browser, along with some extra TinyMCE compatibility and some RTL fixes.</p>\n<p><strong>Plugin authors:</strong> Could you test your plugins against 3.9, and if they’re compatible, make sure they are marked as tested up to 3.9? It only takes a few minutes and this really helps make launch easier. Be sure to follow along the core development blog; we’ve been posting <a href=\"//make.wordpress.org/core/tag/3-9-dev-notes/\">notes for developers for 3.9</a>. (For example: <a href=\"//make.wordpress.org/core/2014/04/15/html5-galleries-captions-in-wordpress-3-9/\">HTML5</a>, <a href=\"//make.wordpress.org/core/2014/04/14/symlinked-plugins-in-wordpress-3-9/\">symlinks</a>, <a href=\"//make.wordpress.org/core/2014/04/07/mysql-in-wordpress-3-9/\">MySQL</a>, <a href=\"//make.wordpress.org/core/2014/04/11/plupload-2-x-in-wordpress-3-9/\">Plupload</a>.)</p>\n<p>To test WordPress 3.9 RC2, try the <a href=\"//wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"//wordpress.org/wordpress-3.9-RC2.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 3.9, visit the nearly complete About screen in your dashboard (<strong><img src=\"//i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png?w=692\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar) and also check out <a title=\"WordPress 3.9 Beta 1\" href=\"//wordpress.org/news/2014/03/wordpress-3-9-beta-1/\">the Beta 1 post</a>.</p>\n<p><em>This is for testing,</em><br />\n<em>so not recommended for<br />\nproduction sites—yet.</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:73:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate-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:3;a:6:{s:4:\"data\";s:42:\"\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:\"WordPress 3.8.3 Maintenance Release\";s:7:\"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/2014/04/wordpress-3-8-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/news/2014/04/wordpress-3-8-3/#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 Apr 2014 19:29: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: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=3145\";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:338:\"WordPress 3.8.3 is now available to fix a small but unfortunate bug in the WordPress 3.8.2 security release. The “Quick Draft” tool on the dashboard screen was broken in the 3.8.2 update. If you tried to use it, your draft would disappear and it wouldn’t save. While we doubt anyone was writing a novella using […]\";s: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:2339:\"<p>WordPress 3.8.3 is now available to fix a small but unfortunate bug in the <a title=\"WordPress 3.8.2 Security Release\" href=\"http://wordpress.org/news/2014/04/wordpress-3-8-2/\">WordPress 3.8.2 security release</a>.</p>\n<p>The “Quick Draft” tool on the dashboard screen was broken in the 3.8.2 update. If you tried to use it, your draft would disappear and it wouldn’t save. While we doubt anyone was writing a novella using this tool, <em>any</em> loss of content is unacceptable to us.</p>\n<p>We recognize how much trust you place in us to safeguard your content, and we take this responsibility very seriously. We’re sorry we let you down.</p>\n<p>We’ve all lost words we’ve written before, like an email thanks to a cat on the keyboard or a term paper to a blue screen of death. Over the last few WordPress releases, we’ve made a number of improvements to features like autosaves and revisions. With revisions, an old edit can always be restored. We’re trying our hardest to save your content somewhere even if your power goes out or your browser crashes. We even monitor your internet connection and prevent you from hitting that “Publish” button at the exact moment the coffee shop Wi-Fi has a hiccup.</p>\n<p>It’s <em>possible</em> that the quick draft you lost last week is still in the database, and just hidden from view. As an added complication, these “discarded drafts” normally get deleted after seven days, and it’s already been six days since the release. If we were able to rescue your draft, you’ll see it on the “All Posts” screen after you update to 3.8.3. (We’ll also be pushing 3.8.3 out as a background update, so you may just see a draft appear.)</p>\n<p>So, if you tried to jot down a quick idea last week, I hope WordPress has recovered it for you. Maybe it’ll turn into that novella.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.8.3</a> or click “Update Now” on Dashboard → Updates.</p>\n<p><em>This affected version 3.7.2 as well, so we’re pushing a 3.7.3 to these installs, but we’d encourage you to update to the latest and greatest.</em></p>\n<hr />\n<p><em>Now for some good news:<br />\nWordPress 3.9 is near.<br />\nExpect it this week</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/2014/04/wordpress-3-8-3/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:45:\"\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:31:\"WordPress 3.9 Release Candidate\";s:7:\"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/2014/04/wordpress-3-9-release-candidate/\";s: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/2014/04/wordpress-3-9-release-candidate/#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, 08 Apr 2014 21:05: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:8:\"category\";a:2:{i:0;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:1;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=3129\";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:338:\"As teased earlier, the first release candidate for WordPress 3.9 is now available for testing! We hope to ship WordPress 3.9 next week, but we need your help to get there. If you haven’t tested 3.9 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.) To test WordPress 3.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: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:2967:\"<p><a href=\"//wordpress.org/news/2014/04/wordpress-3-8-2/\">As teased earlier</a>, the first release candidate for WordPress 3.9 is now available for testing!</p>\n<p>We hope to ship WordPress 3.9 <em>next week</em>, but we need your help to get there. If you haven’t tested 3.9 yet, there’s no time like the present. (Please, not on a production site, unless you’re adventurous.)</p>\n<p>To test WordPress 3.9 RC1, try the <a href=\"//wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"//wordpress.org/wordpress-3.9-RC1.zip\">download the release candidate here</a> (zip). If you’d like to learn more about what’s new in WordPress 3.9, visit the work-in-progress About screen in your dashboard (<strong><img src=\"//i0.wp.com/core.svn.wordpress.org/branches/3.6/wp-content/themes/twentyten/images/wordpress.png?w=692\" alt=\"\" width=\"16\" height=\"16\" /> → About</strong> in the toolbar) and check out <a title=\"WordPress 3.9 Beta 1\" href=\"//wordpress.org/news/2014/03/wordpress-3-9-beta-1/\">the Beta 1 post</a>.</p>\n<p><strong>Think you’ve found a bug? </strong>Please post to the <a href=\"//wordpress.org/support/forum/alphabeta/\">Alpha/Beta area in the support forums</a>. If any known issues come up, you’ll be able to <a href=\"//core.trac.wordpress.org/report/5\">find them here</a>.</p>\n<p><strong>If you’re a plugin author</strong>, there are two important changes in particular to be aware of:</p>\n<ul>\n<li>TinyMCE received a major update, to version 4.0. Any editor plugins written for TinyMCE 3.x might require some updates. (If things broke, we’d like to hear about them so we can make adjustments.) For more, see TinyMCE’s <a href=\"http://www.tinymce.com/wiki.php/Tutorial:Migration_guide_from_3.x\">migration guide</a> and <a href=\"http://www.tinymce.com/wiki.php/api4:index\">API documentation</a>, and the notes on the <a href=\"//make.wordpress.org/core/2014/01/18/tinymce-4-0-is-in-core/\">core development blog</a>.</li>\n<li>WordPress 3.9 now uses the MySQLi Improved extension for sites running PHP 5.5. Any plugins that made direct calls to <code>mysql_*</code> functions will experience some problems on these sites. For more information, see the notes on the <a href=\"//make.wordpress.org/core/2014/04/07/mysql-in-wordpress-3-9/\">core development blog</a>.</li>\n</ul>\n<p>Be sure to follow along the core development blog, where we will be continuing to post <a href=\"//make.wordpress.org/core/tag/3-9-dev-notes/\">notes for developers for 3.9</a>. (For example, read <a href=\"//make.wordpress.org/core/2014/03/27/masonry-in-wordpress-3-9/\">this</a> if you are using Masonry in your theme.) And please, please update your plugin’s <em>Tested up to</em> version in the readme to 3.9 before April 16.</p>\n<p><em>Release candidate<br />\nThis haiku’s the easy one<br />\n3.9 is near</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:71:\"http://wordpress.org/news/2014/04/wordpress-3-9-release-candidate/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:45:\"\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:\"WordPress 3.8.2 Security Release\";s:7:\"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/2014/04/wordpress-3-8-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:59:\"http://wordpress.org/news/2014/04/wordpress-3-8-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:\"Tue, 08 Apr 2014 19:04: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: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=3124\";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:355:\"WordPress 3.8.2 is now available. This is an important security release for all previous versions and we strongly encourage you to update your sites immediately. This releases fixes a weakness that could let an attacker force their way into your site by forging authentication cookies. This was discovered and fixed by Jon Cave of the 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: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:2272:\"<p>WordPress 3.8.2 is now available. This is an important security release for all previous versions and we strongly encourage you to update your sites immediately.</p>\n<p>This releases fixes a weakness that could let an attacker force their way into your site by forging authentication cookies. This was discovered and fixed by <a href=\"http://joncave.co.uk/\">Jon Cave</a> of the WordPress security team.</p>\n<p>It also contains a fix to prevent a user with the Contributor role from improperly publishing posts. Reported by <a href=\"http://edik.ch/\">edik</a>.</p>\n<p>This release also fixes nine bugs and contains three other security hardening changes:</p>\n<ul>\n<li>Pass along additional information when processing pingbacks to help hosts identify potentially abusive requests.</li>\n<li>Fix a low-impact SQL injection by trusted users. Reported by <a href=\"http://www.dxw.com/\">Tom Adams</a> of dxw.</li>\n<li>Prevent possible cross-domain scripting through Plupload, the third-party library WordPress uses for uploading files. Reported by <a href=\"http://szgru.website.pl/\">Szymon Gruszecki</a>.</li>\n</ul>\n<p>We appreciated <a href=\"http://codex.wordpress.org/FAQ_Security\">responsible disclosure</a> of these security issues directly to our security team. For more information on all of the changes, see the <a href=\"http://codex.wordpress.org/Version_3.8.2\">release notes</a> or consult <a href=\"https://core.trac.wordpress.org/log/branches/3.8?rev=28057&stop_rev=27024\">the list of changes</a>.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.8.2</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now.”</p>\n<p>Sites that support automatic background updates will be updated to WordPress 3.8.2 within 12 hours. If you are still on WordPress 3.7.1, you will be updated to 3.7.2, which contains the same security fixes as 3.8.2. We don’t support older versions, so please update to 3.8.2 for the latest and greatest.</p>\n<p>Already testing WordPress 3.9? The first release candidate is <a href=\"https://wordpress.org/wordpress-3.9-RC1.zip\">now available</a> (zip) and it contains these security fixes. Look for a full announcement later today; we expect to release 3.9 next week.</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/2014/04/wordpress-3-8-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:6;a:6:{s:4:\"data\";s:45:\"\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:20:\"WordPress 3.9 Beta 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:55:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-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:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-3/#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, 29 Mar 2014 13:15: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:8:\"category\";a:2:{i:0;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:1;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=3106\";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:373:\"The third (and maybe last) beta of WordPress 3.9 is now available for download. Beta 3 includes more than 200 changes, including: New features like live widget previews and the new theme installer are now more ready for prime time, so check ‘em out. UI refinements when editing images and when working with media in the editor. We’ve also brought […]\";s: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:2668:\"<p>The third (and maybe last) beta of WordPress 3.9 is now available for download.</p>\n<p>Beta 3 includes more than 200 <a href=\"https://core.trac.wordpress.org/log?rev=27850&stop_rev=27639&limit=300\">changes</a>, including:</p>\n<ul>\n<li>New features like live widget previews and the new theme installer are now more ready for prime time, so check ‘em out.</li>\n<li>UI refinements when editing images and when working with media in the editor. We’ve also brought back some of the advanced display settings for images.</li>\n<li>If you want to test out audio and video playlists, the links will appear in the media manager once you’ve uploaded an audio or video file.</li>\n<li>For theme developers, we’ve added HTML5 caption support (<a class=\"reopened ticket\" title=\"task (blessed): HTML5 captions (reopened)\" href=\"https://core.trac.wordpress.org/ticket/26642\">#26642</a>) to match the new gallery support (<a class=\"closed ticket\" title=\"enhancement: HTML5 Galleries (closed: fixed)\" href=\"https://core.trac.wordpress.org/ticket/26697\">#26697</a>).</li>\n<li>The formatting function that turns straight quotes into smart quotes (among other things) underwent some changes to drastically speed it up, so let us know if you see anything weird.</li>\n</ul>\n<p><strong>We need your help</strong>. We’re still aiming for an April release, which means the next week will be critical for identifying and squashing bugs. If you’re just joining us, please see <a href=\"https://wordpress.org/news/2014/03/wordpress-3-9-beta-1/\">the Beta 1 announcement post</a> for what to look out for.</p>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums, where friendly moderators are standing by. <b>Plugin developers</b><strong>,</strong> if you haven’t tested WordPress 3.9 yet, now is the time — and be sure to update the “tested up to” version for your plugins so they’re listed as compatible with 3.9.</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 3.9, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.9-beta3.zip\">download the beta here</a> (zip).</p>\n<p><em>WordPress 3.9<br />\nLet’s make the date official<br />\nIt’s April 16</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:60:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-3/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:45:\"\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:20:\"WordPress 3.9 Beta 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:55:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-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:64:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-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:\"Thu, 20 Mar 2014 05:01: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:8:\"category\";a:2:{i:0;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:1;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=3101\";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:309:\"WordPress 3.9 Beta 2 is now available for testing! We’ve made more than a hundred changes since Beta 1, but we still need your help if we’re going to hit our goal of an April release. For what to look out for, please head on over to the Beta 1 announcement post. Some of the changes 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: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:1901:\"<p>WordPress 3.9 Beta 2 is now available for testing!</p>\n<p>We’ve made more than a hundred <a href=\"https://core.trac.wordpress.org/log?rev=27639&stop_rev=27500&limit=200\">changes</a> since Beta 1, but we still need your help if we’re going to hit our goal of an April release. For what to look out for, please head on over to <a href=\"https://wordpress.org/news/2014/03/wordpress-3-9-beta-1/\">the Beta 1 announcement post</a>. Some of the changes in Beta 2 include:</p>\n<ul>\n<li>Rendering of embedded audio and video players directly in the visual editor.</li>\n<li>Visual and functional improvements to the editor, the media manager, and theme installer.</li>\n<li>Various bug fixes to TinyMCE, the software behind the visual editor.</li>\n<li>Lots of fixes to widget management in the theme customizer.</li>\n</ul>\n<p>As always,<strong> if you think you’ve found a bug</strong>, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. Or, if you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=3.9\">everything we’ve fixed</a> so far.</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 3.9, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.9-beta2.zip\">download the beta here</a> (zip).</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:60:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-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:8;a:6:{s:4:\"data\";s:45:\"\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:20:\"WordPress 3.9 Beta 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:55:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-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:64:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-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, 11 Mar 2014 13:42: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:8:\"category\";a:2:{i:0;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:1;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=3083\";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:\"I’m excited to announce that the first beta of WordPress 3.9 is now available for testing. WordPress 3.9 is due out next month — but in order to hit that goal, we need your help testing all of the goodies we’ve added: We updated TinyMCE, the software powering the visual editor, to the latest version. […]\";s: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:6065:\"<p>I’m excited to announce that the <strong>first beta of WordPress 3.9</strong> is now available for testing.</p>\n<p>WordPress 3.9 is due out next month — but in order to hit that goal, <strong>we need your help</strong> testing all of the goodies we’ve added:</p>\n<ul>\n<li>We updated TinyMCE, the software powering the visual editor, to the latest version. Be on the lookout for cleaner markup. Also try the new paste handling — if you paste in a block of text from Microsoft Word, for example, it will no longer come out terrible. (The “Paste from Word” button you probably never noticed has been removed.) It’s possible some plugins that added stuff to the visual editor (like a new toolbar button) no longer work, so we’d like to hear about them (<a href=\"https://core.trac.wordpress.org/ticket/24067\">#24067</a>). (And be sure to <a href=\"http://wordpress.org/support/\">open a support thread</a> for the plugin author.)</li>\n<li>We’ve added <strong>widget management to live previews</strong> (the customizer). Please test editing, adding, and rearranging widgets! (<a href=\"https://core.trac.wordpress.org/ticket/27112\">#27112</a>) We’ve also added the ability to upload, crop, and manage header images, without needing to leave the preview. (<a href=\"https://core.trac.wordpress.org/ticket/21785\">#21785</a>)</li>\n<li>We brought 3.8′s beautiful new theme browsing experience to the <strong>theme installer</strong>. Check it out! (<a title=\"View ticket\" href=\"https://core.trac.wordpress.org/ticket/27055\">#27055</a>)</li>\n<li><strong>Galleries</strong> now receive a live preview in the editor. Upload some photos and insert a gallery to see this in action. (<a href=\"https://core.trac.wordpress.org/ticket/26959\">#26959</a>)</li>\n<li>You can now <strong>drag-and-drop</strong> images directly onto the editor to upload them. It can be a bit finicky, so try it and help us work out the kinks. (<a href=\"https://core.trac.wordpress.org/ticket/19845\">#19845</a>)</li>\n<li>Some things got improved around <strong>editing images</strong>. It’s a lot easier to make changes to an image after you insert it into a post (<a class=\"closed\" title=\"View ticket\" href=\"https://core.trac.wordpress.org/ticket/24409\">#24409</a>) and you no longer get kicked to a new window when you need to crop or rotate an image (<a href=\"https://core.trac.wordpress.org/ticket/21811\">#21811</a>).</li>\n<li>New <strong>audio/video playlists</strong>. Upload a few audio or video files to test these. (<a href=\"https://core.trac.wordpress.org/ticket/26631\">#26631</a>)</li>\n</ul>\n<p><strong>If you think you’ve found a bug</strong>, you can post to the <a href=\"http://wordpress.org/support/forum/alphabeta\">Alpha/Beta area</a> in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, <a href=\"https://make.wordpress.org/core/reports/\">file one on the WordPress Trac</a>. There, you can also find <a href=\"http://core.trac.wordpress.org/tickets/major\">a list of known bugs</a> and <a href=\"http://core.trac.wordpress.org/query?status=closed&group=component&milestone=3.9\">everything we’ve fixed</a> so far.</p>\n<p><strong>This software is still in development,</strong> so we don’t recommend you run it on a production site. Consider setting up a test site just to play with the new version. To test WordPress 3.9, try the <a href=\"http://wordpress.org/extend/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin (you’ll want “bleeding edge nightlies”). Or you can <a href=\"http://wordpress.org/wordpress-3.9-beta1.zip\">download the beta here</a> (zip).</p>\n<hr />\n<p><strong>DEVELOPERS!</strong> Hello! There’s lots for you, too.</p>\n<p><strong>Please test your plugins and themes!</strong> There’s a lot of great stuff under the hood in 3.9 and we hope to blog a bit about them in the coming days. If you haven’t been reading the awesome <a href=\"http://make.wordpress.org/core/tag/week-in-core/\">weekly summaries</a> on the <a href=\"http://make.wordpress.org/core/\">main core development blog</a>, that’s a great place to start. (You should definitely follow that blog.) For now, here are some things to watch out for when testing:</p>\n<ul>\n<li>The <strong>load process in multisite</strong> got rewritten. If you notice any issues with your network, see <a href=\"https://core.trac.wordpress.org/ticket/27003\">#27003</a>.</li>\n<li>We now use the <strong>MySQL Improved (mysqli) database extension</strong> if you’re running a recent version of PHP (<a href=\"https://core.trac.wordpress.org/ticket/21663\">#21663</a>). Please test your plugins and see that everything works well, and please make sure you’re not calling <code>mysql_*</code> functions directly.</li>\n<li><strong>Autosave</strong> was refactored, so if you see any issues related to autosaving, heartbeat, etc., let us know (<a href=\"https://core.trac.wordpress.org/ticket/25272\">#25272</a>).</li>\n<li>Library updates, in particular Backbone 1.1 and Underscore 1.6 (<a href=\"https://core.trac.wordpress.org/ticket/26799\">#26799</a>). Also Masonry 3 (<a href=\"https://core.trac.wordpress.org/ticket/25351\">#25351</a>), PHPMailer (<a href=\"https://core.trac.wordpress.org/ticket/25560\">#25560</a>), Plupload (<a href=\"https://core.trac.wordpress.org/ticket/25663\">#25663</a>), and TinyMCE (<a href=\"https://core.trac.wordpress.org/ticket/24067\">#24067</a>).</li>\n<li>TinyMCE 4.0 is a <em>major</em> update. Please see TinyMCE’s <a href=\"http://www.tinymce.com/wiki.php/Tutorial:Migration_guide_from_3.x\">upgrade guide</a> and our <a href=\"https://core.trac.wordpress.org/ticket/24067\">implementation ticket</a> for more. If you have any questions or problems, please <a href=\"http://wordpress.org/support/forum/alphabeta\">open a thread in the support forums</a>.</li>\n</ul>\n<p>Happy testing!</p>\n<p><em><em>Lots of improvements<br />\nLittle things go a long way</em><br />\nPlease test beta one<br />\n</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:60:\"http://wordpress.org/news/2014/03/wordpress-3-9-beta-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:9;a:6:{s:4:\"data\";s:42:\"\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:\"WordPress 3.8.1 Maintenance Release\";s:7:\"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/2014/01/wordpress-3-8-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/2014/01/wordpress-3-8-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:\"Thu, 23 Jan 2014 20:37: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: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=3063\";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 six weeks and more than 9.3 million downloads of WordPress 3.8, we’re pleased to announce WordPress 3.8.1 is now available. Version 3.8.1 is a maintenance releases that addresses 31 bugs in 3.8, including various fixes and improvements for the new dashboard design and new themes admin screen. An issue with taxonomy queries in WP_Query […]\";s: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:3809:\"<p>After six weeks and more than <a href=\"http://wordpress.org/download/counter/\">9.3 million downloads</a> of WordPress 3.8, we’re pleased to announce WordPress 3.8.1 is now available.</p>\n<p>Version 3.8.1 is a maintenance releases that addresses 31 bugs in 3.8, including various fixes and improvements for the new dashboard design and new themes admin screen. An issue with taxonomy queries in WP_Query was resolved. And if you’ve been frustrated by submit buttons that won’t do anything when you click on them (or thought you were going crazy, like some of us), we’ve found and fixed this “dead zone” on submit buttons.</p>\n<p>It also contains a fix for <strong>embedding tweets</strong> (by placing the URL to the tweet on its own line), which was broken due to a recent Twitter API change. (For more on Embeds, see <a href=\"http://codex.wordpress.org/Embeds\">the Codex</a>.)</p>\n<p>For a full list of changes, consult the <a href=\"http://core.trac.wordpress.org/query?milestone=3.8.1\">list of tickets</a> and <a href=\"https://core.trac.wordpress.org/log/branches/3.8?rev=27018&stop_rev=26862\">the changelog</a>. There’s also a <a href=\"http://make.wordpress.org/core/2014/01/22/wordpress-3-8-1-release-candidate/\">detailed summary</a> for developers on the development blog.</p>\n<p>If you are one of the millions already running WordPress 3.8, we will start rolling out automatic background updates for WordPress 3.8.1 in the next few hours. For sites <a href=\"http://wordpress.org/plugins/background-update-tester/\">that support them</a>, of course.</p>\n<p><a href=\"http://wordpress.org/download/\">Download WordPress 3.8.1</a> or venture over to <strong>Dashboard → Updates</strong> and simply click “Update Now.”</p>\n<p>Thanks to all of these fine individuals for contributing to 3.8.1:</p>\n<p><a href=\"http://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"http://profiles.wordpress.org/collinsinternet\">Allan Collins</a>, <a href=\"http://profiles.wordpress.org/nacin\">Andrew Nacin</a>, <a href=\"http://profiles.wordpress.org/azaozz\">Andrew Ozz</a>, <a href=\"http://profiles.wordpress.org/aubreypwd\">Aubrey Portwood</a>, <a href=\"http://profiles.wordpress.org/empireoflight\">Ben Dunkle</a>, <a href=\"http://profiles.wordpress.org/cojennin\">Connor Jennings</a>, <a href=\"http://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"http://profiles.wordpress.org/ocean90\">Dominik Schilling</a>, <a href=\"http://profiles.wordpress.org/fboender\">fboender</a>, <a href=\"http://profiles.wordpress.org/avryl\">Janneke Van Dorpe</a>, <a href=\"http://profiles.wordpress.org/janrenn\">janrenn</a>, <a href=\"http://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"http://profiles.wordpress.org/johnbillion\">John Blackbourn</a>, <a href=\"#\">José Pino</a>, <a href=\"http://profiles.wordpress.org/kovshenin\">Konstantin Kovshenin</a>, <a href=\"http://profiles.wordpress.org/matveb\">Matias Ventura</a>, <a href=\"http://profiles.wordpress.org/mattheu\">Matthew Haines-Young</a>, <a href=\"http://profiles.wordpress.org/iammattthomas\">Matt Thomas</a>, <a href=\"http://profiles.wordpress.org/melchoyce\">Mel Choyce</a>, <a href=\"http://profiles.wordpress.org/batmoo\">Mohammad Jangda</a>, <a href=\"http://profiles.wordpress.org/morganestes\">Morgan Estes</a>, <a href=\"http://profiles.wordpress.org/nivijah\">nivijah</a>, <a href=\"http://profiles.wordpress.org/wonderboymusic\">Scott Taylor</a>, <a href=\"http://profiles.wordpress.org/sergeybiryukov\">Sergey Biryukov</a>, <a href=\"http://profiles.wordpress.org/undergroundnetwork\">undergroundnetwork</a>, and <a href=\"http://profiles.wordpress.org/yurivictor\">Yuri Victor</a>.</p>\n<p><em>WordPress three eight one<br />\nWe heard you didn’t like bugs<br />\nSo we took them out</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/2014/01/wordpress-3-8-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:\"\";}}}}}}}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:\"Thu, 29 May 2014 04:49:12 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:\"Thu, 08 May 2014 18:40:58 GMT\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20140410091733\";}','no'),(1578,'_transient_feed_mod_b9388c83948825c1edaef0d856b7b109','1401338954','no'),(1323,'widget_contact','a:2:{i:2;a:6:{s:5:\"title\";s:10:\"Contact Us\";s:7:\"address\";s:120:\"G 4, 1st Cross Street,SIPCOT IT Park<br /> Rajiv Gandhi Salai (OMR),Siruseri, Navalur,<br /> Chennai, TN - 603 103,India\";s:5:\"phone\";s:16:\"+91 44 4741 5600\";s:3:\"fax\";s:16:\"+91 44 4741 5601\";s:5:\"email\";s:14:\"info@fss.co.in\";s:3:\"web\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(1164,'_site_transient_timeout_browser_29b40f21f2d9eeb05784514a1981eb17','1400043749','yes'),(1165,'_site_transient_browser_29b40f21f2d9eeb05784514a1981eb17','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"34.0.1847.131\";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:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(858,'db_upgraded','','yes'),(860,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-3.9.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-3.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-3.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-3.9.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"3.9.1\";s:7:\"version\";s:5:\"3.9.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.8\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-3.9.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-3.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-3.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-3.9.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"3.9.1\";s:7:\"version\";s:5:\"3.9.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.8\";s:15:\"partial_version\";s:0:\"\";}i:2;O:8:\"stdClass\":10:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-3.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-3.9.zip\";s:10:\"no_content\";b:0;s:11:\"new_bundled\";b:0;s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:3:\"3.9\";s:7:\"version\";s:3:\"3.9\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"3.8\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1403249557;s:15:\"version_checked\";s:5:\"3.8.3\";s:12:\"translations\";a:0:{}}','yes'),(1710,'_site_transient_timeout_theme_roots','1403251356','yes'),(1711,'_site_transient_theme_roots','a:4:{s:7:\"inovado\";s:7:\"/themes\";s:14:\"twentyfourteen\";s:7:\"/themes\";s:14:\"twentythirteen\";s:7:\"/themes\";s:12:\"twentytwelve\";s:7:\"/themes\";}','yes'),(1330,'_site_transient_timeout_browser_cdd9bb9381c4c4ef67c3954a553de46b','1400734231','yes'),(1331,'_site_transient_browser_cdd9bb9381c4c4ef67c3954a553de46b','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"34.0.1847.131\";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:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1713,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1403249559;s:7:\"checked\";a:15:{s:30:\"advanced-custom-fields/acf.php\";s:5:\"4.3.4\";s:19:\"akismet/akismet.php\";s:5:\"2.5.9\";s:35:\"cf-post-formats/cf-post-formats.php\";s:3:\"1.1\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"3.7.2\";s:37:\"export-user-data/export-user-data.php\";s:5:\"0.8.3\";s:24:\"flexslider/wooslider.php\";s:5:\"1.0.8\";s:9:\"hello.php\";s:3:\"1.6\";s:35:\"login-with-ajax/login-with-ajax.php\";s:5:\"3.1.2\";s:29:\"news-manager/news-manager.php\";s:5:\"1.0.4\";s:37:\"post-types-order/post-types-order.php\";s:5:\"1.6.8\";s:38:\"recent-tweets-widget/recent-tweets.php\";s:3:\"1.3\";s:43:\"register-plus-redux/register-plus-redux.php\";s:6:\"3.9.10\";s:23:\"revslider/revslider.php\";s:6:\"3.0.95\";s:39:\"search-everything/search-everything.php\";s:3:\"8.0\";s:37:\"user-role-editor/user-role-editor.php\";s:4:\"4.11\";}s:8:\"response\";a:7:{s:30:\"advanced-custom-fields/acf.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"21367\";s:4:\"slug\";s:22:\"advanced-custom-fields\";s:6:\"plugin\";s:30:\"advanced-custom-fields/acf.php\";s:11:\"new_version\";s:5:\"4.3.8\";s:3:\"url\";s:53:\"https://wordpress.org/plugins/advanced-custom-fields/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/advanced-custom-fields.zip\";}s:19:\"akismet/akismet.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:2:\"15\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"3.0.0\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.3.0.0.zip\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"790\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"3.8.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.3.8.1.zip\";}s:37:\"export-user-data/export-user-data.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"43178\";s:4:\"slug\";s:16:\"export-user-data\";s:6:\"plugin\";s:37:\"export-user-data/export-user-data.php\";s:11:\"new_version\";s:5:\"0.9.4\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/export-user-data/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/export-user-data.0.9.4.zip\";}s:29:\"news-manager/news-manager.php\";O:8:\"stdClass\":7:{s:2:\"id\";s:5:\"44648\";s:4:\"slug\";s:12:\"news-manager\";s:6:\"plugin\";s:29:\"news-manager/news-manager.php\";s:11:\"new_version\";s:5:\"1.0.6\";s:14:\"upgrade_notice\";s:44:\"New: Added 3 Ajax Calendar widget CSS styles\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/news-manager/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/news-manager.1.0.6.zip\";}s:39:\"search-everything/search-everything.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:3:\"269\";s:4:\"slug\";s:17:\"search-everything\";s:6:\"plugin\";s:39:\"search-everything/search-everything.php\";s:11:\"new_version\";s:5:\"8.1.2\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/search-everything/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/search-everything.8.1.2.zip\";}s:37:\"user-role-editor/user-role-editor.php\";O:8:\"stdClass\":6:{s:2:\"id\";s:5:\"13697\";s:4:\"slug\";s:16:\"user-role-editor\";s:6:\"plugin\";s:37:\"user-role-editor/user-role-editor.php\";s:11:\"new_version\";s:6:\"4.14.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/user-role-editor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/user-role-editor.zip\";}}s:12:\"translations\";a:0:{}}','yes'),(996,'_site_transient_timeout_browser_2a127b05462b754608540af808c7108d','1399350499','yes'),(997,'_site_transient_browser_2a127b05462b754608540af808c7108d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"28.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1577,'_transient_timeout_feed_mod_b9388c83948825c1edaef0d856b7b109','1401382154','no'),(1575,'_transient_timeout_feed_b9388c83948825c1edaef0d856b7b109','1401382154','no'),(1576,'_transient_feed_b9388c83948825c1edaef0d856b7b109','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:44:\"http://wordpress.org/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:\"Thu, 29 May 2014 04:25: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: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:24:\"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:48:\"http://wordpress.org/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:35:\"23862@http://wordpress.org/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:9:\"Tim Moore\";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:14:\"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:54:\"http://wordpress.org/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:34:\"2141@http://wordpress.org/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:19:\"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:63:\"http://wordpress.org/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:33:\"132@http://wordpress.org/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:5:\"Arnee\";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:22:\"WordPress SEO by Yoast\";s:7:\"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/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:34:\"8321@http://wordpress.org/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:131:\"Improve your WordPress SEO: Write better content and have a fully optimized WordPress site using the WordPress SEO plugin by Yoast.\";s: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:7:\"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:45:\"http://wordpress.org/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:32:\"15@http://wordpress.org/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: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:15:\"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:55:\"http://wordpress.org/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:34:\"1169@http://wordpress.org/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:121:\"The most popular WordPress gallery plugin and one of the most popular plugins of all time with over 10 million downloads.\";s: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:33:\"WooCommerce - excelling eCommerce\";s:7:\"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/plugins/woocommerce/#post-29860\";s: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, 05 Sep 2011 08:13: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:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"29860@http://wordpress.org/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:\"WooCommerce is a powerful, extendable eCommerce plugin that helps you sell anything. Beautifully.\";s: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:\"WooThemes\";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:20:\"MailPoet Newsletters\";s:7:\"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/plugins/wysija-newsletters/#post-32629\";s: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 Dec 2011 17:09: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:35:\"32629@http://wordpress.org/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:94:\"Send newsletters, post notifications or autoresponders from WordPress easily, and beautifully.\";s: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:\"MailPoet Staff\";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:18:\"Wordfence 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"http://wordpress.org/plugins/wordfence/#post-29832\";s: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, 04 Sep 2011 03:13: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:35:\"29832@http://wordpress.org/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:137:\"Wordfence Security is a free enterprise class security and performance plugin that makes your site up to 50 times faster and more secure.\";s: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:\"Wordfence\";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:18:\"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:59:\"http://wordpress.org/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:35:\"18101@http://wordpress.org/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: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:46:\"iThemes Security (formerly Better WP 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:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"http://wordpress.org/plugins/better-wp-security/#post-21738\";s: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 22:06: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:35:\"21738@http://wordpress.org/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:63:\"The easiest, most effective way to secure WordPress in 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:\"Chris Wiegman\";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:19:\"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:58:\"http://wordpress.org/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:33:\"753@http://wordpress.org/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:126:\"All in One SEO Pack is a WordPress SEO plugin to automatically optimize your WordPress blog for Search Engines such as 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:\"\";}}}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: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:21:\"WPtouch Mobile 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:47:\"http://wordpress.org/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:34:\"5468@http://wordpress.org/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:63:\"Create a slick mobile WordPress website with just a few clicks.\";s: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: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:16:\"TinyMCE Advanced\";s:7:\"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/plugins/tinymce-advanced/#post-2082\";s: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, 27 Jun 2007 15:00: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:34:\"2082@http://wordpress.org/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:\"Enables the advanced features of TinyMCE, the WordPress WYSIWYG 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:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Andrew Ozz\";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:46:\"UpdraftPlus - WordPress Backup and Restoration\";s:7:\"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/plugins/updraftplus/#post-38058\";s: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 May 2012 15:14: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:35:\"38058@http://wordpress.org/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:\"Easy and complete backups + restoration. Manual or automated backups (backup to S3, Dropbox, Google Drive, Rackspace, FTP, SFTP, email + others).\";s: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:\"David Anderson\";s: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:45:\"http://wordpress.org/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:10:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 29 May 2014 04:49:13 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:7:\"expires\";s:29:\"Thu, 29 May 2014 05:00:51 GMT\";s:13:\"cache-control\";s:0:\"\";s:6:\"pragma\";s:0:\"\";s:13:\"last-modified\";s:31:\"Thu, 29 May 2014 04:25:51 +0000\";s:4:\"x-nc\";s:11:\"HIT lax 250\";}s:5:\"build\";s:14:\"20140410091733\";}','no'),(1579,'_transient_timeout_plugin_slugs','1401429544','no'),(1580,'_transient_plugin_slugs','a:15:{i:0;s:30:\"advanced-custom-fields/acf.php\";i:1;s:19:\"akismet/akismet.php\";i:2;s:35:\"cf-post-formats/cf-post-formats.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:37:\"export-user-data/export-user-data.php\";i:5;s:24:\"flexslider/wooslider.php\";i:6;s:9:\"hello.php\";i:7;s:35:\"login-with-ajax/login-with-ajax.php\";i:8;s:29:\"news-manager/news-manager.php\";i:9;s:37:\"post-types-order/post-types-order.php\";i:10;s:38:\"recent-tweets-widget/recent-tweets.php\";i:11;s:43:\"register-plus-redux/register-plus-redux.php\";i:12;s:23:\"revslider/revslider.php\";i:13;s:39:\"search-everything/search-everything.php\";i:14;s:37:\"user-role-editor/user-role-editor.php\";}','no'),(1573,'_transient_timeout_feed_mod_867bd5c64f85878d03a060509cd2f92c','1401382154','no'),(1574,'_transient_feed_mod_867bd5c64f85878d03a060509cd2f92c','1401338954','no'),(1581,'_transient_timeout_dash_4077549d03da2e451c8b5f002294ff51','1401382155','no'),(1582,'_transient_dash_4077549d03da2e451c8b5f002294ff51','<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wordpress.org/news/2014/05/wordpress-3-9-1/\' title=\'After three weeks and more than 9 million downloads of WordPress 3.9, we’re pleased to announce that WordPress 3.9.1 is now available. This maintenance release fixes 34 bugs in 3.9, including numerous fixes for multisite networks, customizing widgets while previewing themes, and the updated visual editor. We’ve also made some improvements to the new audio/video […]\'>WordPress 3.9.1 Maintenance Release</a> <span class=\"rss-date\">May 8, 2014</span><div class=\'rssSummary\'>After three weeks and more than 9 million downloads of WordPress 3.9, we’re pleased to announce that WordPress 3.9.1 is now available. This maintenance release fixes 34 bugs in 3.9, including numerous fixes for multisite networks, customizing widgets while previewing themes, and the updated visual editor. We’ve also made some improvements to the new audio/vi […]</div></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'http://wptavern.com/this-week-on-wpweekly-the-ceo-of-varsity-news-network-ryan-vaughn?utm_source=rss&utm_medium=rss&utm_campaign=this-week-on-wpweekly-the-ceo-of-varsity-news-network-ryan-vaughn\' title=\'This Friday at 3P.M. Eastern on WordPress Weekly, we’ll be joined by Ryan Vaughn, CEO of Varsity News Network, to discuss how the company is utilizing WordPress to become the ESPN of high school sports. Using a custom designed theme, VNN provides more than 350 high schools across the country a website to publish informational events, schedules, and scores. VNN increases exposure and recognition for high school athletes, and empowers students interested in media to gain experience in the field. The company recently received $3M in venture capital funding to help scale the service nationwide. Take a look at the list of partner schools to see example websites using the VNN platform. If you have any questions about the service, submit them in the comments below.\'>WPTavern: This Week On WPWeekly: The CEO Of Varsity News Network, Ryan Vaughn</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/json-rest-api-slated-for-wordpress-4-1-release?utm_source=rss&utm_medium=rss&utm_campaign=json-rest-api-slated-for-wordpress-4-1-release\' title=\'WordPress core contributors came to a consensus today during the development meeting regarding the immediate future of the JSON REST API project. Ryan McCue and his team released version 1.0 over the weekend and have been pushing hard for it to be ready for the upcoming 4.0 release. When I spoke with McCue yesterday about the API’s readiness for 4.0, he said, “At this point, the API is considered feature complete. The upcoming 1.1 release is going to be heavily focused on testing and documentation, plus some general bug fixing as per usual. Moving forward, we’ll basically just be building out new features as needed.” The discussion today resulted in an agreement to put the WP API project on the 4.1 roadmap, as it still hasn’t received the requisite testing and real-world exposure that core contributors would like to see before giving it the green light. “I think it’s ‘ready’ for use, which is exciting,” Nacin said, when weighing in on the API during the meeting. “Now we just have to get it ready for the next five years and 22% of the internet.” Nacin suggested putting it squarely on the 4.1 roadmap with hopes of attracting more core contributors for the final mile. Although everyone is excited about having this new API in core, it’s an addition that all agreed is worthy of stronger core feedback before pushing it forward. The WP API in the Wild Meanwhile, more real-world examples of the API in use are popping up. Eric Andrew Lewis, a web developer for the New York Times, remarked, “We’re implementing it as of yesterday because it’s stable now.” K. Adam White also commented on the most recent make.wordpress.org update to report that his team is already making use of the API at Bocoup. We’re using the API as the content backend for an in-development Node.js website and several single-page applications; nothing I can share publicly yet, but the API project was the tipping point that let me convince my colleagues that WordPress was a suitable backend for a non-PHP application. We’re really excited about the work we’re doing and I look forward to sharing it later in the year. Although McCue feels that the API is ready for WordPress 4.0, those present at the development meeting agreed that more eyes and testers will help to ensure that the API enters core in a more robust state. How WordPress Plugin and Theme Developers Can Help Test the WP API photo credit: shenamt – cc WordPress developers are already doing some exciting things, such as creating plugins based on the API, i.e. the BuddyPress JSON API and the Pods JSON API that emerged shortly after 1.0 was released. McCue believes that finding your own special interest is a good way to join in testing the API: Contributing to a large project like WordPress core or the API isn’t always the easiest thing to do; these projects have certain rules and standards that can be annoying to have to deal with. The API is very much structured as the base for developers to build off, and it’s always much easier building with something you know, so I think finding something you’re familiar with and trying to integrate that with the API is a great way to both learn it, and help us test it out. McCue is also keen to get WordPress theme developers testing the API with their projects, using the project’s Javascript library. “We’ve tried to design this so that even frontend developers with minimal knowledge of WordPress can go out and start creating, and those with WP knowledge can feel at home,” he said. During the development meeting McCue was asked about the advantages of theming with the API vs. calling the database through conventional (PHP) means. “You can do nice stuff like loading new content without a full page load,” he said. “And because of WP API’s internal reusability, you can also render it server side with practically the same code.” Others chimed in that lazy loading, AJAX calls, infinite scroll and the like will be much easier to implement with the new API. “The biggest effect I think the REST API will have is in opening up this data to other developers, including plugin and theme developers,” McCue said. “We’re increasingly seeing more advanced front ends, including Theme Foundry’s Collections theme, P2 and the upcoming o2, and sites like Quartz, and WP API will enable these sorts of sites to be built much quicker.” In the past, these sorts of projects were extraordinarily unique endeavors that required a great deal of effort to build. With the JSON REST API finally added to WordPress core, the platform will be more open to unique use cases. “The API will enable front end developers to build themes on WordPress without needing to know PHP or many of WP’s quirks,” McCue said. “I believe it will really open up WordPress as a framework that’s easily accessible to everyone.” As the project stands today, the team is working towards making improvements that will ensure the API’s readiness for WordPress 4.1. If you have feedback to add from working with version 1.0 or would like to contribute to the project, join the WP API Team Tuesdays in the #wordpress-dev channel on IRC at 00:00 UTC.\'>WPTavern: JSON REST API Slated For WordPress 4.1 Release</a></li><li><a class=\'rsswidget\' href=\'http://wptavern.com/wordpress-com-security-vulnerability-stirs-debate-over-responsible-disclosure?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-com-security-vulnerability-stirs-debate-over-responsible-disclosure\' title=\'Late last week, Yan Zhu, a Staff Technologist for the Electronic Frontier Foundation publicly disclosed a security vulnerability she discovered with WordPress.com and how it handles cookies. More specifically, she discovered the “wordpress_logged_in” cookie being sent in the clear to a WordPress authentication endpoint. She was able to use the authenticated cookie to publish blog posts, view private posts, post comments on others blogs, see their stats, and related administrative tasks that didn’t require logging in a second time. photo credit: Pedro Vezini – cc Zhu contacted security@automattic.com and security@wordpress.org as the directions say to within the WordPress core handbook. Within 24 hours of notifying Automattic, Zhu publicly disclosed the vulnerability on her blog. The information was picked up by Ars Technica resulting in millions of readers finding out about the security issue before a fix was available. What was once a good deed is now an example of irresponsible disclosure. According to Wikipedia, responsible disclosure is defined as: A computer security term describing a vulnerability disclosure model. It is like full disclosure, with the addition that all stakeholders agree to allow a period of time for the vulnerability to be patched before publishing the details. Developers of hardware and software often require time and resources to repair their mistakes. When asked why she didn’t give Automattic more time, Zhu responded: However, in this case, I believe that 24hrs was a fair amount of time. The main reason is that SSL support nowadays is widely accepted as the bare *minimum* security guarantee that a website should provide for users’ private information, and this is essentially a bug in WordPress’s SSL support. “Only send auth info over SSL” has been the most basic security recommendation to website operators for the last 15+ years. Although Automattic states they’ll try to contact the reporter within 24 hours, I’d give them at least 72. The WordPress core handbook states that in all cases, you should not publish the details. The Automattic submission form states, “If you happen to find a security vulnerability in one of our services, we would appreciate letting us know before disclosing the issue publicly.” Perhaps the Automattic submission form should also request that reporters not publish the details. When Disclosure Becomes Irresponsible Any time a security vulnerability is disclosed before it’s fixed within a reasonable time frame, it’s irresponsible disclosure. Of course, what is a reasonable time frame is subjective but common sense dictates at least 3-5 days to hear a response back. Besides, they have to verify and duplicate the report in order to come up with a fix. Even if the issue is already known to attackers or is easy to find, it doesn’t make it ok to publicize it through the media. These types of actions fan the flames and make the reporter look like the bad person. When it comes to how long of a time frame is acceptable before going to the public, everyone likely has a different answer. It also depends on what has gone on behind the scenes. For instance, when was it reported and when did the company respond back? Did they promise a fix but haven’t released it in months? In rare instances, publicizing a vulnerability is the only way to get a company to act but should be treated as the nuclear option. In the comments of Zhu’s article, Matt Mullenweg thanked her for the report with a request that she allow more time for Automattic to act. Thank you very much for finding and investigating this problem. If there’s a next time, I would definitely appreciate it if you gave us a few days more next time to protect users before it’s public. Do you think Zhu is in the wrong for publishing details of the security issue too soon or was 24 hours enough time for Automattic to implement a fix? If you discovered a security vulnerability and reported it to the vendor, what would need to happen to convince you that publicizing is the only way to get it fixed?\'>WPTavern: WordPress.com Security Vulnerability Stirs Debate Over Responsible Disclosure</a></li></ul></div><div class=\"rss-widget\"><ul><li class=\'dashboard-news-plugin\'><span>Popular Plugin:</span> <a href=\'http://wordpress.org/plugins/wysija-newsletters/\' class=\'dashboard-news-plugin-link\'>MailPoet Newsletters</a></h5> <span>(<a href=\'plugin-install.php?tab=plugin-information&plugin=wysija-newsletters&_wpnonce=a1c9e1c5ab&TB_iframe=true&width=600&height=800\' class=\'thickbox\' title=\'MailPoet Newsletters\'>Install</a>)</span></li></ul></div>','no'),(1472,'_site_transient_timeout_browser_9a6fdb1686542e60272eb428c19dff9e','1401446678','yes'),(1473,'_site_transient_browser_9a6fdb1686542e60272eb428c19dff9e','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"34.0.1847.137\";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:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1440,'_site_transient_timeout_browser_a905279638b7f22cb0032134bffa523c','1401359756','yes'),(1441,'_site_transient_browser_a905279638b7f22cb0032134bffa523c','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"29.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(929,'_site_transient_timeout_browser_a9c2a4a09c221fe1242bcc57ffac16b0','1398685111','yes'),(930,'_site_transient_browser_a9c2a4a09c221fe1242bcc57ffac16b0','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"34.0.1847.116\";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:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','yes'),(1023,'_site_transient_timeout_browser_faab4fc47916e2d5efefe5d73551f268','1399469115','yes'),(1024,'_site_transient_browser_faab4fc47916e2d5efefe5d73551f268','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"5.1.7\";s:10:\"update_url\";s:28:\"http://www.apple.com/safari/\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/safari.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/safari.png\";s:15:\"current_version\";s:1:\"5\";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`; SET @saved_cs_client = @@character_set_client; 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=5671 DEFAULT CHARSET=utf8; 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','page-section.php'),(2,14,'_form','<p>Your Name (required)<br />\n [text* your-name placeholder class:txtbox] </p>\n\n<p>Company Name (required)<br />\n [text* text-712 placeholder class:txtbox]</p>\n\n<p>Designation (required)<br />\n [text* text-148 placeholder class:txtbox]</p>\n\n<p>Business Email (required)<br />\n [email* your-email placeholder class:txtbox] </p>\n\n<p>Telephone(required)<br />\n [text* text-245 placeholder class:txtbox]</p>\n\n<p>Industry(required)<br />\n [text* text-710 placeholder class:txtbox]</p>\n\n<p>Interested in(required)<br />\n [select* menu-97 class:selectbox include_blank \"Fss Debit\" \"Fss Prepaid\"]</p>\n\n<p>How did you hear about us<br />\n [select* menu-718 class:selectbox include_blank \"Web search\" \"Reference\" \"Tradeshow/Conference\"]</p>\n\n<p>[submit \"Send\"]</p>'),(3,14,'_mail','a:7:{s:7:\"subject\";s:16:\"Product Brochure\";s:6:\"sender\";s:25:\"[your-name]<[your-email]>\";s:4:\"body\";s:209:\"Name : [your-name]\nCompany Name : [text-712]\nDesignation : [text-148]\nBusiness Email : [your-email]\nTelephone : [text-245]\nIndustry : [text-710]\nInterested in : [menu-97]\nHow did you hear about us : [menu-718]\";s:9:\"recipient\";s:19:\"smanoj.rs@gmail.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(4,14,'_mail_2','a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(5,14,'_messages','a:21:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}'),(6,14,'_additional_settings',''),(7,14,'_locale','en_US'),(8,2,'_edit_lock','1401168838:1'),(9,2,'_edit_last','1'),(16,2,'minti_titlebar','revslider'),(17,2,'minti_featuredimage-breadcrumbs','1'),(18,2,'minti_revolutionslider','slider1'),(19,2,'minti_flexslider','0'),(20,2,'minti_portfoliofilter','0'),(77,24,'_edit_last','1'),(78,24,'_edit_lock','1401341788:1'),(79,24,'_wp_page_template','page-main-level.php'),(86,24,'minti_titlebar','titlebar'),(87,24,'minti_featuredimage-breadcrumbs','1'),(88,24,'minti_revolutionslider','0'),(89,24,'minti_flexslider','0'),(90,24,'minti_portfoliofilter','0'),(95,26,'_edit_last','1'),(96,26,'_edit_lock','1400072228:1'),(97,26,'_wp_page_template','page-main-level.php'),(104,26,'minti_titlebar','titlebar'),(105,26,'minti_featuredimage-breadcrumbs','1'),(106,26,'minti_revolutionslider','0'),(107,26,'minti_flexslider','0'),(108,26,'minti_portfoliofilter','0'),(109,29,'_edit_last','1'),(110,29,'_edit_lock','1400072256:1'),(111,29,'_wp_page_template','page-main-level.php'),(118,29,'minti_titlebar','titlebar'),(119,29,'minti_featuredimage-breadcrumbs','1'),(120,29,'minti_revolutionslider','0'),(121,29,'minti_flexslider','0'),(122,29,'minti_portfoliofilter','0'),(123,31,'_edit_last','1'),(124,31,'_wp_page_template','page-main-level.php'),(131,31,'minti_titlebar','titlebar'),(132,31,'minti_featuredimage-breadcrumbs','1'),(133,31,'minti_revolutionslider','0'),(134,31,'minti_flexslider','0'),(135,31,'minti_portfoliofilter','0'),(136,31,'_edit_lock','1400072254:1'),(160,36,'_menu_item_type','post_type'),(161,36,'_menu_item_menu_item_parent','0'),(162,36,'_menu_item_object_id','31'),(163,36,'_menu_item_object','page'),(164,36,'_menu_item_target',''),(165,36,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(166,36,'_menu_item_xfn',''),(167,36,'_menu_item_url',''),(169,37,'_menu_item_type','post_type'),(170,37,'_menu_item_menu_item_parent','0'),(171,37,'_menu_item_object_id','29'),(172,37,'_menu_item_object','page'),(173,37,'_menu_item_target',''),(174,37,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(175,37,'_menu_item_xfn',''),(176,37,'_menu_item_url',''),(178,38,'_menu_item_type','post_type'),(179,38,'_menu_item_menu_item_parent','0'),(180,38,'_menu_item_object_id','26'),(181,38,'_menu_item_object','page'),(182,38,'_menu_item_target',''),(183,38,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(184,38,'_menu_item_xfn',''),(185,38,'_menu_item_url',''),(187,39,'_menu_item_type','post_type'),(188,39,'_menu_item_menu_item_parent','0'),(189,39,'_menu_item_object_id','24'),(190,39,'_menu_item_object','page'),(191,39,'_menu_item_target',''),(192,39,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(193,39,'_menu_item_xfn',''),(194,39,'_menu_item_url',''),(235,46,'_edit_last','1'),(236,46,'_edit_lock','1401341781:1'),(237,46,'_wp_page_template','page-sub-level1.php'),(244,46,'minti_titlebar','titlebar'),(245,46,'minti_featuredimage-breadcrumbs','1'),(246,46,'minti_revolutionslider','0'),(247,46,'minti_flexslider','0'),(248,46,'minti_portfoliofilter','0'),(249,48,'_edit_last','1'),(250,48,'_edit_lock','1400848827:1'),(251,48,'_wp_page_template','page-sub-level1.php'),(258,48,'minti_titlebar','titlebar'),(259,48,'minti_featuredimage-breadcrumbs','1'),(260,48,'minti_revolutionslider','0'),(261,48,'minti_flexslider','0'),(262,48,'minti_portfoliofilter','0'),(263,50,'_menu_item_type','post_type'),(264,50,'_menu_item_menu_item_parent','39'),(265,50,'_menu_item_object_id','48'),(266,50,'_menu_item_object','page'),(267,50,'_menu_item_target',''),(268,50,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(269,50,'_menu_item_xfn',''),(270,50,'_menu_item_url',''),(272,51,'_menu_item_type','post_type'),(273,51,'_menu_item_menu_item_parent','39'),(274,51,'_menu_item_object_id','46'),(275,51,'_menu_item_object','page'),(276,51,'_menu_item_target',''),(277,51,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(278,51,'_menu_item_xfn',''),(279,51,'_menu_item_url',''),(281,52,'_edit_last','1'),(282,52,'_edit_lock','1400849017:1'),(283,52,'_wp_page_template','page-sub-level1.php'),(290,52,'minti_titlebar','titlebar'),(291,52,'minti_featuredimage-breadcrumbs','1'),(292,52,'minti_revolutionslider','0'),(293,52,'minti_flexslider','0'),(294,52,'minti_portfoliofilter','0'),(295,54,'_edit_last','1'),(296,54,'_edit_lock','1400849865:1'),(297,54,'_wp_page_template','page-sub-level1.php'),(304,54,'minti_titlebar','titlebar'),(305,54,'minti_featuredimage-breadcrumbs','1'),(306,54,'minti_revolutionslider','0'),(307,54,'minti_flexslider','0'),(308,54,'minti_portfoliofilter','0'),(309,56,'_edit_last','1'),(310,56,'_edit_lock','1400062577:1'),(311,56,'_wp_page_template','page-sub-level1.php'),(318,56,'minti_titlebar','titlebar'),(319,56,'minti_featuredimage-breadcrumbs','1'),(320,56,'minti_revolutionslider','0'),(321,56,'minti_flexslider','0'),(322,56,'minti_portfoliofilter','0'),(323,58,'_edit_last','1'),(324,58,'_edit_lock','1400061346:1'),(325,58,'_wp_page_template','page-sub-level1.php'),(332,58,'minti_titlebar','titlebar'),(333,58,'minti_featuredimage-breadcrumbs','1'),(334,58,'minti_revolutionslider','0'),(335,58,'minti_flexslider','0'),(336,58,'minti_portfoliofilter','0'),(337,60,'_edit_last','1'),(338,60,'_edit_lock','1400062364:1'),(339,60,'_wp_page_template','page-sub-level1.php'),(346,60,'minti_titlebar','titlebar'),(347,60,'minti_featuredimage-breadcrumbs','1'),(348,60,'minti_revolutionslider','0'),(349,60,'minti_flexslider','0'),(350,60,'minti_portfoliofilter','0'),(351,62,'_menu_item_type','post_type'),(352,62,'_menu_item_menu_item_parent','39'),(353,62,'_menu_item_object_id','58'),(354,62,'_menu_item_object','page'),(355,62,'_menu_item_target',''),(356,62,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(357,62,'_menu_item_xfn',''),(358,62,'_menu_item_url',''),(360,63,'_menu_item_type','post_type'),(361,63,'_menu_item_menu_item_parent','39'),(362,63,'_menu_item_object_id','56'),(363,63,'_menu_item_object','page'),(364,63,'_menu_item_target',''),(365,63,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(366,63,'_menu_item_xfn',''),(367,63,'_menu_item_url',''),(369,64,'_menu_item_type','post_type'),(370,64,'_menu_item_menu_item_parent','39'),(371,64,'_menu_item_object_id','54'),(372,64,'_menu_item_object','page'),(373,64,'_menu_item_target',''),(374,64,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(375,64,'_menu_item_xfn',''),(376,64,'_menu_item_url',''),(378,65,'_menu_item_type','post_type'),(379,65,'_menu_item_menu_item_parent','39'),(380,65,'_menu_item_object_id','52'),(381,65,'_menu_item_object','page'),(382,65,'_menu_item_target',''),(383,65,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(384,65,'_menu_item_xfn',''),(385,65,'_menu_item_url',''),(387,66,'_edit_last','1'),(388,66,'_edit_lock','1400064200:1'),(389,66,'_wp_page_template','page-sub-level1.php'),(396,66,'minti_titlebar','titlebar'),(397,66,'minti_featuredimage-breadcrumbs','1'),(398,66,'minti_revolutionslider','0'),(399,66,'minti_flexslider','0'),(400,66,'minti_portfoliofilter','0'),(401,69,'_edit_last','1'),(402,69,'_edit_lock','1400064201:1'),(403,69,'_wp_page_template','page-sub-level1.php'),(410,69,'minti_titlebar','titlebar'),(411,69,'minti_featuredimage-breadcrumbs','1'),(412,69,'minti_revolutionslider','0'),(413,69,'minti_flexslider','0'),(414,69,'minti_portfoliofilter','0'),(415,71,'_edit_last','1'),(416,71,'_edit_lock','1400064202:1'),(417,71,'_wp_page_template','page-sub-level1.php'),(424,71,'minti_titlebar','titlebar'),(425,71,'minti_featuredimage-breadcrumbs','1'),(426,71,'minti_revolutionslider','0'),(427,71,'minti_flexslider','0'),(428,71,'minti_portfoliofilter','0'),(429,73,'_edit_last','1'),(430,73,'_edit_lock','1400064203:1'),(431,73,'_wp_page_template','page-sub-level1.php'),(438,73,'minti_titlebar','titlebar'),(439,73,'minti_featuredimage-breadcrumbs','1'),(440,73,'minti_revolutionslider','0'),(441,73,'minti_flexslider','0'),(442,73,'minti_portfoliofilter','0'),(443,75,'_edit_last','1'),(444,75,'_edit_lock','1400064204:1'),(445,75,'_wp_page_template','page-sub-level1.php'),(452,75,'minti_titlebar','titlebar'),(453,75,'minti_featuredimage-breadcrumbs','1'),(454,75,'minti_revolutionslider','0'),(455,75,'minti_flexslider','0'),(456,75,'minti_portfoliofilter','0'),(461,77,'_edit_last','1'),(462,77,'_edit_lock','1400064206:1'),(463,77,'_wp_page_template','page-sub-level1.php'),(470,77,'minti_titlebar','titlebar'),(471,77,'minti_featuredimage-breadcrumbs','1'),(472,77,'minti_revolutionslider','0'),(473,77,'minti_flexslider','0'),(474,77,'minti_portfoliofilter','0'),(475,79,'_edit_last','1'),(476,79,'_edit_lock','1400064207:1'),(477,79,'_wp_page_template','page-sub-level1.php'),(484,79,'minti_titlebar','titlebar'),(485,79,'minti_featuredimage-breadcrumbs','1'),(486,79,'minti_revolutionslider','0'),(487,79,'minti_flexslider','0'),(488,79,'minti_portfoliofilter','0'),(489,81,'_edit_last','1'),(490,81,'_edit_lock','1400064309:1'),(491,81,'_wp_page_template','page-sub-level1.php'),(498,81,'minti_titlebar','titlebar'),(499,81,'minti_featuredimage-breadcrumbs','1'),(500,81,'minti_revolutionslider','0'),(501,81,'minti_flexslider','0'),(502,81,'minti_portfoliofilter','0'),(503,83,'_menu_item_type','post_type'),(504,83,'_menu_item_menu_item_parent','38'),(505,83,'_menu_item_object_id','66'),(506,83,'_menu_item_object','page'),(507,83,'_menu_item_target',''),(508,83,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(509,83,'_menu_item_xfn',''),(510,83,'_menu_item_url',''),(512,84,'_menu_item_type','post_type'),(513,84,'_menu_item_menu_item_parent','38'),(514,84,'_menu_item_object_id','69'),(515,84,'_menu_item_object','page'),(516,84,'_menu_item_target',''),(517,84,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(518,84,'_menu_item_xfn',''),(519,84,'_menu_item_url',''),(521,85,'_menu_item_type','post_type'),(522,85,'_menu_item_menu_item_parent','38'),(523,85,'_menu_item_object_id','71'),(524,85,'_menu_item_object','page'),(525,85,'_menu_item_target',''),(526,85,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(527,85,'_menu_item_xfn',''),(528,85,'_menu_item_url',''),(530,86,'_menu_item_type','post_type'),(531,86,'_menu_item_menu_item_parent','38'),(532,86,'_menu_item_object_id','73'),(533,86,'_menu_item_object','page'),(534,86,'_menu_item_target',''),(535,86,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(536,86,'_menu_item_xfn',''),(537,86,'_menu_item_url',''),(539,87,'_menu_item_type','post_type'),(540,87,'_menu_item_menu_item_parent','38'),(541,87,'_menu_item_object_id','75'),(542,87,'_menu_item_object','page'),(543,87,'_menu_item_target',''),(544,87,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(545,87,'_menu_item_xfn',''),(546,87,'_menu_item_url',''),(548,88,'_menu_item_type','post_type'),(549,88,'_menu_item_menu_item_parent','38'),(550,88,'_menu_item_object_id','77'),(551,88,'_menu_item_object','page'),(552,88,'_menu_item_target',''),(553,88,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(554,88,'_menu_item_xfn',''),(555,88,'_menu_item_url',''),(557,89,'_menu_item_type','post_type'),(558,89,'_menu_item_menu_item_parent','38'),(559,89,'_menu_item_object_id','79'),(560,89,'_menu_item_object','page'),(561,89,'_menu_item_target',''),(562,89,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(563,89,'_menu_item_xfn',''),(564,89,'_menu_item_url',''),(566,90,'_menu_item_type','post_type'),(567,90,'_menu_item_menu_item_parent','38'),(568,90,'_menu_item_object_id','81'),(569,90,'_menu_item_object','page'),(570,90,'_menu_item_target',''),(571,90,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(572,90,'_menu_item_xfn',''),(573,90,'_menu_item_url',''),(575,91,'_edit_last','1'),(576,91,'_edit_lock','1400066050:1'),(577,91,'_wp_page_template','page-sub-level1.php'),(584,91,'minti_titlebar','titlebar'),(585,91,'minti_featuredimage-breadcrumbs','1'),(586,91,'minti_revolutionslider','0'),(587,91,'minti_flexslider','0'),(588,91,'minti_portfoliofilter','0'),(589,93,'_edit_last','1'),(590,93,'_edit_lock','1400066051:1'),(591,93,'_wp_page_template','page-sub-level1.php'),(598,93,'minti_titlebar','titlebar'),(599,93,'minti_featuredimage-breadcrumbs','1'),(600,93,'minti_revolutionslider','0'),(601,93,'minti_flexslider','0'),(602,93,'minti_portfoliofilter','0'),(603,95,'_edit_last','1'),(604,95,'_edit_lock','1400758738:1'),(605,95,'_wp_page_template','page-sub-level1.php'),(612,95,'minti_titlebar','titlebar'),(613,95,'minti_featuredimage-breadcrumbs','1'),(614,95,'minti_revolutionslider','0'),(615,95,'minti_flexslider','0'),(616,95,'minti_portfoliofilter','0'),(617,97,'_edit_last','1'),(618,97,'_edit_lock','1400066054:1'),(619,97,'_wp_page_template','page-sub-level1.php'),(626,97,'minti_titlebar','titlebar'),(627,97,'minti_featuredimage-breadcrumbs','1'),(628,97,'minti_revolutionslider','0'),(629,97,'minti_flexslider','0'),(630,97,'minti_portfoliofilter','0'),(631,99,'_edit_last','1'),(632,99,'_edit_lock','1400066055:1'),(633,99,'_wp_page_template','page-sub-level1.php'),(640,99,'minti_titlebar','titlebar'),(641,99,'minti_featuredimage-breadcrumbs','1'),(642,99,'minti_revolutionslider','0'),(643,99,'minti_flexslider','0'),(644,99,'minti_portfoliofilter','0'),(645,101,'_edit_last','1'),(646,101,'_edit_lock','1400066056:1'),(647,101,'_wp_page_template','page-sub-level1.php'),(654,101,'minti_titlebar','titlebar'),(655,101,'minti_featuredimage-breadcrumbs','1'),(656,101,'minti_revolutionslider','0'),(657,101,'minti_flexslider','0'),(658,101,'minti_portfoliofilter','0'),(659,103,'_edit_last','1'),(660,103,'_edit_lock','1400066057:1'),(661,103,'_wp_page_template','page-sub-level1.php'),(668,103,'minti_titlebar','titlebar'),(669,103,'minti_featuredimage-breadcrumbs','1'),(670,103,'minti_revolutionslider','0'),(671,103,'minti_flexslider','0'),(672,103,'minti_portfoliofilter','0'),(673,105,'_edit_last','1'),(674,105,'_edit_lock','1400066058:1'),(675,105,'_wp_page_template','page-sub-level1.php'),(682,105,'minti_titlebar','titlebar'),(683,105,'minti_featuredimage-breadcrumbs','1'),(684,105,'minti_revolutionslider','0'),(685,105,'minti_flexslider','0'),(686,105,'minti_portfoliofilter','0'),(687,107,'_edit_last','1'),(688,107,'_edit_lock','1400066061:1'),(689,107,'_wp_page_template','page-sub-level1.php'),(696,107,'minti_titlebar','titlebar'),(697,107,'minti_featuredimage-breadcrumbs','1'),(698,107,'minti_revolutionslider','0'),(699,107,'minti_flexslider','0'),(700,107,'minti_portfoliofilter','0'),(701,109,'_edit_last','1'),(702,109,'_edit_lock','1400066062:1'),(703,109,'_wp_page_template','page-sub-level1.php'),(710,109,'minti_titlebar','titlebar'),(711,109,'minti_featuredimage-breadcrumbs','1'),(712,109,'minti_revolutionslider','0'),(713,109,'minti_flexslider','0'),(714,109,'minti_portfoliofilter','0'),(715,111,'_edit_last','1'),(716,111,'_edit_lock','1400066063:1'),(717,111,'_wp_page_template','page-sub-level1.php'),(724,111,'minti_titlebar','titlebar'),(725,111,'minti_featuredimage-breadcrumbs','1'),(726,111,'minti_revolutionslider','0'),(727,111,'minti_flexslider','0'),(728,111,'minti_portfoliofilter','0'),(729,113,'_menu_item_type','post_type'),(730,113,'_menu_item_menu_item_parent','37'),(731,113,'_menu_item_object_id','111'),(732,113,'_menu_item_object','page'),(733,113,'_menu_item_target',''),(734,113,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(735,113,'_menu_item_xfn',''),(736,113,'_menu_item_url',''),(738,114,'_menu_item_type','post_type'),(739,114,'_menu_item_menu_item_parent','37'),(740,114,'_menu_item_object_id','109'),(741,114,'_menu_item_object','page'),(742,114,'_menu_item_target',''),(743,114,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(744,114,'_menu_item_xfn',''),(745,114,'_menu_item_url',''),(747,115,'_menu_item_type','post_type'),(748,115,'_menu_item_menu_item_parent','37'),(749,115,'_menu_item_object_id','107'),(750,115,'_menu_item_object','page'),(751,115,'_menu_item_target',''),(752,115,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(753,115,'_menu_item_xfn',''),(754,115,'_menu_item_url',''),(756,116,'_menu_item_type','post_type'),(757,116,'_menu_item_menu_item_parent','37'),(758,116,'_menu_item_object_id','105'),(759,116,'_menu_item_object','page'),(760,116,'_menu_item_target',''),(761,116,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(762,116,'_menu_item_xfn',''),(763,116,'_menu_item_url',''),(765,117,'_menu_item_type','post_type'),(766,117,'_menu_item_menu_item_parent','37'),(767,117,'_menu_item_object_id','103'),(768,117,'_menu_item_object','page'),(769,117,'_menu_item_target',''),(770,117,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(771,117,'_menu_item_xfn',''),(772,117,'_menu_item_url',''),(774,118,'_menu_item_type','post_type'),(775,118,'_menu_item_menu_item_parent','37'),(776,118,'_menu_item_object_id','101'),(777,118,'_menu_item_object','page'),(778,118,'_menu_item_target',''),(779,118,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(780,118,'_menu_item_xfn',''),(781,118,'_menu_item_url',''),(783,119,'_menu_item_type','post_type'),(784,119,'_menu_item_menu_item_parent','37'),(785,119,'_menu_item_object_id','99'),(786,119,'_menu_item_object','page'),(787,119,'_menu_item_target',''),(788,119,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(789,119,'_menu_item_xfn',''),(790,119,'_menu_item_url',''),(792,120,'_menu_item_type','post_type'),(793,120,'_menu_item_menu_item_parent','37'),(794,120,'_menu_item_object_id','97'),(795,120,'_menu_item_object','page'),(796,120,'_menu_item_target',''),(797,120,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(798,120,'_menu_item_xfn',''),(799,120,'_menu_item_url',''),(801,121,'_menu_item_type','post_type'),(802,121,'_menu_item_menu_item_parent','37'),(803,121,'_menu_item_object_id','95'),(804,121,'_menu_item_object','page'),(805,121,'_menu_item_target',''),(806,121,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(807,121,'_menu_item_xfn',''),(808,121,'_menu_item_url',''),(810,122,'_menu_item_type','post_type'),(811,122,'_menu_item_menu_item_parent','37'),(812,122,'_menu_item_object_id','93'),(813,122,'_menu_item_object','page'),(814,122,'_menu_item_target',''),(815,122,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(816,122,'_menu_item_xfn',''),(817,122,'_menu_item_url',''),(819,123,'_menu_item_type','post_type'),(820,123,'_menu_item_menu_item_parent','37'),(821,123,'_menu_item_object_id','91'),(822,123,'_menu_item_object','page'),(823,123,'_menu_item_target',''),(824,123,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(825,123,'_menu_item_xfn',''),(826,123,'_menu_item_url',''),(828,124,'_edit_last','1'),(829,124,'_edit_lock','1400066492:1'),(830,124,'_wp_page_template','page-sub-level1.php'),(837,124,'minti_titlebar','titlebar'),(838,124,'minti_featuredimage-breadcrumbs','1'),(839,124,'minti_revolutionslider','0'),(840,124,'minti_flexslider','0'),(841,124,'minti_portfoliofilter','0'),(842,126,'_edit_last','1'),(843,126,'_edit_lock','1400066565:1'),(844,126,'_wp_page_template','page-sub-level1.php'),(851,126,'minti_titlebar','titlebar'),(852,126,'minti_featuredimage-breadcrumbs','1'),(853,126,'minti_revolutionslider','0'),(854,126,'minti_flexslider','0'),(855,126,'minti_portfoliofilter','0'),(856,128,'_edit_last','1'),(857,128,'_edit_lock','1400067936:1'),(858,128,'_wp_page_template','page-sub-level1.php'),(865,128,'minti_titlebar','titlebar'),(866,128,'minti_featuredimage-breadcrumbs','1'),(867,128,'minti_revolutionslider','0'),(868,128,'minti_flexslider','0'),(869,128,'minti_portfoliofilter','0'),(870,130,'_edit_last','1'),(871,130,'_edit_lock','1400850818:1'),(872,130,'_wp_page_template','page-sub-level1.php'),(5609,130,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5441,906,'_wp_attached_file','2014/02/fss_bill_pay.jpg'),(879,130,'minti_titlebar','titlebar'),(880,130,'minti_featuredimage-breadcrumbs','1'),(881,130,'minti_revolutionslider','0'),(882,130,'minti_flexslider','0'),(883,130,'minti_portfoliofilter','0'),(884,132,'_edit_last','1'),(885,132,'_edit_lock','1400851094:1'),(886,132,'_wp_page_template','page-sub-level1.php'),(5617,132,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5618,132,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(893,132,'minti_titlebar','titlebar'),(894,132,'minti_featuredimage-breadcrumbs','1'),(895,132,'minti_revolutionslider','0'),(896,132,'minti_flexslider','0'),(897,132,'minti_portfoliofilter','0'),(4208,728,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4207,728,'_menu_item_target',''),(4206,728,'_menu_item_object','page'),(4205,728,'_menu_item_object_id','130'),(4204,728,'_menu_item_menu_item_parent','36'),(4203,728,'_menu_item_type','post_type'),(4198,132,'minti_bgstyle','stretch'),(4191,130,'minti_bgstyle','stretch'),(5610,130,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(4834,124,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(5224,869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:27:\"2014/05/fss-data-centre.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"fss-data-centre-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"fss-data-centre-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:27:\"fss-data-centre-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:27:\"fss-data-centre-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:27:\"fss-data-centre-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:27:\"fss-data-centre-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:25:\"fss-data-centre-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5215,128,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5216,128,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(5399,223,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5400,223,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(934,138,'_menu_item_type','post_type'),(935,138,'_menu_item_menu_item_parent','36'),(936,138,'_menu_item_object_id','124'),(937,138,'_menu_item_object','page'),(938,138,'_menu_item_target',''),(939,138,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(940,138,'_menu_item_xfn',''),(941,138,'_menu_item_url',''),(988,145,'_wp_attached_file','2013/12/pattern14.png'),(989,145,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:198;s:6:\"height\";i:200;s:4:\"file\";s:21:\"2013/12/pattern14.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"pattern14-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"mini\";a:4:{s:4:\"file\";s:19:\"pattern14-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(994,2,'minti_bgstyle','stretch'),(1321,197,'_edit_last','1'),(1322,197,'_edit_lock','1393508929:1'),(1323,197,'_format_link_url',''),(1324,197,'_format_quote_source_url',''),(1325,197,'_format_quote_source_name',''),(1326,197,'_format_audio_embed',''),(1327,197,'_format_video_embed',''),(1330,197,'minti_bgstyle','stretch'),(1405,214,'_menu_item_type','post_type'),(1406,214,'_menu_item_menu_item_parent','0'),(1407,214,'_menu_item_object_id','2'),(1408,214,'_menu_item_object','page'),(1409,214,'_menu_item_target',''),(1410,214,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1411,214,'_menu_item_xfn',''),(1412,214,'_menu_item_url',''),(1414,215,'_edit_last','1'),(1415,215,'_edit_lock','1392366207:1'),(1416,215,'_wp_page_template','default'),(1423,215,'minti_titlebar','titlebar'),(1424,215,'minti_featuredimage-breadcrumbs','1'),(1425,215,'minti_revolutionslider','0'),(1426,215,'minti_flexslider','0'),(1427,215,'minti_portfoliofilter','0'),(1428,215,'minti_bgstyle','stretch'),(1429,217,'_edit_last','1'),(1430,217,'_edit_lock','1401095149:1'),(1431,217,'_wp_page_template','default'),(1438,217,'minti_titlebar','titlebar'),(1439,217,'minti_featuredimage-breadcrumbs','1'),(1440,217,'minti_revolutionslider','0'),(1441,217,'minti_flexslider','0'),(1442,217,'minti_portfoliofilter','0'),(1443,217,'minti_bgstyle','stretch'),(1444,219,'_edit_last','1'),(1445,219,'_edit_lock','1387543802:1'),(1446,219,'_wp_page_template','default'),(1451,219,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1452,219,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(1453,219,'minti_titlebar','titlebar'),(1454,219,'minti_featuredimage-breadcrumbs','1'),(1455,219,'minti_revolutionslider','0'),(1456,219,'minti_flexslider','0'),(1457,219,'minti_portfoliofilter','0'),(1458,219,'minti_bgstyle','stretch'),(1459,221,'_edit_last','1'),(1460,221,'_edit_lock','1401096696:1'),(1461,221,'_wp_page_template','default'),(1468,221,'minti_titlebar','titlebar'),(1469,221,'minti_featuredimage-breadcrumbs','1'),(1470,221,'minti_revolutionslider','0'),(1471,221,'minti_flexslider','0'),(1472,221,'minti_portfoliofilter','0'),(1473,221,'minti_bgstyle','stretch'),(1474,223,'_edit_last','1'),(1475,223,'_edit_lock','1401095705:1'),(1476,223,'_wp_page_template','default'),(1483,223,'minti_titlebar','titlebar'),(1484,223,'minti_featuredimage-breadcrumbs','1'),(1485,223,'minti_revolutionslider','0'),(1486,223,'minti_flexslider','0'),(1487,223,'minti_portfoliofilter','0'),(1488,223,'minti_bgstyle','stretch'),(1495,226,'_edit_last','1'),(1496,226,'_edit_lock','1401103965:1'),(1497,226,'_wp_page_template','page-sub-level1.php'),(1504,226,'minti_titlebar','titlebar'),(1505,226,'minti_featuredimage-breadcrumbs','1'),(1506,226,'minti_revolutionslider','0'),(1507,226,'minti_flexslider','0'),(1508,226,'minti_portfoliofilter','0'),(1509,226,'minti_bgstyle','stretch'),(1514,228,'_edit_last','1'),(1515,228,'_edit_lock','1401096930:1'),(1516,228,'_wp_page_template','default'),(1523,228,'minti_titlebar','titlebar'),(1524,228,'minti_featuredimage-breadcrumbs','1'),(1525,228,'minti_revolutionslider','0'),(1526,228,'minti_flexslider','0'),(1527,228,'minti_portfoliofilter','0'),(1528,228,'minti_bgstyle','stretch'),(4618,786,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4619,786,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(4613,786,'_wp_page_template','page-fullwidth.php'),(4612,786,'_edit_lock','1399453293:1'),(4611,786,'_edit_last','1'),(1547,232,'_menu_item_type','post_type'),(1548,232,'_menu_item_menu_item_parent','447'),(1549,232,'_menu_item_object_id','226'),(1550,232,'_menu_item_object','page'),(1551,232,'_menu_item_target',''),(1552,232,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1553,232,'_menu_item_xfn',''),(1554,232,'_menu_item_url',''),(1556,233,'_menu_item_type','post_type'),(1557,233,'_menu_item_menu_item_parent','447'),(1558,233,'_menu_item_object_id','223'),(1559,233,'_menu_item_object','page'),(1560,233,'_menu_item_target',''),(1561,233,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1562,233,'_menu_item_xfn',''),(1563,233,'_menu_item_url',''),(1565,234,'_menu_item_type','post_type'),(1566,234,'_menu_item_menu_item_parent','447'),(1567,234,'_menu_item_object_id','221'),(1568,234,'_menu_item_object','page'),(1569,234,'_menu_item_target',''),(1570,234,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1571,234,'_menu_item_xfn',''),(1572,234,'_menu_item_url',''),(1574,235,'_menu_item_type','post_type'),(1575,235,'_menu_item_menu_item_parent','447'),(1576,235,'_menu_item_object_id','219'),(1577,235,'_menu_item_object','page'),(1578,235,'_menu_item_target',''),(1579,235,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1580,235,'_menu_item_xfn',''),(1581,235,'_menu_item_url',''),(1583,236,'_menu_item_type','post_type'),(1584,236,'_menu_item_menu_item_parent','447'),(1585,236,'_menu_item_object_id','217'),(1586,236,'_menu_item_object','page'),(1587,236,'_menu_item_target',''),(1588,236,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1589,236,'_menu_item_xfn',''),(1590,236,'_menu_item_url',''),(1600,31,'minti_bgstyle','stretch'),(1639,240,'_wp_attached_file','2013/12/fss-atm-services.jpg'),(1640,240,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:133;s:4:\"file\";s:28:\"2013/12/fss-atm-services.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"fss-atm-services-150x133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"fss-atm-services-300x42.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:28:\"fss-atm-services-700x133.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:28:\"fss-atm-services-320x133.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:28:\"fss-atm-services-640x133.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:28:\"fss-atm-services-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:28:\"fss-atm-services-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:26:\"fss-atm-services-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5277,31,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5278,31,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(4833,124,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5423,903,'_wp_attached_file','2013/12/fss_atm_monitor1.jpg'),(1663,124,'minti_bgstyle','stretch'),(5269,24,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5270,24,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(1670,24,'minti_bgstyle','stretch'),(1671,246,'_edit_last','1'),(1672,246,'_edit_lock','1401342266:1'),(1673,246,'_wp_page_template','page-sub-level2.php'),(1680,246,'minti_titlebar','titlebar'),(1681,246,'minti_featuredimage-breadcrumbs','1'),(1682,246,'minti_revolutionslider','0'),(1683,246,'minti_flexslider','0'),(1684,246,'minti_portfoliofilter','0'),(1685,246,'minti_bgstyle','stretch'),(1686,248,'_edit_last','1'),(1687,248,'_edit_lock','1400848576:1'),(1688,248,'_wp_page_template','page-sub-level2.php'),(1695,248,'minti_titlebar','titlebar'),(1696,248,'minti_featuredimage-breadcrumbs','1'),(1697,248,'minti_revolutionslider','0'),(1698,248,'minti_flexslider','0'),(1699,248,'minti_portfoliofilter','0'),(1700,248,'minti_bgstyle','stretch'),(1705,250,'_edit_last','1'),(1706,250,'_edit_lock','1400848699:1'),(1707,250,'_wp_page_template','page-sub-level2.php'),(1714,250,'minti_titlebar','titlebar'),(1715,250,'minti_featuredimage-breadcrumbs','1'),(1716,250,'minti_revolutionslider','0'),(1717,250,'minti_flexslider','0'),(1718,250,'minti_portfoliofilter','0'),(1719,250,'minti_bgstyle','stretch'),(1720,252,'_wp_attached_file','2013/12/card-management.jpg'),(1721,252,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:133;s:4:\"file\";s:27:\"2013/12/card-management.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"card-management-150x133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"card-management-300x42.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:27:\"card-management-700x133.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:27:\"card-management-320x133.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:27:\"card-management-640x133.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:27:\"card-management-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:27:\"card-management-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:25:\"card-management-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1728,46,'minti_bgstyle','stretch'),(5338,46,'sbg_selected_sidebar_replacement','a:1:{i:0;s:4:\"null\";}'),(5337,46,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1747,256,'_wp_attached_file','2013/12/fss-debit.jpg'),(1748,256,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:21:\"2013/12/fss-debit.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"fss-debit-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"fss-debit-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"fss-debit-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:21:\"fss-debit-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:21:\"fss-debit-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:21:\"fss-debit-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:19:\"fss-debit-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1765,260,'_wp_attached_file','2013/12/fss-prepaid.jpg'),(1766,260,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:23:\"2013/12/fss-prepaid.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"fss-prepaid-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"fss-prepaid-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"fss-prepaid-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:23:\"fss-prepaid-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:23:\"fss-prepaid-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:23:\"fss-prepaid-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:21:\"fss-prepaid-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1773,263,'_wp_attached_file','2013/12/fss-smart-chip.jpg'),(1774,263,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:26:\"2013/12/fss-smart-chip.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"fss-smart-chip-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"fss-smart-chip-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"fss-smart-chip-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:26:\"fss-smart-chip-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:26:\"fss-smart-chip-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:26:\"fss-smart-chip-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:24:\"fss-smart-chip-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1793,268,'_menu_item_type','custom'),(1794,268,'_menu_item_menu_item_parent','0'),(1795,268,'_menu_item_object_id','268'),(1796,268,'_menu_item_object','custom'),(1797,268,'_menu_item_target',''),(1798,268,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1799,268,'_menu_item_xfn',''),(1800,268,'_menu_item_url','http://039719c.netsolhost.com/ltest/fss/news-events/'),(1802,269,'_menu_item_type','custom'),(1803,269,'_menu_item_menu_item_parent','0'),(1804,269,'_menu_item_object_id','269'),(1805,269,'_menu_item_object','custom'),(1806,269,'_menu_item_target',''),(1807,269,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1808,269,'_menu_item_xfn',''),(1809,269,'_menu_item_url','#'),(1811,270,'_edit_last','1'),(1812,270,'_edit_lock','1387792834:1'),(1813,270,'_wp_page_template','page-sitemap.php'),(1818,270,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(1819,270,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(1820,270,'minti_titlebar','titlebar'),(1821,270,'minti_featuredimage-breadcrumbs','1'),(1822,270,'minti_revolutionslider','0'),(1823,270,'minti_flexslider','0'),(1824,270,'minti_portfoliofilter','0'),(1825,270,'minti_bgstyle','stretch'),(1835,273,'_menu_item_type','custom'),(1836,273,'_menu_item_menu_item_parent','0'),(1837,273,'_menu_item_object_id','273'),(1838,273,'_menu_item_object','custom'),(1839,273,'_menu_item_target',''),(1840,273,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1841,273,'_menu_item_xfn',''),(1842,273,'_menu_item_url','#'),(1880,278,'_menu_item_type','custom'),(1881,278,'_menu_item_menu_item_parent','269'),(1882,278,'_menu_item_object_id','278'),(1883,278,'_menu_item_object','custom'),(1884,278,'_menu_item_target',''),(1885,278,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1886,278,'_menu_item_xfn',''),(1887,278,'_menu_item_url','http://039719c.netsolhost.com/ltest/fss/case-studies/'),(1889,279,'_menu_item_type','custom'),(1890,279,'_menu_item_menu_item_parent','269'),(1891,279,'_menu_item_object_id','279'),(1892,279,'_menu_item_object','custom'),(1893,279,'_menu_item_target',''),(1894,279,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1895,279,'_menu_item_xfn',''),(1896,279,'_menu_item_url','http://039719c.netsolhost.com/ltest/fss/white-papers/'),(1898,280,'_menu_item_type','custom'),(1899,280,'_menu_item_menu_item_parent','273'),(1900,280,'_menu_item_object_id','280'),(1901,280,'_menu_item_object','custom'),(1902,280,'_menu_item_target',''),(1903,280,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1904,280,'_menu_item_xfn',''),(1905,280,'_menu_item_url','#'),(1907,281,'_menu_item_type','custom'),(1908,281,'_menu_item_menu_item_parent','273'),(1909,281,'_menu_item_object_id','281'),(1910,281,'_menu_item_object','custom'),(1911,281,'_menu_item_target',''),(1912,281,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1913,281,'_menu_item_xfn',''),(1914,281,'_menu_item_url','http://www.fss.co.in'),(1916,282,'_menu_item_type','custom'),(1917,282,'_menu_item_menu_item_parent','273'),(1918,282,'_menu_item_object_id','282'),(1919,282,'_menu_item_object','custom'),(1920,282,'_menu_item_target',''),(1921,282,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1922,282,'_menu_item_xfn',''),(1923,282,'_menu_item_url','#'),(1925,283,'_menu_item_type','custom'),(1926,283,'_menu_item_menu_item_parent','273'),(1927,283,'_menu_item_object_id','283'),(1928,283,'_menu_item_object','custom'),(1929,283,'_menu_item_target',''),(1930,283,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1931,283,'_menu_item_xfn',''),(1932,283,'_menu_item_url','http://www.fss.co.in/na/'),(1934,284,'_menu_item_type','custom'),(1935,284,'_menu_item_menu_item_parent','273'),(1936,284,'_menu_item_object_id','284'),(1937,284,'_menu_item_object','custom'),(1938,284,'_menu_item_target',''),(1939,284,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1940,284,'_menu_item_xfn',''),(1941,284,'_menu_item_url','#'),(1943,285,'_menu_item_type','custom'),(1944,285,'_menu_item_menu_item_parent','273'),(1945,285,'_menu_item_object_id','285'),(1946,285,'_menu_item_object','custom'),(1947,285,'_menu_item_target',''),(1948,285,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1949,285,'_menu_item_xfn',''),(1950,285,'_menu_item_url','#'),(1952,286,'_wp_attached_file','2013/12/home-page-banner-1.jpg'),(1953,286,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:350;s:4:\"file\";s:30:\"2013/12/home-page-banner-1.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"home-page-banner-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"home-page-banner-1-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:30:\"home-page-banner-1-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"home-page-banner-1-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:30:\"home-page-banner-1-940x350.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:30:\"home-page-banner-1-640x350.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:30:\"home-page-banner-1-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:30:\"home-page-banner-1-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:28:\"home-page-banner-1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1954,287,'_wp_attached_file','2013/12/home-page-banner-2.jpg'),(1955,287,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:350;s:4:\"file\";s:30:\"2013/12/home-page-banner-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"home-page-banner-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"home-page-banner-2-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:30:\"home-page-banner-2-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"home-page-banner-2-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:30:\"home-page-banner-2-940x350.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:30:\"home-page-banner-2-640x350.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:30:\"home-page-banner-2-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:30:\"home-page-banner-2-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:28:\"home-page-banner-2-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1956,288,'_wp_attached_file','2013/12/home-page-banner-3.jpg'),(1957,288,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:350;s:4:\"file\";s:30:\"2013/12/home-page-banner-3.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"home-page-banner-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"home-page-banner-3-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:30:\"home-page-banner-3-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"home-page-banner-3-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:30:\"home-page-banner-3-940x350.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:30:\"home-page-banner-3-640x350.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:30:\"home-page-banner-3-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:30:\"home-page-banner-3-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:28:\"home-page-banner-3-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1958,289,'_wp_attached_file','2013/12/home-page-banner-4.jpg'),(1959,289,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:350;s:4:\"file\";s:30:\"2013/12/home-page-banner-4.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"home-page-banner-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"home-page-banner-4-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:30:\"home-page-banner-4-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"home-page-banner-4-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:30:\"home-page-banner-4-940x350.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:30:\"home-page-banner-4-640x350.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:30:\"home-page-banner-4-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:30:\"home-page-banner-4-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:28:\"home-page-banner-4-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(1960,290,'_wp_attached_file','2013/12/home-page-banner-5.jpg'),(1961,290,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:350;s:4:\"file\";s:30:\"2013/12/home-page-banner-5.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"home-page-banner-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"home-page-banner-5-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:30:\"home-page-banner-5-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"home-page-banner-5-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"sixteen-columns\";a:4:{s:4:\"file\";s:30:\"home-page-banner-5-940x350.jpg\";s:5:\"width\";i:940;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:30:\"home-page-banner-5-640x350.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:30:\"home-page-banner-5-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:30:\"home-page-banner-5-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:28:\"home-page-banner-5-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2000,296,'_menu_item_type','post_type'),(2001,296,'_menu_item_menu_item_parent','0'),(2002,296,'_menu_item_object_id','139'),(2003,296,'_menu_item_object','page'),(2004,296,'_menu_item_target',''),(2005,296,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2006,296,'_menu_item_xfn',''),(2007,296,'_menu_item_url',''),(2009,297,'_menu_item_type','post_type'),(2010,297,'_menu_item_menu_item_parent','0'),(2011,297,'_menu_item_object_id','141'),(2012,297,'_menu_item_object','page'),(2013,297,'_menu_item_target',''),(2014,297,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2015,297,'_menu_item_xfn',''),(2016,297,'_menu_item_url',''),(2090,306,'_menu_item_type','post_type'),(2091,306,'_menu_item_menu_item_parent','0'),(2092,306,'_menu_item_object_id','31'),(2093,306,'_menu_item_object','page'),(2094,306,'_menu_item_target',''),(2095,306,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2096,306,'_menu_item_xfn',''),(2097,306,'_menu_item_url',''),(2099,307,'_menu_item_type','post_type'),(2100,307,'_menu_item_menu_item_parent','0'),(2101,307,'_menu_item_object_id','130'),(2102,307,'_menu_item_object','page'),(2103,307,'_menu_item_target',''),(2104,307,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2105,307,'_menu_item_xfn',''),(2106,307,'_menu_item_url',''),(5539,246,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5548,248,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(2117,309,'_menu_item_type','post_type'),(2118,309,'_menu_item_menu_item_parent','0'),(2119,309,'_menu_item_object_id','101'),(2120,309,'_menu_item_object','page'),(2121,309,'_menu_item_target',''),(2122,309,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2123,309,'_menu_item_xfn',''),(2124,309,'_menu_item_url',''),(2126,310,'_menu_item_type','post_type'),(2127,310,'_menu_item_menu_item_parent','0'),(2128,310,'_menu_item_object_id','26'),(2129,310,'_menu_item_object','page'),(2130,310,'_menu_item_target',''),(2131,310,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2132,310,'_menu_item_xfn',''),(2133,310,'_menu_item_url',''),(2144,312,'_menu_item_type','post_type'),(2145,312,'_menu_item_menu_item_parent','0'),(2146,312,'_menu_item_object_id','56'),(2147,312,'_menu_item_object','page'),(2148,312,'_menu_item_target',''),(2149,312,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2150,312,'_menu_item_xfn',''),(2151,312,'_menu_item_url',''),(2153,313,'_menu_item_type','post_type'),(2154,313,'_menu_item_menu_item_parent','0'),(2155,313,'_menu_item_object_id','58'),(2156,313,'_menu_item_object','page'),(2157,313,'_menu_item_target',''),(2158,313,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2159,313,'_menu_item_xfn',''),(2160,313,'_menu_item_url',''),(2162,315,'_wp_attached_file','2013/12/fss-logo.png'),(2163,315,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:298;s:6:\"height\";i:90;s:4:\"file\";s:20:\"2013/12/fss-logo.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"fss-logo-150x90.png\";s:5:\"width\";i:150;s:6:\"height\";i:90;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"fss-logo-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2166,328,'_edit_last','1'),(2167,328,'field_52cf972f995cd','a:10:{s:3:\"key\";s:19:\"field_52cf972f995cd\";s:5:\"label\";s:25:\"Upload your pdf/word here\";s:4:\"name\";s:6:\"upload\";s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"1\";s:11:\"save_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),(2169,328,'position','normal'),(2170,328,'layout','no_box'),(2171,328,'hide_on_screen','a:1:{i:0;s:9:\"permalink\";}'),(2172,328,'_edit_lock','1394459869:1'),(2174,331,'_edit_last','1'),(2175,331,'field_52cf9910fdd16','a:10:{s:3:\"key\";s:19:\"field_52cf9910fdd16\";s:5:\"label\";s:25:\"Upload your pdf/word here\";s:4:\"name\";s:12:\"upload_paper\";s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"1\";s:11:\"save_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),(2177,331,'position','normal'),(2178,331,'layout','no_box'),(2179,331,'hide_on_screen','a:1:{i:0;s:9:\"permalink\";}'),(2180,331,'_edit_lock','1394199098:1'),(2205,340,'_edit_last','1'),(2206,340,'_edit_lock','1389342766:1'),(2207,341,'_wp_attached_file','2014/01/Holidays-List-2014.pdf'),(2208,340,'upload','341'),(2209,340,'_upload','field_52cf972f995cd'),(2210,343,'_wp_attached_file','2014/01/test.pdf'),(2211,342,'_edit_last','1'),(2212,342,'upload','343'),(2213,342,'_upload','field_52cf972f995cd'),(2214,342,'_edit_lock','1394199829:1'),(2215,344,'_edit_last','1'),(2216,344,'_edit_lock','1397129674:3'),(2217,345,'_wp_attached_file','2014/01/test.docx'),(2218,344,'upload','345'),(2219,344,'_upload','field_52cf972f995cd'),(2230,215,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2231,215,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(2238,352,'_edit_last','1'),(2239,352,'_edit_lock','1394198540:1'),(2240,352,'upload_paper','343'),(2241,352,'_upload_paper','field_52cf9910fdd16'),(2242,353,'_edit_last','1'),(2243,353,'_edit_lock','1389346423:1'),(2244,353,'upload_paper','345'),(2245,353,'_upload_paper','field_52cf9910fdd16'),(2246,354,'_edit_last','1'),(2247,354,'_edit_lock','1394198422:1'),(2248,354,'upload_paper','341'),(2249,354,'_upload_paper','field_52cf9910fdd16'),(2268,358,'_edit_last','1'),(2269,358,'_edit_lock','1389591006:1'),(2270,358,'_wp_page_template','page-section.php'),(2277,358,'minti_titlebar','titlebar'),(2278,358,'minti_featuredimage-breadcrumbs','1'),(2279,358,'minti_revolutionslider','0'),(2280,358,'minti_flexslider','0'),(2281,358,'minti_portfoliofilter','0'),(2282,358,'minti_bgstyle','stretch'),(2283,360,'_edit_last','1'),(2284,360,'_edit_lock','1394461476:1'),(2285,360,'_wp_page_template','page-section.php'),(2292,360,'minti_titlebar','titlebar'),(2293,360,'minti_featuredimage-breadcrumbs','1'),(2294,360,'minti_revolutionslider','0'),(2295,360,'minti_flexslider','0'),(2296,360,'minti_portfoliofilter','0'),(2297,360,'minti_bgstyle','stretch'),(2356,358,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2357,358,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(2368,360,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2369,360,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(2378,381,'_edit_last','1'),(2379,381,'_edit_lock','1393580929:1'),(2380,381,'date','13/01/2014'),(2381,381,'_date','field_52d39f1cbb909'),(2382,382,'_edit_last','1'),(2383,382,'_edit_lock','1397627121:3'),(2384,382,'date','14/01/2014'),(2385,382,'_date','field_52d39f1cbb909'),(2386,383,'_edit_last','1'),(2387,383,'_edit_lock','1393581246:1'),(2388,383,'date','11/01/2014'),(2389,383,'_date','field_52d39f1cbb909'),(2390,385,'_edit_last','1'),(2391,385,'_edit_lock','1401096454:1'),(2392,385,'_wp_page_template','page-section.php'),(2399,385,'minti_titlebar','titlebar'),(2400,385,'minti_featuredimage-breadcrumbs','1'),(2401,385,'minti_revolutionslider','0'),(2402,385,'minti_flexslider','0'),(2403,385,'minti_portfoliofilter','0'),(2404,385,'minti_bgstyle','stretch'),(2437,385,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2438,385,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(2445,397,'_edit_last','1'),(2446,397,'field_52d3ce4bbffed','a:12:{s:3:\"key\";s:19:\"field_52d3ce4bbffed\";s:5:\"label\";s:11:\"Detail tips\";s:4:\"name\";s:11:\"detail_tips\";s:4:\"type\";s:8:\"textarea\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"1\";s:13:\"default_value\";s:0:\"\";s:11:\"placeholder\";s:0:\"\";s:9:\"maxlength\";s:0:\"\";s:10:\"formatting\";s:4:\"none\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:3:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:0:\"\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),(2448,397,'position','normal'),(2449,397,'layout','no_box'),(2450,397,'hide_on_screen','a:1:{i:0;s:9:\"permalink\";}'),(2451,397,'_edit_lock','1393586937:1'),(2457,402,'_edit_last','1'),(2458,402,'detail_tips','Tip 2 : second tip for the website.'),(2459,402,'_detail_tips','field_52d3ce4bbffed'),(2460,402,'_edit_lock','1393492275:1'),(2461,403,'_edit_last','1'),(2462,403,'detail_tips','It has roots in a piece of classical Latin literature from 45 BC Contrary to popular belief not simply random - Tip1'),(2463,403,'_detail_tips','field_52d3ce4bbffed'),(2464,403,'_edit_lock','1393492255:1'),(5630,217,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(5629,217,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2573,426,'_wp_attached_file','2013/12/fss-jacob-ballas.png'),(2574,426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:177;s:6:\"height\";i:82;s:4:\"file\";s:28:\"2013/12/fss-jacob-ballas.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"fss-jacob-ballas-150x82.png\";s:5:\"width\";i:150;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"mini\";a:4:{s:4:\"file\";s:26:\"fss-jacob-ballas-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2605,432,'_wp_attached_file','2013/12/fss-nea.png'),(2606,432,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:177;s:6:\"height\";i:82;s:4:\"file\";s:19:\"2013/12/fss-nea.png\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:18:\"fss-nea-150x82.png\";s:5:\"width\";i:150;s:6:\"height\";i:82;s:9:\"mime-type\";s:9:\"image/png\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"fss-nea-60x60.png\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5658,226,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(5547,248,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(2677,446,'_edit_last','1'),(2678,446,'_edit_lock','1393578957:1'),(2679,446,'detail_tips','Tip 3 : Third tip for the website'),(2680,446,'_detail_tips','field_52d3ce4bbffed'),(2681,447,'_menu_item_type','custom'),(2682,447,'_menu_item_menu_item_parent','0'),(2683,447,'_menu_item_object_id','447'),(2684,447,'_menu_item_object','custom'),(2685,447,'_menu_item_target',''),(2686,447,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2687,447,'_menu_item_xfn',''),(2688,447,'_menu_item_url','http://039719c.netsolhost.com/ltest/fss/about-us/overview/'),(5392,221,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(5391,221,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5221,868,'_edit_last','1'),(5222,868,'_edit_lock','1400072679:1'),(5223,869,'_wp_attached_file','2014/05/fss-data-centre.jpg'),(2768,462,'_edit_last','1'),(2769,462,'_edit_lock','1401097633:1'),(2770,462,'_wp_page_template','page-fullwidth.php'),(2777,462,'minti_titlebar','titlebar'),(2778,462,'minti_featuredimage-breadcrumbs','1'),(2779,462,'minti_revolutionslider','0'),(2780,462,'minti_flexslider','0'),(2781,462,'minti_portfoliofilter','0'),(2782,462,'minti_bgstyle','stretch'),(5649,462,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5650,462,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(2835,473,'_menu_item_type','post_type'),(2836,473,'_menu_item_menu_item_parent','0'),(2837,473,'_menu_item_object_id','462'),(2838,473,'_menu_item_object','page'),(2839,473,'_menu_item_target',''),(2840,473,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2841,473,'_menu_item_xfn',''),(2842,473,'_menu_item_url',''),(2848,476,'_wp_attached_file','2013/12/pa-dss-logo.jpg'),(2849,476,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:162;s:6:\"height\";i:32;s:4:\"file\";s:23:\"2013/12/pa-dss-logo.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"pa-dss-logo-150x32.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:21:\"pa-dss-logo-60x32.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:32;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2850,478,'_wp_attached_file','2013/12/fss-merchant.jpg'),(2851,478,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:24:\"2013/12/fss-merchant.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"fss-merchant-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"fss-merchant-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"fss-merchant-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:24:\"fss-merchant-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:24:\"fss-merchant-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:24:\"fss-merchant-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:22:\"fss-merchant-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2885,48,'minti_bgstyle','stretch'),(5563,48,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5564,48,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(2918,52,'minti_bgstyle','stretch'),(2935,54,'minti_bgstyle','stretch'),(2936,492,'_wp_attached_file','2013/12/fss-mobile-pay.jpg'),(2937,492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:26:\"2013/12/fss-mobile-pay.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"fss-mobile-pay-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"fss-mobile-pay-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"fss-mobile-pay-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:26:\"fss-mobile-pay-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:26:\"fss-mobile-pay-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:26:\"fss-mobile-pay-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:24:\"fss-mobile-pay-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2950,496,'_wp_attached_file','2013/12/fss-financial-inclusion.jpg'),(2951,496,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:133;s:4:\"file\";s:35:\"2013/12/fss-financial-inclusion.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"fss-financial-inclusion-150x133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:34:\"fss-financial-inclusion-300x42.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:35:\"fss-financial-inclusion-700x133.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:35:\"fss-financial-inclusion-320x133.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:35:\"fss-financial-inclusion-640x133.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:35:\"fss-financial-inclusion-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:35:\"fss-financial-inclusion-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:33:\"fss-financial-inclusion-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(2958,58,'minti_bgstyle','stretch'),(2965,499,'_edit_last','1'),(2966,499,'_edit_lock','1400850590:1'),(2967,499,'_wp_page_template','page-sub-level2.php'),(2974,499,'minti_titlebar','titlebar'),(2975,499,'minti_featuredimage-breadcrumbs','1'),(2976,499,'minti_revolutionslider','0'),(2977,499,'minti_flexslider','0'),(2978,499,'minti_portfoliofilter','0'),(2979,499,'minti_bgstyle','stretch'),(4157,722,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:636;s:6:\"height\";i:377;s:4:\"file\";s:39:\"2014/04/15TH_WHISTLEBLOWER_1845655f.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"15TH_WHISTLEBLOWER_1845655f-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"15TH_WHISTLEBLOWER_1845655f-300x177.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:177;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:39:\"15TH_WHISTLEBLOWER_1845655f-636x300.jpg\";s:5:\"width\";i:636;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:39:\"15TH_WHISTLEBLOWER_1845655f-320x210.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:39:\"15TH_WHISTLEBLOWER_1845655f-460x300.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:39:\"15TH_WHISTLEBLOWER_1845655f-460x250.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:37:\"15TH_WHISTLEBLOWER_1845655f-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(4156,722,'_wp_attached_file','2014/04/15TH_WHISTLEBLOWER_1845655f.jpg'),(2997,503,'_wp_attached_file','2014/02/fss-micro-pay.jpg'),(2998,503,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:25:\"2014/02/fss-micro-pay.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"fss-micro-pay-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"fss-micro-pay-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"fss-micro-pay-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:25:\"fss-micro-pay-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:25:\"fss-micro-pay-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:25:\"fss-micro-pay-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:23:\"fss-micro-pay-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3011,506,'_edit_last','1'),(3012,506,'_edit_lock','1400848342:1'),(3013,507,'_wp_attached_file','2014/02/fss-biometric.jpg'),(3014,507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:25:\"2014/02/fss-biometric.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"fss-biometric-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"fss-biometric-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"fss-biometric-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:25:\"fss-biometric-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:25:\"fss-biometric-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:25:\"fss-biometric-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:23:\"fss-biometric-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3015,506,'_wp_page_template','page-sub-level2.php'),(3022,506,'minti_titlebar','titlebar'),(3023,506,'minti_featuredimage-breadcrumbs','1'),(3024,506,'minti_revolutionslider','0'),(3025,506,'minti_flexslider','0'),(3026,506,'minti_portfoliofilter','0'),(3027,506,'minti_bgstyle','stretch'),(3044,510,'_wp_attached_file','2013/12/fss-connect.jpg'),(3045,510,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:23:\"2013/12/fss-connect.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"fss-connect-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"fss-connect-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"fss-connect-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:23:\"fss-connect-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:23:\"fss-connect-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:23:\"fss-connect-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:21:\"fss-connect-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3052,60,'minti_bgstyle','stretch'),(3053,512,'_menu_item_type','post_type'),(3054,512,'_menu_item_menu_item_parent','39'),(3055,512,'_menu_item_object_id','60'),(3056,512,'_menu_item_object','page'),(3057,512,'_menu_item_target',''),(3058,512,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3059,512,'_menu_item_xfn',''),(3060,512,'_menu_item_url',''),(3066,514,'_wp_attached_file','2013/12/fss-value-added-payment-product.jpg'),(3067,514,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:133;s:4:\"file\";s:43:\"2013/12/fss-value-added-payment-product.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"fss-value-added-payment-product-150x133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fss-value-added-payment-product-300x42.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:43:\"fss-value-added-payment-product-700x133.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:43:\"fss-value-added-payment-product-320x133.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:43:\"fss-value-added-payment-product-640x133.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:43:\"fss-value-added-payment-product-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:43:\"fss-value-added-payment-product-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:41:\"fss-value-added-payment-product-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3074,56,'minti_bgstyle','stretch'),(3077,517,'_wp_attached_file','2014/02/fss-bill-pay.jpg'),(3078,517,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:24:\"2014/02/fss-bill-pay.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"fss-bill-pay-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"fss-bill-pay-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:24:\"fss-bill-pay-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:24:\"fss-bill-pay-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:24:\"fss-bill-pay-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:24:\"fss-bill-pay-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:22:\"fss-bill-pay-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3104,520,'_edit_last','1'),(3105,520,'_edit_lock','1400851949:1'),(3106,520,'_wp_page_template','page-sub-level2.php'),(3113,520,'minti_titlebar','titlebar'),(3114,520,'minti_featuredimage-breadcrumbs','1'),(3115,520,'minti_revolutionslider','0'),(3116,520,'minti_flexslider','0'),(3117,520,'minti_portfoliofilter','0'),(3118,520,'minti_bgstyle','stretch'),(3123,522,'_edit_lock','1400847708:1'),(3124,522,'_edit_last','1'),(3125,523,'_wp_attached_file','2014/02/fss-product-cross-sell.jpg'),(3126,523,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:34:\"2014/02/fss-product-cross-sell.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"fss-product-cross-sell-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"fss-product-cross-sell-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:34:\"fss-product-cross-sell-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:34:\"fss-product-cross-sell-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:34:\"fss-product-cross-sell-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:34:\"fss-product-cross-sell-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:32:\"fss-product-cross-sell-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3127,522,'_wp_page_template','page-sub-level2.php'),(3134,522,'minti_titlebar','titlebar'),(3135,522,'minti_featuredimage-breadcrumbs','1'),(3136,522,'minti_revolutionslider','0'),(3137,522,'minti_flexslider','0'),(3138,522,'minti_portfoliofilter','0'),(3139,522,'minti_bgstyle','stretch'),(3198,532,'_edit_last','1'),(3199,532,'_edit_lock','1400847853:1'),(3200,533,'_wp_attached_file','2014/02/fss-green-pin.jpg'),(3201,533,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:25:\"2014/02/fss-green-pin.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"fss-green-pin-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"fss-green-pin-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"fss-green-pin-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:25:\"fss-green-pin-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:25:\"fss-green-pin-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:25:\"fss-green-pin-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:23:\"fss-green-pin-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3202,532,'_wp_page_template','page-sub-level2.php'),(3209,532,'minti_titlebar','titlebar'),(3210,532,'minti_featuredimage-breadcrumbs','1'),(3211,532,'minti_revolutionslider','0'),(3212,532,'minti_flexslider','0'),(3213,532,'minti_portfoliofilter','0'),(3214,532,'minti_bgstyle','stretch'),(3219,535,'_edit_last','1'),(3220,535,'_edit_lock','1400848134:1'),(3221,536,'_wp_attached_file','2014/02/Loyalty-Manager.jpg'),(3222,536,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:27:\"2014/02/Loyalty-Manager.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"Loyalty-Manager-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:26:\"Loyalty-Manager-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:27:\"Loyalty-Manager-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:27:\"Loyalty-Manager-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:27:\"Loyalty-Manager-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:27:\"Loyalty-Manager-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:25:\"Loyalty-Manager-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3223,535,'_wp_page_template','page-sub-level2.php'),(3230,535,'minti_titlebar','titlebar'),(3231,535,'minti_featuredimage-breadcrumbs','1'),(3232,535,'minti_revolutionslider','0'),(3233,535,'minti_flexslider','0'),(3234,535,'minti_portfoliofilter','0'),(3235,535,'minti_bgstyle','stretch'),(3236,538,'_edit_lock','1400850127:1'),(3237,538,'_edit_last','1'),(3238,539,'_wp_attached_file','2014/02/fss-currency-convert.jpg'),(3239,539,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:32:\"2014/02/fss-currency-convert.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"fss-currency-convert-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"fss-currency-convert-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:32:\"fss-currency-convert-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:32:\"fss-currency-convert-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:32:\"fss-currency-convert-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:32:\"fss-currency-convert-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:30:\"fss-currency-convert-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3246,538,'_wp_page_template','page-sub-level2.php'),(3253,538,'minti_titlebar','titlebar'),(3254,538,'minti_featuredimage-breadcrumbs','1'),(3255,538,'minti_revolutionslider','0'),(3256,538,'minti_flexslider','0'),(3257,538,'minti_portfoliofilter','0'),(3258,538,'minti_bgstyle','stretch'),(3259,542,'_edit_lock','1400850305:1'),(3260,542,'_edit_last','1'),(3261,543,'_wp_attached_file','2014/02/fss-adm.jpg'),(3262,543,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:19:\"2014/02/fss-adm.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:19:\"fss-adm-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:18:\"fss-adm-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:19:\"fss-adm-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:19:\"fss-adm-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:19:\"fss-adm-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:19:\"fss-adm-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:17:\"fss-adm-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3263,542,'_wp_page_template','page-sub-level2.php'),(3270,542,'minti_titlebar','titlebar'),(3271,542,'minti_featuredimage-breadcrumbs','1'),(3272,542,'minti_revolutionslider','0'),(3273,542,'minti_flexslider','0'),(3274,542,'minti_portfoliofilter','0'),(3275,542,'minti_bgstyle','stretch'),(5669,2,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5670,2,'sbg_selected_sidebar_replacement','a:1:{i:0;s:14:\"Footer Widgets\";}'),(3288,549,'_wp_attached_file','2013/12/fss-software-services.jpg'),(3289,549,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:133;s:4:\"file\";s:33:\"2013/12/fss-software-services.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"fss-software-services-150x133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"fss-software-services-300x42.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:33:\"fss-software-services-700x133.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"fss-software-services-320x133.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:33:\"fss-software-services-640x133.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:33:\"fss-software-services-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:33:\"fss-software-services-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:31:\"fss-software-services-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3296,26,'minti_bgstyle','stretch'),(3301,552,'_wp_attached_file','2013/12/fss-system-integration.jpg'),(3302,552,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:34:\"2013/12/fss-system-integration.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"fss-system-integration-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"fss-system-integration-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:34:\"fss-system-integration-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:34:\"fss-system-integration-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:34:\"fss-system-integration-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:34:\"fss-system-integration-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:32:\"fss-system-integration-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3309,66,'minti_bgstyle','stretch'),(3322,1,'_edit_lock','1393509784:1'),(3323,554,'_edit_last','1'),(3324,554,'_edit_lock','1393511425:1'),(3325,554,'_wp_page_template','default'),(3330,554,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3331,554,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3332,554,'minti_titlebar','titlebar'),(3333,554,'minti_featuredimage-breadcrumbs','1'),(3334,554,'minti_revolutionslider','0'),(3335,554,'minti_flexslider','0'),(3336,554,'minti_portfoliofilter','0'),(3337,554,'minti_bgstyle','stretch'),(3350,69,'minti_bgstyle','stretch'),(3363,558,'_wp_attached_file','2013/12/fss-offshore-product-development.jpg'),(3364,558,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:44:\"2013/12/fss-offshore-product-development.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"fss-offshore-product-development-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:43:\"fss-offshore-product-development-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:44:\"fss-offshore-product-development-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:44:\"fss-offshore-product-development-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:44:\"fss-offshore-product-development-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:44:\"fss-offshore-product-development-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:42:\"fss-offshore-product-development-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3365,397,'rule','a:5:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:4:\"tips\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),(5556,250,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(5571,52,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3398,566,'_wp_attached_file','2013/12/fss-recon.jpg'),(3399,566,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:21:\"2013/12/fss-recon.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"fss-recon-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"fss-recon-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"fss-recon-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:21:\"fss-recon-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:21:\"fss-recon-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:21:\"fss-recon-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:19:\"fss-recon-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5579,54,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5580,54,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(4995,56,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4996,56,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(5621,520,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5622,520,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(5507,522,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5508,522,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(5515,532,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5516,532,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(5523,535,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5524,535,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(5587,538,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5588,538,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(5595,542,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5596,542,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(4966,58,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(5603,499,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5604,499,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(5531,506,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5532,506,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(4990,60,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(5265,26,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5266,26,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(5074,66,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3524,591,'_wp_attached_file','2013/12/fss-offshore-product-development1.jpg'),(3525,591,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:45:\"2013/12/fss-offshore-product-development1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"fss-offshore-product-development1-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"fss-offshore-product-development1-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:45:\"fss-offshore-product-development1-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:45:\"fss-offshore-product-development1-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:45:\"fss-offshore-product-development1-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:45:\"fss-offshore-product-development1-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:43:\"fss-offshore-product-development1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5069,69,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5070,69,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3560,597,'_wp_attached_file','2013/12/fss-project-management.jpg'),(3561,597,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:34:\"2013/12/fss-project-management.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:34:\"fss-project-management-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"fss-project-management-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:34:\"fss-project-management-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:34:\"fss-project-management-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:34:\"fss-project-management-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:34:\"fss-project-management-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:32:\"fss-project-management-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3568,71,'minti_bgstyle','stretch'),(5065,71,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5066,71,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3575,601,'_wp_attached_file','2013/12/fss-upgrade-and-migration-services.jpg'),(3576,601,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:46:\"2013/12/fss-upgrade-and-migration-services.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"fss-upgrade-and-migration-services-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"fss-upgrade-and-migration-services-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:46:\"fss-upgrade-and-migration-services-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:46:\"fss-upgrade-and-migration-services-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:46:\"fss-upgrade-and-migration-services-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:46:\"fss-upgrade-and-migration-services-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:44:\"fss-upgrade-and-migration-services-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3583,73,'minti_bgstyle','stretch'),(5090,73,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3588,604,'_wp_attached_file','2013/12/fss-Testing-Certification-Services.jpg'),(3589,604,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:46:\"2013/12/fss-Testing-Certification-Services.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"fss-Testing-Certification-Services-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"fss-Testing-Certification-Services-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:46:\"fss-Testing-Certification-Services-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:46:\"fss-Testing-Certification-Services-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:46:\"fss-Testing-Certification-Services-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:46:\"fss-Testing-Certification-Services-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:44:\"fss-Testing-Certification-Services-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5086,75,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3596,75,'minti_bgstyle','stretch'),(3597,607,'_wp_attached_file','2013/12/fss-application-testing-service.jpg'),(3598,607,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:43:\"2013/12/fss-application-testing-service.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"fss-application-testing-service-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fss-application-testing-service-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:43:\"fss-application-testing-service-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:43:\"fss-application-testing-service-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:43:\"fss-application-testing-service-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:43:\"fss-application-testing-service-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:41:\"fss-application-testing-service-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5095,77,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5096,77,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3605,77,'minti_bgstyle','stretch'),(3606,610,'_wp_attached_file','2013/12/fss-online-technical-support.jpg'),(3607,610,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:40:\"2013/12/fss-online-technical-support.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"fss-online-technical-support-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:39:\"fss-online-technical-support-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:40:\"fss-online-technical-support-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:40:\"fss-online-technical-support-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:40:\"fss-online-technical-support-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:40:\"fss-online-technical-support-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:38:\"fss-online-technical-support-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5102,79,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3614,79,'minti_bgstyle','stretch'),(3615,613,'_wp_attached_file','2013/12/fss-help-desk.jpg'),(3616,613,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:25:\"2013/12/fss-help-desk.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"fss-help-desk-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:24:\"fss-help-desk-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:25:\"fss-help-desk-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:25:\"fss-help-desk-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:25:\"fss-help-desk-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:25:\"fss-help-desk-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:23:\"fss-help-desk-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5108,81,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3623,81,'minti_bgstyle','stretch'),(3624,616,'_wp_attached_file','2013/12/fss-processing.jpg'),(3625,616,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:133;s:4:\"file\";s:26:\"2013/12/fss-processing.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"fss-processing-150x133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"fss-processing-300x42.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:26:\"fss-processing-700x133.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"fss-processing-320x133.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:26:\"fss-processing-640x133.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:26:\"fss-processing-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:26:\"fss-processing-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:24:\"fss-processing-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3632,29,'minti_bgstyle','stretch'),(5274,29,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3673,626,'_wp_attached_file','2013/12/fss-transaction-switching-interchange.jpg'),(3674,626,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:49:\"2013/12/fss-transaction-switching-interchange.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"fss-transaction-switching-interchange-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"fss-transaction-switching-interchange-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:49:\"fss-transaction-switching-interchange-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:49:\"fss-transaction-switching-interchange-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:49:\"fss-transaction-switching-interchange-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:49:\"fss-transaction-switching-interchange-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:47:\"fss-transaction-switching-interchange-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5120,91,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3681,91,'minti_bgstyle','stretch'),(3682,629,'_wp_attached_file','2013/12/fss-processing-card-issuance-management-system.jpg'),(3683,629,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:58:\"2013/12/fss-processing-card-issuance-management-system.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"fss-processing-card-issuance-management-system-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"fss-processing-card-issuance-management-system-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:58:\"fss-processing-card-issuance-management-system-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:58:\"fss-processing-card-issuance-management-system-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:58:\"fss-processing-card-issuance-management-system-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:58:\"fss-processing-card-issuance-management-system-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:56:\"fss-processing-card-issuance-management-system-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5126,93,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3690,93,'minti_bgstyle','stretch'),(3691,631,'_wp_attached_file','2013/12/fss-process-merchant-management.jpg'),(3692,631,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:43:\"2013/12/fss-process-merchant-management.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"fss-process-merchant-management-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fss-process-merchant-management-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:43:\"fss-process-merchant-management-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:43:\"fss-process-merchant-management-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:43:\"fss-process-merchant-management-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:43:\"fss-process-merchant-management-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:41:\"fss-process-merchant-management-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5377,95,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5378,95,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3699,95,'minti_bgstyle','stretch'),(3700,634,'_wp_attached_file','2013/12/fss-processing-integrated-reconciliation.jpg'),(3701,634,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:52:\"2013/12/fss-processing-integrated-reconciliation.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"fss-processing-integrated-reconciliation-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"fss-processing-integrated-reconciliation-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:52:\"fss-processing-integrated-reconciliation-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:52:\"fss-processing-integrated-reconciliation-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:52:\"fss-processing-integrated-reconciliation-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:52:\"fss-processing-integrated-reconciliation-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:50:\"fss-processing-integrated-reconciliation-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3708,97,'minti_bgstyle','stretch'),(5148,97,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3721,639,'_wp_attached_file','2013/12/fss-processing-internet-pay.jpg'),(3722,639,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:39:\"2013/12/fss-processing-internet-pay.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:39:\"fss-processing-internet-pay-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"fss-processing-internet-pay-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:39:\"fss-processing-internet-pay-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:39:\"fss-processing-internet-pay-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:39:\"fss-processing-internet-pay-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:39:\"fss-processing-internet-pay-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:37:\"fss-processing-internet-pay-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5144,99,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3729,99,'minti_bgstyle','stretch'),(3730,642,'_wp_attached_file','2013/12/fss-processing-mobile-payments.jpg'),(3731,642,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:42:\"2013/12/fss-processing-mobile-payments.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fss-processing-mobile-payments-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"fss-processing-mobile-payments-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:42:\"fss-processing-mobile-payments-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:42:\"fss-processing-mobile-payments-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:42:\"fss-processing-mobile-payments-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:42:\"fss-processing-mobile-payments-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:40:\"fss-processing-mobile-payments-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5154,101,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3738,101,'minti_bgstyle','stretch'),(3739,645,'_wp_attached_file','2013/12/fss-remittance.jpg'),(3740,645,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:26:\"2013/12/fss-remittance.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"fss-remittance-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"fss-remittance-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"fss-remittance-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:26:\"fss-remittance-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:26:\"fss-remittance-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:26:\"fss-remittance-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:24:\"fss-remittance-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5160,103,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3747,103,'minti_bgstyle','stretch'),(3748,648,'_wp_attached_file','2013/12/fss-processing-financial-inclusion.jpg'),(3749,648,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:46:\"2013/12/fss-processing-financial-inclusion.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"fss-processing-financial-inclusion-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"fss-processing-financial-inclusion-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:46:\"fss-processing-financial-inclusion-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:46:\"fss-processing-financial-inclusion-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:46:\"fss-processing-financial-inclusion-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:46:\"fss-processing-financial-inclusion-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:44:\"fss-processing-financial-inclusion-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5166,105,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3756,105,'minti_bgstyle','stretch'),(3757,651,'_wp_attached_file','2013/12/fss-processing-value-added-services.jpg'),(3758,651,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:47:\"2013/12/fss-processing-value-added-services.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:47:\"fss-processing-value-added-services-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"fss-processing-value-added-services-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:47:\"fss-processing-value-added-services-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:47:\"fss-processing-value-added-services-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:47:\"fss-processing-value-added-services-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:47:\"fss-processing-value-added-services-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:45:\"fss-processing-value-added-services-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3765,107,'minti_bgstyle','stretch'),(5192,107,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3772,655,'_wp_attached_file','2013/12/fss-processing-electronic-journal.jpg'),(3773,655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:45:\"2013/12/fss-processing-electronic-journal.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"fss-processing-electronic-journal-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"fss-processing-electronic-journal-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:45:\"fss-processing-electronic-journal-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:45:\"fss-processing-electronic-journal-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:45:\"fss-processing-electronic-journal-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:45:\"fss-processing-electronic-journal-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:43:\"fss-processing-electronic-journal-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5188,109,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3780,109,'minti_bgstyle','stretch'),(3781,658,'_wp_attached_file','2013/12/fss-native-currency-convertion.jpg'),(3782,658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:42:\"2013/12/fss-native-currency-convertion.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fss-native-currency-convertion-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"fss-native-currency-convertion-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:42:\"fss-native-currency-convertion-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:42:\"fss-native-currency-convertion-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:42:\"fss-native-currency-convertion-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:42:\"fss-native-currency-convertion-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:40:\"fss-native-currency-convertion-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5184,111,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3789,111,'minti_bgstyle','stretch'),(3790,661,'_wp_attached_file','2013/12/fss-independent-atm-deployment.jpg'),(3791,661,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:42:\"2013/12/fss-independent-atm-deployment.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"fss-independent-atm-deployment-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:41:\"fss-independent-atm-deployment-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:42:\"fss-independent-atm-deployment-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:42:\"fss-independent-atm-deployment-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:42:\"fss-independent-atm-deployment-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:42:\"fss-independent-atm-deployment-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:40:\"fss-independent-atm-deployment-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5209,126,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3798,128,'minti_bgstyle','stretch'),(3799,665,'_wp_attached_file','2013/12/fss-atm-managed-services.jpg'),(3800,665,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:36:\"2013/12/fss-atm-managed-services.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:36:\"fss-atm-managed-services-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"fss-atm-managed-services-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:36:\"fss-atm-managed-services-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:36:\"fss-atm-managed-services-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:36:\"fss-atm-managed-services-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:36:\"fss-atm-managed-services-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:34:\"fss-atm-managed-services-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5210,126,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3807,126,'minti_bgstyle','stretch'),(3810,668,'_wp_attached_file','2013/12/logo.jpg'),(3811,668,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:92;s:6:\"height\";i:75;s:4:\"file\";s:16:\"2013/12/logo.jpg\";s:5:\"sizes\";a:1:{s:4:\"mini\";a:4:{s:4:\"file\";s:14:\"logo-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3814,331,'field_5319b9fce43f8','a:11:{s:3:\"key\";s:19:\"field_5319b9fce43f8\";s:5:\"label\";s:32:\"Please check if download is free\";s:4:\"name\";s:32:\"please_check_if_download_is_free\";s:4:\"type\";s:8:\"checkbox\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:7:\"choices\";a:1:{s:4:\"Free\";s:13:\"Free Download\";}s:13:\"default_value\";s:0:\"\";s:6:\"layout\";s:10:\"horizontal\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}'),(3820,331,'rule','a:5:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:6:\"papers\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),(3821,328,'field_5319bcb4d8599','a:11:{s:3:\"key\";s:19:\"field_5319bcb4d8599\";s:5:\"label\";s:32:\"Please check if download is free\";s:4:\"name\";s:32:\"please_check_if_download_is_free\";s:4:\"type\";s:8:\"checkbox\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:7:\"choices\";a:1:{s:4:\"Free\";s:13:\"Free Download\";}s:13:\"default_value\";s:0:\"\";s:6:\"layout\";s:10:\"horizontal\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}'),(3822,328,'rule','a:5:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:7:\"studies\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),(3823,354,'please_check_if_download_is_free','a:1:{i:0;s:4:\"Free\";}'),(3824,354,'_please_check_if_download_is_free','field_5319b9fce43f8'),(3825,352,'please_check_if_download_is_free','a:1:{i:0;s:4:\"Free\";}'),(3826,352,'_please_check_if_download_is_free','field_5319b9fce43f8'),(3827,344,'please_check_if_download_is_free',''),(3828,344,'_please_check_if_download_is_free','field_5319bcb4d8599'),(3829,342,'please_check_if_download_is_free','a:1:{i:0;s:4:\"Free\";}'),(3830,342,'_please_check_if_download_is_free','field_5319bcb4d8599'),(5541,926,'_wp_attached_file','2013/12/fss_prepaid.jpg'),(5540,246,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3843,673,'_form','<p>Full Name (required)<br />\n [text* your-name] </p>\n\n<p>Company Name (required)<br />\n [text* text-782]</p>\n\n<p>Business Email (required)<br />\n [email* your-email] </p>\n\n<p>Phone Number (required)<br />\n [tel* tel-761 /12]</p>\n\n<p>Designation (required)<br />\n [text* text-885] </p>\n\n<p>Company Size (required)<br />\n [select* menu-581 include_blank \"Below 50\" \"50 to 100\" \"100 to 200\" \"200 to 500\" \"500 to 1000\" \"Above 1000\"]</p>\n\n<p>Interested in (required)<br />\n[select* menu-77 include_blank \"FSS Debit\" \"FSS Smart Chip\"]</p>\n\n<p>Comments<br />\n[textarea textarea-303 x5]</p>\n\n<p>[submit \"Send\"]</p>'),(3844,673,'_mail','a:7:{s:7:\"subject\";s:12:\"Enquiry Form\";s:6:\"sender\";s:25:\"[your-name]<[your-email]>\";s:4:\"body\";s:202:\"Name : [your-name]\nCompany Name : [text-782]\nBusiness Email : [your-email]\nPhone Number : [tel-761]\nDesignation : [text-885]\nCompany Size : [menu-581]\nInterested in : [menu-77]\nComments : [textarea-303]\";s:9:\"recipient\";s:19:\"smanoj.rs@gmail.com\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(3845,673,'_mail_2','a:8:{s:6:\"active\";b:0;s:7:\"subject\";s:0:\"\";s:6:\"sender\";s:0:\"\";s:4:\"body\";s:0:\"\";s:9:\"recipient\";s:0:\"\";s:18:\"additional_headers\";s:0:\"\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;}'),(3846,673,'_messages','a:21:{s:12:\"mail_sent_ok\";s:43:\"Your message was sent successfully. Thanks.\";s:12:\"mail_sent_ng\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:16:\"validation_error\";s:74:\"Validation errors occurred. Please confirm the fields and submit it again.\";s:4:\"spam\";s:93:\"Failed to send your message. Please try later or contact the administrator by another method.\";s:12:\"accept_terms\";s:35:\"Please accept the terms to proceed.\";s:16:\"invalid_required\";s:31:\"Please fill the required field.\";s:17:\"captcha_not_match\";s:31:\"Your entered code is incorrect.\";s:14:\"invalid_number\";s:28:\"Number format seems invalid.\";s:16:\"number_too_small\";s:25:\"This number is too small.\";s:16:\"number_too_large\";s:25:\"This number is too large.\";s:13:\"invalid_email\";s:28:\"Email address seems invalid.\";s:11:\"invalid_url\";s:18:\"URL seems invalid.\";s:11:\"invalid_tel\";s:31:\"Telephone number seems invalid.\";s:23:\"quiz_answer_not_correct\";s:27:\"Your answer is not correct.\";s:12:\"invalid_date\";s:26:\"Date format seems invalid.\";s:14:\"date_too_early\";s:23:\"This date is too early.\";s:13:\"date_too_late\";s:22:\"This date is too late.\";s:13:\"upload_failed\";s:22:\"Failed to upload file.\";s:24:\"upload_file_type_invalid\";s:30:\"This file type is not allowed.\";s:21:\"upload_file_too_large\";s:23:\"This file is too large.\";s:23:\"upload_failed_php_error\";s:38:\"Failed to upload file. Error occurred.\";}'),(3847,673,'_additional_settings',''),(3848,673,'_locale','en_US'),(3849,674,'_edit_last','1'),(3850,674,'_edit_lock','1394457478:1'),(3851,675,'_wp_attached_file','2014/03/fss-contact-us.jpg'),(3852,675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:133;s:4:\"file\";s:26:\"2014/03/fss-contact-us.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"fss-contact-us-150x133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"fss-contact-us-300x42.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:26:\"fss-contact-us-700x133.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"fss-contact-us-320x133.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:26:\"fss-contact-us-640x133.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:26:\"fss-contact-us-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:26:\"fss-contact-us-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:24:\"fss-contact-us-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(3853,674,'_wp_page_template','page-fullwidth.php'),(3860,674,'minti_titlebar','titlebar'),(3861,674,'minti_featuredimage-breadcrumbs','1'),(3862,674,'minti_revolutionslider','0'),(3863,674,'minti_flexslider','0'),(3864,674,'minti_portfoliofilter','0'),(3865,674,'minti_bgstyle','stretch'),(3878,679,'_menu_item_type','post_type'),(3879,679,'_menu_item_menu_item_parent','473'),(3880,679,'_menu_item_object_id','674'),(3881,679,'_menu_item_object','page'),(3882,679,'_menu_item_target',''),(3883,679,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3884,679,'_menu_item_xfn',''),(3885,679,'_menu_item_url',''),(5572,52,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(3893,681,'lp-main-headline','Main Catchy Headline (A)'),(3894,681,'lp-selected-template','svtle'),(3895,681,'lp-conversion-area','<h2>Form a</h2><form action=\"\" method=\"post\">First Name: <input name=\"first-name\" type=\"text\" /><br>Last Name: <input name=\"last-name\" type=\"text\" /><br>Email:<input name=\"email\" type=\"text\" /><br><input name=\"submit\" type=\"submit\" value=\"Submit\" /></form>'),(3896,681,'lp-main-headline-1','Main Catchy Headline Two (B)'),(3897,681,'lp-selected-template-1','svtle'),(3898,681,'landing-page-myeditor-1','<h2>Form B</h2><form action=\"\" method=\"post\">First Name: <input name=\"first-name\" type=\"text\" /><br>Last Name: <input name=\"last-name\" type=\"text\" /><br>Email:<input name=\"email\" type=\"text\" /><br><input name=\"submit\" type=\"submit\" value=\"Submit\" /></form>'),(3899,681,'content-1','<p>(Version B) This is the first paragraph of your landing page where you want to draw the viewer in and quickly explain your value proposition.</p><p><strong>Use Bullet Points to:</strong><ul><li>Explain why they should fill out the form</li><li>What they will learn if they download</li><li>A problem this form will solve for them</li></ul></p><p>Short ending paragraph reiterating the value behind the form</p>'),(3900,681,'lp-ab-variations','0,1'),(3901,681,'lp-ab-variation-impressions-0','31'),(3902,681,'lp-ab-variation-impressions-1','35'),(3903,681,'lp-ab-variation-conversions-0','10'),(3904,681,'lp-ab-variation-conversions-1','15'),(3905,681,'svtle-submit-button-color','5baa1e'),(3906,681,'svtle-display-social','0'),(3907,681,'svtle-logo','/wp-content/plugins/landing-pages/templates/svtle/assets/images/inbound-logo.png'),(3908,681,'svtle-body-color','ffffff'),(3909,681,'svtle-sidebar','left'),(3910,681,'svtle-page-text-color','4d4d4d'),(3911,681,'svtle-sidebar-color','ffffff'),(3912,681,'svtle-sidebar-text-color','000000'),(3913,681,'svtle-header-color','ffffff'),(3914,681,'svtle-submit-button-color-1','ff0c00'),(3915,681,'svtle-display-social-1','0'),(3916,681,'svtle-logo-1','/wp-content/plugins/landing-pages/templates/svtle/assets/images/inbound-logo.png'),(3917,681,'svtle-body-color-1','51b0ef'),(3918,681,'svtle-sidebar-1','left'),(3919,681,'svtle-page-text-color-1','000000'),(3920,681,'svtle-sidebar-color-1','51b0ef'),(3921,681,'svtle-sidebar-text-color-1','000000'),(3922,681,'svtle-header-color-1','51b0ef'),(3924,681,'lp_page_views_count','1'),(3925,681,'lp-ab-variations-marker','1'),(3926,683,'_edit_lock','1394457263:1'),(3927,683,'_edit_last','1'),(3928,684,'inbound_form_settings','<div id=\"_inbound_shortcodes_child_newoutput\" class=\"hidden\">[inbound_field label=\"Email\" type=\"text\" description=\"\" required=\"1\" dropdown=\"\" radio=\"\" checkbox=\"\" placeholder=\"\" html=\"\" dynamic=\"\" default=\"\" map_to=\"wpleads_email_address\" divider_options=\"\"]\n</div><div id=\"_inbound_shortcodes_child_output\" class=\"hidden\">[inbound_field label=\"{{label}}\" type=\"{{field_type}}\" description=\"{{description}}\" required=\"{{required}}\" dropdown=\"{{dropdown_options}}\" radio=\"{{radio_options}}\" checkbox=\"{{checkbox_options}}\" placeholder=\"{{placeholder}}\" html=\"{{html_block_options}}\" dynamic=\"{{hidden_input_options}}\" default=\"{{default_value}}\" map_to=\"{{map_to}}\" divider_options=\"{{divider_options}}\"]</div><div id=\"field_instructions\">Drag and drop fields to reorder.</div><div class=\"child-clone-row\" id=\"row-1\"><span class=\"form-field-row-number\">1</span><span class=\"inbound_field_type\"></span><a class=\"child-clone-row-remove child-options-toggles\">Remove</a><a href=\"#\" class=\"child-clone-row-shrink child-options-toggles \">Minimize</a><a href=\"#\" class=\"child-clone-row-exact child-options-toggles \">Clone</a><ul class=\"child-clone-row-form\"><li class=\"child-clone-row-form-row \"><div class=\"child-clone-row-label row-class-text\"><label>Field Label</label></div><div class=\"child-clone-row-field row-class-text row-child-class-text\"><input type=\"text\" data-conditional-hide=\"\" class=\"inbound-shortcodes-child-input inbound-form-label-input\" name=\"inbound_shortcode_label_1\" id=\"inbound_shortcode_label\" placeholder=\"Enter the Form Field Label. Example: First Name\" value=\"\"><span class=\"child-clone-row-desc\"></span></div></li><li class=\"child-clone-row-form-row minimize-class\"><div class=\"child-clone-row-label row-class-select\"><label>Field Type</label></div><div class=\"child-clone-row-field row-class-select row-child-class-select\"><select data-field-name=\"field_type\" name=\"inbound_shortcode_field_type_1\" id=\"inbound_shortcode_field_type\" class=\"inbound-shortcodes-child-input select inbound-shortcodes-select \"><option value=\"text\">Single Line Text</option><option value=\"textarea\">Paragraph Text</option><option value=\"dropdown\">Dropdown Options</option><option value=\"radio\">Radio Select</option><option value=\"number\">Number</option><option value=\"checkbox\">Checkbox</option><option value=\"html-block\">HTML Block</option><option value=\"divider\">Divider</option><option value=\"date\">Date Field</option><option value=\"time\">Time Field</option><option value=\"hidden\">Hidden Field</option></select><span class=\"child-clone-row-desc\">Select an form field type</span></div></li><li class=\"child-clone-row-form-row minimize-class inbound-hidden-row reveal-dropdown\"><div class=\"child-clone-row-label row-class-text\"><label>Dropdown choices</label></div><div class=\"child-clone-row-field row-class-text row-child-class-text\"><input type=\"text\" data-conditional-hide=\" reveal-dropdown\" class=\"inbound-shortcodes-child-input\" name=\"inbound_shortcode_dropdown_options_1\" id=\"inbound_shortcode_dropdown_options\" placeholder=\"Choice 1, Choice 2, Choice 3\" value=\"\"><span class=\"child-clone-row-desc\">Enter Your Dropdown Options. Separate by commas.</span></div></li><li class=\"child-clone-row-form-row minimize-class inbound-hidden-row reveal-radio\"><div class=\"child-clone-row-label row-class-text\"><label>Radio Choices</label></div><div class=\"child-clone-row-field row-class-text row-child-class-text\"><input type=\"text\" data-conditional-hide=\" reveal-radio\" class=\"inbound-shortcodes-child-input\" name=\"inbound_shortcode_radio_options_1\" id=\"inbound_shortcode_radio_options\" placeholder=\"Choice 1, Choice 2\" value=\"\"><span class=\"child-clone-row-desc\">Enter Your Radio Options. Separate by commas.</span></div></li><li class=\"child-clone-row-form-row minimize-class inbound-hidden-row reveal-checkbox\"><div class=\"child-clone-row-label row-class-text\"><label>Checkbox choices</label></div><div class=\"child-clone-row-field row-class-text row-child-class-text\"><input type=\"text\" data-conditional-hide=\" reveal-checkbox\" class=\"inbound-shortcodes-child-input\" name=\"inbound_shortcode_checkbox_options_1\" id=\"inbound_shortcode_checkbox_options\" placeholder=\"Choice 1, Choice 2, Choice 3\" value=\"\"><span class=\"child-clone-row-desc\">Enter Your Checkbox Options. Separate by commas.</span></div></li><li class=\"child-clone-row-form-row minimize-class inbound-hidden-row reveal-html-block\"><div class=\"child-clone-row-label row-class-textarea\"><label>HTML Block</label></div><div class=\"child-clone-row-field row-class-textarea row-child-class-textarea\"><textarea class=\"inbound-shortcodes-child-input inbound-shortcodes-textarea\" name=\"inbound_shortcode_html_block_options_1\" id=\"inbound_shortcode_html_block_options\"></textarea><span class=\"child-clone-row-desc\">This is a raw HTML block in the form. Insert text/HTML</span></div></li><li class=\"child-clone-row-form-row minimize-class inbound-hidden-row reveal-hidden\"><div class=\"child-clone-row-label row-class-text\"><label>Default Value</label></div><div class=\"child-clone-row-field row-class-text row-child-class-text\"><input type=\"text\" data-conditional-hide=\" reveal-hidden\" class=\"inbound-shortcodes-child-input\" name=\"inbound_shortcode_default_value_1\" id=\"inbound_shortcode_default_value\" placeholder=\"Enter Default Value\" value=\"\"><span class=\"child-clone-row-desc\">Enter the Default Value</span></div></li><li class=\"child-clone-row-form-row minimize-class inbound-hidden-row reveal-divider\"><div class=\"child-clone-row-label row-class-text\"><label>Divider Text (optional)</label></div><div class=\"child-clone-row-field row-class-text row-child-class-text\"><input type=\"text\" data-conditional-hide=\" reveal-divider\" class=\"inbound-shortcodes-child-input\" name=\"inbound_shortcode_divider_options_1\" id=\"inbound_shortcode_divider_options\" placeholder=\"\" value=\"\"><span class=\"child-clone-row-desc\">This is the text in the divider</span></div></li><li class=\"child-clone-row-form-row minimize-class inbound-tab-class-\"><div class=\"child-clone-row-label row-class-helper-block\"><label>Field Description <span class=\"small-optional-text\">(optional)</span></label></div><div class=\"child-clone-row-field row-class-helper-block row-child-class-helper-block\"><span class=\"child-clone-row-desc\"><span class=\"show-advanced-fields\">Show advanced fields</span></span></div></li><li class=\"child-clone-row-form-row minimize-class inbound-tab-class-advanced\"><div class=\"child-clone-row-label row-class-checkbox\"><label>Required Field? <span class=\"small-optional-text\">(optional)</span></label></div><div class=\"child-clone-row-field row-class-checkbox row-child-class-checkbox\"><label for=\"inbound_shortcode_required\"><input type=\"checkbox\" class=\"inbound-shortcodes-child-input inbound-shortcodes-checkbox\" name=\"inbound_shortcode_required_1\" id=\"inbound_shortcode_required\" value=\"on\"></label></div></li><li class=\"child-clone-row-form-row minimize-class inbound-tab-class-advanced\"><div class=\"child-clone-row-label row-class-text\"><label>Field Placeholder <span class=\"small-optional-text\">(optional)</span></label></div><div class=\"child-clone-row-field row-class-text row-child-class-text\"><input type=\"text\" data-conditional-hide=\"\" class=\"inbound-shortcodes-child-input\" name=\"inbound_shortcode_placeholder_1\" id=\"inbound_shortcode_placeholder\" placeholder=\"\" value=\"\"><span class=\"child-clone-row-desc\">Put field placeholder text here. Only works for normal text inputs</span></div></li><li class=\"child-clone-row-form-row minimize-class inbound-tab-class-advanced\"><div class=\"child-clone-row-label row-class-textarea\"><label>Field Description <span class=\"small-optional-text\">(optional)</span></label></div><div class=\"child-clone-row-field row-class-textarea row-child-class-textarea\"><textarea class=\"inbound-shortcodes-child-input inbound-shortcodes-textarea\" name=\"inbound_shortcode_description_1\" id=\"inbound_shortcode_description\"></textarea><span class=\"child-clone-row-desc\">Put field description here.</span></div></li><li class=\"child-clone-row-form-row minimize-class inbound-tab-class-advanced\"><div class=\"child-clone-row-label row-class-text\"><label>Dynamic Field Filling</label></div><div class=\"child-clone-row-field row-class-text row-child-class-text\"><input type=\"text\" data-conditional-hide=\"\" class=\"inbound-shortcodes-child-input\" name=\"inbound_shortcode_hidden_input_options_1\" id=\"inbound_shortcode_hidden_input_options\" placeholder=\"enter dynamic url parameter example: utm_campaign \" value=\"\"><span class=\"child-clone-row-desc\">Enter Your Dynamic URL parameter</span></div></li><li class=\"child-clone-row-form-row minimize-class inbound-tab-class-advanced exclude\"><div class=\"child-clone-row-label row-class-select\"><label>Map Field To</label></div><div class=\"child-clone-row-field row-class-select row-child-class-select\"><select data-field-name=\"map_to\" name=\"inbound_shortcode_map_to_1\" id=\"inbound_shortcode_map_to\" class=\"inbound-shortcodes-child-input select inbound-shortcodes-select advanced exclude\"><option value=\"null\">No Mapping</option><option value=\"wpleads_first_name\">First Name</option><option value=\"wpleads_last_name\">Last Name</option><option value=\"wpleads_email_address\">Email</option><option value=\"wpleads_website\">Website</option><option value=\"wpleads_company_name\">Company Name</option><option value=\"wpleads_mobile_phone\">Mobile Phone</option><option value=\"wpleads_work_phone\">Work Phone</option><option value=\"wpleads_address_line_1\">Address</option><option value=\"wpleads_address_line_2\">Address Continued</option><option value=\"wpleads_city\">City</option><option value=\"wpleads_region_name\">State/Region</option><option value=\"wpleads_zip\">Zip-code</option><option value=\"wpleads_country_code\">Country</option><option value=\"wpleads_websites\">Related Websites</option><option value=\"wpleads_notes\">Notes</option></select><span class=\"child-clone-row-desc\">Map this field to Leads Value</span></div></li></ul></div>'),(3929,684,'inbound_form_created_on','683'),(3930,684,'inbound_shortcode','[inbound_form id=\"684\" name=\"samp form\" lists=\"\" redirect=\"\" notify=\"\" layout=\"vertical\" font_size=\"16\" labels=\"top\" icon=\"\" submit=\"Submit\" submit=\"Submit\" submit_colors=\"on\" submit_text_color=\"#434242\" submit_bg_color=\"#e9e9e9\" width=\"\"][inbound_field label=\"Email\" type=\"text\" description=\"\" required=\"1\" dropdown=\"\" radio=\"\" checkbox=\"\" placeholder=\"\" html=\"\" dynamic=\"\" default=\"\" map_to=\"wpleads_email_address\" divider_options=\"\"]\n[/inbound_form]'),(3931,684,'inbound_form_values','inbound_shortcode_insert_default=default_form_3&inbound_shortcode_form_name_1=samp+form&inbound_shortcode_redirect_2=&inbound_shortcode_notify_3=&inbound_shortcode_lists_hidden_5=&inbound_shortcode_layout=vertical&inbound_shortcode_labels=top&inbound_shortcode_font-size_10=16&inbound_shortcode_icon=&inbound_shortcode_submit_12=Submit&inbound_shortcode_submit-colors=on&inbound_shortcode_submit-text-color_14=%23434242&inbound_shortcode_submit-bg-color_15=%23e9e9e9&inbound_shortcode_width_16=&inbound_shortcode_label_1=Email&inbound_shortcode_field_type_1=text&inbound_shortcode_dropdown_options_1=&inbound_shortcode_radio_options_1=&inbound_shortcode_checkbox_options_1=&inbound_shortcode_html_block_options_1=&inbound_shortcode_default_value_1=&inbound_shortcode_divider_options_1=&inbound_shortcode_required_1=on&inbound_shortcode_placeholder_1=&inbound_shortcode_description_1=&inbound_shortcode_hidden_input_options_1=&inbound_shortcode_map_to_1=wpleads_email_address'),(3932,684,'inbound_form_field_count','1'),(3933,684,'inbound_redirect_value',''),(3934,684,'inbound_notify_email',''),(3935,684,'inbound_email_send_notification','off'),(3936,684,'inbound_confirmation_subject',''),(3937,683,'lp-conversion-area','<p>form</p>\n'),(3938,683,'lp-main-headline','primary goal'),(3939,683,'lp-variation-notes',''),(3940,683,'lp-custom-css',''),(3941,683,'lp-custom-js',''),(3942,683,'lp-selected-template','default'),(3943,683,'lp-ab-variations','0'),(3966,674,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(3967,674,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(4010,683,'lp_page_views_count','1'),(4011,683,'lp-ab-variation-impressions-0','1'),(5638,228,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(5637,228,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4066,705,'_edit_last','1'),(4067,705,'_edit_lock','1399469595:1'),(4068,705,'_wp_page_template','page-section.php'),(4075,705,'minti_titlebar','titlebar'),(4076,705,'minti_featuredimage-breadcrumbs','1'),(4077,705,'minti_revolutionslider','0'),(4078,705,'minti_flexslider','0'),(4079,705,'minti_portfoliofilter','0'),(4080,705,'minti_bgstyle','stretch'),(4081,707,'_edit_lock','1394459860:1'),(4082,707,'_edit_last','1'),(4083,707,'field_531dc45a0d3f8','a:10:{s:3:\"key\";s:19:\"field_531dc45a0d3f8\";s:5:\"label\";s:25:\"Upload your pdf/word here\";s:4:\"name\";s:16:\"upload_brochures\";s:4:\"type\";s:4:\"file\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"1\";s:11:\"save_format\";s:3:\"url\";s:7:\"library\";s:3:\"all\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:0;}'),(4084,707,'field_531dc4a40d3f9','a:11:{s:3:\"key\";s:19:\"field_531dc4a40d3f9\";s:5:\"label\";s:32:\"Please check if download is free\";s:4:\"name\";s:32:\"please_check_if_download_is_free\";s:4:\"type\";s:8:\"checkbox\";s:12:\"instructions\";s:0:\"\";s:8:\"required\";s:1:\"0\";s:7:\"choices\";a:1:{s:4:\"Free\";s:13:\"Free Download\";}s:13:\"default_value\";s:0:\"\";s:6:\"layout\";s:10:\"horizontal\";s:17:\"conditional_logic\";a:3:{s:6:\"status\";s:1:\"0\";s:5:\"rules\";a:1:{i:0;a:2:{s:5:\"field\";s:4:\"null\";s:8:\"operator\";s:2:\"==\";}}s:8:\"allorany\";s:3:\"all\";}s:8:\"order_no\";i:1;}'),(4085,707,'rule','a:5:{s:5:\"param\";s:9:\"post_type\";s:8:\"operator\";s:2:\"==\";s:5:\"value\";s:9:\"brochures\";s:8:\"order_no\";i:0;s:8:\"group_no\";i:0;}'),(4086,707,'position','normal'),(4087,707,'layout','no_box'),(4088,707,'hide_on_screen','a:1:{i:0;s:9:\"permalink\";}'),(4089,708,'_edit_last','1'),(4090,708,'_edit_lock','1399468447:1'),(4091,708,'upload_brochures','343'),(4092,708,'_upload_brochures','field_531dc45a0d3f8'),(4093,708,'please_check_if_download_is_free',''),(4094,708,'_please_check_if_download_is_free','field_531dc4a40d3f9'),(4101,710,'_menu_item_type','post_type'),(4102,710,'_menu_item_menu_item_parent','269'),(4103,710,'_menu_item_object_id','705'),(4104,710,'_menu_item_object','page'),(4105,710,'_menu_item_target',''),(4106,710,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4107,710,'_menu_item_xfn',''),(4108,710,'_menu_item_url',''),(4858,705,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(4172,724,'_please_check_if_download_is_free','field_5319bcb4d8599'),(4170,724,'_upload','field_52cf972f995cd'),(4171,724,'please_check_if_download_is_free',''),(4167,724,'_edit_last','3'),(4168,724,'_edit_lock','1397628009:3'),(4169,724,'upload','341'),(4209,728,'_menu_item_xfn',''),(4210,728,'_menu_item_url',''),(4212,729,'_menu_item_type','post_type'),(4213,729,'_menu_item_menu_item_parent','36'),(4214,729,'_menu_item_object_id','132'),(4215,729,'_menu_item_object','page'),(4216,729,'_menu_item_target',''),(4217,729,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4218,729,'_menu_item_xfn',''),(4219,729,'_menu_item_url',''),(5632,948,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:133;s:4:\"file\";s:23:\"2013/12/fss-careers.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"fss-careers-150x133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:22:\"fss-careers-300x42.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:23:\"fss-careers-700x133.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:23:\"fss-careers-320x133.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:23:\"fss-careers-640x133.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:23:\"fss-careers-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:23:\"fss-careers-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:21:\"fss-careers-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5631,948,'_wp_attached_file','2013/12/fss-careers.jpg'),(4230,731,'_menu_item_type','post_type'),(4231,731,'_menu_item_menu_item_parent','0'),(4232,731,'_menu_item_object_id','132'),(4233,731,'_menu_item_object','page'),(4234,731,'_menu_item_target',''),(4235,731,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4236,731,'_menu_item_xfn',''),(4237,731,'_menu_item_url',''),(4989,60,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5191,107,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5073,66,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5089,73,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5085,75,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5101,79,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5107,81,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5119,91,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5125,93,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5147,97,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5143,99,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5153,101,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5159,103,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5165,105,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5187,109,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5183,111,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5657,226,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4965,58,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4593,784,'_menu_item_type','post_type'),(4594,784,'_menu_item_menu_item_parent','0'),(4595,784,'_menu_item_object_id','554'),(4596,784,'_menu_item_object','page'),(4597,784,'_menu_item_target',''),(4598,784,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4599,784,'_menu_item_xfn',''),(4600,784,'_menu_item_url',''),(4602,785,'_menu_item_type','post_type'),(4603,785,'_menu_item_menu_item_parent','0'),(4604,785,'_menu_item_object_id','228'),(4605,785,'_menu_item_object','page'),(4606,785,'_menu_item_target',''),(4607,785,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4608,785,'_menu_item_xfn',''),(4609,785,'_menu_item_url',''),(4620,786,'minti_titlebar','titlebar'),(4621,786,'minti_featuredimage-breadcrumbs','1'),(4622,786,'minti_revolutionslider','0'),(4623,786,'minti_flexslider','0'),(4624,786,'minti_portfoliofilter','0'),(4625,786,'minti_bgstyle','stretch'),(4626,788,'_edit_last','1'),(4627,788,'_edit_lock','1399458812:1'),(4628,788,'_wp_page_template','page-fullwidth.php'),(4634,788,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(4633,788,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(4635,788,'minti_titlebar','titlebar'),(4636,788,'minti_featuredimage-breadcrumbs','1'),(4637,788,'minti_revolutionslider','0'),(4638,788,'minti_flexslider','0'),(4639,788,'minti_portfoliofilter','0'),(4640,788,'minti_bgstyle','stretch'),(4857,705,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5225,870,'_wp_attached_file','2014/05/fss-disaster-recovery.jpg'),(5226,870,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:33:\"2014/05/fss-disaster-recovery.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"fss-disaster-recovery-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"fss-disaster-recovery-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:33:\"fss-disaster-recovery-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:33:\"fss-disaster-recovery-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:33:\"fss-disaster-recovery-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:33:\"fss-disaster-recovery-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:31:\"fss-disaster-recovery-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5227,868,'_wp_page_template','page-sub-level2.php'),(5297,868,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5298,868,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(5234,868,'minti_titlebar','titlebar'),(5235,868,'minti_featuredimage-breadcrumbs','1'),(5236,868,'minti_revolutionslider','0'),(5237,868,'minti_flexslider','0'),(5238,868,'minti_portfoliofilter','0'),(5239,868,'minti_bgstyle','stretch'),(5248,872,'_edit_last','1'),(5249,872,'_edit_lock','1400072678:1'),(5250,872,'_wp_page_template','page-sub-level2.php'),(5301,872,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5302,872,'sbg_selected_sidebar_replacement','a:1:{i:0;s:12:\"Blog Widgets\";}'),(5257,872,'minti_titlebar','titlebar'),(5258,872,'minti_featuredimage-breadcrumbs','1'),(5259,872,'minti_revolutionslider','0'),(5260,872,'minti_flexslider','0'),(5261,872,'minti_portfoliofilter','0'),(5262,872,'minti_bgstyle','stretch'),(5273,29,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5309,878,'_wp_attached_file','2013/12/new-logo.jpg'),(5310,878,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:100;s:6:\"height\";i:78;s:4:\"file\";s:20:\"2013/12/new-logo.jpg\";s:5:\"sizes\";a:1:{s:4:\"mini\";a:4:{s:4:\"file\";s:18:\"new-logo-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5311,880,'_wp_attached_file','2013/12/iso-9001-2008.jpg'),(5312,880,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:144;s:6:\"height\";i:78;s:4:\"file\";s:25:\"2013/12/iso-9001-2008.jpg\";s:5:\"sizes\";a:1:{s:4:\"mini\";a:4:{s:4:\"file\";s:23:\"iso-9001-2008-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5313,881,'_wp_attached_file','2013/12/pci.jpg'),(5314,881,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:128;s:6:\"height\";i:78;s:4:\"file\";s:15:\"2013/12/pci.jpg\";s:5:\"sizes\";a:1:{s:4:\"mini\";a:4:{s:4:\"file\";s:13:\"pci-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5555,250,'sbg_selected_sidebar','a:1:{i:0;s:1:\"0\";}'),(5385,893,'_wp_attached_file','2013/12/Board-of-Directors.jpg'),(5386,893,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:133;s:4:\"file\";s:30:\"2013/12/Board-of-Directors.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"Board-of-Directors-150x133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"Board-of-Directors-300x42.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:30:\"Board-of-Directors-700x133.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"Board-of-Directors-320x133.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:30:\"Board-of-Directors-640x133.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:30:\"Board-of-Directors-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:30:\"Board-of-Directors-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:28:\"Board-of-Directors-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5393,895,'_wp_attached_file','2013/12/Investors.jpg'),(5394,895,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:133;s:4:\"file\";s:21:\"2013/12/Investors.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"Investors-150x133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"Investors-300x42.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:21:\"Investors-700x133.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:21:\"Investors-320x133.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:21:\"Investors-640x133.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:21:\"Investors-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:21:\"Investors-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:19:\"Investors-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5401,897,'_wp_attached_file','2013/12/fss_atm_monitor.jpg'),(5402,897,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:27:\"2013/12/fss_atm_monitor.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"fss_atm_monitor-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:25:\"fss_atm_monitor-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5409,900,'_wp_attached_file','2013/12/fss-independent-atm-deployment1.jpg'),(5410,900,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:43:\"2013/12/fss-independent-atm-deployment1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"fss-independent-atm-deployment1-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"fss-independent-atm-deployment1-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:43:\"fss-independent-atm-deployment1-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:43:\"fss-independent-atm-deployment1-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:43:\"fss-independent-atm-deployment1-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:43:\"fss-independent-atm-deployment1-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:41:\"fss-independent-atm-deployment1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5424,903,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:28:\"2013/12/fss_atm_monitor1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:28:\"fss_atm_monitor1-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:26:\"fss_atm_monitor1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5442,906,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:24:\"2014/02/fss_bill_pay.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"fss_bill_pay-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:22:\"fss_bill_pay-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5455,909,'_wp_attached_file','2014/02/fss_bill_pay1.jpg'),(5456,909,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:25:\"2014/02/fss_bill_pay1.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"fss_bill_pay1-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:23:\"fss_bill_pay1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5501,916,'_wp_attached_file','2014/02/fss_cross_sell.jpg'),(5502,916,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:26:\"2014/02/fss_cross_sell.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"fss_cross_sell-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:24:\"fss_cross_sell-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5509,918,'_wp_attached_file','2014/02/fss_green_pin.jpg'),(5510,918,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:25:\"2014/02/fss_green_pin.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"fss_green_pin-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:23:\"fss_green_pin-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5517,920,'_wp_attached_file','2014/02/fss_loyalty.jpg'),(5518,920,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:23:\"2014/02/fss_loyalty.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"fss_loyalty-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:21:\"fss_loyalty-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5525,922,'_wp_attached_file','2014/02/fss_biometrics.jpg'),(5526,922,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:26:\"2014/02/fss_biometrics.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"fss_biometrics-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:24:\"fss_biometrics-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5533,924,'_wp_attached_file','2013/12/fss_debit.jpg'),(5534,924,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2013/12/fss_debit.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"fss_debit-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:19:\"fss_debit-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5542,926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:23:\"2013/12/fss_prepaid.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"fss_prepaid-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:21:\"fss_prepaid-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5549,928,'_wp_attached_file','2013/12/smart_chipjpg.jpg'),(5550,928,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:25:\"2013/12/smart_chipjpg.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"smart_chipjpg-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:23:\"smart_chipjpg-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5557,930,'_wp_attached_file','2013/12/fss_merchant.jpg'),(5558,930,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:24:\"2013/12/fss_merchant.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:24:\"fss_merchant-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:22:\"fss_merchant-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5565,932,'_wp_attached_file','2013/12/fss_recon.jpg'),(5566,932,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2013/12/fss_recon.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"fss_recon-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:19:\"fss_recon-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5573,934,'_wp_attached_file','2013/12/fss_mobile_pay.jpg'),(5574,934,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:26:\"2013/12/fss_mobile_pay.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"fss_mobile_pay-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:24:\"fss_mobile_pay-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5581,936,'_wp_attached_file','2014/02/fss_connect.jpg'),(5582,936,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:23:\"2014/02/fss_connect.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"fss_connect-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:21:\"fss_connect-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5589,938,'_wp_attached_file','2014/02/fss_atm_monitor.jpg'),(5590,938,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:27:\"2014/02/fss_atm_monitor.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"fss_atm_monitor-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:25:\"fss_atm_monitor-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5597,940,'_wp_attached_file','2014/02/fss_ecash.jpg'),(5598,940,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:250;s:6:\"height\";i:100;s:4:\"file\";s:21:\"2014/02/fss_ecash.jpg\";s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:21:\"fss_ecash-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:19:\"fss_ecash-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5611,944,'_wp_attached_file','2013/12/fss-atm-managed-services1.jpg'),(5612,944,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:657;s:6:\"height\";i:135;s:4:\"file\";s:37:\"2013/12/fss-atm-managed-services1.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:37:\"fss-atm-managed-services1-150x135.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:36:\"fss-atm-managed-services1-300x61.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:61;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:37:\"fss-atm-managed-services1-320x135.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:37:\"fss-atm-managed-services1-640x135.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:37:\"fss-atm-managed-services1-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:37:\"fss-atm-managed-services1-460x135.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:135;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:35:\"fss-atm-managed-services1-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5623,946,'_wp_attached_file','2013/12/fss-company-overview.jpg'),(5624,946,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:133;s:4:\"file\";s:32:\"2013/12/fss-company-overview.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"fss-company-overview-150x133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"fss-company-overview-300x42.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:32:\"fss-company-overview-700x133.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:32:\"fss-company-overview-320x133.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:32:\"fss-company-overview-640x133.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:32:\"fss-company-overview-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:32:\"fss-company-overview-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:30:\"fss-company-overview-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5639,950,'_wp_attached_file','2014/02/fss-contact-us.jpg'),(5640,950,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:133;s:4:\"file\";s:26:\"2014/02/fss-contact-us.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"fss-contact-us-150x133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"fss-contact-us-300x42.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:26:\"fss-contact-us-700x133.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:26:\"fss-contact-us-320x133.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:26:\"fss-contact-us-640x133.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:26:\"fss-contact-us-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:26:\"fss-contact-us-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:24:\"fss-contact-us-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'),(5651,952,'_wp_attached_file','2013/12/fss-infrastructure.jpg'),(5652,952,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:940;s:6:\"height\";i:133;s:4:\"file\";s:30:\"2013/12/fss-infrastructure.jpg\";s:5:\"sizes\";a:8:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"fss-infrastructure-150x133.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"fss-infrastructure-300x42.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:42;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:8:\"standard\";a:4:{s:4:\"file\";s:30:\"fss-infrastructure-700x133.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"blog-medium\";a:4:{s:4:\"file\";s:30:\"fss-infrastructure-320x133.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"ten-columns\";a:4:{s:4:\"file\";s:30:\"fss-infrastructure-640x133.jpg\";s:5:\"width\";i:640;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:13:\"eight-columns\";a:4:{s:4:\"file\";s:30:\"fss-infrastructure-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"eight-columns-thin\";a:4:{s:4:\"file\";s:30:\"fss-infrastructure-460x133.jpg\";s:5:\"width\";i:460;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:4:\"mini\";a:4:{s:4:\"file\";s:28:\"fss-infrastructure-60x60.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:60;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:10:{s:8:\"aperture\";i:0;s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";i:0;s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";i:0;s:3:\"iso\";i:0;s:13:\"shutter_speed\";i:0;s:5:\"title\";s:0:\"\";}}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; SET @saved_cs_client = @@character_set_client; 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` longtext 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', 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=956 DEFAULT CHARSET=utf8; 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,'2013-12-18 04:52:54','2013-12-18 04:52:54','Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!','Hello world!','','publish','open','open','','hello-world','','','2013-12-18 04:52:54','2013-12-18 04:52:54','',0,'http://039719c.netsolhost.com/ltest/fss/?p=1',0,'post','',1),(2,1,'2013-12-18 04:52:54','2013-12-18 04:52:54','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"atm\" color=\"\" background=\"#FFFFFF\" title=\"ATM Services\"]FSS with over 20 years of technological and operational expertise in the payments domain has developed a comprehensive set of ATM services.[gap height=\"10\"] <a href=\"http://phpserver/phplive/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"mobile\" color=\"\" background=\"#FFFFFF\" title=\"Mobile Payments\"]Fully managed, comprehensive and cost effective, mobile banking, mobile payment, mobile commerce and mobile wallet services, on a pay-per-use model.. [gap height=\"10\"]<a href=\"http://phpserver/phplive/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"cards\" color=\"\" background=\"#FFFFFF\" title=\"Card Management\"]FSS provides flexible, configurable solutions that support all card types including magnetic-stripe, EMV™ chip and virtual cards.[gap height=\"10\"]<a href=\"http://phpserver/phplive/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][gap height=\"15\"][whitepapers][/one_half] [one_half_last][separator headline=\"h3\" title=\"Recent News\"][recentnews][/one_half_last][/section][section bgcolor=\"#D71920\" padding=\"15px 0\" ][tips][/section]','Home','','publish','open','open','','sample-page','','','2014-05-27 05:22:22','2014-05-27 05:22:22','',0,'http://039719c.netsolhost.com/ltest/fss/?page_id=2',0,'page','',0),(955,1,'2014-05-27 05:22:22','2014-05-27 05:22:22','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"atm\" color=\"\" background=\"#FFFFFF\" title=\"ATM Services\"]FSS with over 20 years of technological and operational expertise in the payments domain has developed a comprehensive set of ATM services.[gap height=\"10\"] <a href=\"http://phpserver/phplive/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"mobile\" color=\"\" background=\"#FFFFFF\" title=\"Mobile Payments\"]Fully managed, comprehensive and cost effective, mobile banking, mobile payment, mobile commerce and mobile wallet services, on a pay-per-use model.. [gap height=\"10\"]<a href=\"http://phpserver/phplive/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"cards\" color=\"\" background=\"#FFFFFF\" title=\"Card Management\"]FSS provides flexible, configurable solutions that support all card types including magnetic-stripe, EMV™ chip and virtual cards.[gap height=\"10\"]<a href=\"http://phpserver/phplive/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][gap height=\"15\"][whitepapers][/one_half] [one_half_last][separator headline=\"h3\" title=\"Recent News\"][recentnews][/one_half_last][/section][section bgcolor=\"#D71920\" padding=\"15px 0\" ][tips][/section]','Home','','inherit','open','open','','2-revision-v1','','','2014-05-27 05:22:22','2014-05-27 05:22:22','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(954,1,'2014-05-27 05:21:58','2014-05-27 05:21:58','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"atm\" color=\"\" background=\"#FFFFFF\" title=\"ATM Services\"]FSS with over 20 years of technological and operational expertise in the payments domain has developed a comprehensive set of ATM services.[gap height=\"10\"] <a href=\"http://phpserver/phplive/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"mobile\" color=\"\" background=\"#FFFFFF\" title=\"Mobile Payments\"]Fully managed, comprehensive and cost effective, mobile banking, mobile payment, mobile commerce and mobile wallet services, on a pay-per-use model.. [gap height=\"10\"]<a href=\"http://phpserver/phplive/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"cards\" color=\"\" background=\"#FFFFFF\" title=\"Card Management\"]FSS provides flexible, configurable solutions that support all card types including magnetic-stripe, EMV™ chip and virtual cards.[gap height=\"10\"]<a href=\"http://phpserver/phplive/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][gap height=\"15\"][whitepapers][/one_half] [one_half_last][separator headline=\"h3\" title=\"Recent News\"][recentnews][/one_half_last][/section][section bgcolor=\"#D71920\" padding=\"15px 0\" ][tips][/section]','Home','','inherit','open','open','','2-revision-v1','','','2014-05-27 05:21:58','2014-05-27 05:21:58','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(810,1,'2014-05-13 13:59:27','2014-05-13 13:59:27','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"atm\" color=\"\" background=\"\" title=\"ATM Services\"]FSS with over 20 years of technological and operational expertise in the payments domain has developed a comprehensive set of ATM services.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"mobile\" color=\"\" background=\"transparent\" title=\"Mobile Payments\"]Fully managed, comprehensive and cost effective, mobile banking, mobile payment, mobile commerce and mobile wallet services, on a pay-per-use model.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"cards\" color=\"\" background=\"\" title=\"Card Management\"]FSS provides flexible, configurable solutions that support all card types including magnetic-stripe, EMV™ chip and virtual cards.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][gap height=\"15\"][whitepapers][/one_half] [one_half_last][separator headline=\"h3\" title=\"Recent News\"][recentnews][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][one_half][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half] [one_half_last][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half_last][/section][section bgcolor=\"#D71920\" padding=\"15px 0\" ][tips][/section]','Home','','inherit','open','open','','2-revision-v1','','','2014-05-13 13:59:27','2014-05-13 13:59:27','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(4,1,'2013-12-18 04:57:56','0000-00-00 00:00:00','','Media Favicon','','draft','closed','closed','','of-media_favicon','','','2013-12-18 04:57:56','0000-00-00 00:00:00','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=options&p=4',0,'options','',0),(5,1,'2013-12-18 04:57:57','0000-00-00 00:00:00','','Media Favicon Iphone','','draft','closed','closed','','of-media_favicon_iphone','','','2013-12-18 04:57:57','0000-00-00 00:00:00','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=options&p=5',0,'options','',0),(6,1,'2013-12-18 04:57:57','0000-00-00 00:00:00','','Media Favicon Iphone Retina','','draft','closed','closed','','of-media_favicon_iphone_retina','','','2013-12-18 04:57:57','0000-00-00 00:00:00','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=options&p=6',0,'options','',0),(7,1,'2013-12-18 04:57:57','0000-00-00 00:00:00','','Media Favicon Ipad','','draft','closed','closed','','of-media_favicon_ipad','','','2013-12-18 04:57:57','0000-00-00 00:00:00','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=options&p=7',0,'options','',0),(8,1,'2013-12-18 04:57:57','0000-00-00 00:00:00','','Media Favicon Ipad Retina','','draft','closed','closed','','of-media_favicon_ipad_retina','','','2013-12-18 04:57:57','0000-00-00 00:00:00','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=options&p=8',0,'options','',0),(9,1,'2013-12-18 04:57:57','0000-00-00 00:00:00','','Media Bg','','draft','closed','closed','','of-media_bg','','','2013-12-18 04:57:57','0000-00-00 00:00:00','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=options&p=9',0,'options','',0),(10,1,'2013-12-18 04:57:57','0000-00-00 00:00:00','','Media Logo','','draft','closed','closed','','of-media_logo','','','2013-12-18 04:57:57','0000-00-00 00:00:00','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=options&p=10',0,'options','',0),(11,1,'2013-12-18 04:57:57','0000-00-00 00:00:00','','Media Logo Retina','','draft','closed','closed','','of-media_logo_retina','','','2013-12-18 04:57:57','0000-00-00 00:00:00','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=options&p=11',0,'options','',0),(12,1,'2013-12-18 04:57:57','0000-00-00 00:00:00','','Media Blogtitlebar','','draft','closed','closed','','of-media_blogtitlebar','','','2013-12-18 04:57:57','0000-00-00 00:00:00','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=options&p=12',0,'options','',0),(13,1,'2013-12-18 04:57:57','0000-00-00 00:00:00','','Media Woocommercetitlebar','','draft','closed','closed','','of-media_woocommercetitlebar','','','2013-12-18 04:57:57','0000-00-00 00:00:00','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=options&p=13',0,'options','',0),(14,1,'2013-12-18 04:59:44','2013-12-18 04:59:44','<p>Your Name (required)<br />\r\n [text* your-name placeholder class:txtbox] </p>\r\n\r\n<p>Company Name (required)<br />\r\n [text* text-712 placeholder class:txtbox]</p>\r\n\r\n<p>Designation (required)<br />\r\n [text* text-148 placeholder class:txtbox]</p>\r\n\r\n<p>Business Email (required)<br />\r\n [email* your-email placeholder class:txtbox] </p>\r\n\r\n<p>Telephone(required)<br />\r\n [text* text-245 placeholder class:txtbox]</p>\r\n\r\n<p>Industry(required)<br />\r\n [text* text-710 placeholder class:txtbox]</p>\r\n\r\n<p>Interested in(required)<br />\r\n [select* menu-97 class:selectbox include_blank \"Fss Debit\" \"Fss Prepaid\"]</p>\r\n\r\n<p>How did you hear about us<br />\r\n [select* menu-718 class:selectbox include_blank \"Web search\" \"Reference\" \"Tradeshow/Conference\"]</p>\r\n\r\n<p>[submit \"Send\"]</p>\nProduct Brochure\n[your-name]<[your-email]>\nName : [your-name]\r\nCompany Name : [text-712]\r\nDesignation : [text-148]\r\nBusiness Email : [your-email]\r\nTelephone : [text-245]\r\nIndustry : [text-710]\r\nInterested in : [menu-97]\r\nHow did you hear about us : [menu-718]\nsmanoj.rs@gmail.com\n\n\n\n\n\n\n\n\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill the required field.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.','Product Brochure Request','','publish','open','open','','contact-form-1','','','2014-05-29 04:59:42','2014-05-29 04:59:42','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=wpcf7_contact_form&p=14',0,'wpcf7_contact_form','',0),(15,1,'2014-05-13 13:58:46','2014-05-13 13:58:46','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"atm\" color=\"\" background=\"\" title=\"ATM Services\"]FSS with over 20 years of technological and operational expertise in the payments domain has developed a comprehensive set of ATM services.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"\" background=\"transparent\" title=\"Mobile Payments\"]Fully managed, comprehensive and cost effective, mobile banking, mobile payment, mobile commerce and mobile wallet services, on a pay-per-use model.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]FSS provides flexible, configurable solutions that support all card types including magnetic-stripe, EMV™ chip and virtual cards.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][gap height=\"15\"][whitepapers][/one_half] [one_half_last][separator headline=\"h3\" title=\"Recent News\"][recentnews][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][one_half][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half] [one_half_last][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half_last][/section][section bgcolor=\"#D71920\" padding=\"15px 0\" ][tips][/section]','Home','','inherit','open','open','','2-autosave-v1','','','2014-05-13 13:58:46','2014-05-13 13:58:46','',2,'http://039719c.netsolhost.com/ltest/fss/?p=15',0,'revision','',0),(16,1,'2013-12-18 05:25:18','2013-12-18 05:25:18','','Home','','inherit','open','open','','2-revision-v1','','','2013-12-18 05:25:18','2013-12-18 05:25:18','',2,'http://039719c.netsolhost.com/ltest/fss/?p=16',0,'revision','',0),(24,1,'2013-12-18 06:41:28','2013-12-18 06:41:28','[responsive]<img class=\"alignnone size-full wp-image-240\" alt=\"fss-atm-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-services.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nRetail payments landscape is fast changing and banks often require market-proven electronic retail payment products that enables them launch new services to their customers. Besides improving customer convenience and time-saving methods, banks also strive to improve their profitability by deploying innovative value-added services on the existing deployed infrastructure.\r\n\r\nWith domain knowledge gained over 20 years in the online payments arena, FSS has developed a wide range of ready-to-deploy software products for banks that have gained wide acceptance in the market. From issuance of cards to reconciliation of transactions, FSS products manage merchants, launch mobile banking and payments, enable valued-added transactions on delivery channels, and initiate financial inclusion programs.\r\n\r\nThe products are designed to run on popular industry platforms, and can be customized based on clients requirements. Ease of installation and maintenance are key advantages of all FSS products.\r\n\r\nFSS Payments Product suite provides a holistic and integrated approach, complete with solutions and services to give clients, a significant competitive advantage.','Products','','publish','open','open','','products','','','2014-05-14 12:57:30','2014-05-14 12:57:30','',0,'http://039719c.netsolhost.com/ltest/fss/?page_id=24',0,'page','',0),(815,1,'2014-05-14 09:18:20','2014-05-14 09:18:20','[responsive]<img class=\"alignnone size-full wp-image-240\" alt=\"fss-atm-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-services.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nRetail payments landscape is fast changing and banks often require market-proven electronic retail payment products that enables them launch new services to their customers. Besides improving customer convenience and time-saving methods, banks also strive to improve their profitability by deploying innovative value-added services on the existing deployed infrastructure.\r\n\r\nWith domain knowledge gained over 20 years in the online payments arena, FSS has developed a wide range of ready-to-deploy software products for banks that have gained wide acceptance in the market. From issuance of cards to reconciliation of transactions, FSS products manage merchants, launch mobile banking and payments, enable valued-added transactions on delivery channels, and initiate financial inclusion programs.\r\n\r\nThe products are designed to run on popular industry platforms, and can be customized based on clients requirements. Ease of installation and maintenance are key advantages of all FSS products.\r\n\r\nFSS Payments Product suite provides a holistic and integrated approach, complete with solutions and services to give clients, a significant competitive advantage.','Products','','inherit','open','open','','24-revision-v1','','','2014-05-14 09:18:20','2014-05-14 09:18:20','',24,'http://039719c.netsolhost.com/ltest/fss/24-revision-v1/',0,'revision','',0),(25,1,'2013-12-18 06:41:28','2013-12-18 06:41:28','','PRODUCTS','','inherit','open','open','','24-revision-v1','','','2013-12-18 06:41:28','2013-12-18 06:41:28','',24,'http://039719c.netsolhost.com/ltest/fss/?p=25',0,'revision','',0),(26,1,'2013-12-18 06:43:15','2013-12-18 06:43:15','[responsive]<img class=\"alignleft size-full wp-image-549\" alt=\"fss-software-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-software-services.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\nFSS\' Software Services are built on decades of experience and proven expertise in the payments business. FSS offers a comprehensive set of software services that include <strong>system integration, offshore development, application and product testing, project management, migration and upgrade, onsite technical support and 24/7 helpdesk support</strong>. The services range from managing mature products with several releases into the market, to legacy systems that are at the end of their life cycle.\r\n\r\nThe proven delivery and interaction model includes rigorous definitions of roles and responsibilities, project scope, planning and tracking, processes, milestones, and continuous improvement of the product. The methodologies are time-tested and evolved models complete with the tenured teams, specialized technical skill-sets, domain strengths and strong processes that help delivering quality software services which enable clients achieve business outcomes with agility, speed and certainty.','Software Services','','publish','open','open','','software-services','','','2014-05-14 12:57:05','2014-05-14 12:57:05','',0,'http://039719c.netsolhost.com/ltest/fss/?page_id=26',0,'page','',0),(842,1,'2014-05-14 10:38:11','2014-05-14 10:38:11','[responsive]<img class=\"alignleft size-full wp-image-549\" alt=\"fss-software-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-software-services.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\nFSS\' Software Services are built on decades of experience and proven expertise in the payments business. FSS offers a comprehensive set of software services that include <strong>system integration, offshore development, application and product testing, project management, migration and upgrade, onsite technical support and 24/7 helpdesk support</strong>. The services range from managing mature products with several releases into the market, to legacy systems that are at the end of their life cycle.\r\n\r\nThe proven delivery and interaction model includes rigorous definitions of roles and responsibilities, project scope, planning and tracking, processes, milestones, and continuous improvement of the product. The methodologies are time-tested and evolved models complete with the tenured teams, specialized technical skill-sets, domain strengths and strong processes that help delivering quality software services which enable clients achieve business outcomes with agility, speed and certainty.','Software Services','','inherit','open','open','','26-revision-v1','','','2014-05-14 10:38:11','2014-05-14 10:38:11','',26,'http://039719c.netsolhost.com/ltest/fss/26-revision-v1/',0,'revision','',0),(27,1,'2013-12-18 06:43:15','2013-12-18 06:43:15','','SOFTWARE SERVICES','','inherit','open','open','','26-revision-v1','','','2013-12-18 06:43:15','2013-12-18 06:43:15','',26,'http://039719c.netsolhost.com/ltest/fss/?p=27',0,'revision','',0),(29,1,'2013-12-18 06:48:57','2013-12-18 06:48:57','[responsive]<img class=\"alignleft size-full wp-image-616\" alt=\"fss-processing\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nFSSNeT, the hosted payment services arm of FSS fulfills the requirements of banks and financial institutions seeking to outsource their payments infrastructure requirements to an established and proven entity.\r\n\r\nWith over 20 years of experience and expertise in the online payments domain, FSS offers cost effective, robust and comprehensive processing and hosted services suite. FSS hosted payment transaction processing services drive a wide range of retail delivery channels such as ATMs, POS, Internet and Mobile, providing flexible authorization options through a connection to the bank hosts, domestic and international interchanges.\r\n\r\nPayment support services include <strong>integrated Internet payment gateway, mobile payment systems, and value added payments. Card issuance and management services, Electronic ATM journal pull, comprehensive reconciliation and merchant management services</strong> enabling clients to offer a complete spectrum of retail payment services to their customers.\r\n\r\nSeveral premium banks also have outsourced their ATM deployment and management, and ATM managed services to FSS.\r\n\r\nFSS is one of the largest independent payments processors and ATM deployment and management companies in India. Over 32 banks have benefited from the shared payment services and retail infrastructure managed services from FSS.','Processing & Hosted Services','','publish','open','open','','processing-services','','','2014-05-14 12:59:15','2014-05-14 12:59:15','',0,'http://039719c.netsolhost.com/ltest/fss/?page_id=29',0,'page','',0),(852,1,'2014-05-14 10:54:19','2014-05-14 10:54:19','[responsive]<img class=\"alignleft size-full wp-image-616\" alt=\"fss-processing\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nFSSNeT, the hosted payment services arm of FSS fulfills the requirements of banks and financial institutions seeking to outsource their payments infrastructure requirements to an established and proven entity.\r\n\r\nWith over 20 years of experience and expertise in the online payments domain, FSS offers cost effective, robust and comprehensive processing and hosted services suite. FSS hosted payment transaction processing services drive a wide range of retail delivery channels such as ATMs, POS, Internet and Mobile, providing flexible authorization options through a connection to the bank hosts, domestic and international interchanges.\r\n\r\nPayment support services include <strong>integrated Internet payment gateway, mobile payment systems, and value added payments. Card issuance and management services, Electronic ATM journal pull, comprehensive reconciliation and merchant management services</strong> enabling clients to offer a complete spectrum of retail payment services to their customers.\r\n\r\nSeveral premium banks also have outsourced their ATM deployment and management, and ATM managed services to FSS.\r\n\r\nFSS is one of the largest independent payments processors and ATM deployment and management companies in India. Over 32 banks have benefited from the shared payment services and retail infrastructure managed services from FSS.','Processing & Hosted Services','','inherit','open','open','','29-revision-v1','','','2014-05-14 10:54:19','2014-05-14 10:54:19','',29,'http://039719c.netsolhost.com/ltest/fss/29-revision-v1/',0,'revision','',0),(30,1,'2013-12-18 06:48:57','2013-12-18 06:48:57','','PROCESSING SERVICES','','inherit','open','open','','29-revision-v1','','','2013-12-18 06:48:57','2013-12-18 06:48:57','',29,'http://039719c.netsolhost.com/ltest/fss/?p=30',0,'revision','',0),(31,1,'2013-12-18 06:49:15','2013-12-18 06:49:15','[responsive]<img class=\"alignnone size-full wp-image-240\" alt=\"fss-atm-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-services.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nATM is the most important customer touch point, providing an opportunity for banks and financial institutions to generate incremental revenue as well as attract new customers. FSS, the pioneer and the largest provider of ATM portfolio management and managed services, partners with banks and financial institutions in their high growth, high potential ATM initiatives.\r\n\r\nFSS enables banks and financial enterprises to increase their top line and bottom line revenues by optimizing operational efficiency, decreasing cost, generating incremental revenue and expanding customer base. With over 20+ years of experience, FSS offers end to end solutions from switching to deployment to managed services. A combination of in-house technology tools and dedicated and experienced resources help banks ensure maximum availability and customer satisfaction. FSS has also built a reliable network of highly professional partners and vendors across the spectrum of ATM services including cash management, stationery and logistics management, housekeeping and so on.\r\n\r\nFSS today manages over 25000 ATMs for over 22 leading public and private banks across India. FSS also has over 10,000+ own ATMs which deployed for various banks.\r\n\r\nOur growing customer base is a testament to the benefits we deliver to our customers – cost saving, operational efficiency, maximum availability and increased customer satisfaction.','ATM Services','','publish','open','open','','atm-services','','','2014-05-14 12:59:19','2014-05-14 12:59:19','',0,'http://039719c.netsolhost.com/ltest/fss/?page_id=31',0,'page','',0),(32,1,'2013-12-18 06:49:15','2013-12-18 06:49:15','','ATM SERVICES','','inherit','open','open','','31-revision-v1','','','2013-12-18 06:49:15','2013-12-18 06:49:15','',31,'http://039719c.netsolhost.com/ltest/fss/?p=32',0,'revision','',0),(36,1,'2013-12-18 06:51:37','2013-12-18 06:51:37',' ','','','publish','open','open','','36','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',0,'http://039719c.netsolhost.com/ltest/fss/?p=36',30,'nav_menu_item','',0),(37,1,'2013-12-18 06:51:37','2013-12-18 06:51:37',' ','','','publish','open','open','','37','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',0,'http://039719c.netsolhost.com/ltest/fss/?p=37',18,'nav_menu_item','',0),(38,1,'2013-12-18 06:51:37','2013-12-18 06:51:37',' ','','','publish','open','open','','38','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',0,'http://039719c.netsolhost.com/ltest/fss/?p=38',9,'nav_menu_item','',0),(39,1,'2013-12-18 06:51:37','2013-12-18 06:51:37',' ','','','publish','open','open','','39','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',0,'http://039719c.netsolhost.com/ltest/fss/?p=39',1,'nav_menu_item','',0),(40,1,'2013-12-18 06:53:58','2013-12-18 06:53:58','','Products','','inherit','open','open','','24-revision-v1','','','2013-12-18 06:53:58','2013-12-18 06:53:58','',24,'http://039719c.netsolhost.com/ltest/fss/?p=40',0,'revision','',0),(41,1,'2013-12-18 06:54:34','2013-12-18 06:54:34','','Software Services','','inherit','open','open','','26-revision-v1','','','2013-12-18 06:54:34','2013-12-18 06:54:34','',26,'http://039719c.netsolhost.com/ltest/fss/?p=41',0,'revision','',0),(42,1,'2013-12-18 06:54:59','2013-12-18 06:54:59','','Processing Services','','inherit','open','open','','29-revision-v1','','','2013-12-18 06:54:59','2013-12-18 06:54:59','',29,'http://039719c.netsolhost.com/ltest/fss/?p=42',0,'revision','',0),(43,1,'2013-12-18 06:55:17','2013-12-18 06:55:17','','ATM Services','','inherit','open','open','','31-revision-v1','','','2013-12-18 06:55:17','2013-12-18 06:55:17','',31,'http://039719c.netsolhost.com/ltest/fss/?p=43',0,'revision','',0),(46,1,'2013-12-18 07:00:08','2013-12-18 07:00:08','[responsive]<img class=\"alignnone size-full wp-image-252\" alt=\"card-management\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/card-management.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nAs Issuers seek to capture a greater share of the cards market in the midst of fierce competition, they are also striving harder to increase profit while keeping costs under control. FSS’ robust card management platform provides complete card life cycle management solutions for debit, prepaid and smart chip cards that are trusted by over 20 banks.\r\n\r\nFSS provides flexible, configurable solutions that support all card types including magnetic-stripe, EMV™ chip and virtual cards. Applications can quickly be installed on all popular industry computer platforms; browser-enabled front-end allows convenient, secure access to centralized application suite.\r\n\r\nWith FSS card management suite, innovative card products can quickly be rolled out to customers efficiently at low cost of total ownership.\r\n\r\nFSS Card Management offerings are available on Licensing and <a href=\"http://www.fss.co.in/Card-Issuance-mang.aspx\" target=\"_blank\">Services</a> models.\r\n\r\n \r\n\r\n[one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth][responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pci.jpg\"><img alt=\"pci\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pci.jpg\" width=\"128\" height=\"78\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/iso-9001-2008.jpg\"><img alt=\"iso-9001-2008\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/iso-9001-2008.jpg\" width=\"144\" height=\"78\" /></a>[/responsive][/one_fifth_last]\r\n\r\n ','Card Management','','publish','open','open','','card-management','','','2014-05-22 10:51:47','2014-05-22 10:51:47','',24,'http://039719c.netsolhost.com/ltest/fss/?page_id=46',1,'page','',0),(816,1,'2014-05-14 09:19:16','2014-05-14 09:19:16','[responsive]<img class=\"alignnone size-full wp-image-252\" alt=\"card-management\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/card-management.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nAs Issuers seek to capture a greater share of the cards market in the midst of fierce competition, they are also striving harder to increase profit while keeping costs under control. FSS’ robust card management platform provides complete card life cycle management solutions for debit, prepaid and smart chip cards that are trusted by over 20 banks.\r\n\r\nFSS provides flexible, configurable solutions that support all card types including magnetic-stripe, EMV™ chip and virtual cards. Applications can quickly be installed on all popular industry computer platforms; browser-enabled front-end allows convenient, secure access to centralized application suite.\r\n\r\nWith FSS card management suite, innovative card products can quickly be rolled out to customers efficiently at low cost of total ownership.\r\n\r\nFSS Card Management offerings are available on Licensing and <a href=\"http://www.fss.co.in/Card-Issuance-mang.aspx\" target=\"_blank\">Services</a> models.','Card Management','','inherit','open','open','','46-revision-v1','','','2014-05-14 09:19:16','2014-05-14 09:19:16','',46,'http://039719c.netsolhost.com/ltest/fss/46-revision-v1/',0,'revision','',0),(47,1,'2013-12-18 07:00:08','2013-12-18 07:00:08','','Card Management','','inherit','open','open','','46-revision-v1','','','2013-12-18 07:00:08','2013-12-18 07:00:08','',46,'http://039719c.netsolhost.com/ltest/fss/?p=47',0,'revision','',0),(48,1,'2013-12-18 07:00:57','2013-12-18 07:00:57','[responsive]<img class=\"alignleft size-full wp-image-478\" alt=\"fss-merchant\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-merchant.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n<img class=\"size-full wp-image-476 alignright\" alt=\"pa-dss-logo\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pa-dss-logo.jpg\" width=\"162\" height=\"32\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[separator headline=\"h4\" title=\"A well integrated, secure and browser based end-to-end cards acquiring and merchant management solution.\"]\r\n\r\n[responsive]<img class=\"size-full wp-image-930 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_merchant\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_merchant.jpg\" width=\"250\" height=\"100\" />[/responsive]Today\'s fast-paced lifestyle and advancement in technology has transformed the purchase and payment behavior of customers. Regulators are also constantly on the lookout to make the payment process safe and secure. Leveraging its proven experience in both the issuance and acquiring platforms, FSS has developed FSS Merchant, a completely functional merchant life cycle management system built on a robust technology platform. FSS Merchant is a comprehensive and integrated solution that offers processing of a wide variety of acquiring transactions.\r\n\r\nIt enables the acquirers to manage the entire spectrum of merchant acquiring business which includes:\r\n<ul>\r\n <li>Merchant setup including stores and terminals</li>\r\n <li>Transaction processing</li>\r\n <li>Terminal inventory management</li>\r\n <li>Fees, rentals and other charges</li>\r\n <li>Exchange rates</li>\r\n <li>Merchant payments & statements</li>\r\n <li>Scheme settlement</li>\r\n <li>Chargeback management</li>\r\n <li>Help-Desk facility</li>\r\n <li>Sales agent management</li>\r\n <li>Risk & fraud controls</li>\r\n <li>Accounting & reconciliation</li>\r\n</ul>\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Product supports PCI-DSS compliance.</li>\r\n <li>Allows hosting data for multiple financial institutions using a single FSS Merchant application.</li>\r\n <li>Offers flexible options that best meet specific business and pricing needs.</li>\r\n <li>Automatic electronic deposits to the merchant account for all payment types.</li>\r\n <li>Transaction fee management facility.</li>\r\n <li>Supports multi-currency conversion.</li>\r\n <li>Risk management programs to minimize exposure to fraud and losses.</li>\r\n <li>100+ online reporting features.</li>\r\n <li>Browser based, multi user, menu driven, scalable solutions.</li>\r\n</ul>\r\n[mini-icon icon=\"thumbs-up\"] <span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>Successfully deployed at some of the well known banks, helping them build a sustainable competitive advantage.</li>\r\n <li>Can support compliance processes to make transaction processing efficient and secure.</li>\r\n <li>Supports multiple settlement cycles in a day.</li>\r\n <li>In-line with major international card brands.</li>\r\n <li>Near real time switch update.</li>\r\n</ul>','Merchant Management','','publish','open','open','','merchant-management','','','2014-05-23 12:41:44','2014-05-23 12:41:44','',24,'http://039719c.netsolhost.com/ltest/fss/?page_id=48',2,'page','',0),(49,1,'2013-12-18 07:00:57','2013-12-18 07:00:57','','Merchant Management','','inherit','open','open','','48-revision-v1','','','2013-12-18 07:00:57','2013-12-18 07:00:57','',48,'http://039719c.netsolhost.com/ltest/fss/?p=49',0,'revision','',0),(50,1,'2013-12-18 07:01:44','2013-12-18 07:01:44',' ','','','publish','open','open','','50','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',24,'http://039719c.netsolhost.com/ltest/fss/?p=50',3,'nav_menu_item','',0),(51,1,'2013-12-18 07:01:43','2013-12-18 07:01:43',' ','','','publish','open','open','','51','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',24,'http://039719c.netsolhost.com/ltest/fss/?p=51',2,'nav_menu_item','',0),(52,1,'2013-12-18 07:02:22','2013-12-18 07:02:22','[responsive]\r\n<img alt=\"fss-recon\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-recon.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive data analysis platform that addresses complete reconciliation needs of banks and financial institutions.\"]\r\n\r\n[responsive]<img class=\"size-full wp-image-932 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_recon\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_recon.jpg\" width=\"250\" height=\"100\" />[/responsive]In an electronic financial transaction processing environment, transactions get logged at various entities, such as acquirers, issuers and interchanges from various time zones. The differences in the cut-over timings between host/switch and interchanges may not allow for complete reconciliation of a business day\'s transactions. FSS has built a robust and efficient reconciliation suite that would help simplify the reconciliation process.\r\n\r\nFSS Recon is trusted by over <strong>20 banks</strong> (licensing and processing model), supporting over <strong>20 million transactions</strong> in a single day.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong><strong> </strong></strong><span style=\"text-decoration: underline;\"><strong><strong>Highlights</strong></strong></span>\r\n<ul>\r\n <li>Modular architecture - Implements modules as required thereby optimizing investment in line with business objectives.</li>\r\n <li>User defined rules to generate alerts on chargeback, retrieval request and response.</li>\r\n <li>Automated scheduling of reconciliation activity.</li>\r\n <li>Force match option facility to manually settle un-reconciled entries.</li>\r\n <li>Multi-level reconciliation that supports international & domestic networks across multiple delivery channels.</li>\r\n <li>Applicable transaction fee and surcharge can be configured.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"] <span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS Recon is currently deployed and functional at over 20 banks/ institutions in India and world over.</li>\r\n <li>A proven, scalable solution that supports reconciliation of over 20 million transactions in a single day.</li>\r\n <li>Reconciliation of all card transactions is processed under a single system that provides an unified view to bank/financial institution.</li>\r\n <li>A comprehensive solution perfected over a period of 20 years from the pioneers in the payments domain.</li>\r\n</ul>','Reconciliation & Settlement','','publish','open','open','','reconciliation-settlement','','','2014-05-23 12:44:04','2014-05-23 12:44:04','',24,'http://039719c.netsolhost.com/ltest/fss/?page_id=52',3,'page','',0),(53,1,'2013-12-18 07:02:22','2013-12-18 07:02:22','','Reconciliation & Settlement','','inherit','open','open','','52-revision-v1','','','2013-12-18 07:02:22','2013-12-18 07:02:22','',52,'http://039719c.netsolhost.com/ltest/fss/?p=53',0,'revision','',0),(54,1,'2013-12-18 07:02:37','2013-12-18 07:02:37','[responsive]<img class=\"alignleft size-full wp-image-492\" alt=\"fss-mobile-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-mobile-pay.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[separator headline=\"h4\" title=\"Unparalleled mobile banking, mobile payment, mobile commerce and mobile wallet experience with FSS Mobile Pay\"]\r\n\r\n[responsive]<img class=\"size-full wp-image-934 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_mobile_pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_mobile_pay.jpg\" width=\"250\" height=\"100\" />[/responsive]Today\'s competitive market requires banks and financial institutions to create cost-effective, revenue-generating channels which would not only minimize operational and infrastructure costs, but would also enable in reaching out to a large number of customers quickly. The robust and integrated FSS Mobile Pay application enables mobile banking and payments through mobile handsets that can help banks and financial institutions meet their business objectives. The solution can be installed on multiple platforms, which minimize operational risks and operate at low transaction costs.\r\n\r\nTrusted by over 12 banks (licensing and processing model), FSS Mobile Pay solution can quickly and cost-effectively enable businesses to launch and scale mobile based solutions.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<ul>\r\n <li>FSS Mobile Pay services include:</li>\r\n <li>Mobile Banking - Enables banking services over the mobile phone</li>\r\n <li>Mobile Payments - Enables payment solution over the mobile phone</li>\r\n <li>Mobile Commerce - Enables mobile phone to handle transactions at the point of sale</li>\r\n <li>Mobile Wallet - Connects to one of the largest ecosystem, that includes over 3000 online & 10,000 physical retail merchants</li>\r\n <li>Supports Java enabled mobile phones and Brew enabled phones (CDMA), GPRS service, USSD service, WAP service and plain text SMS.</li>\r\n <li>A web-based portal enables banks to administer the mobile delivery services.</li>\r\n <li>The portal offers comprehensive MIS and reporting for bank\'s requirements.</li>\r\n <li>IMPS (Inter-bank Mobile Payment Services) enabled, for mobile to mobile payment transfers in India.</li>\r\n <li>Compliant with regulator\'s (RBI) mandates and prevailing security standards.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS Mobile Pay solution is currently \'live\' at <strong>12 banks</strong> (licensing and processing model).</li>\r\n <li>FSS supports clients to define and optimize their mobile strategy, products and business model.</li>\r\n <li>FSS customizes and deploys the solution, and integrates it with the existing banking infrastructure (if required).</li>\r\n <li>Capability to seamlessly plug-in with the external interfaces of mobile network operators and business partners.</li>\r\n <li>Provides continuous support to meet mandates, and also new models, platforms.</li>\r\n</ul>\r\n[button link=\"http://mobile.fssnet.co.in/mpayweb/\" size=\"small\" target=\"_blank \" icon=\"cog\" color=\"red\" lightbox=\"true \"]more[/button]','Mobile Payments','','publish','open','open','','mobile-payments','','','2014-05-23 12:47:51','2014-05-23 12:47:51','',24,'http://039719c.netsolhost.com/ltest/fss/?page_id=54',4,'page','',0),(55,1,'2013-12-18 07:02:37','2013-12-18 07:02:37','','Mobile Payments','','inherit','open','open','','54-revision-v1','','','2013-12-18 07:02:37','2013-12-18 07:02:37','',54,'http://039719c.netsolhost.com/ltest/fss/?p=55',0,'revision','',0),(56,1,'2013-12-18 07:02:55','2013-12-18 07:02:55','[responsive]<img class=\"alignleft size-full wp-image-514\" alt=\"fss-value-added-payment-product\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-value-added-payment-product.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\nBanks and electronic retail delivery channel deployers constantly look for innovative ways to increase Return on Investment (ROI) and improve customer retention. Devices such as ATM, POS and kiosk are increasingly configurable to perform a wide range of new generation transactions such as bill payments, registration for services and key generation for other channels.\r\n\r\nWith domain knowledge gained over 20 years, FSS has developed a wide range of innovative Value Added Solutions which can be deployed over multiple delivery channels like ATM, POS, internet and mobile. ATM based institutional fee payments, bill payments; electronic journal upload, active device manager, mutual fund purchase and online redemption are immensely popular with banks that engage with their customers better and more frequently thereby becoming an incremental revenue stream. Innovative offers from banks ensure retention of customers, while generating revenues as well.\r\n\r\n<strong>Some of the popular FSS Value Added offerings are available on Licensing and Services models.</strong>','Value Added Solutions','','publish','open','open','','value-added-solutions','','','2014-05-14 10:16:16','2014-05-14 10:16:16','',24,'http://039719c.netsolhost.com/ltest/fss/?page_id=56',5,'page','',0),(832,1,'2014-05-14 10:16:16','2014-05-14 10:16:16','[responsive]<img class=\"alignleft size-full wp-image-514\" alt=\"fss-value-added-payment-product\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-value-added-payment-product.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\nBanks and electronic retail delivery channel deployers constantly look for innovative ways to increase Return on Investment (ROI) and improve customer retention. Devices such as ATM, POS and kiosk are increasingly configurable to perform a wide range of new generation transactions such as bill payments, registration for services and key generation for other channels.\r\n\r\nWith domain knowledge gained over 20 years, FSS has developed a wide range of innovative Value Added Solutions which can be deployed over multiple delivery channels like ATM, POS, internet and mobile. ATM based institutional fee payments, bill payments; electronic journal upload, active device manager, mutual fund purchase and online redemption are immensely popular with banks that engage with their customers better and more frequently thereby becoming an incremental revenue stream. Innovative offers from banks ensure retention of customers, while generating revenues as well.\r\n\r\n<strong>Some of the popular FSS Value Added offerings are available on Licensing and Services models.</strong>','Value Added Solutions','','inherit','open','open','','56-revision-v1','','','2014-05-14 10:16:16','2014-05-14 10:16:16','',56,'http://039719c.netsolhost.com/ltest/fss/56-revision-v1/',0,'revision','',0),(57,1,'2013-12-18 07:02:55','2013-12-18 07:02:55','','Value Added Solutions','','inherit','open','open','','56-revision-v1','','','2013-12-18 07:02:55','2013-12-18 07:02:55','',56,'http://039719c.netsolhost.com/ltest/fss/?p=57',0,'revision','',0),(58,1,'2013-12-18 07:03:10','2013-12-18 07:03:10','[responsive]<img class=\"alignleft size-full wp-image-496\" alt=\"fss-financial-inclusion\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-financial-inclusion.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nBanks and regulatory bodies have made significant strides in providing formal credit facilities to the non-banking sectors that are excluded from mainstream banking services and payment systems. The Financial Inclusion program addresses basic banking, lending and credit facilities for the rural and priority sectors, and technology is a great enabler in \'taking the bank\' to the un-banked masses.\r\n\r\nFSS, with its all-round capabilities in payments technology, operations and project management has developed Financial Inclusion solutions which are built on a robust technology platform that enables banks and financial institutions to offer inclusive banking and financial services to the un-banked and under-banked sector. FSS Biometrics and Micro Pay solutions not only support online and offline transaction processing using biometric authentication on ATM and handheld terminals, but also support card issuance, hierarchical definition of business correspondents/agents, registration, accounting and management functions.\r\n\r\n<strong>FSS Financial Inclusion offerings are available on Licensing and Services models.</strong>\r\n\r\n ','Financial Inclusion','','publish','open','open','','financial-inclusion','','','2014-05-14 09:57:28','2014-05-14 09:57:28','',24,'http://039719c.netsolhost.com/ltest/fss/?page_id=58',6,'page','',0),(826,1,'2014-05-14 09:57:28','2014-05-14 09:57:28','[responsive]<img class=\"alignleft size-full wp-image-496\" alt=\"fss-financial-inclusion\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-financial-inclusion.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nBanks and regulatory bodies have made significant strides in providing formal credit facilities to the non-banking sectors that are excluded from mainstream banking services and payment systems. The Financial Inclusion program addresses basic banking, lending and credit facilities for the rural and priority sectors, and technology is a great enabler in \'taking the bank\' to the un-banked masses.\r\n\r\nFSS, with its all-round capabilities in payments technology, operations and project management has developed Financial Inclusion solutions which are built on a robust technology platform that enables banks and financial institutions to offer inclusive banking and financial services to the un-banked and under-banked sector. FSS Biometrics and Micro Pay solutions not only support online and offline transaction processing using biometric authentication on ATM and handheld terminals, but also support card issuance, hierarchical definition of business correspondents/agents, registration, accounting and management functions.\r\n\r\n<strong>FSS Financial Inclusion offerings are available on Licensing and Services models.</strong>\r\n\r\n ','Financial Inclusion','','inherit','open','open','','58-revision-v1','','','2014-05-14 09:57:28','2014-05-14 09:57:28','',58,'http://039719c.netsolhost.com/ltest/fss/58-revision-v1/',0,'revision','',0),(782,1,'2014-04-29 05:24:11','2014-04-29 05:24:11','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-financial-inclusion.jpg\"><img class=\"alignleft size-full wp-image-496\" alt=\"fss-financial-inclusion\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-financial-inclusion.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\r\n\r\n[separator headline=\"h3\" title=\"Financial Inclusion\"]\r\n\r\nBanks and regulatory bodies have made significant strides in providing formal credit facilities to the non-banking sectors that are excluded from mainstream banking services and payment systems. The Financial Inclusion program addresses basic banking, lending and credit facilities for the rural and priority sectors, and technology is a great enabler in \'taking the bank\' to the un-banked masses.\r\n\r\nFSS, with its all-round capabilities in payments technology, operations and project management has developed Financial Inclusion solutions which are built on a robust technology platform that enables banks and financial institutions to offer inclusive banking and financial services to the un-banked and under-banked sector. FSS Biometrics and Micro Pay solutions not only support online and offline transaction processing using biometric authentication on ATM and handheld terminals, but also support card issuance, hierarchical definition of business correspondents/agents, registration, accounting and management functions.\r\n\r\n<strong>FSS Financial Inclusion offerings are available on Licensing and Services models.</strong>\r\n\r\n ','Financial Inclusion','','inherit','open','open','','58-revision-v1','','','2014-04-29 05:24:11','2014-04-29 05:24:11','',58,'http://039719c.netsolhost.com/ltest/fss/58-revision-v1/',0,'revision','',0),(59,1,'2013-12-18 07:03:10','2013-12-18 07:03:10','','Financial Inclusion','','inherit','open','open','','58-revision-v1','','','2013-12-18 07:03:10','2013-12-18 07:03:10','',58,'http://039719c.netsolhost.com/ltest/fss/?p=59',0,'revision','',0),(60,1,'2013-12-18 07:03:25','2013-12-18 07:03:25','[responsive]<img class=\"alignnone size-full wp-image-510\" alt=\"fss-connect\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, secure and synchronous messaging middleware solution.\"]\r\n\r\nFSS Connect integrates disparate applications such as Enterprise Application Integration (EAI) and Business-to-business (B2B) exchanges. LANs, WANs and the Internet have allowed not just the users, but also the applications to be distributed across the networks. FSS Connect allows each application through a single connection into the \"messaging cloud\". The \"<strong>fire-and-forget</strong>\" architecture of FSS Connect allows applications to continue processing while the middleware continues to delivers the messages. The messaging infrastructure helps improve the delivery significantly that is both real-time and fault-tolerant. This process is transparent to the communicating applications.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<ul>\r\n <li>Robust and platform independent.</li>\r\n <li>Message queuing feature enables guaranteed delivery of messages.</li>\r\n <li>Non-stop messaging with audit and trace.</li>\r\n <li>The serial and TCP/IP ports can be scaled up to handle large infrastructure requirement.</li>\r\n <li>Robust and scalable product that ensures exceptional availability and reliability in inter-system messaging.</li>\r\n <li>Built-in load balancer and network management.</li>\r\n <li>Provides database connector.</li>\r\n <li>Unambiguous APIs.</li>\r\n <li>Built in tools to debug applications and tune the system for better performance.</li>\r\n <li>One-to-one, many-to-one and one-to-many and many-to-many messaging.</li>\r\n <li>Event initiator.</li>\r\n <li>Displays graphical status of configured client/host stations and status.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> </strong><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>An established product, developed with FSS\' extensive experience in managing the diverse payment systems and applications.</li>\r\n <li>The solution is trusted and successfully deployed at several banks.</li>\r\n <li>Assure high security and data integrity in transferring messages across applications.</li>\r\n <li>Flexible solution that interfaces with all legacy systems, switches and hosts.</li>\r\n <li>Auto balances the load and keeps track of each message that is received and delivered.</li>\r\n <li>Concurrent transaction processing for quick response.</li>\r\n</ul>','Messaging Middleware','','publish','open','open','','messaging-middleware','','','2014-05-14 10:14:17','2014-05-14 10:14:17','',24,'http://039719c.netsolhost.com/ltest/fss/?page_id=60',7,'page','',0),(61,1,'2013-12-18 07:03:25','2013-12-18 07:03:25','','Messaging Middleware','','inherit','open','open','','60-revision-v1','','','2013-12-18 07:03:25','2013-12-18 07:03:25','',60,'http://039719c.netsolhost.com/ltest/fss/?p=61',0,'revision','',0),(62,1,'2013-12-18 07:04:49','2013-12-18 07:04:49',' ','','','publish','open','open','','62','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',24,'http://039719c.netsolhost.com/ltest/fss/?p=62',6,'nav_menu_item','',0),(63,1,'2013-12-18 07:04:50','2013-12-18 07:04:50',' ','','','publish','open','open','','63','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',24,'http://039719c.netsolhost.com/ltest/fss/?p=63',8,'nav_menu_item','',0),(64,1,'2013-12-18 07:04:49','2013-12-18 07:04:49',' ','','','publish','open','open','','64','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',24,'http://039719c.netsolhost.com/ltest/fss/?p=64',5,'nav_menu_item','',0),(65,1,'2013-12-18 07:04:49','2013-12-18 07:04:49',' ','','','publish','open','open','','65','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',24,'http://039719c.netsolhost.com/ltest/fss/?p=65',4,'nav_menu_item','',0),(66,1,'2013-12-18 07:08:01','2013-12-18 07:08:01','[responsive]<img class=\"alignleft size-full wp-image-552\" alt=\"fss-system-integration\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-system-integration.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"An end-to-end onsite system integration services in the payment domain, including switch, ATM/POS/mobile channels, interchanges, card systems, payment gateway, value added services\"]\r\n\r\nMergers, acquisitions, migration or periodic product upgrades in the payments domain could lead to IT consolidation and systems integration. Financial organizations seeking to deploy (or enhance existing) electronic payment systems may face several challenges in integrating delivery channels, interchanges and host systems. Implementing new generation retail channels such as mobile payments, internet payment gateways, and interactive voice response systems could also be a complex task.\r\n\r\nLeveraging on extensive experience and deep knowledge in the payments domain for over 20 years, FSS integrates payment products, solutions and services into a comprehensive eco-system. FSS System Integration services have helped over 50 financial organizations worldwide to upgrade to newer systems, and/or add hundreds of products and services. FSS has acquired specialized skill sets including knowledge of legacy systems, interchange mandates, standards and operational methods of payment products, security and industry interfaces.\r\n\r\nFSS partners with leading software and hardware vendors in the payments industry and constantly updates its knowledge base. FSS\' creative approach to solutions, together with its suite of products has assisted several premium banks and payment processors in interfacing legacy products with the new generation systems. All these factors have enabled FSS to become a trusted and preferred end-to-end payments system integrator in the business.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Integrating multiple payments IT systems, platforms and channels that cater to different functions and stages in the product lifecycle.</li>\r\n <li>Interfacing a wide range of retail channels of different makes and brands of ATM, POS, and new generation payment channels, such as mobile, IVR, internet payment gateway with the payment switch.</li>\r\n <li>International and regional card brand, card acquiring and issuing testing and certification.</li>\r\n <li>Magnetic Stripe & EMV chip card acquiring and issuing support.</li>\r\n <li>Integrating mobile phones with NFC capability, for financial transaction processing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS stands committed in delivering value for more than 20 years in the payments domain, with over 100 large customers across the globe.</li>\r\n <li>System integration and implementation services provided to over 50 premium customers including banks, financial institutions and large retailers.</li>\r\n <li>Large pool of skilled resources with project management, integration, testing and certification capabilities.</li>\r\n <li>Knowledge of all industry standard platforms as well as legacy systems.</li>\r\n <li>Cost-effective service delivery, with a combination of on-site/off-shore services.</li>\r\n</ul>','Systems Integration','','publish','open','open','','systems-integration','','','2014-05-14 10:41:09','2014-05-14 10:41:09','',26,'http://039719c.netsolhost.com/ltest/fss/?page_id=66',1,'page','',0),(67,1,'2013-12-18 07:08:01','2013-12-18 07:08:01','','Systems Integration','','inherit','open','open','','66-revision-v1','','','2013-12-18 07:08:01','2013-12-18 07:08:01','',66,'http://039719c.netsolhost.com/ltest/fss/?p=67',0,'revision','',0),(69,1,'2013-12-18 07:10:09','2013-12-18 07:10:09','[responsive]<img class=\"alignleft size-full wp-image-591\" alt=\"fss-offshore-product-development\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-offshore-product-development1.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"High quality offshore development and sustenance services.\"]\r\nAs part of long-term growth strategy, software product companies constantly innovate and reinvent their products to sustain and lead in the competitive market. As products mature and market acceptance increases, they also need to maintain and support their products for their customers.\r\n\r\nWith knowledge gained in payments domain over two decades, FSS maintains, supports and customizes software products of leading software vendors. FSS engineers can manage a product company\'s non-core activities such as product release management, feature enhancement, bug fixing, product testing and issue resolution.\r\n\r\nServices range from managing mature products with several releases into the market, to \"sunset\" products that are at the end of their feature development. FSS\' proven delivery and interaction model include rigorous processes complete with definitions of roles and responsibilities, documentation and reporting, incident management, issue resolution support and assistance in continuous product improvement.\r\n\r\nWith FSS product sustenance services, companies are able to focus on enhancements, re-engineering and future-proofing their products.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Skilled resources in niche domain provide technical support, bug fixing, testing and maintenance services.</li>\r\n <li>Documented processes for product management and incident management at multiple levels.</li>\r\n <li>Ability to extend support to customers using vendors products.</li>\r\n <li>FSS onsite technical support teams can enhance product offerings by managing them at the site.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Over 1,000 man years of offshore development support extended to premium international product companies.</li>\r\n <li>Vast payments domain expertise & technical skill sets, spanning a wide range of platforms and applications.</li>\r\n <li>Strong processes and commitment to deliveries validated by major vendors.</li>\r\n <li>Strong network of alliance partners help accelerate and collaborate on new products roll out quickly.</li>\r\n</ul>\r\nVendors could also benefit from FSS<a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/systems-integration/\"> System Integration</a> and <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/onsite-technical-support/\">Onsite Technical Support</a> for implementing and managing their products at customer locations.','Offshore Development','','publish','open','open','','offshore-development','','','2014-05-14 10:41:06','2014-05-14 10:41:06','',26,'http://039719c.netsolhost.com/ltest/fss/?page_id=69',2,'page','',0),(70,1,'2013-12-18 07:10:09','2013-12-18 07:10:09','','Offshore Development','','inherit','open','open','','69-revision-v1','','','2013-12-18 07:10:09','2013-12-18 07:10:09','',69,'http://039719c.netsolhost.com/ltest/fss/?p=70',0,'revision','',0),(71,1,'2013-12-18 07:10:32','2013-12-18 07:10:32','[responsive]<img class=\"alignleft size-full wp-image-597\" alt=\"fss-project-management\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-project-management.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Helps organizations to manage project portfolios efficiently, for successful execution of any payments system integration or implementing a strategic technology package\"]\r\n\r\nPayments business divisions continually work on improving profitability, as well as customer experiences. Market dynamics force them to release upgraded or innovative products and services, keeping the costs low. The complex nature of payment systems demand sophisticated project management skills in delivering services on time, at controlled costs. While choosing the right package to fit an organization\'s needs can be a tough task, equally vexing is the implementation that can be expensive and time-consuming.\r\n\r\nFSS has been focused in payment systems implementation, upgrades, migration and support, and hosted services for over 20 years. The deep domain knowledge gained in 40+ switch implementation and migration, integrating with a variety of banking hosts, retail channels, international and domestic interchanges, has resulted in highly experienced pool of experts. FSS handles the project implementation of advanced IT solutions in the financial services arena with ease and within committed time frames.\r\n\r\nWith proven project management techniques, and vast knowledge of popular industry packages, FSS provides substantial value to its clients by quality project management and implementation of complex solutions.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li><strong>Project Design and Mobilization:</strong> Identifying, planning and organizing business activities.</li>\r\n <li><strong>Project Management and Delivery:</strong> Delivering business advantage and competitive edge by deploying the appropriate, trained skill sets.</li>\r\n <li><strong>Assessment of existing Projects:</strong> based on payments domain global best practices.</li>\r\n <li>Project transformation through process design, strategy implementation, and training mentoring.</li>\r\n <li>Designing a common structure and framework for managing projects, including detailing the functions to be executed, key roles and responsibilities and metrics to be adopted.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Over 50 leading banks and financial institutions in India and world over continue to benefit from the timely roll out of complex payment systems and services by FSS\' project management team.</li>\r\n <li>Contemporary knowledge of new generation devices, and interchange mandates makes launching of new services and upgrades, cost effective and quick.</li>\r\n <li>FSS puts strategies into action, by assigning a team of collaborative professionals having the right skill sets in the payments business who provide a powerful mix of intellectual agility and hands-on delivery.</li>\r\n</ul>\r\nFSS has helped several clients derive additional benefits from the <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/onsite-technical-support/\">Onsite Technical Support</a>, <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/migration-upgrade-services/\">Migration and Upgrade services</a>, and <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/247-global-helpdesk-support/\">24x7 Global Help Desk support services</a>.','Project Management & Implementation','','publish','open','open','','project-management-implementation','','','2014-05-14 10:41:01','2014-05-14 10:41:01','',26,'http://039719c.netsolhost.com/ltest/fss/?page_id=71',3,'page','',0),(72,1,'2013-12-18 07:10:32','2013-12-18 07:10:32','','Project Management & Implementation','','inherit','open','open','','71-revision-v1','','','2013-12-18 07:10:32','2013-12-18 07:10:32','',71,'http://039719c.netsolhost.com/ltest/fss/?p=72',0,'revision','',0),(73,1,'2013-12-18 07:10:55','2013-12-18 07:10:55','[responsive]<img class=\"alignleft size-full wp-image-601\" alt=\"fss-upgrade-and-migration-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-upgrade-and-migration-services.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n<span style=\"line-height: 1.5em;\">[separator headline=\"h4\" title=\"Comprehensive platform migration and product upgrade services in the payments domain\"]</span>\r\n\r\nBusiness demands, statutory requirements and technology advances create a need to migrate an existing payment application to a new platform, or upgrading an existing application. These activities pose several challenges like thorough evaluation and understanding of the new IT environment, documented processes of all the activities, careful analysis of risks, testing and certifications at different levels, compliance with various entities, and ensuring continual customer services post migration.\r\n\r\nFSS Migration and Upgrade Services focus on enabling banks to upgrade the hardware and software platforms of their payment applications with minimal or no disruption to the customer service. FSS upgrade services draw credibility from the experience in successful implementation of payments technology solution, and managing several migrations of \'live\' payment environments to a new platform. FSS teams have <b>carried out over 100 successful migrations</b> and upgrade exercises for over <b>50 Indian and global clients</b>. These include seamless switch migration from distributed to core banking solutions, critical switch and cardholder data migration, payment systems consolidation during mergers and acquisitions, switch application version upgrades, and over 10 switch migrations - from legacy systems to new generation.\r\n\r\nFSS\' payments industry expertise and best practices help banks capitalize on proven deployment principles identifying the optimal IT strategy, and make key technology choices. Led by specialized and dedicated team of experts, FSS migration and upgrade services ensure effective application transformation, with optimal business outcome.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Comprehensive project management and reporting.</li>\r\n <li>Documentation of all processes with impacts, risks, and fall back methods.</li>\r\n <li>Continuous review of processes at all stages during execution.</li>\r\n <li>Assistance to host / interchange developers.</li>\r\n <li>Application support during unit, integration and system testing phases.</li>\r\n <li>Certification with major card brand interchanges.</li>\r\n <li>Performance monitoring post migration/upgrade.</li>\r\n <li>Customer education and training.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Experience in managing over 100 successful migrations, upgrades, and consolidations for over 50 customers.</li>\r\n <li>Knowledgeable in legacy/contemporary payment systems, host systems. interchanges, mandates, certification processes.</li>\r\n <li>Consulting services during mergers and acquisitions.</li>\r\n <li>Post-migration support to assist the bank stabilizes operations on the new technology platform .</li>\r\n</ul>\r\nCustomers also have derived value from FSS <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/project-management-implementation/\">Project Management & Implementation services</a> for managing specific <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/migration-upgrade-services/\">migration / upgrade activities</a>, and also <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/onsite-technical-support/\">Onsite Technical Support services</a> for post migration support.','Migration & Upgrade Services','','publish','open','open','','migration-upgrade-services','','','2014-05-14 10:42:35','2014-05-14 10:42:35','',26,'http://039719c.netsolhost.com/ltest/fss/?page_id=73',4,'page','',0),(74,1,'2013-12-18 07:10:55','2013-12-18 07:10:55','','Migration & Upgrade Services','','inherit','open','open','','73-revision-v1','','','2013-12-18 07:10:55','2013-12-18 07:10:55','',73,'http://039719c.netsolhost.com/ltest/fss/?p=74',0,'revision','',0),(75,1,'2013-12-18 07:11:17','2013-12-18 07:11:17','[responsive]<img class=\"alignleft size-full wp-image-604\" alt=\"fss-Testing-Certification-Services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-Testing-Certification-Services.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive range of systematic, independent testing and certification services for financial institutions and software vendors that deliver great value and quality for their testing needs.\"]\r\n\r\nInnovations in retail delivery channels, payment systems and methods give rise to new products and methods. Retail systems, financial institutions and banks would want to ensure that new (or upgraded) products comply with existing systems as also industry standards.\r\n\r\nFSS offers a comprehensive range of systematic and independent testing and certification services to financial institutions and product vendors to confirm conformance with existing specifications, industry norms or regulatory standards.\r\n\r\nFSS has invested into a state-of-the-art ATM & POS testing laboratory, along with a pool of multi-skilled experienced, product testing resources that provide timely delivery of quality testing services for a wide range of payment products.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Comprehensive testing of retail systems such as ATM, POS, kiosk, cash depository machines, biometric ATMs.</li>\r\n <li>Special purpose systems interface such as automatic fuel dispensers and multiple POS integration systems.</li>\r\n <li>End-to-end switch application testing.</li>\r\n <li>Certification of switch with the mandates of domestic and international Interchanges.</li>\r\n <li>Consultancy and debugging support during testing.</li>\r\n <li>Compliance report and certification document.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Several domestic and overseas ATM, POS, kiosk vendors, and special purpose payment product vendors continue to avail FSS Testing and Certification services.</li>\r\n <li>FSS\' commitment and focus on maintaining High Quality Standards has benefitted new product developers in rapid market roll out.</li>\r\n <li>Cost effective testing services, with state-of-art lab facility.</li>\r\n <li>Large payment infrastructure, with dedicated test networks setup exclusively for testing.</li>\r\n</ul>','Testing & Certification Services','','publish','open','open','','testing-certification-services','','','2014-05-14 10:42:30','2014-05-14 10:42:30','',26,'http://039719c.netsolhost.com/ltest/fss/?page_id=75',5,'page','',0),(76,1,'2013-12-18 07:11:17','2013-12-18 07:11:17','','Testing & Certification Services','','inherit','open','open','','75-revision-v1','','','2013-12-18 07:11:17','2013-12-18 07:11:17','',75,'http://039719c.netsolhost.com/ltest/fss/?p=76',0,'revision','',0),(77,1,'2013-12-18 07:13:17','2013-12-18 07:13:17','[responsive]<img class=\"alignleft size-full wp-image-607\" alt=\"fss-application-testing-service\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-application-testing-service.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"An end-to-end Application Testing Service that includes testing strategy, testing automation and performance measurement\"]\r\n\r\nFSS strongly believes that the quality of an application should be maintained throughout its development lifecycle. The maintenance activity must be planned, analyzed, designed, developed and tested into the application and cannot be \"tested in\" at the end of the lifecycle. <b>FSS Application Testing Services</b> drives quality throughout the application development lifecycle. FSS collaborates with clients to optimize upstream activities, such as Requirements Management, Release Management and Software Configuration Management, and further validates the design, functionality and performance of the application. This is done through test execution that can maximize value from their IT investments.\r\n\r\nSome of the leading global financial organizations have trusted FSS to support them with the Application Testing Service.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li><b>Testing Strategy & Assessment:</b> Assists clients with end-to-end testing and quality assessment process, from planning to final recommendations.</li>\r\n <li><b>Expertise and knowledge in methods of testing:</b> FSS trained resources can perform:\r\n<ul>\r\n <li>Black-box testing - confirming functionality of application.</li>\r\n <li>White-box testing - rigorous testing at individual module levels and at the overall system level.</li>\r\n</ul>\r\n</li>\r\n <li><b>Testing Automation:</b> With a robust set of tools and assets to consistently support the entire spectrum of automation-related testing activities.</li>\r\n <li><b>Performance Testing:</b> A wide range of strategic and tactical performance test services.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Providing offshore development and testing services for more than a decade.</li>\r\n <li>FSS team stands ready to help build and refine testing skills, functionality and achieve efficiencies.</li>\r\n <li>FSS leverages extensive knowledge in the payments domain, technology and processes to assist clients in developing holistic testing strategies.</li>\r\n <li>FSS is skilled in multiple terminals, modules and in the depth and breadth of testing i.e. hardware, new channel testing, migration testing, new product implementation and switch testing.</li>\r\n <li>FSS provides clients the right skills at the right time in the right place and at the right price.</li>\r\n <li>Upon completion of testing, clients can benefit from <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/onsite-technical-support/\">FSS Onsite Technical Support</a> services for managing their products.</li>\r\n</ul>','Application Testing Services','','publish','open','open','','application-testing-services','','','2014-05-14 10:43:53','2014-05-14 10:43:53','',26,'http://039719c.netsolhost.com/ltest/fss/?page_id=77',6,'page','',0),(78,1,'2013-12-18 07:13:17','2013-12-18 07:13:17','','Application Testing Services','','inherit','open','open','','77-revision-v1','','','2013-12-18 07:13:17','2013-12-18 07:13:17','',77,'http://039719c.netsolhost.com/ltest/fss/?p=78',0,'revision','',0),(79,1,'2013-12-18 07:13:48','2013-12-18 07:13:48','[responsive]<img class=\"alignleft size-full wp-image-610\" alt=\"fss-online-technical-support\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-online-technical-support.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"High-quality management of complex payment infrastructure, by tenured personnel with specialized skill sets\"]\r\n\r\nBanks and electronic payment processors understand the criticality of operational support and infrastructure management. They often strive to provide high-quality services to their customers by ensuring continuous delivery of services.\r\n\r\nAs systems get more sophisticated and automated, timely onsite technical support gains importance. Managing a large, complex payment environment requires considerable knowledge of the domain, technologies and processes.\r\n\r\nFSS global Onsite Technical Support integrates people, products and processes for quality 24x7 service delivery, speedy incident resolution, and improved end-user productivity. A unique blend of technology and financial industry expertise enables FSS to provide the ideal mix of skilled resources to help clients set up and maintain payments infrastructure that is in tune with their business needs. FSS technical resources are deployed worldwide to help various financial institutions manage their payments infrastructure.\r\n\r\nOver <b>50 banks</b> and financial institutions in India and overseas have availed <b>2,500 man-years</b> of FSS onsite support services.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Operational support to payment system processing including documented processes, periodic reporting, data management and housekeeping, such as backup/restore and many more.</li>\r\n <li>Incident management including Level 1, Level 2 reporting and management, assistance in Level 3 management.</li>\r\n <li>Customer communications management, internal / external escalations.</li>\r\n <li>Manage complex IT infrastructures - including servers, databases, applications and networks.</li>\r\n <li>Participate in internal and external audits of infrastructure and services.</li>\r\n <li>Knowledge in service deliveries, mandates, systems and processes.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>For over 10 years, FSS has been managing the payment switch and related payment infrastructure for over 50 banks in India and overseas, with more than 250+ onsite technical support personnel, on a 24x7 basis.</li>\r\n <li>FSS has a team of tenured, skilled resources committed to delivering and managing of services, which conform to global standards.</li>\r\n <li>Proven track record and demonstrable success rate in delivering superior onsite technical support services in a cost-effective way.</li>\r\n <li>Onsite support personnel are re-trained periodically, to be commensurate with industry standards and practices.</li>\r\n</ul>','Onsite Technical Support','','publish','open','open','','onsite-technical-support','','','2014-05-14 10:44:27','2014-05-14 10:44:27','',26,'http://039719c.netsolhost.com/ltest/fss/?page_id=79',7,'page','',0),(80,1,'2013-12-18 07:13:48','2013-12-18 07:13:48','','Onsite Technical Support','','inherit','open','open','','79-revision-v1','','','2013-12-18 07:13:48','2013-12-18 07:13:48','',79,'http://039719c.netsolhost.com/ltest/fss/?p=80',0,'revision','',0),(81,1,'2013-12-18 07:14:15','2013-12-18 07:14:15','[responsive]<img class=\"alignleft size-full wp-image-613\" alt=\"fss-help-desk\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-help-desk.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Round-the-clock professional Helpdesk and technical support services for global and domestic software products and systems\"]\r\n\r\nAdvancements in payment systems worldwide have resulted in increasing client expectations in terms of systems availability and timely service support. Banks, financial institutions and retailers are increasingly looking out for high quality technical support with speedy incident resolution.\r\n\r\nLeveraging domain knowledge and experience gained over the last 20 years, FSS has developed extensive skills in the niche online payments segment. FSS 24/7 Global Helpdesk Support services located out of India provides outsourced helpdesk and technical support to domestic and overseas clients. The service is hosted out of FSS\' Tier 3 standard Data Centre and managed by well-trained workforce with extensive background in delivery channels such as ATM, POS, interchanges, host authorization systems, data management systems and popular database applications.\r\n\r\nWith extensive documented process flow and proven expertise in payment switching and data management technologies, FSS has a long track record in providing helpdesk support to domestic and international clients.\r\n\r\nFSS\' cost effective remote technical support has helped several clients lower support costs while maintaining high quality in technology services thereby increasing operational efficiency and business performance.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>FSS Global Helpdesk is managed by trained resources at multiple levels, with advanced training in communication, soft skills, and documentation.</li>\r\n <li>Capable of handling the following Level 1, Level 2 and Level 3 tasks:\r\n<ul>\r\n <li><strong>L1</strong> - Handling product feature-based queries, support, licensing, clarifications, status provision on orders, spares and shipment.</li>\r\n <li><strong>L2</strong> - Problem analysis and replication, problem resolution via work-around or escalation.</li>\r\n <li><strong>L3</strong> - Fixing bugs, customer interaction. Highly skilled resources with over 10 years of experience provide rapid resolution of complex issues.</li>\r\n</ul>\r\n</li>\r\n <li>Organized skill levels deployed for managing a range of applications including databases, data replication products, applications and payment processing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS has a long track record in providing helpdesk support for major switch application vendors and leading data management application providers.</li>\r\n <li>FSS has proven experience and demonstrable success rate in delivering superior helpdesk support service for overseas and domestic products and services.</li>\r\n <li>FSS leverages industry-leading solutions and tools to deliver consistent, integrated and adaptable service in a cost-effective way.</li>\r\n</ul>','24/7 Global Helpdesk Support','','publish','open','open','','247-global-helpdesk-support','','','2014-05-14 10:45:07','2014-05-14 10:45:07','',26,'http://039719c.netsolhost.com/ltest/fss/?page_id=81',8,'page','',0),(82,1,'2013-12-18 07:14:15','2013-12-18 07:14:15','','24/7 Global Helpdesk Support','','inherit','open','open','','81-revision-v1','','','2013-12-18 07:14:15','2013-12-18 07:14:15','',81,'http://039719c.netsolhost.com/ltest/fss/?p=82',0,'revision','',0),(83,1,'2013-12-18 07:16:26','2013-12-18 07:16:26',' ','','','publish','open','open','','83','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',26,'http://039719c.netsolhost.com/ltest/fss/?p=83',10,'nav_menu_item','',0),(84,1,'2013-12-18 07:16:26','2013-12-18 07:16:26',' ','','','publish','open','open','','84','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',26,'http://039719c.netsolhost.com/ltest/fss/?p=84',11,'nav_menu_item','',0),(85,1,'2013-12-18 07:16:26','2013-12-18 07:16:26',' ','','','publish','open','open','','85','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',26,'http://039719c.netsolhost.com/ltest/fss/?p=85',12,'nav_menu_item','',0),(86,1,'2013-12-18 07:16:27','2013-12-18 07:16:27',' ','','','publish','open','open','','86','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',26,'http://039719c.netsolhost.com/ltest/fss/?p=86',13,'nav_menu_item','',0),(87,1,'2013-12-18 07:16:27','2013-12-18 07:16:27',' ','','','publish','open','open','','87','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',26,'http://039719c.netsolhost.com/ltest/fss/?p=87',14,'nav_menu_item','',0),(88,1,'2013-12-18 07:16:27','2013-12-18 07:16:27',' ','','','publish','open','open','','88','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',26,'http://039719c.netsolhost.com/ltest/fss/?p=88',15,'nav_menu_item','',0),(89,1,'2013-12-18 07:16:27','2013-12-18 07:16:27',' ','','','publish','open','open','','89','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',26,'http://039719c.netsolhost.com/ltest/fss/?p=89',16,'nav_menu_item','',0),(90,1,'2013-12-18 07:16:27','2013-12-18 07:16:27',' ','','','publish','open','open','','90','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',26,'http://039719c.netsolhost.com/ltest/fss/?p=90',17,'nav_menu_item','',0),(91,1,'2013-12-18 07:18:45','2013-12-18 07:18:45','[responsive]<img class=\"alignleft size-full wp-image-626\" alt=\"fss-transaction-switching-interchange\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-transaction-switching-interchange.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Proven, reliable electronic financial transaction-processing and switching services delivered on a hosted model, with ability to perform card pre-authorization, transaction logging and routing to hosts, interchanges and other networks.\"]\r\n\r\nFSSNeT shared switch offers banks a comprehensive outsourced platform for implementing and managing Electronic Fund Transfer (EFT) Switching Infrastructure.\r\n\r\nFSS has implemented a high end transaction processing switching infrastructure supporting multiple institutions, delivering a wide range of services. The switch drives all the industry standard front-end devices such as ATMs, POS, cash-in systems, and provides transaction authorization by connecting to hosts, interchanges and co-networks. Integrated with new generation payment channels, such as internet payment gateway and mobile payment systems, <b>the FSSNeT Switching Infrastructure is one of the largest integrated payment solutions in India</b>.\r\n\r\nHosted in a Tier 3 standard Data Centre, FSS has qualified technical support personnel to monitor and operate the payment systems 24x7. A like-to-like DR switch located in a different geography, with online data replication ensures continuity of service in events of contingency.\r\n\r\nSupport services include card issuance and management systems, integrated reconciliation, ATM deployment and management, ATM managed services and EJ management services that fulfill the requirement of banks seeking to outsource the electronic retail infrastructure. The FSSNeT services are ISO 9001:2008 certified; and the Payment Gateway services are PCI DSS 2.0 certified.\r\n\r\nOver <b>22 banks and financial institutions</b> trust FSSNeT services for their payment processing and support services.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Highly available and scalable switch with online DR system - guarantees quality service levels.</li>\r\n <li>Supports wide range of front-end devices, payment channels, card types.</li>\r\n <li>Qualified and trained staff for 24x7 service delivery and technical support.</li>\r\n <li>Flexible authorization and routing - online, online/offline, host, interchanges.</li>\r\n <li>Standard, and custom financial/non-financial transaction support.</li>\r\n <li>High speed redundant data links with multiple service providers.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSSNeT is one of the largest hosted payment services provider in Indian subcontinent, with over 22 customers.</li>\r\n <li>Ready-to-use and highly matured, comprehensive online payment services.</li>\r\n <li>Ability to scale up vertically and horizontally as per customers business requirement.</li>\r\n <li>Housed in Tier 3 standard Data Centre with multiple power sources.</li>\r\n <li>Readily available support services including card issuance and management, EJ management, reconciliation, merchant management.</li>\r\n <li>Continuous upgrades that meet industry norms and trends.</li>\r\n <li>Long term commitment to the industry by substantial investments into infrastructure.</li>\r\n</ul>','Transaction Switching & Interchange','','publish','open','open','','transaction-switching-interchange','','','2014-05-14 11:09:31','2014-05-14 11:09:31','',29,'http://039719c.netsolhost.com/ltest/fss/?page_id=91',1,'page','',0),(92,1,'2013-12-18 07:18:45','2013-12-18 07:18:45','','Transaction Switching & Interchange','','inherit','open','open','','91-revision-v1','','','2013-12-18 07:18:45','2013-12-18 07:18:45','',91,'http://039719c.netsolhost.com/ltest/fss/?p=92',0,'revision','',0),(93,1,'2013-12-18 07:19:02','2013-12-18 07:19:02','[responsive]<img class=\"alignleft size-full wp-image-629\" alt=\"fss-processing-card-issuance-management-system\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-card-issuance-management-system.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A cost-effective, reliable and end-to-end card issuance and life cycle management services\"]\r\n\r\nFSS offers <b>hosted card issuance and management services </b>including card embossing and switch file generation, PIN generation, PIN printing, card plastic and stationery procurement, card personalization, welcome kit preparation and dispatch management. Customers have the choice of international / regional / private label card brands, with flexible numbering and issuance methods.\r\n\r\nFSS also offers post-issuance functions like card support functions (hot listing, de-hot listing, account linking and de-linking, card re-issuance, renewals, PIN re-generation, account closure), loyalty and redemption management, fees and charges, inventory management and a comprehensive MIS and reporting.\r\n\r\nThe infrastructure is hosted in a Tier 3 Data Center, with strong access controls and camera surveillance.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>One-Stop-Shop for all card issuance and life cycle management requirements, with direct input from popular bank hosts.</li>\r\n <li>Personalized, non-personalized, ATM / debit / prepaid cards.</li>\r\n <li>In-house secure, hardware (HSM) based PIN generation and printing.</li>\r\n <li>Card/PIN dispatch tracking and return logistics handling.</li>\r\n <li>Solution benchmarked to issue over 150,000 cards in a single day.</li>\r\n <li>Comprehensive MIS and reporting.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS Card Issuance and Management services has been trusted by over 20 banks/ institutions to issue over 200 million cards.</li>\r\n <li>Proven, scalable service - Has supported issuance of over 90 million cards for a large bank.</li>\r\n <li>Issued over 25 million cards on the end-to-end issuance model.</li>\r\n <li>The services are hosted in a Tier 3 standard Data Center.</li>\r\n <li>Issuance supported with 3D Secure registration and authentication.</li>\r\n</ul>','Card Issuance & Management','','publish','open','open','','card-issuance-management','','','2014-05-14 11:10:13','2014-05-14 11:10:13','',29,'http://039719c.netsolhost.com/ltest/fss/?page_id=93',2,'page','',0),(94,1,'2013-12-18 07:19:02','2013-12-18 07:19:02','','Card Issuance & Management','','inherit','open','open','','93-revision-v1','','','2013-12-18 07:19:02','2013-12-18 07:19:02','',93,'http://039719c.netsolhost.com/ltest/fss/?p=94',0,'revision','',0),(95,1,'2013-12-18 07:19:21','2013-12-18 07:19:21','[responsive]<img class=\"alignleft size-full wp-image-631\" alt=\"fss-process-merchant-management\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-process-merchant-management.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, reliable, and flexible managed service for Merchant Acquirers.\"]\r\n\r\nFSS Merchant Management services enable acquiring banks to manage the entire gamut of merchant related activities in an integrated way. Acquirers can enroll merchants, query transaction history, manage fees, track terminal inventory, assess risks and generate settlements.\r\n\r\nConvenient, browser based front-end makes the system readily accessible, securely over Internet / Intranet. The application is highly configurable, process driven, and is customizable as per requirements.\r\n\r\nAutomated processes are setup for batch posting of transactions from the host and interchanges; settlement reports/data could be extracted in custom formats and transmitted securely to pre-designated mail ids. Dispute handling, charge-back generation, risk evaluation, terminal inventory reporting are standard features.\r\n\r\nFSS provides 24X7 technical support through a dedicated and trained technical team.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>End-to-end merchant acquiring and service management- from enrollment to settlement.</li>\r\n <li>Supports multi-currency, exchange rates, and flexible currency conversion.</li>\r\n <li>Risk assessment during merchant registrations, as also ongoing continuous risk assessment.</li>\r\n <li>Merchant performance metrics.</li>\r\n <li>Terminal inventory management.</li>\r\n <li>Dispute management, charge-backs.</li>\r\n <li>Merchant settlement, statements.</li>\r\n <li>Flexible workflow management for transactions meeting risk criteria.</li>\r\n <li>Accounting and reconciliation functions.</li>\r\n</ul>\r\n[mini-icon icon=\"thumbs-up\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Service can be rolled out quickly.</li>\r\n <li>Highly available system hosted in a Tier 3 Data Center.</li>\r\n <li>Modular design.</li>\r\n <li>Allows Data inputs through GUI as well as batch file uploads.</li>\r\n <li>Highly configurable process flow.</li>\r\n <li>Can be Customized for specific requirements.</li>\r\n <li>Supported by a team of professionals with a collective experience of 100+ man years in the payments domain.</li>\r\n <li>24x7 helpdesk support.</li>\r\n</ul>','Merchant Management','','publish','open','open','','merchant-management','','','2014-05-22 11:40:43','2014-05-22 11:40:43','',29,'http://039719c.netsolhost.com/ltest/fss/?page_id=95',3,'page','',0),(96,1,'2013-12-18 07:19:21','2013-12-18 07:19:21','','Merchant Management','','inherit','open','open','','95-revision-v1','','','2013-12-18 07:19:21','2013-12-18 07:19:21','',95,'http://039719c.netsolhost.com/ltest/fss/?p=96',0,'revision','',0),(97,1,'2013-12-18 07:19:46','2013-12-18 07:19:46','[responsive]<img class=\"alignleft size-full wp-image-634\" alt=\"fss-processing-integrated-reconciliation\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-integrated-reconciliation.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A well integrated data reconciliation platform that performs end-to-end reconciliation of electronic transactions between host, switch, interchanges and electronic journal logs\"]\r\n\r\nIn an electronic financial transaction processing environment, transactions get logged at various entities, such as acquirers, issuers, interchanges, hosts, ATMs. Reconciliation of these transactions involves processing and matching of data emanating from different systems, often in different formats.\r\n\r\nFSS has developed a comprehensive multi-institution reconciliation application system that helps simplify the reconciliation process. Depending on the need, banks can choose two- or three-way reconciliation.\r\n\r\nFSS Integrated Reconciliation services are trusted by over <b>20 banks</b> (licensing and processing model), supporting over <b>20 million transactions</b> in a single day.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>\r\n<div><span style=\"line-height: 1.5em;\">Reconciliation of all card transactions under a single system providing a unified view to the bank or institution objectives.</span></div></li>\r\n <li>Multi-level reconciliation - supports multiple international and domestic networks, across multiple delivery channels with support for multiple host formats.</li>\r\n <li>Automated scheduling of reconciliation activity.</li>\r\n <li>Secure transmission of bank\'s data over a variety of channels - leased line, VPN etc.</li>\r\n <li>Track daily transactions from entities, and generate alerts in the event of any abnormalities.</li>\r\n <li>User defined rules - to generate alerts on chargeback and retrieval request, response.</li>\r\n <li>Force match option, to manually settle un-reconciled entries.</li>\r\n <li>Configurable fee surcharging - transaction fee and surcharge can be additionally included.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS Reconciliation services are currently deployment and functional at over 20+ banks/ institutions in India and world over (including licensing & processing model).</li>\r\n <li>A proven, scalable service that supports reconciliation of over 20 million transactions in a single day.</li>\r\n <li>A comprehensive reconciliation service perfected over 10 years, backed by a 20 year experience in the payments domain.</li>\r\n <li>Superior state of art reconciliation infrastructure.</li>\r\n <li>Service managed by experienced teams.</li>\r\n <li>Hosted in secure Tier 3 standard Data Centre.</li>\r\n</ul>','Integrated Reconciliation','','publish','open','open','','integrated-reconciliation','','','2014-05-14 11:12:07','2014-05-14 11:12:07','',29,'http://039719c.netsolhost.com/ltest/fss/?page_id=97',4,'page','',0),(98,1,'2013-12-18 07:19:46','2013-12-18 07:19:46','','Integrated Reconciliation','','inherit','open','open','','97-revision-v1','','','2013-12-18 07:19:46','2013-12-18 07:19:46','',97,'http://039719c.netsolhost.com/ltest/fss/?p=98',0,'revision','',0),(99,1,'2013-12-18 07:20:05','2013-12-18 07:20:05','[responsive]<img class=\"alignleft size-full wp-image-639\" alt=\"fss-processing-internet-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-internet-pay.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Comprehensive, cost effective and versatile Internet Payment Gateway platform that supports all forms of payment transactions on channels such as internet and IVR.\"]\r\n\r\n<b>FSS Internet Payment Gateway </b>(IPG) services provide banks with secure electronic payment services over Internet, in line with major card association mandates, and are certified for PCI DSS.\r\n\r\nHoused in FSS Tier standard 3 Data Center, the IPG infrastructure is architected for high-availability and security. High-speed connections to the Internet with redundant links ensure system availability for sudden surge in customer demands. 24x7 teams monitor the performance and provide technical support.\r\n\r\nMerchant integration is quick and simple; certified and proven plug-ins suitable for implementation on a wide variety of merchant server platforms (Java, PHP, ASP.NET, PERL, and Ruby) can readily be installed.\r\n\r\nFSS IPG supports hosted page and transaction portal based payment methods for merchants. Configurable merchant risk profiling ensures adequate control. Secure log-ins for merchants and the bank administrators allow online monitoring of transactions and settlement functions.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Capable of handling large number of merchants and transaction volumes.</li>\r\n <li>Dependable, Scalable and flexible solution, running on high available systems.</li>\r\n <li>Established and Tenured over the past 6 years.</li>\r\n <li>Designed to suit customer specific requirements.</li>\r\n <li>Can be accessed through Java and BREW enabled phones (CDMA), GPRS service, USSD service, WAP service, IVR service, plain text SMS.</li>\r\n <li>Integrated Transaction Switch ensures consistent transaction delivery.</li>\r\n <li>Closed User Group (CUG) acceptance program supporting multiple user authentication options:\r\n<ul>\r\n <li>Direct ACS authentication</li>\r\n <li>ATM PIN authentication</li>\r\n <li>Date of Birth authentication</li>\r\n</ul>\r\n</li>\r\n <li>Provision for integration with multiple channels.</li>\r\n <li>In-house solution design and support teams.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS Internet Payment Gateway services is currently Live at 8 <b>premium banks</b>.</li>\r\n <li>A cost-effective, pay-by-use service delivery model.</li>\r\n <li>Simple and quick merchant interface, rapid roll out of services.</li>\r\n <li>Interchange certified systems and services.</li>\r\n <li>PCI DSS certified.</li>\r\n <li>Professional 3rd party integrity and security audited.</li>\r\n <li>Hosted in a Tier 3 standard Data Center.</li>\r\n <li>Proven, Dependable, 24x7 services, in service for over six years.</li>\r\n</ul>','Internet Payment Gateway','','publish','open','open','','internet-payment-gateway','','','2014-05-14 11:12:05','2014-05-14 11:12:05','',29,'http://039719c.netsolhost.com/ltest/fss/?page_id=99',5,'page','',0),(100,1,'2013-12-18 07:20:05','2013-12-18 07:20:05','','Internet Payment Gateway','','inherit','open','open','','99-revision-v1','','','2013-12-18 07:20:05','2013-12-18 07:20:05','',99,'http://039719c.netsolhost.com/ltest/fss/?p=100',0,'revision','',0),(101,1,'2013-12-18 07:20:24','2013-12-18 07:20:24','[responsive]<img class=\"alignleft size-full wp-image-642\" alt=\"fss-processing-mobile-payments\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-mobile-payments.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Fully managed, comprehensive and cost effective, mobile banking, mobile payment, mobile commerce and mobile wallet services, on a pay-per-use model.\"]\r\n\r\nFSS Mobile Pay services can quickly and cost-effectively enable banks to launch and scale mobile based solutions to their customers. This includes mobile banking, mobile payment, mobile commerce and mobile wallet services. Leveraging on the extensive knowledge gained in the payments domain and the mobile technologies, FSS has set up a mobile payment infrastructure in its Tier 3 standard Data Center.\r\n\r\nA variety of customer registrations options are available for linking the mobile number with accounts/cards. Customers can do a simple download of the application on their mobile handsets and quickly enable the handset for doing transactions.\r\n\r\nFSS Mobile Payment services are trusted by over 12 banks (licensing and processing model).\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Mobile Banking - Enables banking services over the mobile phone.</li>\r\n <li>Mobile Payments - Enables payment solution over the mobile phone.</li>\r\n <li>Mobile Commerce - Enables mobile phone to handle transactions at the point of sale.</li>\r\n <li>Mobile Wallet - Connects to one of the largest ecosystem, that includes over 3000 online & 10,000 physical retail merchants.</li>\r\n <li>Bank integration either through the bank\'s core banking system or through the bank\'s switch.</li>\r\n <li>Supports Java enabled mobile phones and Brew enabled phones (CDMA), GPRS service, USSD service, WAP service, plain text SMS.</li>\r\n <li>Allows intra and inter-bank financial transaction exchange.</li>\r\n <li>IMPS (Inter-bank Mobile Payment Services) enabled, for mobile to mobile financial transfers in India.</li>\r\n <li>Compliant with regulator\'s (RBI) mandates and prevailing security standards.</li>\r\n <li>A web based portal is provided which will enable the bank to administer their services.</li>\r\n <li>The portal also offers comprehensive MIS and reporting.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS Mobile Payments are currently live at 12 banks (licensing and processing model).</li>\r\n <li>FSS supports clients to define and optimize their mobile strategy, products and business model.</li>\r\n <li>Leverages existing bank\'s technology infrastructure & systems.</li>\r\n <li>Seamlessly plug-in with the external interfaces of mobile network operators and business partners.</li>\r\n <li>Bank branded, white label solution.</li>\r\n <li>Cost-effective, pay-per-use model.</li>\r\n</ul>','Mobile Payments','','publish','open','open','','mobile-payments','','','2014-05-14 11:12:41','2014-05-14 11:12:41','',29,'http://039719c.netsolhost.com/ltest/fss/?page_id=101',6,'page','',0),(102,1,'2013-12-18 07:20:24','2013-12-18 07:20:24','','Mobile Payments','','inherit','open','open','','101-revision-v1','','','2013-12-18 07:20:24','2013-12-18 07:20:24','',101,'http://039719c.netsolhost.com/ltest/fss/?p=102',0,'revision','',0),(103,1,'2013-12-18 07:20:39','2013-12-18 07:20:39','[responsive]<img class=\"alignleft size-full wp-image-645\" alt=\"fss-remittance\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-remittance.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Secure, cost-effective online cross border remittance service\"]\r\n\r\nEvery month millions of expatriates perform international money transfers to their homeland. Banks, foreign exchange companies, Money Transfer Service Scheme (MTSS) normally handle these transfers. While purchase of demand drafts and mailing to recipient overseas is time consuming, private money transfer services are mostly expensive.\r\n\r\nFSS Remittance service enables banks with branches abroad, exchange houses, partner banks, aggregators, and even MTSS\' to perform online remittances to their beneficiary customers in India. The solution enables registration of remitters\' and beneficiaries\' details by exchange houses. Once registered, a remitter can transfer funds to beneficiaries electronically by a wide range of delivery channels such as ATM, POS, Payment Gateway, IVR and Mobile telephones. Existing FSSNeT connectivity to all major banks in India could be leveraged for low cost of transaction processing.\r\n\r\nThe system tracks all transactions and provides detailed and summary reports. Electronic files can be extracted for reconciliation and settlement.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>24/7 multi-channel remittance facility.</li>\r\n <li>Secure system with integration capabilities with the bank\'s core system or authorization system.</li>\r\n <li>Multi-currency support for acquiring and beneficiary transaction.</li>\r\n <li>Ability to setup OFAC filters, and generate AML compliance reports.</li>\r\n <li>Customer driven channel support like ATM, internet and others.</li>\r\n <li>Multi-lingual support.</li>\r\n <li>Online reporting features, including AML reports and validations.</li>\r\n <li>Helpdesk and issue resolution support.</li>\r\n <li>Interchange facility with the Visa/ MasterCard.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Cost effective service, leveraging on multiple, premium banks connectivity in India.</li>\r\n <li>Can be interfaced with FSS Prepaid card services, to enable issuance of salary cards with top-up facility.</li>\r\n <li>Quick roll out of service, with minor changes on the existing payment systems.</li>\r\n</ul>','Remittances','','publish','open','open','','remittances','','','2014-05-14 11:13:20','2014-05-14 11:13:20','',29,'http://039719c.netsolhost.com/ltest/fss/?page_id=103',7,'page','',0),(104,1,'2013-12-18 07:20:39','2013-12-18 07:20:39','','Remittances','','inherit','open','open','','103-revision-v1','','','2013-12-18 07:20:39','2013-12-18 07:20:39','',103,'http://039719c.netsolhost.com/ltest/fss/?p=104',0,'revision','',0),(105,1,'2013-12-18 07:20:57','2013-12-18 07:20:57','[responsive]<img class=\"alignleft size-full wp-image-648\" alt=\"fss-processing-financial-inclusion\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-financial-inclusion.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"An end-to-end Financial Inclusion hosted service that enables banks to deliver mainstream banking services to rural and priority sector customers, efficiently and at low costs.\"]\r\n\r\nFSS Financial Inclusion services enables banks and financial institutions to offer inclusive banking and financial services to the un-banked and under-banked sector. The comprehensive application suite supports online and offline transaction processing, with biometric authentication on ATM and handheld terminals. FSS FI supports card issuance, hierarchical definition of business correspondents / agents, registration, accounting and management functions.\r\n\r\nFSS liaises with the banks technology team to interface FSS infrastructure with the bank\'s retail network and the core-banking host, for launching the FI services.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>End-to-end biometric or PIN enabled comprehensive service.</li>\r\n <li>On-line and off-line transaction processing.</li>\r\n <li>Supports multi-lingual and voice-enabled services at ATM & POS delivery channels.</li>\r\n <li>Flexible card schemes- Magnetic stripe, Contact-less and contact-based smart cards and virtual cards.</li>\r\n <li>Capable of enabling and supporting new microfinance transactions.</li>\r\n <li>Provides risk management and controls.</li>\r\n <li>Modular design - Teller application, document management system, transaction processing engine, merchant/agent management system and card management system.</li>\r\n <li>A wide range of delivery channels - Handheld Terminals, ATMs, Kiosks and Mobiles.</li>\r\n <li>Multiple protocol options like VSAT, CDMA, GPRS, PSTN, IP.</li>\r\n <li>Flexible Customer Enrolment - PC / Laptop / Handheld Terminal having work flow automation templates.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Successfully implemented for leading banks in India.</li>\r\n <li>Rapid deployment, leverages existing retail infrastructure.</li>\r\n <li>Flexible solution - Online/offline authorization, PIN / biometric verification.</li>\r\n <li>Comprehensive process flow management - registration, verification, authorization & settlement.</li>\r\n <li>Readily extensible to other channels - mobile phones, IVR systems.</li>\r\n</ul>','Financial Inclusion','','publish','open','open','','financial-inclusion','','','2014-05-14 11:13:59','2014-05-14 11:13:59','',29,'http://039719c.netsolhost.com/ltest/fss/?page_id=105',8,'page','',0),(106,1,'2013-12-18 07:20:57','2013-12-18 07:20:57','','Financial Inclusion','','inherit','open','open','','105-revision-v1','','','2013-12-18 07:20:57','2013-12-18 07:20:57','',105,'http://039719c.netsolhost.com/ltest/fss/?p=106',0,'revision','',0),(107,1,'2013-12-18 07:21:17','2013-12-18 07:21:17','[responsive]<img class=\"alignleft size-full wp-image-651\" alt=\"fss-processing-value-added-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-value-added-services.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Bill payment and presentment service across a range of delivery channels, such as ATM, Payment Gateway, IVRS, Mobile Banking and POS terminal from a large ecosystem of aggregators\"]\r\n\r\nFSS has built the ecosystem of merchant aggregators, enabling banks to offer their debit card customers the convenience of transacting with a wide range of billers and merchants. FSS VAS offers convenient methods of bill payment and presentment service over ATM, payment gateway, mobile phones, IVR, kiosks and hand-held terminals. Offered on a revenue share model to the banks, FSS VAS can build a sustainable revenue stream from such transactions.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Corporate payment services:\r\n<ul>\r\n <li>Inter-bank fund transfer service through NEFT/ RTGS</li>\r\n <li>Delivery channel agnostic business model</li>\r\n <li>Allows intra-bank fund transfer service</li>\r\n</ul>\r\n</li>\r\n <li>Retail payment services:\r\n<ul>\r\n <li>Utilities & Bill Payments Service\r\n<ul style=\"list-style: circle;\">\r\n <li>Electricity, Gas, DTH, telephone, water</li>\r\n <li>Insurance premium payments</li>\r\n <li>Mutual Funds</li>\r\n <li>Government & Municipality Tax payments</li>\r\n <li>Government & Municipality Tax payments</li>\r\n</ul>\r\n</li>\r\n <li>Institution fee payment\r\n<ul style=\"list-style: circle;\">\r\n <li>Institution fee payment</li>\r\n</ul>\r\n</li>\r\n <li>Term/hostel fees payment in Schools, Colleges, Universities</li>\r\n <li>Charities and Donations</li>\r\n <li>Mobile recharge and DTH subscription\r\n<ul style=\"list-style: circle;\">\r\n <li>Post paid bill payment</li>\r\n <li>Prepaid top up</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Travel and ticketing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>12 banks trust FSS for enabling various value added services across multiple channels.</li>\r\n <li>Merchant aggregator, agnostic business model.</li>\r\n <li>Infrastructure hosted in Tier 3 standard Data Center.</li>\r\n <li>Configurable work flow.</li>\r\n <li>Allows enablement of single set of billers and merchants across the delivery channels.</li>\r\n</ul>','Value Added Services','','publish','open','open','','value-added-services','','','2014-05-14 11:16:03','2014-05-14 11:16:03','',29,'http://039719c.netsolhost.com/ltest/fss/?page_id=107',9,'page','',0),(108,1,'2013-12-18 07:21:17','2013-12-18 07:21:17','','Value Added Services','','inherit','open','open','','107-revision-v1','','','2013-12-18 07:21:17','2013-12-18 07:21:17','',107,'http://039719c.netsolhost.com/ltest/fss/?p=108',0,'revision','',0),(109,1,'2013-12-18 07:21:34','2013-12-18 07:21:34','[responsive]<img class=\"alignleft size-full wp-image-655\" alt=\"fss-processing-electronic-journal\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-electronic-journal.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive service that helps streamline the EJ file-transfer operations to and from the ATM network on a daily or on demand basis, and upload it at a central location.\"]\r\n\r\nWith increased ATM deployments throughout India, monitoring their performance and auditing the transactions at the device level poses several challenges. Customer complaints on failed transactions have to be resolved in a time-bound manner as mandated by regulatory authorities.\r\n\r\nFor banks and ATM deployers, <b>FSS EJ Management</b> service enables high degree of collection of transaction logs of every ATM transaction done by cardholders to a central repository. The stored data can be accessed on-demand, 24x7 through an application or as daily reports, for any reconciliation purpose. Scheduled, automated processes pick up data during lean hours, resulting in high ATM availability for online customer transactions.\r\n\r\nLoading of a client application in ATMs is simplified. FSS file exchange agent can be installed by FSS trained personnel on all industry standard ATMs.\r\n\r\nDaily reports are generated on the status of EJ files downloaded from the ATMs. Optional PKI based encryption ensures security of data right from the ATM to storage in the server.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Automated, scheduled collection of EJ files.</li>\r\n <li>Ability to schedule EJ pull in batches of ATMs, optimizing network utilization.</li>\r\n <li>Automatic restart in the event of failure during data transmission.</li>\r\n <li>Comprehensive MIS and reporting.</li>\r\n <li>No manual EJ data extraction required.</li>\r\n <li>The centralized storage of EJ files for easy tracking of customer disputes on ATM network and quick resolution.</li>\r\n <li>Automated download process ensuring the ATM is never down due to full hard drive.</li>\r\n <li>EJ storage and archival as per the requirement of the bank.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n\r\nFSS has been in the forefront of providing EJ Pulling and Content distribution services, called \"FileX Services\".\r\n<ul>\r\n <li>Over 17 private and public sector banks depend on FSS FileX service to pull EJ\'s from over 21,000 ATMs.</li>\r\n <li>Robust, vendor agnostic solution supporting ATMs of all industry standard makes and models. A single, comprehensive solution for the diverse ATM network.</li>\r\n <li>Secured EJ pulling with encryption feature using industry standard algorithm, for allowing only designated bank officials access to critical transaction data.</li>\r\n <li>Tools for compression & decompressing multiple EJ files, thus reducing bandwidth utilization during file uploads.</li>\r\n <li>In-house development capability for support and maintenance of agent software capable of integrating with new ATM models.</li>\r\n <li>Software tool for generating public-private key pair for EJ file encryption.</li>\r\n</ul>','Electronic Journal Management','','publish','open','open','','electronic-journal-management','','','2014-05-14 11:15:57','2014-05-14 11:15:57','',29,'http://039719c.netsolhost.com/ltest/fss/?page_id=109',10,'page','',0),(110,1,'2013-12-18 07:21:34','2013-12-18 07:21:34','','Electronic Journal Management','','inherit','open','open','','109-revision-v1','','','2013-12-18 07:21:34','2013-12-18 07:21:34','',109,'http://039719c.netsolhost.com/ltest/fss/?p=110',0,'revision','',0),(111,1,'2013-12-18 07:21:50','2013-12-18 07:21:50','[responsive]<img class=\"alignleft size-full wp-image-658\" alt=\"fss-native currency-convertion\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-native-currency-convertion.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, secure and flexible service that allows merchants to provide their international card customers the choice of paying for goods or services by accepting payments in their native currency at their point of sale (POS) terminals.\"]\r\n\r\nTraditionally, international customers using credit or debit cards do not get the choice to make card payment in the currency where the card has been issued. Further, they have to wait for their monthly card or bank statement to find out the actual transactions value in their native currency which is always different from the transacted value due to interchange (conversion) rate, bank markups, service fee mark ups or other charges.\r\n\r\nFSS\' Native Currency Conversion service allows international customers enjoy the confidence and convenience of paying for their purchase in the currency they understand best - their own. FSS\' NCC service offers a personalized experience for valued visitors with no surprises - the amount on their bill matches with their charge slip and finally the card or bank account statement when they return home, while merchants benefit from the convenience in payments and reporting in their local currency.\r\n\r\nBanks and ATM deployers enjoy the benefit of offering significant value to merchants, by attracting high net worth customers.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Supports standard POS transaction payments in local as well as in the native currency of the cardholder.</li>\r\n <li>Deployed on a scalable, secure and robust infrastructure.</li>\r\n <li>Trained, experienced team to design, implement and manage the program.</li>\r\n <li>Capability of development and implementation of personalized solutions.</li>\r\n <li>User friendly application to ensure smoother access by counter staff.</li>\r\n <li>Designed to ensure quick turnaround and response time for transaction processing.</li>\r\n <li>Supports conversion in any number of currencies</li>\r\n <li>Service network support on PSTN, Ethernet, GPRS, CDMA and VSAT platforms.</li>\r\n <li>Technology and services support for acceptance of magnetic stripe and EMV card.</li>\r\n <li>All encompassing service including deployment of EDC terminals, cash registers or kiosks and routing these transactions to the desired host.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FS</span></strong><span style=\"text-decoration: underline;\">S</span>\r\n<ul>\r\n <li>Quick roll out of services with bank\'s existing infrastructure.</li>\r\n <li>Hosted out of Tier 3 standard Data Center.</li>\r\n <li>Cost-effective, world-class technology, network, transaction switch, POS terminal technology and its related applications.</li>\r\n <li>Proven experience in market rollout of this solution for major acquirers in the Indian market.</li>\r\n <li>Patented solution ensures service continuity.</li>\r\n <li>Hosted service which is free from all dependencies on third parties.</li>\r\n <li>Capable and dependable service partners to manage field service support.</li>\r\n</ul>','Native Currency Conversion','','publish','open','open','','native-currency-conversion','','','2014-05-14 11:15:55','2014-05-14 11:15:55','',29,'http://039719c.netsolhost.com/ltest/fss/?page_id=111',11,'page','',0),(112,1,'2013-12-18 07:21:50','2013-12-18 07:21:50','','Native Currency Conversion','','inherit','open','open','','111-revision-v1','','','2013-12-18 07:21:50','2013-12-18 07:21:50','',111,'http://039719c.netsolhost.com/ltest/fss/?p=112',0,'revision','',0),(113,1,'2013-12-18 07:24:57','2013-12-18 07:24:57',' ','','','publish','open','open','','113','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',29,'http://039719c.netsolhost.com/ltest/fss/?p=113',29,'nav_menu_item','',0),(114,1,'2013-12-18 07:24:57','2013-12-18 07:24:57',' ','','','publish','open','open','','114','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',29,'http://039719c.netsolhost.com/ltest/fss/?p=114',28,'nav_menu_item','',0),(115,1,'2013-12-18 07:24:57','2013-12-18 07:24:57',' ','','','publish','open','open','','115','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',29,'http://039719c.netsolhost.com/ltest/fss/?p=115',27,'nav_menu_item','',0),(116,1,'2013-12-18 07:24:57','2013-12-18 07:24:57',' ','','','publish','open','open','','116','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',29,'http://039719c.netsolhost.com/ltest/fss/?p=116',26,'nav_menu_item','',0),(117,1,'2013-12-18 07:24:57','2013-12-18 07:24:57',' ','','','publish','open','open','','117','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',29,'http://039719c.netsolhost.com/ltest/fss/?p=117',25,'nav_menu_item','',0),(118,1,'2013-12-18 07:24:57','2013-12-18 07:24:57',' ','','','publish','open','open','','118','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',29,'http://039719c.netsolhost.com/ltest/fss/?p=118',24,'nav_menu_item','',0),(119,1,'2013-12-18 07:24:57','2013-12-18 07:24:57',' ','','','publish','open','open','','119','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',29,'http://039719c.netsolhost.com/ltest/fss/?p=119',23,'nav_menu_item','',0),(120,1,'2013-12-18 07:24:57','2013-12-18 07:24:57',' ','','','publish','open','open','','120','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',29,'http://039719c.netsolhost.com/ltest/fss/?p=120',22,'nav_menu_item','',0),(121,1,'2013-12-18 07:24:57','2013-12-18 07:24:57',' ','','','publish','open','open','','121','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',29,'http://039719c.netsolhost.com/ltest/fss/?p=121',21,'nav_menu_item','',0),(122,1,'2013-12-18 07:24:56','2013-12-18 07:24:56',' ','','','publish','open','open','','122','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',29,'http://039719c.netsolhost.com/ltest/fss/?p=122',20,'nav_menu_item','',0),(123,1,'2013-12-18 07:24:56','2013-12-18 07:24:56',' ','','','publish','open','open','','123','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',29,'http://039719c.netsolhost.com/ltest/fss/?p=123',19,'nav_menu_item','',0),(124,1,'2013-12-18 08:45:24','2013-12-18 08:45:24','update soon','Transaction Processing','','publish','open','open','','transaction-processing','','','2014-05-07 12:56:10','2014-05-07 12:56:10','',31,'http://039719c.netsolhost.com/ltest/fss/?page_id=124',3,'page','',0),(125,1,'2013-12-18 08:45:24','2013-12-18 08:45:24','','Transaction Processing','','inherit','open','open','','124-revision-v1','','','2013-12-18 08:45:24','2013-12-18 08:45:24','',124,'http://039719c.netsolhost.com/ltest/fss/?p=125',0,'revision','',0),(126,1,'2013-12-18 08:45:50','2013-12-18 08:45:50','[responsive]<img class=\"alignleft size-full wp-image-665\" alt=\"fss-atm-managed-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-managed-services.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Comprehensive monitoring and management of ATM networks, by ensuring high availability, improved customer satisfaction and increased Return On Investment (ROI)\"]\r\n\r\nIn today\'s competitive business environment, banks and financial institutions are striving to enhance customer satisfaction, reduce costs, generate incremental revenue and improve efficiency of their self-service channel.\r\n\r\nThe phenomenal growth in usage of debit and credit cards at retail delivery channels has set high customer expectations in performing transactions where and when they need. High ATM availability means high level of customer satisfaction and large acquiring opportunities for deployers, transforming into revenues. Monitoring and timely servicing of ATMs assumes paramount importance.\r\n\r\n<b>FSS ATM Managed Services</b> provides banks with comprehensive ATM monitoring, trouble-ticketing, first /second level management, cash management and support services. A round-the-clock facility with competent management team ensures high ATM availability with committed Service Level Agreements (SLA).\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Large, state of the art ATM Managed Services center.</li>\r\n <li>Application hosted out of servers with high-availability that exceeds 99.9%.</li>\r\n <li>Offers efficient cash management services.</li>\r\n <li>Large, trained field service executives for uninterrupted service.</li>\r\n <li>Tenured and skilled operations team supporting from multiple locations.</li>\r\n <li>Automated trouble-ticket application with escalation levels.</li>\r\n <li>Multi-vendor arrangements for optimum ATM services and cash loading.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Over 13 banks trust FSS ATM Managed Services for managing over 15,000 ATMs.</li>\r\n <li>24x7 ATM monitoring of all industry standard products from popular vendors.</li>\r\n <li>Strong PAN India presence that clients can count on while planning for ATM network expansion.</li>\r\n <li>Single-point accountability with committed service levels.</li>\r\n <li>Incident reporting and tracking of issues for resolution.</li>\r\n <li>ATM Vendor management.</li>\r\n <li>Online, real-time access of ATM information from FSS Web portal.</li>\r\n <li>Centralized 24x7 help desk (in-bound & out-bound calls).</li>\r\n</ul>','Managed Services','','publish','open','open','','managed-services','','','2014-05-14 11:24:01','2014-05-14 11:24:01','',31,'http://039719c.netsolhost.com/ltest/fss/?page_id=126',4,'page','',0),(127,1,'2013-12-18 08:45:50','2013-12-18 08:45:50','','Managed Services','','inherit','open','open','','126-revision-v1','','','2013-12-18 08:45:50','2013-12-18 08:45:50','',126,'http://039719c.netsolhost.com/ltest/fss/?p=127',0,'revision','',0),(128,1,'2013-12-18 08:46:37','2013-12-18 08:46:37','[responsive]<img class=\"alignleft size-full wp-image-661\" alt=\"fss-independent-atm-deployment\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"An end-to-end installation and management of ATM network including site selection & preparation, ATM procurement and installation, data networking, commissioning, guard and house-keeping services.\"]\r\n\r\nBanks are increasingly outsourcing ATM deployment and management, to third party vendors, helping them focus on their core business initiatives. Several business models have evolved in the last decade that includes structured, tenured ownership of ATM infrastructure and transaction based pricing. Activities related to deployment and commissioning of ATMs are quite complex that involve site selection, ATM brand selection, site setup, data networking, cash management and technical support.\r\n\r\nFSS has successfully deployed over 4,000 ATMs and cash dispensers for over 10 leading public and private banks in India, on pan-India geography. Strong relationships with ATM vendors, network service providers, cash-in-transit management companies and house-keeping agencies, enables FSS to provide a single point of contact to banks for all their ATM deployment and management requirements. In addition, these services can readily be combined with <a href=\"http://www.fsstech.com/atm-managed-services.aspx\"> <b>FSS ATM managed services</b></a>, for ensuring high availability of ATM services, resulting in revenue from an acquiring stand point.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Ability to select and deploy ATMs / CDs / kiosks as per clients requirements, from all leading vendors</li>\r\n <li>Experienced team dedicated in site selection and location, through analytical reports.</li>\r\n <li>Provides variety of network connectivity like leased line, CDMA, VSAT, ISDN dial back-up.</li>\r\n <li>High quality site preparation, custom lit up displays.</li>\r\n <li>Choice of armed /un-armed guards, house-keeping services.</li>\r\n <li>Cash management and loading services.</li>\r\n <li>Customer training for administration functions.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS ATM Services are trusted by over 10 public and private sector banks</li>\r\n <li>Comprehensive ATM deployment and management service providing single point accountability for banks.</li>\r\n <li>Dedicated team of professionals to manage the deployment and commissioning activities.</li>\r\n <li>Specialized team of analysts focused on selecting strategic locations for deployment of ATMs and providing insightful analytical MIS to help maximize transaction counts at each ATM location.</li>\r\n <li>Cost-effective services, customized as per clients requirements.</li>\r\n <li>FSS has over 20 years of experience in deploying and managing ATM network.</li>\r\n</ul>','Deployment & Management','','publish','open','open','','deployment-management','','','2014-05-14 11:24:38','2014-05-14 11:24:38','',31,'http://039719c.netsolhost.com/ltest/fss/?page_id=128',5,'page','',0),(129,1,'2013-12-18 08:46:37','2013-12-18 08:46:37','','Deployment & Management','','inherit','open','open','','128-revision-v1','','','2013-12-18 08:46:37','2013-12-18 08:46:37','',128,'http://039719c.netsolhost.com/ltest/fss/?p=129',0,'revision','',0),(130,1,'2013-12-18 08:47:19','2013-12-18 08:47:19','<span style=\"line-height: 1.5em;\">[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment1.jpg\"><img class=\"alignnone size-full wp-image-900\" alt=\"fss-independent-atm-deployment\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment1.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]</span>\r\n\r\n<span style=\"line-height: 1.5em;\">FSS has successfully deployed over 6,000 ATMs and cash dispensers for over 23 leading public and private banks in India, on pan-India geography. Strong relationships with ATM vendors, network service providers, cash-in-transit management companies and house-keeping agencies, enables FSS to provide a single point of contact to banks for all their ATM deployment and management requirements. In addition, these services can readily be combined with </span><a style=\"line-height: 1.5em;\" href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/managed-services/\">FSS ATM managed services</a><span style=\"line-height: 1.5em;\">, for ensuring high availability of ATM services, resulting in revenue from an acquiring stand point.</span>\r\n\r\nServices includes real estate, deployment, installation of infrastructure and network connectivity, site décor, branding, selection of security and housekeeping vendors, deployment of stationery, printer cash management, training of administrative staff and so on.\r\n\r\n<b>FSS ATM Deployment Services – Unique capabilities</b>\r\n<ul>\r\n <li>Ability to select and deploy ATMs / CDs / kiosks as per clients requirements, from all leading vendors</li>\r\n <li>Experienced team dedicated to site selection through analytical reports.</li>\r\n <li>Provides variety of network connectivity like leased line, CDMA, VSAT, ISDN dial back-up.</li>\r\n <li>High quality site preparation, custom lit up displays.</li>\r\n <li>Choice of armed /un-armed guards, house-keeping services.</li>\r\n <li>Cash management and loading services.</li>\r\n <li>Customer training for administration functions.</li>\r\n</ul>','ATM Deployment','','publish','open','open','','atm-deployment','','','2014-05-23 13:12:54','2014-05-23 13:12:54','',31,'http://039719c.netsolhost.com/ltest/fss/?page_id=130',1,'page','',0),(131,1,'2013-12-18 08:47:19','2013-12-18 08:47:19','','Reconciliation','','inherit','open','open','','130-revision-v1','','','2013-12-18 08:47:19','2013-12-18 08:47:19','',130,'http://039719c.netsolhost.com/ltest/fss/?p=131',0,'revision','',0),(132,1,'2013-12-18 08:47:49','2013-12-18 08:47:49','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-managed-services1.jpg\"><img class=\"alignnone size-full wp-image-944\" alt=\"fss-atm-managed-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-managed-services1.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\nFSS provides end to end portfolio management of ATM networks with helps banks and financial organizations by ensuring high availability, improved customer satisfaction and increased Return on Investment (ROI).\r\n\r\nFSS ATM Managed Services portfolio includes ATM monitoring, trouble-ticketing, first /second level management, cash management and support services. A round-the-clock facility with competent management team ensures high ATM availability with committed Service Level Agreements (SLA).\r\n\r\n[mini-icon icon=\"list-alt\"] <span style=\"text-decoration: underline;\"><strong>Lifecycle support</strong></span>\r\n\r\n<sup>FSS provides integrated and end-to-end solutions for any phase of ATM network’s life cycle that ensures optimal network performance and cost management. </sup><sup>End to end lifecycle services include monitoring, trouble-ticketing, first /second level management, cash management and support services. A round-the-clock facility with competent management team ensures high ATM availability with committed Service Level Agreements (SLA)</sup>\r\n\r\n[mini-icon icon=\"list-alt\"]<b> <span style=\"text-decoration: underline;\">Cash Management</span></b>\r\n\r\n<sup>FSS ensures lowest rate of cash-outs and maximum ATM uptime for ATM networks. Our 24x7 monitoring and tracking systems guarantees that the business critical metrics of ATM downtime and cash outs are resolved instantly, guaranteeing over 99% or more uptime rate.</sup>\r\n\r\n[mini-icon icon=\"list-alt\"]<b> <span style=\"text-decoration: underline;\">Monitoring</span></b>\r\n\r\n<sup>FSS has a dedicated 24x7 monitoring team for ensuring all ATMs and devices inside the kiosk are functioning smoothly and without disruption. The team uses sophisticated software, developed in-house by FSS experts, to track various aspects such as cash status, performance of various devices, payment status of bills, tracking of vendor support services that enable fast and timely resolution and closure of issues.</sup>\r\n\r\n[mini-icon icon=\"list-alt\"]<b> <span style=\"text-decoration: underline;\">Content Management</span></b>\r\n\r\nFSS supports Content Management Services including ATM screen customization, advertising and electronic journal management.\r\n<ul>\r\n <li>Screen Content Management: FSS supports Banks emerging requirements where ATM screens have to be customized to facilitate publicity of new products, branding campaigns, issue of important notifications thru ATM screens etc.</li>\r\n <li>Electronic Journal Management: FSS EJ Management service enables high degree of collection of transaction logs of every ATM transaction done by cardholders to a central repository. The stored data can be accessed on-demand, 24x7 through an application or as daily reports, for any reconciliation purpose. Scheduled, automated processes pick up data during lean hours, resulting in high ATM availability for online customer transactions.</li>\r\n</ul>\r\n[mini-icon icon=\"list-alt\"]<b> <span style=\"text-decoration: underline;\">FSS Portfolio Management Services – Unique Service Capabilities</span></b>\r\n<ul>\r\n <li>Large, state of the art ATM Managed Services center.</li>\r\n <li>Application hosted out of servers with high-availability that exceeds 99.9%</li>\r\n <li>Large, trained field service executives for uninterrupted service.</li>\r\n <li>Tenured and skilled operations team supporting from multiple locations.</li>\r\n <li>Automated trouble-ticket application with escalation levels</li>\r\n <li>Multi-vendor arrangements for optimum ATM services and cash loading</li>\r\n <li>24x7 ATM monitoring of all industry standard products from popular vendors</li>\r\n <li>Online, real-time access of ATM information from FSS Web portal.</li>\r\n <li>Centralized 24x7 help desk (in-bound & out-bound calls)</li>\r\n</ul>','ATM Portfolio Management','','publish','open','open','','atm-portfolio-management','','','2014-05-23 13:19:15','2014-05-23 13:19:15','',31,'http://039719c.netsolhost.com/ltest/fss/?page_id=132',2,'page','',0),(133,1,'2013-12-18 08:47:49','2013-12-18 08:47:49','','Cards Management','','inherit','open','open','','132-revision-v1','','','2013-12-18 08:47:49','2013-12-18 08:47:49','',132,'http://039719c.netsolhost.com/ltest/fss/?p=133',0,'revision','',0),(811,1,'2014-05-14 09:13:29','2014-05-14 09:13:29','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\"><img class=\"alignnone size-full wp-image-256\" alt=\"fss-debit\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"An integrated, secure and robust system that manages issuance & entire life cycle of debit cards.\"]\r\n\r\nBanks continually seek to promote electronic banking for their customers, with a view to increase customer convenience, at lower operating costs. Opportunities for growth lie in differentiating the card products and services, while core features are increasingly becoming commoditized.\r\n\r\nTo capitalise on this opportunity, FSS Debit offers a complete card lifecycle management solution that enable banks to offer innovative, quick-to-market card products while serving customers more efficiently, securely and profitably. FSS Debit supports issuance of popular international card brands and private label debit cards that conform to industry standards. Built in post-issuance functions provide convenient management of customers and card related information.\r\n\r\n<span style=\"text-decoration: underline;\"><strong> [mini-icon icon=\"list-alt\"]Highlights</strong></span>\r\n<ul>\r\n <li>Multi-institution support – Supports the needs of subsidiaries and group entities.</li>\r\n <li>Highly parameterized – Quick to market and roll-out of new products.</li>\r\n <li>Multi-level secure workflow – Maker~Checker~Authorizer facility ensures control, minimizes human errors and operational risk.</li>\r\n <li>Multiple platform support – Windows/ IBM AIX/ Solaris, Web logic/ Pramati/ JRun.</li>\r\n <li>Multi-card support – Supports issuance of ATM/ debit/ private-label cards, personalized/ non-personalized cards, photo/ non-photo cards.</li>\r\n <li>Secure PIN generation – Supports hardware (HSM) based PIN generation.</li>\r\n <li>Comprehensive MIS and Reporting – Over 50 standard reports.</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong> <strong>[mini-icon icon=\"check\"]</strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS Debit solution has been used by over <strong>20 banks/ institutions</strong> to issue over <strong>200 million cards</strong>.</li>\r\n <li>Proven, scalable solution – Has supported issuance of over 90 million cards for a large bank.</li>\r\n <li>Benchmarked to issue over 150,000 cards in a single day for a large bank.</li>\r\n <li>A comprehensive solution built on deep knowledge and experience in the payments domain for over 20 years.</li>\r\n</ul>\r\n[toggle title=\"Product Brochure\" open=\"false\" icon=\"star\"][contact-form-7 id=\"14\" title=\"Product Brochure Request\"][/toggle]','FSS Debit','','inherit','open','open','','246-revision-v1','','','2014-05-14 09:13:29','2014-05-14 09:13:29','',246,'http://039719c.netsolhost.com/ltest/fss/246-revision-v1/',0,'revision','',0),(138,1,'2013-12-18 08:49:21','2013-12-18 08:49:21',' ','','','publish','open','open','','138','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',31,'http://039719c.netsolhost.com/ltest/fss/?p=138',33,'nav_menu_item','',0),(145,1,'2013-12-20 07:16:34','2013-12-20 07:16:34','','pattern14','','inherit','open','open','','pattern14','','','2013-12-20 07:16:34','2013-12-20 07:16:34','',9,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pattern14.png',0,'attachment','image/png',0),(146,1,'2013-12-20 08:39:07','2013-12-20 08:39:07','[icon icon=\"cash\"]','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 08:39:07','2013-12-20 08:39:07','',2,'http://039719c.netsolhost.com/ltest/fss/?p=146',0,'revision','',0),(147,1,'2013-12-20 08:40:04','2013-12-20 08:40:04','[mini-icon icon=\"leaf\"][iconbox icon=\"music\" title=\"This is awesome!\"]Your Content here...[/iconbox]','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 08:40:04','2013-12-20 08:40:04','',2,'http://039719c.netsolhost.com/ltest/fss/?p=147',0,'revision','',0),(148,1,'2013-12-20 08:41:13','2013-12-20 08:41:13','[gap height=\"30\"][mini-icon icon=\"leaf\"][iconbox icon=\"music\" title=\"This is awesome!\"]Your Content here...[/iconbox]','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 08:41:13','2013-12-20 08:41:13','',2,'http://039719c.netsolhost.com/ltest/fss/?p=148',0,'revision','',0),(149,1,'2013-12-20 08:41:59','2013-12-20 08:41:59','[blog posts=\"4\" title=\"Latest Posts\" show_title=\"yes or no\" categories=\"Category slugs or all\"]','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 08:41:59','2013-12-20 08:41:59','',2,'http://039719c.netsolhost.com/ltest/fss/?p=149',0,'revision','',0),(150,1,'2013-12-20 08:42:46','2013-12-20 08:42:46','[blog posts=\"4\" title=\"Latest Posts\" show_title=\"yes\" categories=\"all\"]','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 08:42:46','2013-12-20 08:42:46','',2,'http://039719c.netsolhost.com/ltest/fss/?p=150',0,'revision','',0),(151,1,'2013-12-20 08:43:20','2013-12-20 08:43:20','[blog posts=\"4\" title=\"Latest News\" show_title=\"yes\" categories=\"all\"]','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 08:43:20','2013-12-20 08:43:20','',2,'http://039719c.netsolhost.com/ltest/fss/?p=151',0,'revision','',0),(152,1,'2013-12-20 08:44:16','2013-12-20 08:44:16','[bloglist posts=\"2\" title=\"Latest Posts\" show_title=\"yes \" categories=\"all\"]','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 08:44:16','2013-12-20 08:44:16','',2,'http://039719c.netsolhost.com/ltest/fss/?p=152',0,'revision','',0),(153,1,'2013-12-20 08:45:24','2013-12-20 08:45:24','[bloglist posts=\"2\" title=\"Latest News\" show_title=\"yes \" categories=\"all\"]','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 08:45:24','2013-12-20 08:45:24','',2,'http://039719c.netsolhost.com/ltest/fss/?p=153',0,'revision','',0),(154,1,'2013-12-20 08:45:58','2013-12-20 08:45:58','[accordion open=\"2\"]\r\n[accordion-item title=\"First Tab Title\"]Your Text[/accordion-item]\r\n[accordion-item title=\"Second Tab Title\"]Your Text[/accordion-item]\r\n[accordion-item title=\"Third Tab Title\"]Your Text[/accordion-item]\r\n[/accordion][bloglist posts=\"2\" title=\"Latest News\" show_title=\"yes \" categories=\"all\"]','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 08:45:58','2013-12-20 08:45:58','',2,'http://039719c.netsolhost.com/ltest/fss/?p=154',0,'revision','',0),(155,1,'2013-12-20 08:46:23','2013-12-20 08:46:23','[bloglist posts=\"2\" title=\"Latest News\" show_title=\"yes \" categories=\"all\"]','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 08:46:23','2013-12-20 08:46:23','',2,'http://039719c.netsolhost.com/ltest/fss/?p=155',0,'revision','',0),(156,1,'2013-12-20 08:48:33','2013-12-20 08:48:33','[hr style=\"1,2,3,4\" margin=\"40px 0px 40px 0px\"][bloglist posts=\"2\" title=\"Latest News\" show_title=\"yes \" categories=\"all\"]','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 08:48:33','2013-12-20 08:48:33','',2,'http://039719c.netsolhost.com/ltest/fss/?p=156',0,'revision','',0),(157,1,'2013-12-20 08:49:18','2013-12-20 08:49:18','[dropcap style=\"default, circle, box, book\"]R[/dropcap][bloglist posts=\"2\" title=\"Latest News\" show_title=\"yes \" categories=\"all\"]','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 08:49:18','2013-12-20 08:49:18','',2,'http://039719c.netsolhost.com/ltest/fss/?p=157',0,'revision','',0),(158,1,'2013-12-20 08:50:00','2013-12-20 08:50:00','[clear][bloglist posts=\"2\" title=\"Latest News\" show_title=\"yes \" categories=\"all\"]','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 08:50:00','2013-12-20 08:50:00','',2,'http://039719c.netsolhost.com/ltest/fss/?p=158',0,'revision','',0),(159,1,'2013-12-20 08:51:21','2013-12-20 08:51:21','[custom_table style=\"1,2 or 3\"]Insert Table here[/custom_table][bloglist posts=\"2\" title=\"Latest News\" show_title=\"yes \" categories=\"all\"]','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 08:51:21','2013-12-20 08:51:21','',2,'http://039719c.netsolhost.com/ltest/fss/?p=159',0,'revision','',0),(160,1,'2013-12-20 08:54:01','2013-12-20 08:54:01','[section bgcolor=\"#f9f9f9\" bgimage=\"IMAGEURL\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][one_third]Content here.[/one_third] [one_third]Content here.[/one_third] [one_third_last]Content here.[/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 08:54:01','2013-12-20 08:54:01','',2,'http://039719c.netsolhost.com/ltest/fss/?p=160',0,'revision','',0),(161,1,'2013-12-20 08:56:18','2013-12-20 08:56:18','[section bgcolor=\"#f9f9f9\" bgimage=\"IMAGEURL\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][one_third][retinaiconbox icon=\"beaker\" circle=\"true or false\" color=\"#289dcc\" background=\"#efefef\" title=\"Incredibly Flexible\"]Your Content here...[/retinaiconbox][/one_third] [one_third]Content here.[/one_third] [one_third_last]Content here.[/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 08:56:18','2013-12-20 08:56:18','',2,'http://039719c.netsolhost.com/ltest/fss/?p=161',0,'revision','',0),(162,1,'2013-12-20 08:57:17','2013-12-20 08:57:17','[section bgcolor=\"#f9f9f9\" bgimage=\"IMAGEURL\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][one_third][retinaiconbox icon=\"beaker\" circle=\"true \" color=\"#289dcc\" background=\"#efefef\" title=\"Incredibly Flexible\"]Your Content here...[/retinaiconbox][/one_third] [one_third]Content here.[/one_third] [one_third_last]Content here.[/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 08:57:17','2013-12-20 08:57:17','',2,'http://039719c.netsolhost.com/ltest/fss/?p=162',0,'revision','',0),(163,1,'2013-12-20 08:58:14','2013-12-20 08:58:14','[section bgcolor=\"#f9f9f9\" bgimage=\"IMAGEURL\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][one_third][retinaicon icon=\"beaker\" size=\"small, medium, large\" circle=\" false\" color=\"#999999\" background=\"#efefef\" align=\"center\"][/one_third] [one_third]Content here.[/one_third] [one_third_last]Content here.[/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 08:58:14','2013-12-20 08:58:14','',2,'http://039719c.netsolhost.com/ltest/fss/?p=163',0,'revision','',0),(164,1,'2013-12-20 08:58:55','2013-12-20 08:58:55','[section bgcolor=\"#f9f9f9\" bgimage=\"IMAGEURL\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][one_third][retinaicon icon=\"beaker\" size=\"medium\" circle=\" false\" color=\"#999999\" background=\"#efefef\" align=\"center\"][/one_third] [one_third]Content here.[/one_third] [one_third_last]Content here.[/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 08:58:55','2013-12-20 08:58:55','',2,'http://039719c.netsolhost.com/ltest/fss/?p=164',0,'revision','',0),(165,1,'2013-12-20 08:59:13','2013-12-20 08:59:13','[section bgcolor=\"#f9f9f9\" bgimage=\"IMAGEURL\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][one_third][retinaicon icon=\"beaker\" size=\"small\" circle=\" false\" color=\"#999999\" background=\"#efefef\" align=\"center\"][/one_third] [one_third]Content here.[/one_third] [one_third_last]Content here.[/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 08:59:13','2013-12-20 08:59:13','',2,'http://039719c.netsolhost.com/ltest/fss/?p=165',0,'revision','',0),(166,1,'2013-12-20 08:59:47','2013-12-20 08:59:47','[section bgcolor=\"#f9f9f9\" bgimage=\"IMAGEURL\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][one_third][retinaicon icon=\"beaker\" size=\"small\" circle=\" false\" color=\"#999999\" background=\"transparent\" align=\"center\"][/one_third] [one_third]Content here.[/one_third] [one_third_last]Content here.[/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 08:59:47','2013-12-20 08:59:47','',2,'http://039719c.netsolhost.com/ltest/fss/?p=166',0,'revision','',0),(167,1,'2013-12-20 09:00:22','2013-12-20 09:00:22','[section bgcolor=\"#ffffff\" bgimage=\"IMAGEURL\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][one_third][retinaicon icon=\"beaker\" size=\"small\" circle=\" false\" color=\"#999999\" background=\"transparent\" align=\"center\"][/one_third] [one_third]Content here.[/one_third] [one_third_last]Content here.[/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:00:22','2013-12-20 09:00:22','',2,'http://039719c.netsolhost.com/ltest/fss/?p=167',0,'revision','',0),(168,1,'2013-12-20 09:04:23','2013-12-20 09:04:23','[section bgcolor=\"#ffffff\" bgimage=\"IMAGEURL\" parallax=\"false\" padding=\"40px 0\" border=\"1px solid #ececec\"][one_third][retinaicon icon=\"beaker\" size=\"small\" circle=\" false\" color=\"#999999\" background=\"transparent\" align=\"center\"][/one_third] [one_third]Content here.[/one_third] [one_third_last]Content here.[/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:04:23','2013-12-20 09:04:23','',2,'http://039719c.netsolhost.com/ltest/fss/?p=168',0,'revision','',0),(169,1,'2013-12-20 09:05:34','2013-12-20 09:05:34','[section bgcolor=\"#ffffff\" bgimage=\"IMAGEURL\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaicon icon=\"beaker\" size=\"small\" circle=\" false\" color=\"#999999\" background=\"transparent\" align=\"center\"][/one_third] [one_third]Content here.[/one_third] [one_third_last]Content here.[/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:05:34','2013-12-20 09:05:34','',2,'http://039719c.netsolhost.com/ltest/fss/?p=169',0,'revision','',0),(170,1,'2013-12-20 09:06:12','2013-12-20 09:06:12','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaicon icon=\"beaker\" size=\"small\" circle=\" false\" color=\"#999999\" background=\"transparent\" align=\"center\"][/one_third] [one_third]Content here.[/one_third] [one_third_last]Content here.[/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:06:12','2013-12-20 09:06:12','',2,'http://039719c.netsolhost.com/ltest/fss/?p=170',0,'revision','',0),(171,1,'2013-12-20 09:07:50','2013-12-20 09:07:50','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"beaker\" circle=\"true or false\" color=\"#999999\" background=\"transparent\" title=\"Incredibly Flexible\"]Your Content here...[/retinaiconbox][/one_third] [one_third]Content here.[/one_third] [one_third_last]Content here.[/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:07:50','2013-12-20 09:07:50','',2,'http://039719c.netsolhost.com/ltest/fss/?p=171',0,'revision','',0),(172,1,'2013-12-20 09:08:36','2013-12-20 09:08:36','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"beaker\" circle=\"false\" color=\"#999999\" background=\"transparent\" title=\"Incredibly Flexible\"]Your Content here...[/retinaiconbox][/one_third] [one_third]Content here.[/one_third] [one_third_last]Content here.[/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:08:36','2013-12-20 09:08:36','',2,'http://039719c.netsolhost.com/ltest/fss/?p=172',0,'revision','',0),(173,1,'2013-12-20 09:09:08','2013-12-20 09:09:08','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"hdd\" circle=\"false\" color=\"#999999\" background=\"transparent\" title=\"Incredibly Flexible\"]Your Content here...[/retinaiconbox][/one_third] [one_third]Content here.[/one_third] [one_third_last]Content here.[/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:09:08','2013-12-20 09:09:08','',2,'http://039719c.netsolhost.com/ltest/fss/?p=173',0,'revision','',0),(174,1,'2013-12-20 09:09:40','2013-12-20 09:09:40','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file alt\" circle=\"false\" color=\"#999999\" background=\"transparent\" title=\"Incredibly Flexible\"]Your Content here...[/retinaiconbox][/one_third] [one_third]Content here.[/one_third] [one_third_last]Content here.[/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:09:40','2013-12-20 09:09:40','',2,'http://039719c.netsolhost.com/ltest/fss/?p=174',0,'revision','',0),(175,1,'2013-12-20 09:10:30','2013-12-20 09:10:30','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" circle=\"false\" color=\"#999999\" background=\"transparent\" title=\"Incredibly Flexible\"]Your Content here...[/retinaiconbox][/one_third] [one_third]Content here.[/one_third] [one_third_last]Content here.[/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:10:30','2013-12-20 09:10:30','',2,'http://039719c.netsolhost.com/ltest/fss/?p=175',0,'revision','',0),(176,1,'2013-12-20 09:11:21','2013-12-20 09:11:21','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" circle=\"true\" color=\"#999999\" background=\"transparent\" title=\"Incredibly Flexible\"]Your Content here...[/retinaiconbox][/one_third] [one_third]Content here.[/one_third] [one_third_last]Content here.[/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:11:21','2013-12-20 09:11:21','',2,'http://039719c.netsolhost.com/ltest/fss/?p=176',0,'revision','',0),(177,1,'2013-12-20 09:11:58','2013-12-20 09:11:58','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" circle=\"false\" color=\"#999999\" size=\"medium\" background=\"transparent\" title=\"Incredibly Flexible\"]Your Content here...[/retinaiconbox][/one_third] [one_third]Content here.[/one_third] [one_third_last]Content here.[/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:11:58','2013-12-20 09:11:58','',2,'http://039719c.netsolhost.com/ltest/fss/?p=177',0,'revision','',0),(178,1,'2013-12-20 09:12:23','2013-12-20 09:12:23','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" circle=\"false\" color=\"#999999\" size=\"large\" background=\"transparent\" title=\"Incredibly Flexible\"]Your Content here...[/retinaiconbox][/one_third] [one_third]Content here.[/one_third] [one_third_last]Content here.[/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:12:23','2013-12-20 09:12:23','',2,'http://039719c.netsolhost.com/ltest/fss/?p=178',0,'revision','',0),(179,1,'2013-12-20 09:13:37','2013-12-20 09:13:37','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" circle=\"true\" color=\"#999999\" size=\"large\" background=\"transparent\" title=\"Incredibly Flexible\"]Your Content here...[/retinaiconbox][/one_third] [one_third]Content here.[/one_third] [one_third_last]Content here.[/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:13:37','2013-12-20 09:13:37','',2,'http://039719c.netsolhost.com/ltest/fss/?p=179',0,'revision','',0),(180,1,'2013-12-20 09:14:35','2013-12-20 09:14:35','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" circle=\"true\" color=\"#999999\" size=\"small\" background=\"transparent\" title=\"Incredibly Flexible\"]Your Content here...[/retinaiconbox][/one_third] [one_third][retinaicon icon=\"beaker\" size=\"small, medium, large\" circle=\"true or false\" color=\"#999999\" background=\"#efefef\" align=\"center\"][/one_third] [one_third_last]Content here.[/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:14:35','2013-12-20 09:14:35','',2,'http://039719c.netsolhost.com/ltest/fss/?p=180',0,'revision','',0),(181,1,'2013-12-20 09:15:13','2013-12-20 09:15:13','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" size=\"small\" background=\"transparent\" title=\"Incredibly Flexible\"]Your Content here...[/retinaiconbox][/one_third] [one_third][/one_third] [one_third_last]Content here.[/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:15:13','2013-12-20 09:15:13','',2,'http://039719c.netsolhost.com/ltest/fss/?p=181',0,'revision','',0),(182,1,'2013-12-20 09:17:55','2013-12-20 09:17:55','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"Incredibly Flexible\"]Your Content here...[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Ultra Responsive\"]Your Content here...[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Excellent Support\"]Your Content here...[/retinaiconbox][/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:17:55','2013-12-20 09:17:55','',2,'http://039719c.netsolhost.com/ltest/fss/?p=182',0,'revision','',0),(183,1,'2013-12-20 09:20:41','2013-12-20 09:20:41','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"Incredibly Flexible\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Ultra Responsive\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Excellent Support\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [/retinaiconbox][/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:20:41','2013-12-20 09:20:41','',2,'http://039719c.netsolhost.com/ltest/fss/?p=183',0,'revision','',0),(184,1,'2013-12-20 09:24:10','2013-12-20 09:24:10','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"Incredibly Flexible\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"#\">Read More</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Ultra Responsive\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"#\">Read More</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Excellent Support\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"#\">Read More</a> [/retinaiconbox][/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:24:10','2013-12-20 09:24:10','',2,'http://039719c.netsolhost.com/ltest/fss/?p=184',0,'revision','',0),(185,1,'2013-12-20 09:27:50','2013-12-20 09:27:50','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"Incredibly Flexible\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"#\">Read More</a>[toggle title=\"Toggle Title\" open=\"true or false\" icon=\"star\"]Your Content goes here...[/toggle] [/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Ultra Responsive\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"#\">Read More</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Excellent Support\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"#\">Read More</a> [/retinaiconbox][/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:27:50','2013-12-20 09:27:50','',2,'http://039719c.netsolhost.com/ltest/fss/?p=185',0,'revision','',0),(186,1,'2013-12-20 09:29:20','2013-12-20 09:29:20','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"Incredibly Flexible\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"#\">Read More[tooltip text=\"Tooltip Text\"]Word[/tooltip]</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Ultra Responsive\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"#\">Read More</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Excellent Support\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"#\">Read More</a> [/retinaiconbox][/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:29:20','2013-12-20 09:29:20','',2,'http://039719c.netsolhost.com/ltest/fss/?p=186',0,'revision','',0),(187,1,'2013-12-20 09:30:57','2013-12-20 09:30:57','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"Incredibly Flexible\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Ultra Responsive\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"#\">Read More</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Excellent Support\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"#\">Read More</a> [/retinaiconbox][/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:30:57','2013-12-20 09:30:57','',2,'http://039719c.netsolhost.com/ltest/fss/?p=187',0,'revision','',0),(188,1,'2013-12-20 09:31:17','2013-12-20 09:31:17','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"Incredibly Flexible\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Ultra Responsive\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Excellent Support\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"#\">Read More →</a> [/retinaiconbox][/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:31:17','2013-12-20 09:31:17','',2,'http://039719c.netsolhost.com/ltest/fss/?p=188',0,'revision','',0),(189,1,'2013-12-20 09:53:07','2013-12-20 09:53:07','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"#\">Read More →</a> [/retinaiconbox][/one_third_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:53:07','2013-12-20 09:53:07','',2,'http://039719c.netsolhost.com/ltest/fss/?p=189',0,'revision','',0),(190,1,'2013-12-20 09:57:14','2013-12-20 09:57:14','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"#\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" bgimage=\"IMAGEURL\" parallax=\"true\" padding=\"40px 0\" border-top=\"1px solid #ececec\"]Your Content[/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:57:14','2013-12-20 09:57:14','',2,'http://039719c.netsolhost.com/ltest/fss/?p=190',0,'revision','',0),(191,1,'2013-12-20 09:58:26','2013-12-20 09:58:26','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"#\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"40px 0\" border-top=\"1px solid #ececec\"]Your Content[/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 09:58:26','2013-12-20 09:58:26','',2,'http://039719c.netsolhost.com/ltest/fss/?p=191',0,'revision','',0),(192,1,'2013-12-20 10:02:15','2013-12-20 10:02:15','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"#\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border-top=\"1px solid #ececec\"]Your Content[/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 10:02:15','2013-12-20 10:02:15','',2,'http://039719c.netsolhost.com/ltest/fss/?p=192',0,'revision','',0),(193,1,'2013-12-20 10:04:08','2013-12-20 10:04:08','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"#\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"]Your Content[/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 10:04:08','2013-12-20 10:04:08','',2,'http://039719c.netsolhost.com/ltest/fss/?p=193',0,'revision','',0),(194,1,'2013-12-20 10:05:03','2013-12-20 10:05:03','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"#\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half]Content here.[/one_half] [one_half_last]Content here.[/one_half_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 10:05:03','2013-12-20 10:05:03','',2,'http://039719c.netsolhost.com/ltest/fss/?p=194',0,'revision','',0),(195,1,'2013-12-20 11:12:42','2013-12-20 11:12:42','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"#\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half]Content here.[/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes or no\" categories=\"Category slugs or all\"][/one_half_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 11:12:42','2013-12-20 11:12:42','',2,'http://039719c.netsolhost.com/ltest/fss/?p=195',0,'revision','',0),(196,1,'2013-12-20 11:13:02','2013-12-20 11:13:02','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"#\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half]Content here.[/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 11:13:02','2013-12-20 11:13:02','',2,'http://039719c.netsolhost.com/ltest/fss/?p=196',0,'revision','',0),(197,1,'2013-12-20 11:15:18','2013-12-20 11:15:18','Payments landscape in India is changing rapidly with disruptive technologies, growing internet and mobile subscriber base, rising consumer awareness and convenient delivery/payment models. Ministry of Finance, Reserve Bank of India, public and private sector banks are taking pro-active initiatives to make payments safer, easier, efficient, accessible, interoperable and inclusive.','Meet FSS at Money 2020','','publish','open','open','','meet-fss-at-money-2020','','','2013-12-20 11:15:18','2013-12-20 11:15:18','',0,'http://039719c.netsolhost.com/ltest/fss/?p=197',0,'post','',0),(198,1,'2013-12-20 11:15:18','2013-12-20 11:15:18','Payments landscape in India is changing rapidly with disruptive technologies, growing internet and mobile subscriber base, rising consumer awareness and convenient delivery/payment models. Ministry of Finance, Reserve Bank of India, public and private sector banks are taking pro-active initiatives to make payments safer, easier, efficient, accessible, interoperable and inclusive.','Meet FSS at Money 2020','','inherit','open','open','','197-revision-v1','','','2013-12-20 11:15:18','2013-12-20 11:15:18','',197,'http://039719c.netsolhost.com/ltest/fss/?p=198',0,'revision','',0),(204,1,'2013-12-20 11:44:28','2013-12-20 11:44:28','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"#\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half]Content here.[/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][testimonial author=\"John Doe, Company Inc.\"]Your Text...[/testimonial][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 11:44:28','2013-12-20 11:44:28','',2,'http://039719c.netsolhost.com/ltest/fss/?p=204',0,'revision','',0),(205,1,'2013-12-20 11:45:32','2013-12-20 11:45:32','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"#\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half]Content here.[/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 11:45:32','2013-12-20 11:45:32','',2,'http://039719c.netsolhost.com/ltest/fss/?p=205',0,'revision','',0),(206,1,'2013-12-20 11:47:10','2013-12-20 11:47:10','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"#\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half]Content here.[/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 11:47:10','2013-12-20 11:47:10','',2,'http://039719c.netsolhost.com/ltest/fss/?p=206',0,'revision','',0),(207,1,'2013-12-20 11:48:04','2013-12-20 11:48:04','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"#\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half]Content here.[/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 11:48:04','2013-12-20 11:48:04','',2,'http://039719c.netsolhost.com/ltest/fss/?p=207',0,'revision','',0),(208,1,'2013-12-20 11:50:39','2013-12-20 11:50:39','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"#\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"#\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half]Content here.[/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h4\" title=\"What client says\"][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 11:50:39','2013-12-20 11:50:39','',2,'http://039719c.netsolhost.com/ltest/fss/?p=208',0,'revision','',0),(209,1,'2013-12-20 11:57:09','2013-12-20 11:57:09','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half]Content here.[/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h4\" title=\"What client says\"][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 11:57:09','2013-12-20 11:57:09','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(210,1,'2013-12-20 12:06:13','2013-12-20 12:06:13','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half]Content here.[/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 12:06:13','2013-12-20 12:06:13','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(211,1,'2013-12-20 12:11:22','2013-12-20 12:11:22','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 12:11:22','2013-12-20 12:11:22','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(212,1,'2013-12-20 12:11:59','2013-12-20 12:11:59','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"]Coming soon...[/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 12:11:59','2013-12-20 12:11:59','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(213,1,'2013-12-20 12:13:07','2013-12-20 12:13:07','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"]Coming soon...[/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-20 12:13:07','2013-12-20 12:13:07','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(214,1,'2013-12-20 12:28:24','2013-12-20 12:28:24',' ','','','publish','open','open','','214','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',0,'http://039719c.netsolhost.com/ltest/fss/?p=214',1,'nav_menu_item','',0),(215,1,'2013-12-20 12:48:42','2013-12-20 12:48:42','','About Us','','publish','open','open','','about-us','','','2014-01-10 08:39:55','2014-01-10 08:39:55','',0,'http://039719c.netsolhost.com/ltest/fss/?page_id=215',0,'page','',0),(216,1,'2013-12-20 12:48:42','2013-12-20 12:48:42','','About Us','','inherit','open','open','','215-revision-v1','','','2013-12-20 12:48:42','2013-12-20 12:48:42','',215,'http://039719c.netsolhost.com/ltest/fss/215-revision-v1/',0,'revision','',0),(217,1,'2013-12-20 12:49:10','2013-12-20 12:49:10','<h3>[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-company-overview.jpg\"><img class=\"alignnone size-full wp-image-946\" alt=\"fss-company-overview\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-company-overview.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]</h3>\r\n<h3>Company Overview<span style=\"color: #ffffff;\">FSS - Committed to building robust Payment Systems</span></h3>\r\n<strong>Financial Software and Systems (FSS)</strong> is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. The company has earned the status of being a payment systems leader through a combination of established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>Employees - Powering the success of FSS</strong>\r\nFSS employs over 1,500 professionals, delivering an entire spectrum of payment systems and services that are trusted by more than 100 companies worldwide, including some of the world\' largest public and private sector banks, financial institutions and payment processors.\r\n\r\n<strong>Integrated payment processing leader</strong>\r\nAs one of the largest independent payments processor in India, FSS\' hosted services enable over 30 banks and financial organizations to process millions of transactions every day, securely and efficiently. The company\'s products and services have an integrated perspective of the payments domain and help provide complete solutions to clients across the globe. The company has made significant investments in building state-of-the-art infrastructure including a Tier 3 standard Data Centre, and a strong pool of specialized resources with skill sets in the spectrum of payments. For clients, this translates into trust, commitment and stability they can count on.\r\n\r\nFSS delivers the complete spectrum of offerings through its two business divisions:\r\n<ul>\r\n <li><span style=\"color: #ff0000;\"><strong>FSSTechnologies</strong></span>- providing clients with a single-window view of solutions and services to meet all requirements within the payments framework. This covers a wide range of services which includes systems integration, offshore development, product sustenance, project management and implementation, upgrade and migration services, product testing and certification, application testing, onsite technical support and 24/7 global helpdesk support.</li>\r\n <li><span style=\"color: #ff0000;\"><strong>FSSNeT</strong></span>- offering hosted payment processing services across all delivery channels including ATMs, POS, Internet and Mobile with authorization by Bank hosts, Interchanges and co-networks. The services include card management, merchant management, internet payment gateway, mobile banking & mobile payment, reconciliation & settlement, financial inclusion, a bouquet of value added services and ATM management services on a pay-per-use model including leasing ATM and site management.</li>\r\n</ul>\r\nWith large acceptance and steady initiatives in the emerging payments environment, FSS is committed to making a difference to the payments industry, setting industry benchmarks and continuing its strong growth trajectory.\r\n\r\nPlease contact us for any specific information you are looking for in the payments domain, and we will get in touch with you at the earliest.','Overview','','publish','open','open','','overview','','','2014-05-26 09:06:07','2014-05-26 09:06:07','',215,'http://039719c.netsolhost.com/ltest/fss/?page_id=217',1,'page','',0),(218,1,'2013-12-20 12:49:10','2013-12-20 12:49:10','','Overview','','inherit','open','open','','217-revision-v1','','','2013-12-20 12:49:10','2013-12-20 12:49:10','',217,'http://039719c.netsolhost.com/ltest/fss/217-revision-v1/',0,'revision','',0),(219,1,'2013-12-20 12:50:00','2013-12-20 12:50:00','','Milestones','','publish','open','open','','milestones','','','2013-12-20 12:50:00','2013-12-20 12:50:00','',215,'http://039719c.netsolhost.com/ltest/fss/?page_id=219',2,'page','',0),(220,1,'2013-12-20 12:50:00','2013-12-20 12:50:00','','Milestones','','inherit','open','open','','219-revision-v1','','','2013-12-20 12:50:00','2013-12-20 12:50:00','',219,'http://039719c.netsolhost.com/ltest/fss/219-revision-v1/',0,'revision','',0),(221,1,'2013-12-20 12:50:43','2013-12-20 12:50:43','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/Board-of-Directors.jpg\"><img class=\"alignnone size-full wp-image-893\" alt=\"Board-of-Directors\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/Board-of-Directors.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\r\n<h3>Board of Directors</h3>\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"Mr. Nagaraj V. Mylandla - Founder & Managing Director\"]\r\nMr. Nagaraj Mylandla is the founder and Managing Director of FSS.\r\n\r\nA banker turned entrepreneur, Mr. Mylandla is known for his expertise and vision for the Indian payments industry. He has pioneered and spearheaded the marketing and support of retail and wholesale payment solutions in India. He is credited with the implementation of transaction processing and switching solutions for over 35 banks and financial institutions in India and over 30 clients worldwide.\r\n\r\nPrior to founding FSS, Mr. Mylandla worked with the Indian banking industry and has a CAIIB to his credit. He also had a stint with FDC in the USA and ACI in Omaha, USA.\r\n\r\nIn anticipation of the phenomenal growth and transformation of the Indian payments industry, Mr. Mylandla founded FSS in 1991.\r\n\r\nToday FSS, under Mr. Mylandla’s visionary leadership, is the leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. The company is the preferred technology partner and co-innovator for several leading banks in India and global financial giants. Mr. Mylandla established FSS-ASP network FSSNeT, to provide a pan-India shared ATM network. Today, FSSNeT is one of the largest independent shared payment service providers in the region.\r\n\r\nWith over two decades of experience in the payments industry, Mr. Mylandla is focused on strengthening strategic partnerships with clients, increasing client relevance and evolving the company’s business model towards achieving strategic objectives of FSS. He also steers the global initiatives of FSS while heading the organization.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Mr. Rudhraapathy J - Director\"]\r\nMr. Rudhraapathy J (Rudhraa) is a whole time Director at FSS. With over 22 years of management and technical experience in Banking, Securities, IT and the Payment industry, Mr. Rudhraa has been instrumental in building and scaling many of FSS\' business initiatives successfully. He has a passion for excellence and rigor in execution.\r\n\r\nBefore joining FSS, Mr. Rudhraa served as Vice President in India Switch Company (ISC) and prior to that he worked with Indian Bank and has over a decade of experience in banking and Information Technology. He has been an integral part of the Transaction Processing & Switching industry right from its nascent stages and was actively involved in Indian Bank\'s ATM initiative in 1988 and the switch initiative in 1991.\r\n\r\nMr. Rudhraa joined FSS in 1997 and took the responsibility of building the business base for FSS by acquiring new accounts. He has been instrumental in turning around various business initiatives that he has spearheaded within FSS. Simultaneously, he initiated and oversaw the creation of FSS Development Centre, Mumbai and turned the business around to achieve market leadership in India. He has been actively involved with initiatives related to banks switch and shoulders the organizational responsibility. Presently, he is responsible for overall business development and strategic alliances.\r\n\r\nMr. Rudhraa is an applied science graduate from Madras University, and has a CAIIB to his credit.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Ms. Sharada Mylandla - Director\"]\r\nMs. Sharada is a graduate in applied arts from the Mumbai University. She is a graphic designer by profession, and has been a creative consultant to numerous reputed advertising agencies including Ogilvy & Mather, Mudra, Rediffusion DY&R, Euro RSCG, and many others.\r\n\r\nAs a Director, Ms Sharada actively participates in Corporate Communications and directs advertising, PR, and Event management initiatives at FSS.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Ms. Bala Deshpande - Director\"]\r\nMs. Bala Deshpande is the Senior Managing Director of New Enterprise Associates (India) Pvt. Ltd based in Mumbai and is responsible for creating and building the India platform for NEA.\r\n\r\nBefore joining NEA, she served as a Senior Director of Investments at ICICI Venture where she used her operational experience to identify opportunities for investment and played a strategic role in shaping the future of investee companies.\r\n\r\nMs Bala was a Director in several companies including Pantaloon Retail, Air Deccan, Nagarjuna Construction, Welspun, TechProcess Solutions, Info Edge etc. Her private equity experience has seen the full cycle from nurturing young companies to executing multiple exits including IPOs, buy-backs, strategic sales, and capital market divestments.\r\n\r\nIn addition, Ms. Bala has worked with leading multinational companies such as Bestfoods, Cadburys, and ICI. At Bestfoods, she was part of the Strategic Planning Team and was nominated for the Women Leadership Forum held at Bestfoods, New York.\r\n\r\nMs. Bala has a master’s degree in Economics and Business Administration from Jamnalal Bajaj, Mumbai.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Mr. Srinivas Chidambaram - Director\"]\r\n\r\nMr. Chidambaram is the Managing Director of Jacob Ballas Capital India Pvt Ltd. (JBC) and is responsible for Fund investments, day to day operations of the company and supervising the management team.\r\n\r\nMr. Chidambaram joined JBC in 2005. He has 21 years of financial services and industry experience, including 13 years of private equity experience in India. From 2001 to 2003, Mr Chidambaram worked with HSBC Private Equity (Asia) Ltd, Hong Kong, responsible for private equity investments in India and South East Asia; previously, he served with its affiliate in India for six years, based in New Delhi. From October 2003 until March 2005, he served with HCL Technologies Ltd, a leading Indian IT services company, in the USA and in India, responsible for financial institution relationships and strategic alliances in the investment banking technology and operations division.\r\n\r\nMr Chidambaram commenced his career with SRF Finance Ltd. (since acquired by GE Capital) where he was responsible for Corporate Finance and Investment Banking, based in Bombay. Mr. Chidambaram holds a Bachelor of Commerce degree from the University of Kerala and is a qualified Chartered Accountant.\r\n\r\n[/accordion-item]\r\n[/accordion]','Management Team','','publish','open','open','','management-team','','','2014-05-22 12:13:23','2014-05-22 12:13:23','',215,'http://039719c.netsolhost.com/ltest/fss/?page_id=221',3,'page','',0),(222,1,'2013-12-20 12:50:43','2013-12-20 12:50:43','','Management Team','','inherit','open','open','','221-revision-v1','','','2013-12-20 12:50:43','2013-12-20 12:50:43','',221,'http://039719c.netsolhost.com/ltest/fss/221-revision-v1/',0,'revision','',0),(223,1,'2013-12-20 12:51:38','2013-12-20 12:51:38','<h3 style=\"text-align: left;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-weight: normal;\">[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/Investors.jpg\"><img class=\"alignnone size-full wp-image-895\" alt=\"Investors\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/Investors.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]</span></h3>\r\n<h3 style=\"text-align: left;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-weight: normal;\">[separator headline=\"h3\" title=\"Jacob Ballas Capital India Private Limited.\"]</span></h3>\r\n<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\"><img class=\"alignleft size-full wp-image-426\" style=\"margin: 0 5px -3px 0;\" alt=\"fss-jacob-ballas\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\" width=\"177\" height=\"82\" /></a>\r\n\r\nJacob Ballas Capital India Private Limited or JBC is a non - banking finance company focused on private equity advisory services.\r\n\r\nNew York Life Investment Management India (NYLIM) Jacob Ballas Funds have completed 20 growth capital investments in India since 2000, typically minority stake investments in privately held growth oriented \"blue-chip\" Indian companies, usually leadership platforms in fast growing, fragmented industries. Based in New Delhi, India, JBC currently serves as the Advisor to three private equity funds namely the New York Life International India Fund (\"Fund I\"), New York Life Investment Management India Fund (\"Fund II\") and NYLIM Jacob Ballas India Fund III (\"Fund III\")\r\n\r\nJBC has a strong track record of assisting portfolio companies in areas such as business strategy, business development & strategic alliances, talent attraction, M&A initiatives, and IPO preparation.\r\n\r\nFor additional information, visit, <a href=\"http://www.jbindia.co.in\">www.jbindia.co.in</a>\r\n\r\n[separator headline=\"h3\" title=\"New Enterprise Associates, Inc.\"]\r\n<h3><a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\"><img class=\"alignleft size-full wp-image-432\" style=\"margin: 0 5px -3px 0;\" alt=\"fss-nea\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\" width=\"177\" height=\"82\" /></a></h3>\r\nNew Enterprise Associates, Inc. (NEA) is a leading venture capital and growth equity firm focused on helping entrepreneurs build transformational businesses across multiple stages and sectors.\r\n\r\nSince the firm\'s founding in 1978, NEA\'s experienced management team has invested in over 650 companies, of which more than 170 have gone public and more than 290 have been acquired. With approximately $11 billion in committed capital, NEA has invested in information technology, healthcare and energy technology companies at all stages in a company\'s lifecycle, from seed stage through IPO. The company has offices in USA (Washington DC and California), India (in Bangalore and Mumbai), and China (Beijing and Shanghai).\r\n\r\nFor additional information, visit, <a href=\"http://www.nea.com\">www.nea.com</a>','Investors','','publish','open','open','','investors','','','2014-05-22 12:14:29','2014-05-22 12:14:29','',215,'http://039719c.netsolhost.com/ltest/fss/?page_id=223',4,'page','',0),(224,1,'2013-12-20 12:51:38','2013-12-20 12:51:38','','Investors','','inherit','open','open','','223-revision-v1','','','2013-12-20 12:51:38','2013-12-20 12:51:38','',223,'http://039719c.netsolhost.com/ltest/fss/223-revision-v1/',0,'revision','',0),(226,1,'2013-12-20 12:56:00','2013-12-20 12:56:00','[responsive]<img class=\"alignnone size-full wp-image-952\" alt=\"fss-infrastructure\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-infrastructure.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nFinancial Institutions need to optimize IT infrastructure costs in the face of a toughening economic environment and rapidly increasing energy costs. They need a reliable and experienced partner to manage their IT infrastructure, help improve their service efficiencies and economies of scale. FSS combines in-depth payments experience, domain understanding and unique payments Infrastructure to support clients to meet their business objectives.\r\n\r\nFSS has created a robust payments infrastructure consisting of end-to-end Payment Processing components hosted in a Tier 3 standard Data Centre located at Chennai and a Disaster Recovery Infrastructure in a separate location. FSS online payment services, <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/managed-services/\">ATM Managed Services</a>, <a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/internet-payment-gateway/\">Payment Gateway services</a>, <a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Card Management</a> and <a href=\"http://039719c.netsolhost.com/ltest/fss/products/reconciliation-settlement/\">Reconciliation services</a>, Disaster Recovery are hosted on the FSS Payments Infrastructure that provide support to over 40 customers.\r\n\r\nFSS has multi-layered network Infrastructure with segregated product testing, Proof of Concept (POC) and production environment. The <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/247-global-helpdesk-support/\">24/7 helpdesk and operations support services</a> follows stringent quality processes as defined by ITIL and ISO 9001 QMS guidelines, ensuring client satisfaction. FSS Infrastructure is supported with highly skilled, certified professionals specialising in multi-platform and relevant technology certifications to provide high end technical support.','Infrastructure','','publish','open','open','','infrastructure','','','2014-05-26 09:50:06','2014-05-26 09:50:06','',215,'http://039719c.netsolhost.com/ltest/fss/?page_id=226',5,'page','',0),(227,1,'2013-12-20 12:56:00','2013-12-20 12:56:00','','Infrastructure','','inherit','open','open','','226-revision-v1','','','2013-12-20 12:56:00','2013-12-20 12:56:00','',226,'http://039719c.netsolhost.com/ltest/fss/226-revision-v1/',0,'revision','',0),(228,1,'2013-12-20 12:57:04','2013-12-20 12:57:04','[responsive]<img class=\"alignnone size-full wp-image-948\" alt=\"fss-careers\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-careers.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\n<strong>Advance your career at one of the fastest-growing companies in the payments domain</strong>\r\n\r\nFSS (Financial Software and Systems) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. FSS has earned the status of being a payment systems leader by providing a well-established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>FSS is a company of diverse, talented people with a passion for pursuing excellence in the payments domain.</strong>\r\n\r\nFSS has over 1,500 professionals who are creating the future of payments that are trusted by more than 100 clients across the globe. Led by a team of ex-bankers and technocrats from the banking and financial services industry, FSS has combined the experience of its management team and the dexterity of its employees into a success formula to forge ahead in the sphere of e-payments.\r\n\r\nFSS provides employees an energizing, challenging yet enjoyable and rewarding working environment making it a preferred work place for future leaders.\r\n\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"Head - Legal\"]\r\n\r\n[custom_table style=\"1\"]\r\n<table width=\"100%\">\r\n<thead>\r\n<tr>\r\n<th colspan=\"2\"><strong>Job Description</strong></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><strong>JOB ID</strong></td>\r\n<td>FSS23456</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TITLE/DESIGNATION</strong></td>\r\n<td>Java Programmer</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TYPE</strong></td>\r\n<td>Permanent</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB DESCRIPTION</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>KEYWORDS</strong></td>\r\n<td>java</td>\r\n</tr>\r\n<tr>\r\n<td><strong>WORK EXPERIENCE</strong></td>\r\n<td>2+ Exp</td>\r\n</tr>\r\n<tr>\r\n<td><strong>LOCATION</strong></td>\r\n<td>Chennai</td>\r\n</tr>\r\n<tr>\r\n<td><strong>FUNCTIONAL AREA</strong></td>\r\n<td>IT</td>\r\n</tr>\r\n<tr>\r\n<td><strong>DESIRED CANDIDATE PROFILE</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>QULAIFICATION</strong></td>\r\n<td>Btech</td>\r\n</tr>\r\n<tr>\r\n<td><strong>VALID UPTO</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>CONTACT NUMBER (EXTN)</strong></td>\r\n<td>number</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/custom_table]\r\n<ul>\r\n <li>The person will be responsible for managing the whole of legal systems & processes and company secretary role for FSS</li>\r\n <li>The person shall be responsible for management and administration of contracts</li>\r\n <li>The person will identify potential risks in contracts and provide recommendations and alternatives</li>\r\n <li>The person will represent the company before statutory authorities for various legal matters</li>\r\n</ul>\r\n[/accordion-item]\r\n[accordion-item title=\"Business Development Manager - Delhi\"]<strong>Job Description</strong>\r\n\r\nA. Objective\r\n\r\nLead and direct the Business Development, Sales efforts of FSS’s services/products for assigned accounts in ATM business, India\r\nBe responsible for top line and bottom line for the same\r\n\r\nB. Role and Responsibility\r\n\r\nFinancial:\r\n<ul>\r\n <li>Chart & achieve clear revenue targets for new business from the assigned accounts</li>\r\n <li>Achieve agreed margins for new business</li>\r\n <li>Achieve agreed numbers w.r.to conversion ratio of prospects / clients</li>\r\n</ul>\r\nStrategic:\r\n<ul>\r\n <li>Be responsible for tracking and presenting competitive intelligence as per the agreed milestones</li>\r\n <li>Be responsible for tracking and presenting business intelligence(analysis and reports) as per the agreed milestones</li>\r\n <li>Sustain unique selling proposition and brand equity</li>\r\n</ul>\r\nCustomer satisfaction:\r\n<ul>\r\n <li>Create and manage customer database. Provide better information w.r.to customer contacts</li>\r\n <li>Anticipate customer evolution, i.e., to receive, discuss and anticipate new requirements from/with customers and propose ‘lowest effort’ solutions or workarounds</li>\r\n <li>Maintain and build strong relationships with customers to increase customer satisfaction.</li>\r\n</ul>\r\n[/accordion-item]\r\n[/accordion]','Careers','','publish','open','open','','careers','','','2014-05-26 09:36:47','2014-05-26 09:36:47','',215,'http://039719c.netsolhost.com/ltest/fss/?page_id=228',6,'page','',0),(229,1,'2013-12-20 12:57:04','2013-12-20 12:57:04','','Careers','','inherit','open','open','','228-revision-v1','','','2013-12-20 12:57:04','2013-12-20 12:57:04','',228,'http://039719c.netsolhost.com/ltest/fss/228-revision-v1/',0,'revision','',0),(786,1,'2014-05-07 09:00:54','2014-05-07 09:00:54','','Terms of use','','publish','open','open','','terms-of-use','','','2014-05-07 09:00:54','2014-05-07 09:00:54','',0,'http://039719c.netsolhost.com/ltest/fss/?page_id=786',0,'page','',0),(232,1,'2013-12-20 13:12:57','2013-12-20 13:12:57',' ','','','publish','open','open','','232','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',215,'http://039719c.netsolhost.com/ltest/fss/?p=232',7,'nav_menu_item','',0),(233,1,'2013-12-20 13:12:57','2013-12-20 13:12:57',' ','','','publish','open','open','','233','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',215,'http://039719c.netsolhost.com/ltest/fss/?p=233',6,'nav_menu_item','',0),(234,1,'2013-12-20 13:12:56','2013-12-20 13:12:56',' ','','','publish','open','open','','234','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',215,'http://039719c.netsolhost.com/ltest/fss/?p=234',5,'nav_menu_item','',0),(235,1,'2013-12-20 13:12:56','2013-12-20 13:12:56',' ','','','publish','open','open','','235','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',215,'http://039719c.netsolhost.com/ltest/fss/?p=235',4,'nav_menu_item','',0),(236,1,'2013-12-20 13:12:56','2013-12-20 13:12:56',' ','','','publish','open','open','','236','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',215,'http://039719c.netsolhost.com/ltest/fss/?p=236',3,'nav_menu_item','',0),(239,1,'2013-12-23 06:28:44','2013-12-23 06:28:44','Automated Teller Machine (ATM) serves as a primary retail banking transaction channel for bank customers. The convenience of using an ATM rapidly diminishes the moment an ATM machine goes out of service or does not provide the specific ATM services that the customers expect. Do not allow this valuable retail banking transaction channel become a medium for customer grievance. Put your ATMs in the expert hands of FSS.\r\n\r\nFSS with over 20 years of technological and operational expertise in the payments domain has developed a comprehensive set of ATM services ranging from ATM Deployment & Management to a complete set of ATM Managed Services that include software, security/facilities as well as consulting and operations support services. FSS ATM services have been instrumental in managing and expanding the existing ATM network of clients through increased uptime and efficient management.\r\n\r\nOver 15 public and private sector banks in India rely on FSS ATM services for total management of their ATM network.','ATM Services','','inherit','open','open','','31-revision-v1','','','2013-12-23 06:28:44','2013-12-23 06:28:44','',31,'http://039719c.netsolhost.com/ltest/fss/31-revision-v1/',0,'revision','',0),(240,1,'2013-12-23 06:43:46','2013-12-23 06:43:46','','fss-atm-services','','inherit','open','open','','fss-atm-services','','','2013-12-23 06:43:46','2013-12-23 06:43:46','',31,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-services.jpg',0,'attachment','image/jpeg',0),(241,1,'2013-12-23 06:44:02','2013-12-23 06:44:02','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-services.jpg\"><img class=\"alignnone size-medium wp-image-240\" alt=\"fss-atm-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-services-300x42.jpg\" width=\"300\" height=\"42\" /></a>[/responsive]\r\n\r\nAutomated Teller Machine (ATM) serves as a primary retail banking transaction channel for bank customers. The convenience of using an ATM rapidly diminishes the moment an ATM machine goes out of service or does not provide the specific ATM services that the customers expect. Do not allow this valuable retail banking transaction channel become a medium for customer grievance. Put your ATMs in the expert hands of FSS.\r\n\r\nFSS with over 20 years of technological and operational expertise in the payments domain has developed a comprehensive set of ATM services ranging from ATM Deployment & Management to a complete set of ATM Managed Services that include software, security/facilities as well as consulting and operations support services. FSS ATM services have been instrumental in managing and expanding the existing ATM network of clients through increased uptime and efficient management.\r\n\r\nOver 15 public and private sector banks in India rely on FSS ATM services for total management of their ATM network.','ATM Services','','inherit','open','open','','31-revision-v1','','','2013-12-23 06:44:02','2013-12-23 06:44:02','',31,'http://039719c.netsolhost.com/ltest/fss/31-revision-v1/',0,'revision','',0),(242,1,'2013-12-23 06:45:06','2013-12-23 06:45:06','[teaser img=\"IMAGE-URL or leave blank\" url=\"http://example.com\"]YOUR CONTENT HERE[/teaser]\n\nAutomated Teller Machine (ATM) serves as a primary retail banking transaction channel for bank customers. The convenience of using an ATM rapidly diminishes the moment an ATM machine goes out of service or does not provide the specific ATM services that the customers expect. Do not allow this valuable retail banking transaction channel become a medium for customer grievance. Put your ATMs in the expert hands of FSS.\n\nFSS with over 20 years of technological and operational expertise in the payments domain has developed a comprehensive set of ATM services ranging from ATM Deployment & Management to a complete set of ATM Managed Services that include software, security/facilities as well as consulting and operations support services. FSS ATM services have been instrumental in managing and expanding the existing ATM network of clients through increased uptime and efficient management.\n\nOver 15 public and private sector banks in India rely on FSS ATM services for total management of their ATM network.','ATM Services','','inherit','open','open','','31-autosave-v1','','','2013-12-23 06:45:06','2013-12-23 06:45:06','',31,'http://039719c.netsolhost.com/ltest/fss/31-autosave-v1/',0,'revision','',0),(243,1,'2013-12-23 06:45:31','2013-12-23 06:45:31',' \r\n\r\nAutomated Teller Machine (ATM) serves as a primary retail banking transaction channel for bank customers. The convenience of using an ATM rapidly diminishes the moment an ATM machine goes out of service or does not provide the specific ATM services that the customers expect. Do not allow this valuable retail banking transaction channel become a medium for customer grievance. Put your ATMs in the expert hands of FSS.\r\n\r\nFSS with over 20 years of technological and operational expertise in the payments domain has developed a comprehensive set of ATM services ranging from ATM Deployment & Management to a complete set of ATM Managed Services that include software, security/facilities as well as consulting and operations support services. FSS ATM services have been instrumental in managing and expanding the existing ATM network of clients through increased uptime and efficient management.\r\n\r\nOver 15 public and private sector banks in India rely on FSS ATM services for total management of their ATM network.','ATM Services','','inherit','open','open','','31-revision-v1','','','2013-12-23 06:45:31','2013-12-23 06:45:31','',31,'http://039719c.netsolhost.com/ltest/fss/31-revision-v1/',0,'revision','',0),(244,1,'2013-12-23 06:46:09','2013-12-23 06:46:09','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-services.jpg\"><img class=\"alignnone size-full wp-image-240\" alt=\"fss-atm-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-services.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\r\n\r\nAutomated Teller Machine (ATM) serves as a primary retail banking transaction channel for bank customers. The convenience of using an ATM rapidly diminishes the moment an ATM machine goes out of service or does not provide the specific ATM services that the customers expect. Do not allow this valuable retail banking transaction channel become a medium for customer grievance. Put your ATMs in the expert hands of FSS.\r\n\r\nFSS with over 20 years of technological and operational expertise in the payments domain has developed a comprehensive set of ATM services ranging from ATM Deployment & Management to a complete set of ATM Managed Services that include software, security/facilities as well as consulting and operations support services. FSS ATM services have been instrumental in managing and expanding the existing ATM network of clients through increased uptime and efficient management.\r\n\r\nOver 15 public and private sector banks in India rely on FSS ATM services for total management of their ATM network.','ATM Services','','inherit','open','open','','31-revision-v1','','','2013-12-23 06:46:09','2013-12-23 06:46:09','',31,'http://039719c.netsolhost.com/ltest/fss/31-revision-v1/',0,'revision','',0),(245,1,'2013-12-23 06:53:16','2013-12-23 06:53:16','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-services.jpg\"><img class=\"alignnone size-full wp-image-240\" alt=\"fss-atm-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-services.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\r\n\r\nRetail payments landscape is fast changing and banks often require market-proven electronic retail payment products that enables them launch new services to their customers. Besides improving customer convenience and time-saving methods, banks also strive to improve their profitability by deploying innovative value-added services on the existing deployed infrastructure.\r\n\r\nWith domain knowledge gained over 20 years in the online payments arena, FSS has developed a wide range of ready-to-deploy software products for banks that have gained wide acceptance in the market. From issuance of cards to reconciliation of transactions, FSS products manage merchants, launch mobile banking and payments, enable valued-added transactions on delivery channels, and initiate financial inclusion programs.\r\n\r\nThe products are designed to run on popular industry platforms, and can be customized based on clients requirements. Ease of installation and maintenance are key advantages of all FSS products.\r\n\r\nFSS Payments Product suite provides a holistic and integrated approach, complete with solutions and services to give clients, a significant competitive advantage.','Products','','inherit','open','open','','24-revision-v1','','','2013-12-23 06:53:16','2013-12-23 06:53:16','',24,'http://039719c.netsolhost.com/ltest/fss/24-revision-v1/',0,'revision','',0),(246,1,'2013-12-23 06:54:07','2013-12-23 06:54:07','[responsive]<img class=\"alignnone size-full wp-image-256\" alt=\"fss-debit\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"An integrated, secure and robust system that manages issuance & entire life cycle of debit cards.\"]\r\n\r\n[responsive]<img class=\"size-full wp-image-924 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_debit\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_debit.jpg\" width=\"250\" height=\"100\" />[/responsive]Banks continually seek to promote electronic banking for their customers, with a view to increase customer convenience, at lower operating costs. Opportunities for growth lie in differentiating the card products and services, while core features are increasingly becoming commoditized.\r\n\r\nTo capitalise on this opportunity, FSS Debit offers a complete card lifecycle management solution that enable banks to offer innovative, quick-to-market card products while serving customers more efficiently, securely and profitably. FSS Debit supports issuance of popular international card brands and private label debit cards that conform to industry standards. Built in post-issuance functions provide convenient management of customers and card related information.\r\n\r\n<strong> </strong><strong>[mini-icon icon=\"list-alt\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<ul>\r\n <li>Multi-institution support – Supports the needs of subsidiaries and group entities.</li>\r\n <li>Highly parameterized – Quick to market and roll-out of new products.</li>\r\n <li>Multi-level secure workflow – Maker~Checker~Authorizer facility ensures control, minimizes human errors and operational risk.</li>\r\n <li>Multiple platform support – Windows/ IBM AIX/ Solaris, Web logic/ Pramati/ JRun.</li>\r\n <li>Multi-card support – Supports issuance of ATM/ debit/ private-label cards, personalized/ non-personalized cards, photo/ non-photo cards.</li>\r\n <li>Secure PIN generation – Supports hardware (HSM) based PIN generation.</li>\r\n <li>Comprehensive MIS and Reporting – Over 50 standard reports.</li>\r\n</ul>\r\n<strong> </strong><strong><strong>[mini-icon icon=\"check\"] </strong></strong><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS Debit solution has been used by over <strong>20 banks/ institutions</strong> to issue over <strong>200 million cards</strong>.</li>\r\n <li>Proven, scalable solution – Has supported issuance of over 90 million cards for a large bank.</li>\r\n <li>Benchmarked to issue over 150,000 cards in a single day for a large bank.</li>\r\n <li>A comprehensive solution built on deep knowledge and experience in the payments domain for over 20 years.</li>\r\n</ul>\r\n[toggle title=\"Product Brochure\" open=\"false\" icon=\"star\"][contact-form-7 id=\"14\" title=\"Product Brochure Request\"][/toggle]','FSS Debit','','publish','open','open','','fss-debit','','','2014-05-23 12:35:49','2014-05-23 12:35:49','',46,'http://039719c.netsolhost.com/ltest/fss/?page_id=246',1,'page','',0),(247,1,'2013-12-23 06:54:07','2013-12-23 06:54:07','','FSS Debit','','inherit','open','open','','246-revision-v1','','','2013-12-23 06:54:07','2013-12-23 06:54:07','',246,'http://039719c.netsolhost.com/ltest/fss/246-revision-v1/',0,'revision','',0),(248,1,'2013-12-23 06:54:26','2013-12-23 06:54:26','[responsive]<img class=\"alignnone size-full wp-image-260\" alt=\"fss-prepaid\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-prepaid.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive application for issuance and complete management of prepaid cards\"]\r\n\r\n[responsive]<img class=\"size-full wp-image-926 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_prepaid\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_prepaid.jpg\" width=\"250\" height=\"100\" />[/responsive]Prepaid cards, by virtue of their limited liability in the event of loss, are gaining popularity in the market. The precise, known top-up amount make them ideal for gift cards, travel cards, salary cards, meal cards, among many others.\r\n\r\nFSS Prepaid card management system allows a variety of prepaid card products to be defined, including usage in open-loop and closed-loop programs, and on magnetic stripe and EMV™ chip card platforms. FSS provides fixed or re-loadable value options on prepaid cards. The application tracks issuance and activation of cards, authorizes transactions online, defines applicable fee and charges and provides reconciliation and settlement. The suite also facilitates issuance of virtual cards.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<ul>\r\n <li>Flexible issuance options, account enrollment and management.</li>\r\n <li>Elaborate and configurable rule engine for transaction processing.</li>\r\n <li>Funds and fees management.</li>\r\n <li>Supports issuance of:\r\n<div>\r\n<ul>\r\n <li>Gift cards</li>\r\n <li>Pension cards</li>\r\n <li>Payroll cards</li>\r\n <li>Travel cards and more</li>\r\n</ul>\r\n</div></li>\r\n</ul>\r\n<ul>\r\n <li>Card inventory management.</li>\r\n <li>Supports loyalty programs.</li>\r\n <li>Reconciliation and Settlement.</li>\r\n <li>Web-access for corporates, call centers and card holders.</li>\r\n <li>Multi-currency and Multi-lingual.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS has leveraged its proven experience in issuance and management of debit cards to support prepaid card solution suite.</li>\r\n <li>The solution is PA~DSS compliant, thereby providing data security and process controls.</li>\r\n <li>Modular design allows activation of customized product features and work-flow that are best suited to the client\'s requirements.</li>\r\n</ul>','FSS Prepaid','','publish','open','open','','fss-prepaid','','','2014-05-23 12:37:53','2014-05-23 12:37:53','',46,'http://039719c.netsolhost.com/ltest/fss/?page_id=248',2,'page','',0),(817,1,'2014-05-14 09:23:37','2014-05-14 09:23:37','[responsive]<img class=\"alignnone size-full wp-image-260\" alt=\"fss-prepaid\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-prepaid.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive application for issuance and complete management of prepaid cards\"]\r\n\r\nPrepaid cards, by virtue of their limited liability in the event of loss, are gaining popularity in the market. The precise, known top-up amount make them ideal for gift cards, travel cards, salary cards, meal cards, among many others.\r\n\r\nFSS Prepaid card management system allows a variety of prepaid card products to be defined, including usage in open-loop and closed-loop programs, and on magnetic stripe and EMV™ chip card platforms. FSS provides fixed or re-loadable value options on prepaid cards. The application tracks issuance and activation of cards, authorizes transactions online, defines applicable fee and charges and provides reconciliation and settlement. The suite also facilitates issuance of virtual cards.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<ul>\r\n <li>Flexible issuance options, account enrollment and management.</li>\r\n <li>Elaborate and configurable rule engine for transaction processing.</li>\r\n <li>Funds and fees management.</li>\r\n <li>Supports issuance of:\r\n<div>\r\n<ul>\r\n <li>Gift cards</li>\r\n <li>Pension cards</li>\r\n <li>Payroll cards</li>\r\n <li>Travel cards and more</li>\r\n</ul>\r\n</div></li>\r\n</ul>\r\n<ul>\r\n <li>Card inventory management.</li>\r\n <li>Supports loyalty programs.</li>\r\n <li>Reconciliation and Settlement.</li>\r\n <li>Web-access for corporates, call centers and card holders.</li>\r\n <li>Multi-currency and Multi-lingual.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS has leveraged its proven experience in issuance and management of debit cards to support prepaid card solution suite.</li>\r\n <li>The solution is PA~DSS compliant, thereby providing data security and process controls.</li>\r\n <li>Modular design allows activation of customized product features and work-flow that are best suited to the client\'s requirements.</li>\r\n</ul>','FSS Prepaid','','inherit','open','open','','248-revision-v1','','','2014-05-14 09:23:37','2014-05-14 09:23:37','',248,'http://039719c.netsolhost.com/ltest/fss/248-revision-v1/',0,'revision','',0),(249,1,'2013-12-23 06:54:26','2013-12-23 06:54:26','','FSS Prepaid','','inherit','open','open','','248-revision-v1','','','2013-12-23 06:54:26','2013-12-23 06:54:26','',248,'http://039719c.netsolhost.com/ltest/fss/248-revision-v1/',0,'revision','',0),(250,1,'2013-12-23 06:54:54','2013-12-23 06:54:54','[responsive]<img class=\"alignnone size-full wp-image-263\" alt=\"fss-smart-chip\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, secure and pro-active smart card management system that includes the life cycle management of applications, chip and product.\"]\r\n\r\n[responsive]<img class=\"size-full wp-image-928 alignleft\" style=\"margin-bottom: 0px;\" alt=\"smart_chipjpg\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/smart_chipjpg.jpg\" width=\"250\" height=\"100\" />[/responsive]The exponential growth in the retail payments business has significantly increased the challenges faced by organizations in managing and containing card fraud and financial losses. FSS Smart Chip with its secured authentication features and multiple security mechanisms helps contain such fraud leading to cost-savings and increased security of transactions.\r\n\r\nFSS Smart Chip is a well integrated and quick-to-deploy solution for managing the complete lifecycle of smart cards and post-issuance support. It supports issuance of EMV™ / Non-EMV-based smart cards for debit, credit, prepaid, biometric, transit and more.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<div>\r\n<div>\r\n<div>[mini-icon icon=\"plus-sign\"] Supports the entire card life cycle management, which includes:</div>\r\n<ul>\r\n <li>Card issuance</li>\r\n <li>Re-issuance in case of damage or loss</li>\r\n <li>Re-initialization of user profile</li>\r\n</ul>\r\n</div>\r\n<div>\r\n<div>[mini-icon icon=\"plus-sign\"] Support for EMV™ / Non-EMV based Smart Cards for:</div>\r\n<ul>\r\n <li>Debit</li>\r\n <li>Credit</li>\r\n <li>Prepaid</li>\r\n <li>Biometric</li>\r\n <li>Transit</li>\r\n <li>Other card types as needed</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Provides smart card PIN management module.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Facilitates blocking and unblocking of smart card for damage, loss or incorrect PIN entry.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Supports loyalty management.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Provides post issuance management support.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Uses multiple security mechanisms to contain the risk of fraudulent card issuance and misuse.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Defines fees and charges.</div>\r\n<div></div>\r\n<div>[gap height=\"20\"]</div>\r\n<div>[mini-icon icon=\"thumbs-up\"] <span style=\"text-decoration: underline;\"><strong><strong></strong> Advantage FSS</strong></span></div>\r\n<div>\r\n\r\n[mini-icon icon=\"plus-sign\"] Integrated web interface based system that can be implemented on industry standard computer platforms.\r\n[mini-icon icon=\"plus-sign\"] Proven capability in providing technology based end-to-end payment solutions.\r\n[mini-icon icon=\"plus-sign\"] Supports multiple products and applications.\r\n[mini-icon icon=\"plus-sign\"] Modular design allows online authorization and transaction processing.\r\n[mini-icon icon=\"plus-sign\"] Already deployed at a major public sector bank in India.\r\n\r\n</div>\r\n</div>','FSS Smart Chip','','publish','open','open','','fss-smart-chip','','','2014-05-23 12:39:38','2014-05-23 12:39:38','',46,'http://039719c.netsolhost.com/ltest/fss/?page_id=250',3,'page','',0),(251,1,'2013-12-23 06:54:54','2013-12-23 06:54:54','','FSS Smart Chip','','inherit','open','open','','250-revision-v1','','','2013-12-23 06:54:54','2013-12-23 06:54:54','',250,'http://039719c.netsolhost.com/ltest/fss/250-revision-v1/',0,'revision','',0),(252,1,'2013-12-23 06:56:18','2013-12-23 06:56:18','','card-management','','inherit','open','open','','card-management-2','','','2013-12-23 06:56:18','2013-12-23 06:56:18','',46,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/card-management.jpg',0,'attachment','image/jpeg',0),(253,1,'2014-05-22 10:48:24','2014-05-22 10:48:24','[responsive]<img class=\"alignnone size-full wp-image-252\" alt=\"card-management\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/card-management.jpg\" width=\"940\" height=\"133\" />[/responsive]\n\nAs Issuers seek to capture a greater share of the cards market in the midst of fierce competition, they are also striving harder to increase profit while keeping costs under control. FSS’ robust card management platform provides complete card life cycle management solutions for debit, prepaid and smart chip cards that are trusted by over 20 banks.\n\nFSS provides flexible, configurable solutions that support all card types including magnetic-stripe, EMV™ chip and virtual cards. Applications can quickly be installed on all popular industry computer platforms; browser-enabled front-end allows convenient, secure access to centralized application suite.\n\nWith FSS card management suite, innovative card products can quickly be rolled out to customers efficiently at low cost of total ownership.\n\nFSS Card Management offerings are available on Licensing and <a href=\"http://www.fss.co.in/Card-Issuance-mang.aspx\" target=\"_blank\">Services</a> models.\n\n \n\n[one_fifth]Content here.[/one_fifth] [one_fifth]Content here.[/one_fifth] [one_fifth]Content here.[/one_fifth] [one_fifth]Content here.[/one_fifth] [one_fifth_last][responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/iso-9001-2008.jpg\"><img alt=\"iso-9001-2008\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/iso-9001-2008.jpg\" width=\"144\" height=\"78\" /></a>[/responsive][/one_fifth_last]\n\n ','Card Management','','inherit','open','open','','46-autosave-v1','','','2014-05-22 10:48:24','2014-05-22 10:48:24','',46,'http://039719c.netsolhost.com/ltest/fss/46-autosave-v1/',0,'revision','',0),(880,1,'2014-05-22 10:39:05','2014-05-22 10:39:05','','iso-9001-2008','','inherit','open','open','','iso-9001-2008','','','2014-05-22 10:39:05','2014-05-22 10:39:05','',46,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/iso-9001-2008.jpg',0,'attachment','image/jpeg',0),(254,1,'2013-12-23 06:57:38','2013-12-23 06:57:38','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/card-management.jpg\"><img class=\"alignnone size-full wp-image-252\" alt=\"card-management\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/card-management.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\r\n\r\nAs Issuers seek to capture a greater share of the cards market in the midst of fierce competition, they are also striving harder to increase profit while keeping costs under control. FSS’ robust card management platform provides complete card life cycle management solutions for debit, prepaid and smart chip cards that are trusted by over 20 banks.\r\n\r\nFSS provides flexible, configurable solutions that support all card types including magnetic-stripe, EMV™ chip and virtual cards. Applications can quickly be installed on all popular industry computer platforms; browser-enabled front-end allows convenient, secure access to centralized application suite.\r\n\r\nWith FSS card management suite, innovative card products can quickly be rolled out to customers efficiently at low cost of total ownership.\r\n\r\nFSS Card Management offerings are available on Licensing and <a href=\"http://www.fss.co.in/Card-Issuance-mang.aspx\" target=\"_blank\">Services</a> models.','Card Management','','inherit','open','open','','46-revision-v1','','','2013-12-23 06:57:38','2013-12-23 06:57:38','',46,'http://039719c.netsolhost.com/ltest/fss/46-revision-v1/',0,'revision','',0),(255,1,'2013-12-23 07:22:00','2013-12-23 07:22:00','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"]Coming soon...[/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][one_half][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half] [one_half_last][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-23 07:22:00','2013-12-23 07:22:00','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(256,1,'2013-12-23 08:44:00','2013-12-23 08:44:00','','fss-debit','','inherit','open','open','','fss-debit-2','','','2013-12-23 08:44:00','2013-12-23 08:44:00','',246,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg',0,'attachment','image/jpeg',0),(735,1,'2014-05-23 12:35:35','2014-05-23 12:35:35','[responsive]<img class=\"alignnone size-full wp-image-256\" alt=\"fss-debit\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\" width=\"657\" height=\"135\" />[/responsive]\n\n[separator headline=\"h4\" title=\"An integrated, secure and robust system that manages issuance & entire life cycle of debit cards.\"]\n\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_debit.jpg\"><img class=\"alignnone size-full wp-image-924\" alt=\"fss_debit\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_debit.jpg\" width=\"250\" height=\"100\" /></a>[/responsive]Banks continually seek to promote electronic banking for their customers, with a view to increase customer convenience, at lower operating costs. Opportunities for growth lie in differentiating the card products and services, while core features are increasingly becoming commoditized.\n\nTo capitalise on this opportunity, FSS Debit offers a complete card lifecycle management solution that enable banks to offer innovative, quick-to-market card products while serving customers more efficiently, securely and profitably. FSS Debit supports issuance of popular international card brands and private label debit cards that conform to industry standards. Built in post-issuance functions provide convenient management of customers and card related information.\n\n<strong> </strong><strong>[mini-icon icon=\"list-alt\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\n<ul>\n <li>Multi-institution support – Supports the needs of subsidiaries and group entities.</li>\n <li>Highly parameterized – Quick to market and roll-out of new products.</li>\n <li>Multi-level secure workflow – Maker~Checker~Authorizer facility ensures control, minimizes human errors and operational risk.</li>\n <li>Multiple platform support – Windows/ IBM AIX/ Solaris, Web logic/ Pramati/ JRun.</li>\n <li>Multi-card support – Supports issuance of ATM/ debit/ private-label cards, personalized/ non-personalized cards, photo/ non-photo cards.</li>\n <li>Secure PIN generation – Supports hardware (HSM) based PIN generation.</li>\n <li>Comprehensive MIS and Reporting – Over 50 standard reports.</li>\n</ul>\n<strong> </strong><strong><strong>[mini-icon icon=\"check\"] </strong></strong><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\n<ul>\n <li>FSS Debit solution has been used by over <strong>20 banks/ institutions</strong> to issue over <strong>200 million cards</strong>.</li>\n <li>Proven, scalable solution – Has supported issuance of over 90 million cards for a large bank.</li>\n <li>Benchmarked to issue over 150,000 cards in a single day for a large bank.</li>\n <li>A comprehensive solution built on deep knowledge and experience in the payments domain for over 20 years.</li>\n</ul>\n[toggle title=\"Product Brochure\" open=\"false\" icon=\"star\"][contact-form-7 id=\"14\" title=\"Product Brochure Request\"][/toggle]','FSS Debit','','inherit','open','open','','246-autosave-v1','','','2014-05-23 12:35:35','2014-05-23 12:35:35','',246,'http://039719c.netsolhost.com/ltest/fss/246-autosave-v1/',0,'revision','',0),(258,1,'2013-12-23 08:44:40','2013-12-23 08:44:40','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\"><img class=\"alignnone size-full wp-image-256\" alt=\"fss-debit\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\nAn integrated, secure and robust system that manages issuance & entire life cycle of debit cards.\r\nBanks continually seek to promote electronic banking for their customers, with a view to increase customer convenience, at lower operating costs. Opportunities for growth lie in differentiating the card products and services, while core features are increasingly becoming commoditized.\r\n\r\nTo capitalise on this opportunity, FSS Debit offers a complete card lifecycle management solution that enable banks to offer innovative, quick-to-market card products while serving customers more efficiently, securely and profitably. FSS Debit supports issuance of popular international card brands and private label debit cards that conform to industry standards. Built in post-issuance functions provide convenient management of customers and card related information.\r\nHighlights\r\nMulti-institution support – Supports the needs of subsidiaries and group entities.\r\nHighly parameterized – Quick to market and roll-out of new products.\r\nMulti-level secure workflow – Maker~Checker~Authorizer facility ensures control, minimizes human errors and operational risk.\r\nMultiple platform support – Windows/ IBM AIX/ Solaris, Web logic/ Pramati/ JRun.\r\nMulti-card support – Supports issuance of ATM/ debit/ private-label cards, personalized/ non-personalized cards, photo/ non-photo cards.\r\nSecure PIN generation – Supports hardware (HSM) based PIN generation.\r\nComprehensive MIS and Reporting – Over 50 standard reports.\r\nAdvantage FSS\r\nFSS Debit solution has been used by over 20 banks/ institutions to issue over 200 million cards.\r\nProven, scalable solution – Has supported issuance of over 90 million cards for a large bank.\r\nBenchmarked to issue over 150,000 cards in a single day for a large bank.\r\nA comprehensive solution built on deep knowledge and experience in the payments domain for over 20 years.','FSS Debit','','inherit','open','open','','246-revision-v1','','','2013-12-23 08:44:40','2013-12-23 08:44:40','',246,'http://039719c.netsolhost.com/ltest/fss/246-revision-v1/',0,'revision','',0),(259,1,'2013-12-23 08:47:06','2013-12-23 08:47:06','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\"><img class=\"alignnone size-full wp-image-256\" alt=\"fss-debit\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>An integrated, secure and robust system that manages issuance & entire life cycle of debit cards.</strong></span>\r\nBanks continually seek to promote electronic banking for their customers, with a view to increase customer convenience, at lower operating costs. Opportunities for growth lie in differentiating the card products and services, while core features are increasingly becoming commoditized.\r\n\r\nTo capitalise on this opportunity, FSS Debit offers a complete card lifecycle management solution that enable banks to offer innovative, quick-to-market card products while serving customers more efficiently, securely and profitably. FSS Debit supports issuance of popular international card brands and private label debit cards that conform to industry standards. Built in post-issuance functions provide convenient management of customers and card related information.\r\n\r\n<span style=\"text-decoration: underline;\"><strong> Highlights</strong></span>\r\n<ul>\r\n <li>Multi-institution support – Supports the needs of subsidiaries and group entities.</li>\r\n <li>Highly parameterized – Quick to market and roll-out of new products.</li>\r\n <li>Multi-level secure workflow – Maker~Checker~Authorizer facility ensures control, minimizes human errors and operational risk.</li>\r\n <li>Multiple platform support – Windows/ IBM AIX/ Solaris, Web logic/ Pramati/ JRun.</li>\r\n <li>Multi-card support – Supports issuance of ATM/ debit/ private-label cards, personalized/ non-personalized cards, photo/ non-photo cards.</li>\r\n <li>Secure PIN generation – Supports hardware (HSM) based PIN generation.</li>\r\n <li>Comprehensive MIS and Reporting – Over 50 standard reports.</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong> Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS Debit solution has been used by over 20 banks/ institutions to issue over 200 million cards.</li>\r\n <li>Proven, scalable solution – Has supported issuance of over 90 million cards for a large bank.</li>\r\n <li>Benchmarked to issue over 150,000 cards in a single day for a large bank.</li>\r\n <li>A comprehensive solution built on deep knowledge and experience in the payments domain for over 20 years.</li>\r\n</ul>','FSS Debit','','inherit','open','open','','246-revision-v1','','','2013-12-23 08:47:06','2013-12-23 08:47:06','',246,'http://039719c.netsolhost.com/ltest/fss/246-revision-v1/',0,'revision','',0),(260,1,'2013-12-23 08:55:33','2013-12-23 08:55:33','','fss-prepaid','','inherit','open','open','','fss-prepaid-2','','','2013-12-23 08:55:33','2013-12-23 08:55:33','',248,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-prepaid.jpg',0,'attachment','image/jpeg',0),(261,1,'2014-05-23 12:37:42','2014-05-23 12:37:42','[responsive]<img class=\"alignnone size-full wp-image-260\" alt=\"fss-prepaid\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-prepaid.jpg\" width=\"657\" height=\"135\" />[/responsive]\n\n[separator headline=\"h4\" title=\"A comprehensive application for issuance and complete management of prepaid cards\"]\n\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_prepaid.jpg\"><img class=\"alignnone size-full wp-image-926\" alt=\"fss_prepaid\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_prepaid.jpg\" width=\"250\" height=\"100\" /></a>[/responsive]Prepaid cards, by virtue of their limited liability in the event of loss, are gaining popularity in the market. The precise, known top-up amount make them ideal for gift cards, travel cards, salary cards, meal cards, among many others.\n\nFSS Prepaid card management system allows a variety of prepaid card products to be defined, including usage in open-loop and closed-loop programs, and on magnetic stripe and EMV™ chip card platforms. FSS provides fixed or re-loadable value options on prepaid cards. The application tracks issuance and activation of cards, authorizes transactions online, defines applicable fee and charges and provides reconciliation and settlement. The suite also facilitates issuance of virtual cards.\n\n<strong>[mini-icon icon=\"list-alt\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\n<ul>\n <li>Flexible issuance options, account enrollment and management.</li>\n <li>Elaborate and configurable rule engine for transaction processing.</li>\n <li>Funds and fees management.</li>\n <li>Supports issuance of:\n<div>\n<ul>\n <li>Gift cards</li>\n <li>Pension cards</li>\n <li>Payroll cards</li>\n <li>Travel cards and more</li>\n</ul>\n</div></li>\n</ul>\n<ul>\n <li>Card inventory management.</li>\n <li>Supports loyalty programs.</li>\n <li>Reconciliation and Settlement.</li>\n <li>Web-access for corporates, call centers and card holders.</li>\n <li>Multi-currency and Multi-lingual.</li>\n</ul>\n<strong>[mini-icon icon=\"check\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\n<ul>\n <li>FSS has leveraged its proven experience in issuance and management of debit cards to support prepaid card solution suite.</li>\n <li>The solution is PA~DSS compliant, thereby providing data security and process controls.</li>\n <li>Modular design allows activation of customized product features and work-flow that are best suited to the client\'s requirements.</li>\n</ul>','FSS Prepaid','','inherit','open','open','','248-autosave-v1','','','2014-05-23 12:37:42','2014-05-23 12:37:42','',248,'http://039719c.netsolhost.com/ltest/fss/248-autosave-v1/',0,'revision','',0),(262,1,'2013-12-23 09:09:30','2013-12-23 09:09:30','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-prepaid.jpg\"><img class=\"alignnone size-full wp-image-260\" alt=\"fss-prepaid\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-prepaid.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>A comprehensive application for issuance and complete management of prepaid cards</strong></span>\r\n\r\nPrepaid cards, by virtue of their limited liability in the event of loss, are gaining popularity in the market. The precise, known top-up amount make them ideal for gift cards, travel cards, salary cards, meal cards, among many others.\r\n\r\nFSS Prepaid card management system allows a variety of prepaid card products to be defined, including usage in open-loop and closed-loop programs, and on magnetic stripe and EMV™ chip card platforms. FSS provides fixed or re-loadable value options on prepaid cards. The application tracks issuance and activation of cards, authorizes transactions online, defines applicable fee and charges and provides reconciliation and settlement. The suite also facilitates issuance of virtual cards.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<ul>\r\n <li>Flexible issuance options, account enrollment and management.</li>\r\n <li>Elaborate and configurable rule engine for transaction processing.</li>\r\n <li>Funds and fees management.</li>\r\n <li>Supports issuance of:\r\n<div>\r\n<ul>\r\n <li>Gift cards</li>\r\n <li>Pension cards</li>\r\n <li>Payroll cards</li>\r\n <li>Travel cards and more</li>\r\n</ul>\r\n</div></li>\r\n</ul>\r\n<ul>\r\n <li>Card inventory management.</li>\r\n <li>Supports loyalty programs.</li>\r\n <li>Reconciliation and Settlement.</li>\r\n <li>Web-access for corporates, call centers and card holders.</li>\r\n <li>Multi-currency and Multi-lingual.</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS has leveraged its proven experience in issuance and management of debit cards to support prepaid card solution suite.</li>\r\n <li>The solution is PA~DSS compliant, thereby providing data security and process controls.</li>\r\n <li>Modular design allows activation of customized product features and work-flow that are best suited to the client\'s requirements.</li>\r\n</ul>','FSS Prepaid','','inherit','open','open','','248-revision-v1','','','2013-12-23 09:09:30','2013-12-23 09:09:30','',248,'http://039719c.netsolhost.com/ltest/fss/248-revision-v1/',0,'revision','',0),(263,1,'2013-12-23 09:10:39','2013-12-23 09:10:39','','fss-smart-chip','','inherit','open','open','','fss-smart-chip-2','','','2013-12-23 09:10:39','2013-12-23 09:10:39','',250,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg',0,'attachment','image/jpeg',0),(264,1,'2014-05-23 12:39:32','2014-05-23 12:39:32','[responsive]<img class=\"alignnone size-full wp-image-263\" alt=\"fss-smart-chip\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\" width=\"657\" height=\"135\" />[/responsive]\n\n[separator headline=\"h4\" title=\"A comprehensive, secure and pro-active smart card management system that includes the life cycle management of applications, chip and product.\"]\n\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/smart_chipjpg.jpg\"><img class=\"alignnone size-full wp-image-928\" alt=\"smart_chipjpg\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/smart_chipjpg.jpg\" width=\"250\" height=\"100\" /></a>[/responsive]The exponential growth in the retail payments business has significantly increased the challenges faced by organizations in managing and containing card fraud and financial losses. FSS Smart Chip with its secured authentication features and multiple security mechanisms helps contain such fraud leading to cost-savings and increased security of transactions.\n\nFSS Smart Chip is a well integrated and quick-to-deploy solution for managing the complete lifecycle of smart cards and post-issuance support. It supports issuance of EMV™ / Non-EMV-based smart cards for debit, credit, prepaid, biometric, transit and more.\n\n<strong>[mini-icon icon=\"list-alt\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\n<div>\n<div>\n<div>[mini-icon icon=\"plus-sign\"] Supports the entire card life cycle management, which includes:</div>\n<ul>\n <li>Card issuance</li>\n <li>Re-issuance in case of damage or loss</li>\n <li>Re-initialization of user profile</li>\n</ul>\n</div>\n<div>\n<div>[mini-icon icon=\"plus-sign\"] Support for EMV™ / Non-EMV based Smart Cards for:</div>\n<ul>\n <li>Debit</li>\n <li>Credit</li>\n <li>Prepaid</li>\n <li>Biometric</li>\n <li>Transit</li>\n <li>Other card types as needed</li>\n</ul>\n</div>\n<div>[mini-icon icon=\"plus-sign\"] Provides smart card PIN management module.</div>\n<div>[mini-icon icon=\"plus-sign\"] Facilitates blocking and unblocking of smart card for damage, loss or incorrect PIN entry.</div>\n<div>[mini-icon icon=\"plus-sign\"] Supports loyalty management.</div>\n<div>[mini-icon icon=\"plus-sign\"] Provides post issuance management support.</div>\n<div>[mini-icon icon=\"plus-sign\"] Uses multiple security mechanisms to contain the risk of fraudulent card issuance and misuse.</div>\n<div>[mini-icon icon=\"plus-sign\"] Defines fees and charges.</div>\n<div></div>\n<div>[gap height=\"20\"]</div>\n<div>[mini-icon icon=\"thumbs-up\"] <span style=\"text-decoration: underline;\"><strong><strong></strong> Advantage FSS</strong></span></div>\n<div>\n\n[mini-icon icon=\"plus-sign\"] Integrated web interface based system that can be implemented on industry standard computer platforms.\n[mini-icon icon=\"plus-sign\"] Proven capability in providing technology based end-to-end payment solutions.\n[mini-icon icon=\"plus-sign\"] Supports multiple products and applications.\n[mini-icon icon=\"plus-sign\"] Modular design allows online authorization and transaction processing.\n[mini-icon icon=\"plus-sign\"] Already deployed at a major public sector bank in India.\n\n</div>\n</div>','FSS Smart Chip','','inherit','open','open','','250-autosave-v1','','','2014-05-23 12:39:32','2014-05-23 12:39:32','',250,'http://039719c.netsolhost.com/ltest/fss/250-autosave-v1/',0,'revision','',0),(265,1,'2013-12-23 09:21:08','2013-12-23 09:21:08','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\"><img class=\"alignnone size-full wp-image-263\" alt=\"fss-smart-chip\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>A comprehensive, secure and pro-active smart card management system that includes the life cycle management of applications, chip and product.</strong></span>\r\n\r\nThe exponential growth in the retail payments business has significantly increased the challenges faced by organizations in managing and containing card fraud and financial losses. FSS Smart Chip with its secured authentication features and multiple security mechanisms helps contain such fraud leading to cost-savings and increased security of transactions.\r\n\r\nFSS Smart Chip is a well integrated and quick-to-deploy solution for managing the complete lifecycle of smart cards and post-issuance support. It supports issuance of EMV™ / Non-EMV-based smart cards for debit, credit, prepaid, biometric, transit and more.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<div>\r\n<div>\r\n<div> [mini-icon icon=\"ok\"]Supports the entire card life cycle management, which includes:</div>\r\n<ul>\r\n <li>Card issuance</li>\r\n <li>Re-issuance in case of damage or loss</li>\r\n <li>Re-initialization of user profile</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"ok\"]Support for EMV™ / Non-EMV based Smart Cards for:\r\n<ul>\r\n <li>Debit</li>\r\n <li>Credit</li>\r\n <li>Prepaid</li>\r\n <li>Biometric</li>\r\n <li>Transit</li>\r\n <li>Other card types as needed</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"ok\"]Provides smart card PIN management module.</div>\r\n<div>[mini-icon icon=\"ok\"]Facilitates blocking and unblocking of smart card for damage, loss or incorrect PIN entry.</div>\r\n<div>[mini-icon icon=\"ok\"]Supports loyalty management.</div>\r\n<div>[mini-icon icon=\"ok\"]Provides post issuance management support.</div>\r\n<div>[mini-icon icon=\"ok\"]Uses multiple security mechanisms to contain the risk of fraudulent card issuance and misuse.</div>\r\n<div>[mini-icon icon=\"ok\"]Defines fees and charges.</div>\r\n</div>','FSS Smart Chip','','inherit','open','open','','250-revision-v1','','','2013-12-23 09:21:08','2013-12-23 09:21:08','',250,'http://039719c.netsolhost.com/ltest/fss/250-revision-v1/',0,'revision','',0),(266,1,'2013-12-23 09:22:33','2013-12-23 09:22:33','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\"><img class=\"alignnone size-full wp-image-263\" alt=\"fss-smart-chip\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>A comprehensive, secure and pro-active smart card management system that includes the life cycle management of applications, chip and product.</strong></span>\r\n\r\nThe exponential growth in the retail payments business has significantly increased the challenges faced by organizations in managing and containing card fraud and financial losses. FSS Smart Chip with its secured authentication features and multiple security mechanisms helps contain such fraud leading to cost-savings and increased security of transactions.\r\n\r\nFSS Smart Chip is a well integrated and quick-to-deploy solution for managing the complete lifecycle of smart cards and post-issuance support. It supports issuance of EMV™ / Non-EMV-based smart cards for debit, credit, prepaid, biometric, transit and more.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<div>\r\n<div>\r\n<div> [mini-icon icon=\"ok\"] Supports the entire card life cycle management, which includes:</div>\r\n<ul>\r\n <li>Card issuance</li>\r\n <li>Re-issuance in case of damage or loss</li>\r\n <li>Re-initialization of user profile</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"ok\"] Support for EMV™ / Non-EMV based Smart Cards for:\r\n<ul>\r\n <li>Debit</li>\r\n <li>Credit</li>\r\n <li>Prepaid</li>\r\n <li>Biometric</li>\r\n <li>Transit</li>\r\n <li>Other card types as needed</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"ok\"] Provides smart card PIN management module.</div>\r\n<div>[mini-icon icon=\"ok\"] Facilitates blocking and unblocking of smart card for damage, loss or incorrect PIN entry.</div>\r\n<div>[mini-icon icon=\"ok\"] Supports loyalty management.</div>\r\n<div>[mini-icon icon=\"ok\"] Provides post issuance management support.</div>\r\n<div>[mini-icon icon=\"ok\"] Uses multiple security mechanisms to contain the risk of fraudulent card issuance and misuse.</div>\r\n<div>[mini-icon icon=\"ok\"] Defines fees and charges.</div>\r\n<div></div>\r\n<div><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span></div>\r\n<div>\r\n\r\n[mini-icon icon=\"ok\"] Integrated web interface based system that can be implemented on industry standard computer platforms.\r\n[mini-icon icon=\"ok\"] Proven capability in providing technology based end-to-end payment solutions.\r\n[mini-icon icon=\"ok\"] Supports multiple products and applications.\r\n[mini-icon icon=\"ok\"] Modular design allows online authorization and transaction processing.\r\n[mini-icon icon=\"ok\"] Already deployed at a major public sector bank in India.\r\n\r\n</div>\r\n</div>','FSS Smart Chip','','inherit','open','open','','250-revision-v1','','','2013-12-23 09:22:33','2013-12-23 09:22:33','',250,'http://039719c.netsolhost.com/ltest/fss/250-revision-v1/',0,'revision','',0),(267,1,'2013-12-23 09:24:26','2013-12-23 09:24:26','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"]Coming soon...[/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][one_half][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half] [one_half_last][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2013-12-23 09:24:26','2013-12-23 09:24:26','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(268,1,'2013-12-23 09:59:49','2013-12-23 09:59:49','','News & Events','','publish','open','open','','news-events','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',0,'http://039719c.netsolhost.com/ltest/fss/?p=268',8,'nav_menu_item','',0),(269,1,'2013-12-23 09:59:49','2013-12-23 09:59:49','','Resources','','publish','open','open','','resources','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',0,'http://039719c.netsolhost.com/ltest/fss/?p=269',9,'nav_menu_item','',0),(270,1,'2013-12-23 10:00:33','2013-12-23 10:00:33','','Site Map','','publish','open','open','','site-map','','','2013-12-23 10:00:33','2013-12-23 10:00:33','',0,'http://039719c.netsolhost.com/ltest/fss/?page_id=270',0,'page','',0),(271,1,'2013-12-23 10:00:33','2013-12-23 10:00:33','','Site Map','','inherit','open','open','','270-revision-v1','','','2013-12-23 10:00:33','2013-12-23 10:00:33','',270,'http://039719c.netsolhost.com/ltest/fss/270-revision-v1/',0,'revision','',0),(273,1,'2013-12-23 10:01:12','2013-12-23 10:01:12','','Locations','','publish','open','open','','locations','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',0,'http://039719c.netsolhost.com/ltest/fss/?p=273',16,'nav_menu_item','',0),(278,1,'2013-12-23 11:24:06','2013-12-23 11:24:06','','Case Studies','','publish','open','open','','case-studies','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',0,'http://039719c.netsolhost.com/ltest/fss/?p=278',11,'nav_menu_item','',0),(279,1,'2013-12-23 11:24:06','2013-12-23 11:24:06','','White Papers','','publish','open','open','','white-papers','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',0,'http://039719c.netsolhost.com/ltest/fss/?p=279',12,'nav_menu_item','',0),(280,1,'2013-12-23 11:26:46','2013-12-23 11:26:46','','Australia','','publish','open','open','','australia','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',0,'http://039719c.netsolhost.com/ltest/fss/?p=280',17,'nav_menu_item','',0),(281,1,'2013-12-23 11:26:46','2013-12-23 11:26:46','','India','','publish','open','open','','india','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',0,'http://039719c.netsolhost.com/ltest/fss/?p=281',18,'nav_menu_item','',0),(282,1,'2013-12-23 11:26:46','2013-12-23 11:26:46','','Middle East','','publish','open','open','','middle-east','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',0,'http://039719c.netsolhost.com/ltest/fss/?p=282',19,'nav_menu_item','',0),(283,1,'2013-12-23 11:26:46','2013-12-23 11:26:46','','North America','','publish','open','open','','north-america','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',0,'http://039719c.netsolhost.com/ltest/fss/?p=283',20,'nav_menu_item','',0),(284,1,'2013-12-23 11:26:46','2013-12-23 11:26:46','','Singapore','','publish','open','open','','singapore','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',0,'http://039719c.netsolhost.com/ltest/fss/?p=284',21,'nav_menu_item','',0),(285,1,'2013-12-23 11:26:46','2013-12-23 11:26:46','','UK','','publish','open','open','','uk','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',0,'http://039719c.netsolhost.com/ltest/fss/?p=285',22,'nav_menu_item','',0),(286,1,'2013-12-23 11:42:06','2013-12-23 11:42:06','','home-page-banner-1','','inherit','open','open','','home-page-banner-1','','','2013-12-23 11:42:06','2013-12-23 11:42:06','',0,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/home-page-banner-1.jpg',0,'attachment','image/jpeg',0),(287,1,'2013-12-23 11:42:08','2013-12-23 11:42:08','','home-page-banner-2','','inherit','open','open','','home-page-banner-2','','','2013-12-23 11:42:08','2013-12-23 11:42:08','',0,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/home-page-banner-2.jpg',0,'attachment','image/jpeg',0),(288,1,'2013-12-23 11:42:10','2013-12-23 11:42:10','','home-page-banner-3','','inherit','open','open','','home-page-banner-3','','','2013-12-23 11:42:10','2013-12-23 11:42:10','',0,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/home-page-banner-3.jpg',0,'attachment','image/jpeg',0),(289,1,'2013-12-23 11:42:12','2013-12-23 11:42:12','','home-page-banner-4','','inherit','open','open','','home-page-banner-4','','','2013-12-23 11:42:12','2013-12-23 11:42:12','',0,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/home-page-banner-4.jpg',0,'attachment','image/jpeg',0),(290,1,'2013-12-23 11:42:14','2013-12-23 11:42:14','','home-page-banner-5','','inherit','open','open','','home-page-banner-5','','','2013-12-23 11:42:14','2013-12-23 11:42:14','',0,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/home-page-banner-5.jpg',0,'attachment','image/jpeg',0),(296,1,'2013-12-23 12:39:50','2013-12-23 12:39:50',' ','','','publish','open','open','','296','','','2013-12-23 12:53:26','2013-12-23 12:53:26','',33,'http://039719c.netsolhost.com/ltest/fss/?p=296',1,'nav_menu_item','',0),(297,1,'2013-12-23 12:39:50','2013-12-23 12:39:50',' ','','','publish','open','open','','297','','','2013-12-23 12:53:26','2013-12-23 12:53:26','',33,'http://039719c.netsolhost.com/ltest/fss/?p=297',2,'nav_menu_item','',0),(306,1,'2013-12-23 12:48:26','2013-12-23 12:48:26',' ','','','publish','open','open','','306','','','2014-04-21 12:41:19','2014-04-21 12:41:19','',0,'http://039719c.netsolhost.com/ltest/fss/?p=306',1,'nav_menu_item','',0),(307,1,'2013-12-23 12:48:26','2013-12-23 12:48:26',' ','','','publish','open','open','','307','','','2014-04-21 12:41:19','2014-04-21 12:41:19','',31,'http://039719c.netsolhost.com/ltest/fss/?p=307',2,'nav_menu_item','',0),(732,1,'2014-04-21 12:42:46','2014-04-21 12:42:46','FSS has successfully deployed over 6,000 ATMs and cash dispensers for over 23 leading public and private banks in India, on pan-India geography. Strong relationships with ATM vendors, network service providers, cash-in-transit management companies and house-keeping agencies, enables FSS to provide a single point of contact to banks for all their ATM deployment and management requirements. In addition, these services can readily be combined with <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/managed-services/\">FSS ATM managed services</a>, for ensuring high availability of ATM services, resulting in revenue from an acquiring stand point.\r\n\r\nServices includes real estate, deployment, installation of infrastructure and network connectivity, site décor, branding, selection of security and housekeeping vendors, deployment of stationery, printer cash management, training of administrative staff and so on.\r\n\r\n<b>FSS ATM Deployment Services – Unique capabilities</b>\r\n<ul>\r\n <li>Ability to select and deploy ATMs / CDs / kiosks as per clients requirements, from all leading vendors</li>\r\n <li>Experienced team dedicated to site selection through analytical reports.</li>\r\n <li>Provides variety of network connectivity like leased line, CDMA, VSAT, ISDN dial back-up.</li>\r\n <li>High quality site preparation, custom lit up displays.</li>\r\n <li>Choice of armed /un-armed guards, house-keeping services.</li>\r\n <li>Cash management and loading services.</li>\r\n <li>Customer training for administration functions.</li>\r\n</ul>','ATM Deployment','','inherit','open','open','','130-revision-v1','','','2014-04-21 12:42:46','2014-04-21 12:42:46','',130,'http://039719c.netsolhost.com/ltest/fss/130-revision-v1/',0,'revision','',0),(309,1,'2013-12-23 12:48:27','2013-12-23 12:48:27',' ','','','publish','open','open','','309','','','2014-04-21 12:41:19','2014-04-21 12:41:19','',29,'http://039719c.netsolhost.com/ltest/fss/?p=309',4,'nav_menu_item','',0),(310,1,'2013-12-23 12:48:27','2013-12-23 12:48:27',' ','','','publish','open','open','','310','','','2014-04-21 12:41:19','2014-04-21 12:41:19','',0,'http://039719c.netsolhost.com/ltest/fss/?p=310',5,'nav_menu_item','',0),(312,1,'2013-12-23 12:51:26','2013-12-23 12:51:26',' ','','','publish','open','open','','312','','','2013-12-23 12:54:32','2013-12-23 12:54:32','',24,'http://039719c.netsolhost.com/ltest/fss/?p=312',1,'nav_menu_item','',0),(313,1,'2013-12-23 12:51:26','2013-12-23 12:51:26',' ','','','publish','open','open','','313','','','2013-12-23 12:54:32','2013-12-23 12:54:32','',24,'http://039719c.netsolhost.com/ltest/fss/?p=313',2,'nav_menu_item','',0),(315,1,'2013-12-27 06:45:22','2013-12-27 06:45:22','','fss-logo','','inherit','open','open','','fss-logo','','','2013-12-27 06:45:22','2013-12-27 06:45:22','',10,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-logo.png',0,'attachment','image/png',0),(328,1,'2014-01-10 06:48:10','2014-01-10 06:48:10','','Case Studies','','publish','closed','closed','','acf_case-studies','','','2014-03-07 12:34:18','2014-03-07 12:34:18','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=acf&p=328',0,'acf','',0),(331,1,'2014-01-10 06:55:22','2014-01-10 06:55:22','','white Papers','','publish','closed','closed','','acf_white-papers','','','2014-03-07 12:32:15','2014-03-07 12:32:15','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=acf&p=331',0,'acf','',0),(335,1,'2014-01-10 07:07:06','2014-01-10 07:07:06','[lorem]','About Us','','inherit','open','open','','215-revision-v1','','','2014-01-10 07:07:06','2014-01-10 07:07:06','',215,'http://039719c.netsolhost.com/ltest/fss/215-revision-v1/',0,'revision','',0),(336,1,'2014-01-10 07:07:35','2014-01-10 07:07:35','','About Us','','inherit','open','open','','215-revision-v1','','','2014-01-10 07:07:35','2014-01-10 07:07:35','',215,'http://039719c.netsolhost.com/ltest/fss/215-revision-v1/',0,'revision','',0),(337,1,'2014-01-10 07:15:20','2014-01-10 07:15:20','[ptype]','About Us','','inherit','open','open','','215-revision-v1','','','2014-01-10 07:15:20','2014-01-10 07:15:20','',215,'http://039719c.netsolhost.com/ltest/fss/215-revision-v1/',0,'revision','',0),(338,1,'2014-01-10 07:15:50','2014-01-10 07:15:50','','About Us','','inherit','open','open','','215-revision-v1','','','2014-01-10 07:15:50','2014-01-10 07:15:50','',215,'http://039719c.netsolhost.com/ltest/fss/215-revision-v1/',0,'revision','',0),(340,1,'2014-01-10 08:32:45','2014-01-10 08:32:45','',' Tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.','','publish','closed','closed','','tempor-invidunt-ut-labore-et-dolore-magna-aliquyam-erat-sed-diam-voluptua','','','2014-01-10 08:32:45','2014-01-10 08:32:45','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=studies&p=340',0,'studies','',0),(341,1,'2014-01-10 08:32:14','2014-01-10 08:32:14','','Holidays List 2014','','inherit','open','open','','holidays-list-2014','','','2014-01-10 08:32:14','2014-01-10 08:32:14','',340,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/01/Holidays-List-2014.pdf',0,'attachment','application/pdf',0),(342,1,'2014-01-10 08:36:28','2014-01-10 08:36:28','','Donec sodales sagittis magna. Sed consequat, leo eget bibendum sodales, augue velit cursus nunc','','publish','closed','closed','','donec-sodales-sagittis-magna-sed-consequat-leo-eget-bibendum-sodales-augue-velit-cursus-nunc','','','2014-03-07 13:23:26','2014-03-07 13:23:26','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=studies&p=342',0,'studies','',0),(343,1,'2014-01-10 08:36:22','2014-01-10 08:36:22','','test','','inherit','open','open','','test','','','2014-01-10 08:36:22','2014-01-10 08:36:22','',342,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/01/test.pdf',0,'attachment','application/pdf',0),(344,1,'2014-01-10 08:37:47','2014-01-10 08:37:47','','Aenean vulputate eleifend tellus. Aenean leo ligula, porttitor eu, consequat vitae, eleifend ac, enim','','publish','closed','closed','','aenean-vulputate-eleifend-tellus-aenean-leo-ligula-porttitor-eu-consequat-vitae-eleifend-ac-enim','','','2014-03-07 13:23:07','2014-03-07 13:23:07','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=studies&p=344',0,'studies','',0),(345,1,'2014-01-10 08:37:34','2014-01-10 08:37:34','','test','','inherit','open','open','','test-2','','','2014-01-10 08:37:34','2014-01-10 08:37:34','',344,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/01/test.docx',0,'attachment','application/vnd.openxmlformats-officedocument.wordprocessingml.document',0),(346,1,'2014-01-10 08:38:26','2014-01-10 08:38:26','[casestudies]','About Us','','inherit','open','open','','215-revision-v1','','','2014-01-10 08:38:26','2014-01-10 08:38:26','',215,'http://039719c.netsolhost.com/ltest/fss/215-revision-v1/',0,'revision','',0),(347,1,'2014-01-10 08:39:55','2014-01-10 08:39:55','','About Us','','inherit','open','open','','215-revision-v1','','','2014-01-10 08:39:55','2014-01-10 08:39:55','',215,'http://039719c.netsolhost.com/ltest/fss/215-revision-v1/',0,'revision','',0),(348,1,'2014-01-10 08:40:36','2014-01-10 08:40:36','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][one_half][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half] [one_half_last][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2014-01-10 08:40:36','2014-01-10 08:40:36','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(352,1,'2014-01-10 09:32:35','2014-01-10 09:32:35','','Aenean massa cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus donec quam felis','','publish','closed','closed','','aenean-massa-cum-sociis-natoque-penatibus-et-magnis-dis-parturient-montes-nascetur-ridiculus-mus-donec-quam-felis','','','2014-03-07 13:20:33','2014-03-07 13:20:33','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=papers&p=352',0,'papers','',0),(353,1,'2014-01-10 09:33:41','2014-01-10 09:33:41','','Nulla consequat massa quis enim Donec pede justo, fringilla vel, aliquet nec, vulputate eget, arcu','','publish','closed','closed','','nulla-consequat-massa-quis-enim-donec-pede-justo-fringilla-vel-aliquet-nec-vulputate-eget-arcu','','','2014-01-10 09:33:41','2014-01-10 09:33:41','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=papers&p=353',0,'papers','',0),(354,1,'2014-01-10 09:34:33','2014-01-10 09:34:33','','Etiam ultricies nisi vel augue curabitur ullamcorper ultricies nisi nam eget dui etiam rhoncus','','publish','closed','closed','','etiam-ultricies-nisi-vel-augue-curabitur-ullamcorper-ultricies-nisi-nam-eget-dui-etiam-rhoncus','','','2014-03-07 13:13:31','2014-03-07 13:13:31','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=papers&p=354',0,'papers','',0),(355,1,'2014-01-10 09:38:56','2014-01-10 09:38:56','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][gap height=\"10\"][whitepapers][/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][one_half][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half] [one_half_last][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2014-01-10 09:38:56','2014-01-10 09:38:56','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(356,1,'2014-01-10 09:40:07','2014-01-10 09:40:07','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"15\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][gap height=\"10\"][whitepapers][/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][one_half][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half] [one_half_last][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2014-01-10 09:40:07','2014-01-10 09:40:07','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(357,1,'2014-01-10 09:40:47','2014-01-10 09:40:47','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][gap height=\"15\"][whitepapers][/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][one_half][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half] [one_half_last][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half_last][/section]\r\n\r\n ','Home','','inherit','open','open','','2-revision-v1','','','2014-01-10 09:40:47','2014-01-10 09:40:47','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(358,1,'2014-01-10 10:06:14','2014-01-10 10:06:14','[section bgcolor=\"#f9f9f9\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][two_third][allcasestudies][/two_third] [one_third_last][separator headline=\"h3\" title=\"Login\"][lwa][/one_third_last][/section]','Case Studies','','publish','open','open','','case-studies','','','2014-01-13 05:30:04','2014-01-13 05:30:04','',0,'http://039719c.netsolhost.com/ltest/fss/?page_id=358',0,'page','',0),(359,1,'2014-01-10 10:06:14','2014-01-10 10:06:14','','Case Studies','','inherit','open','open','','358-revision-v1','','','2014-01-10 10:06:14','2014-01-10 10:06:14','',358,'http://039719c.netsolhost.com/ltest/fss/358-revision-v1/',0,'revision','',0),(360,1,'2014-01-10 12:25:29','2014-01-10 12:25:29','[section bgcolor=\"#f9f9f9\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][two_third][allwhitepapers][/two_third] [one_third_last][separator headline=\"h3\" title=\"Login\"][lwa][/one_third_last][/section]','White Papers','','publish','open','open','','white-papers','','','2014-01-13 06:20:48','2014-01-13 06:20:48','',0,'http://039719c.netsolhost.com/ltest/fss/?page_id=360',0,'page','',0),(361,1,'2014-01-10 12:25:29','2014-01-10 12:25:29','','White Papers','','inherit','open','open','','360-revision-v1','','','2014-01-10 12:25:29','2014-01-10 12:25:29','',360,'http://039719c.netsolhost.com/ltest/fss/360-revision-v1/',0,'revision','',0),(362,1,'2014-01-10 12:28:58','2014-01-10 12:28:58','[section bgcolor=\"#f9f9f9\" bgimage=\"IMAGEURL\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"]Your Content[/section]','White Papers','','inherit','open','open','','360-revision-v1','','','2014-01-10 12:28:58','2014-01-10 12:28:58','',360,'http://039719c.netsolhost.com/ltest/fss/360-revision-v1/',0,'revision','',0),(363,1,'2014-01-10 12:31:18','2014-01-10 12:31:18','[section bgcolor=\"#f9f9f9\" bgimage=\"IMAGEURL\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][allcasestudies][/section]','White Papers','','inherit','open','open','','360-revision-v1','','','2014-01-10 12:31:18','2014-01-10 12:31:18','',360,'http://039719c.netsolhost.com/ltest/fss/360-revision-v1/',0,'revision','',0),(364,1,'2014-01-10 12:34:23','2014-01-10 12:34:23','[section bgcolor=\"#f9f9f9\" bgimage=\"IMAGEURL\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][allcasestudies][/section]','White Papers','','inherit','open','open','','360-autosave-v1','','','2014-01-10 12:34:23','2014-01-10 12:34:23','',360,'http://039719c.netsolhost.com/ltest/fss/360-autosave-v1/',0,'revision','',0),(365,1,'2014-01-10 12:39:35','2014-01-10 12:39:35','[section bgcolor=\"#f9f9f9\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][allcasestudies][/section]','White Papers','','inherit','open','open','','360-revision-v1','','','2014-01-10 12:39:35','2014-01-10 12:39:35','',360,'http://039719c.netsolhost.com/ltest/fss/360-revision-v1/',0,'revision','',0),(366,1,'2014-01-10 13:07:07','2014-01-10 13:07:07','[section bgcolor=\"#f9f9f9\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][allcasestudies][/section]','Case Studies','','inherit','open','open','','358-revision-v1','','','2014-01-10 13:07:07','2014-01-10 13:07:07','',358,'http://039719c.netsolhost.com/ltest/fss/358-revision-v1/',0,'revision','',0),(367,1,'2014-01-10 13:15:09','2014-01-10 13:15:09','[section bgcolor=\"#f9f9f9\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][allwhitepapers][/section]','White Papers','','inherit','open','open','','360-revision-v1','','','2014-01-10 13:15:09','2014-01-10 13:15:09','',360,'http://039719c.netsolhost.com/ltest/fss/360-revision-v1/',0,'revision','',0),(368,1,'2014-01-13 05:29:38','2014-01-13 05:29:38','[section bgcolor=\"#f9f9f9\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][two_third][allcasestudies][/two_third] [one_third_last][separator headline=\"h1, h2, h3\" title=\"Your Title\"][lwa][/one_third_last][/section]','Case Studies','','inherit','open','open','','358-autosave-v1','','','2014-01-13 05:29:38','2014-01-13 05:29:38','',358,'http://039719c.netsolhost.com/ltest/fss/358-autosave-v1/',0,'revision','',0),(369,1,'2014-01-13 05:22:34','2014-01-13 05:22:34','[section bgcolor=\"#f9f9f9\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][two_third][allcasestudies][/two_third] [one_third_last][lwa][/one_third_last][/section]','Case Studies','','inherit','open','open','','358-revision-v1','','','2014-01-13 05:22:34','2014-01-13 05:22:34','',358,'http://039719c.netsolhost.com/ltest/fss/358-revision-v1/',0,'revision','',0),(370,1,'2014-01-13 05:30:04','2014-01-13 05:30:04','[section bgcolor=\"#f9f9f9\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][two_third][allcasestudies][/two_third] [one_third_last][separator headline=\"h3\" title=\"Login\"][lwa][/one_third_last][/section]','Case Studies','','inherit','open','open','','358-revision-v1','','','2014-01-13 05:30:04','2014-01-13 05:30:04','',358,'http://039719c.netsolhost.com/ltest/fss/358-revision-v1/',0,'revision','',0),(371,1,'2014-01-13 05:36:56','2014-01-13 05:36:56','[section bgcolor=\"#f9f9f9\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][two_third][allwhitepapers][/two_third] [one_third_last][lwa][/one_third_last][/section]','White Papers','','inherit','open','open','','360-revision-v1','','','2014-01-13 05:36:56','2014-01-13 05:36:56','',360,'http://039719c.netsolhost.com/ltest/fss/360-revision-v1/',0,'revision','',0),(372,1,'2014-01-13 06:20:48','2014-01-13 06:20:48','[section bgcolor=\"#f9f9f9\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][two_third][allwhitepapers][/two_third] [one_third_last][separator headline=\"h3\" title=\"Login\"][lwa][/one_third_last][/section]','White Papers','','inherit','open','open','','360-revision-v1','','','2014-01-13 06:20:48','2014-01-13 06:20:48','',360,'http://039719c.netsolhost.com/ltest/fss/360-revision-v1/',0,'revision','',0),(381,1,'2014-01-13 08:19:25','2014-01-13 08:19:25','Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC','Lorem Ipsum is not simply random text it has roots in a piece of classical Latin literature from 45 BC','','publish','closed','closed','','lorem-ipsum-is-not-simply-random-text-it-has-roots-in-a-piece-of-classical-latin-literature-from-45-bc','','','2014-02-28 09:48:48','2014-02-28 09:48:48','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=newsevents&p=381',1,'news','',0),(382,1,'2014-01-13 08:20:02','2014-01-13 08:20:02','Lorem Ipsum, you need to be sure there isn\'t anything embarrassing hidden in the middle of text. All the Lorem Ipsum generators on the Internet tend to repeat predefined chunks as necessary, making this the first true generator on the Internet.','There are many variations of passages of Lorem Ipsum available','','publish','closed','closed','','there-are-many-variations-of-passages-of-lorem-ipsum-available-but-the-majority-have-suffered-alteration','','','2014-02-28 09:48:35','2014-02-28 09:48:35','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=newsevents&p=382',0,'news','',0),(383,1,'2013-12-13 08:20:42','2013-12-13 08:20:42','It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.','It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. ','','publish','closed','closed','','it-is-a-long-established-fact-that-a-reader-will-be-distracted-by-the-readable-content-of-a-page-when-looking-at-its-layout','','','2014-02-28 09:49:07','2014-02-28 09:49:07','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=newsevents&p=383',2,'news','',0),(385,1,'2014-01-13 09:06:54','2014-01-13 09:06:54','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"40px 0\" border=\"1px solid #ececec\"][upcomingevents][/section]','Upcoming Events','','publish','open','open','','upcoming-events','','','2014-01-13 09:54:10','2014-01-13 09:54:10','',0,'http://039719c.netsolhost.com/ltest/fss/?page_id=385',0,'page','',0),(386,1,'2014-01-13 09:06:54','2014-01-13 09:06:54','','Upcoming Events','','inherit','open','open','','385-revision-v1','','','2014-01-13 09:06:54','2014-01-13 09:06:54','',385,'http://039719c.netsolhost.com/ltest/fss/385-revision-v1/',0,'revision','',0),(388,1,'2014-01-13 09:23:38','2014-01-13 09:23:38','[upcomingevents]','Upcoming Events','','inherit','open','open','','385-revision-v1','','','2014-01-13 09:23:38','2014-01-13 09:23:38','',385,'http://039719c.netsolhost.com/ltest/fss/385-revision-v1/',0,'revision','',0),(389,1,'2014-01-13 09:40:16','2014-01-13 09:40:16','','Upcoming Events','','inherit','open','open','','385-revision-v1','','','2014-01-13 09:40:16','2014-01-13 09:40:16','',385,'http://039719c.netsolhost.com/ltest/fss/385-revision-v1/',0,'revision','',0),(390,1,'2014-01-13 09:40:42','2014-01-13 09:40:42','[upcomingevents]','Upcoming Events','','inherit','open','open','','385-revision-v1','','','2014-01-13 09:40:42','2014-01-13 09:40:42','',385,'http://039719c.netsolhost.com/ltest/fss/385-revision-v1/',0,'revision','',0),(391,1,'2014-01-13 09:52:53','2014-01-13 09:52:53','[section bgcolor=\"#f9f9f9\" bgimage=\"IMAGEURL\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"]Your Content[/section]','Upcoming Events','','inherit','open','open','','385-autosave-v1','','','2014-01-13 09:52:53','2014-01-13 09:52:53','',385,'http://039719c.netsolhost.com/ltest/fss/385-autosave-v1/',0,'revision','',0),(392,1,'2014-01-13 09:53:14','2014-01-13 09:53:14','[section bgcolor=\"#ffffff\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][upcomingevents][/section]','Upcoming Events','','inherit','open','open','','385-revision-v1','','','2014-01-13 09:53:14','2014-01-13 09:53:14','',385,'http://039719c.netsolhost.com/ltest/fss/385-revision-v1/',0,'revision','',0),(393,1,'2014-01-13 09:54:10','2014-01-13 09:54:10','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"40px 0\" border=\"1px solid #ececec\"][upcomingevents][/section]','Upcoming Events','','inherit','open','open','','385-revision-v1','','','2014-01-13 09:54:10','2014-01-13 09:54:10','',385,'http://039719c.netsolhost.com/ltest/fss/385-revision-v1/',0,'revision','',0),(394,1,'2014-01-13 11:24:43','2014-01-13 11:24:43','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][gap height=\"15\"][whitepapers][/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][one_half][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half] [one_half_last][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half_last][/section]','Home','','inherit','open','open','','2-revision-v1','','','2014-01-13 11:24:43','2014-01-13 11:24:43','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(397,1,'2014-01-13 11:31:56','2014-01-13 11:31:56','','Daily Tips','','publish','closed','closed','','acf_daily-tips','','','2014-02-28 09:15:47','2014-02-28 09:15:47','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=acf&p=397',0,'acf','',0),(402,1,'2014-01-13 11:36:25','2014-01-13 11:36:25','','Tips 2','','publish','closed','closed','','auto-draft','','','2014-02-26 12:51:30','2014-02-26 12:51:30','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=tips&p=402',1,'tips','',0),(403,1,'2014-01-13 11:37:12','2014-01-13 11:37:12','','Tips 1','','publish','closed','closed','','auto-draft-2','','','2014-02-27 09:12:42','2014-02-27 09:12:42','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=tips&p=403',0,'tips','',0),(405,1,'2014-01-20 06:33:08','2014-01-20 06:33:08','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][gap height=\"15\"][whitepapers][/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][one_half][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half] [one_half_last][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half_last][/section][section bgcolor=\"#f9f9f9\" padding=\"0\" border=\"1px solid #ececec\"][tips][/section]','Home','','inherit','open','open','','2-revision-v1','','','2014-01-20 06:33:08','2014-01-20 06:33:08','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(406,1,'2014-01-20 06:55:01','2014-01-20 06:55:01','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][gap height=\"15\"][whitepapers][/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][one_half][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half] [one_half_last][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half_last][/section][section bgcolor=\"#D71920\" padding=\"0\" border=\"1px solid #ececec\"][tips][/section]','Home','','inherit','open','open','','2-revision-v1','','','2014-01-20 06:55:01','2014-01-20 06:55:01','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(407,1,'2014-01-20 06:55:21','2014-01-20 06:55:21','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][gap height=\"15\"][whitepapers][/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][one_half][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half] [one_half_last][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half_last][/section][section bgcolor=\"#D71920\" padding=\"15px 0\" border=\"1px solid #ececec\"][tips][/section]','Home','','inherit','open','open','','2-revision-v1','','','2014-01-20 06:55:21','2014-01-20 06:55:21','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(408,1,'2014-01-20 06:56:05','2014-01-20 06:56:05','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][gap height=\"15\"][whitepapers][/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][one_half][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half] [one_half_last][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half_last][/section][section bgcolor=\"#D71920\" padding=\"15px 0\" ][tips][/section]','Home','','inherit','open','open','','2-revision-v1','','','2014-01-20 06:56:05','2014-01-20 06:56:05','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(410,1,'2014-02-12 10:10:17','2014-02-12 10:10:17','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]FSS with over 20 years of technological and operational expertise in the payments domain has developed a comprehensive set of ATM services.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][gap height=\"15\"][whitepapers][/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][one_half][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half] [one_half_last][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half_last][/section][section bgcolor=\"#D71920\" padding=\"15px 0\" ][tips][/section]','Home','','inherit','open','open','','2-revision-v1','','','2014-02-12 10:10:17','2014-02-12 10:10:17','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(411,1,'2014-02-12 10:24:09','2014-02-12 10:24:09','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]FSS with over 20 years of technological and operational expertise in the payments domain has developed a comprehensive set of ATM services.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Fully managed, comprehensive and cost effective, mobile banking, mobile payment, mobile commerce and mobile wallet services, on a pay-per-use model.. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]Asunt in anim uis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][gap height=\"15\"][whitepapers][/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][one_half][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half] [one_half_last][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half_last][/section][section bgcolor=\"#D71920\" padding=\"15px 0\" ][tips][/section]','Home','','inherit','open','open','','2-revision-v1','','','2014-02-12 10:24:09','2014-02-12 10:24:09','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(412,1,'2014-02-12 10:26:53','2014-02-12 10:26:53','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]FSS with over 20 years of technological and operational expertise in the payments domain has developed a comprehensive set of ATM services.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Fully managed, comprehensive and cost effective, mobile banking, mobile payment, mobile commerce and mobile wallet services, on a pay-per-use model.. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]FSS provides flexible, configurable solutions that support all card types including magnetic-stripe, EMV™ chip and virtual cards.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][gap height=\"15\"][whitepapers][/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent Posts\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][one_half][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half] [one_half_last][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half_last][/section][section bgcolor=\"#D71920\" padding=\"15px 0\" ][tips][/section]','Home','','inherit','open','open','','2-revision-v1','','','2014-02-12 10:26:53','2014-02-12 10:26:53','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(413,1,'2014-02-12 10:30:30','2014-02-12 10:30:30','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]FSS with over 20 years of technological and operational expertise in the payments domain has developed a comprehensive set of ATM services.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Fully managed, comprehensive and cost effective, mobile banking, mobile payment, mobile commerce and mobile wallet services, on a pay-per-use model.. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]FSS provides flexible, configurable solutions that support all card types including magnetic-stripe, EMV™ chip and virtual cards.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][gap height=\"15\"][whitepapers][/one_half] [one_half_last][bloglist posts=\"2\" title=\"Recent News\" show_title=\"yes\" categories=\"all\"][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][one_half][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half] [one_half_last][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half_last][/section][section bgcolor=\"#D71920\" padding=\"15px 0\" ][tips][/section]','Home','','inherit','open','open','','2-revision-v1','','','2014-02-12 10:30:30','2014-02-12 10:30:30','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(414,1,'2014-02-19 12:22:41','2014-02-19 12:22:41','Company Overview\n<h3><span style=\"color: #ff0000;\">FSS - Committed to building robust Payment Systems</span></h3>\n<strong>Financial Software and Systems (FSS)</strong> is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. The company has earned the status of being a payment systems leader through a combination of established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\n\n<strong>Employees - Powering the success of FSS</strong>\nFSS employs over 1,500 professionals, delivering an entire spectrum of payment systems and services that are trusted by more than 100 companies worldwide, including some of the world\' largest public and private sector banks, financial institutions and payment processors.\n\n<strong>Integrated payment processing leader</strong>\nAs one of the largest independent payments processor in India, FSS\' hosted services enable over 30 banks and financial organizations to process millions of transactions every day, securely and efficiently. The company\'s products and services have an integrated perspective of the payments domain and help provide complete solutions to clients across the globe. The company has made significant investments in building state-of-the-art infrastructure including a Tier 3 standard Data Centre, and a strong pool of specialized resources with skill sets in the spectrum of payments. For clients, this translates into trust, commitment and stability they can count on.\n\nFSS delivers the complete spectrum of offerings through its two business divisions:\n<ul>\n <li><span style=\"color: #ff0000;\"><strong>FSSTechnologies</strong></span>- providing clients with a single-window view of solutions and services to meet all requirements within the payments framework. This covers a wide range of services which includes systems integration, offshore development, product sustenance, project management and implementation, upgrade and migration services, product testing and certification, application testing, onsite technical support and 24/7 global helpdesk support.</li>\n <li><span style=\"color: #ff0000;\"><strong>FSSNeT</strong></span>- offering hosted payment processing services across all delivery channels including ATMs, POS, Internet and Mobile with authorization by Bank hosts, Interchanges and co-networks. The services include card management, merchant management, internet payment gateway, mobile banking & mobile payment, reconciliation & settlement, financial inclusion, a bouquet of value added services and ATM management services on a pay-per-use model including leasing ATM and site management.</li>\n</ul>\nWith large acceptance and steady initiatives in the emerging payments environment, FSS is committed to making a difference to the payments industry, setting industry benchmarks and continuing its strong growth trajectory.\n\nPlease contact us for any specific information you are looking for in the payments domain, and we will get in touch with you at the earliest.','Overview','','inherit','open','open','','217-autosave-v1','','','2014-02-19 12:22:41','2014-02-19 12:22:41','',217,'http://039719c.netsolhost.com/ltest/fss/217-autosave-v1/',0,'revision','',0),(416,1,'2014-02-19 12:21:37','2014-02-19 12:21:37','<h1>Company Overview</h1>\r\n<h3><span style=\"color: #ff0000;\">FSS - Committed to building robust Payment Systems</span></h3>\r\n<strong>Financial Software and Systems (FSS)</strong> is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. The company has earned the status of being a payment systems leader through a combination of established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>Employees - Powering the success of FSS</strong>\r\nFSS employs over 1,500 professionals, delivering an entire spectrum of payment systems and services that are trusted by more than 100 companies worldwide, including some of the world\' largest public and private sector banks, financial institutions and payment processors.\r\n\r\n<strong>Integrated payment processing leader</strong>\r\nAs one of the largest independent payments processor in India, FSS\' hosted services enable over 30 banks and financial organizations to process millions of transactions every day, securely and efficiently. The company\'s products and services have an integrated perspective of the payments domain and help provide complete solutions to clients across the globe. The company has made significant investments in building state-of-the-art infrastructure including a Tier 3 standard Data Centre, and a strong pool of specialized resources with skill sets in the spectrum of payments. For clients, this translates into trust, commitment and stability they can count on.\r\n\r\nFSS delivers the complete spectrum of offerings through its two business divisions:\r\n<ul>\r\n <li><span style=\"color: #ff0000;\"><strong>FSSTechnologies</strong></span>- providing clients with a single-window view of solutions and services to meet all requirements within the payments framework. This covers a wide range of services which includes systems integration, offshore development, product sustenance, project management and implementation, upgrade and migration services, product testing and certification, application testing, onsite technical support and 24/7 global helpdesk support.</li>\r\n <li><span style=\"color: #ff0000;\"><strong>FSSNeT</strong></span>- offering hosted payment processing services across all delivery channels including ATMs, POS, Internet and Mobile with authorization by Bank hosts, Interchanges and co-networks. The services include card management, merchant management, internet payment gateway, mobile banking & mobile payment, reconciliation & settlement, financial inclusion, a bouquet of value added services and ATM management services on a pay-per-use model including leasing ATM and site management.</li>\r\n</ul>\r\nWith large acceptance and steady initiatives in the emerging payments environment, FSS is committed to making a difference to the payments industry, setting industry benchmarks and continuing its strong growth trajectory.\r\n\r\nPlease contact us for any specific information you are looking for in the payments domain, and we will get in touch with you at the earliest.','Overview','','inherit','open','open','','217-revision-v1','','','2014-02-19 12:21:37','2014-02-19 12:21:37','',217,'http://039719c.netsolhost.com/ltest/fss/217-revision-v1/',0,'revision','',0),(417,1,'2014-02-19 12:24:07','2014-02-19 12:24:07','<h3>Company Overview</h3>\r\n<h3><span style=\"color: #ff0000;\">FSS - Committed to building robust Payment Systems</span></h3>\r\n<strong>Financial Software and Systems (FSS)</strong> is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. The company has earned the status of being a payment systems leader through a combination of established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>Employees - Powering the success of FSS</strong>\r\nFSS employs over 1,500 professionals, delivering an entire spectrum of payment systems and services that are trusted by more than 100 companies worldwide, including some of the world\' largest public and private sector banks, financial institutions and payment processors.\r\n\r\n<strong>Integrated payment processing leader</strong>\r\nAs one of the largest independent payments processor in India, FSS\' hosted services enable over 30 banks and financial organizations to process millions of transactions every day, securely and efficiently. The company\'s products and services have an integrated perspective of the payments domain and help provide complete solutions to clients across the globe. The company has made significant investments in building state-of-the-art infrastructure including a Tier 3 standard Data Centre, and a strong pool of specialized resources with skill sets in the spectrum of payments. For clients, this translates into trust, commitment and stability they can count on.\r\n\r\nFSS delivers the complete spectrum of offerings through its two business divisions:\r\n<ul>\r\n <li><span style=\"color: #ff0000;\"><strong>FSSTechnologies</strong></span>- providing clients with a single-window view of solutions and services to meet all requirements within the payments framework. This covers a wide range of services which includes systems integration, offshore development, product sustenance, project management and implementation, upgrade and migration services, product testing and certification, application testing, onsite technical support and 24/7 global helpdesk support.</li>\r\n <li><span style=\"color: #ff0000;\"><strong>FSSNeT</strong></span>- offering hosted payment processing services across all delivery channels including ATMs, POS, Internet and Mobile with authorization by Bank hosts, Interchanges and co-networks. The services include card management, merchant management, internet payment gateway, mobile banking & mobile payment, reconciliation & settlement, financial inclusion, a bouquet of value added services and ATM management services on a pay-per-use model including leasing ATM and site management.</li>\r\n</ul>\r\nWith large acceptance and steady initiatives in the emerging payments environment, FSS is committed to making a difference to the payments industry, setting industry benchmarks and continuing its strong growth trajectory.\r\n\r\nPlease contact us for any specific information you are looking for in the payments domain, and we will get in touch with you at the earliest.','Overview','','inherit','open','open','','217-revision-v1','','','2014-02-19 12:24:07','2014-02-19 12:24:07','',217,'http://039719c.netsolhost.com/ltest/fss/217-revision-v1/',0,'revision','',0),(418,1,'2014-02-19 12:25:04','2014-02-19 12:25:04','<h3>Company Overview</h3>\r\n<h3><span style=\"color: #ffffff;\">FSS - Committed to building robust Payment Systems</span></h3>\r\n<strong>Financial Software and Systems (FSS)</strong> is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. The company has earned the status of being a payment systems leader through a combination of established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>Employees - Powering the success of FSS</strong>\r\nFSS employs over 1,500 professionals, delivering an entire spectrum of payment systems and services that are trusted by more than 100 companies worldwide, including some of the world\' largest public and private sector banks, financial institutions and payment processors.\r\n\r\n<strong>Integrated payment processing leader</strong>\r\nAs one of the largest independent payments processor in India, FSS\' hosted services enable over 30 banks and financial organizations to process millions of transactions every day, securely and efficiently. The company\'s products and services have an integrated perspective of the payments domain and help provide complete solutions to clients across the globe. The company has made significant investments in building state-of-the-art infrastructure including a Tier 3 standard Data Centre, and a strong pool of specialized resources with skill sets in the spectrum of payments. For clients, this translates into trust, commitment and stability they can count on.\r\n\r\nFSS delivers the complete spectrum of offerings through its two business divisions:\r\n<ul>\r\n <li><span style=\"color: #ff0000;\"><strong>FSSTechnologies</strong></span>- providing clients with a single-window view of solutions and services to meet all requirements within the payments framework. This covers a wide range of services which includes systems integration, offshore development, product sustenance, project management and implementation, upgrade and migration services, product testing and certification, application testing, onsite technical support and 24/7 global helpdesk support.</li>\r\n <li><span style=\"color: #ff0000;\"><strong>FSSNeT</strong></span>- offering hosted payment processing services across all delivery channels including ATMs, POS, Internet and Mobile with authorization by Bank hosts, Interchanges and co-networks. The services include card management, merchant management, internet payment gateway, mobile banking & mobile payment, reconciliation & settlement, financial inclusion, a bouquet of value added services and ATM management services on a pay-per-use model including leasing ATM and site management.</li>\r\n</ul>\r\nWith large acceptance and steady initiatives in the emerging payments environment, FSS is committed to making a difference to the payments industry, setting industry benchmarks and continuing its strong growth trajectory.\r\n\r\nPlease contact us for any specific information you are looking for in the payments domain, and we will get in touch with you at the earliest.','Overview','','inherit','open','open','','217-revision-v1','','','2014-02-19 12:25:04','2014-02-19 12:25:04','',217,'http://039719c.netsolhost.com/ltest/fss/217-revision-v1/',0,'revision','',0),(419,1,'2014-02-19 12:25:13','2014-02-19 12:25:13','<h3>Company Overview<span style=\"color: #ffffff;\">FSS - Committed to building robust Payment Systems</span></h3>\r\n<strong>Financial Software and Systems (FSS)</strong> is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. The company has earned the status of being a payment systems leader through a combination of established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>Employees - Powering the success of FSS</strong>\r\nFSS employs over 1,500 professionals, delivering an entire spectrum of payment systems and services that are trusted by more than 100 companies worldwide, including some of the world\' largest public and private sector banks, financial institutions and payment processors.\r\n\r\n<strong>Integrated payment processing leader</strong>\r\nAs one of the largest independent payments processor in India, FSS\' hosted services enable over 30 banks and financial organizations to process millions of transactions every day, securely and efficiently. The company\'s products and services have an integrated perspective of the payments domain and help provide complete solutions to clients across the globe. The company has made significant investments in building state-of-the-art infrastructure including a Tier 3 standard Data Centre, and a strong pool of specialized resources with skill sets in the spectrum of payments. For clients, this translates into trust, commitment and stability they can count on.\r\n\r\nFSS delivers the complete spectrum of offerings through its two business divisions:\r\n<ul>\r\n <li><span style=\"color: #ff0000;\"><strong>FSSTechnologies</strong></span>- providing clients with a single-window view of solutions and services to meet all requirements within the payments framework. This covers a wide range of services which includes systems integration, offshore development, product sustenance, project management and implementation, upgrade and migration services, product testing and certification, application testing, onsite technical support and 24/7 global helpdesk support.</li>\r\n <li><span style=\"color: #ff0000;\"><strong>FSSNeT</strong></span>- offering hosted payment processing services across all delivery channels including ATMs, POS, Internet and Mobile with authorization by Bank hosts, Interchanges and co-networks. The services include card management, merchant management, internet payment gateway, mobile banking & mobile payment, reconciliation & settlement, financial inclusion, a bouquet of value added services and ATM management services on a pay-per-use model including leasing ATM and site management.</li>\r\n</ul>\r\nWith large acceptance and steady initiatives in the emerging payments environment, FSS is committed to making a difference to the payments industry, setting industry benchmarks and continuing its strong growth trajectory.\r\n\r\nPlease contact us for any specific information you are looking for in the payments domain, and we will get in touch with you at the earliest.','Overview','','inherit','open','open','','217-revision-v1','','','2014-02-19 12:25:13','2014-02-19 12:25:13','',217,'http://039719c.netsolhost.com/ltest/fss/217-revision-v1/',0,'revision','',0),(420,1,'2014-05-22 12:12:35','2014-05-22 12:12:35','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/Board-of-Directors.jpg\"><img class=\"alignnone size-full wp-image-893\" alt=\"Board-of-Directors\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/Board-of-Directors.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\n<h3>Board of Directors</h3>\n[accordion open=\"1\"]\n[accordion-item title=\"Mr. Nagaraj V. Mylandla - Founder & Managing Director\"]\nMr. Nagaraj Mylandla is the founder and Managing Director of FSS.\n\nA banker turned entrepreneur, Mr. Mylandla is known for his expertise and vision for the Indian payments industry. He has pioneered and spearheaded the marketing and support of retail and wholesale payment solutions in India. He is credited with the implementation of transaction processing and switching solutions for over 35 banks and financial institutions in India and over 30 clients worldwide.\n\nPrior to founding FSS, Mr. Mylandla worked with the Indian banking industry and has a CAIIB to his credit. He also had a stint with FDC in the USA and ACI in Omaha, USA.\n\nIn anticipation of the phenomenal growth and transformation of the Indian payments industry, Mr. Mylandla founded FSS in 1991.\n\nToday FSS, under Mr. Mylandla’s visionary leadership, is the leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. The company is the preferred technology partner and co-innovator for several leading banks in India and global financial giants. Mr. Mylandla established FSS-ASP network FSSNeT, to provide a pan-India shared ATM network. Today, FSSNeT is one of the largest independent shared payment service providers in the region.\n\nWith over two decades of experience in the payments industry, Mr. Mylandla is focused on strengthening strategic partnerships with clients, increasing client relevance and evolving the company’s business model towards achieving strategic objectives of FSS. He also steers the global initiatives of FSS while heading the organization.\n\n[/accordion-item]\n[accordion-item title=\"Mr. Rudhraapathy J - Director\"]\nMr. Rudhraapathy J (Rudhraa) is a whole time Director at FSS. With over 22 years of management and technical experience in Banking, Securities, IT and the Payment industry, Mr. Rudhraa has been instrumental in building and scaling many of FSS\' business initiatives successfully. He has a passion for excellence and rigor in execution.\n\nBefore joining FSS, Mr. Rudhraa served as Vice President in India Switch Company (ISC) and prior to that he worked with Indian Bank and has over a decade of experience in banking and Information Technology. He has been an integral part of the Transaction Processing & Switching industry right from its nascent stages and was actively involved in Indian Bank\'s ATM initiative in 1988 and the switch initiative in 1991.\n\nMr. Rudhraa joined FSS in 1997 and took the responsibility of building the business base for FSS by acquiring new accounts. He has been instrumental in turning around various business initiatives that he has spearheaded within FSS. Simultaneously, he initiated and oversaw the creation of FSS Development Centre, Mumbai and turned the business around to achieve market leadership in India. He has been actively involved with initiatives related to banks switch and shoulders the organizational responsibility. Presently, he is responsible for overall business development and strategic alliances.\n\nMr. Rudhraa is an applied science graduate from Madras University, and has a CAIIB to his credit.\n\n[/accordion-item]\n[accordion-item title=\"Ms. Sharada Mylandla - Director\"]\nMs. Sharada is a graduate in applied arts from the Mumbai University. She is a graphic designer by profession, and has been a creative consultant to numerous reputed advertising agencies including Ogilvy & Mather, Mudra, Rediffusion DY&R, Euro RSCG, and many others.\n\nAs a Director, Ms Sharada actively participates in Corporate Communications and directs advertising, PR, and Event management initiatives at FSS.\n\n[/accordion-item]\n[accordion-item title=\"Ms. Bala Deshpande - Director\"]\nMs. Bala Deshpande is the Senior Managing Director of New Enterprise Associates (India) Pvt. Ltd based in Mumbai and is responsible for creating and building the India platform for NEA.\n\nBefore joining NEA, she served as a Senior Director of Investments at ICICI Venture where she used her operational experience to identify opportunities for investment and played a strategic role in shaping the future of investee companies.\n\nMs Bala was a Director in several companies including Pantaloon Retail, Air Deccan, Nagarjuna Construction, Welspun, TechProcess Solutions, Info Edge etc. Her private equity experience has seen the full cycle from nurturing young companies to executing multiple exits including IPOs, buy-backs, strategic sales, and capital market divestments.\n\nIn addition, Ms. Bala has worked with leading multinational companies such as Bestfoods, Cadburys, and ICI. At Bestfoods, she was part of the Strategic Planning Team and was nominated for the Women Leadership Forum held at Bestfoods, New York.\n\nMs. Bala has a master’s degree in Economics and Business Administration from Jamnalal Bajaj, Mumbai.\n\n[/accordion-item]\n[accordion-item title=\"Mr. Srinivas Chidambaram - Director\"]\n\nMr. Chidambaram is the Managing Director of Jacob Ballas Capital India Pvt Ltd. (JBC) and is responsible for Fund investments, day to day operations of the company and supervising the management team.\n\nMr. Chidambaram joined JBC in 2005. He has 21 years of financial services and industry experience, including 13 years of private equity experience in India. From 2001 to 2003, Mr Chidambaram worked with HSBC Private Equity (Asia) Ltd, Hong Kong, responsible for private equity investments in India and South East Asia; previously, he served with its affiliate in India for six years, based in New Delhi. From October 2003 until March 2005, he served with HCL Technologies Ltd, a leading Indian IT services company, in the USA and in India, responsible for financial institution relationships and strategic alliances in the investment banking technology and operations division.\n\nMr Chidambaram commenced his career with SRF Finance Ltd. (since acquired by GE Capital) where he was responsible for Corporate Finance and Investment Banking, based in Bombay. Mr. Chidambaram holds a Bachelor of Commerce degree from the University of Kerala and is a qualified Chartered Accountant.\n\n[/accordion-item]\n[/accordion]','Management Team','','inherit','open','open','','221-autosave-v1','','','2014-05-22 12:12:35','2014-05-22 12:12:35','',221,'http://039719c.netsolhost.com/ltest/fss/221-autosave-v1/',0,'revision','',0),(421,1,'2014-02-19 12:32:56','2014-02-19 12:32:56','<h3>Board of Directors</h3>\r\n[accordion open=\"2\"]\r\n[accordion-item title=\"Mr. Nagaraj V. Mylandla - Founder & Managing Director\"]\r\n\r\n \r\n\r\nMr. Nagaraj Mylandla is the founder and Managing Director of FSS.\r\n\r\nA banker turned entrepreneur, Mr. Mylandla is known for his expertise and vision for the Indian payments industry. He has pioneered and spearheaded the marketing and support of retail and wholesale payment solutions in India. He is credited with the implementation of transaction processing and switching solutions for over 35 banks and financial institutions in India and over 30 clients worldwide.\r\n\r\nPrior to founding FSS, Mr. Mylandla worked with the Indian banking industry and has a CAIIB to his credit. He also had a stint with FDC in the USA and ACI in Omaha, USA.\r\n\r\nIn anticipation of the phenomenal growth and transformation of the Indian payments industry, Mr. Mylandla founded FSS in 1991.\r\n\r\nToday FSS, under Mr. Mylandla’s visionary leadership, is the leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. The company is the preferred technology partner and co-innovator for several leading banks in India and global financial giants. Mr. Mylandla established FSS-ASP network FSSNeT, to provide a pan-India shared ATM network. Today, FSSNeT is one of the largest independent shared payment service providers in the region.\r\n\r\nWith over two decades of experience in the payments industry, Mr. Mylandla is focused on strengthening strategic partnerships with clients, increasing client relevance and evolving the company’s business model towards achieving strategic objectives of FSS. He also steers the global initiatives of FSS while heading the organization.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Second Tab Title\"]Your Text[/accordion-item]\r\n[accordion-item title=\"Third Tab Title\"]Your Text[/accordion-item]\r\n[/accordion]','Management Team','','inherit','open','open','','221-revision-v1','','','2014-02-19 12:32:56','2014-02-19 12:32:56','',221,'http://039719c.netsolhost.com/ltest/fss/221-revision-v1/',0,'revision','',0),(422,1,'2014-02-19 12:38:03','2014-02-19 12:38:03','<h3>Board of Directors</h3>\r\n[accordion open=\"2\"]\r\n[accordion-item title=\"Mr. Nagaraj V. Mylandla - Founder & Managing Director\"]Mr. Nagaraj Mylandla is the founder and Managing Director of FSS.\r\n\r\nA banker turned entrepreneur, Mr. Mylandla is known for his expertise and vision for the Indian payments industry. He has pioneered and spearheaded the marketing and support of retail and wholesale payment solutions in India. He is credited with the implementation of transaction processing and switching solutions for over 35 banks and financial institutions in India and over 30 clients worldwide.\r\n\r\nPrior to founding FSS, Mr. Mylandla worked with the Indian banking industry and has a CAIIB to his credit. He also had a stint with FDC in the USA and ACI in Omaha, USA.\r\n\r\nIn anticipation of the phenomenal growth and transformation of the Indian payments industry, Mr. Mylandla founded FSS in 1991.\r\n\r\nToday FSS, under Mr. Mylandla’s visionary leadership, is the leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. The company is the preferred technology partner and co-innovator for several leading banks in India and global financial giants. Mr. Mylandla established FSS-ASP network FSSNeT, to provide a pan-India shared ATM network. Today, FSSNeT is one of the largest independent shared payment service providers in the region.\r\n\r\nWith over two decades of experience in the payments industry, Mr. Mylandla is focused on strengthening strategic partnerships with clients, increasing client relevance and evolving the company’s business model towards achieving strategic objectives of FSS. He also steers the global initiatives of FSS while heading the organization.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Second Tab Title\"]Your Text[/accordion-item]\r\n[accordion-item title=\"Third Tab Title\"]Your Text[/accordion-item]\r\n[/accordion]','Management Team','','inherit','open','open','','221-revision-v1','','','2014-02-19 12:38:03','2014-02-19 12:38:03','',221,'http://039719c.netsolhost.com/ltest/fss/221-revision-v1/',0,'revision','',0),(423,1,'2014-02-19 12:44:58','2014-02-19 12:44:58','<h3>Board of Directors</h3>\r\n[accordion open=\"2\"]\r\n[accordion-item title=\"Mr. Nagaraj V. Mylandla - Founder & Managing Director\"]Mr. Nagaraj Mylandla is the founder and Managing Director of FSS.\r\n\r\nA banker turned entrepreneur, Mr. Mylandla is known for his expertise and vision for the Indian payments industry. He has pioneered and spearheaded the marketing and support of retail and wholesale payment solutions in India. He is credited with the implementation of transaction processing and switching solutions for over 35 banks and financial institutions in India and over 30 clients worldwide.\r\n\r\nPrior to founding FSS, Mr. Mylandla worked with the Indian banking industry and has a CAIIB to his credit. He also had a stint with FDC in the USA and ACI in Omaha, USA.\r\n\r\nIn anticipation of the phenomenal growth and transformation of the Indian payments industry, Mr. Mylandla founded FSS in 1991.\r\n\r\nToday FSS, under Mr. Mylandla’s visionary leadership, is the leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. The company is the preferred technology partner and co-innovator for several leading banks in India and global financial giants. Mr. Mylandla established FSS-ASP network FSSNeT, to provide a pan-India shared ATM network. Today, FSSNeT is one of the largest independent shared payment service providers in the region.\r\n\r\nWith over two decades of experience in the payments industry, Mr. Mylandla is focused on strengthening strategic partnerships with clients, increasing client relevance and evolving the company’s business model towards achieving strategic objectives of FSS. He also steers the global initiatives of FSS while heading the organization.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Mr. Rudhraapathy J - Director\"]\r\nMr. Rudhraapathy J (Rudhraa) is a whole time Director at FSS. With over 22 years of management and technical experience in Banking, Securities, IT and the Payment industry, Mr. Rudhraa has been instrumental in building and scaling many of FSS\' business initiatives successfully. He has a passion for excellence and rigor in execution.\r\n\r\nBefore joining FSS, Mr. Rudhraa served as Vice President in India Switch Company (ISC) and prior to that he worked with Indian Bank and has over a decade of experience in banking and Information Technology. He has been an integral part of the Transaction Processing & Switching industry right from its nascent stages and was actively involved in Indian Bank\'s ATM initiative in 1988 and the switch initiative in 1991.\r\n\r\nMr. Rudhraa joined FSS in 1997 and took the responsibility of building the business base for FSS by acquiring new accounts. He has been instrumental in turning around various business initiatives that he has spearheaded within FSS. Simultaneously, he initiated and oversaw the creation of FSS Development Centre, Mumbai and turned the business around to achieve market leadership in India. He has been actively involved with initiatives related to banks switch and shoulders the organizational responsibility. Presently, he is responsible for overall business development and strategic alliances.\r\n\r\nMr. Rudhraa is an applied science graduate from Madras University, and has a CAIIB to his credit.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Ms. Sharada Mylandla - Director\"]\r\nMs. Sharada is a graduate in applied arts from the Mumbai University. She is a graphic designer by profession, and has been a creative consultant to numerous reputed advertising agencies including Ogilvy & Mather, Mudra, Rediffusion DY&R, Euro RSCG, and many others.\r\n\r\nAs a Director, Ms Sharada actively participates in Corporate Communications and directs advertising, PR, and Event management initiatives at FSS.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Ms. Bala Deshpande - Director\"]\r\nMs. Bala Deshpande is the Senior Managing Director of New Enterprise Associates (India) Pvt. Ltd based in Mumbai and is responsible for creating and building the India platform for NEA.\r\n\r\nBefore joining NEA, she served as a Senior Director of Investments at ICICI Venture where she used her operational experience to identify opportunities for investment and played a strategic role in shaping the future of investee companies.\r\n\r\nMs Bala was a Director in several companies including Pantaloon Retail, Air Deccan, Nagarjuna Construction, Welspun, TechProcess Solutions, Info Edge etc. Her private equity experience has seen the full cycle from nurturing young companies to executing multiple exits including IPOs, buy-backs, strategic sales, and capital market divestments.\r\n\r\nIn addition, Ms. Bala has worked with leading multinational companies such as Bestfoods, Cadburys, and ICI. At Bestfoods, she was part of the Strategic Planning Team and was nominated for the Women Leadership Forum held at Bestfoods, New York.\r\n\r\nMs. Bala has a master’s degree in Economics and Business Administration from Jamnalal Bajaj, Mumbai.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Mr. Srinivas Chidambaram - Director\"]\r\n\r\nMr. Chidambaram is the Managing Director of Jacob Ballas Capital India Pvt Ltd. (JBC) and is responsible for Fund investments, day to day operations of the company and supervising the management team.\r\n\r\nMr. Chidambaram joined JBC in 2005. He has 21 years of financial services and industry experience, including 13 years of private equity experience in India. From 2001 to 2003, Mr Chidambaram worked with HSBC Private Equity (Asia) Ltd, Hong Kong, responsible for private equity investments in India and South East Asia; previously, he served with its affiliate in India for six years, based in New Delhi. From October 2003 until March 2005, he served with HCL Technologies Ltd, a leading Indian IT services company, in the USA and in India, responsible for financial institution relationships and strategic alliances in the investment banking technology and operations division.\r\n\r\nMr Chidambaram commenced his career with SRF Finance Ltd. (since acquired by GE Capital) where he was responsible for Corporate Finance and Investment Banking, based in Bombay. Mr. Chidambaram holds a Bachelor of Commerce degree from the University of Kerala and is a qualified Chartered Accountant.\r\n\r\n[/accordion-item]\r\n[/accordion]','Management Team','','inherit','open','open','','221-revision-v1','','','2014-02-19 12:44:58','2014-02-19 12:44:58','',221,'http://039719c.netsolhost.com/ltest/fss/221-revision-v1/',0,'revision','',0),(424,1,'2014-02-19 12:47:07','2014-02-19 12:47:07','<h3>Board of Directors</h3>\r\n[accordion open=\"2\"]\r\n[accordion-item title=\"Mr. Nagaraj V. Mylandla - Founder & Managing Director\"]\r\nMr. Nagaraj Mylandla is the founder and Managing Director of FSS.\r\n\r\nA banker turned entrepreneur, Mr. Mylandla is known for his expertise and vision for the Indian payments industry. He has pioneered and spearheaded the marketing and support of retail and wholesale payment solutions in India. He is credited with the implementation of transaction processing and switching solutions for over 35 banks and financial institutions in India and over 30 clients worldwide.\r\n\r\nPrior to founding FSS, Mr. Mylandla worked with the Indian banking industry and has a CAIIB to his credit. He also had a stint with FDC in the USA and ACI in Omaha, USA.\r\n\r\nIn anticipation of the phenomenal growth and transformation of the Indian payments industry, Mr. Mylandla founded FSS in 1991.\r\n\r\nToday FSS, under Mr. Mylandla’s visionary leadership, is the leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. The company is the preferred technology partner and co-innovator for several leading banks in India and global financial giants. Mr. Mylandla established FSS-ASP network FSSNeT, to provide a pan-India shared ATM network. Today, FSSNeT is one of the largest independent shared payment service providers in the region.\r\n\r\nWith over two decades of experience in the payments industry, Mr. Mylandla is focused on strengthening strategic partnerships with clients, increasing client relevance and evolving the company’s business model towards achieving strategic objectives of FSS. He also steers the global initiatives of FSS while heading the organization.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Mr. Rudhraapathy J - Director\"]\r\nMr. Rudhraapathy J (Rudhraa) is a whole time Director at FSS. With over 22 years of management and technical experience in Banking, Securities, IT and the Payment industry, Mr. Rudhraa has been instrumental in building and scaling many of FSS\' business initiatives successfully. He has a passion for excellence and rigor in execution.\r\n\r\nBefore joining FSS, Mr. Rudhraa served as Vice President in India Switch Company (ISC) and prior to that he worked with Indian Bank and has over a decade of experience in banking and Information Technology. He has been an integral part of the Transaction Processing & Switching industry right from its nascent stages and was actively involved in Indian Bank\'s ATM initiative in 1988 and the switch initiative in 1991.\r\n\r\nMr. Rudhraa joined FSS in 1997 and took the responsibility of building the business base for FSS by acquiring new accounts. He has been instrumental in turning around various business initiatives that he has spearheaded within FSS. Simultaneously, he initiated and oversaw the creation of FSS Development Centre, Mumbai and turned the business around to achieve market leadership in India. He has been actively involved with initiatives related to banks switch and shoulders the organizational responsibility. Presently, he is responsible for overall business development and strategic alliances.\r\n\r\nMr. Rudhraa is an applied science graduate from Madras University, and has a CAIIB to his credit.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Ms. Sharada Mylandla - Director\"]\r\nMs. Sharada is a graduate in applied arts from the Mumbai University. She is a graphic designer by profession, and has been a creative consultant to numerous reputed advertising agencies including Ogilvy & Mather, Mudra, Rediffusion DY&R, Euro RSCG, and many others.\r\n\r\nAs a Director, Ms Sharada actively participates in Corporate Communications and directs advertising, PR, and Event management initiatives at FSS.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Ms. Bala Deshpande - Director\"]\r\nMs. Bala Deshpande is the Senior Managing Director of New Enterprise Associates (India) Pvt. Ltd based in Mumbai and is responsible for creating and building the India platform for NEA.\r\n\r\nBefore joining NEA, she served as a Senior Director of Investments at ICICI Venture where she used her operational experience to identify opportunities for investment and played a strategic role in shaping the future of investee companies.\r\n\r\nMs Bala was a Director in several companies including Pantaloon Retail, Air Deccan, Nagarjuna Construction, Welspun, TechProcess Solutions, Info Edge etc. Her private equity experience has seen the full cycle from nurturing young companies to executing multiple exits including IPOs, buy-backs, strategic sales, and capital market divestments.\r\n\r\nIn addition, Ms. Bala has worked with leading multinational companies such as Bestfoods, Cadburys, and ICI. At Bestfoods, she was part of the Strategic Planning Team and was nominated for the Women Leadership Forum held at Bestfoods, New York.\r\n\r\nMs. Bala has a master’s degree in Economics and Business Administration from Jamnalal Bajaj, Mumbai.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Mr. Srinivas Chidambaram - Director\"]\r\n\r\nMr. Chidambaram is the Managing Director of Jacob Ballas Capital India Pvt Ltd. (JBC) and is responsible for Fund investments, day to day operations of the company and supervising the management team.\r\n\r\nMr. Chidambaram joined JBC in 2005. He has 21 years of financial services and industry experience, including 13 years of private equity experience in India. From 2001 to 2003, Mr Chidambaram worked with HSBC Private Equity (Asia) Ltd, Hong Kong, responsible for private equity investments in India and South East Asia; previously, he served with its affiliate in India for six years, based in New Delhi. From October 2003 until March 2005, he served with HCL Technologies Ltd, a leading Indian IT services company, in the USA and in India, responsible for financial institution relationships and strategic alliances in the investment banking technology and operations division.\r\n\r\nMr Chidambaram commenced his career with SRF Finance Ltd. (since acquired by GE Capital) where he was responsible for Corporate Finance and Investment Banking, based in Bombay. Mr. Chidambaram holds a Bachelor of Commerce degree from the University of Kerala and is a qualified Chartered Accountant.\r\n\r\n[/accordion-item]\r\n[/accordion]','Management Team','','inherit','open','open','','221-revision-v1','','','2014-02-19 12:47:07','2014-02-19 12:47:07','',221,'http://039719c.netsolhost.com/ltest/fss/221-revision-v1/',0,'revision','',0),(426,1,'2014-02-19 12:53:07','2014-02-19 12:53:07','','fss-jacob-ballas','','inherit','open','open','','fss-jacob-ballas','','','2014-02-19 12:53:07','2014-02-19 12:53:07','',223,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png',0,'attachment','image/png',0),(427,1,'2014-02-19 12:54:25','2014-02-19 12:54:25','Jacob Ballas Capital India Private Limited.\r\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\"><img class=\"alignnone wp-image-426\" alt=\"fss-jacob-ballas\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\" width=\"177\" height=\"82\" /></a>[/responsive]\r\n\r\nJacob Ballas Capital India Private Limited or JBC is a non - banking finance company focused on private equity advisory services.\r\n\r\nNew York Life Investment Management India (NYLIM) Jacob Ballas Funds have completed 20 growth capital investments in India since 2000, typically minority stake investments in privately held growth oriented \"blue-chip\" Indian companies, usually leadership platforms in fast growing, fragmented industries. Based in New Delhi, India, JBC currently serves as the Advisor to three private equity funds namely the New York Life International India Fund (\"Fund I\"), New York Life Investment Management India Fund (\"Fund II\") and NYLIM Jacob Ballas India Fund III (\"Fund III\")\r\n\r\nJBC has a strong track record of assisting portfolio companies in areas such as business strategy, business development & strategic alliances, talent attraction, M&A initiatives, and IPO preparation.\r\n\r\nFor additional information, visit, <a href=\"http://www.jbindia.co.in\">www.jbindia.co.in</a>','Investors','','inherit','open','open','','223-revision-v1','','','2014-02-19 12:54:25','2014-02-19 12:54:25','',223,'http://039719c.netsolhost.com/ltest/fss/223-revision-v1/',0,'revision','',0),(428,1,'2014-02-19 12:55:13','2014-02-19 12:55:13','<h3>Jacob Ballas Capital India Private Limited.\r\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\"><img class=\"alignnone wp-image-426\" alt=\"fss-jacob-ballas\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\" width=\"177\" height=\"82\" /></a>[/responsive]</h3>\r\nJacob Ballas Capital India Private Limited or JBC is a non - banking finance company focused on private equity advisory services.\r\n\r\nNew York Life Investment Management India (NYLIM) Jacob Ballas Funds have completed 20 growth capital investments in India since 2000, typically minority stake investments in privately held growth oriented \"blue-chip\" Indian companies, usually leadership platforms in fast growing, fragmented industries. Based in New Delhi, India, JBC currently serves as the Advisor to three private equity funds namely the New York Life International India Fund (\"Fund I\"), New York Life Investment Management India Fund (\"Fund II\") and NYLIM Jacob Ballas India Fund III (\"Fund III\")\r\n\r\nJBC has a strong track record of assisting portfolio companies in areas such as business strategy, business development & strategic alliances, talent attraction, M&A initiatives, and IPO preparation.\r\n\r\nFor additional information, visit, <a href=\"http://www.jbindia.co.in\">www.jbindia.co.in</a>','Investors','','inherit','open','open','','223-revision-v1','','','2014-02-19 12:55:13','2014-02-19 12:55:13','',223,'http://039719c.netsolhost.com/ltest/fss/223-revision-v1/',0,'revision','',0),(429,1,'2014-02-19 12:55:49','2014-02-19 12:55:49','<h3>Jacob Ballas Capital India Private Limited.\r\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\"><img class=\"wp-image-426 alignleft\" alt=\"fss-jacob-ballas\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\" width=\"177\" height=\"82\" /></a>[/responsive]</h3>\r\nJacob Ballas Capital India Private Limited or JBC is a non - banking finance company focused on private equity advisory services.\r\n\r\nNew York Life Investment Management India (NYLIM) Jacob Ballas Funds have completed 20 growth capital investments in India since 2000, typically minority stake investments in privately held growth oriented \"blue-chip\" Indian companies, usually leadership platforms in fast growing, fragmented industries. Based in New Delhi, India, JBC currently serves as the Advisor to three private equity funds namely the New York Life International India Fund (\"Fund I\"), New York Life Investment Management India Fund (\"Fund II\") and NYLIM Jacob Ballas India Fund III (\"Fund III\")\r\n\r\nJBC has a strong track record of assisting portfolio companies in areas such as business strategy, business development & strategic alliances, talent attraction, M&A initiatives, and IPO preparation.\r\n\r\nFor additional information, visit, <a href=\"http://www.jbindia.co.in\">www.jbindia.co.in</a>','Investors','','inherit','open','open','','223-revision-v1','','','2014-02-19 12:55:49','2014-02-19 12:55:49','',223,'http://039719c.netsolhost.com/ltest/fss/223-revision-v1/',0,'revision','',0),(430,1,'2014-02-19 12:56:37','2014-02-19 12:56:37','<h3>Jacob Ballas Capital India Private Limited.\r\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\"><img class=\"wp-image-426 alignleft\" alt=\"fss-jacob-ballas\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\" width=\"147\" height=\"82\" /></a>[/responsive]</h3>\r\nJacob Ballas Capital India Private Limited or JBC is a non - banking finance company focused on private equity advisory services.\r\n\r\nNew York Life Investment Management India (NYLIM) Jacob Ballas Funds have completed 20 growth capital investments in India since 2000, typically minority stake investments in privately held growth oriented \"blue-chip\" Indian companies, usually leadership platforms in fast growing, fragmented industries. Based in New Delhi, India, JBC currently serves as the Advisor to three private equity funds namely the New York Life International India Fund (\"Fund I\"), New York Life Investment Management India Fund (\"Fund II\") and NYLIM Jacob Ballas India Fund III (\"Fund III\")\r\n\r\nJBC has a strong track record of assisting portfolio companies in areas such as business strategy, business development & strategic alliances, talent attraction, M&A initiatives, and IPO preparation.\r\n\r\nFor additional information, visit, <a href=\"http://www.jbindia.co.in\">www.jbindia.co.in</a>','Investors','','inherit','open','open','','223-revision-v1','','','2014-02-19 12:56:37','2014-02-19 12:56:37','',223,'http://039719c.netsolhost.com/ltest/fss/223-revision-v1/',0,'revision','',0),(431,1,'2014-02-19 12:57:04','2014-02-19 12:57:04','<h3>Jacob Ballas Capital India Private Limited.\r\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\"><img class=\"wp-image-426 alignleft\" alt=\"fss-jacob-ballas\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\" width=\"177\" height=\"82\" /></a>[/responsive]</h3>\r\nJacob Ballas Capital India Private Limited or JBC is a non - banking finance company focused on private equity advisory services.\r\n\r\nNew York Life Investment Management India (NYLIM) Jacob Ballas Funds have completed 20 growth capital investments in India since 2000, typically minority stake investments in privately held growth oriented \"blue-chip\" Indian companies, usually leadership platforms in fast growing, fragmented industries. Based in New Delhi, India, JBC currently serves as the Advisor to three private equity funds namely the New York Life International India Fund (\"Fund I\"), New York Life Investment Management India Fund (\"Fund II\") and NYLIM Jacob Ballas India Fund III (\"Fund III\")\r\n\r\nJBC has a strong track record of assisting portfolio companies in areas such as business strategy, business development & strategic alliances, talent attraction, M&A initiatives, and IPO preparation.\r\n\r\nFor additional information, visit, <a href=\"http://www.jbindia.co.in\">www.jbindia.co.in</a>','Investors','','inherit','open','open','','223-revision-v1','','','2014-02-19 12:57:04','2014-02-19 12:57:04','',223,'http://039719c.netsolhost.com/ltest/fss/223-revision-v1/',0,'revision','',0),(432,1,'2014-02-19 12:58:34','2014-02-19 12:58:34','','fss-nea','','inherit','open','open','','fss-nea','','','2014-02-19 12:58:34','2014-02-19 12:58:34','',223,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png',0,'attachment','image/png',0),(433,1,'2014-02-19 13:00:06','2014-02-19 13:00:06','<h3>Jacob Ballas Capital India Private Limited.\r\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\"><img class=\"wp-image-426 alignleft\" alt=\"fss-jacob-ballas\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\" width=\"177\" height=\"82\" /></a>[/responsive]</h3>\r\nJacob Ballas Capital India Private Limited or JBC is a non - banking finance company focused on private equity advisory services.\r\n\r\nNew York Life Investment Management India (NYLIM) Jacob Ballas Funds have completed 20 growth capital investments in India since 2000, typically minority stake investments in privately held growth oriented \"blue-chip\" Indian companies, usually leadership platforms in fast growing, fragmented industries. Based in New Delhi, India, JBC currently serves as the Advisor to three private equity funds namely the New York Life International India Fund (\"Fund I\"), New York Life Investment Management India Fund (\"Fund II\") and NYLIM Jacob Ballas India Fund III (\"Fund III\")\r\n\r\nJBC has a strong track record of assisting portfolio companies in areas such as business strategy, business development & strategic alliances, talent attraction, M&A initiatives, and IPO preparation.\r\n\r\nFor additional information, visit, <a href=\"http://www.jbindia.co.in\">www.jbindia.co.in</a>\r\n<h3>New Enterprise Associates, Inc.\r\n<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\"><img class=\"alignleft size-full wp-image-432\" alt=\"fss-nea\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\" width=\"177\" height=\"82\" /></a></h3>\r\nNew Enterprise Associates, Inc. (NEA) is a leading venture capital and growth equity firm focused on helping entrepreneurs build transformational businesses across multiple stages and sectors.\r\n\r\nSince the firm\'s founding in 1978, NEA\'s experienced management team has invested in over 650 companies, of which more than 170 have gone public and more than 290 have been acquired. With approximately $11 billion in committed capital, NEA has invested in information technology, healthcare and energy technology companies at all stages in a company\'s lifecycle, from seed stage through IPO. The company has offices in USA (Washington DC and California), India (in Bangalore and Mumbai), and China (Beijing and Shanghai).\r\nFor additional information, visit, <a href=\"http://www.nea.com\">www.nea.com</a>','Investors','','inherit','open','open','','223-revision-v1','','','2014-02-19 13:00:06','2014-02-19 13:00:06','',223,'http://039719c.netsolhost.com/ltest/fss/223-revision-v1/',0,'revision','',0),(435,1,'2014-02-26 08:21:00','2014-02-26 08:21:00','Financial Institutions need to optimize IT infrastructure costs in the face of a toughening economic environment and rapidly increasing energy costs. They need a reliable and experienced partner to manage their IT infrastructure, help improve their service efficiencies and economies of scale. FSS combines in-depth payments experience, domain understanding and unique payments Infrastructure to support clients to meet their business objectives.\r\n\r\nFSS has created a robust payments infrastructure consisting of end-to-end Payment Processing components hosted in a Tier 3 standard Data Centre located at Chennai and a Disaster Recovery Infrastructure in a separate location. FSS online payment services, ATM Managed Services, Payment Gateway services, Card Management and Reconciliation services, Disaster Recovery are hosted on the FSS Payments Infrastructure that provide support to over 40 customers.\r\n\r\nFSS has multi-layered network Infrastructure with segregated product testing, Proof of Concept (POC) and production environment. The 24/7 helpdesk and operations support services follows stringent quality processes as defined by ITIL and ISO 9001 QMS guidelines, ensuring client satisfaction. FSS Infrastructure is supported with highly skilled, certified professionals specialising in multi-platform and relevant technology certifications to provide high end technical support.','Infrastructure','','inherit','open','open','','226-revision-v1','','','2014-02-26 08:21:00','2014-02-26 08:21:00','',226,'http://039719c.netsolhost.com/ltest/fss/226-revision-v1/',0,'revision','',0),(436,1,'2014-03-10 13:44:43','2014-03-10 13:44:43','<strong>Advance your career at one of the fastest-growing companies in the payments domain</strong>\n\nFSS (Financial Software and Systems) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. FSS has earned the status of being a payment systems leader by providing a well-established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\n\n<strong>FSS is a company of diverse, talented people with a passion for pursuing excellence in the payments domain.</strong>\n\nFSS has over 1,500 professionals who are creating the future of payments that are trusted by more than 100 clients across the globe. Led by a team of ex-bankers and technocrats from the banking and financial services industry, FSS has combined the experience of its management team and the dexterity of its employees into a success formula to forge ahead in the sphere of e-payments.\n\nFSS provides employees an energizing, challenging yet enjoyable and rewarding working environment making it a preferred work place for future leaders.\n\n[accordion open=\"1\"]\n[accordion-item title=\"Head - Legal\"]\n\n \n\n[custom_table style=\"1\"]\n<table width=\"100%\">\n<thead>\n<tr>\n<th colspan=\"2\"><strong>Job Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><strong>JOB ID</strong></td>\n<td>FSS23456</td>\n</tr>\n<tr>\n<td><strong>JOB TITLE/DESIGNATION</strong></td>\n<td>Java Programmer</td>\n</tr>\n<tr>\n<td><strong>JOB TYPE</strong></td>\n<td>Permanent</td>\n</tr>\n<tr>\n<td><strong>JOB DESCRIPTION</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td><strong>KEYWORDS</strong></td>\n<td>java</td>\n</tr>\n<tr>\n<td><strong>WORK EXPERIENCE</strong></td>\n<td>2+ Exp</td>\n</tr>\n<tr>\n<td><strong>LOCATION</strong></td>\n<td>Chennai</td>\n</tr>\n<tr>\n<td><strong>FUNCTIONAL AREA</strong></td>\n<td>IT</td>\n</tr>\n<tr>\n<td><strong>DESIRED CANDIDATE PROFILE</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td><strong>QULAIFICATION</strong></td>\n<td>Btech</td>\n</tr>\n<tr>\n<td><strong>VALID UPTO</strong></td>\n<td>Description</td>\n</tr>\n<tr>\n<td><strong>CONTACT NUMBER (EXTN)</strong></td>\n<td>number</td>\n</tr>\n</tbody>\n</table>\n[/custom_table]\n<ul>\n <li>The person will be responsible for managing the whole of legal systems & processes and company secretary role for FSS</li>\n <li>The person shall be responsible for management and administration of contracts</li>\n <li>The person will identify potential risks in contracts and provide recommendations and alternatives</li>\n <li>The person will represent the company before statutory authorities for various legal matters</li>\n</ul>\n[/accordion-item]\n[accordion-item title=\"Business Development Manager - Delhi\"]<strong>Job Description</strong>\n\nA. Objective\n\nLead and direct the Business Development, Sales efforts of FSS’s services/products for assigned accounts in ATM business, India\nBe responsible for top line and bottom line for the same\n\nB. Role and Responsibility\n\nFinancial:\n<ul>\n <li>Chart & achieve clear revenue targets for new business from the assigned accounts</li>\n <li>Achieve agreed margins for new business</li>\n <li>Achieve agreed numbers w.r.to conversion ratio of prospects / clients</li>\n</ul>\nStrategic:\n<ul>\n <li>Be responsible for tracking and presenting competitive intelligence as per the agreed milestones</li>\n <li>Be responsible for tracking and presenting business intelligence(analysis and reports) as per the agreed milestones</li>\n <li>Sustain unique selling proposition and brand equity</li>\n</ul>\nCustomer satisfaction:\n<ul>\n <li>Create and manage customer database. Provide better information w.r.to customer contacts</li>\n <li>Anticipate customer evolution, i.e., to receive, discuss and anticipate new requirements from/with customers and propose ‘lowest effort’ solutions or workarounds</li>\n <li>Maintain and build strong relationships with customers to increase customer satisfaction.</li>\n</ul>\n[/accordion-item]\n[/accordion]','Careers','','inherit','open','open','','228-autosave-v1','','','2014-03-10 13:44:43','2014-03-10 13:44:43','',228,'http://039719c.netsolhost.com/ltest/fss/228-autosave-v1/',0,'revision','',0),(437,1,'2014-02-26 08:56:13','2014-02-26 08:56:13','<strong>Advance your career at one of the fastest-growing companies in the payments domain</strong>\r\n\r\nFSS (Financial Software and Systems) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. FSS has earned the status of being a payment systems leader by providing a well-established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>FSS is a company of diverse, talented people with a passion for pursuing excellence in the payments domain.</strong>\r\n\r\nFSS has over 1,500 professionals who are creating the future of payments that are trusted by more than 100 clients across the globe. Led by a team of ex-bankers and technocrats from the banking and financial services industry, FSS has combined the experience of its management team and the dexterity of its employees into a success formula to forge ahead in the sphere of e-payments.\r\n\r\nFSS provides employees an energizing, challenging yet enjoyable and rewarding working environment making it a preferred work place for future leaders.\r\n\r\n[skill percentage=\"90\" title=\"Photoshop & Illustrator 90%\"]','Careers','','inherit','open','open','','228-revision-v1','','','2014-02-26 08:56:13','2014-02-26 08:56:13','',228,'http://039719c.netsolhost.com/ltest/fss/228-revision-v1/',0,'revision','',0),(438,1,'2014-02-26 09:14:23','2014-02-26 09:14:23','<strong>Advance your career at one of the fastest-growing companies in the payments domain</strong>\r\n\r\nFSS (Financial Software and Systems) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. FSS has earned the status of being a payment systems leader by providing a well-established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>FSS is a company of diverse, talented people with a passion for pursuing excellence in the payments domain.</strong>\r\n\r\nFSS has over 1,500 professionals who are creating the future of payments that are trusted by more than 100 clients across the globe. Led by a team of ex-bankers and technocrats from the banking and financial services industry, FSS has combined the experience of its management team and the dexterity of its employees into a success formula to forge ahead in the sphere of e-payments.\r\n\r\nFSS provides employees an energizing, challenging yet enjoyable and rewarding working environment making it a preferred work place for future leaders.\r\n\r\n[accordion open=\"2\"]\r\n[accordion-item title=\"Head - Legal\"] <strong>Job Description</strong>\r\n<ul>\r\n <li>The person will be responsible for managing the whole of legal systems & processes and company secretary role for FSS</li>\r\n <li>The person shall be responsible for management and administration of contracts</li>\r\n <li>The person will identify potential risks in contracts and provide recommendations and alternatives</li>\r\n <li>The person will represent the company before statutory authorities for various legal matters</li>\r\n</ul>\r\n[/accordion-item]\r\n[accordion-item title=\"Business Development Manager - Delhi\"]<strong>Job Description</strong>\r\n\r\nA. Objective\r\n\r\nLead and direct the Business Development, Sales efforts of FSS’s services/products for assigned accounts in ATM business, India\r\nBe responsible for top line and bottom line for the same\r\n\r\nB. Role and Responsibility\r\n\r\nFinancial:\r\n<ul>\r\n <li>Chart & achieve clear revenue targets for new business from the assigned accounts</li>\r\n <li>Achieve agreed margins for new business</li>\r\n <li>Achieve agreed numbers w.r.to conversion ratio of prospects / clients</li>\r\n</ul>\r\nStrategic:\r\n<ul>\r\n <li>Be responsible for tracking and presenting competitive intelligence as per the agreed milestones</li>\r\n <li>Be responsible for tracking and presenting business intelligence(analysis and reports) as per the agreed milestones</li>\r\n <li>Sustain unique selling proposition and brand equity</li>\r\n</ul>\r\nCustomer satisfaction:\r\n<ul>\r\n <li>Create and manage customer database. Provide better information w.r.to customer contacts</li>\r\n <li>Anticipate customer evolution, i.e., to receive, discuss and anticipate new requirements from/with customers and propose ‘lowest effort’ solutions or workarounds</li>\r\n <li>Maintain and build strong relationships with customers to increase customer satisfaction.</li>\r\n</ul>\r\n[/accordion-item]\r\n[/accordion]','Careers','','inherit','open','open','','228-revision-v1','','','2014-02-26 09:14:23','2014-02-26 09:14:23','',228,'http://039719c.netsolhost.com/ltest/fss/228-revision-v1/',0,'revision','',0),(439,1,'2014-02-26 09:17:50','2014-02-26 09:17:50','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\"><img class=\"alignnone size-full wp-image-256\" alt=\"fss-debit\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>An integrated, secure and robust system that manages issuance & entire life cycle of debit cards.</strong></span>\r\nBanks continually seek to promote electronic banking for their customers, with a view to increase customer convenience, at lower operating costs. Opportunities for growth lie in differentiating the card products and services, while core features are increasingly becoming commoditized.\r\n\r\nTo capitalise on this opportunity, FSS Debit offers a complete card lifecycle management solution that enable banks to offer innovative, quick-to-market card products while serving customers more efficiently, securely and profitably. FSS Debit supports issuance of popular international card brands and private label debit cards that conform to industry standards. Built in post-issuance functions provide convenient management of customers and card related information.\r\n\r\n<span style=\"text-decoration: underline;\"><strong> [icon icon=\"cash\"]Highlights</strong></span>\r\n<ul>\r\n <li>Multi-institution support – Supports the needs of subsidiaries and group entities.</li>\r\n <li>Highly parameterized – Quick to market and roll-out of new products.</li>\r\n <li>Multi-level secure workflow – Maker~Checker~Authorizer facility ensures control, minimizes human errors and operational risk.</li>\r\n <li>Multiple platform support – Windows/ IBM AIX/ Solaris, Web logic/ Pramati/ JRun.</li>\r\n <li>Multi-card support – Supports issuance of ATM/ debit/ private-label cards, personalized/ non-personalized cards, photo/ non-photo cards.</li>\r\n <li>Secure PIN generation – Supports hardware (HSM) based PIN generation.</li>\r\n <li>Comprehensive MIS and Reporting – Over 50 standard reports.</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong> Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS Debit solution has been used by over 20 banks/ institutions to issue over 200 million cards.</li>\r\n <li>Proven, scalable solution – Has supported issuance of over 90 million cards for a large bank.</li>\r\n <li>Benchmarked to issue over 150,000 cards in a single day for a large bank.</li>\r\n <li>A comprehensive solution built on deep knowledge and experience in the payments domain for over 20 years.</li>\r\n</ul>','FSS Debit','','inherit','open','open','','246-revision-v1','','','2014-02-26 09:17:50','2014-02-26 09:17:50','',246,'http://039719c.netsolhost.com/ltest/fss/246-revision-v1/',0,'revision','',0),(440,1,'2014-02-26 09:57:13','2014-02-26 09:57:13','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\"><img class=\"alignnone size-full wp-image-256\" alt=\"fss-debit\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>An integrated, secure and robust system that manages issuance & entire life cycle of debit cards.</strong></span>\r\nBanks continually seek to promote electronic banking for their customers, with a view to increase customer convenience, at lower operating costs. Opportunities for growth lie in differentiating the card products and services, while core features are increasingly becoming commoditized.\r\n\r\nTo capitalise on this opportunity, FSS Debit offers a complete card lifecycle management solution that enable banks to offer innovative, quick-to-market card products while serving customers more efficiently, securely and profitably. FSS Debit supports issuance of popular international card brands and private label debit cards that conform to industry standards. Built in post-issuance functions provide convenient management of customers and card related information.\r\n\r\n<span style=\"text-decoration: underline;\"><strong> [mini-icon icon=\"asterisk\"]Highlights</strong></span>\r\n<ul>\r\n <li>Multi-institution support – Supports the needs of subsidiaries and group entities.</li>\r\n <li>Highly parameterized – Quick to market and roll-out of new products.</li>\r\n <li>Multi-level secure workflow – Maker~Checker~Authorizer facility ensures control, minimizes human errors and operational risk.</li>\r\n <li>Multiple platform support – Windows/ IBM AIX/ Solaris, Web logic/ Pramati/ JRun.</li>\r\n <li>Multi-card support – Supports issuance of ATM/ debit/ private-label cards, personalized/ non-personalized cards, photo/ non-photo cards.</li>\r\n <li>Secure PIN generation – Supports hardware (HSM) based PIN generation.</li>\r\n <li>Comprehensive MIS and Reporting – Over 50 standard reports.</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong> <strong>[mini-icon icon=\"asterisk\"]</strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS Debit solution has been used by over 20 banks/ institutions to issue over 200 million cards.</li>\r\n <li>Proven, scalable solution – Has supported issuance of over 90 million cards for a large bank.</li>\r\n <li>Benchmarked to issue over 150,000 cards in a single day for a large bank.</li>\r\n <li>A comprehensive solution built on deep knowledge and experience in the payments domain for over 20 years.</li>\r\n</ul>','FSS Debit','','inherit','open','open','','246-revision-v1','','','2014-02-26 09:57:13','2014-02-26 09:57:13','',246,'http://039719c.netsolhost.com/ltest/fss/246-revision-v1/',0,'revision','',0),(441,1,'2014-02-26 10:00:57','2014-02-26 10:00:57','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\"><img class=\"alignnone size-full wp-image-256\" alt=\"fss-debit\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>An integrated, secure and robust system that manages issuance & entire life cycle of debit cards.</strong></span>\r\nBanks continually seek to promote electronic banking for their customers, with a view to increase customer convenience, at lower operating costs. Opportunities for growth lie in differentiating the card products and services, while core features are increasingly becoming commoditized.\r\n\r\nTo capitalise on this opportunity, FSS Debit offers a complete card lifecycle management solution that enable banks to offer innovative, quick-to-market card products while serving customers more efficiently, securely and profitably. FSS Debit supports issuance of popular international card brands and private label debit cards that conform to industry standards. Built in post-issuance functions provide convenient management of customers and card related information.\r\n\r\n<span style=\"text-decoration: underline;\"><strong> [mini-icon icon=\"asterisk\"]Highlights</strong></span>\r\n<ul>\r\n <li>Multi-institution support – Supports the needs of subsidiaries and group entities.</li>\r\n <li>Highly parameterized – Quick to market and roll-out of new products.</li>\r\n <li>Multi-level secure workflow – Maker~Checker~Authorizer facility ensures control, minimizes human errors and operational risk.</li>\r\n <li>Multiple platform support – Windows/ IBM AIX/ Solaris, Web logic/ Pramati/ JRun.</li>\r\n <li>Multi-card support – Supports issuance of ATM/ debit/ private-label cards, personalized/ non-personalized cards, photo/ non-photo cards.</li>\r\n <li>Secure PIN generation – Supports hardware (HSM) based PIN generation.</li>\r\n <li>Comprehensive MIS and Reporting – Over 50 standard reports.</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong> <strong>[mini-icon icon=\"check\"]</strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS Debit solution has been used by over 20 banks/ institutions to issue over 200 million cards.</li>\r\n <li>Proven, scalable solution – Has supported issuance of over 90 million cards for a large bank.</li>\r\n <li>Benchmarked to issue over 150,000 cards in a single day for a large bank.</li>\r\n <li>A comprehensive solution built on deep knowledge and experience in the payments domain for over 20 years.</li>\r\n</ul>','FSS Debit','','inherit','open','open','','246-revision-v1','','','2014-02-26 10:00:57','2014-02-26 10:00:57','',246,'http://039719c.netsolhost.com/ltest/fss/246-revision-v1/',0,'revision','',0),(442,1,'2014-02-26 10:02:29','2014-02-26 10:02:29','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-prepaid.jpg\"><img class=\"alignnone size-full wp-image-260\" alt=\"fss-prepaid\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-prepaid.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>A comprehensive application for issuance and complete management of prepaid cards</strong></span>\r\n\r\nPrepaid cards, by virtue of their limited liability in the event of loss, are gaining popularity in the market. The precise, known top-up amount make them ideal for gift cards, travel cards, salary cards, meal cards, among many others.\r\n\r\nFSS Prepaid card management system allows a variety of prepaid card products to be defined, including usage in open-loop and closed-loop programs, and on magnetic stripe and EMV™ chip card platforms. FSS provides fixed or re-loadable value options on prepaid cards. The application tracks issuance and activation of cards, authorizes transactions online, defines applicable fee and charges and provides reconciliation and settlement. The suite also facilitates issuance of virtual cards.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>[mini-icon icon=\"aestrick\"]Highlights</strong></span>\r\n<ul>\r\n <li>Flexible issuance options, account enrollment and management.</li>\r\n <li>Elaborate and configurable rule engine for transaction processing.</li>\r\n <li>Funds and fees management.</li>\r\n <li>Supports issuance of:\r\n<div>\r\n<ul>\r\n <li>Gift cards</li>\r\n <li>Pension cards</li>\r\n <li>Payroll cards</li>\r\n <li>Travel cards and more</li>\r\n</ul>\r\n</div></li>\r\n</ul>\r\n<ul>\r\n <li>Card inventory management.</li>\r\n <li>Supports loyalty programs.</li>\r\n <li>Reconciliation and Settlement.</li>\r\n <li>Web-access for corporates, call centers and card holders.</li>\r\n <li>Multi-currency and Multi-lingual.</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong>[mini-icon icon=\"check\"]Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS has leveraged its proven experience in issuance and management of debit cards to support prepaid card solution suite.</li>\r\n <li>The solution is PA~DSS compliant, thereby providing data security and process controls.</li>\r\n <li>Modular design allows activation of customized product features and work-flow that are best suited to the client\'s requirements.</li>\r\n</ul>','FSS Prepaid','','inherit','open','open','','248-revision-v1','','','2014-02-26 10:02:29','2014-02-26 10:02:29','',248,'http://039719c.netsolhost.com/ltest/fss/248-revision-v1/',0,'revision','',0),(443,1,'2014-02-26 10:03:05','2014-02-26 10:03:05','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-prepaid.jpg\"><img class=\"alignnone size-full wp-image-260\" alt=\"fss-prepaid\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-prepaid.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>A comprehensive application for issuance and complete management of prepaid cards</strong></span>\r\n\r\nPrepaid cards, by virtue of their limited liability in the event of loss, are gaining popularity in the market. The precise, known top-up amount make them ideal for gift cards, travel cards, salary cards, meal cards, among many others.\r\n\r\nFSS Prepaid card management system allows a variety of prepaid card products to be defined, including usage in open-loop and closed-loop programs, and on magnetic stripe and EMV™ chip card platforms. FSS provides fixed or re-loadable value options on prepaid cards. The application tracks issuance and activation of cards, authorizes transactions online, defines applicable fee and charges and provides reconciliation and settlement. The suite also facilitates issuance of virtual cards.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>[mini-icon icon=\"asterisk\"]Highlights</strong></span>\r\n<ul>\r\n <li>Flexible issuance options, account enrollment and management.</li>\r\n <li>Elaborate and configurable rule engine for transaction processing.</li>\r\n <li>Funds and fees management.</li>\r\n <li>Supports issuance of:\r\n<div>\r\n<ul>\r\n <li>Gift cards</li>\r\n <li>Pension cards</li>\r\n <li>Payroll cards</li>\r\n <li>Travel cards and more</li>\r\n</ul>\r\n</div></li>\r\n</ul>\r\n<ul>\r\n <li>Card inventory management.</li>\r\n <li>Supports loyalty programs.</li>\r\n <li>Reconciliation and Settlement.</li>\r\n <li>Web-access for corporates, call centers and card holders.</li>\r\n <li>Multi-currency and Multi-lingual.</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong>[mini-icon icon=\"check\"]Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS has leveraged its proven experience in issuance and management of debit cards to support prepaid card solution suite.</li>\r\n <li>The solution is PA~DSS compliant, thereby providing data security and process controls.</li>\r\n <li>Modular design allows activation of customized product features and work-flow that are best suited to the client\'s requirements.</li>\r\n</ul>','FSS Prepaid','','inherit','open','open','','248-revision-v1','','','2014-02-26 10:03:05','2014-02-26 10:03:05','',248,'http://039719c.netsolhost.com/ltest/fss/248-revision-v1/',0,'revision','',0),(444,1,'2014-02-26 12:42:17','2014-02-26 12:42:17','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\"><img class=\"alignnone size-full wp-image-263\" alt=\"fss-smart-chip\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>A comprehensive, secure and pro-active smart card management system that includes the life cycle management of applications, chip and product.</strong></span>\r\n\r\nThe exponential growth in the retail payments business has significantly increased the challenges faced by organizations in managing and containing card fraud and financial losses. FSS Smart Chip with its secured authentication features and multiple security mechanisms helps contain such fraud leading to cost-savings and increased security of transactions.\r\n\r\nFSS Smart Chip is a well integrated and quick-to-deploy solution for managing the complete lifecycle of smart cards and post-issuance support. It supports issuance of EMV™ / Non-EMV-based smart cards for debit, credit, prepaid, biometric, transit and more.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>[mini-icon icon=\"asterisk\"]Highlights</strong></span>\r\n<div>\r\n<div>\r\n<div> [mini-icon icon=\"ok\"] Supports the entire card life cycle management, which includes:</div>\r\n<ul>\r\n <li>Card issuance</li>\r\n <li>Re-issuance in case of damage or loss</li>\r\n <li>Re-initialization of user profile</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"ok\"] Support for EMV™ / Non-EMV based Smart Cards for:\r\n<ul>\r\n <li>Debit</li>\r\n <li>Credit</li>\r\n <li>Prepaid</li>\r\n <li>Biometric</li>\r\n <li>Transit</li>\r\n <li>Other card types as needed</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"ok\"] Provides smart card PIN management module.</div>\r\n<div>[mini-icon icon=\"ok\"] Facilitates blocking and unblocking of smart card for damage, loss or incorrect PIN entry.</div>\r\n<div>[mini-icon icon=\"ok\"] Supports loyalty management.</div>\r\n<div>[mini-icon icon=\"ok\"] Provides post issuance management support.</div>\r\n<div>[mini-icon icon=\"ok\"] Uses multiple security mechanisms to contain the risk of fraudulent card issuance and misuse.</div>\r\n<div>[mini-icon icon=\"ok\"] Defines fees and charges.</div>\r\n<div></div>\r\n<div><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span></div>\r\n<div>\r\n\r\n[mini-icon icon=\"ok\"] Integrated web interface based system that can be implemented on industry standard computer platforms.\r\n[mini-icon icon=\"ok\"] Proven capability in providing technology based end-to-end payment solutions.\r\n[mini-icon icon=\"ok\"] Supports multiple products and applications.\r\n[mini-icon icon=\"ok\"] Modular design allows online authorization and transaction processing.\r\n[mini-icon icon=\"ok\"] Already deployed at a major public sector bank in India.\r\n\r\n</div>\r\n</div>','FSS Smart Chip','','inherit','open','open','','250-revision-v1','','','2014-02-26 12:42:17','2014-02-26 12:42:17','',250,'http://039719c.netsolhost.com/ltest/fss/250-revision-v1/',0,'revision','',0),(446,1,'2014-02-26 12:57:20','2014-02-26 12:57:20','','Tips 3','','publish','closed','closed','','tips-3-2','','','2014-02-28 09:15:13','2014-02-28 09:15:13','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=tips&p=446',2,'tips','',0),(447,1,'2014-02-27 09:19:50','2014-02-27 09:19:50','','About Us','','publish','open','open','','about-us','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',0,'http://039719c.netsolhost.com/ltest/fss/?p=447',2,'nav_menu_item','',0),(448,1,'2014-02-27 09:22:01','2014-02-27 09:22:01','<h3>Board of Directors</h3>\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"Mr. Nagaraj V. Mylandla - Founder & Managing Director\"]\r\nMr. Nagaraj Mylandla is the founder and Managing Director of FSS.\r\n\r\nA banker turned entrepreneur, Mr. Mylandla is known for his expertise and vision for the Indian payments industry. He has pioneered and spearheaded the marketing and support of retail and wholesale payment solutions in India. He is credited with the implementation of transaction processing and switching solutions for over 35 banks and financial institutions in India and over 30 clients worldwide.\r\n\r\nPrior to founding FSS, Mr. Mylandla worked with the Indian banking industry and has a CAIIB to his credit. He also had a stint with FDC in the USA and ACI in Omaha, USA.\r\n\r\nIn anticipation of the phenomenal growth and transformation of the Indian payments industry, Mr. Mylandla founded FSS in 1991.\r\n\r\nToday FSS, under Mr. Mylandla’s visionary leadership, is the leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. The company is the preferred technology partner and co-innovator for several leading banks in India and global financial giants. Mr. Mylandla established FSS-ASP network FSSNeT, to provide a pan-India shared ATM network. Today, FSSNeT is one of the largest independent shared payment service providers in the region.\r\n\r\nWith over two decades of experience in the payments industry, Mr. Mylandla is focused on strengthening strategic partnerships with clients, increasing client relevance and evolving the company’s business model towards achieving strategic objectives of FSS. He also steers the global initiatives of FSS while heading the organization.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Mr. Rudhraapathy J - Director\"]\r\nMr. Rudhraapathy J (Rudhraa) is a whole time Director at FSS. With over 22 years of management and technical experience in Banking, Securities, IT and the Payment industry, Mr. Rudhraa has been instrumental in building and scaling many of FSS\' business initiatives successfully. He has a passion for excellence and rigor in execution.\r\n\r\nBefore joining FSS, Mr. Rudhraa served as Vice President in India Switch Company (ISC) and prior to that he worked with Indian Bank and has over a decade of experience in banking and Information Technology. He has been an integral part of the Transaction Processing & Switching industry right from its nascent stages and was actively involved in Indian Bank\'s ATM initiative in 1988 and the switch initiative in 1991.\r\n\r\nMr. Rudhraa joined FSS in 1997 and took the responsibility of building the business base for FSS by acquiring new accounts. He has been instrumental in turning around various business initiatives that he has spearheaded within FSS. Simultaneously, he initiated and oversaw the creation of FSS Development Centre, Mumbai and turned the business around to achieve market leadership in India. He has been actively involved with initiatives related to banks switch and shoulders the organizational responsibility. Presently, he is responsible for overall business development and strategic alliances.\r\n\r\nMr. Rudhraa is an applied science graduate from Madras University, and has a CAIIB to his credit.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Ms. Sharada Mylandla - Director\"]\r\nMs. Sharada is a graduate in applied arts from the Mumbai University. She is a graphic designer by profession, and has been a creative consultant to numerous reputed advertising agencies including Ogilvy & Mather, Mudra, Rediffusion DY&R, Euro RSCG, and many others.\r\n\r\nAs a Director, Ms Sharada actively participates in Corporate Communications and directs advertising, PR, and Event management initiatives at FSS.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Ms. Bala Deshpande - Director\"]\r\nMs. Bala Deshpande is the Senior Managing Director of New Enterprise Associates (India) Pvt. Ltd based in Mumbai and is responsible for creating and building the India platform for NEA.\r\n\r\nBefore joining NEA, she served as a Senior Director of Investments at ICICI Venture where she used her operational experience to identify opportunities for investment and played a strategic role in shaping the future of investee companies.\r\n\r\nMs Bala was a Director in several companies including Pantaloon Retail, Air Deccan, Nagarjuna Construction, Welspun, TechProcess Solutions, Info Edge etc. Her private equity experience has seen the full cycle from nurturing young companies to executing multiple exits including IPOs, buy-backs, strategic sales, and capital market divestments.\r\n\r\nIn addition, Ms. Bala has worked with leading multinational companies such as Bestfoods, Cadburys, and ICI. At Bestfoods, she was part of the Strategic Planning Team and was nominated for the Women Leadership Forum held at Bestfoods, New York.\r\n\r\nMs. Bala has a master’s degree in Economics and Business Administration from Jamnalal Bajaj, Mumbai.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Mr. Srinivas Chidambaram - Director\"]\r\n\r\nMr. Chidambaram is the Managing Director of Jacob Ballas Capital India Pvt Ltd. (JBC) and is responsible for Fund investments, day to day operations of the company and supervising the management team.\r\n\r\nMr. Chidambaram joined JBC in 2005. He has 21 years of financial services and industry experience, including 13 years of private equity experience in India. From 2001 to 2003, Mr Chidambaram worked with HSBC Private Equity (Asia) Ltd, Hong Kong, responsible for private equity investments in India and South East Asia; previously, he served with its affiliate in India for six years, based in New Delhi. From October 2003 until March 2005, he served with HCL Technologies Ltd, a leading Indian IT services company, in the USA and in India, responsible for financial institution relationships and strategic alliances in the investment banking technology and operations division.\r\n\r\nMr Chidambaram commenced his career with SRF Finance Ltd. (since acquired by GE Capital) where he was responsible for Corporate Finance and Investment Banking, based in Bombay. Mr. Chidambaram holds a Bachelor of Commerce degree from the University of Kerala and is a qualified Chartered Accountant.\r\n\r\n[/accordion-item]\r\n[/accordion]','Management Team','','inherit','open','open','','221-revision-v1','','','2014-02-27 09:22:01','2014-02-27 09:22:01','',221,'http://039719c.netsolhost.com/ltest/fss/221-revision-v1/',0,'revision','',0),(449,1,'2014-02-27 09:51:08','2014-02-27 09:51:08','<strong>Advance your career at one of the fastest-growing companies in the payments domain</strong>\r\n\r\nFSS (Financial Software and Systems) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. FSS has earned the status of being a payment systems leader by providing a well-established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>FSS is a company of diverse, talented people with a passion for pursuing excellence in the payments domain.</strong>\r\n\r\nFSS has over 1,500 professionals who are creating the future of payments that are trusted by more than 100 clients across the globe. Led by a team of ex-bankers and technocrats from the banking and financial services industry, FSS has combined the experience of its management team and the dexterity of its employees into a success formula to forge ahead in the sphere of e-payments.\r\n\r\nFSS provides employees an energizing, challenging yet enjoyable and rewarding working environment making it a preferred work place for future leaders.\r\n\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"Head - Legal\"] <strong>Job Description</strong>\r\n<ul>\r\n <li>The person will be responsible for managing the whole of legal systems & processes and company secretary role for FSS</li>\r\n <li>The person shall be responsible for management and administration of contracts</li>\r\n <li>The person will identify potential risks in contracts and provide recommendations and alternatives</li>\r\n <li>The person will represent the company before statutory authorities for various legal matters</li>\r\n</ul>\r\n[/accordion-item]\r\n[accordion-item title=\"Business Development Manager - Delhi\"]<strong>Job Description</strong>\r\n\r\nA. Objective\r\n\r\nLead and direct the Business Development, Sales efforts of FSS’s services/products for assigned accounts in ATM business, India\r\nBe responsible for top line and bottom line for the same\r\n\r\nB. Role and Responsibility\r\n\r\nFinancial:\r\n<ul>\r\n <li>Chart & achieve clear revenue targets for new business from the assigned accounts</li>\r\n <li>Achieve agreed margins for new business</li>\r\n <li>Achieve agreed numbers w.r.to conversion ratio of prospects / clients</li>\r\n</ul>\r\nStrategic:\r\n<ul>\r\n <li>Be responsible for tracking and presenting competitive intelligence as per the agreed milestones</li>\r\n <li>Be responsible for tracking and presenting business intelligence(analysis and reports) as per the agreed milestones</li>\r\n <li>Sustain unique selling proposition and brand equity</li>\r\n</ul>\r\nCustomer satisfaction:\r\n<ul>\r\n <li>Create and manage customer database. Provide better information w.r.to customer contacts</li>\r\n <li>Anticipate customer evolution, i.e., to receive, discuss and anticipate new requirements from/with customers and propose ‘lowest effort’ solutions or workarounds</li>\r\n <li>Maintain and build strong relationships with customers to increase customer satisfaction.</li>\r\n</ul>\r\n[/accordion-item]\r\n[/accordion]','Careers','','inherit','open','open','','228-revision-v1','','','2014-02-27 09:51:08','2014-02-27 09:51:08','',228,'http://039719c.netsolhost.com/ltest/fss/228-revision-v1/',0,'revision','',0),(450,1,'2014-02-27 10:07:19','2014-02-27 10:07:19','<h3 style=\"text-align: left;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-weight: normal;\">[separator headline=\"h3\" title=\"Jacob Ballas Capital India Private Limited.\"]</span></h3>\n<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\"><img class=\"alignleft size-full wp-image-426\" style=\"margin: 0 -1px -3px 0;\" alt=\"fss-jacob-ballas\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\" width=\"177\" height=\"82\" /></a>\n\nJacob Ballas Capital India Private Limited or JBC is a non - banking finance company focused on private equity advisory services.\n\nNew York Life Investment Management India (NYLIM) Jacob Ballas Funds have completed 20 growth capital investments in India since 2000, typically minority stake investments in privately held growth oriented \"blue-chip\" Indian companies, usually leadership platforms in fast growing, fragmented industries. Based in New Delhi, India, JBC currently serves as the Advisor to three private equity funds namely the New York Life International India Fund (\"Fund I\"), New York Life Investment Management India Fund (\"Fund II\") and NYLIM Jacob Ballas India Fund III (\"Fund III\")\n\nJBC has a strong track record of assisting portfolio companies in areas such as business strategy, business development & strategic alliances, talent attraction, M&A initiatives, and IPO preparation.\n\nFor additional information, visit, <a href=\"http://www.jbindia.co.in\">www.jbindia.co.in</a>\n\n[separator headline=\"h3\" title=\"New Enterprise Associates, Inc.\"]\n<h3><a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\"><img class=\"alignleft size-full wp-image-432\" style=\"margin: 0 -1px -3px 0;\" alt=\"fss-nea\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\" width=\"177\" height=\"82\" /></a></h3>\nNew Enterprise Associates, Inc. (NEA) is a leading venture capital and growth equity firm focused on helping entrepreneurs build transformational businesses across multiple stages and sectors.\n\nSince the firm\'s founding in 1978, NEA\'s experienced management team has invested in over 650 companies, of which more than 170 have gone public and more than 290 have been acquired. With approximately $11 billion in committed capital, NEA has invested in information technology, healthcare and energy technology companies at all stages in a company\'s lifecycle, from seed stage through IPO. The company has offices in USA (Washington DC and California), India (in Bangalore and Mumbai), and China (Beijing and Shanghai).\nFor additional information, visit, <a href=\"http://www.nea.com\">www.nea.com</a>','Investors','','inherit','open','open','','223-autosave-v1','','','2014-02-27 10:07:19','2014-02-27 10:07:19','',223,'http://039719c.netsolhost.com/ltest/fss/223-autosave-v1/',0,'revision','',0),(451,1,'2014-02-27 09:54:13','2014-02-27 09:54:13','<h3>Jacob Ballas Capital India Private Limited.</h3>\r\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\"><img class=\"alignleft size-full wp-image-426\" alt=\"fss-jacob-ballas\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\" width=\"177\" height=\"82\" /></a>[/responsive]\r\n\r\nJacob Ballas Capital India Private Limited or JBC is a non - banking finance company focused on private equity advisory services.\r\n\r\nNew York Life Investment Management India (NYLIM) Jacob Ballas Funds have completed 20 growth capital investments in India since 2000, typically minority stake investments in privately held growth oriented \"blue-chip\" Indian companies, usually leadership platforms in fast growing, fragmented industries. Based in New Delhi, India, JBC currently serves as the Advisor to three private equity funds namely the New York Life International India Fund (\"Fund I\"), New York Life Investment Management India Fund (\"Fund II\") and NYLIM Jacob Ballas India Fund III (\"Fund III\")\r\n\r\nJBC has a strong track record of assisting portfolio companies in areas such as business strategy, business development & strategic alliances, talent attraction, M&A initiatives, and IPO preparation.\r\n\r\nFor additional information, visit, <a href=\"http://www.jbindia.co.in\">www.jbindia.co.in</a>\r\n<h3>New Enterprise Associates, Inc.\r\n<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\"><img class=\"alignleft size-full wp-image-432\" alt=\"fss-nea\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\" width=\"177\" height=\"82\" /></a></h3>\r\nNew Enterprise Associates, Inc. (NEA) is a leading venture capital and growth equity firm focused on helping entrepreneurs build transformational businesses across multiple stages and sectors.\r\n\r\nSince the firm\'s founding in 1978, NEA\'s experienced management team has invested in over 650 companies, of which more than 170 have gone public and more than 290 have been acquired. With approximately $11 billion in committed capital, NEA has invested in information technology, healthcare and energy technology companies at all stages in a company\'s lifecycle, from seed stage through IPO. The company has offices in USA (Washington DC and California), India (in Bangalore and Mumbai), and China (Beijing and Shanghai).\r\nFor additional information, visit, <a href=\"http://www.nea.com\">www.nea.com</a>','Investors','','inherit','open','open','','223-revision-v1','','','2014-02-27 09:54:13','2014-02-27 09:54:13','',223,'http://039719c.netsolhost.com/ltest/fss/223-revision-v1/',0,'revision','',0),(452,1,'2014-02-27 09:56:37','2014-02-27 09:56:37','<h3>Jacob Ballas Capital India Private Limited.</h3>\r\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\"><img class=\"size-full wp-image-426 alignnone\" alt=\"fss-jacob-ballas\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\" width=\"177\" height=\"82\" /></a>[/responsive]\r\n\r\nJacob Ballas Capital India Private Limited or JBC is a non - banking finance company focused on private equity advisory services.\r\n\r\nNew York Life Investment Management India (NYLIM) Jacob Ballas Funds have completed 20 growth capital investments in India since 2000, typically minority stake investments in privately held growth oriented \"blue-chip\" Indian companies, usually leadership platforms in fast growing, fragmented industries. Based in New Delhi, India, JBC currently serves as the Advisor to three private equity funds namely the New York Life International India Fund (\"Fund I\"), New York Life Investment Management India Fund (\"Fund II\") and NYLIM Jacob Ballas India Fund III (\"Fund III\")\r\n\r\nJBC has a strong track record of assisting portfolio companies in areas such as business strategy, business development & strategic alliances, talent attraction, M&A initiatives, and IPO preparation.\r\n\r\nFor additional information, visit, <a href=\"http://www.jbindia.co.in\">www.jbindia.co.in</a>\r\n<h3>New Enterprise Associates, Inc.\r\n<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\"><img class=\"alignleft size-full wp-image-432\" alt=\"fss-nea\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\" width=\"177\" height=\"82\" /></a></h3>\r\nNew Enterprise Associates, Inc. (NEA) is a leading venture capital and growth equity firm focused on helping entrepreneurs build transformational businesses across multiple stages and sectors.\r\n\r\nSince the firm\'s founding in 1978, NEA\'s experienced management team has invested in over 650 companies, of which more than 170 have gone public and more than 290 have been acquired. With approximately $11 billion in committed capital, NEA has invested in information technology, healthcare and energy technology companies at all stages in a company\'s lifecycle, from seed stage through IPO. The company has offices in USA (Washington DC and California), India (in Bangalore and Mumbai), and China (Beijing and Shanghai).\r\nFor additional information, visit, <a href=\"http://www.nea.com\">www.nea.com</a>','Investors','','inherit','open','open','','223-revision-v1','','','2014-02-27 09:56:37','2014-02-27 09:56:37','',223,'http://039719c.netsolhost.com/ltest/fss/223-revision-v1/',0,'revision','',0),(453,1,'2014-02-27 09:59:06','2014-02-27 09:59:06','<h3 style=\"text-align: left;\"></h3>\r\n[separator headline=\"h1\" title=\"Jacob Ballas Capital India Private Limited.\"]\r\n\r\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\"><img class=\"size-full wp-image-426 alignnone\" alt=\"fss-jacob-ballas\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\" width=\"177\" height=\"82\" /></a>[/responsive]\r\n\r\nJacob Ballas Capital India Private Limited or JBC is a non - banking finance company focused on private equity advisory services.\r\n\r\nNew York Life Investment Management India (NYLIM) Jacob Ballas Funds have completed 20 growth capital investments in India since 2000, typically minority stake investments in privately held growth oriented \"blue-chip\" Indian companies, usually leadership platforms in fast growing, fragmented industries. Based in New Delhi, India, JBC currently serves as the Advisor to three private equity funds namely the New York Life International India Fund (\"Fund I\"), New York Life Investment Management India Fund (\"Fund II\") and NYLIM Jacob Ballas India Fund III (\"Fund III\")\r\n\r\nJBC has a strong track record of assisting portfolio companies in areas such as business strategy, business development & strategic alliances, talent attraction, M&A initiatives, and IPO preparation.\r\n\r\nFor additional information, visit, <a href=\"http://www.jbindia.co.in\">www.jbindia.co.in</a>\r\n<h3>New Enterprise Associates, Inc.\r\n<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\"><img class=\"alignleft size-full wp-image-432\" alt=\"fss-nea\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\" width=\"177\" height=\"82\" /></a></h3>\r\nNew Enterprise Associates, Inc. (NEA) is a leading venture capital and growth equity firm focused on helping entrepreneurs build transformational businesses across multiple stages and sectors.\r\n\r\nSince the firm\'s founding in 1978, NEA\'s experienced management team has invested in over 650 companies, of which more than 170 have gone public and more than 290 have been acquired. With approximately $11 billion in committed capital, NEA has invested in information technology, healthcare and energy technology companies at all stages in a company\'s lifecycle, from seed stage through IPO. The company has offices in USA (Washington DC and California), India (in Bangalore and Mumbai), and China (Beijing and Shanghai).\r\nFor additional information, visit, <a href=\"http://www.nea.com\">www.nea.com</a>','Investors','','inherit','open','open','','223-revision-v1','','','2014-02-27 09:59:06','2014-02-27 09:59:06','',223,'http://039719c.netsolhost.com/ltest/fss/223-revision-v1/',0,'revision','',0),(454,1,'2014-02-27 09:59:35','2014-02-27 09:59:35','<h3 style=\"text-align: left;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-weight: normal;\">[separator headline=\"h2\" title=\"Jacob Ballas Capital India Private Limited.\"]</span></h3>\r\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\"><img class=\"size-full wp-image-426 alignnone\" alt=\"fss-jacob-ballas\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\" width=\"177\" height=\"82\" /></a>[/responsive]\r\n\r\nJacob Ballas Capital India Private Limited or JBC is a non - banking finance company focused on private equity advisory services.\r\n\r\nNew York Life Investment Management India (NYLIM) Jacob Ballas Funds have completed 20 growth capital investments in India since 2000, typically minority stake investments in privately held growth oriented \"blue-chip\" Indian companies, usually leadership platforms in fast growing, fragmented industries. Based in New Delhi, India, JBC currently serves as the Advisor to three private equity funds namely the New York Life International India Fund (\"Fund I\"), New York Life Investment Management India Fund (\"Fund II\") and NYLIM Jacob Ballas India Fund III (\"Fund III\")\r\n\r\nJBC has a strong track record of assisting portfolio companies in areas such as business strategy, business development & strategic alliances, talent attraction, M&A initiatives, and IPO preparation.\r\n\r\nFor additional information, visit, <a href=\"http://www.jbindia.co.in\">www.jbindia.co.in</a>\r\n<h3>New Enterprise Associates, Inc.\r\n<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\"><img class=\"alignleft size-full wp-image-432\" alt=\"fss-nea\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\" width=\"177\" height=\"82\" /></a></h3>\r\nNew Enterprise Associates, Inc. (NEA) is a leading venture capital and growth equity firm focused on helping entrepreneurs build transformational businesses across multiple stages and sectors.\r\n\r\nSince the firm\'s founding in 1978, NEA\'s experienced management team has invested in over 650 companies, of which more than 170 have gone public and more than 290 have been acquired. With approximately $11 billion in committed capital, NEA has invested in information technology, healthcare and energy technology companies at all stages in a company\'s lifecycle, from seed stage through IPO. The company has offices in USA (Washington DC and California), India (in Bangalore and Mumbai), and China (Beijing and Shanghai).\r\nFor additional information, visit, <a href=\"http://www.nea.com\">www.nea.com</a>','Investors','','inherit','open','open','','223-revision-v1','','','2014-02-27 09:59:35','2014-02-27 09:59:35','',223,'http://039719c.netsolhost.com/ltest/fss/223-revision-v1/',0,'revision','',0),(455,1,'2014-02-27 09:59:53','2014-02-27 09:59:53','<h3 style=\"text-align: left;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-weight: normal;\">[separator headline=\"h3\" title=\"Jacob Ballas Capital India Private Limited.\"]</span></h3>\r\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\"><img class=\"size-full wp-image-426 alignnone\" alt=\"fss-jacob-ballas\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\" width=\"177\" height=\"82\" /></a>[/responsive]\r\n\r\nJacob Ballas Capital India Private Limited or JBC is a non - banking finance company focused on private equity advisory services.\r\n\r\nNew York Life Investment Management India (NYLIM) Jacob Ballas Funds have completed 20 growth capital investments in India since 2000, typically minority stake investments in privately held growth oriented \"blue-chip\" Indian companies, usually leadership platforms in fast growing, fragmented industries. Based in New Delhi, India, JBC currently serves as the Advisor to three private equity funds namely the New York Life International India Fund (\"Fund I\"), New York Life Investment Management India Fund (\"Fund II\") and NYLIM Jacob Ballas India Fund III (\"Fund III\")\r\n\r\nJBC has a strong track record of assisting portfolio companies in areas such as business strategy, business development & strategic alliances, talent attraction, M&A initiatives, and IPO preparation.\r\n\r\nFor additional information, visit, <a href=\"http://www.jbindia.co.in\">www.jbindia.co.in</a>\r\n<h3>New Enterprise Associates, Inc.\r\n<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\"><img class=\"alignleft size-full wp-image-432\" alt=\"fss-nea\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\" width=\"177\" height=\"82\" /></a></h3>\r\nNew Enterprise Associates, Inc. (NEA) is a leading venture capital and growth equity firm focused on helping entrepreneurs build transformational businesses across multiple stages and sectors.\r\n\r\nSince the firm\'s founding in 1978, NEA\'s experienced management team has invested in over 650 companies, of which more than 170 have gone public and more than 290 have been acquired. With approximately $11 billion in committed capital, NEA has invested in information technology, healthcare and energy technology companies at all stages in a company\'s lifecycle, from seed stage through IPO. The company has offices in USA (Washington DC and California), India (in Bangalore and Mumbai), and China (Beijing and Shanghai).\r\nFor additional information, visit, <a href=\"http://www.nea.com\">www.nea.com</a>','Investors','','inherit','open','open','','223-revision-v1','','','2014-02-27 09:59:53','2014-02-27 09:59:53','',223,'http://039719c.netsolhost.com/ltest/fss/223-revision-v1/',0,'revision','',0),(456,1,'2014-02-27 10:01:25','2014-02-27 10:01:25','<h3 style=\"text-align: left;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-weight: normal;\">[separator headline=\"h3\" title=\"Jacob Ballas Capital India Private Limited.\"]</span></h3>\r\n<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\"><img class=\"alignleft size-full wp-image-426\" alt=\"fss-jacob-ballas\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\" width=\"177\" height=\"82\" /></a>\r\n\r\nJacob Ballas Capital India Private Limited or JBC is a non - banking finance company focused on private equity advisory services.\r\n\r\nNew York Life Investment Management India (NYLIM) Jacob Ballas Funds have completed 20 growth capital investments in India since 2000, typically minority stake investments in privately held growth oriented \"blue-chip\" Indian companies, usually leadership platforms in fast growing, fragmented industries. Based in New Delhi, India, JBC currently serves as the Advisor to three private equity funds namely the New York Life International India Fund (\"Fund I\"), New York Life Investment Management India Fund (\"Fund II\") and NYLIM Jacob Ballas India Fund III (\"Fund III\")\r\n\r\nJBC has a strong track record of assisting portfolio companies in areas such as business strategy, business development & strategic alliances, talent attraction, M&A initiatives, and IPO preparation.\r\n\r\nFor additional information, visit, <a href=\"http://www.jbindia.co.in\">www.jbindia.co.in</a>\r\n<h3>New Enterprise Associates, Inc.\r\n<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\"><img class=\"alignleft size-full wp-image-432\" alt=\"fss-nea\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\" width=\"177\" height=\"82\" /></a></h3>\r\nNew Enterprise Associates, Inc. (NEA) is a leading venture capital and growth equity firm focused on helping entrepreneurs build transformational businesses across multiple stages and sectors.\r\n\r\nSince the firm\'s founding in 1978, NEA\'s experienced management team has invested in over 650 companies, of which more than 170 have gone public and more than 290 have been acquired. With approximately $11 billion in committed capital, NEA has invested in information technology, healthcare and energy technology companies at all stages in a company\'s lifecycle, from seed stage through IPO. The company has offices in USA (Washington DC and California), India (in Bangalore and Mumbai), and China (Beijing and Shanghai).\r\nFor additional information, visit, <a href=\"http://www.nea.com\">www.nea.com</a>','Investors','','inherit','open','open','','223-revision-v1','','','2014-02-27 10:01:25','2014-02-27 10:01:25','',223,'http://039719c.netsolhost.com/ltest/fss/223-revision-v1/',0,'revision','',0),(457,1,'2014-02-27 10:02:20','2014-02-27 10:02:20','<h3 style=\"text-align: left;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-weight: normal;\">[separator headline=\"h3\" title=\"Jacob Ballas Capital India Private Limited.\"]</span></h3>\r\n<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\"><img class=\"alignleft size-full wp-image-426\" style=\"margin: -10px;\" alt=\"fss-jacob-ballas\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\" width=\"177\" height=\"82\" /></a>\r\n\r\nJacob Ballas Capital India Private Limited or JBC is a non - banking finance company focused on private equity advisory services.\r\n\r\nNew York Life Investment Management India (NYLIM) Jacob Ballas Funds have completed 20 growth capital investments in India since 2000, typically minority stake investments in privately held growth oriented \"blue-chip\" Indian companies, usually leadership platforms in fast growing, fragmented industries. Based in New Delhi, India, JBC currently serves as the Advisor to three private equity funds namely the New York Life International India Fund (\"Fund I\"), New York Life Investment Management India Fund (\"Fund II\") and NYLIM Jacob Ballas India Fund III (\"Fund III\")\r\n\r\nJBC has a strong track record of assisting portfolio companies in areas such as business strategy, business development & strategic alliances, talent attraction, M&A initiatives, and IPO preparation.\r\n\r\nFor additional information, visit, <a href=\"http://www.jbindia.co.in\">www.jbindia.co.in</a>\r\n<h3>New Enterprise Associates, Inc.\r\n<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\"><img class=\"alignleft size-full wp-image-432\" alt=\"fss-nea\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\" width=\"177\" height=\"82\" /></a></h3>\r\nNew Enterprise Associates, Inc. (NEA) is a leading venture capital and growth equity firm focused on helping entrepreneurs build transformational businesses across multiple stages and sectors.\r\n\r\nSince the firm\'s founding in 1978, NEA\'s experienced management team has invested in over 650 companies, of which more than 170 have gone public and more than 290 have been acquired. With approximately $11 billion in committed capital, NEA has invested in information technology, healthcare and energy technology companies at all stages in a company\'s lifecycle, from seed stage through IPO. The company has offices in USA (Washington DC and California), India (in Bangalore and Mumbai), and China (Beijing and Shanghai).\r\nFor additional information, visit, <a href=\"http://www.nea.com\">www.nea.com</a>','Investors','','inherit','open','open','','223-revision-v1','','','2014-02-27 10:02:20','2014-02-27 10:02:20','',223,'http://039719c.netsolhost.com/ltest/fss/223-revision-v1/',0,'revision','',0),(458,1,'2014-02-27 10:03:52','2014-02-27 10:03:52','<h3 style=\"text-align: left;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-weight: normal;\">[separator headline=\"h3\" title=\"Jacob Ballas Capital India Private Limited.\"]</span></h3>\r\n<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\"><img class=\"alignleft size-full wp-image-426\" style=\"margin: 0 -3px -3px 0\" alt=\"fss-jacob-ballas\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\" width=\"177\" height=\"82\" /></a>\r\n\r\nJacob Ballas Capital India Private Limited or JBC is a non - banking finance company focused on private equity advisory services.\r\n\r\nNew York Life Investment Management India (NYLIM) Jacob Ballas Funds have completed 20 growth capital investments in India since 2000, typically minority stake investments in privately held growth oriented \"blue-chip\" Indian companies, usually leadership platforms in fast growing, fragmented industries. Based in New Delhi, India, JBC currently serves as the Advisor to three private equity funds namely the New York Life International India Fund (\"Fund I\"), New York Life Investment Management India Fund (\"Fund II\") and NYLIM Jacob Ballas India Fund III (\"Fund III\")\r\n\r\nJBC has a strong track record of assisting portfolio companies in areas such as business strategy, business development & strategic alliances, talent attraction, M&A initiatives, and IPO preparation.\r\n\r\nFor additional information, visit, <a href=\"http://www.jbindia.co.in\">www.jbindia.co.in</a>\r\n<h3>New Enterprise Associates, Inc.\r\n<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\"><img class=\"alignleft size-full wp-image-432\" alt=\"fss-nea\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\" width=\"177\" height=\"82\" /></a></h3>\r\nNew Enterprise Associates, Inc. (NEA) is a leading venture capital and growth equity firm focused on helping entrepreneurs build transformational businesses across multiple stages and sectors.\r\n\r\nSince the firm\'s founding in 1978, NEA\'s experienced management team has invested in over 650 companies, of which more than 170 have gone public and more than 290 have been acquired. With approximately $11 billion in committed capital, NEA has invested in information technology, healthcare and energy technology companies at all stages in a company\'s lifecycle, from seed stage through IPO. The company has offices in USA (Washington DC and California), India (in Bangalore and Mumbai), and China (Beijing and Shanghai).\r\nFor additional information, visit, <a href=\"http://www.nea.com\">www.nea.com</a>','Investors','','inherit','open','open','','223-revision-v1','','','2014-02-27 10:03:52','2014-02-27 10:03:52','',223,'http://039719c.netsolhost.com/ltest/fss/223-revision-v1/',0,'revision','',0),(459,1,'2014-02-27 10:04:28','2014-02-27 10:04:28','<h3 style=\"text-align: left;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-weight: normal;\">[separator headline=\"h3\" title=\"Jacob Ballas Capital India Private Limited.\"]</span></h3>\r\n<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\"><img class=\"alignleft size-full wp-image-426\" style=\"margin: 0 -1px -3px 0;\" alt=\"fss-jacob-ballas\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\" width=\"177\" height=\"82\" /></a>\r\n\r\nJacob Ballas Capital India Private Limited or JBC is a non - banking finance company focused on private equity advisory services.\r\n\r\nNew York Life Investment Management India (NYLIM) Jacob Ballas Funds have completed 20 growth capital investments in India since 2000, typically minority stake investments in privately held growth oriented \"blue-chip\" Indian companies, usually leadership platforms in fast growing, fragmented industries. Based in New Delhi, India, JBC currently serves as the Advisor to three private equity funds namely the New York Life International India Fund (\"Fund I\"), New York Life Investment Management India Fund (\"Fund II\") and NYLIM Jacob Ballas India Fund III (\"Fund III\")\r\n\r\nJBC has a strong track record of assisting portfolio companies in areas such as business strategy, business development & strategic alliances, talent attraction, M&A initiatives, and IPO preparation.\r\n\r\nFor additional information, visit, <a href=\"http://www.jbindia.co.in\">www.jbindia.co.in</a>\r\n<h3>New Enterprise Associates, Inc.\r\n<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\"><img class=\"alignleft size-full wp-image-432\" alt=\"fss-nea\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\" width=\"177\" height=\"82\" /></a></h3>\r\nNew Enterprise Associates, Inc. (NEA) is a leading venture capital and growth equity firm focused on helping entrepreneurs build transformational businesses across multiple stages and sectors.\r\n\r\nSince the firm\'s founding in 1978, NEA\'s experienced management team has invested in over 650 companies, of which more than 170 have gone public and more than 290 have been acquired. With approximately $11 billion in committed capital, NEA has invested in information technology, healthcare and energy technology companies at all stages in a company\'s lifecycle, from seed stage through IPO. The company has offices in USA (Washington DC and California), India (in Bangalore and Mumbai), and China (Beijing and Shanghai).\r\nFor additional information, visit, <a href=\"http://www.nea.com\">www.nea.com</a>','Investors','','inherit','open','open','','223-revision-v1','','','2014-02-27 10:04:28','2014-02-27 10:04:28','',223,'http://039719c.netsolhost.com/ltest/fss/223-revision-v1/',0,'revision','',0),(460,1,'2014-02-27 10:06:09','2014-02-27 10:06:09','<h3 style=\"text-align: left;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-weight: normal;\">[separator headline=\"h3\" title=\"Jacob Ballas Capital India Private Limited.\"]</span></h3>\r\n<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\"><img class=\"alignleft size-full wp-image-426\" style=\"margin: 0 -1px -3px 0;\" alt=\"fss-jacob-ballas\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\" width=\"177\" height=\"82\" /></a>\r\n\r\nJacob Ballas Capital India Private Limited or JBC is a non - banking finance company focused on private equity advisory services.\r\n\r\nNew York Life Investment Management India (NYLIM) Jacob Ballas Funds have completed 20 growth capital investments in India since 2000, typically minority stake investments in privately held growth oriented \"blue-chip\" Indian companies, usually leadership platforms in fast growing, fragmented industries. Based in New Delhi, India, JBC currently serves as the Advisor to three private equity funds namely the New York Life International India Fund (\"Fund I\"), New York Life Investment Management India Fund (\"Fund II\") and NYLIM Jacob Ballas India Fund III (\"Fund III\")\r\n\r\nJBC has a strong track record of assisting portfolio companies in areas such as business strategy, business development & strategic alliances, talent attraction, M&A initiatives, and IPO preparation.\r\n\r\nFor additional information, visit, <a href=\"http://www.jbindia.co.in\">www.jbindia.co.in</a>\r\n\r\n[separator headline=\"h3\" title=\"New Enterprise Associates, Inc.\"]\r\n<h3><a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\"><img class=\"alignleft size-full wp-image-432\" style=\"margin: 0 -1px -3px 0\" alt=\"fss-nea\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\" width=\"177\" height=\"82\" /></a></h3>\r\nNew Enterprise Associates, Inc. (NEA) is a leading venture capital and growth equity firm focused on helping entrepreneurs build transformational businesses across multiple stages and sectors.\r\n\r\nSince the firm\'s founding in 1978, NEA\'s experienced management team has invested in over 650 companies, of which more than 170 have gone public and more than 290 have been acquired. With approximately $11 billion in committed capital, NEA has invested in information technology, healthcare and energy technology companies at all stages in a company\'s lifecycle, from seed stage through IPO. The company has offices in USA (Washington DC and California), India (in Bangalore and Mumbai), and China (Beijing and Shanghai).\r\nFor additional information, visit, <a href=\"http://www.nea.com\">www.nea.com</a>','Investors','','inherit','open','open','','223-revision-v1','','','2014-02-27 10:06:09','2014-02-27 10:06:09','',223,'http://039719c.netsolhost.com/ltest/fss/223-revision-v1/',0,'revision','',0),(461,1,'2014-02-27 10:07:49','2014-02-27 10:07:49','<h3 style=\"text-align: left;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-weight: normal;\">[separator headline=\"h3\" title=\"Jacob Ballas Capital India Private Limited.\"]</span></h3>\r\n<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\"><img class=\"alignleft size-full wp-image-426\" style=\"margin: 0 5px -3px 0;\" alt=\"fss-jacob-ballas\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\" width=\"177\" height=\"82\" /></a>\r\n\r\nJacob Ballas Capital India Private Limited or JBC is a non - banking finance company focused on private equity advisory services.\r\n\r\nNew York Life Investment Management India (NYLIM) Jacob Ballas Funds have completed 20 growth capital investments in India since 2000, typically minority stake investments in privately held growth oriented \"blue-chip\" Indian companies, usually leadership platforms in fast growing, fragmented industries. Based in New Delhi, India, JBC currently serves as the Advisor to three private equity funds namely the New York Life International India Fund (\"Fund I\"), New York Life Investment Management India Fund (\"Fund II\") and NYLIM Jacob Ballas India Fund III (\"Fund III\")\r\n\r\nJBC has a strong track record of assisting portfolio companies in areas such as business strategy, business development & strategic alliances, talent attraction, M&A initiatives, and IPO preparation.\r\n\r\nFor additional information, visit, <a href=\"http://www.jbindia.co.in\">www.jbindia.co.in</a>\r\n\r\n[separator headline=\"h3\" title=\"New Enterprise Associates, Inc.\"]\r\n<h3><a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\"><img class=\"alignleft size-full wp-image-432\" style=\"margin: 0 5px -3px 0;\" alt=\"fss-nea\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\" width=\"177\" height=\"82\" /></a></h3>\r\nNew Enterprise Associates, Inc. (NEA) is a leading venture capital and growth equity firm focused on helping entrepreneurs build transformational businesses across multiple stages and sectors.\r\n\r\nSince the firm\'s founding in 1978, NEA\'s experienced management team has invested in over 650 companies, of which more than 170 have gone public and more than 290 have been acquired. With approximately $11 billion in committed capital, NEA has invested in information technology, healthcare and energy technology companies at all stages in a company\'s lifecycle, from seed stage through IPO. The company has offices in USA (Washington DC and California), India (in Bangalore and Mumbai), and China (Beijing and Shanghai).\r\nFor additional information, visit, <a href=\"http://www.nea.com\">www.nea.com</a>','Investors','','inherit','open','open','','223-revision-v1','','','2014-02-27 10:07:49','2014-02-27 10:07:49','',223,'http://039719c.netsolhost.com/ltest/fss/223-revision-v1/',0,'revision','',0),(462,1,'2014-02-27 10:16:55','2014-02-27 10:16:55','[responsive]<img class=\"alignnone size-full wp-image-950\" alt=\"fss-contact-us\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-contact-us.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"FSS India Offices\"]\r\n\r\n[one_half]<strong>CORPORATE OFFICE</strong>\r\n\r\n<strong>Financial Software & Systems (P) Ltd</strong>\r\nG 4, 1st Cross Street\r\nSIPCOT IT Park\r\nRajiv Gandhi Salai (OMR)\r\nSiruseri, Navalur,\r\nChennai, TN - 603 103\r\nIndia\r\nTel: +91 44 4741 5600\r\nFax: +91 44 4741 5601\r\nE-mail: <a href=\"mailto:info@fss.co.in\">info@fss.co.in</a>[/one_half] [one_half_last]\r\n\r\n \r\n\r\n<strong>Financial Software & Systems (P) Ltd\r\n</strong>701-702, 7th Floor\r\nTower-A, 247 Park\r\nHincon House\r\nLBS Marg, Vikhroli (W)\r\nMumbai - 400 083\r\nIndia\r\nTel: +91 22 4241 5000\r\nFax: +91 22 4241 5001\r\nE-mail: <a href=\"mailto:info@fss.co.in\">info@fss.co.in</a>[/one_half_last]\r\n\r\n[/accordion-item][/accordion][accordion open=\"2\"]\r\n[accordion-item title=\"FSS Worldwide Offices\"][one_half]<strong>FSS Technologies (Australia) Pty Ltd</strong>\r\nLevel 9, 440 Collins Street\r\nMelbourne, VIC 3000\r\nTel: +61 3 9607 1306\r\nFax: +61 3 9607 1307\r\nE-mail: <a href=\"mailto:sales-au@fsstech.com\">sales-au@fsstech.com</a>[/one_half] [one_half_last]<strong>FSS Technologies (Australia) Pty Ltd</strong>\r\nLevel 9, 440 Collins Street\r\nMelbourne, VIC 3000\r\nTel: +61 3 9607 1306\r\nFax: +61 3 9607 1307\r\nE-mail: <a href=\"mailto:sales-au@fsstech.com\">sales-au@fsstech.com</a>[/one_half_last][one_half]<strong>FSS Technologies, FZE</strong>\r\nSAIF ZONE\r\nExecutive Suite Y1-040\r\nP.O.Box No.9413\r\nSharjah, UAE\r\nTel: +971 6 5575 963\r\nFax: +971 6 5575 964\r\nE-mail: <a href=\"mailto:sales-me@fsstech.com\">sales-me@fsstech.com</a>[/one_half] [one_half_last]<strong>FSS Technologies (UK) limited</strong>\r\nIveco House, Station Road\r\nWatford, WD17 IDL,\r\nUK\r\nTel: +44 (0) 1923 884 241\r\nFax: +44 (0) 1923 381058\r\nE-mail: <a href=\"mailto:sales-eu@fsstech.com\">sales-eu@fsstech.com</a>[/one_half_last][one_half]<strong>FSS Technologies Canada Inc</strong>\r\n21 St. Clair Ave E.\r\nSuite 401\r\nToronto, Ontario M4T 1L9\r\nTel: (415) 380-9287\r\nE-mail: <a href=\"mailto:sales-ca@fsstech.com\">sales-ca@fsstech.com</a>[/one_half] [one_half_last]<strong>FSS Technologies (Singapore) Pte Ltd</strong>\r\n3, Temasek Avenue\r\n#34-00, Centennial Tower\r\nSingapore (039 190)\r\nTel: +65-6549 9709\r\nE-mail:<a href=\"mailto:sales-asean@fsstech.com\">sales-asean@fsstech.com</a>[/one_half_last][one_half]<strong>FSS Technologies USA Inc</strong>\r\n24044 Cinco Village Center Blvd.\r\nSuite 100\r\nKaty, TX 77494\r\nTel: (281) 712-1035\r\nE-mail: <a href=\"mailto:sales-usa@fsstech.com\">sales-usa@fsstech.com</a>[/one_half][/accordion-item]\r\n[/accordion]','Contact Us','','publish','open','open','','contact-us','','','2014-05-26 09:48:46','2014-05-26 09:48:46','',0,'http://039719c.netsolhost.com/ltest/fss/?page_id=462',0,'page','',0),(463,1,'2014-02-27 10:16:55','2014-02-27 10:16:55','[accordion open=\"1\"]\r\n[accordion-item title=\"FSS India Offices\"][separator headline=\" h2\" title=\"CORPORATE OFFICE\"][one_half]Content here.[/one_half] [one_half_last]Content here.[/one_half_last][/accordion-item]\r\n\r\n[accordion-item title=\"Second Tab Title\"]Your Text[/accordion-item]\r\n[accordion-item title=\"Third Tab Title\"]Your Text[/accordion-item]\r\n[/accordion]','Contact Us','','inherit','open','open','','462-revision-v1','','','2014-02-27 10:16:55','2014-02-27 10:16:55','',462,'http://039719c.netsolhost.com/ltest/fss/462-revision-v1/',0,'revision','',0),(464,1,'2014-02-27 10:32:13','2014-02-27 10:32:13','[accordion open=\"1\"]\n[accordion-item title=\"FSS India Offices\"][one_half]<span style=\"text-decoration: underline;\"><strong>CORPORATE OFFICE</strong></span>\n\n<strong>Financial Software & Systems (P) Ltd</strong>\nG 4, 1st Cross Street\nSIPCOT IT Park\nRajiv Gandhi Salai (OMR)\nSiruseri, Navalur,\nChennai, TN - 603 103\nIndia\nTel: +91 44 4741 5600\nFax: +91 44 4741 5601\nE-mail: <a href=\"mailto:info@fss.co.in\">info@fss.co.in</a>\n[/one_half] [one_half_last]\n\n \n\n<b>Financial Software & Systems (P) Ltd</b>\n701-702, 7th Floor\nTower-A, 247 Park\nHincon House\nLBS Marg, Vikhroli (W)\nMumbai - 400 083\nIndia\n<b>Tel:</b> +91 22 4241 5000\n<b>Fax:</b> +91 22 4241 5001\n<b>E-mail:</b> <span style=\"text-decoration: underline;\"><a href=\"mailto:info@fss.co.in\">info@fss.co.in</a></span>[/one_half_last][/accordion-item]\n\n[accordion-item title=\"FSS Worldwide Offices\"][one_half]\n\n<strong>FSS Technologies (Australia) Pty Ltd</strong>\nLevel 9, 440 Collins Street\nMelbourne, VIC 3000\nTel: +61 3 9607 1306\nFax: +61 3 9607 1307\nE-mail: <a href=\"mailto:sales-au@fsstech.com\">sales-au@fsstech.com</a>\n\n<strong>FSS Technologies, FZE</strong>\nSAIF ZONE\nExecutive Suite Y1-040\nP.O.Box No.9413\nSharjah, UAE\nTel: +971 6 5575 963\nFax: +971 6 5575 964\nE-mail: <a href=\"mailto:sales-me@fsstech.com\">sales-me@fsstech.com</a>\n\n<strong>FSS Technologies (UK) limited</strong>\nIveco House, Station Road\nWatford, WD17 IDL,\nUK\nTel: +44 (0) 1923 884 241\nFax: +44 (0) 1923 381058\nE-mail: <a href=\"mailto:sales-eu@fsstech.com\">sales-eu@fsstech.com</a>\n\n[/one_half] [one_half_last]\n\n<strong>FSS Technologies Canada Inc</strong>\n21 St. Clair Ave E.\nSuite 401\nToronto, Ontario M4T 1L9\nTel: (415) 380-9287\nE-mail: sales-ca@fsstech.com\n\n<strong>FSS Technologies (Singapore) Pte Ltd</strong>\n3, Temasek Avenue\n#34-00, Centennial Tower\nSingapore (039 190)\nTel: +65-6549 9709\nE-mail:sales-asean@fsstech.com\n\n<strong>FSS Technologies USA Inc</strong>\n24044 Cinco Village Center Blvd.\nSuite 100\nKaty, TX 77494\nTel: (281) 712-1035\nE-mail: sales-usa@fsstech.com\n\n[/one_half_last][/accordion-item]\n[accordion-item title=\"Third Tab Title\"]Your Text[/accordion-item]\n[/accordion]','Contact Us','','inherit','open','open','','462-autosave-v1','','','2014-02-27 10:32:13','2014-02-27 10:32:13','',462,'http://039719c.netsolhost.com/ltest/fss/462-autosave-v1/',0,'revision','',0),(465,1,'2014-02-27 10:21:47','2014-02-27 10:21:47','[accordion open=\"1\"]\r\n[accordion-item title=\"FSS India Offices\"][one_half]<span style=\"text-decoration: underline;\"><strong>CORPORATE OFFICE</strong></span>\r\n\r\n<strong>Financial Software & Systems (P) Ltd</strong>\r\nG 4, 1st Cross Street\r\nSIPCOT IT Park\r\nRajiv Gandhi Salai (OMR)\r\nSiruseri, Navalur,\r\nChennai, TN - 603 103\r\nIndia\r\nTel: +91 44 4741 5600\r\nFax: +91 44 4741 5601\r\nE-mail: <a href=\"mailto:info@fss.co.in\">info@fss.co.in</a>\r\n[/one_half] [one_half_last]Content here.[/one_half_last][/accordion-item]\r\n\r\n[accordion-item title=\"Second Tab Title\"]Your Text[/accordion-item]\r\n[accordion-item title=\"Third Tab Title\"]Your Text[/accordion-item]\r\n[/accordion]','Contact Us','','inherit','open','open','','462-revision-v1','','','2014-02-27 10:21:47','2014-02-27 10:21:47','',462,'http://039719c.netsolhost.com/ltest/fss/462-revision-v1/',0,'revision','',0),(466,1,'2014-02-27 10:22:58','2014-02-27 10:22:58','[accordion open=\"1\"]\r\n[accordion-item title=\"FSS India Offices\"][one_half]<span style=\"text-decoration: underline;\"><strong>CORPORATE OFFICE</strong></span>\r\n\r\n<strong>Financial Software & Systems (P) Ltd</strong>\r\nG 4, 1st Cross Street\r\nSIPCOT IT Park\r\nRajiv Gandhi Salai (OMR)\r\nSiruseri, Navalur,\r\nChennai, TN - 603 103\r\nIndia\r\nTel: +91 44 4741 5600\r\nFax: +91 44 4741 5601\r\nE-mail: <a href=\"mailto:info@fss.co.in\">info@fss.co.in</a>\r\n[/one_half] [one_half_last]<b>Financial Software & Systems (P) Ltd</b>\r\n701-702, 7th Floor\r\nTower-A, 247 Park\r\nHincon House\r\nLBS Marg, Vikhroli (W)\r\nMumbai - 400 083\r\nIndia\r\n<b>Tel:</b> +91 22 4241 5000\r\n<b>Fax:</b> +91 22 4241 5001\r\n<b>E-mail:</b> <span style=\"text-decoration: underline;\"><a href=\"mailto:info@fss.co%2E%69n\">info@fss.co.in</a></span>[/one_half_last][/accordion-item]\r\n\r\n[accordion-item title=\"Second Tab Title\"]Your Text[/accordion-item]\r\n[accordion-item title=\"Third Tab Title\"]Your Text[/accordion-item]\r\n[/accordion]','Contact Us','','inherit','open','open','','462-revision-v1','','','2014-02-27 10:22:58','2014-02-27 10:22:58','',462,'http://039719c.netsolhost.com/ltest/fss/462-revision-v1/',0,'revision','',0),(467,1,'2014-02-27 10:23:22','2014-02-27 10:23:22','[accordion open=\"1\"]\r\n[accordion-item title=\"FSS India Offices\"][one_half]<span style=\"text-decoration: underline;\"><strong>CORPORATE OFFICE</strong></span>\r\n\r\n<strong>Financial Software & Systems (P) Ltd</strong>\r\nG 4, 1st Cross Street\r\nSIPCOT IT Park\r\nRajiv Gandhi Salai (OMR)\r\nSiruseri, Navalur,\r\nChennai, TN - 603 103\r\nIndia\r\nTel: +91 44 4741 5600\r\nFax: +91 44 4741 5601\r\nE-mail: <a href=\"mailto:info@fss.co.in\">info@fss.co.in</a>\r\n[/one_half] [one_half_last]\r\n\r\n<b>Financial Software & Systems (P) Ltd</b>\r\n701-702, 7th Floor\r\nTower-A, 247 Park\r\nHincon House\r\nLBS Marg, Vikhroli (W)\r\nMumbai - 400 083\r\nIndia\r\n<b>Tel:</b> +91 22 4241 5000\r\n<b>Fax:</b> +91 22 4241 5001\r\n<b>E-mail:</b> <span style=\"text-decoration: underline;\"><a href=\"mailto:info@fss.co%2E%69n\">info@fss.co.in</a></span>[/one_half_last][/accordion-item]\r\n\r\n[accordion-item title=\"Second Tab Title\"]Your Text[/accordion-item]\r\n[accordion-item title=\"Third Tab Title\"]Your Text[/accordion-item]\r\n[/accordion]','Contact Us','','inherit','open','open','','462-revision-v1','','','2014-02-27 10:23:22','2014-02-27 10:23:22','',462,'http://039719c.netsolhost.com/ltest/fss/462-revision-v1/',0,'revision','',0),(468,1,'2014-02-27 10:23:55','2014-02-27 10:23:55','[accordion open=\"1\"]\r\n[accordion-item title=\"FSS India Offices\"][one_half]<span style=\"text-decoration: underline;\"><strong>CORPORATE OFFICE</strong></span>\r\n\r\n<strong>Financial Software & Systems (P) Ltd</strong>\r\nG 4, 1st Cross Street\r\nSIPCOT IT Park\r\nRajiv Gandhi Salai (OMR)\r\nSiruseri, Navalur,\r\nChennai, TN - 603 103\r\nIndia\r\nTel: +91 44 4741 5600\r\nFax: +91 44 4741 5601\r\nE-mail: <a href=\"mailto:info@fss.co.in\">info@fss.co.in</a>\r\n[/one_half] [one_half_last]\r\n\r\n \r\n\r\n<b>Financial Software & Systems (P) Ltd</b>\r\n701-702, 7th Floor\r\nTower-A, 247 Park\r\nHincon House\r\nLBS Marg, Vikhroli (W)\r\nMumbai - 400 083\r\nIndia\r\n<b>Tel:</b> +91 22 4241 5000\r\n<b>Fax:</b> +91 22 4241 5001\r\n<b>E-mail:</b> <span style=\"text-decoration: underline;\"><a href=\"mailto:info@fss.co%2E%69n\">info@fss.co.in</a></span>[/one_half_last][/accordion-item]\r\n\r\n[accordion-item title=\"Second Tab Title\"]Your Text[/accordion-item]\r\n[accordion-item title=\"Third Tab Title\"]Your Text[/accordion-item]\r\n[/accordion]','Contact Us','','inherit','open','open','','462-revision-v1','','','2014-02-27 10:23:55','2014-02-27 10:23:55','',462,'http://039719c.netsolhost.com/ltest/fss/462-revision-v1/',0,'revision','',0),(469,1,'2014-02-27 10:30:09','2014-02-27 10:30:09','[accordion open=\"1\"]\r\n[accordion-item title=\"FSS India Offices\"][one_half]<span style=\"text-decoration: underline;\"><strong>CORPORATE OFFICE</strong></span>\r\n\r\n<strong>Financial Software & Systems (P) Ltd</strong>\r\nG 4, 1st Cross Street\r\nSIPCOT IT Park\r\nRajiv Gandhi Salai (OMR)\r\nSiruseri, Navalur,\r\nChennai, TN - 603 103\r\nIndia\r\nTel: +91 44 4741 5600\r\nFax: +91 44 4741 5601\r\nE-mail: <a href=\"mailto:info@fss.co.in\">info@fss.co.in</a>\r\n[/one_half] [one_half_last]\r\n\r\n \r\n\r\n<b>Financial Software & Systems (P) Ltd</b>\r\n701-702, 7th Floor\r\nTower-A, 247 Park\r\nHincon House\r\nLBS Marg, Vikhroli (W)\r\nMumbai - 400 083\r\nIndia\r\n<b>Tel:</b> +91 22 4241 5000\r\n<b>Fax:</b> +91 22 4241 5001\r\n<b>E-mail:</b> <span style=\"text-decoration: underline;\"><a href=\"mailto:info@fss.co.in\">info@fss.co.in</a></span>[/one_half_last][/accordion-item]\r\n\r\n[accordion-item title=\"FSS Worldwide Offices\"][one_half]\r\n\r\n<strong>FSS Technologies (Australia) Pty Ltd</strong>\r\nLevel 9, 440 Collins Street\r\nMelbourne, VIC 3000\r\nTel: +61 3 9607 1306\r\nFax: +61 3 9607 1307\r\nE-mail: sales-au@fsstech.com\r\n\r\n<strong>FSS Technologies, FZE</strong>\r\nSAIF ZONE\r\nExecutive Suite Y1-040\r\nP.O.Box No.9413\r\nSharjah, UAE\r\nTel: +971 6 5575 963\r\nFax: +971 6 5575 964\r\nE-mail: <a href=\"mailto:sales-me@fsstech.com\">sales-me@fsstech.com</a>\r\n\r\n<strong>FSS Technologies (UK) limited</strong>\r\nIveco House, Station Road\r\nWatford, WD17 IDL,\r\nUK\r\nTel: +44 (0) 1923 884 241\r\nFax: +44 (0) 1923 381058\r\nE-mail: <a href=\"mailto:sales-eu@fsstech.com\">sales-eu@fsstech.com</a>\r\n\r\n[/one_half] [one_half_last]Content here.[/one_half_last][/accordion-item]\r\n[accordion-item title=\"Third Tab Title\"]Your Text[/accordion-item]\r\n[/accordion]','Contact Us','','inherit','open','open','','462-revision-v1','','','2014-02-27 10:30:09','2014-02-27 10:30:09','',462,'http://039719c.netsolhost.com/ltest/fss/462-revision-v1/',0,'revision','',0),(470,1,'2014-02-27 10:33:08','2014-02-27 10:33:08','[accordion open=\"1\"]\r\n[accordion-item title=\"FSS India Offices\"][one_half]<span style=\"text-decoration: underline;\"><strong>CORPORATE OFFICE</strong></span>\r\n\r\n<strong>Financial Software & Systems (P) Ltd</strong>\r\nG 4, 1st Cross Street\r\nSIPCOT IT Park\r\nRajiv Gandhi Salai (OMR)\r\nSiruseri, Navalur,\r\nChennai, TN - 603 103\r\nIndia\r\nTel: +91 44 4741 5600\r\nFax: +91 44 4741 5601\r\nE-mail: <a href=\"mailto:info@fss.co.in\">info@fss.co.in</a>\r\n[/one_half] [one_half_last]\r\n\r\n \r\n\r\n<b>Financial Software & Systems (P) Ltd</b>\r\n701-702, 7th Floor\r\nTower-A, 247 Park\r\nHincon House\r\nLBS Marg, Vikhroli (W)\r\nMumbai - 400 083\r\nIndia\r\n<b>Tel:</b> +91 22 4241 5000\r\n<b>Fax:</b> +91 22 4241 5001\r\n<b>E-mail:</b> <span style=\"text-decoration: underline;\"><a href=\"mailto:info@fss.co.in\">info@fss.co.in</a></span>[/one_half_last][/accordion-item]\r\n\r\n[accordion-item title=\"FSS Worldwide Offices\"][one_half]\r\n\r\n<strong>FSS Technologies (Australia) Pty Ltd</strong>\r\nLevel 9, 440 Collins Street\r\nMelbourne, VIC 3000\r\nTel: +61 3 9607 1306\r\nFax: +61 3 9607 1307\r\nE-mail: <a href=\"mailto:sales-au@fsstech.com\">sales-au@fsstech.com</a>\r\n\r\n<strong>FSS Technologies, FZE</strong>\r\nSAIF ZONE\r\nExecutive Suite Y1-040\r\nP.O.Box No.9413\r\nSharjah, UAE\r\nTel: +971 6 5575 963\r\nFax: +971 6 5575 964\r\nE-mail: <a href=\"mailto:sales-me@fsstech.com\">sales-me@fsstech.com</a>\r\n\r\n<strong>FSS Technologies (UK) limited</strong>\r\nIveco House, Station Road\r\nWatford, WD17 IDL,\r\nUK\r\nTel: +44 (0) 1923 884 241\r\nFax: +44 (0) 1923 381058\r\nE-mail: <a href=\"mailto:sales-eu@fsstech.com\">sales-eu@fsstech.com</a>\r\n\r\n[/one_half] [one_half_last]\r\n\r\n<strong>FSS Technologies Canada Inc</strong>\r\n21 St. Clair Ave E.\r\nSuite 401\r\nToronto, Ontario M4T 1L9\r\nTel: (415) 380-9287\r\nE-mail: <a href=\"mailto:sales-ca@fsstech.com\">sales-ca@fsstech.com</a>\r\n\r\n<strong>FSS Technologies (Singapore) Pte Ltd</strong>\r\n3, Temasek Avenue\r\n#34-00, Centennial Tower\r\nSingapore (039 190)\r\nTel: +65-6549 9709\r\nE-mail:<a href=\"mailto:sales-asean@fsstech.com\">sales-asean@fsstech.com</a>\r\n\r\n<strong>FSS Technologies USA Inc</strong>\r\n24044 Cinco Village Center Blvd.\r\nSuite 100\r\nKaty, TX 77494\r\nTel: (281) 712-1035\r\nE-mail: <a href=\"mailto:sales-usa@fsstech.com\">sales-usa@fsstech.com</a>\r\n\r\n[/one_half_last][/accordion-item]\r\n[accordion-item title=\"Third Tab Title\"]Your Text[/accordion-item]\r\n[/accordion]','Contact Us','','inherit','open','open','','462-revision-v1','','','2014-02-27 10:33:08','2014-02-27 10:33:08','',462,'http://039719c.netsolhost.com/ltest/fss/462-revision-v1/',0,'revision','',0),(471,1,'2014-02-27 10:33:31','2014-02-27 10:33:31','[accordion open=\"1\"]\r\n[accordion-item title=\"FSS India Offices\"][one_half]<span style=\"text-decoration: underline;\"><strong>CORPORATE OFFICE</strong></span>\r\n\r\n<strong>Financial Software & Systems (P) Ltd</strong>\r\nG 4, 1st Cross Street\r\nSIPCOT IT Park\r\nRajiv Gandhi Salai (OMR)\r\nSiruseri, Navalur,\r\nChennai, TN - 603 103\r\nIndia\r\nTel: +91 44 4741 5600\r\nFax: +91 44 4741 5601\r\nE-mail: <a href=\"mailto:info@fss.co.in\">info@fss.co.in</a>\r\n[/one_half] [one_half_last]\r\n\r\n \r\n\r\n<b>Financial Software & Systems (P) Ltd</b>\r\n701-702, 7th Floor\r\nTower-A, 247 Park\r\nHincon House\r\nLBS Marg, Vikhroli (W)\r\nMumbai - 400 083\r\nIndia\r\n<b>Tel:</b> +91 22 4241 5000\r\n<b>Fax:</b> +91 22 4241 5001\r\n<b>E-mail:</b> <span style=\"text-decoration: underline;\"><a href=\"mailto:info@fss.co.in\">info@fss.co.in</a></span>[/one_half_last][/accordion-item]\r\n\r\n[accordion-item title=\"FSS Worldwide Offices\"][one_half]\r\n\r\n<strong>FSS Technologies (Australia) Pty Ltd</strong>\r\nLevel 9, 440 Collins Street\r\nMelbourne, VIC 3000\r\nTel: +61 3 9607 1306\r\nFax: +61 3 9607 1307\r\nE-mail: <a href=\"mailto:sales-au@fsstech.com\">sales-au@fsstech.com</a>\r\n\r\n<strong>FSS Technologies, FZE</strong>\r\nSAIF ZONE\r\nExecutive Suite Y1-040\r\nP.O.Box No.9413\r\nSharjah, UAE\r\nTel: +971 6 5575 963\r\nFax: +971 6 5575 964\r\nE-mail: <a href=\"mailto:sales-me@fsstech.com\">sales-me@fsstech.com</a>\r\n\r\n<strong>FSS Technologies (UK) limited</strong>\r\nIveco House, Station Road\r\nWatford, WD17 IDL,\r\nUK\r\nTel: +44 (0) 1923 884 241\r\nFax: +44 (0) 1923 381058\r\nE-mail: <a href=\"mailto:sales-eu@fsstech.com\">sales-eu@fsstech.com</a>\r\n\r\n[/one_half] [one_half_last]\r\n\r\n<strong>FSS Technologies Canada Inc</strong>\r\n21 St. Clair Ave E.\r\nSuite 401\r\nToronto, Ontario M4T 1L9\r\nTel: (415) 380-9287\r\nE-mail: <a href=\"mailto:sales-ca@fsstech.com\">sales-ca@fsstech.com</a>\r\n\r\n<strong>FSS Technologies (Singapore) Pte Ltd</strong>\r\n3, Temasek Avenue\r\n#34-00, Centennial Tower\r\nSingapore (039 190)\r\nTel: +65-6549 9709\r\nE-mail:<a href=\"mailto:sales-asean@fsstech.com\">sales-asean@fsstech.com</a>\r\n\r\n<strong>FSS Technologies USA Inc</strong>\r\n24044 Cinco Village Center Blvd.\r\nSuite 100\r\nKaty, TX 77494\r\nTel: (281) 712-1035\r\nE-mail: <a href=\"mailto:sales-usa@fsstech.com\">sales-usa@fsstech.com</a>\r\n\r\n[/one_half_last][/accordion-item]\r\n[/accordion]','Contact Us','','inherit','open','open','','462-revision-v1','','','2014-02-27 10:33:31','2014-02-27 10:33:31','',462,'http://039719c.netsolhost.com/ltest/fss/462-revision-v1/',0,'revision','',0),(472,1,'2014-02-27 10:34:16','2014-02-27 10:34:16','[accordion open=\"1\"]\r\n[accordion-item title=\"FSS India Offices\"][one_half]<span style=\"text-decoration: underline;\"><strong>CORPORATE OFFICE</strong></span>\r\n\r\n<strong>Financial Software & Systems (P) Ltd</strong>\r\nG 4, 1st Cross Street\r\nSIPCOT IT Park\r\nRajiv Gandhi Salai (OMR)\r\nSiruseri, Navalur,\r\nChennai, TN - 603 103\r\nIndia\r\nTel: +91 44 4741 5600\r\nFax: +91 44 4741 5601\r\nE-mail: <a href=\"mailto:info@fss.co.in\">info@fss.co.in</a>\r\n[/one_half] [one_half_last]\r\n\r\n \r\n\r\n<b>Financial Software & Systems (P) Ltd</b>\r\n701-702, 7th Floor\r\nTower-A, 247 Park\r\nHincon House\r\nLBS Marg, Vikhroli (W)\r\nMumbai - 400 083\r\nIndia\r\n<b>Tel:</b> +91 22 4241 5000\r\n<b>Fax:</b> +91 22 4241 5001\r\n<b>E-mail:</b> <span style=\"text-decoration: underline;\"><a href=\"mailto:info@fss.co.in\">info@fss.co.in</a></span>[/one_half_last][/accordion-item]\r\n\r\n[accordion-item title=\"FSS Worldwide Offices\"][one_half]\r\n\r\n<strong>FSS Technologies (Australia) Pty Ltd</strong>\r\nLevel 9, 440 Collins Street\r\nMelbourne, VIC 3000\r\nTel: +61 3 9607 1306\r\nFax: +61 3 9607 1307\r\nE-mail: <a href=\"mailto:sales-au@fsstech.com\">sales-au@fsstech.com</a>\r\n\r\n<strong>FSS Technologies, FZE</strong>\r\nSAIF ZONE\r\nExecutive Suite Y1-040\r\nP.O.Box No.9413\r\nSharjah, UAE\r\nTel: +971 6 5575 963\r\nFax: +971 6 5575 964\r\nE-mail: <a href=\"mailto:sales-me@fsstech.com\">sales-me@fsstech.com</a>\r\n\r\n<strong>FSS Technologies (UK) limited</strong>\r\nIveco House, Station Road\r\nWatford, WD17 IDL,\r\nUK\r\nTel: +44 (0) 1923 884 241\r\nFax: +44 (0) 1923 381058\r\nE-mail: <a href=\"mailto:sales-eu@fsstech.com\">sales-eu@fsstech.com</a>\r\n\r\n[/one_half] [one_half_last]\r\n\r\n<strong>FSS Technologies Canada Inc</strong>\r\n21 St. Clair Ave E.\r\nSuite 401\r\nToronto, Ontario M4T 1L9\r\nTel: (415) 380-9287\r\nE-mail: <a href=\"mailto:sales-ca@fsstech.com\">sales-ca@fsstech.com</a>\r\n\r\n<strong>FSS Technologies (Singapore) Pte Ltd</strong>\r\n3, Temasek Avenue\r\n#34-00, Centennial Tower\r\nSingapore (039 190)\r\nTel: +65-6549 9709\r\nE-mail:<a href=\"mailto:sales-asean@fsstech.com\">sales-asean@fsstech.com</a>\r\n\r\n \r\n\r\n<strong>FSS Technologies USA Inc</strong>\r\n24044 Cinco Village Center Blvd.\r\nSuite 100\r\nKaty, TX 77494\r\nTel: (281) 712-1035\r\nE-mail: <a href=\"mailto:sales-usa@fsstech.com\">sales-usa@fsstech.com</a>\r\n\r\n[/one_half_last][/accordion-item]\r\n[/accordion]','Contact Us','','inherit','open','open','','462-revision-v1','','','2014-02-27 10:34:16','2014-02-27 10:34:16','',462,'http://039719c.netsolhost.com/ltest/fss/462-revision-v1/',0,'revision','',0),(473,1,'2014-02-27 10:35:20','2014-02-27 10:35:20',' ','','','publish','open','open','','473','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',0,'http://039719c.netsolhost.com/ltest/fss/?p=473',14,'nav_menu_item','',0),(476,1,'2014-02-27 10:45:50','2014-02-27 10:45:50','','pa-dss-logo','','inherit','open','open','','pa-dss-logo','','','2014-02-27 10:45:50','2014-02-27 10:45:50','',0,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pa-dss-logo.jpg',0,'attachment','image/jpeg',0),(478,1,'2014-02-27 10:48:12','2014-02-27 10:48:12','','fss-merchant','','inherit','open','open','','fss-merchant','','','2014-02-27 10:48:12','2014-02-27 10:48:12','',0,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-merchant.jpg',0,'attachment','image/jpeg',0),(482,1,'2014-05-23 12:41:39','2014-05-23 12:41:39','[responsive]<img class=\"alignleft size-full wp-image-478\" alt=\"fss-merchant\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-merchant.jpg\" width=\"657\" height=\"135\" />[/responsive]\n<img class=\"size-full wp-image-476 alignright\" alt=\"pa-dss-logo\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pa-dss-logo.jpg\" width=\"162\" height=\"32\" />\n\n \n\n \n\n \n\n \n\n[separator headline=\"h4\" title=\"A well integrated, secure and browser based end-to-end cards acquiring and merchant management solution.\"]\n\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_merchant.jpg\"><img class=\"alignnone size-full wp-image-930\" alt=\"fss_merchant\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_merchant.jpg\" width=\"250\" height=\"100\" /></a>[/responsive]Today\'s fast-paced lifestyle and advancement in technology has transformed the purchase and payment behavior of customers. Regulators are also constantly on the lookout to make the payment process safe and secure. Leveraging its proven experience in both the issuance and acquiring platforms, FSS has developed FSS Merchant, a completely functional merchant life cycle management system built on a robust technology platform. FSS Merchant is a comprehensive and integrated solution that offers processing of a wide variety of acquiring transactions.\n\nIt enables the acquirers to manage the entire spectrum of merchant acquiring business which includes:\n<ul>\n <li>Merchant setup including stores and terminals</li>\n <li>Transaction processing</li>\n <li>Terminal inventory management</li>\n <li>Fees, rentals and other charges</li>\n <li>Exchange rates</li>\n <li>Merchant payments & statements</li>\n <li>Scheme settlement</li>\n <li>Chargeback management</li>\n <li>Help-Desk facility</li>\n <li>Sales agent management</li>\n <li>Risk & fraud controls</li>\n <li>Accounting & reconciliation</li>\n</ul>\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\n<ul>\n <li>Product supports PCI-DSS compliance.</li>\n <li>Allows hosting data for multiple financial institutions using a single FSS Merchant application.</li>\n <li>Offers flexible options that best meet specific business and pricing needs.</li>\n <li>Automatic electronic deposits to the merchant account for all payment types.</li>\n <li>Transaction fee management facility.</li>\n <li>Supports multi-currency conversion.</li>\n <li>Risk management programs to minimize exposure to fraud and losses.</li>\n <li>100+ online reporting features.</li>\n <li>Browser based, multi user, menu driven, scalable solutions.</li>\n</ul>\n[mini-icon icon=\"thumbs-up\"] <span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\n<ul>\n <li>Successfully deployed at some of the well known banks, helping them build a sustainable competitive advantage.</li>\n <li>Can support compliance processes to make transaction processing efficient and secure.</li>\n <li>Supports multiple settlement cycles in a day.</li>\n <li>In-line with major international card brands.</li>\n <li>Near real time switch update.</li>\n</ul>','Merchant Management','','inherit','open','open','','48-autosave-v1','','','2014-05-23 12:41:39','2014-05-23 12:41:39','',48,'http://039719c.netsolhost.com/ltest/fss/48-autosave-v1/',0,'revision','',0),(483,1,'2014-02-27 11:13:40','2014-02-27 11:13:40','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-merchant.jpg\"><img class=\"alignleft size-full wp-image-478\" alt=\"fss-merchant\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-merchant.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h2\" title=\"FSS Merchant \"]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pa-dss-logo.jpg\"><img class=\"size-full wp-image-476 alignright\" alt=\"pa-dss-logo\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pa-dss-logo.jpg\" width=\"162\" height=\"32\" /></a>\r\n\r\n \r\n\r\n<strong>A well integrated, secure and browser based end-to-end cards acquiring and merchant management solution.</strong>\r\nToday\'s fast-paced lifestyle and advancement in technology has transformed the purchase and payment behavior of customers. Regulators are also constantly on the lookout to make the payment process safe and secure. Leveraging its proven experience in both the issuance and acquiring platforms, FSS has developed FSS Merchant, a completely functional merchant life cycle management system built on a robust technology platform. FSS Merchant is a comprehensive and integrated solution that offers processing of a wide variety of acquiring transactions.\r\n\r\nIt enables the acquirers to manage the entire spectrum of merchant acquiring business which includes:\r\n\r\n[list]\r\n[list_item icon=\"glass\"] Merchant setup including stores and terminals[/list_item]\r\n[list_item icon=\"music\"] Transaction processing[/list_item]\r\n[list_item icon=\"search\"] Terminal inventory management[/list_item]\r\n[list_item icon=\"envelope\"]Fees, rentals and other charges[/list_item]\r\n[list_item icon=\"envelope\"]Exchange rates[/list_item]\r\n[list_item icon=\"envelope\"]Merchant payments & statements[/list_item]\r\n<span class=\"Apple-style-span\" style=\"font-family: Consolas, Monaco, monospace; font-size: 12px; line-height: 18px; white-space: pre;\">[list_item icon=\"envelope\"] Scheme settlement[/list_item]\r\n</span><span class=\"Apple-style-span\" style=\"font-family: Consolas, Monaco, monospace; font-size: 12px; line-height: 18px; white-space: pre;\">[list_item icon=\"envelope\"] Chargeback management[/list_item]\r\n</span><span class=\"Apple-style-span\" style=\"font-family: Consolas, Monaco, monospace; font-size: 12px; line-height: 18px; white-space: pre;\">[list_item icon=\"envelope\"] Help-Desk facility[/list_item]\r\n</span><span class=\"Apple-style-span\" style=\"font-family: Consolas, Monaco, monospace; font-size: 12px; line-height: 18px; white-space: pre;\">[list_item icon=\"envelope\"] Sales agent management[/list_item]\r\n[list_item icon=\"envelope\"] Risk & fraud controls[/list_item]\r\n[list_item icon=\"envelope\"] Accounting & reconciliation[/list_item]\r\n</span>\r\n\r\n \r\n\r\n[/list]\r\n\r\nHighlights\r\nProduct supports PCI-DSS compliance.\r\nAllows hosting data for multiple financial institutions using a single FSS Merchant application.\r\nOffers flexible options that best meet specific business and pricing needs.\r\nAutomatic electronic deposits to the merchant account for all payment types.\r\nTransaction fee management facility.\r\nSupports multi-currency conversion.\r\nRisk management programs to minimize exposure to fraud and losses.\r\n100+ online reporting features.\r\nBrowser based, multi user, menu driven, scalable solutions.\r\n\r\nAdvantage FSS\r\nSuccessfully deployed at some of the well known banks, helping them build a sustainable competitive advantage.\r\nCan support compliance processes to make transaction processing efficient and secure.\r\nSupports multiple settlement cycles in a day.\r\nIn-line with major international card brands.\r\nNear real time switch update.','Merchant Management','','inherit','open','open','','48-revision-v1','','','2014-02-27 11:13:40','2014-02-27 11:13:40','',48,'http://039719c.netsolhost.com/ltest/fss/48-revision-v1/',0,'revision','',0),(484,1,'2014-02-27 11:17:48','2014-02-27 11:17:48','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-merchant.jpg\"><img class=\"alignleft size-full wp-image-478\" alt=\"fss-merchant\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-merchant.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h2\" title=\"FSS Merchant \"]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pa-dss-logo.jpg\"><img class=\"size-full wp-image-476 alignright\" alt=\"pa-dss-logo\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pa-dss-logo.jpg\" width=\"162\" height=\"32\" /></a>\r\n\r\n \r\n\r\n<strong>A well integrated, secure and browser based end-to-end cards acquiring and merchant management solution.</strong>\r\nToday\'s fast-paced lifestyle and advancement in technology has transformed the purchase and payment behavior of customers. Regulators are also constantly on the lookout to make the payment process safe and secure. Leveraging its proven experience in both the issuance and acquiring platforms, FSS has developed FSS Merchant, a completely functional merchant life cycle management system built on a robust technology platform. FSS Merchant is a comprehensive and integrated solution that offers processing of a wide variety of acquiring transactions.\r\n\r\nIt enables the acquirers to manage the entire spectrum of merchant acquiring business which includes:\r\n\r\n[list]\r\n[list_item icon=\"glass\"] Merchant setup including stores and terminals[/list_item]\r\n[list_item icon=\"music\"] Transaction processing[/list_item]\r\n[list_item icon=\"search\"] Terminal inventory management[/list_item]\r\n[list_item icon=\"envelope\"]Fees, rentals and other charges[/list_item]\r\n[list_item icon=\"envelope\"]Exchange rates[/list_item]\r\n[list_item icon=\"envelope\"]Merchant payments & statements[/list_item]\r\n<span class=\"Apple-style-span\" style=\"font-family: Consolas, Monaco, monospace; font-size: 12px; line-height: 18px; white-space: pre;\">[list_item icon=\"envelope\"] Scheme settlement[/list_item]\r\n</span><span class=\"Apple-style-span\" style=\"font-family: Consolas, Monaco, monospace; font-size: 12px; line-height: 18px; white-space: pre;\">[list_item icon=\"envelope\"] Chargeback management[/list_item]\r\n</span><span class=\"Apple-style-span\" style=\"font-family: Consolas, Monaco, monospace; font-size: 12px; line-height: 18px; white-space: pre;\">[list_item icon=\"envelope\"] Help-Desk facility[/list_item]\r\n</span><span class=\"Apple-style-span\" style=\"font-family: Consolas, Monaco, monospace; font-size: 12px; line-height: 18px; white-space: pre;\">[list_item icon=\"envelope\"] Sales agent management[/list_item]\r\n[list_item icon=\"envelope\"] Risk & fraud controls[/list_item]\r\n[list_item icon=\"envelope\"] Accounting & reconciliation[/list_item]\r\n</span>[/list]\r\n\r\n[icon icon=\"settings\"]Highlights\r\n<pre><ul>\r\n <li>Product supports PCI-DSS compliance.</li>\r\n <li>Allows hosting data for multiple financial institutions using a single FSS Merchant application.</li>\r\n <li>Offers flexible options that best meet specific business and pricing needs.</li>\r\n</ul></pre>\r\nAutomatic electronic deposits to the merchant account for all payment types.\r\nTransaction fee management facility.\r\nSupports multi-currency conversion.\r\nRisk management programs to minimize exposure to fraud and losses.\r\n100+ online reporting features.\r\nBrowser based, multi user, menu driven, scalable solutions.\r\n\r\nAdvantage FSS\r\nSuccessfully deployed at some of the well known banks, helping them build a sustainable competitive advantage.\r\nCan support compliance processes to make transaction processing efficient and secure.\r\nSupports multiple settlement cycles in a day.\r\nIn-line with major international card brands.\r\nNear real time switch update.','Merchant Management','','inherit','open','open','','48-revision-v1','','','2014-02-27 11:17:48','2014-02-27 11:17:48','',48,'http://039719c.netsolhost.com/ltest/fss/48-revision-v1/',0,'revision','',0),(485,1,'2014-02-27 11:35:01','2014-02-27 11:35:01','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-merchant.jpg\"><img class=\"alignleft size-full wp-image-478\" alt=\"fss-merchant\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-merchant.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h2\" title=\"FSS Merchant \"]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pa-dss-logo.jpg\"><img class=\"size-full wp-image-476 alignright\" alt=\"pa-dss-logo\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pa-dss-logo.jpg\" width=\"162\" height=\"32\" /></a>\r\n\r\n \r\n\r\n<strong>A well integrated, secure and browser based end-to-end cards acquiring and merchant management solution.</strong>\r\nToday\'s fast-paced lifestyle and advancement in technology has transformed the purchase and payment behavior of customers. Regulators are also constantly on the lookout to make the payment process safe and secure. Leveraging its proven experience in both the issuance and acquiring platforms, FSS has developed FSS Merchant, a completely functional merchant life cycle management system built on a robust technology platform. FSS Merchant is a comprehensive and integrated solution that offers processing of a wide variety of acquiring transactions.\r\n\r\nIt enables the acquirers to manage the entire spectrum of merchant acquiring business which includes:\r\n<ul>\r\n <li>Merchant setup including stores and terminals</li>\r\n <li>Transaction processing</li>\r\n <li>Terminal inventory management</li>\r\n <li>Fees, rentals and other charges</li>\r\n <li>Exchange rates</li>\r\n <li>Merchant payments & statements</li>\r\n <li>Scheme settlement</li>\r\n <li>Chargeback management</li>\r\n <li>Help-Desk facility</li>\r\n <li>Sales agent management</li>\r\n <li>Risk & fraud controls</li>\r\n <li>Accounting & reconciliation</li>\r\n</ul>\r\n[icon icon=\"settings\"]Highlights\r\n<ul>\r\n <li>Product supports PCI-DSS compliance.</li>\r\n <li>Allows hosting data for multiple financial institutions using a single FSS Merchant application.</li>\r\n <li>Offers flexible options that best meet specific business and pricing needs.</li>\r\n <li>Automatic electronic deposits to the merchant account for all payment types.</li>\r\n <li>Transaction fee management facility.</li>\r\n <li>Supports multi-currency conversion.</li>\r\n <li>Risk management programs to minimize exposure to fraud and losses.</li>\r\n <li>100+ online reporting features.</li>\r\n <li>Browser based, multi user, menu driven, scalable solutions.</li>\r\n</ul>\r\n[icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Successfully deployed at some of the well known banks, helping them build a sustainable competitive advantage.</li>\r\n <li>Can support compliance processes to make transaction processing efficient and secure.</li>\r\n <li>Supports multiple settlement cycles in a day.</li>\r\n <li>In-line with major international card brands.</li>\r\n <li>Near real time switch update.</li>\r\n</ul>','Merchant Management','','inherit','open','open','','48-revision-v1','','','2014-02-27 11:35:01','2014-02-27 11:35:01','',48,'http://039719c.netsolhost.com/ltest/fss/48-revision-v1/',0,'revision','',0),(486,1,'2014-02-27 11:38:57','2014-02-27 11:38:57','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-merchant.jpg\"><img class=\"alignleft size-full wp-image-478\" alt=\"fss-merchant\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-merchant.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h2\" title=\"FSS Merchant \"]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pa-dss-logo.jpg\"><img class=\"size-full wp-image-476 alignright\" alt=\"pa-dss-logo\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pa-dss-logo.jpg\" width=\"162\" height=\"32\" /></a>\r\n\r\n \r\n\r\n<strong>A well integrated, secure and browser based end-to-end cards acquiring and merchant management solution.</strong>\r\nToday\'s fast-paced lifestyle and advancement in technology has transformed the purchase and payment behavior of customers. Regulators are also constantly on the lookout to make the payment process safe and secure. Leveraging its proven experience in both the issuance and acquiring platforms, FSS has developed FSS Merchant, a completely functional merchant life cycle management system built on a robust technology platform. FSS Merchant is a comprehensive and integrated solution that offers processing of a wide variety of acquiring transactions.\r\n\r\nIt enables the acquirers to manage the entire spectrum of merchant acquiring business which includes:\r\n<ul>\r\n <li>Merchant setup including stores and terminals</li>\r\n <li>Transaction processing</li>\r\n <li>Terminal inventory management</li>\r\n <li>Fees, rentals and other charges</li>\r\n <li>Exchange rates</li>\r\n <li>Merchant payments & statements</li>\r\n <li>Scheme settlement</li>\r\n <li>Chargeback management</li>\r\n <li>Help-Desk facility</li>\r\n <li>Sales agent management</li>\r\n <li>Risk & fraud controls</li>\r\n <li>Accounting & reconciliation</li>\r\n</ul>\r\n[icon icon=\"settings\"]Highlights\r\n<ul>\r\n <li>Product supports PCI-DSS compliance.</li>\r\n <li>Allows hosting data for multiple financial institutions using a single FSS Merchant application.</li>\r\n <li>Offers flexible options that best meet specific business and pricing needs.</li>\r\n <li>Automatic electronic deposits to the merchant account for all payment types.</li>\r\n <li>Transaction fee management facility.</li>\r\n <li>Supports multi-currency conversion.</li>\r\n <li>Risk management programs to minimize exposure to fraud and losses.</li>\r\n <li>100+ online reporting features.</li>\r\n <li>Browser based, multi user, menu driven, scalable solutions.</li>\r\n</ul>\r\n[mini-icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Successfully deployed at some of the well known banks, helping them build a sustainable competitive advantage.</li>\r\n <li>Can support compliance processes to make transaction processing efficient and secure.</li>\r\n <li>Supports multiple settlement cycles in a day.</li>\r\n <li>In-line with major international card brands.</li>\r\n <li>Near real time switch update.</li>\r\n</ul>','Merchant Management','','inherit','open','open','','48-revision-v1','','','2014-02-27 11:38:57','2014-02-27 11:38:57','',48,'http://039719c.netsolhost.com/ltest/fss/48-revision-v1/',0,'revision','',0),(487,1,'2014-05-23 12:43:51','2014-05-23 12:43:51','[responsive]\n<img alt=\"fss-recon\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-recon.jpg\" width=\"657\" height=\"135\" />[/responsive]\n\n[separator headline=\"h4\" title=\"A comprehensive data analysis platform that addresses complete reconciliation needs of banks and financial institutions.\"]\n\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_recon.jpg\"><img class=\"alignnone size-full wp-image-932\" alt=\"fss_recon\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_recon.jpg\" width=\"250\" height=\"100\" /></a>[/responsive]In an electronic financial transaction processing environment, transactions get logged at various entities, such as acquirers, issuers and interchanges from various time zones. The differences in the cut-over timings between host/switch and interchanges may not allow for complete reconciliation of a business day\'s transactions. FSS has built a robust and efficient reconciliation suite that would help simplify the reconciliation process.\n\nFSS Recon is trusted by over <strong>20 banks</strong> (licensing and processing model), supporting over <strong>20 million transactions</strong> in a single day.\n\n[mini-icon icon=\"list-alt\"]<strong><strong> </strong></strong><span style=\"text-decoration: underline;\"><strong><strong>Highlights</strong></strong></span>\n<ul>\n <li>Modular architecture - Implements modules as required thereby optimizing investment in line with business objectives.</li>\n <li>User defined rules to generate alerts on chargeback, retrieval request and response.</li>\n <li>Automated scheduling of reconciliation activity.</li>\n <li>Force match option facility to manually settle un-reconciled entries.</li>\n <li>Multi-level reconciliation that supports international & domestic networks across multiple delivery channels.</li>\n <li>Applicable transaction fee and surcharge can be configured.</li>\n</ul>\n[mini-icon icon=\"check\"] <span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\n<ul>\n <li>FSS Recon is currently deployed and functional at over 20 banks/ institutions in India and world over.</li>\n <li>A proven, scalable solution that supports reconciliation of over 20 million transactions in a single day.</li>\n <li>Reconciliation of all card transactions is processed under a single system that provides an unified view to bank/financial institution.</li>\n <li>A comprehensive solution perfected over a period of 20 years from the pioneers in the payments domain.</li>\n</ul>','Reconciliation & Settlement','','inherit','open','open','','52-autosave-v1','','','2014-05-23 12:43:51','2014-05-23 12:43:51','',52,'http://039719c.netsolhost.com/ltest/fss/52-autosave-v1/',0,'revision','',0),(488,1,'2014-02-27 11:46:39','2014-02-27 11:46:39','[separator headline=\" h3\" title=\"FSS Reconciliation\"]\r\n\r\nA comprehensive data analysis platform that addresses complete reconciliation needs of banks and financial institutions.\r\nIn an electronic financial transaction processing environment, transactions get logged at various entities, such as acquirers, issuers and interchanges from various time zones. The differences in the cut-over timings between host/switch and interchanges may not allow for complete reconciliation of a business day\'s transactions. FSS has built a robust and efficient reconciliation suite that would help simplify the reconciliation process.\r\n\r\nFSS Recon is trusted by over 20 banks (licensing and processing model), supporting over 20 million transactions in a single day.\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Modular architecture - Implements modules as required thereby optimizing investment in line with business objectives.</li>\r\n <li>User defined rules to generate alerts on chargeback, retrieval request and response.</li>\r\n <li>Automated scheduling of reconciliation activity.</li>\r\n <li>Force match option facility to manually settle un-reconciled entries.</li>\r\n <li>Multi-level reconciliation that supports international & domestic networks across multiple delivery channels.</li>\r\n <li>Applicable transaction fee and surcharge can be configured.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS Recon is currently deployed and functional at over 20 banks/ institutions in India and world over.</li>\r\n <li>A proven, scalable solution that supports reconciliation of over 20 million transactions in a single day.</li>\r\n <li>Reconciliation of all card transactions is processed under a single system that provides an unified view to bank/financial institution.</li>\r\n <li>A comprehensive solution perfected over a period of 20 years from the pioneers in the payments domain.</li>\r\n</ul>','Reconciliation & Settlement','','inherit','open','open','','52-revision-v1','','','2014-02-27 11:46:39','2014-02-27 11:46:39','',52,'http://039719c.netsolhost.com/ltest/fss/52-revision-v1/',0,'revision','',0),(489,1,'2014-02-27 11:47:32','2014-02-27 11:47:32','[separator headline=\"h3\" title=\"FSS Reconciliation\"]\r\n\r\nA comprehensive data analysis platform that addresses complete reconciliation needs of banks and financial institutions.\r\n\r\nIn an electronic financial transaction processing environment, transactions get logged at various entities, such as acquirers, issuers and interchanges from various time zones. The differences in the cut-over timings between host/switch and interchanges may not allow for complete reconciliation of a business day\'s transactions. FSS has built a robust and efficient reconciliation suite that would help simplify the reconciliation process.\r\n\r\nFSS Recon is trusted by over 20 banks (licensing and processing model), supporting over 20 million transactions in a single day.\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Modular architecture - Implements modules as required thereby optimizing investment in line with business objectives.</li>\r\n <li>User defined rules to generate alerts on chargeback, retrieval request and response.</li>\r\n <li>Automated scheduling of reconciliation activity.</li>\r\n <li>Force match option facility to manually settle un-reconciled entries.</li>\r\n <li>Multi-level reconciliation that supports international & domestic networks across multiple delivery channels.</li>\r\n <li>Applicable transaction fee and surcharge can be configured.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS Recon is currently deployed and functional at over 20 banks/ institutions in India and world over.</li>\r\n <li>A proven, scalable solution that supports reconciliation of over 20 million transactions in a single day.</li>\r\n <li>Reconciliation of all card transactions is processed under a single system that provides an unified view to bank/financial institution.</li>\r\n <li>A comprehensive solution perfected over a period of 20 years from the pioneers in the payments domain.</li>\r\n</ul>','Reconciliation & Settlement','','inherit','open','open','','52-revision-v1','','','2014-02-27 11:47:32','2014-02-27 11:47:32','',52,'http://039719c.netsolhost.com/ltest/fss/52-revision-v1/',0,'revision','',0),(937,1,'2014-05-23 13:03:43','2014-05-23 13:03:43','[responsive]<img class=\"alignleft size-full wp-image-539\" alt=\"fss-currency-convert\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-currency-convert.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, secure and dynamic solution that allows merchants to offer international card customers, the choice of paying for goods/services in their native currencies.\"]\r\n\r\n[responsive]<img class=\"size-full wp-image-936 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_connect\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_connect.jpg\" width=\"250\" height=\"100\" />[/responsive]Traditionally, <strong>international customers</strong> using credit or debit cards to transact on POS terminals at overseas locations are billed in local currencies. Further, they have to wait for their monthly card or bank statement to find out the actual transactions value in their own native currency which is always different from the transacted value due to interchange (conversion) rates, bank markups, service fee mark ups or other charges.\r\n\r\nFSS Currency Convert is a patented solution that lets international customers enjoy the benefit and convenience of paying for their purchase, stay or meal in the currency they understand best - their own. The solution offers a personalized experience for cardholders with no surprises - the amount on their bill matches with the charge slip and their card account statement when they return home, while merchants continue to benefit from the ease of payments and reporting in their local currency.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Supports standard POS transactions in the local currency as well as in the native currency of cardholder.</li>\r\n <li>Minimal or no variance in the transaction value and the billed value in the cardholder statement.</li>\r\n <li>Supports conversion in any number of currencies.</li>\r\n <li>Service network support on PSTN, Ethernet, GPRS, CDMA and VSAT platforms.</li>\r\n <li>Technology and services support for acceptance of magnetic stripe and EMV card.</li>\r\n <li>User friendly application, ensuring convenient access by counter staff.</li>\r\n <li>Trained and experienced team to design, implement and manage the program.</li>\r\n <li>Ability to develop and implement personalized solutions.</li>\r\n <li>Designed to ensure quick turnaround and response time for transaction processing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Rapid solution deployment capability thereby reducing time to market.</li>\r\n <li>Multiple device support - EDC terminals, cash registers and kiosks for routing transactions to the desired host.</li>\r\n <li>Experience in successfully rolling out the solution for major acquirers in the Indian market.</li>\r\n</ul>','FSS Currency Convert','','inherit','open','open','','538-revision-v1','','','2014-05-23 13:03:43','2014-05-23 13:03:43','',538,'http://039719c.netsolhost.com/ltest/fss/538-revision-v1/',0,'revision','',0),(491,1,'2014-02-27 11:52:07','2014-02-27 11:52:07','[separator headline=\"h4\" title=\"FSS Mobile Pay\"]\r\n\r\nUnparalleled mobile banking, mobile payment, mobile commerce and mobile wallet experience with FSS Mobile Pay\r\nToday\'s competitive market requires banks and financial institutions to create cost-effective, revenue-generating channels which would not only minimize operational and infrastructure costs, but would also enable in reaching out to a large number of customers quickly. The robust and integrated FSS Mobile Pay application enables mobile banking and payments through mobile handsets that can help banks and financial institutions meet their business objectives. The solution can be installed on multiple platforms, which minimize operational risks and operate at low transaction costs.\r\n\r\nTrusted by over 12 banks (licensing and processing model), FSS Mobile Pay solution can quickly and cost-effectively enable businesses to launch and scale mobile based solutions.\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>FSS Mobile Pay services include:</li>\r\n <li>Mobile Banking - Enables banking services over the mobile phone</li>\r\n <li>Mobile Payments - Enables payment solution over the mobile phone</li>\r\n <li>Mobile Commerce - Enables mobile phone to handle transactions at the point of sale</li>\r\n <li>Mobile Wallet - Connects to one of the largest ecosystem, that includes over 3000 online & 10,000 physical retail merchants</li>\r\n <li>Supports Java enabled mobile phones and Brew enabled phones (CDMA), GPRS service, USSD service, WAP service and plain text SMS.</li>\r\n <li>A web-based portal enables banks to administer the mobile delivery services.</li>\r\n <li>The portal offers comprehensive MIS and reporting for bank\'s requirements.</li>\r\n <li>IMPS (Inter-bank Mobile Payment Services) enabled, for mobile to mobile payment transfers in India.</li>\r\n <li>Compliant with regulator\'s (RBI) mandates and prevailing security standards.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS Mobile Pay solution is currently \'live\' at 12 banks (licensing and processing model).</li>\r\n <li>FSS supports clients to define and optimize their mobile strategy, products and business model.</li>\r\n <li>FSS customizes and deploys the solution, and integrates it with the existing banking infrastructure (if required).</li>\r\n <li>Capability to seamlessly plug-in with the external interfaces of mobile network operators and business partners.</li>\r\n <li>Provides continuous support to meet mandates, and also new models, platforms.</li>\r\n</ul>','Mobile Payments','','inherit','open','open','','54-revision-v1','','','2014-02-27 11:52:07','2014-02-27 11:52:07','',54,'http://039719c.netsolhost.com/ltest/fss/54-revision-v1/',0,'revision','',0),(492,1,'2014-02-27 12:06:52','2014-02-27 12:06:52','','fss-mobile-pay','','inherit','open','open','','fss-mobile-pay','','','2014-02-27 12:06:52','2014-02-27 12:06:52','',54,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-mobile-pay.jpg',0,'attachment','image/jpeg',0),(493,1,'2014-02-27 12:07:00','2014-02-27 12:07:00','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-mobile-pay.jpg\"><img class=\"alignleft size-full wp-image-492\" alt=\"fss-mobile-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-mobile-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS Mobile Pay\"]\r\n\r\nUnparalleled mobile banking, mobile payment, mobile commerce and mobile wallet experience with FSS Mobile Pay\r\nToday\'s competitive market requires banks and financial institutions to create cost-effective, revenue-generating channels which would not only minimize operational and infrastructure costs, but would also enable in reaching out to a large number of customers quickly. The robust and integrated FSS Mobile Pay application enables mobile banking and payments through mobile handsets that can help banks and financial institutions meet their business objectives. The solution can be installed on multiple platforms, which minimize operational risks and operate at low transaction costs.\r\n\r\nTrusted by over 12 banks (licensing and processing model), FSS Mobile Pay solution can quickly and cost-effectively enable businesses to launch and scale mobile based solutions.\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>FSS Mobile Pay services include:</li>\r\n <li>Mobile Banking - Enables banking services over the mobile phone</li>\r\n <li>Mobile Payments - Enables payment solution over the mobile phone</li>\r\n <li>Mobile Commerce - Enables mobile phone to handle transactions at the point of sale</li>\r\n <li>Mobile Wallet - Connects to one of the largest ecosystem, that includes over 3000 online & 10,000 physical retail merchants</li>\r\n <li>Supports Java enabled mobile phones and Brew enabled phones (CDMA), GPRS service, USSD service, WAP service and plain text SMS.</li>\r\n <li>A web-based portal enables banks to administer the mobile delivery services.</li>\r\n <li>The portal offers comprehensive MIS and reporting for bank\'s requirements.</li>\r\n <li>IMPS (Inter-bank Mobile Payment Services) enabled, for mobile to mobile payment transfers in India.</li>\r\n <li>Compliant with regulator\'s (RBI) mandates and prevailing security standards.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS Mobile Pay solution is currently \'live\' at 12 banks (licensing and processing model).</li>\r\n <li>FSS supports clients to define and optimize their mobile strategy, products and business model.</li>\r\n <li>FSS customizes and deploys the solution, and integrates it with the existing banking infrastructure (if required).</li>\r\n <li>Capability to seamlessly plug-in with the external interfaces of mobile network operators and business partners.</li>\r\n <li>Provides continuous support to meet mandates, and also new models, platforms.</li>\r\n</ul>','Mobile Payments','','inherit','open','open','','54-revision-v1','','','2014-02-27 12:07:00','2014-02-27 12:07:00','',54,'http://039719c.netsolhost.com/ltest/fss/54-revision-v1/',0,'revision','',0),(494,1,'2014-02-27 12:10:11','2014-02-27 12:10:11','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-mobile-pay.jpg\"><img class=\"alignleft size-full wp-image-492\" alt=\"fss-mobile-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-mobile-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS Mobile Pay\"]\r\n\r\nUnparalleled mobile banking, mobile payment, mobile commerce and mobile wallet experience with FSS Mobile Pay\r\nToday\'s competitive market requires banks and financial institutions to create cost-effective, revenue-generating channels which would not only minimize operational and infrastructure costs, but would also enable in reaching out to a large number of customers quickly. The robust and integrated FSS Mobile Pay application enables mobile banking and payments through mobile handsets that can help banks and financial institutions meet their business objectives. The solution can be installed on multiple platforms, which minimize operational risks and operate at low transaction costs.\r\n\r\nTrusted by over 12 banks (licensing and processing model), FSS Mobile Pay solution can quickly and cost-effectively enable businesses to launch and scale mobile based solutions.\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>FSS Mobile Pay services include:</li>\r\n <li>Mobile Banking - Enables banking services over the mobile phone</li>\r\n <li>Mobile Payments - Enables payment solution over the mobile phone</li>\r\n <li>Mobile Commerce - Enables mobile phone to handle transactions at the point of sale</li>\r\n <li>Mobile Wallet - Connects to one of the largest ecosystem, that includes over 3000 online & 10,000 physical retail merchants</li>\r\n <li>Supports Java enabled mobile phones and Brew enabled phones (CDMA), GPRS service, USSD service, WAP service and plain text SMS.</li>\r\n <li>A web-based portal enables banks to administer the mobile delivery services.</li>\r\n <li>The portal offers comprehensive MIS and reporting for bank\'s requirements.</li>\r\n <li>IMPS (Inter-bank Mobile Payment Services) enabled, for mobile to mobile payment transfers in India.</li>\r\n <li>Compliant with regulator\'s (RBI) mandates and prevailing security standards.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS Mobile Pay solution is currently \'live\' at 12 banks (licensing and processing model).</li>\r\n <li>FSS supports clients to define and optimize their mobile strategy, products and business model.</li>\r\n <li>FSS customizes and deploys the solution, and integrates it with the existing banking infrastructure (if required).</li>\r\n <li>Capability to seamlessly plug-in with the external interfaces of mobile network operators and business partners.</li>\r\n <li>Provides continuous support to meet mandates, and also new models, platforms.</li>\r\n</ul>\r\n[button link=\"http://mobile.fssnet.co.in/mpayweb/\" size=\"small\" target=\"_blank \" icon=\"cog\" color=\"red\" lightbox=\"true \"]more[/button]','Mobile Payments','','inherit','open','open','','54-revision-v1','','','2014-02-27 12:10:11','2014-02-27 12:10:11','',54,'http://039719c.netsolhost.com/ltest/fss/54-revision-v1/',0,'revision','',0),(495,1,'2014-02-27 12:15:08','2014-02-27 12:15:08','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-financial-inclusion.jpg\"><img class=\"alignleft size-full wp-image-496\" alt=\"fss-financial-inclusion\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-financial-inclusion.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\n\n \n\n \n\n \n\n[separator headline=\"h3\" title=\"Financial Inclusion\"]\n\nBanks and regulatory bodies have made significant strides in providing formal credit facilities to the non-banking sectors that are excluded from mainstream banking services and payment systems. The Financial Inclusion program addresses basic banking, lending and credit facilities for the rural and priority sectors, and technology is a great enabler in \'taking the bank\' to the un-banked masses.\n\nFSS, with its all-round capabilities in payments technology, operations and project management has developed Financial Inclusion solutions which are built on a robust technology platform that enables banks and financial institutions to offer inclusive banking and financial services to the un-banked and under-banked sector. FSS Biometrics and Micro Pay solutions not only support online and offline transaction processing using biometric authentication on ATM and handheld terminals, but also support card issuance, hierarchical definition of business correspondents/agents, registration, accounting and management functions.\n\nFSS Financial Inclusion offerings are available on Licensing and Services models.\n\n ','Financial Inclusion','','inherit','open','open','','58-autosave-v1','','','2014-02-27 12:15:08','2014-02-27 12:15:08','',58,'http://039719c.netsolhost.com/ltest/fss/58-autosave-v1/',0,'revision','',0),(496,1,'2014-02-27 12:14:01','2014-02-27 12:14:01','','fss-financial-inclusion','','inherit','open','open','','fss-financial-inclusion','','','2014-02-27 12:14:01','2014-02-27 12:14:01','',58,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-financial-inclusion.jpg',0,'attachment','image/jpeg',0),(497,1,'2014-02-27 12:15:57','2014-02-27 12:15:57','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-financial-inclusion.jpg\"><img class=\"alignleft size-full wp-image-496\" alt=\"fss-financial-inclusion\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-financial-inclusion.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[separator headline=\"h3\" title=\"Financial Inclusion\"]\r\n\r\nBanks and regulatory bodies have made significant strides in providing formal credit facilities to the non-banking sectors that are excluded from mainstream banking services and payment systems. The Financial Inclusion program addresses basic banking, lending and credit facilities for the rural and priority sectors, and technology is a great enabler in \'taking the bank\' to the un-banked masses.\r\n\r\nFSS, with its all-round capabilities in payments technology, operations and project management has developed Financial Inclusion solutions which are built on a robust technology platform that enables banks and financial institutions to offer inclusive banking and financial services to the un-banked and under-banked sector. FSS Biometrics and Micro Pay solutions not only support online and offline transaction processing using biometric authentication on ATM and handheld terminals, but also support card issuance, hierarchical definition of business correspondents/agents, registration, accounting and management functions.\r\n\r\nFSS Financial Inclusion offerings are available on Licensing and <a title=\"Services\" href=\"http://fss.co.in/process-fin-inclusion.aspx\" target=\"_blank\">Services</a> models.\r\n\r\n ','Financial Inclusion','','inherit','open','open','','58-revision-v1','','','2014-02-27 12:15:57','2014-02-27 12:15:57','',58,'http://039719c.netsolhost.com/ltest/fss/58-revision-v1/',0,'revision','',0),(498,1,'2014-02-27 12:16:23','2014-02-27 12:16:23','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-financial-inclusion.jpg\"><img class=\"alignleft size-full wp-image-496\" alt=\"fss-financial-inclusion\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-financial-inclusion.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\r\n\r\n[separator headline=\"h3\" title=\"Financial Inclusion\"]\r\n\r\nBanks and regulatory bodies have made significant strides in providing formal credit facilities to the non-banking sectors that are excluded from mainstream banking services and payment systems. The Financial Inclusion program addresses basic banking, lending and credit facilities for the rural and priority sectors, and technology is a great enabler in \'taking the bank\' to the un-banked masses.\r\n\r\nFSS, with its all-round capabilities in payments technology, operations and project management has developed Financial Inclusion solutions which are built on a robust technology platform that enables banks and financial institutions to offer inclusive banking and financial services to the un-banked and under-banked sector. FSS Biometrics and Micro Pay solutions not only support online and offline transaction processing using biometric authentication on ATM and handheld terminals, but also support card issuance, hierarchical definition of business correspondents/agents, registration, accounting and management functions.\r\n\r\nFSS Financial Inclusion offerings are available on Licensing and <a title=\"Services\" href=\"http://fss.co.in/process-fin-inclusion.aspx\" target=\"_blank\">Services</a> models.\r\n\r\n ','Financial Inclusion','','inherit','open','open','','58-revision-v1','','','2014-02-27 12:16:23','2014-02-27 12:16:23','',58,'http://039719c.netsolhost.com/ltest/fss/58-revision-v1/',0,'revision','',0),(499,1,'2014-02-27 12:45:04','2014-02-27 12:45:04','[responsive]<img class=\"alignleft size-full wp-image-503\" alt=\"fss-micro-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-micro-pay.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n[separator headline=\"h4\" title=\"A well integrated solution enabling banks and financial institutions to provide financial inclusion services to the unbanked sectors by supporting online and offline transaction processing and card issuance.\"]\r\n\r\n[responsive]<img class=\"size-full wp-image-940 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_ecash\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_ecash.jpg\" width=\"250\" height=\"100\" />[/responsive]As part of the <strong>Financial Inclusion program</strong>, the Government of Indian had launched the Unique Identification Authority of India (UIDAI) project which would act as a centralized receptacle for citizen identification by storing, managing and authenticating citizens using their biometric features.\r\n\r\nIn anticipation to support this program, FSS has developed FSS Micro Pay solution that enables banking and financial institutions to provide banking and financial services to the unbanked sector. It supports online and offline transaction processing on ATMs and hand-held terminals using biometric authentication. The solution also supports card issuance, hierarchical definition of business correspondents/ agents, registration, accounting, management functions and smart cards with biometric authorization.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<ul>\r\n <li>Supports customer enrollment on personal computer, laptop or handheld terminal.</li>\r\n <li>Facilitates card issuance on any of the selected card platforms; magnetic stripe cards, smart cards, combo cards or virtual cards.</li>\r\n <li>Terminal agnostic – Biometric ATMs, biometric kiosks, micro ATMs or mobile phones.</li>\r\n <li>Supports on-line, real-time and off-line transaction processing.</li>\r\n <li>Supports magnetic, contact less, smart cards and virtual cards.</li>\r\n <li>Provides for risk management and controls.</li>\r\n <li>Supports teller application, document management system, transaction processing engine, merchant/agent and card management system.</li>\r\n <li>Support cardless transactions.</li>\r\n <li>Supports various network protocol like CDMA, GPRS, PSTN, IP.</li>\r\n <li>Supports select remittance transactions.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> </strong><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS has extensive and proven experience in integrating and managing multiple retail channels.</li>\r\n <li>Proven capability of FSS in providing technology based end-to-end payment solutions.</li>\r\n <li>In-house solution design team using robust technology platform.</li>\r\n <li>The solution complies with regulatory mandates from IMG, IDRBT, RBI and UIDAI.</li>\r\n</ul>','FSS Micro Pay','','publish','open','open','','fss-micro-pay','','','2014-05-23 13:10:23','2014-05-23 13:10:23','',58,'http://039719c.netsolhost.com/ltest/fss/?page_id=499',1,'page','',0),(500,1,'2014-02-27 12:21:04','2014-02-27 12:21:04','','FSS MICRO PAY','','inherit','open','open','','499-revision-v1','','','2014-02-27 12:21:04','2014-02-27 12:21:04','',499,'http://039719c.netsolhost.com/ltest/fss/499-revision-v1/',0,'revision','',0),(722,3,'2014-04-16 05:48:45','2014-04-16 05:48:45','','15TH_WHISTLEBLOWER_1845655f','','inherit','open','open','','15th_whistleblower_1845655f','','','2014-04-16 05:48:45','2014-04-16 05:48:45','',0,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/04/15TH_WHISTLEBLOWER_1845655f.jpg',0,'attachment','image/jpeg',0),(502,1,'2014-05-23 13:10:23','2014-05-23 13:10:23','[responsive]<img class=\"alignleft size-full wp-image-503\" alt=\"fss-micro-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-micro-pay.jpg\" width=\"657\" height=\"135\" />[/responsive]\n[separator headline=\"h4\" title=\"A well integrated solution enabling banks and financial institutions to provide financial inclusion services to the unbanked sectors by supporting online and offline transaction processing and card issuance.\"]\n\n[responsive]<img class=\"size-full wp-image-940 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_ecash\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_ecash.jpg\" width=\"250\" height=\"100\" />[/responsive]As part of the <strong>Financial Inclusion program</strong>, the Government of Indian had launched the Unique Identification Authority of India (UIDAI) project which would act as a centralized receptacle for citizen identification by storing, managing and authenticating citizens using their biometric features.\n\nIn anticipation to support this program, FSS has developed FSS Micro Pay solution that enables banking and financial institutions to provide banking and financial services to the unbanked sector. It supports online and offline transaction processing on ATMs and hand-held terminals using biometric authentication. The solution also supports card issuance, hierarchical definition of business correspondents/ agents, registration, accounting, management functions and smart cards with biometric authorization.\n\n[mini-icon icon=\"list-alt\"]<strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\n<ul>\n <li>Supports customer enrollment on personal computer, laptop or handheld terminal.</li>\n <li>Facilitates card issuance on any of the selected card platforms; magnetic stripe cards, smart cards, combo cards or virtual cards.</li>\n <li>Terminal agnostic – Biometric ATMs, biometric kiosks, micro ATMs or mobile phones.</li>\n <li>Supports on-line, real-time and off-line transaction processing.</li>\n <li>Supports magnetic, contact less, smart cards and virtual cards.</li>\n <li>Provides for risk management and controls.</li>\n <li>Supports teller application, document management system, transaction processing engine, merchant/agent and card management system.</li>\n <li>Support cardless transactions.</li>\n <li>Supports various network protocol like CDMA, GPRS, PSTN, IP.</li>\n <li>Supports select remittance transactions.</li>\n</ul>\n[mini-icon icon=\"check\"]<strong> </strong><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\n<ul>\n <li>FSS has extensive and proven experience in integrating and managing multiple retail channels.</li>\n <li>Proven capability of FSS in providing technology based end-to-end payment solutions.</li>\n <li>In-house solution design team using robust technology platform.</li>\n <li>The solution complies with regulatory mandates from IMG, IDRBT, RBI and UIDAI.</li>\n</ul>','FSS Micro Pay','','inherit','open','open','','499-autosave-v1','','','2014-05-23 13:10:23','2014-05-23 13:10:23','',499,'http://039719c.netsolhost.com/ltest/fss/499-autosave-v1/',0,'revision','',0),(503,1,'2014-02-27 12:34:00','2014-02-27 12:34:00','','fss-micro-pay','','inherit','open','open','','fss-micro-pay-2','','','2014-02-27 12:34:00','2014-02-27 12:34:00','',499,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-micro-pay.jpg',0,'attachment','image/jpeg',0),(504,1,'2014-02-27 12:35:49','2014-02-27 12:35:49','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-micro-pay.jpg\"><img class=\"alignleft size-full wp-image-503\" alt=\"fss-micro-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-micro-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n[separator headline=\"h4\" title=\"FSS Micro Pay\"]\r\n\r\n<strong>A well integrated solution enabling banks and financial institutions to provide financial inclusion services to the unbanked sectors by supporting online and offline transaction processing and card issuance.</strong>\r\n\r\nAs part of the Financial Inclusion program, the Government of Indian had launched the Unique Identification Authority of India (UIDAI) project which would act as a centralized receptacle for citizen identification by storing, managing and authenticating citizens using their biometric features.\r\n\r\nIn anticipation to support this program, FSS has developed FSS Micro Pay solution that enables banking and financial institutions to provide banking and financial services to the unbanked sector. It supports online and offline transaction processing on ATMs and hand-held terminals using biometric authentication. The solution also supports card issuance, hierarchical definition of business correspondents/ agents, registration, accounting, management functions and smart cards with biometric authorization.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n[list]\r\n[list_item icon=\"glass\"]glass[/list_item]\r\n[list_item icon=\"music\"]music[/list_item]\r\n[list_item icon=\"search\"]search[/list_item]\r\n[list_item icon=\"envelope\"]envelope[/list_item]\r\n[/list]Supports customer enrollment on personal computer, laptop or handheld terminal.\r\nFacilitates card issuance on any of the selected card platforms; magnetic stripe cards, smart cards, combo cards or virtual cards.\r\nTerminal agnostic – Biometric ATMs, biometric kiosks, micro ATMs or mobile phones.\r\nSupports on-line, real-time and off-line transaction processing.\r\nSupports magnetic, contact less, smart cards and virtual cards.\r\nProvides for risk management and controls.\r\nSupports teller application, document management system, transaction processing engine, merchant/agent and card management system.\r\nSupport cardless transactions.\r\nSupports various network protocol like CDMA, GPRS, PSTN, IP.\r\nSupports select remittance transactions.\r\nAdvantage FSS\r\nFSS has extensive and proven experience in integrating and managing multiple retail channels.\r\nProven capability of FSS in providing technology based end-to-end payment solutions.\r\nIn-house solution design team using robust technology platform.\r\nThe solution complies with regulatory mandates from IMG, IDRBT, RBI and UIDAI.','FSS MICRO PAY','','inherit','open','open','','499-revision-v1','','','2014-02-27 12:35:49','2014-02-27 12:35:49','',499,'http://039719c.netsolhost.com/ltest/fss/499-revision-v1/',0,'revision','',0),(505,1,'2014-02-27 12:40:55','2014-02-27 12:40:55','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-micro-pay.jpg\"><img class=\"alignleft size-full wp-image-503\" alt=\"fss-micro-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-micro-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n[separator headline=\"h4\" title=\"FSS Micro Pay\"]\r\n\r\n<strong>A well integrated solution enabling banks and financial institutions to provide financial inclusion services to the unbanked sectors by supporting online and offline transaction processing and card issuance.</strong>\r\n\r\nAs part of the Financial Inclusion program, the Government of Indian had launched the Unique Identification Authority of India (UIDAI) project which would act as a centralized receptacle for citizen identification by storing, managing and authenticating citizens using their biometric features.\r\n\r\nIn anticipation to support this program, FSS has developed FSS Micro Pay solution that enables banking and financial institutions to provide banking and financial services to the unbanked sector. It supports online and offline transaction processing on ATMs and hand-held terminals using biometric authentication. The solution also supports card issuance, hierarchical definition of business correspondents/ agents, registration, accounting, management functions and smart cards with biometric authorization.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Supports customer enrollment on personal computer, laptop or handheld terminal.</li>\r\n <li>Facilitates card issuance on any of the selected card platforms; magnetic stripe cards, smart cards, combo cards or virtual cards.</li>\r\n <li>Terminal agnostic – Biometric ATMs, biometric kiosks, micro ATMs or mobile phones.</li>\r\n <li>Supports on-line, real-time and off-line transaction processing.</li>\r\n <li>Supports magnetic, contact less, smart cards and virtual cards.</li>\r\n <li>Provides for risk management and controls.</li>\r\n <li>Supports teller application, document management system, transaction processing engine, merchant/agent and card management system.</li>\r\n <li>Support cardless transactions.</li>\r\n <li>Supports various network protocol like CDMA, GPRS, PSTN, IP.</li>\r\n <li>Supports select remittance transactions.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS has extensive and proven experience in integrating and managing multiple retail channels.</li>\r\n <li>Proven capability of FSS in providing technology based end-to-end payment solutions.</li>\r\n <li>In-house solution design team using robust technology platform.</li>\r\n <li>The solution complies with regulatory mandates from IMG, IDRBT, RBI and UIDAI.</li>\r\n</ul>','FSS MICRO PAY','','inherit','open','open','','499-revision-v1','','','2014-02-27 12:40:55','2014-02-27 12:40:55','',499,'http://039719c.netsolhost.com/ltest/fss/499-revision-v1/',0,'revision','',0),(506,1,'2014-02-27 12:21:55','2014-02-27 12:21:55','[responsive]<img class=\"alignleft size-full wp-image-507\" alt=\"fss-biometric\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-biometric.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n[separator headline=\"h4\" title=\"A secure, robust and feature-rich biometric authorization solution for banks & financial institutions\"]\r\n[responsive]<img class=\"size-full wp-image-922 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_biometrics\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_biometrics.jpg\" width=\"250\" height=\"100\" />[/responsive]Traditionally, <strong>PIN-based authentication</strong> has been the basic method of authenticating cardholders across all delivery channels. Recent advances in technology allow alternate methods of authentication including usage of <strong>bio-metric</strong> features such as finger-prints. Biometric authentication obviates the need for generation of PIN, distribution, secure storage (by the card holder), and secure authentication. The complexity at a self-service terminal also is simplified, with the help of voice guidance services.\r\n\r\nFSS Biometrics solution enables banks and financial institutions to securely capture, store and authenticate finger-prints that can be used as an alternate or an additional authorization method. The application can also act as an enabler for inclusive banking to the unbanked segments. The entire process is standardized, and works across multiple delivery channels and devices such as ATM, POS, Kiosks and Laptops.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Supports an integrated PIN/biometric based authentication process.</li>\r\n <li>Supports POS, kiosks and PC-based teller applications.</li>\r\n <li>Centralized monitoring and control of biometric enabled delivery channels.</li>\r\n <li>Provides configurable GUI based biometric server setup options.</li>\r\n <li>Allows all EDC channels to communicate via switch which ensures better integration and control.</li>\r\n <li>Offers 24X7 online, real-time synchronized transaction support.</li>\r\n <li>Allows encrypted fingerprint data capture, storage and encrypted fingerprint data transmission from an ATM to a switch.</li>\r\n <li>Built in alerts for any hardware failures, and other exceptions.</li>\r\n <li>Centralized authorization, enables usage across wide geographic areas.</li>\r\n <li><strong>Integrate with all makes and types of ATMs.</strong></li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS has partnered with leading ATM manufacturers for successful deployment with several large banks in India.</li>\r\n <li>The solution is device-agnostic, as the message formats and the finger-print templates are standardized.</li>\r\n <li>The solution enables safe and secure authentication process which works with multiple EFT switches.</li>\r\n <li>The design of the system enforces proper workflow, mitigating transaction, non repudiation and avoiding possible fraud at the time of registration.</li>\r\n</ul>','FSS Biometrics','','publish','open','open','','fss-biometrics','','','2014-05-23 12:32:57','2014-05-23 12:32:57','',58,'http://039719c.netsolhost.com/ltest/fss/?page_id=506',2,'page','',0),(507,1,'2014-02-27 12:43:28','2014-02-27 12:43:28','','fss-biometric','','inherit','open','open','','fss-biometric','','','2014-02-27 12:43:28','2014-02-27 12:43:28','',506,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-biometric.jpg',0,'attachment','image/jpeg',0),(508,1,'2014-02-27 12:45:55','2014-02-27 12:45:55','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-biometric.jpg\"><img class=\"alignleft size-full wp-image-507\" alt=\"fss-biometric\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-biometric.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n[separator headline=\"h4\" title=\"FSS Biometrics\"]\r\nA secure, robust and feature-rich biometric authorization solution for banks & financial institutions\r\nTraditionally, PIN-based authentication has been the basic method of authenticating cardholders across all delivery channels. Recent advances in technology allow alternate methods of authentication including usage of bio-metric features such as finger-prints. Biometric authentication obviates the need for generation of PIN, distribution, secure storage (by the card holder), and secure authentication. The complexity at a self-service terminal also is simplified, with the help of voice guidance services.\r\n\r\nFSS Biometrics solution enables banks and financial institutions to securely capture, store and authenticate finger-prints that can be used as an alternate or an additional authorization method. The application can also act as an enabler for inclusive banking to the unbanked segments. The entire process is standardized, and works across multiple delivery channels and devices such as ATM, POS, Kiosks and Laptops.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Supports an integrated PIN/biometric based authentication process.</li>\r\n <li>Supports POS, kiosks and PC-based teller applications.</li>\r\n <li>Centralized monitoring and control of biometric enabled delivery channels.</li>\r\n <li>Provides configurable GUI based biometric server setup options.</li>\r\n <li>Allows all EDC channels to communicate via switch which ensures better integration and control.</li>\r\n <li>Offers 24X7 online, real-time synchronized transaction support.</li>\r\n <li>Allows encrypted fingerprint data capture, storage and encrypted fingerprint data transmission from an ATM to a switch.</li>\r\n <li>Built in alerts for any hardware failures, and other exceptions.</li>\r\n <li>Centralized authorization, enables usage across wide geographic areas.</li>\r\n <li>Integrate with all makes and types of ATMs.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS has partnered with leading ATM manufacturers for successful deployment with several large banks in India.</li>\r\n <li>The solution is device-agnostic, as the message formats and the finger-print templates are standardized.</li>\r\n <li>The solution enables safe and secure authentication process which works with multiple EFT switches.</li>\r\n <li>The design of the system enforces proper workflow, mitigating transaction, non repudiation and avoiding possible fraud at the time of registration.</li>\r\n</ul>','FSS Biometrics','','inherit','open','open','','506-revision-v1','','','2014-02-27 12:45:55','2014-02-27 12:45:55','',506,'http://039719c.netsolhost.com/ltest/fss/506-revision-v1/',0,'revision','',0),(509,1,'2014-05-14 10:13:29','2014-05-14 10:13:29','[responsive]<img class=\"alignnone size-full wp-image-510\" alt=\"fss-connect\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\" width=\"657\" height=\"135\" />[/responsive]\n\n[separator headline=\"h3\" title=\"A comprehensive, secure and synchronous messaging middleware solution.\"]\n\nFSS Connect integrates disparate applications such as Enterprise Application Integration (EAI) and Business-to-business (B2B) exchanges. LANs, WANs and the Internet have allowed not just the users, but also the applications to be distributed across the networks. FSS Connect allows each application through a single connection into the \"messaging cloud\". The \"<strong>fire-and-forget</strong>\" architecture of FSS Connect allows applications to continue processing while the middleware continues to delivers the messages. The messaging infrastructure helps improve the delivery significantly that is both real-time and fault-tolerant. This process is transparent to the communicating applications.\n\n[mini-icon icon=\"list-alt\"]<strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\n<ul>\n <li>Robust and platform independent.</li>\n <li>Message queuing feature enables guaranteed delivery of messages.</li>\n <li>Non-stop messaging with audit and trace.</li>\n <li>The serial and TCP/IP ports can be scaled up to handle large infrastructure requirement.</li>\n <li>Robust and scalable product that ensures exceptional availability and reliability in inter-system messaging.</li>\n <li>Built-in load balancer and network management.</li>\n <li>Provides database connector.</li>\n <li>Unambiguous APIs.</li>\n <li>Built in tools to debug applications and tune the system for better performance.</li>\n <li>One-to-one, many-to-one and one-to-many and many-to-many messaging.</li>\n <li>Event initiator.</li>\n <li>Displays graphical status of configured client/host stations and status.</li>\n</ul>\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\n<ul>\n <li>An established product, developed with FSS\' extensive experience in managing the diverse payment systems and applications.</li>\n <li>The solution is trusted and successfully deployed at several banks.</li>\n <li>Assure high security and data integrity in transferring messages across applications.</li>\n <li>Flexible solution that interfaces with all legacy systems, switches and hosts.</li>\n <li>Auto balances the load and keeps track of each message that is received and delivered.</li>\n <li>Concurrent transaction processing for quick response.</li>\n</ul>','Messaging Middleware','','inherit','open','open','','60-autosave-v1','','','2014-05-14 10:13:29','2014-05-14 10:13:29','',60,'http://039719c.netsolhost.com/ltest/fss/60-autosave-v1/',0,'revision','',0),(510,1,'2014-02-27 12:59:34','2014-02-27 12:59:34','','fss-connect','','inherit','open','open','','fss-connect','','','2014-02-27 12:59:34','2014-02-27 12:59:34','',60,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg',0,'attachment','image/jpeg',0),(511,1,'2014-02-27 13:01:28','2014-02-27 13:01:28','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\"><img class=\"alignleft size-full wp-image-510\" alt=\"fss-connect\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n<strong>A comprehensive, secure and synchronous messaging middleware solution.\r\n</strong>\r\nFSS Connect integrates disparate applications such as Enterprise Application Integration (EAI) and Business-to-business (B2B) exchanges. LANs, WANs and the Internet have allowed not just the users, but also the applications to be distributed across the networks. FSS Connect allows each application through a single connection into the \"messaging cloud\". The \"fire-and-forget\" architecture of FSS Connect allows applications to continue processing while the middleware continues to delivers the messages. The messaging infrastructure helps improve the delivery significantly that is both real-time and fault-tolerant. This process is transparent to the communicating applications.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Robust and platform independent.</li>\r\n <li>Message queuing feature enables guaranteed delivery of messages.</li>\r\n <li>Non-stop messaging with audit and trace.</li>\r\n <li>The serial and TCP/IP ports can be scaled up to handle large infrastructure requirement.</li>\r\n <li>Robust and scalable product that ensures exceptional availability and reliability in inter-system messaging.</li>\r\n <li>Built-in load balancer and network management.</li>\r\n <li>Provides database connector.</li>\r\n <li>Unambiguous APIs.</li>\r\n <li>Built in tools to debug applications and tune the system for better performance.</li>\r\n <li>One-to-one, many-to-one and one-to-many and many-to-many messaging.</li>\r\n <li>Event initiator.</li>\r\n <li>Displays graphical status of configured client/host stations and status.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>An established product, developed with FSS\' extensive experience in managing the diverse payment systems and applications.</li>\r\n <li>The solution is trusted and successfully deployed at several banks.</li>\r\n <li>Assure high security and data integrity in transferring messages across applications.</li>\r\n <li>Flexible solution that interfaces with all legacy systems, switches and hosts.</li>\r\n <li>Auto balances the load and keeps track of each message that is received and delivered.</li>\r\n <li>Concurrent transaction processing for quick response.</li>\r\n</ul>','Messaging Middleware','','inherit','open','open','','60-revision-v1','','','2014-02-27 13:01:28','2014-02-27 13:01:28','',60,'http://039719c.netsolhost.com/ltest/fss/60-revision-v1/',0,'revision','',0),(512,1,'2014-02-27 13:03:48','2014-02-27 13:03:48',' ','','','publish','open','open','','512','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',24,'http://039719c.netsolhost.com/ltest/fss/?p=512',7,'nav_menu_item','',0),(513,1,'2014-02-27 13:06:20','2014-02-27 13:06:20','[responsive]IMAGE HERE[/responsive]\n[separator headline=\"h4\" title=\"Value Added Solutions\"]\nBanks and electronic retail delivery channel deployers constantly look for innovative ways to increase Return on Investment (ROI) and improve customer retention. Devices such as ATM, POS and kiosk are increasingly configurable to perform a wide range of new generation transactions such as bill payments, registration for services and key generation for other channels.\n\nWith domain knowledge gained over 20 years, FSS has developed a wide range of innovative Value Added Solutions which can be deployed over multiple delivery channels like ATM, POS, internet and mobile. ATM based institutional fee payments, bill payments; electronic journal upload, active device manager, mutual fund purchase and online redemption are immensely popular with banks that engage with their customers better and more frequently thereby becoming an incremental revenue stream. Innovative offers from banks ensure retention of customers, while generating revenues as well.\n\nSome of the popular FSS Value Added offerings are available on Licensing and Services models.','Value Added Solutions','','inherit','open','open','','56-autosave-v1','','','2014-02-27 13:06:20','2014-02-27 13:06:20','',56,'http://039719c.netsolhost.com/ltest/fss/56-autosave-v1/',0,'revision','',0),(514,1,'2014-02-27 13:06:38','2014-02-27 13:06:38','','fss-value-added-payment-product','','inherit','open','open','','fss-value-added-payment-product','','','2014-02-27 13:06:38','2014-02-27 13:06:38','',56,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-value-added-payment-product.jpg',0,'attachment','image/jpeg',0),(515,1,'2014-02-27 13:07:14','2014-02-27 13:07:14','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-value-added-payment-product.jpg\"><img class=\"alignleft size-full wp-image-514\" alt=\"fss-value-added-payment-product\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-value-added-payment-product.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\r\n[separator headline=\"h4\" title=\"Value Added Solutions\"]\r\nBanks and electronic retail delivery channel deployers constantly look for innovative ways to increase Return on Investment (ROI) and improve customer retention. Devices such as ATM, POS and kiosk are increasingly configurable to perform a wide range of new generation transactions such as bill payments, registration for services and key generation for other channels.\r\n\r\nWith domain knowledge gained over 20 years, FSS has developed a wide range of innovative Value Added Solutions which can be deployed over multiple delivery channels like ATM, POS, internet and mobile. ATM based institutional fee payments, bill payments; electronic journal upload, active device manager, mutual fund purchase and online redemption are immensely popular with banks that engage with their customers better and more frequently thereby becoming an incremental revenue stream. Innovative offers from banks ensure retention of customers, while generating revenues as well.\r\n\r\nSome of the popular FSS Value Added offerings are available on Licensing and Services models.','Value Added Solutions','','inherit','open','open','','56-revision-v1','','','2014-02-27 13:07:14','2014-02-27 13:07:14','',56,'http://039719c.netsolhost.com/ltest/fss/56-revision-v1/',0,'revision','',0),(517,1,'2014-02-27 13:10:07','2014-02-27 13:10:07','','fss-bill-pay','','inherit','open','open','','fss-bill-pay','','','2014-02-27 13:10:07','2014-02-27 13:10:07','',107,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg',0,'attachment','image/jpeg',0),(520,1,'2014-02-27 13:16:58','2014-02-27 13:16:58','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\"><img class=\"alignnone size-full wp-image-517\" alt=\"fss-bill-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive][separator headline=\"h4\" title=\"A comprehensive, multi-channel electronic bill presentment and payment solution.\"]\r\n\r\n<span style=\"line-height: 1.5em;\">[responsive]<img class=\"alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_bill_pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_bill_pay.jpg\" width=\"250\" height=\"100\" />[/responsive]In today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.</span>\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -\r\n<ul>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n</ul>\r\n</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS Bill Pay','','publish','open','open','','fss-bill-pay','','','2014-05-23 13:20:54','2014-05-23 13:20:54','',56,'http://039719c.netsolhost.com/ltest/fss/?page_id=520',1,'page','',0),(521,1,'2014-02-27 13:16:58','2014-02-27 13:16:58','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\"><img class=\"alignleft size-full wp-image-517\" alt=\"fss-bill-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n<strong>A comprehensive, multi-channel electronic bill presentment and payment solution</strong>\r\nIn today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -</li>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS BILL PAY','','inherit','open','open','','520-revision-v1','','','2014-02-27 13:16:58','2014-02-27 13:16:58','',520,'http://039719c.netsolhost.com/ltest/fss/520-revision-v1/',0,'revision','',0),(522,1,'2014-02-27 13:21:45','2014-02-27 13:21:45','[responsive]<img class=\"alignleft size-full wp-image-523\" alt=\"fss-product-cross-sell\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-product-cross-sell.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n[separator headline=\"h4\" title=\"A modular solution that enables banks to cross sell their products and services across their ATM and Internet banking channels\"]\r\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_cross_sell.jpg\"><img class=\"size-full wp-image-916 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_cross_sell\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_cross_sell.jpg\" width=\"250\" height=\"100\" /></a>[/responsive]Banks constantly endeavor to find cost effective ways of selling their products to their customers. Increase in the usage of self-service terminals and internet banking channel by customers provides banks with interactive media options for displaying new products. Enabled through ATMs and internet banking channels, FSS Product Cross Sell solution provides enhanced opportunities for banks to acquire and retain customer relationships by cross selling their existing products and service.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Easy configurability and manageability, reduces time-to-market thereby enabling banks to roll out the services to its customers quickly.</li>\r\n <li>Allows banks to appropriately schedule their marketing campaigns based on customer profile.</li>\r\n <li>Generates exhaustive product-wise and customer-wise reports to ascertain the leads generated.</li>\r\n <li>Creates marketing and customer database over a period of time.</li>\r\n <li>Works seamlessly with all brands of ATMs and internet banking site/portal of the banks</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Trusted by some of the leading banks in India for over 4 years.</li>\r\n <li>Has a proven track record of improving the Return on Investment (ROI).</li>\r\n <li>Increases customers convenience for availing a wide range of bank\' products in a centralized mode.</li>\r\n <li>Maintains and manages centralized marketing campaigns on its ATM & net banking channels.</li>\r\n</ul>','FSS Product Cross Sell','','publish','open','open','','fss-product-cross-sell','','','2014-05-23 12:21:22','2014-05-23 12:21:22','',56,'http://039719c.netsolhost.com/ltest/fss/?page_id=522',2,'page','',0),(523,1,'2014-02-27 13:19:25','2014-02-27 13:19:25','','fss-product-cross-sell','','inherit','open','open','','fss-product-cross-sell','','','2014-02-27 13:19:25','2014-02-27 13:19:25','',522,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-product-cross-sell.jpg',0,'attachment','image/jpeg',0),(524,1,'2014-02-27 13:21:45','2014-02-27 13:21:45','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-product-cross-sell.jpg\"><img class=\"alignleft size-full wp-image-523\" alt=\"fss-product-cross-sell\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-product-cross-sell.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n[separator headline=\"h4\" title=\"FSS Product Cross Sell (PCS)\"]\r\nA modular solution that enables banks to cross sell their products and services across their ATM and Internet banking channels\r\nBanks constantly endeavor to find cost effective ways of selling their products to their customers. Increase in the usage of self-service terminals and internet banking channel by customers provides banks with interactive media options for displaying new products. Enabled through ATMs and internet banking channels, FSS Product Cross Sell solution provides enhanced opportunities for banks to acquire and retain customer relationships by cross selling their existing products and service.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Easy configurability and manageability, reduces time-to-market thereby enabling banks to roll out the services to its customers quickly.</li>\r\n <li>Allows banks to appropriately schedule their marketing campaigns based on customer profile.</li>\r\n <li>Generates exhaustive product-wise and customer-wise reports to ascertain the leads generated.</li>\r\n <li>Creates marketing and customer database over a period of time.</li>\r\n <li>Works seamlessly with all brands of ATMs and internet banking site/portal of the banks</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Trusted by some of the leading banks in India for over 4 years.</li>\r\n <li>Has a proven track record of improving the Return on Investment (ROI).</li>\r\n <li>Increases customers convenience for availing a wide range of bank\' products in a centralized mode.</li>\r\n <li>Maintains and manages centralized marketing campaigns on its ATM & net banking channels.</li>\r\n</ul>','FSS PRODUCT CROSS SELL','','inherit','open','open','','522-revision-v1','','','2014-02-27 13:21:45','2014-02-27 13:21:45','',522,'http://039719c.netsolhost.com/ltest/fss/522-revision-v1/',0,'revision','',0),(525,1,'2014-02-27 13:22:31','2014-02-27 13:22:31','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\"><img class=\"alignleft size-full wp-image-517\" alt=\"fss-bill-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n \r\n\r\n<strong>A comprehensive, multi-channel electronic bill presentment and payment solution</strong>\r\nIn today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -</li>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS BILL PAY','','inherit','open','open','','520-revision-v1','','','2014-02-27 13:22:31','2014-02-27 13:22:31','',520,'http://039719c.netsolhost.com/ltest/fss/520-revision-v1/',0,'revision','',0),(526,1,'2014-02-27 13:23:13','2014-02-27 13:23:13','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\"><img class=\"alignleft size-full wp-image-517\" alt=\"fss-bill-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n\r\n<strong>A comprehensive, multi-channel electronic bill presentment and payment solution</strong>\r\n\r\nIn today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -</li>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS BILL PAY','','inherit','open','open','','520-revision-v1','','','2014-02-27 13:23:13','2014-02-27 13:23:13','',520,'http://039719c.netsolhost.com/ltest/fss/520-revision-v1/',0,'revision','',0),(527,1,'2014-02-27 13:23:50','2014-02-27 13:23:50','<strong>A comprehensive, multi-channel electronic bill presentment and payment solution</strong>\r\n\r\nIn today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -</li>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS BILL PAY','','inherit','open','open','','520-revision-v1','','','2014-02-27 13:23:50','2014-02-27 13:23:50','',520,'http://039719c.netsolhost.com/ltest/fss/520-revision-v1/',0,'revision','',0),(528,1,'2014-02-27 13:24:18','2014-02-27 13:24:18','<strong>[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\"><img class=\"alignleft size-full wp-image-517\" alt=\"fss-bill-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\nA comprehensive, multi-channel electronic bill presentment and payment solution</strong>\r\n\r\nIn today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -</li>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS BILL PAY','','inherit','open','open','','520-revision-v1','','','2014-02-27 13:24:18','2014-02-27 13:24:18','',520,'http://039719c.netsolhost.com/ltest/fss/520-revision-v1/',0,'revision','',0),(529,1,'2014-02-27 13:24:38','2014-02-27 13:24:38','<strong>[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\"><img class=\"alignleft size-full wp-image-517\" alt=\"fss-bill-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n</strong>\r\n\r\n \r\n\r\n<strong>A comprehensive, multi-channel electronic bill presentment and payment solution</strong>\r\n\r\nIn today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -</li>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS BILL PAY','','inherit','open','open','','520-revision-v1','','','2014-02-27 13:24:38','2014-02-27 13:24:38','',520,'http://039719c.netsolhost.com/ltest/fss/520-revision-v1/',0,'revision','',0),(530,1,'2014-02-27 13:24:53','2014-02-27 13:24:53','<strong>[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\"><img class=\"alignleft size-full wp-image-517\" alt=\"fss-bill-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n</strong>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<strong>A comprehensive, multi-channel electronic bill presentment and payment solution</strong>\r\n\r\nIn today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -</li>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS BILL PAY','','inherit','open','open','','520-revision-v1','','','2014-02-27 13:24:53','2014-02-27 13:24:53','',520,'http://039719c.netsolhost.com/ltest/fss/520-revision-v1/',0,'revision','',0),(531,1,'2014-02-27 13:25:58','2014-02-27 13:25:58','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]FSS with over 20 years of technological and operational expertise in the payments domain has developed a comprehensive set of ATM services.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Fully managed, comprehensive and cost effective, mobile banking, mobile payment, mobile commerce and mobile wallet services, on a pay-per-use model.. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]FSS provides flexible, configurable solutions that support all card types including magnetic-stripe, EMV™ chip and virtual cards.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][gap height=\"15\"][whitepapers][/one_half] [one_half_last][separator headline=\"h3\" title=\"Recent News\"][gap height=\"15\"][recentnews][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][one_half][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half] [one_half_last][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half_last][/section][section bgcolor=\"#D71920\" padding=\"15px 0\" ][tips][/section]','Home','','inherit','open','open','','2-revision-v1','','','2014-02-27 13:25:58','2014-02-27 13:25:58','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(532,1,'2014-02-27 13:29:15','2014-02-27 13:29:15','[responsive]<img class=\"alignleft size-full wp-image-533\" alt=\"fss-green-pin\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-green-pin.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A well integrated green solution that helps card issuers avoid the usage of paper-based PIN\"]\r\n[responsive]<img class=\"size-full wp-image-918 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_green_pin\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_green_pin.jpg\" width=\"250\" height=\"100\" />[/responsive]Banks and card issuers are increasingly adopting various paper-less methods to communicate to their customers that save time, money and maximize convenience and productivity. One such activity is sending PIN mailers to cardholders. FSS Green PIN is a paper-less PIN generation and forwarding solution that enables banks to securely transmit card PINs in electronic form through multiple delivery channels to their cardholders.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Avoids usage of expensive PIN mailer stationery, and simplifying dispatch logistics.</li>\r\n <li>Two tier validation - During pass code generation and during ATM PIN generation.</li>\r\n <li>Secured information - PIN\'s once generated, are not stored.</li>\r\n <li>Secondary level secured information are stored in hashed/masked format.</li>\r\n <li>Compliant with all the global security standards:</li>\r\n <li>PCI standards</li>\r\n <li>PABP standards</li>\r\n <li>PADSS standards</li>\r\n <li>OWASP standards</li>\r\n <li>VISA and MasterCard recommendations on PIN transmission</li>\r\n <li>Centralized system prevents data redundancy.</li>\r\n <li>User friendly interface for convenient administration.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Saves costs towards PIN mailer stationery, printing and dispatch.</li>\r\n <li>Eco friendly - Avoids usage of paper.</li>\r\n <li>Helps banks to seamlessly transmit PINs through multiple delivery channels:\r\n<ul style=\"list-style: circle;\">\r\n <li>Mobile</li>\r\n <li>Internet-Email</li>\r\n <li>IVR</li>\r\n <li>ATM</li>\r\n</ul>\r\n</li>\r\n <li>Helps enhance the brand image of banks by offering the latest technology based service.</li>\r\n <li>Provides the card issuer with a new channel of communication with the cardholder.</li>\r\n <li>Reduces the number of customer call on re-issuance/forgot PIN.</li>\r\n <li>Already deployed at some of the major Indian banks.</li>\r\n</ul>','FSS Green PIN','','publish','open','closed','','fss-green-pin','','','2014-05-23 12:25:30','2014-05-23 12:25:30','',56,'http://039719c.netsolhost.com/ltest/fss/?page_id=532',3,'page','',0),(533,1,'2014-02-27 13:27:16','2014-02-27 13:27:16','','fss-green-pin','','inherit','open','open','','fss-green-pin','','','2014-02-27 13:27:16','2014-02-27 13:27:16','',532,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-green-pin.jpg',0,'attachment','image/jpeg',0),(534,1,'2014-02-27 13:29:15','2014-02-27 13:29:15','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-green-pin.jpg\"><img class=\"alignleft size-full wp-image-533\" alt=\"fss-green-pin\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-green-pin.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS Green PIN\"]\r\nA well integrated green solution that helps card issuers avoid the usage of paper-based PIN\r\nBanks and card issuers are increasingly adopting various paper-less methods to communicate to their customers that save time, money and maximize convenience and productivity. One such activity is sending PIN mailers to cardholders. FSS Green PIN is a paper-less PIN generation and forwarding solution that enables banks to securely transmit card PINs in electronic form through multiple delivery channels to their cardholders.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Avoids usage of expensive PIN mailer stationery, and simplifying dispatch logistics.</li>\r\n <li>Two tier validation - During pass code generation and during ATM PIN generation.</li>\r\n <li>Secured information - PIN\'s once generated, are not stored.</li>\r\n <li>Secondary level secured information are stored in hashed/masked format.</li>\r\n <li>Compliant with all the global security standards:</li>\r\n <li>PCI standards</li>\r\n <li>PABP standards</li>\r\n <li>PADSS standards</li>\r\n <li>OWASP standards</li>\r\n <li>VISA and MasterCard recommendations on PIN transmission</li>\r\n <li>Centralized system prevents data redundancy.</li>\r\n <li>User friendly interface for convenient administration.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Saves costs towards PIN mailer stationery, printing and dispatch.</li>\r\n <li>Eco friendly - Avoids usage of paper.</li>\r\n <li>Helps banks to seamlessly transmit PINs through multiple delivery channels:</li>\r\n <li>Mobile</li>\r\n <li>Internet-Email</li>\r\n <li>IVR</li>\r\n <li>ATM</li>\r\n <li>Helps enhance the brand image of banks by offering the latest technology based service.</li>\r\n <li>Provides the card issuer with a new channel of communication with the cardholder.</li>\r\n <li>Reduces the number of customer call on re-issuance/forgot PIN.</li>\r\n <li>Already deployed at some of the major Indian banks.</li>\r\n</ul>','FSS Green PIN','','inherit','open','open','','532-revision-v1','','','2014-02-27 13:29:15','2014-02-27 13:29:15','',532,'http://039719c.netsolhost.com/ltest/fss/532-revision-v1/',0,'revision','',0),(535,1,'2014-02-27 13:33:44','2014-02-27 13:33:44','[responsive]<img class=\"alignleft size-full wp-image-536\" alt=\"Loyalty-Manager\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/Loyalty-Manager.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"An interactive, intuitive and customizable Loyalty Management System that allows financial institutions to create single or coalition loyalty programs for their merchant and customer base.\"]\r\n[responsive]<img class=\"size-full wp-image-920 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_loyalty\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_loyalty.jpg\" width=\"250\" height=\"100\" />[/responsive]With retail business becoming increasingly competitive, banks and merchants strive constantly to retain their customer base. Merchants would like their customers to return to them for additional purchase of goods/services, while banks would like to encourage their customers to use their cards to improve customer retention.\r\n\r\n<strong>FSS Loyalty Manager</strong> has been developed leveraging extensive knowledge in the payments domain and in merchant operations. It is a comprehensive and dynamic solution that supports financial institutions to create custom loyalty programs for their existing merchant and customer base in order to generate more transactions and incremental revenues at lower costs. From creating a marketing campaign to redeeming reward points, from providing business intelligence and analytical data to gauging the success of a marketing campaign, FSS Loyalty Manager delivers it all.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Creates interactive web portals for institutions, merchants and customers.</li>\r\n <li>Supports card-less loyalty program.</li>\r\n <li>Provides instant registration facility and redemption options through multiple delivery channels.</li>\r\n <li>Provides cutting-edge analytical features to help identify the appropriate target audience for building marketing campaigns.</li>\r\n <li>Facilitates the rewarding process based on transaction volumes for a particular period.</li>\r\n <li>Facilitates the process of earning reward points from repeat purchases done during a product campaign.</li>\r\n <li>Provides real-time customer feedback to develop sales strategies.</li>\r\n <li>Analyses customer feedback to allocate appropriate resources.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Calculates critical customer loyalty metrics to understand customer purchase behavior.</li>\r\n <li>Allows selection and creating the right marketing campaigns and loyalty programs to achieve customer retention and incremental revenue.</li>\r\n <li>Secure system, with tamper-resistant encryption and decryption.</li>\r\n <li>Facilitates faster time-to-market product campaigns and loyalty programs for greater return on investment (ROI).</li>\r\n</ul>','FSS Loyalty Manager','','publish','open','open','','fss-loyalty-manager','','','2014-05-23 12:28:29','2014-05-23 12:28:29','',56,'http://039719c.netsolhost.com/ltest/fss/?page_id=535',4,'page','',0),(536,1,'2014-02-27 13:31:34','2014-02-27 13:31:34','','Loyalty-Manager','','inherit','open','open','','loyalty-manager','','','2014-02-27 13:31:34','2014-02-27 13:31:34','',535,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/Loyalty-Manager.jpg',0,'attachment','image/jpeg',0),(537,1,'2014-02-27 13:33:44','2014-02-27 13:33:44','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/Loyalty-Manager.jpg\"><img class=\"alignleft size-full wp-image-536\" alt=\"Loyalty-Manager\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/Loyalty-Manager.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS Loyalty Manager\"]\r\nAn interactive, intuitive and customizable Loyalty Management System that allows financial institutions to create single or coalition loyalty programs for their merchant and customer base.\r\nWith retail business becoming increasingly competitive, banks and merchants strive constantly to retain their customer base. Merchants would like their customers to return to them for additional purchase of goods/services, while banks would like to encourage their customers to use their cards to improve customer retention.\r\n\r\nFSS Loyalty Manager has been developed leveraging extensive knowledge in the payments domain and in merchant operations. It is a comprehensive and dynamic solution that supports financial institutions to create custom loyalty programs for their existing merchant and customer base in order to generate more transactions and incremental revenues at lower costs. From creating a marketing campaign to redeeming reward points, from providing business intelligence and analytical data to gauging the success of a marketing campaign, FSS Loyalty Manager delivers it all.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Creates interactive web portals for institutions, merchants and customers.</li>\r\n <li>Supports card-less loyalty program.</li>\r\n <li>Provides instant registration facility and redemption options through multiple delivery channels.</li>\r\n <li>Provides cutting-edge analytical features to help identify the appropriate target audience for building marketing campaigns.</li>\r\n <li>Facilitates the rewarding process based on transaction volumes for a particular period.</li>\r\n <li>Facilitates the process of earning reward points from repeat purchases done during a product campaign.</li>\r\n <li>Provides real-time customer feedback to develop sales strategies.</li>\r\n <li>Analyses customer feedback to allocate appropriate resources.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Calculates critical customer loyalty metrics to understand customer purchase behavior.</li>\r\n <li>Allows selection and creating the right marketing campaigns and loyalty programs to achieve customer retention and incremental revenue.</li>\r\n <li>Secure system, with tamper-resistant encryption and decryption.</li>\r\n <li>Facilitates faster time-to-market product campaigns and loyalty programs for greater return on investment (ROI).</li>\r\n</ul>','FSS LOYALTY MANAGER','','inherit','open','open','','535-revision-v1','','','2014-02-27 13:33:44','2014-02-27 13:33:44','',535,'http://039719c.netsolhost.com/ltest/fss/535-revision-v1/',0,'revision','',0),(538,1,'2014-02-27 13:38:26','2014-02-27 13:38:26','[responsive]<img class=\"alignleft size-full wp-image-539\" alt=\"fss-currency-convert\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-currency-convert.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, secure and dynamic solution that allows merchants to offer international card customers, the choice of paying for goods/services in their native currencies.\"]\r\n\r\n[responsive]<img class=\"size-full wp-image-936 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_connect\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_connect.jpg\" width=\"250\" height=\"100\" />[/responsive]Traditionally, <strong>international customers</strong> using credit or debit cards to transact on POS terminals at overseas locations are billed in local currencies. Further, they have to wait for their monthly card or bank statement to find out the actual transactions value in their own native currency which is always different from the transacted value due to interchange (conversion) rates, bank markups, service fee mark ups or other charges.\r\n\r\nFSS Currency Convert is a patented solution that lets international customers enjoy the benefit and convenience of paying for their purchase, stay or meal in the currency they understand best - their own. The solution offers a personalized experience for cardholders with no surprises - the amount on their bill matches with the charge slip and their card account statement when they return home, while merchants continue to benefit from the ease of payments and reporting in their local currency.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Supports standard POS transactions in the local currency as well as in the native currency of cardholder.</li>\r\n <li>Minimal or no variance in the transaction value and the billed value in the cardholder statement.</li>\r\n <li>Supports conversion in any number of currencies.</li>\r\n <li>Service network support on PSTN, Ethernet, GPRS, CDMA and VSAT platforms.</li>\r\n <li>Technology and services support for acceptance of magnetic stripe and EMV card.</li>\r\n <li>User friendly application, ensuring convenient access by counter staff.</li>\r\n <li>Trained and experienced team to design, implement and manage the program.</li>\r\n <li>Ability to develop and implement personalized solutions.</li>\r\n <li>Designed to ensure quick turnaround and response time for transaction processing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Rapid solution deployment capability thereby reducing time to market.</li>\r\n <li>Multiple device support - EDC terminals, cash registers and kiosks for routing transactions to the desired host.</li>\r\n <li>Experience in successfully rolling out the solution for major acquirers in the Indian market.</li>\r\n</ul>','FSS Currency Convert','','publish','open','open','','fss-currency-convert','','','2014-05-23 13:03:43','2014-05-23 13:03:43','',56,'http://039719c.netsolhost.com/ltest/fss/?page_id=538',5,'page','',0),(539,1,'2014-02-27 13:35:21','2014-02-27 13:35:21','','fss-currency-convert','','inherit','open','open','','fss-currency-convert','','','2014-02-27 13:35:21','2014-02-27 13:35:21','',538,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-currency-convert.jpg',0,'attachment','image/jpeg',0),(540,1,'2014-02-27 13:37:14','2014-02-27 13:37:14','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]FSS with over 20 years of technological and operational expertise in the payments domain has developed a comprehensive set of ATM services.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Fully managed, comprehensive and cost effective, mobile banking, mobile payment, mobile commerce and mobile wallet services, on a pay-per-use model.. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]FSS provides flexible, configurable solutions that support all card types including magnetic-stripe, EMV™ chip and virtual cards.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][gap height=\"15\"][whitepapers][/one_half] [one_half_last][separator headline=\"h3\" title=\"Recent News\"][recentnews][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][one_half][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half] [one_half_last][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half_last][/section][section bgcolor=\"#D71920\" padding=\"15px 0\" ][tips][/section]','Home','','inherit','open','open','','2-revision-v1','','','2014-02-27 13:37:14','2014-02-27 13:37:14','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(541,1,'2014-02-27 13:38:26','2014-02-27 13:38:26','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-currency-convert.jpg\"><img class=\"alignleft size-full wp-image-539\" alt=\"fss-currency-convert\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-currency-convert.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS Currency Convert\"]\r\nA comprehensive, secure and dynamic solution that allows merchants to offer international card customers, the choice of paying for goods/services in their native currencies.\r\nTraditionally, international customers using credit or debit cards to transact on POS terminals at overseas locations are billed in local currencies. Further, they have to wait for their monthly card or bank statement to find out the actual transactions value in their own native currency which is always different from the transacted value due to interchange (conversion) rates, bank markups, service fee mark ups or other charges.\r\n\r\nFSS Currency Convert is a patented solution that lets international customers enjoy the benefit and convenience of paying for their purchase, stay or meal in the currency they understand best - their own. The solution offers a personalized experience for cardholders with no surprises - the amount on their bill matches with the charge slip and their card account statement when they return home, while merchants continue to benefit from the ease of payments and reporting in their local currency.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Supports standard POS transactions in the local currency as well as in the native currency of cardholder.</li>\r\n <li>Minimal or no variance in the transaction value and the billed value in the cardholder statement.</li>\r\n <li>Supports conversion in any number of currencies.</li>\r\n <li>Service network support on PSTN, Ethernet, GPRS, CDMA and VSAT platforms.</li>\r\n <li>Technology and services support for acceptance of magnetic stripe and EMV card.</li>\r\n <li>User friendly application, ensuring convenient access by counter staff.</li>\r\n <li>Trained and experienced team to design, implement and manage the program.</li>\r\n <li>Ability to develop and implement personalized solutions.</li>\r\n <li>Designed to ensure quick turnaround and response time for transaction processing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Rapid solution deployment capability thereby reducing time to market.</li>\r\n <li>Multiple device support - EDC terminals, cash registers and kiosks for routing transactions to the desired host.</li>\r\n <li>Experience in successfully rolling out the solution for major acquirers in the Indian market.</li>\r\n</ul>','FSS Currency Convert','','inherit','open','open','','538-revision-v1','','','2014-02-27 13:38:26','2014-02-27 13:38:26','',538,'http://039719c.netsolhost.com/ltest/fss/538-revision-v1/',0,'revision','',0),(542,1,'2014-02-27 13:42:57','2014-02-27 13:42:57','[responsive]<img class=\"alignleft size-full wp-image-543\" alt=\"fss-adm\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-adm.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A scalable, secure and reliable 24/7 ATM monitoring solution.\"]\r\n\r\n[responsive]<img class=\"size-full wp-image-938 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_atm_monitor\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_atm_monitor.jpg\" width=\"250\" height=\"100\" />[/responsive]Customers depend on the ATM network to grant them 24/7 access to their money. Monitoring the availability of ATM services is vital for customer satisfaction, and also for generation of revenue opportunities from an acquiring point of view. With FSS Active Device Manager (ADM), ATM related issues can be quickly identified and addressed. Round-the-clock ATM monitoring solution from FSS provides an accurate failure analysis and quick and efficient resolution of issues. This helps reduce operating costs and allows for better management of the ATM network.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Supports monitoring of XFS / SNMP based ATMs.</li>\r\n <li>Switch agnostic interfacing solution.</li>\r\n <li>Easy to use and flexible monitoring web interface enables banks to monitor the device, transactions, ticket and cash.</li>\r\n <li>Faults in the ATM network are translated into tickets and assigned to service provider agents for end-to-end tracking and closure.</li>\r\n <li>Allows the ticket to be tracked as per the SLA defined with each vendor/ATM.</li>\r\n <li>Integrates with popular Internet based geographical maps application for quick identification of the location of the faulty ATMs.</li>\r\n <li>Allows monitoring of cash positions online.</li>\r\n <li>Real-time and historical displays of ATM network efficiency.</li>\r\n <li>Provides service provider/vendor performance management reports.</li>\r\n <li>Business intelligence module helps provide in-depth analysis of transaction data.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Single point of contact for event monitoring and call management resulting in cost reduction and maximizing availability of ATM services.</li>\r\n <li>Proactive and predictive monitoring delivers improved reliability and customer service standards.</li>\r\n <li>Automated notification and escalation for quicker and more accurate response to issues.</li>\r\n <li>Flexible and scalable solution that can support continuously growing network of ATMs.</li>\r\n</ul>','FSS Active Device Manager','','publish','open','open','','fss-active-device-manager','','','2014-05-23 13:05:28','2014-05-23 13:05:28','',56,'http://039719c.netsolhost.com/ltest/fss/?page_id=542',6,'page','',0),(543,1,'2014-02-27 13:40:59','2014-02-27 13:40:59','','fss-adm','','inherit','open','open','','fss-adm','','','2014-02-27 13:40:59','2014-02-27 13:40:59','',542,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-adm.jpg',0,'attachment','image/jpeg',0),(544,1,'2014-02-27 13:42:57','2014-02-27 13:42:57','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-adm.jpg\"><img class=\"alignleft size-full wp-image-543\" alt=\"fss-adm\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-adm.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS ACTIVE DEVICE MANAGER\"]\r\nA scalable, secure and reliable 24/7 ATM monitoring solution.\r\nCustomers depend on the ATM network to grant them 24/7 access to their money. Monitoring the availability of ATM services is vital for customer satisfaction, and also for generation of revenue opportunities from an acquiring point of view. With FSS Active Device Manager (ADM), ATM related issues can be quickly identified and addressed. Round-the-clock ATM monitoring solution from FSS provides an accurate failure analysis and quick and efficient resolution of issues. This helps reduce operating costs and allows for better management of the ATM network.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Supports monitoring of XFS / SNMP based ATMs.</li>\r\n <li>Switch agnostic interfacing solution.</li>\r\n <li>Easy to use and flexible monitoring web interface enables banks to monitor the device, transactions, ticket and cash.</li>\r\n <li>Faults in the ATM network are translated into tickets and assigned to service provider agents for end-to-end tracking and closure.</li>\r\n <li>Allows the ticket to be tracked as per the SLA defined with each vendor/ATM.</li>\r\n <li>Integrates with popular Internet based geographical maps application for quick identification of the location of the faulty ATMs.</li>\r\n <li>Allows monitoring of cash positions online.</li>\r\n <li>Real-time and historical displays of ATM network efficiency.</li>\r\n <li>Provides service provider/vendor performance management reports.</li>\r\n <li>Business intelligence module helps provide in-depth analysis of transaction data.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Single point of contact for event monitoring and call management resulting in cost reduction and maximizing availability of ATM services.</li>\r\n <li>Proactive and predictive monitoring delivers improved reliability and customer service standards.</li>\r\n <li>Automated notification and escalation for quicker and more accurate response to issues.</li>\r\n <li>Flexible and scalable solution that can support continuously growing network of ATMs.</li>\r\n</ul>','FSS ACTIVE DEVICE MANAGER','','inherit','open','open','','542-revision-v1','','','2014-02-27 13:42:57','2014-02-27 13:42:57','',542,'http://039719c.netsolhost.com/ltest/fss/542-revision-v1/',0,'revision','',0),(545,1,'2014-02-27 13:44:22','2014-02-27 13:44:22','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-currency-convert.jpg\"><img class=\"alignleft size-full wp-image-539\" alt=\"fss-currency-convert\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-currency-convert.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS Currency Convert\"]\r\nA comprehensive, secure and dynamic solution that allows merchants to offer international card customers, the choice of paying for goods/services in their native currencies.\r\nTraditionally, international customers using credit or debit cards to transact on POS terminals at overseas locations are billed in local currencies. Further, they have to wait for their monthly card or bank statement to find out the actual transactions value in their own native currency which is always different from the transacted value due to interchange (conversion) rates, bank markups, service fee mark ups or other charges.\r\n\r\nFSS Currency Convert is a patented solution that lets international customers enjoy the benefit and convenience of paying for their purchase, stay or meal in the currency they understand best - their own. The solution offers a personalized experience for cardholders with no surprises - the amount on their bill matches with the charge slip and their card account statement when they return home, while merchants continue to benefit from the ease of payments and reporting in their local currency.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Supports standard POS transactions in the local currency as well as in the native currency of cardholder.</li>\r\n <li>Minimal or no variance in the transaction value and the billed value in the cardholder statement.</li>\r\n <li>Supports conversion in any number of currencies.</li>\r\n <li>Service network support on PSTN, Ethernet, GPRS, CDMA and VSAT platforms.</li>\r\n <li>Technology and services support for acceptance of magnetic stripe and EMV card.</li>\r\n <li>User friendly application, ensuring convenient access by counter staff.</li>\r\n <li>Trained and experienced team to design, implement and manage the program.</li>\r\n <li>Ability to develop and implement personalized solutions.</li>\r\n <li>Designed to ensure quick turnaround and response time for transaction processing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Rapid solution deployment capability thereby reducing time to market.</li>\r\n <li>Multiple device support - EDC terminals, cash registers and kiosks for routing transactions to the desired host.</li>\r\n <li>Experience in successfully rolling out the solution for major acquirers in the Indian market.</li>\r\n</ul>','FSS CURRENCY CONVERT','','inherit','open','open','','538-revision-v1','','','2014-02-27 13:44:22','2014-02-27 13:44:22','',538,'http://039719c.netsolhost.com/ltest/fss/538-revision-v1/',0,'revision','',0),(546,1,'2014-02-27 13:44:36','2014-02-27 13:44:36','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]FSS with over 20 years of technological and operational expertise in the payments domain has developed a comprehensive set of ATM services.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Fully managed, comprehensive and cost effective, mobile banking, mobile payment, mobile commerce and mobile wallet services, on a pay-per-use model.. [gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]FSS provides flexible, configurable solutions that support all card types including magnetic-stripe, EMV™ chip and virtual cards.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][gap height=\"15\"][whitepapers][/one_half] [one_half_last][separator headline=\"h3\" title=\"Recent News\"][recentnews][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][one_half][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half] [one_half_last][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half_last][/section][section bgcolor=\"#D71920\" padding=\"15px 0\" ][tips][/section]','Home','','inherit','open','open','','2-revision-v1','','','2014-02-27 13:44:36','2014-02-27 13:44:36','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(547,1,'2014-02-27 13:44:53','2014-02-27 13:44:53','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-green-pin.jpg\"><img class=\"alignleft size-full wp-image-533\" alt=\"fss-green-pin\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-green-pin.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS Green PIN\"]\r\nA well integrated green solution that helps card issuers avoid the usage of paper-based PIN\r\nBanks and card issuers are increasingly adopting various paper-less methods to communicate to their customers that save time, money and maximize convenience and productivity. One such activity is sending PIN mailers to cardholders. FSS Green PIN is a paper-less PIN generation and forwarding solution that enables banks to securely transmit card PINs in electronic form through multiple delivery channels to their cardholders.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Avoids usage of expensive PIN mailer stationery, and simplifying dispatch logistics.</li>\r\n <li>Two tier validation - During pass code generation and during ATM PIN generation.</li>\r\n <li>Secured information - PIN\'s once generated, are not stored.</li>\r\n <li>Secondary level secured information are stored in hashed/masked format.</li>\r\n <li>Compliant with all the global security standards:</li>\r\n <li>PCI standards</li>\r\n <li>PABP standards</li>\r\n <li>PADSS standards</li>\r\n <li>OWASP standards</li>\r\n <li>VISA and MasterCard recommendations on PIN transmission</li>\r\n <li>Centralized system prevents data redundancy.</li>\r\n <li>User friendly interface for convenient administration.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Saves costs towards PIN mailer stationery, printing and dispatch.</li>\r\n <li>Eco friendly - Avoids usage of paper.</li>\r\n <li>Helps banks to seamlessly transmit PINs through multiple delivery channels:</li>\r\n <li>Mobile</li>\r\n <li>Internet-Email</li>\r\n <li>IVR</li>\r\n <li>ATM</li>\r\n <li>Helps enhance the brand image of banks by offering the latest technology based service.</li>\r\n <li>Provides the card issuer with a new channel of communication with the cardholder.</li>\r\n <li>Reduces the number of customer call on re-issuance/forgot PIN.</li>\r\n <li>Already deployed at some of the major Indian banks.</li>\r\n</ul>','FSS GREEN PIN','','inherit','open','open','','532-revision-v1','','','2014-02-27 13:44:53','2014-02-27 13:44:53','',532,'http://039719c.netsolhost.com/ltest/fss/532-revision-v1/',0,'revision','',0),(548,1,'2014-02-27 13:46:21','2014-02-27 13:46:21','FSS\' Software Services are built on decades of experience and proven expertise in the payments business. FSS offers a comprehensive set of software services that include system integration, offshore development, application and product testing, project management, migration and upgrade, onsite technical support and 24/7 helpdesk support. The services range from managing mature products with several releases into the market, to legacy systems that are at the end of their life cycle.\n\nThe proven delivery and interaction model includes rigorous definitions of roles and responsibilities, project scope, planning and tracking, processes, milestones, and continuous improvement of the product. The methodologies are time-tested and evolved models complete with the tenured teams, specialized technical skill-sets, domain strengths and strong processes that help delivering quality software services which enable clients achieve business outcomes with agility, speed and certainty.','Software Services','','inherit','open','open','','26-autosave-v1','','','2014-02-27 13:46:21','2014-02-27 13:46:21','',26,'http://039719c.netsolhost.com/ltest/fss/26-autosave-v1/',0,'revision','',0),(549,1,'2014-02-27 13:46:41','2014-02-27 13:46:41','','fss-software-services','','inherit','open','open','','fss-software-services','','','2014-02-27 13:46:41','2014-02-27 13:46:41','',26,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-software-services.jpg',0,'attachment','image/jpeg',0),(550,1,'2014-02-27 13:46:56','2014-02-27 13:46:56','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-software-services.jpg\"><img class=\"alignleft size-full wp-image-549\" alt=\"fss-software-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-software-services.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\r\nFSS\' Software Services are built on decades of experience and proven expertise in the payments business. FSS offers a comprehensive set of software services that include system integration, offshore development, application and product testing, project management, migration and upgrade, onsite technical support and 24/7 helpdesk support. The services range from managing mature products with several releases into the market, to legacy systems that are at the end of their life cycle.\r\n\r\nThe proven delivery and interaction model includes rigorous definitions of roles and responsibilities, project scope, planning and tracking, processes, milestones, and continuous improvement of the product. The methodologies are time-tested and evolved models complete with the tenured teams, specialized technical skill-sets, domain strengths and strong processes that help delivering quality software services which enable clients achieve business outcomes with agility, speed and certainty.','Software Services','','inherit','open','open','','26-revision-v1','','','2014-02-27 13:46:56','2014-02-27 13:46:56','',26,'http://039719c.netsolhost.com/ltest/fss/26-revision-v1/',0,'revision','',0),(551,1,'2014-02-27 13:54:29','2014-02-27 13:54:29','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-system-integration.jpg\"><img class=\"alignleft size-full wp-image-552\" alt=\"fss-system-integration\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-system-integration.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\n\n[separator headline=\"h4\" title=\"Systems Integration\"]\nAn end-to-end onsite system integration services in the payment domain, including switch, ATM/POS/mobile channels, interchanges, card systems, payment gateway, value added services.\nMergers, acquisitions, migration or periodic product upgrades in the payments domain could lead to IT consolidation and systems integration. Financial organizations seeking to deploy (or enhance existing) electronic payment systems may face several challenges in integrating delivery channels, interchanges and host systems. Implementing new generation retail channels such as mobile payments, internet payment gateways, and interactive voice response systems could also be a complex task.\n\nLeveraging on extensive experience and deep knowledge in the payments domain for over 20 years, FSS integrates payment products, solutions and services into a comprehensive eco-system. FSS System Integration services have helped over 50 financial organizations worldwide to upgrade to newer systems, and/or add hundreds of products and services. FSS has acquired specialized skill sets including knowledge of legacy systems, interchange mandates, standards and operational methods of payment products, security and industry interfaces.\n\nFSS partners with leading software and hardware vendors in the payments industry and constantly updates its knowledge base. FSS\' creative approach to solutions, together with its suite of products has assisted several premium banks and payment processors in interfacing legacy products with the new generation systems. All these factors have enabled FSS to become a trusted and preferred end-to-end payments system integrator in the business.\n\n[mini-icon icon=\"list-al\"]Highlights\nIntegrating multiple payments IT systems, platforms and channels that cater to different functions and stages in the product lifecycle.\nInterfacing a wide range of retail channels of different makes and brands of ATM, POS, and new generation payment channels, such as mobile, IVR, internet payment gateway with the payment switch.\nInternational and regional card brand, card acquiring and issuing testing and certification.\nMagnetic Stripe & EMV chip card acquiring and issuing support.\nIntegrating mobile phones with NFC capability, for financial transaction processing.\nAdvantage FSS\nFSS stands committed in delivering value for more than 20 years in the payments domain, with over 100 large customers across the globe.\nSystem integration and implementation services provided to over 50 premium customers including banks, financial institutions and large retailers.\nLarge pool of skilled resources with project management, integration, testing and certification capabilities.\nKnowledge of all industry standard platforms as well as legacy systems.\nCost-effective service delivery, with a combination of on-site/off-shore services.','Systems Integration','','inherit','open','open','','66-autosave-v1','','','2014-02-27 13:54:29','2014-02-27 13:54:29','',66,'http://039719c.netsolhost.com/ltest/fss/66-autosave-v1/',0,'revision','',0),(552,1,'2014-02-27 13:53:48','2014-02-27 13:53:48','','fss-system-integration','','inherit','open','open','','fss-system-integration','','','2014-02-27 13:53:48','2014-02-27 13:53:48','',66,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-system-integration.jpg',0,'attachment','image/jpeg',0),(553,1,'2014-02-27 13:55:19','2014-02-27 13:55:19','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-system-integration.jpg\"><img class=\"alignleft size-full wp-image-552\" alt=\"fss-system-integration\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-system-integration.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Systems Integration\"]\r\nAn end-to-end onsite system integration services in the payment domain, including switch, ATM/POS/mobile channels, interchanges, card systems, payment gateway, value added services.\r\nMergers, acquisitions, migration or periodic product upgrades in the payments domain could lead to IT consolidation and systems integration. Financial organizations seeking to deploy (or enhance existing) electronic payment systems may face several challenges in integrating delivery channels, interchanges and host systems. Implementing new generation retail channels such as mobile payments, internet payment gateways, and interactive voice response systems could also be a complex task.\r\n\r\nLeveraging on extensive experience and deep knowledge in the payments domain for over 20 years, FSS integrates payment products, solutions and services into a comprehensive eco-system. FSS System Integration services have helped over 50 financial organizations worldwide to upgrade to newer systems, and/or add hundreds of products and services. FSS has acquired specialized skill sets including knowledge of legacy systems, interchange mandates, standards and operational methods of payment products, security and industry interfaces.\r\n\r\nFSS partners with leading software and hardware vendors in the payments industry and constantly updates its knowledge base. FSS\' creative approach to solutions, together with its suite of products has assisted several premium banks and payment processors in interfacing legacy products with the new generation systems. All these factors have enabled FSS to become a trusted and preferred end-to-end payments system integrator in the business.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Integrating multiple payments IT systems, platforms and channels that cater to different functions and stages in the product lifecycle.</li>\r\n <li>Interfacing a wide range of retail channels of different makes and brands of ATM, POS, and new generation payment channels, such as mobile, IVR, internet payment gateway with the payment switch.</li>\r\n <li>International and regional card brand, card acquiring and issuing testing and certification.</li>\r\n <li>Magnetic Stripe & EMV chip card acquiring and issuing support.</li>\r\n <li>Integrating mobile phones with NFC capability, for financial transaction processing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS stands committed in delivering value for more than 20 years in the payments domain, with over 100 large customers across the globe.</li>\r\n <li>System integration and implementation services provided to over 50 premium customers including banks, financial institutions and large retailers.</li>\r\n <li>Large pool of skilled resources with project management, integration, testing and certification capabilities.</li>\r\n <li>Knowledge of all industry standard platforms as well as legacy systems.</li>\r\n <li>Cost-effective service delivery, with a combination of on-site/off-shore services.</li>\r\n</ul>','Systems Integration','','inherit','open','open','','66-revision-v1','','','2014-02-27 13:55:19','2014-02-27 13:55:19','',66,'http://039719c.netsolhost.com/ltest/fss/66-revision-v1/',0,'revision','',0),(554,1,'2014-02-27 14:04:22','2014-02-27 14:04:22','','Blog','','publish','open','open','','blog','','','2014-02-27 14:04:22','2014-02-27 14:04:22','',0,'http://039719c.netsolhost.com/ltest/fss/?page_id=554',0,'page','',0),(555,1,'2014-02-27 14:04:22','2014-02-27 14:04:22','','Blog','','inherit','open','open','','554-revision-v1','','','2014-02-27 14:04:22','2014-02-27 14:04:22','',554,'http://039719c.netsolhost.com/ltest/fss/554-revision-v1/',0,'revision','',0),(558,1,'2014-02-28 07:04:09','2014-02-28 07:04:09','','fss-offshore-product-development','','inherit','open','open','','fss-offshore-product-development','','','2014-02-28 07:04:09','2014-02-28 07:04:09','',69,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-offshore-product-development.jpg',0,'attachment','image/jpeg',0),(559,1,'2014-05-14 10:39:56','2014-05-14 10:39:56','[responsive]<img class=\"alignleft size-full wp-image-591\" alt=\"fss-offshore-product-development\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-offshore-product-development1.jpg\" width=\"657\" height=\"135\" />[/responsive]\n\n[separator headline=\"h4\" title=\"Offshore Development\"]\n\n<strong>High quality offshore development and sustenance services.</strong>\n\nAs part of long-term growth strategy, software product companies constantly innovate and reinvent their products to sustain and lead in the competitive market. As products mature and market acceptance increases, they also need to maintain and support their products for their customers.\n\nWith knowledge gained in payments domain over two decades, FSS maintains, supports and customizes software products of leading software vendors. FSS engineers can manage a product company\'s non-core activities such as product release management, feature enhancement, bug fixing, product testing and issue resolution.\n\nServices range from managing mature products with several releases into the market, to \"sunset\" products that are at the end of their feature development. FSS\' proven delivery and interaction model include rigorous processes complete with definitions of roles and responsibilities, documentation and reporting, incident management, issue resolution support and assistance in continuous product improvement.\n\nWith FSS product sustenance services, companies are able to focus on enhancements, re-engineering and future-proofing their products.\n\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\n<ul>\n <li>Skilled resources in niche domain provide technical support, bug fixing, testing and maintenance services.</li>\n <li>Documented processes for product management and incident management at multiple levels.</li>\n <li>Ability to extend support to customers using vendors products.</li>\n <li>FSS onsite technical support teams can enhance product offerings by managing them at the site.</li>\n</ul>\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\n<ul>\n <li>Over 1,000 man years of offshore development support extended to premium international product companies.</li>\n <li>Vast payments domain expertise & technical skill sets, spanning a wide range of platforms and applications.</li>\n <li>Strong processes and commitment to deliveries validated by major vendors.</li>\n <li>Strong network of alliance partners help accelerate and collaborate on new products roll out quickly.</li>\n</ul>\nVendors could also benefit from FSS<a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/systems-integration/\"> System Integration</a> and <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/onsite-technical-support/\">Onsite Technical Support</a> for implementing and managing their products at customer locations.','Offshore Development','','inherit','open','open','','69-autosave-v1','','','2014-05-14 10:39:56','2014-05-14 10:39:56','',69,'http://039719c.netsolhost.com/ltest/fss/69-autosave-v1/',0,'revision','',0),(561,1,'2014-03-06 05:13:13','2014-03-06 05:13:13','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\"><img class=\"alignnone size-full wp-image-256\" alt=\"fss-debit\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>An integrated, secure and robust system that manages issuance & entire life cycle of debit cards.</strong></span>\r\nBanks continually seek to promote electronic banking for their customers, with a view to increase customer convenience, at lower operating costs. Opportunities for growth lie in differentiating the card products and services, while core features are increasingly becoming commoditized.\r\n\r\nTo capitalise on this opportunity, FSS Debit offers a complete card lifecycle management solution that enable banks to offer innovative, quick-to-market card products while serving customers more efficiently, securely and profitably. FSS Debit supports issuance of popular international card brands and private label debit cards that conform to industry standards. Built in post-issuance functions provide convenient management of customers and card related information.\r\n\r\n<span style=\"text-decoration: underline;\"><strong> [mini-icon icon=\"asterisk\"]Highlights</strong></span>\r\n<ul>\r\n <li>Multi-institution support – Supports the needs of subsidiaries and group entities.</li>\r\n <li>Highly parameterized – Quick to market and roll-out of new products.</li>\r\n <li>Multi-level secure workflow – Maker~Checker~Authorizer facility ensures control, minimizes human errors and operational risk.</li>\r\n <li>Multiple platform support – Windows/ IBM AIX/ Solaris, Web logic/ Pramati/ JRun.</li>\r\n <li>Multi-card support – Supports issuance of ATM/ debit/ private-label cards, personalized/ non-personalized cards, photo/ non-photo cards.</li>\r\n <li>Secure PIN generation – Supports hardware (HSM) based PIN generation.</li>\r\n <li>Comprehensive MIS and Reporting – Over 50 standard reports.</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong> <strong>[mini-icon icon=\"check\"]</strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS Debit solution has been used by over <strong>20 banks/ institutions</strong> to issue over <strong>200 million cards</strong>.</li>\r\n <li>Proven, scalable solution – Has supported issuance of over 90 million cards for a large bank.</li>\r\n <li>Benchmarked to issue over 150,000 cards in a single day for a large bank.</li>\r\n <li>A comprehensive solution built on deep knowledge and experience in the payments domain for over 20 years.</li>\r\n</ul>','FSS Debit','','inherit','open','open','','246-revision-v1','','','2014-03-06 05:13:13','2014-03-06 05:13:13','',246,'http://039719c.netsolhost.com/ltest/fss/246-revision-v1/',0,'revision','',0),(562,1,'2014-03-06 05:17:11','2014-03-06 05:17:11','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\"><img class=\"alignnone size-full wp-image-263\" alt=\"fss-smart-chip\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>A comprehensive, secure and pro-active smart card management system that includes the life cycle management of applications, chip and product.</strong></span>\r\n\r\nThe exponential growth in the retail payments business has significantly increased the challenges faced by organizations in managing and containing card fraud and financial losses. FSS Smart Chip with its secured authentication features and multiple security mechanisms helps contain such fraud leading to cost-savings and increased security of transactions.\r\n\r\nFSS Smart Chip is a well integrated and quick-to-deploy solution for managing the complete lifecycle of smart cards and post-issuance support. It supports issuance of EMV™ / Non-EMV-based smart cards for debit, credit, prepaid, biometric, transit and more.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>[mini-icon icon=\"asterisk\"]Highlights</strong></span>\r\n<div>\r\n<div>\r\n<div> [mini-icon icon=\"ok\"] Supports the entire card life cycle management, which includes:</div>\r\n<ul>\r\n <li>Card issuance</li>\r\n <li>Re-issuance in case of damage or loss</li>\r\n <li>Re-initialization of user profile</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"ok\"] Support for EMV™ / Non-EMV based Smart Cards for:\r\n<ul>\r\n <li>Debit</li>\r\n <li>Credit</li>\r\n <li>Prepaid</li>\r\n <li>Biometric</li>\r\n <li>Transit</li>\r\n <li>Other card types as needed</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"ok\"] Provides smart card PIN management module.</div>\r\n<div>[mini-icon icon=\"ok\"] Facilitates blocking and unblocking of smart card for damage, loss or incorrect PIN entry.</div>\r\n<div>[mini-icon icon=\"ok\"] Supports loyalty management.</div>\r\n<div>[mini-icon icon=\"ok\"] Provides post issuance management support.</div>\r\n<div>[mini-icon icon=\"ok\"] Uses multiple security mechanisms to contain the risk of fraudulent card issuance and misuse.</div>\r\n<div>[mini-icon icon=\"ok\"] Defines fees and charges.</div>\r\n<div></div>\r\n<div></div>\r\n<div><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span></div>\r\n<div>\r\n\r\n[mini-icon icon=\"ok\"] Integrated web interface based system that can be implemented on industry standard computer platforms.\r\n[mini-icon icon=\"ok\"] Proven capability in providing technology based end-to-end payment solutions.\r\n[mini-icon icon=\"ok\"] Supports multiple products and applications.\r\n[mini-icon icon=\"ok\"] Modular design allows online authorization and transaction processing.\r\n[mini-icon icon=\"ok\"] Already deployed at a major public sector bank in India.\r\n\r\n</div>\r\n</div>','FSS Smart Chip','','inherit','open','open','','250-revision-v1','','','2014-03-06 05:17:11','2014-03-06 05:17:11','',250,'http://039719c.netsolhost.com/ltest/fss/250-revision-v1/',0,'revision','',0),(563,1,'2014-03-06 05:18:54','2014-03-06 05:18:54','[gap height=\"30\"][responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\"><img class=\"alignnone size-full wp-image-263\" alt=\"fss-smart-chip\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>A comprehensive, secure and pro-active smart card management system that includes the life cycle management of applications, chip and product.</strong></span>\r\n\r\nThe exponential growth in the retail payments business has significantly increased the challenges faced by organizations in managing and containing card fraud and financial losses. FSS Smart Chip with its secured authentication features and multiple security mechanisms helps contain such fraud leading to cost-savings and increased security of transactions.\r\n\r\nFSS Smart Chip is a well integrated and quick-to-deploy solution for managing the complete lifecycle of smart cards and post-issuance support. It supports issuance of EMV™ / Non-EMV-based smart cards for debit, credit, prepaid, biometric, transit and more.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>[mini-icon icon=\"asterisk\"]Highlights</strong></span>\r\n<div>\r\n<div>\r\n<div> [mini-icon icon=\"ok\"] Supports the entire card life cycle management, which includes:</div>\r\n<ul>\r\n <li>Card issuance</li>\r\n <li>Re-issuance in case of damage or loss</li>\r\n <li>Re-initialization of user profile</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"ok\"] Support for EMV™ / Non-EMV based Smart Cards for:\r\n<ul>\r\n <li>Debit</li>\r\n <li>Credit</li>\r\n <li>Prepaid</li>\r\n <li>Biometric</li>\r\n <li>Transit</li>\r\n <li>Other card types as needed</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"ok\"] Provides smart card PIN management module.</div>\r\n<div>[mini-icon icon=\"ok\"] Facilitates blocking and unblocking of smart card for damage, loss or incorrect PIN entry.</div>\r\n<div>[mini-icon icon=\"ok\"] Supports loyalty management.</div>\r\n<div>[mini-icon icon=\"ok\"] Provides post issuance management support.</div>\r\n<div>[mini-icon icon=\"ok\"] Uses multiple security mechanisms to contain the risk of fraudulent card issuance and misuse.</div>\r\n<div>[mini-icon icon=\"ok\"] Defines fees and charges.</div>\r\n<div></div>\r\n<div>[gap height=\"30\"]</div>\r\n<div><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span></div>\r\n<div>\r\n\r\n[mini-icon icon=\"ok\"] Integrated web interface based system that can be implemented on industry standard computer platforms.\r\n[mini-icon icon=\"ok\"] Proven capability in providing technology based end-to-end payment solutions.\r\n[mini-icon icon=\"ok\"] Supports multiple products and applications.\r\n[mini-icon icon=\"ok\"] Modular design allows online authorization and transaction processing.\r\n[mini-icon icon=\"ok\"] Already deployed at a major public sector bank in India.\r\n\r\n</div>\r\n</div>','FSS Smart Chip','','inherit','open','open','','250-revision-v1','','','2014-03-06 05:18:54','2014-03-06 05:18:54','',250,'http://039719c.netsolhost.com/ltest/fss/250-revision-v1/',0,'revision','',0),(564,1,'2014-03-06 05:19:32','2014-03-06 05:19:32','[gap height=\"30\"][responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\"><img class=\"alignnone size-full wp-image-263\" alt=\"fss-smart-chip\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>A comprehensive, secure and pro-active smart card management system that includes the life cycle management of applications, chip and product.</strong></span>\r\n\r\nThe exponential growth in the retail payments business has significantly increased the challenges faced by organizations in managing and containing card fraud and financial losses. FSS Smart Chip with its secured authentication features and multiple security mechanisms helps contain such fraud leading to cost-savings and increased security of transactions.\r\n\r\nFSS Smart Chip is a well integrated and quick-to-deploy solution for managing the complete lifecycle of smart cards and post-issuance support. It supports issuance of EMV™ / Non-EMV-based smart cards for debit, credit, prepaid, biometric, transit and more.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>[mini-icon icon=\"asterisk\"]Highlights</strong></span>\r\n<div>\r\n<div>\r\n<div> [mini-icon icon=\"ok\"] Supports the entire card life cycle management, which includes:</div>\r\n<ul>\r\n <li>Card issuance</li>\r\n <li>Re-issuance in case of damage or loss</li>\r\n <li>Re-initialization of user profile</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"ok\"] Support for EMV™ / Non-EMV based Smart Cards for:\r\n<ul>\r\n <li>Debit</li>\r\n <li>Credit</li>\r\n <li>Prepaid</li>\r\n <li>Biometric</li>\r\n <li>Transit</li>\r\n <li>Other card types as needed</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"ok\"] Provides smart card PIN management module.</div>\r\n<div>[mini-icon icon=\"ok\"] Facilitates blocking and unblocking of smart card for damage, loss or incorrect PIN entry.</div>\r\n<div>[mini-icon icon=\"ok\"] Supports loyalty management.</div>\r\n<div>[mini-icon icon=\"ok\"] Provides post issuance management support.</div>\r\n<div>[mini-icon icon=\"ok\"] Uses multiple security mechanisms to contain the risk of fraudulent card issuance and misuse.</div>\r\n<div>[mini-icon icon=\"ok\"] Defines fees and charges.</div>\r\n<div></div>\r\n<div>[gap height=\"20\"]</div>\r\n<div><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span></div>\r\n<div>\r\n\r\n[mini-icon icon=\"ok\"] Integrated web interface based system that can be implemented on industry standard computer platforms.\r\n[mini-icon icon=\"ok\"] Proven capability in providing technology based end-to-end payment solutions.\r\n[mini-icon icon=\"ok\"] Supports multiple products and applications.\r\n[mini-icon icon=\"ok\"] Modular design allows online authorization and transaction processing.\r\n[mini-icon icon=\"ok\"] Already deployed at a major public sector bank in India.\r\n\r\n</div>\r\n</div>','FSS Smart Chip','','inherit','open','open','','250-revision-v1','','','2014-03-06 05:19:32','2014-03-06 05:19:32','',250,'http://039719c.netsolhost.com/ltest/fss/250-revision-v1/',0,'revision','',0),(565,1,'2014-03-06 05:24:36','2014-03-06 05:24:36','[separator headline=\"h3\" title=\"FSS Reconciliation\"]\r\n\r\n<strong>A comprehensive data analysis platform that addresses complete reconciliation needs of banks and financial institutions.</strong>\r\n\r\nIn an electronic financial transaction processing environment, transactions get logged at various entities, such as acquirers, issuers and interchanges from various time zones. The differences in the cut-over timings between host/switch and interchanges may not allow for complete reconciliation of a business day\'s transactions. FSS has built a robust and efficient reconciliation suite that would help simplify the reconciliation process.\r\n\r\nFSS Recon is trusted by over <strong>20 banks</strong> (licensing and processing model), supporting over <strong>20 million transactions</strong> in a single day.\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Modular architecture - Implements modules as required thereby optimizing investment in line with business objectives.</li>\r\n <li>User defined rules to generate alerts on chargeback, retrieval request and response.</li>\r\n <li>Automated scheduling of reconciliation activity.</li>\r\n <li>Force match option facility to manually settle un-reconciled entries.</li>\r\n <li>Multi-level reconciliation that supports international & domestic networks across multiple delivery channels.</li>\r\n <li>Applicable transaction fee and surcharge can be configured.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS Recon is currently deployed and functional at over 20 banks/ institutions in India and world over.</li>\r\n <li>A proven, scalable solution that supports reconciliation of over 20 million transactions in a single day.</li>\r\n <li>Reconciliation of all card transactions is processed under a single system that provides an unified view to bank/financial institution.</li>\r\n <li>A comprehensive solution perfected over a period of 20 years from the pioneers in the payments domain.</li>\r\n</ul>','Reconciliation & Settlement','','inherit','open','open','','52-revision-v1','','','2014-03-06 05:24:36','2014-03-06 05:24:36','',52,'http://039719c.netsolhost.com/ltest/fss/52-revision-v1/',0,'revision','',0),(566,1,'2014-03-06 05:29:39','2014-03-06 05:29:39','','fss-recon','','inherit','open','open','','fss-recon','','','2014-03-06 05:29:39','2014-03-06 05:29:39','',52,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-recon.jpg',0,'attachment','image/jpeg',0),(567,1,'2014-03-06 05:29:50','2014-03-06 05:29:50','[separator headline=\"h3\" title=\"FSS Reconciliation\"]\r\n\r\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-recon.jpg\"><img class=\"alignleft size-full wp-image-566\" alt=\"fss-recon\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-recon.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<strong>A comprehensive data analysis platform that addresses complete reconciliation needs of banks and financial institutions.</strong>\r\n\r\nIn an electronic financial transaction processing environment, transactions get logged at various entities, such as acquirers, issuers and interchanges from various time zones. The differences in the cut-over timings between host/switch and interchanges may not allow for complete reconciliation of a business day\'s transactions. FSS has built a robust and efficient reconciliation suite that would help simplify the reconciliation process.\r\n\r\nFSS Recon is trusted by over <strong>20 banks</strong> (licensing and processing model), supporting over <strong>20 million transactions</strong> in a single day.\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Modular architecture - Implements modules as required thereby optimizing investment in line with business objectives.</li>\r\n <li>User defined rules to generate alerts on chargeback, retrieval request and response.</li>\r\n <li>Automated scheduling of reconciliation activity.</li>\r\n <li>Force match option facility to manually settle un-reconciled entries.</li>\r\n <li>Multi-level reconciliation that supports international & domestic networks across multiple delivery channels.</li>\r\n <li>Applicable transaction fee and surcharge can be configured.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS Recon is currently deployed and functional at over 20 banks/ institutions in India and world over.</li>\r\n <li>A proven, scalable solution that supports reconciliation of over 20 million transactions in a single day.</li>\r\n <li>Reconciliation of all card transactions is processed under a single system that provides an unified view to bank/financial institution.</li>\r\n <li>A comprehensive solution perfected over a period of 20 years from the pioneers in the payments domain.</li>\r\n</ul>','Reconciliation & Settlement','','inherit','open','open','','52-revision-v1','','','2014-03-06 05:29:50','2014-03-06 05:29:50','',52,'http://039719c.netsolhost.com/ltest/fss/52-revision-v1/',0,'revision','',0),(568,1,'2014-03-06 05:30:28','2014-03-06 05:30:28','[separator headline=\"h3\" title=\"FSS Reconciliation\"]\r\n\r\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-recon.jpg\"><img class=\"alignleft size-full wp-image-566\" alt=\"fss-recon\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-recon.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<strong>A comprehensive data analysis platform that addresses complete reconciliation needs of banks and financial institutions.</strong>\r\n\r\nIn an electronic financial transaction processing environment, transactions get logged at various entities, such as acquirers, issuers and interchanges from various time zones. The differences in the cut-over timings between host/switch and interchanges may not allow for complete reconciliation of a business day\'s transactions. FSS has built a robust and efficient reconciliation suite that would help simplify the reconciliation process.\r\n\r\nFSS Recon is trusted by over <strong>20 banks</strong> (licensing and processing model), supporting over <strong>20 million transactions</strong> in a single day.\r\n\r\n[gap height=\"30\"]\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Modular architecture - Implements modules as required thereby optimizing investment in line with business objectives.</li>\r\n <li>User defined rules to generate alerts on chargeback, retrieval request and response.</li>\r\n <li>Automated scheduling of reconciliation activity.</li>\r\n <li>Force match option facility to manually settle un-reconciled entries.</li>\r\n <li>Multi-level reconciliation that supports international & domestic networks across multiple delivery channels.</li>\r\n <li>Applicable transaction fee and surcharge can be configured.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS Recon is currently deployed and functional at over 20 banks/ institutions in India and world over.</li>\r\n <li>A proven, scalable solution that supports reconciliation of over 20 million transactions in a single day.</li>\r\n <li>Reconciliation of all card transactions is processed under a single system that provides an unified view to bank/financial institution.</li>\r\n <li>A comprehensive solution perfected over a period of 20 years from the pioneers in the payments domain.</li>\r\n</ul>','Reconciliation & Settlement','','inherit','open','open','','52-revision-v1','','','2014-03-06 05:30:28','2014-03-06 05:30:28','',52,'http://039719c.netsolhost.com/ltest/fss/52-revision-v1/',0,'revision','',0),(569,1,'2014-03-06 05:30:44','2014-03-06 05:30:44','[separator headline=\"h3\" title=\"FSS Reconciliation\"]\r\n\r\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-recon.jpg\"><img class=\"alignleft size-full wp-image-566\" alt=\"fss-recon\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-recon.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<strong>A comprehensive data analysis platform that addresses complete reconciliation needs of banks and financial institutions.</strong>\r\n\r\nIn an electronic financial transaction processing environment, transactions get logged at various entities, such as acquirers, issuers and interchanges from various time zones. The differences in the cut-over timings between host/switch and interchanges may not allow for complete reconciliation of a business day\'s transactions. FSS has built a robust and efficient reconciliation suite that would help simplify the reconciliation process.\r\n\r\nFSS Recon is trusted by over <strong>20 banks</strong> (licensing and processing model), supporting over <strong>20 million transactions</strong> in a single day.\r\n\r\n[gap height=\"15\"]\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Modular architecture - Implements modules as required thereby optimizing investment in line with business objectives.</li>\r\n <li>User defined rules to generate alerts on chargeback, retrieval request and response.</li>\r\n <li>Automated scheduling of reconciliation activity.</li>\r\n <li>Force match option facility to manually settle un-reconciled entries.</li>\r\n <li>Multi-level reconciliation that supports international & domestic networks across multiple delivery channels.</li>\r\n <li>Applicable transaction fee and surcharge can be configured.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS Recon is currently deployed and functional at over 20 banks/ institutions in India and world over.</li>\r\n <li>A proven, scalable solution that supports reconciliation of over 20 million transactions in a single day.</li>\r\n <li>Reconciliation of all card transactions is processed under a single system that provides an unified view to bank/financial institution.</li>\r\n <li>A comprehensive solution perfected over a period of 20 years from the pioneers in the payments domain.</li>\r\n</ul>','Reconciliation & Settlement','','inherit','open','open','','52-revision-v1','','','2014-03-06 05:30:44','2014-03-06 05:30:44','',52,'http://039719c.netsolhost.com/ltest/fss/52-revision-v1/',0,'revision','',0),(570,1,'2014-03-06 05:31:12','2014-03-06 05:31:12','[separator headline=\"h3\" title=\"FSS Reconciliation\"]\r\n\r\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-recon.jpg\"><img class=\"alignleft size-full wp-image-566\" alt=\"fss-recon\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-recon.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<strong>A comprehensive data analysis platform that addresses complete reconciliation needs of banks and financial institutions.</strong>\r\n\r\nIn an electronic financial transaction processing environment, transactions get logged at various entities, such as acquirers, issuers and interchanges from various time zones. The differences in the cut-over timings between host/switch and interchanges may not allow for complete reconciliation of a business day\'s transactions. FSS has built a robust and efficient reconciliation suite that would help simplify the reconciliation process.\r\n\r\nFSS Recon is trusted by over <strong>20 banks</strong> (licensing and processing model), supporting over <strong>20 million transactions</strong> in a single day.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Modular architecture - Implements modules as required thereby optimizing investment in line with business objectives.</li>\r\n <li>User defined rules to generate alerts on chargeback, retrieval request and response.</li>\r\n <li>Automated scheduling of reconciliation activity.</li>\r\n <li>Force match option facility to manually settle un-reconciled entries.</li>\r\n <li>Multi-level reconciliation that supports international & domestic networks across multiple delivery channels.</li>\r\n <li>Applicable transaction fee and surcharge can be configured.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS Recon is currently deployed and functional at over 20 banks/ institutions in India and world over.</li>\r\n <li>A proven, scalable solution that supports reconciliation of over 20 million transactions in a single day.</li>\r\n <li>Reconciliation of all card transactions is processed under a single system that provides an unified view to bank/financial institution.</li>\r\n <li>A comprehensive solution perfected over a period of 20 years from the pioneers in the payments domain.</li>\r\n</ul>','Reconciliation & Settlement','','inherit','open','open','','52-revision-v1','','','2014-03-06 05:31:12','2014-03-06 05:31:12','',52,'http://039719c.netsolhost.com/ltest/fss/52-revision-v1/',0,'revision','',0),(571,1,'2014-03-06 05:32:39','2014-03-06 05:32:39','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-mobile-pay.jpg\"><img class=\"alignleft size-full wp-image-492\" alt=\"fss-mobile-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-mobile-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS Mobile Pay\"]\r\n\r\n<strong>Unparalleled mobile banking, mobile payment, mobile commerce and mobile wallet experience with FSS Mobile Pay</strong>\r\nToday\'s competitive market requires banks and financial institutions to create cost-effective, revenue-generating channels which would not only minimize operational and infrastructure costs, but would also enable in reaching out to a large number of customers quickly. The robust and integrated FSS Mobile Pay application enables mobile banking and payments through mobile handsets that can help banks and financial institutions meet their business objectives. The solution can be installed on multiple platforms, which minimize operational risks and operate at low transaction costs.\r\n\r\nTrusted by over 12 banks (licensing and processing model), FSS Mobile Pay solution can quickly and cost-effectively enable businesses to launch and scale mobile based solutions.\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>FSS Mobile Pay services include:</li>\r\n <li>Mobile Banking - Enables banking services over the mobile phone</li>\r\n <li>Mobile Payments - Enables payment solution over the mobile phone</li>\r\n <li>Mobile Commerce - Enables mobile phone to handle transactions at the point of sale</li>\r\n <li>Mobile Wallet - Connects to one of the largest ecosystem, that includes over 3000 online & 10,000 physical retail merchants</li>\r\n <li>Supports Java enabled mobile phones and Brew enabled phones (CDMA), GPRS service, USSD service, WAP service and plain text SMS.</li>\r\n <li>A web-based portal enables banks to administer the mobile delivery services.</li>\r\n <li>The portal offers comprehensive MIS and reporting for bank\'s requirements.</li>\r\n <li>IMPS (Inter-bank Mobile Payment Services) enabled, for mobile to mobile payment transfers in India.</li>\r\n <li>Compliant with regulator\'s (RBI) mandates and prevailing security standards.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS Mobile Pay solution is currently \'live\' at <strong>12 banks</strong> (licensing and processing model).</li>\r\n <li>FSS supports clients to define and optimize their mobile strategy, products and business model.</li>\r\n <li>FSS customizes and deploys the solution, and integrates it with the existing banking infrastructure (if required).</li>\r\n <li>Capability to seamlessly plug-in with the external interfaces of mobile network operators and business partners.</li>\r\n <li>Provides continuous support to meet mandates, and also new models, platforms.</li>\r\n</ul>\r\n[button link=\"http://mobile.fssnet.co.in/mpayweb/\" size=\"small\" target=\"_blank \" icon=\"cog\" color=\"red\" lightbox=\"true \"]more[/button]','Mobile Payments','','inherit','open','open','','54-revision-v1','','','2014-03-06 05:32:39','2014-03-06 05:32:39','',54,'http://039719c.netsolhost.com/ltest/fss/54-revision-v1/',0,'revision','',0),(572,1,'2014-03-06 05:34:42','2014-03-06 05:34:42','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-value-added-payment-product.jpg\"><img class=\"alignleft size-full wp-image-514\" alt=\"fss-value-added-payment-product\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-value-added-payment-product.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\r\n[separator headline=\"h4\" title=\"Value Added Solutions\"]\r\nBanks and electronic retail delivery channel deployers constantly look for innovative ways to increase Return on Investment (ROI) and improve customer retention. Devices such as ATM, POS and kiosk are increasingly configurable to perform a wide range of new generation transactions such as bill payments, registration for services and key generation for other channels.\r\n\r\nWith domain knowledge gained over 20 years, FSS has developed a wide range of innovative Value Added Solutions which can be deployed over multiple delivery channels like ATM, POS, internet and mobile. ATM based institutional fee payments, bill payments; electronic journal upload, active device manager, mutual fund purchase and online redemption are immensely popular with banks that engage with their customers better and more frequently thereby becoming an incremental revenue stream. Innovative offers from banks ensure retention of customers, while generating revenues as well.\r\n\r\n<strong>Some of the popular FSS Value Added offerings are available on Licensing and Services models.</strong>','Value Added Solutions','','inherit','open','open','','56-revision-v1','','','2014-03-06 05:34:42','2014-03-06 05:34:42','',56,'http://039719c.netsolhost.com/ltest/fss/56-revision-v1/',0,'revision','',0),(573,1,'2014-05-23 12:07:17','2014-05-23 12:07:17','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\"><img class=\"alignnone size-full wp-image-517\" alt=\"fss-bill-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive][separator headline=\"h4\" title=\"A comprehensive, multi-channel electronic bill presentment and payment solution.\"]\r\n\r\n<span style=\"line-height: 1.5em;\">[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_bill_pay.jpg\"><img alt=\"fss_bill_pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_bill_pay.jpg\" width=\"250\" height=\"100\" /></a>[/responsive]In today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.</span>\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -\r\n<ul>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n</ul>\r\n</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS Bill Pay','','inherit','open','open','','520-autosave-v1','','','2014-05-23 12:07:17','2014-05-23 12:07:17','',520,'http://039719c.netsolhost.com/ltest/fss/520-autosave-v1/',0,'revision','',0),(803,1,'2014-05-07 12:07:54','2014-05-07 12:07:54','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\"><img class=\"alignnone size-full wp-image-517\" alt=\"fss-bill-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\" h4\" title=\"A comprehensive, multi-channel electronic bill presentment and payment solution.\"]\r\n\r\n<span style=\"line-height: 1.5em;\">In today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.</span>\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -\r\n<ul>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n</ul>\r\n</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS BILL PAY','','inherit','open','open','','520-revision-v1','','','2014-05-07 12:07:54','2014-05-07 12:07:54','',520,'http://039719c.netsolhost.com/ltest/fss/520-revision-v1/',0,'revision','',0),(574,1,'2014-03-06 05:40:36','2014-03-06 05:40:36','<strong>[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\"><img class=\"alignleft size-full wp-image-517\" alt=\"fss-bill-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n</strong>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<strong>A comprehensive, multi-channel electronic bill presentment and payment solution</strong>\r\n\r\nIn today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -\r\n<ul>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n</ul>\r\n</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS BILL PAY','','inherit','open','open','','520-revision-v1','','','2014-03-06 05:40:36','2014-03-06 05:40:36','',520,'http://039719c.netsolhost.com/ltest/fss/520-revision-v1/',0,'revision','',0),(575,1,'2014-03-06 05:42:21','2014-03-06 05:42:21','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-product-cross-sell.jpg\"><img class=\"alignleft size-full wp-image-523\" alt=\"fss-product-cross-sell\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-product-cross-sell.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n[separator headline=\"h4\" title=\"FSS Product Cross Sell (PCS)\"]\r\n<strong>A modular solution that enables banks to cross sell their products and services across their ATM and Internet banking channels</strong>\r\nBanks constantly endeavor to find cost effective ways of selling their products to their customers. Increase in the usage of self-service terminals and internet banking channel by customers provides banks with interactive media options for displaying new products. Enabled through ATMs and internet banking channels, FSS Product Cross Sell solution provides enhanced opportunities for banks to acquire and retain customer relationships by cross selling their existing products and service.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Easy configurability and manageability, reduces time-to-market thereby enabling banks to roll out the services to its customers quickly.</li>\r\n <li>Allows banks to appropriately schedule their marketing campaigns based on customer profile.</li>\r\n <li>Generates exhaustive product-wise and customer-wise reports to ascertain the leads generated.</li>\r\n <li>Creates marketing and customer database over a period of time.</li>\r\n <li>Works seamlessly with all brands of ATMs and internet banking site/portal of the banks</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Trusted by some of the leading banks in India for over 4 years.</li>\r\n <li>Has a proven track record of improving the Return on Investment (ROI).</li>\r\n <li>Increases customers convenience for availing a wide range of bank\' products in a centralized mode.</li>\r\n <li>Maintains and manages centralized marketing campaigns on its ATM & net banking channels.</li>\r\n</ul>','FSS PRODUCT CROSS SELL','','inherit','open','open','','522-revision-v1','','','2014-03-06 05:42:21','2014-03-06 05:42:21','',522,'http://039719c.netsolhost.com/ltest/fss/522-revision-v1/',0,'revision','',0),(576,1,'2014-05-23 12:25:05','2014-05-23 12:25:05','[responsive]<img class=\"alignleft size-full wp-image-533\" alt=\"fss-green-pin\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-green-pin.jpg\" width=\"657\" height=\"135\" />[/responsive]\n\n[separator headline=\"h4\" title=\"A well integrated green solution that helps card issuers avoid the usage of paper-based PIN\"]\n[responsive]IMAGE HERE[/responsive]Banks and card issuers are increasingly adopting various paper-less methods to communicate to their customers that save time, money and maximize convenience and productivity. One such activity is sending PIN mailers to cardholders. FSS Green PIN is a paper-less PIN generation and forwarding solution that enables banks to securely transmit card PINs in electronic form through multiple delivery channels to their cardholders.\n\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\n<ul>\n <li>Avoids usage of expensive PIN mailer stationery, and simplifying dispatch logistics.</li>\n <li>Two tier validation - During pass code generation and during ATM PIN generation.</li>\n <li>Secured information - PIN\'s once generated, are not stored.</li>\n <li>Secondary level secured information are stored in hashed/masked format.</li>\n <li>Compliant with all the global security standards:</li>\n <li>PCI standards</li>\n <li>PABP standards</li>\n <li>PADSS standards</li>\n <li>OWASP standards</li>\n <li>VISA and MasterCard recommendations on PIN transmission</li>\n <li>Centralized system prevents data redundancy.</li>\n <li>User friendly interface for convenient administration.</li>\n</ul>\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\n<ul>\n <li>Saves costs towards PIN mailer stationery, printing and dispatch.</li>\n <li>Eco friendly - Avoids usage of paper.</li>\n <li>Helps banks to seamlessly transmit PINs through multiple delivery channels:\n<ul style=\"list-style: circle;\">\n <li>Mobile</li>\n <li>Internet-Email</li>\n <li>IVR</li>\n <li>ATM</li>\n</ul>\n</li>\n <li>Helps enhance the brand image of banks by offering the latest technology based service.</li>\n <li>Provides the card issuer with a new channel of communication with the cardholder.</li>\n <li>Reduces the number of customer call on re-issuance/forgot PIN.</li>\n <li>Already deployed at some of the major Indian banks.</li>\n</ul>','FSS Green PIN','','inherit','open','open','','532-autosave-v1','','','2014-05-23 12:25:05','2014-05-23 12:25:05','',532,'http://039719c.netsolhost.com/ltest/fss/532-autosave-v1/',0,'revision','',0),(577,1,'2014-03-06 05:45:41','2014-03-06 05:45:41','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-green-pin.jpg\"><img class=\"alignleft size-full wp-image-533\" alt=\"fss-green-pin\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-green-pin.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS Green PIN\"]\r\n<strong>A well integrated green solution that helps card issuers avoid the usage of paper-based PIN</strong>\r\nBanks and card issuers are increasingly adopting various paper-less methods to communicate to their customers that save time, money and maximize convenience and productivity. One such activity is sending PIN mailers to cardholders. FSS Green PIN is a paper-less PIN generation and forwarding solution that enables banks to securely transmit card PINs in electronic form through multiple delivery channels to their cardholders.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Avoids usage of expensive PIN mailer stationery, and simplifying dispatch logistics.</li>\r\n <li>Two tier validation - During pass code generation and during ATM PIN generation.</li>\r\n <li>Secured information - PIN\'s once generated, are not stored.</li>\r\n <li>Secondary level secured information are stored in hashed/masked format.</li>\r\n <li>Compliant with all the global security standards:</li>\r\n <li>PCI standards</li>\r\n <li>PABP standards</li>\r\n <li>PADSS standards</li>\r\n <li>OWASP standards</li>\r\n <li>VISA and MasterCard recommendations on PIN transmission</li>\r\n <li>Centralized system prevents data redundancy.</li>\r\n <li>User friendly interface for convenient administration.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Saves costs towards PIN mailer stationery, printing and dispatch.</li>\r\n <li>Eco friendly - Avoids usage of paper.</li>\r\n <li>Helps banks to seamlessly transmit PINs through multiple delivery channels:\r\n<ul>\r\n <li>Mobile</li>\r\n <li>Internet-Email</li>\r\n <li>IVR</li>\r\n <li>ATM</li>\r\n</ul>\r\n</li>\r\n <li>Helps enhance the brand image of banks by offering the latest technology based service.</li>\r\n <li>Provides the card issuer with a new channel of communication with the cardholder.</li>\r\n <li>Reduces the number of customer call on re-issuance/forgot PIN.</li>\r\n <li>Already deployed at some of the major Indian banks.</li>\r\n</ul>','FSS GREEN PIN','','inherit','open','open','','532-revision-v1','','','2014-03-06 05:45:41','2014-03-06 05:45:41','',532,'http://039719c.netsolhost.com/ltest/fss/532-revision-v1/',0,'revision','',0),(578,1,'2014-03-06 05:47:24','2014-03-06 05:47:24','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-green-pin.jpg\"><img class=\"alignleft size-full wp-image-533\" alt=\"fss-green-pin\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-green-pin.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS Green PIN\"]\r\n<strong>A well integrated green solution that helps card issuers avoid the usage of paper-based PIN</strong>\r\nBanks and card issuers are increasingly adopting various paper-less methods to communicate to their customers that save time, money and maximize convenience and productivity. One such activity is sending PIN mailers to cardholders. FSS Green PIN is a paper-less PIN generation and forwarding solution that enables banks to securely transmit card PINs in electronic form through multiple delivery channels to their cardholders.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Avoids usage of expensive PIN mailer stationery, and simplifying dispatch logistics.</li>\r\n <li>Two tier validation - During pass code generation and during ATM PIN generation.</li>\r\n <li>Secured information - PIN\'s once generated, are not stored.</li>\r\n <li>Secondary level secured information are stored in hashed/masked format.</li>\r\n <li>Compliant with all the global security standards:</li>\r\n <li>PCI standards</li>\r\n <li>PABP standards</li>\r\n <li>PADSS standards</li>\r\n <li>OWASP standards</li>\r\n <li>VISA and MasterCard recommendations on PIN transmission</li>\r\n <li>Centralized system prevents data redundancy.</li>\r\n <li>User friendly interface for convenient administration.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul style=\"list-style: circle;\">\r\n <li>Saves costs towards PIN mailer stationery, printing and dispatch.</li>\r\n <li>Eco friendly - Avoids usage of paper.</li>\r\n <li>Helps banks to seamlessly transmit PINs through multiple delivery channels:\r\n<ul>\r\n <li>Mobile</li>\r\n <li>Internet-Email</li>\r\n <li>IVR</li>\r\n <li>ATM</li>\r\n</ul>\r\n</li>\r\n <li>Helps enhance the brand image of banks by offering the latest technology based service.</li>\r\n <li>Provides the card issuer with a new channel of communication with the cardholder.</li>\r\n <li>Reduces the number of customer call on re-issuance/forgot PIN.</li>\r\n <li>Already deployed at some of the major Indian banks.</li>\r\n</ul>','FSS GREEN PIN','','inherit','open','open','','532-revision-v1','','','2014-03-06 05:47:24','2014-03-06 05:47:24','',532,'http://039719c.netsolhost.com/ltest/fss/532-revision-v1/',0,'revision','',0),(579,1,'2014-03-06 05:47:54','2014-03-06 05:47:54','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-green-pin.jpg\"><img class=\"alignleft size-full wp-image-533\" alt=\"fss-green-pin\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-green-pin.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS Green PIN\"]\r\n<strong>A well integrated green solution that helps card issuers avoid the usage of paper-based PIN</strong>\r\nBanks and card issuers are increasingly adopting various paper-less methods to communicate to their customers that save time, money and maximize convenience and productivity. One such activity is sending PIN mailers to cardholders. FSS Green PIN is a paper-less PIN generation and forwarding solution that enables banks to securely transmit card PINs in electronic form through multiple delivery channels to their cardholders.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Avoids usage of expensive PIN mailer stationery, and simplifying dispatch logistics.</li>\r\n <li>Two tier validation - During pass code generation and during ATM PIN generation.</li>\r\n <li>Secured information - PIN\'s once generated, are not stored.</li>\r\n <li>Secondary level secured information are stored in hashed/masked format.</li>\r\n <li>Compliant with all the global security standards:</li>\r\n <li>PCI standards</li>\r\n <li>PABP standards</li>\r\n <li>PADSS standards</li>\r\n <li>OWASP standards</li>\r\n <li>VISA and MasterCard recommendations on PIN transmission</li>\r\n <li>Centralized system prevents data redundancy.</li>\r\n <li>User friendly interface for convenient administration.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Saves costs towards PIN mailer stationery, printing and dispatch.</li>\r\n <li>Eco friendly - Avoids usage of paper.</li>\r\n <li>Helps banks to seamlessly transmit PINs through multiple delivery channels:\r\n<ul style=\"list-style: circle;\">\r\n <li>Mobile</li>\r\n <li>Internet-Email</li>\r\n <li>IVR</li>\r\n <li>ATM</li>\r\n</ul>\r\n</li>\r\n <li>Helps enhance the brand image of banks by offering the latest technology based service.</li>\r\n <li>Provides the card issuer with a new channel of communication with the cardholder.</li>\r\n <li>Reduces the number of customer call on re-issuance/forgot PIN.</li>\r\n <li>Already deployed at some of the major Indian banks.</li>\r\n</ul>','FSS GREEN PIN','','inherit','open','open','','532-revision-v1','','','2014-03-06 05:47:54','2014-03-06 05:47:54','',532,'http://039719c.netsolhost.com/ltest/fss/532-revision-v1/',0,'revision','',0),(580,1,'2014-05-23 12:28:29','2014-05-23 12:28:29','[responsive]<img class=\"alignleft size-full wp-image-536\" alt=\"Loyalty-Manager\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/Loyalty-Manager.jpg\" width=\"657\" height=\"135\" />[/responsive]\n\n[separator headline=\"h4\" title=\"An interactive, intuitive and customizable Loyalty Management System that allows financial institutions to create single or coalition loyalty programs for their merchant and customer base.\"]\n[responsive]<img class=\"size-full wp-image-920 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_loyalty\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_loyalty.jpg\" width=\"250\" height=\"100\" />[/responsive]With retail business becoming increasingly competitive, banks and merchants strive constantly to retain their customer base. Merchants would like their customers to return to them for additional purchase of goods/services, while banks would like to encourage their customers to use their cards to improve customer retention.\n\n<strong>FSS Loyalty Manager</strong> has been developed leveraging extensive knowledge in the payments domain and in merchant operations. It is a comprehensive and dynamic solution that supports financial institutions to create custom loyalty programs for their existing merchant and customer base in order to generate more transactions and incremental revenues at lower costs. From creating a marketing campaign to redeeming reward points, from providing business intelligence and analytical data to gauging the success of a marketing campaign, FSS Loyalty Manager delivers it all.\n\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\n<ul>\n <li>Creates interactive web portals for institutions, merchants and customers.</li>\n <li>Supports card-less loyalty program.</li>\n <li>Provides instant registration facility and redemption options through multiple delivery channels.</li>\n <li>Provides cutting-edge analytical features to help identify the appropriate target audience for building marketing campaigns.</li>\n <li>Facilitates the rewarding process based on transaction volumes for a particular period.</li>\n <li>Facilitates the process of earning reward points from repeat purchases done during a product campaign.</li>\n <li>Provides real-time customer feedback to develop sales strategies.</li>\n <li>Analyses customer feedback to allocate appropriate resources.</li>\n</ul>\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\n<ul>\n <li>Calculates critical customer loyalty metrics to understand customer purchase behavior.</li>\n <li>Allows selection and creating the right marketing campaigns and loyalty programs to achieve customer retention and incremental revenue.</li>\n <li>Secure system, with tamper-resistant encryption and decryption.</li>\n <li>Facilitates faster time-to-market product campaigns and loyalty programs for greater return on investment (ROI).</li>\n</ul>','FSS Loyalty Manager','','inherit','open','open','','535-autosave-v1','','','2014-05-23 12:28:29','2014-05-23 12:28:29','',535,'http://039719c.netsolhost.com/ltest/fss/535-autosave-v1/',0,'revision','',0),(581,1,'2014-03-06 05:54:22','2014-03-06 05:54:22','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/Loyalty-Manager.jpg\"><img class=\"alignleft size-full wp-image-536\" alt=\"Loyalty-Manager\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/Loyalty-Manager.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS Loyalty Manager\"]\r\n<strong>An interactive, intuitive and customizable Loyalty Management System that allows financial institutions to create single or coalition loyalty programs for their merchant and customer base.</strong>\r\nWith retail business becoming increasingly competitive, banks and merchants strive constantly to retain their customer base. Merchants would like their customers to return to them for additional purchase of goods/services, while banks would like to encourage their customers to use their cards to improve customer retention.\r\n\r\n<strong>FSS Loyalty Manager</strong> has been developed leveraging extensive knowledge in the payments domain and in merchant operations. It is a comprehensive and dynamic solution that supports financial institutions to create custom loyalty programs for their existing merchant and customer base in order to generate more transactions and incremental revenues at lower costs. From creating a marketing campaign to redeeming reward points, from providing business intelligence and analytical data to gauging the success of a marketing campaign, FSS Loyalty Manager delivers it all.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Creates interactive web portals for institutions, merchants and customers.</li>\r\n <li>Supports card-less loyalty program.</li>\r\n <li>Provides instant registration facility and redemption options through multiple delivery channels.</li>\r\n <li>Provides cutting-edge analytical features to help identify the appropriate target audience for building marketing campaigns.</li>\r\n <li>Facilitates the rewarding process based on transaction volumes for a particular period.</li>\r\n <li>Facilitates the process of earning reward points from repeat purchases done during a product campaign.</li>\r\n <li>Provides real-time customer feedback to develop sales strategies.</li>\r\n <li>Analyses customer feedback to allocate appropriate resources.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Calculates critical customer loyalty metrics to understand customer purchase behavior.</li>\r\n <li>Allows selection and creating the right marketing campaigns and loyalty programs to achieve customer retention and incremental revenue.</li>\r\n <li>Secure system, with tamper-resistant encryption and decryption.</li>\r\n <li>Facilitates faster time-to-market product campaigns and loyalty programs for greater return on investment (ROI).</li>\r\n</ul>','FSS LOYALTY MANAGER','','inherit','open','open','','535-revision-v1','','','2014-03-06 05:54:22','2014-03-06 05:54:22','',535,'http://039719c.netsolhost.com/ltest/fss/535-revision-v1/',0,'revision','',0),(582,1,'2014-05-23 13:03:38','2014-05-23 13:03:38','[responsive]<img class=\"alignleft size-full wp-image-539\" alt=\"fss-currency-convert\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-currency-convert.jpg\" width=\"657\" height=\"135\" />[/responsive]\n\n[separator headline=\"h4\" title=\"A comprehensive, secure and dynamic solution that allows merchants to offer international card customers, the choice of paying for goods/services in their native currencies.\"]\n\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_connect.jpg\"><img class=\"alignnone size-full wp-image-936\" alt=\"fss_connect\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_connect.jpg\" width=\"250\" height=\"100\" /></a>[/responsive]Traditionally, <strong>international customers</strong> using credit or debit cards to transact on POS terminals at overseas locations are billed in local currencies. Further, they have to wait for their monthly card or bank statement to find out the actual transactions value in their own native currency which is always different from the transacted value due to interchange (conversion) rates, bank markups, service fee mark ups or other charges.\n\nFSS Currency Convert is a patented solution that lets international customers enjoy the benefit and convenience of paying for their purchase, stay or meal in the currency they understand best - their own. The solution offers a personalized experience for cardholders with no surprises - the amount on their bill matches with the charge slip and their card account statement when they return home, while merchants continue to benefit from the ease of payments and reporting in their local currency.\n\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\n<ul>\n <li>Supports standard POS transactions in the local currency as well as in the native currency of cardholder.</li>\n <li>Minimal or no variance in the transaction value and the billed value in the cardholder statement.</li>\n <li>Supports conversion in any number of currencies.</li>\n <li>Service network support on PSTN, Ethernet, GPRS, CDMA and VSAT platforms.</li>\n <li>Technology and services support for acceptance of magnetic stripe and EMV card.</li>\n <li>User friendly application, ensuring convenient access by counter staff.</li>\n <li>Trained and experienced team to design, implement and manage the program.</li>\n <li>Ability to develop and implement personalized solutions.</li>\n <li>Designed to ensure quick turnaround and response time for transaction processing.</li>\n</ul>\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\n<ul>\n <li>Rapid solution deployment capability thereby reducing time to market.</li>\n <li>Multiple device support - EDC terminals, cash registers and kiosks for routing transactions to the desired host.</li>\n <li>Experience in successfully rolling out the solution for major acquirers in the Indian market.</li>\n</ul>','FSS Currency Convert','','inherit','open','open','','538-autosave-v1','','','2014-05-23 13:03:38','2014-05-23 13:03:38','',538,'http://039719c.netsolhost.com/ltest/fss/538-autosave-v1/',0,'revision','',0),(583,1,'2014-03-06 05:58:06','2014-03-06 05:58:06','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-currency-convert.jpg\"><img class=\"alignleft size-full wp-image-539\" alt=\"fss-currency-convert\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-currency-convert.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS Currency Convert\"]\r\n<strong>A comprehensive, secure and dynamic solution that allows merchants to offer international card customers, the choice of paying for goods/services in their native currencies.</strong>\r\nTraditionally, <strong>international customers</strong> using credit or debit cards to transact on POS terminals at overseas locations are billed in local currencies. Further, they have to wait for their monthly card or bank statement to find out the actual transactions value in their own native currency which is always different from the transacted value due to interchange (conversion) rates, bank markups, service fee mark ups or other charges.\r\n\r\nFSS Currency Convert is a patented solution that lets international customers enjoy the benefit and convenience of paying for their purchase, stay or meal in the currency they understand best - their own. The solution offers a personalized experience for cardholders with no surprises - the amount on their bill matches with the charge slip and their card account statement when they return home, while merchants continue to benefit from the ease of payments and reporting in their local currency.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Supports standard POS transactions in the local currency as well as in the native currency of cardholder.</li>\r\n <li>Minimal or no variance in the transaction value and the billed value in the cardholder statement.</li>\r\n <li>Supports conversion in any number of currencies.</li>\r\n <li>Service network support on PSTN, Ethernet, GPRS, CDMA and VSAT platforms.</li>\r\n <li>Technology and services support for acceptance of magnetic stripe and EMV card.</li>\r\n <li>User friendly application, ensuring convenient access by counter staff.</li>\r\n <li>Trained and experienced team to design, implement and manage the program.</li>\r\n <li>Ability to develop and implement personalized solutions.</li>\r\n <li>Designed to ensure quick turnaround and response time for transaction processing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Rapid solution deployment capability thereby reducing time to market.</li>\r\n <li>Multiple device support - EDC terminals, cash registers and kiosks for routing transactions to the desired host.</li>\r\n <li>Experience in successfully rolling out the solution for major acquirers in the Indian market.</li>\r\n</ul>','FSS CURRENCY CONVERT','','inherit','open','open','','538-revision-v1','','','2014-03-06 05:58:06','2014-03-06 05:58:06','',538,'http://039719c.netsolhost.com/ltest/fss/538-revision-v1/',0,'revision','',0),(584,1,'2014-03-06 05:59:39','2014-03-06 05:59:39','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-adm.jpg\"><img class=\"alignleft size-full wp-image-543\" alt=\"fss-adm\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-adm.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS ACTIVE DEVICE MANAGER\"]\r\n<strong>A scalable, secure and reliable 24/7 ATM monitoring solution.</strong>\r\nCustomers depend on the ATM network to grant them 24/7 access to their money. Monitoring the availability of ATM services is vital for customer satisfaction, and also for generation of revenue opportunities from an acquiring point of view. With FSS Active Device Manager (ADM), ATM related issues can be quickly identified and addressed. Round-the-clock ATM monitoring solution from FSS provides an accurate failure analysis and quick and efficient resolution of issues. This helps reduce operating costs and allows for better management of the ATM network.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Supports monitoring of XFS / SNMP based ATMs.</li>\r\n <li>Switch agnostic interfacing solution.</li>\r\n <li>Easy to use and flexible monitoring web interface enables banks to monitor the device, transactions, ticket and cash.</li>\r\n <li>Faults in the ATM network are translated into tickets and assigned to service provider agents for end-to-end tracking and closure.</li>\r\n <li>Allows the ticket to be tracked as per the SLA defined with each vendor/ATM.</li>\r\n <li>Integrates with popular Internet based geographical maps application for quick identification of the location of the faulty ATMs.</li>\r\n <li>Allows monitoring of cash positions online.</li>\r\n <li>Real-time and historical displays of ATM network efficiency.</li>\r\n <li>Provides service provider/vendor performance management reports.</li>\r\n <li>Business intelligence module helps provide in-depth analysis of transaction data.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Single point of contact for event monitoring and call management resulting in cost reduction and maximizing availability of ATM services.</li>\r\n <li>Proactive and predictive monitoring delivers improved reliability and customer service standards.</li>\r\n <li>Automated notification and escalation for quicker and more accurate response to issues.</li>\r\n <li>Flexible and scalable solution that can support continuously growing network of ATMs.</li>\r\n</ul>','FSS ACTIVE DEVICE MANAGER','','inherit','open','open','','542-revision-v1','','','2014-03-06 05:59:39','2014-03-06 05:59:39','',542,'http://039719c.netsolhost.com/ltest/fss/542-revision-v1/',0,'revision','',0),(585,1,'2014-03-06 06:01:12','2014-03-06 06:01:12','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-financial-inclusion.jpg\"><img class=\"alignleft size-full wp-image-496\" alt=\"fss-financial-inclusion\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-financial-inclusion.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\r\n\r\n[separator headline=\"h3\" title=\"Financial Inclusion\"]\r\n\r\nBanks and regulatory bodies have made significant strides in providing formal credit facilities to the non-banking sectors that are excluded from mainstream banking services and payment systems. The Financial Inclusion program addresses basic banking, lending and credit facilities for the rural and priority sectors, and technology is a great enabler in \'taking the bank\' to the un-banked masses.\r\n\r\nFSS, with its all-round capabilities in payments technology, operations and project management has developed Financial Inclusion solutions which are built on a robust technology platform that enables banks and financial institutions to offer inclusive banking and financial services to the un-banked and under-banked sector. FSS Biometrics and Micro Pay solutions not only support online and offline transaction processing using biometric authentication on ATM and handheld terminals, but also support card issuance, hierarchical definition of business correspondents/agents, registration, accounting and management functions.\r\n\r\n<strong>FSS Financial Inclusion offerings are available on Licensing and <a title=\"Services\" href=\"http://fss.co.in/process-fin-inclusion.aspx\" target=\"_blank\">Services</a> models.</strong>\r\n\r\n ','Financial Inclusion','','inherit','open','open','','58-revision-v1','','','2014-03-06 06:01:12','2014-03-06 06:01:12','',58,'http://039719c.netsolhost.com/ltest/fss/58-revision-v1/',0,'revision','',0),(586,1,'2014-03-06 06:02:09','2014-03-06 06:02:09','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-micro-pay.jpg\"><img class=\"alignleft size-full wp-image-503\" alt=\"fss-micro-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-micro-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n[separator headline=\"h4\" title=\"FSS Micro Pay\"]\r\n\r\n<strong>A well integrated solution enabling banks and financial institutions to provide financial inclusion services to the unbanked sectors by supporting online and offline transaction processing and card issuance.</strong>\r\n\r\nAs part of the <strong>Financial Inclusion program</strong>, the Government of Indian had launched the Unique Identification Authority of India (UIDAI) project which would act as a centralized receptacle for citizen identification by storing, managing and authenticating citizens using their biometric features.\r\n\r\nIn anticipation to support this program, FSS has developed FSS Micro Pay solution that enables banking and financial institutions to provide banking and financial services to the unbanked sector. It supports online and offline transaction processing on ATMs and hand-held terminals using biometric authentication. The solution also supports card issuance, hierarchical definition of business correspondents/ agents, registration, accounting, management functions and smart cards with biometric authorization.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Supports customer enrollment on personal computer, laptop or handheld terminal.</li>\r\n <li>Facilitates card issuance on any of the selected card platforms; magnetic stripe cards, smart cards, combo cards or virtual cards.</li>\r\n <li>Terminal agnostic – Biometric ATMs, biometric kiosks, micro ATMs or mobile phones.</li>\r\n <li>Supports on-line, real-time and off-line transaction processing.</li>\r\n <li>Supports magnetic, contact less, smart cards and virtual cards.</li>\r\n <li>Provides for risk management and controls.</li>\r\n <li>Supports teller application, document management system, transaction processing engine, merchant/agent and card management system.</li>\r\n <li>Support cardless transactions.</li>\r\n <li>Supports various network protocol like CDMA, GPRS, PSTN, IP.</li>\r\n <li>Supports select remittance transactions.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS has extensive and proven experience in integrating and managing multiple retail channels.</li>\r\n <li>Proven capability of FSS in providing technology based end-to-end payment solutions.</li>\r\n <li>In-house solution design team using robust technology platform.</li>\r\n <li>The solution complies with regulatory mandates from IMG, IDRBT, RBI and UIDAI.</li>\r\n</ul>','FSS MICRO PAY','','inherit','open','open','','499-revision-v1','','','2014-03-06 06:02:09','2014-03-06 06:02:09','',499,'http://039719c.netsolhost.com/ltest/fss/499-revision-v1/',0,'revision','',0),(587,1,'2014-03-06 06:03:53','2014-03-06 06:03:53','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-biometric.jpg\"><img class=\"alignleft size-full wp-image-507\" alt=\"fss-biometric\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-biometric.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n[separator headline=\"h4\" title=\"FSS Biometrics\"]\r\n<strong>A secure, robust and feature-rich biometric authorization solution for banks & financial institutions</strong>\r\nTraditionally, <strong>PIN-based authentication</strong> has been the basic method of authenticating cardholders across all delivery channels. Recent advances in technology allow alternate methods of authentication including usage of <strong>bio-metric</strong> features such as finger-prints. Biometric authentication obviates the need for generation of PIN, distribution, secure storage (by the card holder), and secure authentication. The complexity at a self-service terminal also is simplified, with the help of voice guidance services.\r\n\r\nFSS Biometrics solution enables banks and financial institutions to securely capture, store and authenticate finger-prints that can be used as an alternate or an additional authorization method. The application can also act as an enabler for inclusive banking to the unbanked segments. The entire process is standardized, and works across multiple delivery channels and devices such as ATM, POS, Kiosks and Laptops.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Supports an integrated PIN/biometric based authentication process.</li>\r\n <li>Supports POS, kiosks and PC-based teller applications.</li>\r\n <li>Centralized monitoring and control of biometric enabled delivery channels.</li>\r\n <li>Provides configurable GUI based biometric server setup options.</li>\r\n <li>Allows all EDC channels to communicate via switch which ensures better integration and control.</li>\r\n <li>Offers 24X7 online, real-time synchronized transaction support.</li>\r\n <li>Allows encrypted fingerprint data capture, storage and encrypted fingerprint data transmission from an ATM to a switch.</li>\r\n <li>Built in alerts for any hardware failures, and other exceptions.</li>\r\n <li>Centralized authorization, enables usage across wide geographic areas.</li>\r\n <li>Integrate with all makes and types of ATMs.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS has partnered with leading ATM manufacturers for successful deployment with several large banks in India.</li>\r\n <li>The solution is device-agnostic, as the message formats and the finger-print templates are standardized.</li>\r\n <li>The solution enables safe and secure authentication process which works with multiple EFT switches.</li>\r\n <li>The design of the system enforces proper workflow, mitigating transaction, non repudiation and avoiding possible fraud at the time of registration.</li>\r\n</ul>','FSS Biometrics','','inherit','open','open','','506-revision-v1','','','2014-03-06 06:03:53','2014-03-06 06:03:53','',506,'http://039719c.netsolhost.com/ltest/fss/506-revision-v1/',0,'revision','',0),(588,1,'2014-03-06 06:05:22','2014-03-06 06:05:22','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\"><img class=\"alignleft size-full wp-image-510\" alt=\"fss-connect\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n<strong>A comprehensive, secure and synchronous messaging middleware solution.\r\n</strong>\r\nFSS Connect integrates disparate applications such as Enterprise Application Integration (EAI) and Business-to-business (B2B) exchanges. LANs, WANs and the Internet have allowed not just the users, but also the applications to be distributed across the networks. FSS Connect allows each application through a single connection into the \"messaging cloud\". The \"<strong>fire-and-forget</strong>\" architecture of FSS Connect allows applications to continue processing while the middleware continues to delivers the messages. The messaging infrastructure helps improve the delivery significantly that is both real-time and fault-tolerant. This process is transparent to the communicating applications.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Robust and platform independent.</li>\r\n <li>Message queuing feature enables guaranteed delivery of messages.</li>\r\n <li>Non-stop messaging with audit and trace.</li>\r\n <li>The serial and TCP/IP ports can be scaled up to handle large infrastructure requirement.</li>\r\n <li>Robust and scalable product that ensures exceptional availability and reliability in inter-system messaging.</li>\r\n <li>Built-in load balancer and network management.</li>\r\n <li>Provides database connector.</li>\r\n <li>Unambiguous APIs.</li>\r\n <li>Built in tools to debug applications and tune the system for better performance.</li>\r\n <li>One-to-one, many-to-one and one-to-many and many-to-many messaging.</li>\r\n <li>Event initiator.</li>\r\n <li>Displays graphical status of configured client/host stations and status.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>An established product, developed with FSS\' extensive experience in managing the diverse payment systems and applications.</li>\r\n <li>The solution is trusted and successfully deployed at several banks.</li>\r\n <li>Assure high security and data integrity in transferring messages across applications.</li>\r\n <li>Flexible solution that interfaces with all legacy systems, switches and hosts.</li>\r\n <li>Auto balances the load and keeps track of each message that is received and delivered.</li>\r\n <li>Concurrent transaction processing for quick response.</li>\r\n</ul>','Messaging Middleware','','inherit','open','open','','60-revision-v1','','','2014-03-06 06:05:22','2014-03-06 06:05:22','',60,'http://039719c.netsolhost.com/ltest/fss/60-revision-v1/',0,'revision','',0),(589,1,'2014-03-06 06:08:31','2014-03-06 06:08:31','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-software-services.jpg\"><img class=\"alignleft size-full wp-image-549\" alt=\"fss-software-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-software-services.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\r\nFSS\' Software Services are built on decades of experience and proven expertise in the payments business. FSS offers a comprehensive set of software services that include <strong>system integration, offshore development, application and product testing, project management, migration and upgrade, onsite technical support and 24/7 helpdesk support</strong>. The services range from managing mature products with several releases into the market, to legacy systems that are at the end of their life cycle.\r\n\r\nThe proven delivery and interaction model includes rigorous definitions of roles and responsibilities, project scope, planning and tracking, processes, milestones, and continuous improvement of the product. The methodologies are time-tested and evolved models complete with the tenured teams, specialized technical skill-sets, domain strengths and strong processes that help delivering quality software services which enable clients achieve business outcomes with agility, speed and certainty.','Software Services','','inherit','open','open','','26-revision-v1','','','2014-03-06 06:08:31','2014-03-06 06:08:31','',26,'http://039719c.netsolhost.com/ltest/fss/26-revision-v1/',0,'revision','',0),(590,1,'2014-03-06 06:10:00','2014-03-06 06:10:00','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-system-integration.jpg\"><img class=\"alignleft size-full wp-image-552\" alt=\"fss-system-integration\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-system-integration.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Systems Integration\"]\r\n<strong>An end-to-end onsite system integration services in the payment domain, including switch, ATM/POS/mobile channels, interchanges, card systems, payment gateway, value added services</strong>.\r\nMergers, acquisitions, migration or periodic product upgrades in the payments domain could lead to IT consolidation and systems integration. Financial organizations seeking to deploy (or enhance existing) electronic payment systems may face several challenges in integrating delivery channels, interchanges and host systems. Implementing new generation retail channels such as mobile payments, internet payment gateways, and interactive voice response systems could also be a complex task.\r\n\r\nLeveraging on extensive experience and deep knowledge in the payments domain for over 20 years, FSS integrates payment products, solutions and services into a comprehensive eco-system. FSS System Integration services have helped over 50 financial organizations worldwide to upgrade to newer systems, and/or add hundreds of products and services. FSS has acquired specialized skill sets including knowledge of legacy systems, interchange mandates, standards and operational methods of payment products, security and industry interfaces.\r\n\r\nFSS partners with leading software and hardware vendors in the payments industry and constantly updates its knowledge base. FSS\' creative approach to solutions, together with its suite of products has assisted several premium banks and payment processors in interfacing legacy products with the new generation systems. All these factors have enabled FSS to become a trusted and preferred end-to-end payments system integrator in the business.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Integrating multiple payments IT systems, platforms and channels that cater to different functions and stages in the product lifecycle.</li>\r\n <li>Interfacing a wide range of retail channels of different makes and brands of ATM, POS, and new generation payment channels, such as mobile, IVR, internet payment gateway with the payment switch.</li>\r\n <li>International and regional card brand, card acquiring and issuing testing and certification.</li>\r\n <li>Magnetic Stripe & EMV chip card acquiring and issuing support.</li>\r\n <li>Integrating mobile phones with NFC capability, for financial transaction processing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS stands committed in delivering value for more than 20 years in the payments domain, with over 100 large customers across the globe.</li>\r\n <li>System integration and implementation services provided to over 50 premium customers including banks, financial institutions and large retailers.</li>\r\n <li>Large pool of skilled resources with project management, integration, testing and certification capabilities.</li>\r\n <li>Knowledge of all industry standard platforms as well as legacy systems.</li>\r\n <li>Cost-effective service delivery, with a combination of on-site/off-shore services.</li>\r\n</ul>','Systems Integration','','inherit','open','open','','66-revision-v1','','','2014-03-06 06:10:00','2014-03-06 06:10:00','',66,'http://039719c.netsolhost.com/ltest/fss/66-revision-v1/',0,'revision','',0),(591,1,'2014-03-06 06:12:15','2014-03-06 06:12:15','','fss-offshore-product-development','','inherit','open','open','','fss-offshore-product-development-2','','','2014-03-06 06:12:15','2014-03-06 06:12:15','',69,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-offshore-product-development1.jpg',0,'attachment','image/jpeg',0),(592,1,'2014-03-06 06:19:38','2014-03-06 06:19:38','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-offshore-product-development1.jpg\"><img class=\"alignleft size-full wp-image-591\" alt=\"fss-offshore-product-development\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-offshore-product-development1.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Offshore Development\"]\r\n\r\n<strong>High quality offshore development and sustenance services.</strong>\r\nAs part of long-term growth strategy, software product companies constantly innovate and reinvent their products to sustain and lead in the competitive market. As products mature and market acceptance increases, they also need to maintain and support their products for their customers.\r\n\r\nWith knowledge gained in payments domain over two decades, FSS maintains, supports and customizes software products of leading software vendors. FSS engineers can manage a product company\'s non-core activities such as product release management, feature enhancement, bug fixing, product testing and issue resolution.\r\n\r\nServices range from managing mature products with several releases into the market, to \"sunset\" products that are at the end of their feature development. FSS\' proven delivery and interaction model include rigorous processes complete with definitions of roles and responsibilities, documentation and reporting, incident management, issue resolution support and assistance in continuous product improvement.\r\n\r\nWith FSS product sustenance services, companies are able to focus on enhancements, re-engineering and future-proofing their products.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Skilled resources in niche domain provide technical support, bug fixing, testing and maintenance services.</li>\r\n <li>Documented processes for product management and incident management at multiple levels.</li>\r\n <li>Ability to extend support to customers using vendors products.</li>\r\n <li>FSS onsite technical support teams can enhance product offerings by managing them at the site.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Over 1,000 man years of offshore development support extended to premium international product companies.</li>\r\n <li>Vast payments domain expertise & technical skill sets, spanning a wide range of platforms and applications.</li>\r\n <li>Strong processes and commitment to deliveries validated by major vendors.</li>\r\n <li>Strong network of alliance partners help accelerate and collaborate on new products roll out quickly.</li>\r\n</ul>\r\nVendors could also benefit from FSS System Integration and Onsite Technical Support for implementing and managing their products at customer locations.','Offshore DevelopmentOffshore Development','','inherit','open','open','','69-revision-v1','','','2014-03-06 06:19:38','2014-03-06 06:19:38','',69,'http://039719c.netsolhost.com/ltest/fss/69-revision-v1/',0,'revision','',0),(593,1,'2014-03-06 06:21:03','2014-03-06 06:21:03','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-offshore-product-development1.jpg\"><img class=\"alignleft size-full wp-image-591\" alt=\"fss-offshore-product-development\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-offshore-product-development1.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n \r\n\r\n<strong>High quality offshore development and sustenance services.</strong>\r\nAs part of long-term growth strategy, software product companies constantly innovate and reinvent their products to sustain and lead in the competitive market. As products mature and market acceptance increases, they also need to maintain and support their products for their customers.\r\n\r\nWith knowledge gained in payments domain over two decades, FSS maintains, supports and customizes software products of leading software vendors. FSS engineers can manage a product company\'s non-core activities such as product release management, feature enhancement, bug fixing, product testing and issue resolution.\r\n\r\nServices range from managing mature products with several releases into the market, to \"sunset\" products that are at the end of their feature development. FSS\' proven delivery and interaction model include rigorous processes complete with definitions of roles and responsibilities, documentation and reporting, incident management, issue resolution support and assistance in continuous product improvement.\r\n\r\nWith FSS product sustenance services, companies are able to focus on enhancements, re-engineering and future-proofing their products.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Skilled resources in niche domain provide technical support, bug fixing, testing and maintenance services.</li>\r\n <li>Documented processes for product management and incident management at multiple levels.</li>\r\n <li>Ability to extend support to customers using vendors products.</li>\r\n <li>FSS onsite technical support teams can enhance product offerings by managing them at the site.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Over 1,000 man years of offshore development support extended to premium international product companies.</li>\r\n <li>Vast payments domain expertise & technical skill sets, spanning a wide range of platforms and applications.</li>\r\n <li>Strong processes and commitment to deliveries validated by major vendors.</li>\r\n <li>Strong network of alliance partners help accelerate and collaborate on new products roll out quickly.</li>\r\n</ul>\r\nVendors could also benefit from FSS System Integration and Onsite Technical Support for implementing and managing their products at customer locations.','Offshore DevelopmentOffshore Development','','inherit','open','open','','69-revision-v1','','','2014-03-06 06:21:03','2014-03-06 06:21:03','',69,'http://039719c.netsolhost.com/ltest/fss/69-revision-v1/',0,'revision','',0),(594,1,'2014-03-06 06:22:11','2014-03-06 06:22:11','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-offshore-product-development1.jpg\"><img class=\"alignleft size-full wp-image-591\" alt=\"fss-offshore-product-development\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-offshore-product-development1.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Offshore Development\"]\r\n\r\n<strong>High quality offshore development and sustenance services.</strong>\r\nAs part of long-term growth strategy, software product companies constantly innovate and reinvent their products to sustain and lead in the competitive market. As products mature and market acceptance increases, they also need to maintain and support their products for their customers.\r\n\r\nWith knowledge gained in payments domain over two decades, FSS maintains, supports and customizes software products of leading software vendors. FSS engineers can manage a product company\'s non-core activities such as product release management, feature enhancement, bug fixing, product testing and issue resolution.\r\n\r\nServices range from managing mature products with several releases into the market, to \"sunset\" products that are at the end of their feature development. FSS\' proven delivery and interaction model include rigorous processes complete with definitions of roles and responsibilities, documentation and reporting, incident management, issue resolution support and assistance in continuous product improvement.\r\n\r\nWith FSS product sustenance services, companies are able to focus on enhancements, re-engineering and future-proofing their products.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Skilled resources in niche domain provide technical support, bug fixing, testing and maintenance services.</li>\r\n <li>Documented processes for product management and incident management at multiple levels.</li>\r\n <li>Ability to extend support to customers using vendors products.</li>\r\n <li>FSS onsite technical support teams can enhance product offerings by managing them at the site.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Over 1,000 man years of offshore development support extended to premium international product companies.</li>\r\n <li>Vast payments domain expertise & technical skill sets, spanning a wide range of platforms and applications.</li>\r\n <li>Strong processes and commitment to deliveries validated by major vendors.</li>\r\n <li>Strong network of alliance partners help accelerate and collaborate on new products roll out quickly.</li>\r\n</ul>\r\nVendors could also benefit from FSS System Integration and Onsite Technical Support for implementing and managing their products at customer locations.','Offshore Development','','inherit','open','open','','69-revision-v1','','','2014-03-06 06:22:11','2014-03-06 06:22:11','',69,'http://039719c.netsolhost.com/ltest/fss/69-revision-v1/',0,'revision','',0),(595,1,'2014-03-06 06:22:42','2014-03-06 06:22:42','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-offshore-product-development1.jpg\"><img class=\"alignleft size-full wp-image-591\" alt=\"fss-offshore-product-development\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-offshore-product-development1.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Offshore Development\"]\r\n\r\n<strong>High quality offshore development and sustenance services.</strong>\r\nAs part of long-term growth strategy, software product companies constantly innovate and reinvent their products to sustain and lead in the competitive market. As products mature and market acceptance increases, they also need to maintain and support their products for their customers.\r\n\r\nWith knowledge gained in payments domain over two decades, FSS maintains, supports and customizes software products of leading software vendors. FSS engineers can manage a product company\'s non-core activities such as product release management, feature enhancement, bug fixing, product testing and issue resolution.\r\n\r\nServices range from managing mature products with several releases into the market, to \"sunset\" products that are at the end of their feature development. FSS\' proven delivery and interaction model include rigorous processes complete with definitions of roles and responsibilities, documentation and reporting, incident management, issue resolution support and assistance in continuous product improvement.\r\n\r\nWith FSS product sustenance services, companies are able to focus on enhancements, re-engineering and future-proofing their products.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Skilled resources in niche domain provide technical support, bug fixing, testing and maintenance services.</li>\r\n <li>Documented processes for product management and incident management at multiple levels.</li>\r\n <li>Ability to extend support to customers using vendors products.</li>\r\n <li>FSS onsite technical support teams can enhance product offerings by managing them at the site.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Over 1,000 man years of offshore development support extended to premium international product companies.</li>\r\n <li>Vast payments domain expertise & technical skill sets, spanning a wide range of platforms and applications.</li>\r\n <li>Strong processes and commitment to deliveries validated by major vendors.</li>\r\n <li>Strong network of alliance partners help accelerate and collaborate on new products roll out quickly.</li>\r\n</ul>\r\nVendors could also benefit from FSS System Integration and Onsite Technical Support for implementing and managing their products at customer locations.','Offshore Developmen','','inherit','open','open','','69-revision-v1','','','2014-03-06 06:22:42','2014-03-06 06:22:42','',69,'http://039719c.netsolhost.com/ltest/fss/69-revision-v1/',0,'revision','',0),(596,1,'2014-03-06 06:22:59','2014-03-06 06:22:59','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-offshore-product-development1.jpg\"><img class=\"alignleft size-full wp-image-591\" alt=\"fss-offshore-product-development\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-offshore-product-development1.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Offshore Development\"]\r\n\r\n<strong>High quality offshore development and sustenance services.</strong>\r\nAs part of long-term growth strategy, software product companies constantly innovate and reinvent their products to sustain and lead in the competitive market. As products mature and market acceptance increases, they also need to maintain and support their products for their customers.\r\n\r\nWith knowledge gained in payments domain over two decades, FSS maintains, supports and customizes software products of leading software vendors. FSS engineers can manage a product company\'s non-core activities such as product release management, feature enhancement, bug fixing, product testing and issue resolution.\r\n\r\nServices range from managing mature products with several releases into the market, to \"sunset\" products that are at the end of their feature development. FSS\' proven delivery and interaction model include rigorous processes complete with definitions of roles and responsibilities, documentation and reporting, incident management, issue resolution support and assistance in continuous product improvement.\r\n\r\nWith FSS product sustenance services, companies are able to focus on enhancements, re-engineering and future-proofing their products.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Skilled resources in niche domain provide technical support, bug fixing, testing and maintenance services.</li>\r\n <li>Documented processes for product management and incident management at multiple levels.</li>\r\n <li>Ability to extend support to customers using vendors products.</li>\r\n <li>FSS onsite technical support teams can enhance product offerings by managing them at the site.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Over 1,000 man years of offshore development support extended to premium international product companies.</li>\r\n <li>Vast payments domain expertise & technical skill sets, spanning a wide range of platforms and applications.</li>\r\n <li>Strong processes and commitment to deliveries validated by major vendors.</li>\r\n <li>Strong network of alliance partners help accelerate and collaborate on new products roll out quickly.</li>\r\n</ul>\r\nVendors could also benefit from FSS System Integration and Onsite Technical Support for implementing and managing their products at customer locations.','Offshore Development','','inherit','open','open','','69-revision-v1','','','2014-03-06 06:22:59','2014-03-06 06:22:59','',69,'http://039719c.netsolhost.com/ltest/fss/69-revision-v1/',0,'revision','',0),(597,1,'2014-03-06 06:24:55','2014-03-06 06:24:55','','fss-project-management','','inherit','open','open','','fss-project-management','','','2014-03-06 06:24:55','2014-03-06 06:24:55','',71,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-project-management.jpg',0,'attachment','image/jpeg',0),(598,1,'2014-05-14 10:40:58','2014-05-14 10:40:58','[responsive]<img class=\"alignleft size-full wp-image-597\" alt=\"fss-project-management\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-project-management.jpg\" width=\"657\" height=\"135\" />[/responsive]\n\n[separator headline=\"h4\" title=\"Helps organizations to manage project portfolios efficiently, for successful execution of any payments system integration or implementing a strategic technology package\"]\n\nPayments business divisions continually work on improving profitability, as well as customer experiences. Market dynamics force them to release upgraded or innovative products and services, keeping the costs low. The complex nature of payment systems demand sophisticated project management skills in delivering services on time, at controlled costs. While choosing the right package to fit an organization\'s needs can be a tough task, equally vexing is the implementation that can be expensive and time-consuming.\n\nFSS has been focused in payment systems implementation, upgrades, migration and support, and hosted services for over 20 years. The deep domain knowledge gained in 40+ switch implementation and migration, integrating with a variety of banking hosts, retail channels, international and domestic interchanges, has resulted in highly experienced pool of experts. FSS handles the project implementation of advanced IT solutions in the financial services arena with ease and within committed time frames.\n\nWith proven project management techniques, and vast knowledge of popular industry packages, FSS provides substantial value to its clients by quality project management and implementation of complex solutions.\n\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\n<ul>\n <li><strong>Project Design and Mobilization:</strong> Identifying, planning and organizing business activities.</li>\n <li><strong>Project Management and Delivery:</strong> Delivering business advantage and competitive edge by deploying the appropriate, trained skill sets.</li>\n <li><strong>Assessment of existing Projects:</strong> based on payments domain global best practices.</li>\n <li>Project transformation through process design, strategy implementation, and training mentoring.</li>\n <li>Designing a common structure and framework for managing projects, including detailing the functions to be executed, key roles and responsibilities and metrics to be adopted.</li>\n</ul>\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\n<ul>\n <li>Over 50 leading banks and financial institutions in India and world over continue to benefit from the timely roll out of complex payment systems and services by FSS\' project management team.</li>\n <li>Contemporary knowledge of new generation devices, and interchange mandates makes launching of new services and upgrades, cost effective and quick.</li>\n <li>FSS puts strategies into action, by assigning a team of collaborative professionals having the right skill sets in the payments business who provide a powerful mix of intellectual agility and hands-on delivery.</li>\n</ul>\nFSS has helped several clients derive additional benefits from the <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/onsite-technical-support/\">Onsite Technical Support</a>, <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/migration-upgrade-services/\">Migration and Upgrade services</a>, and <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/247-global-helpdesk-support/\">24x7 Global Help Desk support services</a>.','Project Management & Implementation','','inherit','open','open','','71-autosave-v1','','','2014-05-14 10:40:58','2014-05-14 10:40:58','',71,'http://039719c.netsolhost.com/ltest/fss/71-autosave-v1/',0,'revision','',0),(599,1,'2014-03-06 06:32:11','2014-03-06 06:32:11','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-project-management.jpg\"><img class=\"alignleft size-full wp-image-597\" alt=\"fss-project-management\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-project-management.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Project Management & Implementation\"]\r\n\r\n<strong>Helps organizations to manage project portfolios efficiently, for successful execution of any payments system integration or implementing a strategic technology package</strong>\r\nPayments business divisions continually work on improving profitability, as well as customer experiences. Market dynamics force them to release upgraded or innovative products and services, keeping the costs low. The complex nature of payment systems demand sophisticated project management skills in delivering services on time, at controlled costs. While choosing the right package to fit an organization\'s needs can be a tough task, equally vexing is the implementation that can be expensive and time-consuming.\r\n\r\nFSS has been focused in payment systems implementation, upgrades, migration and support, and hosted services for over 20 years. The deep domain knowledge gained in 40+ switch implementation and migration, integrating with a variety of banking hosts, retail channels, international and domestic interchanges, has resulted in highly experienced pool of experts. FSS handles the project implementation of advanced IT solutions in the financial services arena with ease and within committed time frames.\r\n\r\nWith proven project management techniques, and vast knowledge of popular industry packages, FSS provides substantial value to its clients by quality project management and implementation of complex solutions.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Project Design and Mobilization: Identifying, planning and organizing business activities.</li>\r\n <li>Project Management and Delivery: Delivering business advantage and competitive edge by deploying the appropriate, trained skill sets.</li>\r\n <li>Assessment of existing Projects: based on payments domain global best practices.</li>\r\n <li>Project transformation through process design, strategy implementation, and training mentoring.</li>\r\n <li>Designing a common structure and framework for managing projects, including detailing the functions to be executed, key roles and responsibilities and metrics to be adopted.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Over 50 leading banks and financial institutions in India and world over continue to benefit from the timely roll out of complex payment systems and services by FSS\' project management team.</li>\r\n <li>Contemporary knowledge of new generation devices, and interchange mandates makes launching of new services and upgrades, cost effective and quick.</li>\r\n <li>FSS puts strategies into action, by assigning a team of collaborative professionals having the right skill sets in the payments business who provide a powerful mix of intellectual agility and hands-on delivery.</li>\r\n</ul>\r\nFSS has helped several clients derive additional benefits from the Onsite Technical Support, Migration and Upgrade services, and 24x7 Global Help Desk support services.','Project Management & Implementation','','inherit','open','open','','71-revision-v1','','','2014-03-06 06:32:11','2014-03-06 06:32:11','',71,'http://039719c.netsolhost.com/ltest/fss/71-revision-v1/',0,'revision','',0),(600,1,'2014-03-06 06:33:01','2014-03-06 06:33:01','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-project-management.jpg\"><img class=\"alignleft size-full wp-image-597\" alt=\"fss-project-management\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-project-management.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Project Management & Implementation\"]\r\n\r\n<strong>Helps organizations to manage project portfolios efficiently, for successful execution of any payments system integration or implementing a strategic technology package</strong>\r\nPayments business divisions continually work on improving profitability, as well as customer experiences. Market dynamics force them to release upgraded or innovative products and services, keeping the costs low. The complex nature of payment systems demand sophisticated project management skills in delivering services on time, at controlled costs. While choosing the right package to fit an organization\'s needs can be a tough task, equally vexing is the implementation that can be expensive and time-consuming.\r\n\r\nFSS has been focused in payment systems implementation, upgrades, migration and support, and hosted services for over 20 years. The deep domain knowledge gained in 40+ switch implementation and migration, integrating with a variety of banking hosts, retail channels, international and domestic interchanges, has resulted in highly experienced pool of experts. FSS handles the project implementation of advanced IT solutions in the financial services arena with ease and within committed time frames.\r\n\r\nWith proven project management techniques, and vast knowledge of popular industry packages, FSS provides substantial value to its clients by quality project management and implementation of complex solutions.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li><strong>Project Design and Mobilization:</strong> Identifying, planning and organizing business activities.</li>\r\n <li><strong>Project Management and Delivery:</strong> Delivering business advantage and competitive edge by deploying the appropriate, trained skill sets.</li>\r\n <li><strong>Assessment of existing Projects:</strong> based on payments domain global best practices.</li>\r\n <li>Project transformation through process design, strategy implementation, and training mentoring.</li>\r\n <li>Designing a common structure and framework for managing projects, including detailing the functions to be executed, key roles and responsibilities and metrics to be adopted.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Over 50 leading banks and financial institutions in India and world over continue to benefit from the timely roll out of complex payment systems and services by FSS\' project management team.</li>\r\n <li>Contemporary knowledge of new generation devices, and interchange mandates makes launching of new services and upgrades, cost effective and quick.</li>\r\n <li>FSS puts strategies into action, by assigning a team of collaborative professionals having the right skill sets in the payments business who provide a powerful mix of intellectual agility and hands-on delivery.</li>\r\n</ul>\r\nFSS has helped several clients derive additional benefits from the Onsite Technical Support, Migration and Upgrade services, and 24x7 Global Help Desk support services.','Project Management & Implementation','','inherit','open','open','','71-revision-v1','','','2014-03-06 06:33:01','2014-03-06 06:33:01','',71,'http://039719c.netsolhost.com/ltest/fss/71-revision-v1/',0,'revision','',0),(601,1,'2014-03-06 06:34:38','2014-03-06 06:34:38','','fss-upgrade-and-migration-services','','inherit','open','open','','fss-upgrade-and-migration-services','','','2014-03-06 06:34:38','2014-03-06 06:34:38','',73,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-upgrade-and-migration-services.jpg',0,'attachment','image/jpeg',0),(602,1,'2014-04-28 12:21:05','2014-04-28 12:21:05','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-upgrade-and-migration-services.jpg\"><img class=\"alignleft size-full wp-image-601\" alt=\"fss-upgrade-and-migration-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-upgrade-and-migration-services.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\n\n<span style=\"line-height: 1.5em;\">[separator headline=\"h4\" title=\"Migration & Upgrade Services\"]</span>\n\n<strong>Comprehensive platform migration and product upgrade services in the payments domain</strong>\n\nBusiness demands, statutory requirements and technology advances create a need to migrate an existing payment application to a new platform, or upgrading an existing application. These activities pose several challenges like thorough evaluation and understanding of the new IT environment, documented processes of all the activities, careful analysis of risks, testing and certifications at different levels, compliance with various entities, and ensuring continual customer services post migration.\n\nFSS Migration and Upgrade Services focus on enabling banks to upgrade the hardware and software platforms of their payment applications with minimal or no disruption to the customer service. FSS upgrade services draw credibility from the experience in successful implementation of payments technology solution, and managing several migrations of \'live\' payment environments to a new platform. FSS teams have <b>carried out over 100 successful migrations</b> and upgrade exercises for over <b>50 Indian and global clients</b>. These include seamless switch migration from distributed to core banking solutions, critical switch and cardholder data migration, payment systems consolidation during mergers and acquisitions, switch application version upgrades, and over 10 switch migrations - from legacy systems to new generation.\n\nFSS\' payments industry expertise and best practices help banks capitalize on proven deployment principles identifying the optimal IT strategy, and make key technology choices. Led by specialized and dedicated team of experts, FSS migration and upgrade services ensure effective application transformation, with optimal business outcome.\n\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\n<ul>\n <li>Comprehensive project management and reporting.</li>\n <li>Documentation of all processes with impacts, risks, and fall back methods.</li>\n <li>Continuous review of processes at all stages during execution.</li>\n <li>Assistance to host / interchange developers.</li>\n <li>Application support during unit, integration and system testing phases.</li>\n <li>Certification with major card brand interchanges.</li>\n <li>Performance monitoring post migration/upgrade.</li>\n <li>Customer education and training.</li>\n</ul>\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\n<ul>\n <li>Experience in managing over 100 successful migrations, upgrades, and consolidations for over 50 customers.</li>\n <li>Knowledgeable in legacy/contemporary payment systems, host systems. interchanges, mandates, certification processes.</li>\n <li>Consulting services during mergers and acquisitions.</li>\n <li>Post-migration support to assist the bank stabilizes operations on the new technology platform .</li>\n</ul>\nCustomers also have derived value from FSS <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/project-management-implementation/\">Project Management & Implementation services</a> for managing specific <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/migration-upgrade-services/\">migration / upgrade activities</a>, and also <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/onsite-technical-support/\">Onsite Technical Support services</a> for post migration support.','Migration & Upgrade Services','','inherit','open','open','','73-autosave-v1','','','2014-04-28 12:21:05','2014-04-28 12:21:05','',73,'http://039719c.netsolhost.com/ltest/fss/73-autosave-v1/',0,'revision','',0),(603,1,'2014-03-06 06:39:40','2014-03-06 06:39:40','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-upgrade-and-migration-services.jpg\"><img class=\"alignleft size-full wp-image-601\" alt=\"fss-upgrade-and-migration-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-upgrade-and-migration-services.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<span style=\"line-height: 1.5em;\">[separator headline=\"h4\" title=\"Migration & Upgrade Services\"]</span>\r\n\r\n<strong>Comprehensive platform migration and product upgrade services in the payments domain</strong>\r\nBusiness demands, statutory requirements and technology advances create a need to migrate an existing payment application to a new platform, or upgrading an existing application. These activities pose several challenges like thorough evaluation and understanding of the new IT environment, documented processes of all the activities, careful analysis of risks, testing and certifications at different levels, compliance with various entities, and ensuring continual customer services post migration.\r\n\r\nFSS Migration and Upgrade Services focus on enabling banks to upgrade the hardware and software platforms of their payment applications with minimal or no disruption to the customer service. FSS upgrade services draw credibility from the experience in successful implementation of payments technology solution, and managing several migrations of \'live\' payment environments to a new platform. FSS teams have <b>carried out over 100 successful migrations</b> and upgrade exercises for over <b>50 Indian and global clients</b>. These include seamless switch migration from distributed to core banking solutions, critical switch and cardholder data migration, payment systems consolidation during mergers and acquisitions, switch application version upgrades, and over 10 switch migrations - from legacy systems to new generation.\r\n\r\nFSS\' payments industry expertise and best practices help banks capitalize on proven deployment principles identifying the optimal IT strategy, and make key technology choices. Led by specialized and dedicated team of experts, FSS migration and upgrade services ensure effective application transformation, with optimal business outcome.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Comprehensive project management and reporting.</li>\r\n <li>Documentation of all processes with impacts, risks, and fall back methods.</li>\r\n <li>Continuous review of processes at all stages during execution. </li>\r\n <li>Assistance to host / interchange developers.</li>\r\n <li>Application support during unit, integration and system testing phases.</li>\r\n <li>Certification with major card brand interchanges.</li>\r\n <li>Performance monitoring post migration/upgrade. </li>\r\n <li>Customer education and training.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Experience in managing over 100 successful migrations, upgrades, and consolidations for over 50 customers.</li>\r\n <li>Knowledgeable in legacy/contemporary payment systems, host systems. interchanges, mandates, certification processes.</li>\r\n <li>Consulting services during mergers and acquisitions. </li>\r\n <li>Post-migration support to assist the bank stabilizes operations on the new technology platform .</li>\r\n</ul>\r\nCustomers also have derived value from FSS Project Management & Implementation services for managing specific migration / upgrade activities, and also Onsite Technical Support services for post migration support.','Migration & Upgrade Services','','inherit','open','open','','73-revision-v1','','','2014-03-06 06:39:40','2014-03-06 06:39:40','',73,'http://039719c.netsolhost.com/ltest/fss/73-revision-v1/',0,'revision','',0),(604,1,'2014-03-06 06:42:42','2014-03-06 06:42:42','','fss-Testing-Certification-Services','','inherit','open','open','','fss-testing-certification-services','','','2014-03-06 06:42:42','2014-03-06 06:42:42','',75,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-Testing-Certification-Services.jpg',0,'attachment','image/jpeg',0),(605,1,'2014-05-14 10:42:01','2014-05-14 10:42:01','[responsive]<img class=\"alignleft size-full wp-image-604\" alt=\"fss-Testing-Certification-Services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-Testing-Certification-Services.jpg\" width=\"657\" height=\"135\" />[/responsive]\n\n[separator headline=\"h4\" title=\"Testing & Certification Services\"]\n\n<strong>A comprehensive range of systematic, independent testing and certification services for financial institutions and software vendors that deliver great value and quality for their testing needs.</strong>\n\nInnovations in retail delivery channels, payment systems and methods give rise to new products and methods. Retail systems, financial institutions and banks would want to ensure that new (or upgraded) products comply with existing systems as also industry standards.\n\nFSS offers a comprehensive range of systematic and independent testing and certification services to financial institutions and product vendors to confirm conformance with existing specifications, industry norms or regulatory standards.\n\nFSS has invested into a state-of-the-art ATM & POS testing laboratory, along with a pool of multi-skilled experienced, product testing resources that provide timely delivery of quality testing services for a wide range of payment products.\n\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\n<ul>\n <li>Comprehensive testing of retail systems such as ATM, POS, kiosk, cash depository machines, biometric ATMs.</li>\n <li>Special purpose systems interface such as automatic fuel dispensers and multiple POS integration systems.</li>\n <li>End-to-end switch application testing.</li>\n <li>Certification of switch with the mandates of domestic and international Interchanges.</li>\n <li>Consultancy and debugging support during testing.</li>\n <li>Compliance report and certification document.</li>\n</ul>\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\n<ul>\n <li>Several domestic and overseas ATM, POS, kiosk vendors, and special purpose payment product vendors continue to avail FSS Testing and Certification services.</li>\n <li>FSS\' commitment and focus on maintaining High Quality Standards has benefitted new product developers in rapid market roll out.</li>\n <li>Cost effective testing services, with state-of-art lab facility.</li>\n <li>Large payment infrastructure, with dedicated test networks setup exclusively for testing.</li>\n</ul>','Testing & Certification Services','','inherit','open','open','','75-autosave-v1','','','2014-05-14 10:42:01','2014-05-14 10:42:01','',75,'http://039719c.netsolhost.com/ltest/fss/75-autosave-v1/',0,'revision','',0),(606,1,'2014-03-06 06:47:16','2014-03-06 06:47:16','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-Testing-Certification-Services.jpg\"><img class=\"alignleft size-full wp-image-604\" alt=\"fss-Testing-Certification-Services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-Testing-Certification-Services.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Testing & Certification Services\"]\r\n\r\n<strong>A comprehensive range of systematic, independent testing and certification services for financial institutions and software vendors that deliver great value and quality for their testing needs.</strong>\r\nInnovations in retail delivery channels, payment systems and methods give rise to new products and methods. Retail systems, financial institutions and banks would want to ensure that new (or upgraded) products comply with existing systems as also industry standards.\r\n\r\nFSS offers a comprehensive range of systematic and independent testing and certification services to financial institutions and product vendors to confirm conformance with existing specifications, industry norms or regulatory standards.\r\n\r\nFSS has invested into a state-of-the-art ATM & POS testing laboratory, along with a pool of multi-skilled experienced, product testing resources that provide timely delivery of quality testing services for a wide range of payment products.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Comprehensive testing of retail systems such as ATM, POS, kiosk, cash depository machines, biometric ATMs.</li>\r\n <li>Special purpose systems interface such as automatic fuel dispensers and multiple POS integration systems.</li>\r\n <li>End-to-end switch application testing.</li>\r\n <li>Certification of switch with the mandates of domestic and international Interchanges.</li>\r\n <li>Consultancy and debugging support during testing.</li>\r\n <li>Compliance report and certification document.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Several domestic and overseas ATM, POS, kiosk vendors, and special purpose payment product vendors continue to avail FSS Testing and Certification services.</li>\r\n <li>FSS\' commitment and focus on maintaining High Quality Standards has benefitted new product developers in rapid market roll out.</li>\r\n <li>Cost effective testing services, with state-of-art lab facility. </li>\r\n <li>Large payment infrastructure, with dedicated test networks setup exclusively for testing.</li>\r\n</ul>','Testing & Certification Services','','inherit','open','open','','75-revision-v1','','','2014-03-06 06:47:16','2014-03-06 06:47:16','',75,'http://039719c.netsolhost.com/ltest/fss/75-revision-v1/',0,'revision','',0),(607,1,'2014-03-06 06:49:23','2014-03-06 06:49:23','','fss-application-testing-service','','inherit','open','open','','fss-application-testing-service','','','2014-03-06 06:49:23','2014-03-06 06:49:23','',77,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-application-testing-service.jpg',0,'attachment','image/jpeg',0),(608,1,'2014-05-14 10:43:02','2014-05-14 10:43:02','[responsive]<img class=\"alignleft size-full wp-image-607\" alt=\"fss-application-testing-service\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-application-testing-service.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\n\n[separator headline=\"h4\" title=\"Application Testing Services\"]\n\n<strong>An end-to-end Application Testing Service that includes testing strategy, testing automation and performance measurement</strong>\n\nFSS strongly believes that the quality of an application should be maintained throughout its development lifecycle. The maintenance activity must be planned, analyzed, designed, developed and tested into the application and cannot be \"tested in\" at the end of the lifecycle. <b>FSS Application Testing Services</b> drives quality throughout the application development lifecycle. FSS collaborates with clients to optimize upstream activities, such as Requirements Management, Release Management and Software Configuration Management, and further validates the design, functionality and performance of the application. This is done through test execution that can maximize value from their IT investments.\n\nSome of the leading global financial organizations have trusted FSS to support them with the Application Testing Service.\n\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\n<ul>\n <li><b>Testing Strategy & Assessment:</b> Assists clients with end-to-end testing and quality assessment process, from planning to final recommendations.</li>\n <li><b>Expertise and knowledge in methods of testing:</b> FSS trained resources can perform:\n<ul>\n <li>Black-box testing - confirming functionality of application.</li>\n <li>White-box testing - rigorous testing at individual module levels and at the overall system level.</li>\n</ul>\n</li>\n <li><b>Testing Automation:</b> With a robust set of tools and assets to consistently support the entire spectrum of automation-related testing activities.</li>\n <li><b>Performance Testing:</b> A wide range of strategic and tactical performance test services.</li>\n</ul>\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\n<ul>\n <li>Providing offshore development and testing services for more than a decade.</li>\n <li>FSS team stands ready to help build and refine testing skills, functionality and achieve efficiencies.</li>\n <li>FSS leverages extensive knowledge in the payments domain, technology and processes to assist clients in developing holistic testing strategies.</li>\n <li>FSS is skilled in multiple terminals, modules and in the depth and breadth of testing i.e. hardware, new channel testing, migration testing, new product implementation and switch testing.</li>\n <li>FSS provides clients the right skills at the right time in the right place and at the right price.</li>\n <li>Upon completion of testing, clients can benefit from <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/onsite-technical-support/\">FSS Onsite Technical Support</a> services for managing their products.</li>\n</ul>','Application Testing Services','','inherit','open','open','','77-autosave-v1','','','2014-05-14 10:43:02','2014-05-14 10:43:02','',77,'http://039719c.netsolhost.com/ltest/fss/77-autosave-v1/',0,'revision','',0),(609,1,'2014-03-06 06:55:17','2014-03-06 06:55:17','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-application-testing-service.jpg\"><img class=\"alignleft size-full wp-image-607\" alt=\"fss-application-testing-service\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-application-testing-service.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Application Testing Services\"]\r\n\r\n<strong>An end-to-end Application Testing Service that includes testing strategy, testing automation and performance measurement</strong>\r\nFSS strongly believes that the quality of an application should be maintained throughout its development lifecycle. The maintenance activity must be planned, analyzed, designed, developed and tested into the application and cannot be \"tested in\" at the end of the lifecycle. <b>FSS Application Testing Services</b> drives quality throughout the application development lifecycle. FSS collaborates with clients to optimize upstream activities, such as Requirements Management, Release Management and Software Configuration Management, and further validates the design, functionality and performance of the application. This is done through test execution that can maximize value from their IT investments.\r\n\r\nSome of the leading global financial organizations have trusted FSS to support them with the Application Testing Service.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li><b>Testing Strategy & Assessment:</b> Assists clients with end-to-end testing and quality assessment process, from planning to final recommendations.</li>\r\n <li><b>Expertise and knowledge in methods of testing:</b> FSS trained resources can perform:\r\n<ul>\r\n <li>Black-box testing - confirming functionality of application.</li>\r\n <li>White-box testing - rigorous testing at individual module levels and at the overall system level.</li>\r\n</ul>\r\n</li>\r\n <li><b>Testing Automation:</b> With a robust set of tools and assets to consistently support the entire spectrum of automation-related testing activities.</li>\r\n <li><b>Performance Testing:</b> A wide range of strategic and tactical performance test services.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Providing offshore development and testing services for more than a decade.</li>\r\n <li>FSS team stands ready to help build and refine testing skills, functionality and achieve efficiencies.</li>\r\n <li>FSS leverages extensive knowledge in the payments domain, technology and processes to assist clients in developing holistic testing strategies.</li>\r\n <li>FSS is skilled in multiple terminals, modules and in the depth and breadth of testing i.e. hardware, new channel testing, migration testing, new product implementation and switch testing.</li>\r\n <li>FSS provides clients the right skills at the right time in the right place and at the right price.</li>\r\n <li>Upon completion of testing, clients can benefit from <a href=\"http://fss.co.in/onsite-technical-support.aspx\">FSS Onsite Technical Support</a> services for managing their products.</li>\r\n</ul>','Application Testing Services','','inherit','open','open','','77-revision-v1','','','2014-03-06 06:55:17','2014-03-06 06:55:17','',77,'http://039719c.netsolhost.com/ltest/fss/77-revision-v1/',0,'revision','',0),(610,1,'2014-03-06 06:57:46','2014-03-06 06:57:46','','fss-online-technical-support','','inherit','open','open','','fss-online-technical-support','','','2014-03-06 06:57:46','2014-03-06 06:57:46','',79,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-online-technical-support.jpg',0,'attachment','image/jpeg',0),(850,1,'2014-05-14 10:44:27','2014-05-14 10:44:27','[responsive]<img class=\"alignleft size-full wp-image-610\" alt=\"fss-online-technical-support\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-online-technical-support.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"High-quality management of complex payment infrastructure, by tenured personnel with specialized skill sets\"]\r\n\r\nBanks and electronic payment processors understand the criticality of operational support and infrastructure management. They often strive to provide high-quality services to their customers by ensuring continuous delivery of services.\r\n\r\nAs systems get more sophisticated and automated, timely onsite technical support gains importance. Managing a large, complex payment environment requires considerable knowledge of the domain, technologies and processes.\r\n\r\nFSS global Onsite Technical Support integrates people, products and processes for quality 24x7 service delivery, speedy incident resolution, and improved end-user productivity. A unique blend of technology and financial industry expertise enables FSS to provide the ideal mix of skilled resources to help clients set up and maintain payments infrastructure that is in tune with their business needs. FSS technical resources are deployed worldwide to help various financial institutions manage their payments infrastructure.\r\n\r\nOver <b>50 banks</b> and financial institutions in India and overseas have availed <b>2,500 man-years</b> of FSS onsite support services.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Operational support to payment system processing including documented processes, periodic reporting, data management and housekeeping, such as backup/restore and many more.</li>\r\n <li>Incident management including Level 1, Level 2 reporting and management, assistance in Level 3 management.</li>\r\n <li>Customer communications management, internal / external escalations.</li>\r\n <li>Manage complex IT infrastructures - including servers, databases, applications and networks.</li>\r\n <li>Participate in internal and external audits of infrastructure and services.</li>\r\n <li>Knowledge in service deliveries, mandates, systems and processes.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>For over 10 years, FSS has been managing the payment switch and related payment infrastructure for over 50 banks in India and overseas, with more than 250+ onsite technical support personnel, on a 24x7 basis.</li>\r\n <li>FSS has a team of tenured, skilled resources committed to delivering and managing of services, which conform to global standards.</li>\r\n <li>Proven track record and demonstrable success rate in delivering superior onsite technical support services in a cost-effective way.</li>\r\n <li>Onsite support personnel are re-trained periodically, to be commensurate with industry standards and practices.</li>\r\n</ul>','Onsite Technical Support','','inherit','open','open','','79-revision-v1','','','2014-05-14 10:44:27','2014-05-14 10:44:27','',79,'http://039719c.netsolhost.com/ltest/fss/79-revision-v1/',0,'revision','',0),(765,1,'2014-04-28 12:34:36','2014-04-28 12:34:36','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-online-technical-support.jpg\"><img class=\"alignleft size-full wp-image-610\" alt=\"fss-online-technical-support\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-online-technical-support.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Onsite Technical Support\"]\r\n\r\n<strong>High-quality management of complex payment infrastructure, by tenured personnel with specialized skill sets </strong>\r\n\r\nBanks and electronic payment processors understand the criticality of operational support and infrastructure management. They often strive to provide high-quality services to their customers by ensuring continuous delivery of services.\r\n\r\nAs systems get more sophisticated and automated, timely onsite technical support gains importance. Managing a large, complex payment environment requires considerable knowledge of the domain, technologies and processes.\r\n\r\nFSS global Onsite Technical Support integrates people, products and processes for quality 24x7 service delivery, speedy incident resolution, and improved end-user productivity. A unique blend of technology and financial industry expertise enables FSS to provide the ideal mix of skilled resources to help clients set up and maintain payments infrastructure that is in tune with their business needs. FSS technical resources are deployed worldwide to help various financial institutions manage their payments infrastructure.\r\n\r\nOver <b>50 banks</b> and financial institutions in India and overseas have availed <b>2,500 man-years</b> of FSS onsite support services.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Operational support to payment system processing including documented processes, periodic reporting, data management and housekeeping, such as backup/restore and many more.</li>\r\n <li>Incident management including Level 1, Level 2 reporting and management, assistance in Level 3 management.</li>\r\n <li>Customer communications management, internal / external escalations.</li>\r\n <li>Manage complex IT infrastructures - including servers, databases, applications and networks.</li>\r\n <li>Participate in internal and external audits of infrastructure and services.</li>\r\n <li>Knowledge in service deliveries, mandates, systems and processes.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>For over 10 years, FSS has been managing the payment switch and related payment infrastructure for over 50 banks in India and overseas, with more than 250+ onsite technical support personnel, on a 24x7 basis.</li>\r\n <li>FSS has a team of tenured, skilled resources committed to delivering and managing of services, which conform to global standards.</li>\r\n <li>Proven track record and demonstrable success rate in delivering superior onsite technical support services in a cost-effective way.</li>\r\n <li>Onsite support personnel are re-trained periodically, to be commensurate with industry standards and practices.</li>\r\n</ul>','Onsite Technical Support','','inherit','open','open','','79-revision-v1','','','2014-04-28 12:34:36','2014-04-28 12:34:36','',79,'http://039719c.netsolhost.com/ltest/fss/79-revision-v1/',0,'revision','',0),(612,1,'2014-03-06 07:02:01','2014-03-06 07:02:01','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-online-technical-support.jpg\"><img class=\"alignleft size-full wp-image-610\" alt=\"fss-online-technical-support\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-online-technical-support.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Onsite Technical Support\"]\r\n\r\n<strong>High-quality management of complex payment infrastructure, by tenured personnel with specialized skill sets </strong>\r\nBanks and electronic payment processors understand the criticality of operational support and infrastructure management. They often strive to provide high-quality services to their customers by ensuring continuous delivery of services.\r\n\r\nAs systems get more sophisticated and automated, timely onsite technical support gains importance. Managing a large, complex payment environment requires considerable knowledge of the domain, technologies and processes.\r\n\r\nFSS global Onsite Technical Support integrates people, products and processes for quality 24x7 service delivery, speedy incident resolution, and improved end-user productivity. A unique blend of technology and financial industry expertise enables FSS to provide the ideal mix of skilled resources to help clients set up and maintain payments infrastructure that is in tune with their business needs. FSS technical resources are deployed worldwide to help various financial institutions manage their payments infrastructure.\r\n\r\nOver <b>50 banks</b> and financial institutions in India and overseas have availed <b>2,500 man-years</b> of FSS onsite support services.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Operational support to payment system processing including documented processes, periodic reporting, data management and housekeeping, such as backup/restore and many more.</li>\r\n <li>Incident management including Level 1, Level 2 reporting and management, assistance in Level 3 management.</li>\r\n <li>Customer communications management, internal / external escalations.</li>\r\n <li>Manage complex IT infrastructures - including servers, databases, applications and networks.</li>\r\n <li>Participate in internal and external audits of infrastructure and services.</li>\r\n <li>Knowledge in service deliveries, mandates, systems and processes.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>For over 10 years, FSS has been managing the payment switch and related payment infrastructure for over 50 banks in India and overseas, with more than 250+ onsite technical support personnel, on a 24x7 basis.</li>\r\n <li>FSS has a team of tenured, skilled resources committed to delivering and managing of services, which conform to global standards.</li>\r\n <li>Proven track record and demonstrable success rate in delivering superior onsite technical support services in a cost-effective way.</li>\r\n <li>Onsite support personnel are re-trained periodically, to be commensurate with industry standards and practices.</li>\r\n</ul>','Onsite Technical Support','','inherit','open','open','','79-revision-v1','','','2014-03-06 07:02:01','2014-03-06 07:02:01','',79,'http://039719c.netsolhost.com/ltest/fss/79-revision-v1/',0,'revision','',0),(613,1,'2014-03-06 07:05:26','2014-03-06 07:05:26','','fss-help-desk','','inherit','open','open','','fss-help-desk','','','2014-03-06 07:05:26','2014-03-06 07:05:26','',81,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-help-desk.jpg',0,'attachment','image/jpeg',0),(614,1,'2014-05-14 10:45:09','2014-05-14 10:45:09','[responsive]<img class=\"alignleft size-full wp-image-613\" alt=\"fss-help-desk\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-help-desk.jpg\" width=\"657\" height=\"135\" />[/responsive]\n\n[separator headline=\"h4\" title=\"Round-the-clock professional Helpdesk and technical support services for global and domestic software products and systems\"]\n\nAdvancements in payment systems worldwide have resulted in increasing client expectations in terms of systems availability and timely service support. Banks, financial institutions and retailers are increasingly looking out for high quality technical support with speedy incident resolution.\n\nLeveraging domain knowledge and experience gained over the last 20 years, FSS has developed extensive skills in the niche online payments segment. FSS 24/7 Global Helpdesk Support services located out of India provides outsourced helpdesk and technical support to domestic and overseas clients. The service is hosted out of FSS\' Tier 3 standard Data Centre and managed by well-trained workforce with extensive background in delivery channels such as ATM, POS, interchanges, host authorization systems, data management systems and popular database applications.\n\nWith extensive documented process flow and proven expertise in payment switching and data management technologies, FSS has a long track record in providing helpdesk support to domestic and international clients.\n\nFSS\' cost effective remote technical support has helped several clients lower support costs while maintaining high quality in technology services thereby increasing operational efficiency and business performance.\n\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\n<ul>\n <li>FSS Global Helpdesk is managed by trained resources at multiple levels, with advanced training in communication, soft skills, and documentation.</li>\n <li>Capable of handling the following Level 1, Level 2 and Level 3 tasks:\n<ul>\n <li><strong>L1</strong> - Handling product feature-based queries, support, licensing, clarifications, status provision on orders, spares and shipment.</li>\n <li><strong>L2</strong> - Problem analysis and replication, problem resolution via work-around or escalation.</li>\n <li><strong>L3</strong> - Fixing bugs, customer interaction. Highly skilled resources with over 10 years of experience provide rapid resolution of complex issues.</li>\n</ul>\n</li>\n <li>Organized skill levels deployed for managing a range of applications including databases, data replication products, applications and payment processing.</li>\n</ul>\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\n<ul>\n <li>FSS has a long track record in providing helpdesk support for major switch application vendors and leading data management application providers.</li>\n <li>FSS has proven experience and demonstrable success rate in delivering superior helpdesk support service for overseas and domestic products and services.</li>\n <li>FSS leverages industry-leading solutions and tools to deliver consistent, integrated and adaptable service in a cost-effective way.</li>\n</ul>','24/7 Global Helpdesk Support','','inherit','open','open','','81-autosave-v1','','','2014-05-14 10:45:09','2014-05-14 10:45:09','',81,'http://039719c.netsolhost.com/ltest/fss/81-autosave-v1/',0,'revision','',0),(615,1,'2014-03-06 07:12:27','2014-03-06 07:12:27','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-help-desk.jpg\"><img class=\"alignleft size-full wp-image-613\" alt=\"fss-help-desk\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-help-desk.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"24/7 Global Helpdesk Support\"]\r\n\r\n<strong>Round-the-clock professional Helpdesk and technical support services for global and domestic software products and systems </strong>\r\nAdvancements in payment systems worldwide have resulted in increasing client expectations in terms of systems availability and timely service support. Banks, financial institutions and retailers are increasingly looking out for high quality technical support with speedy incident resolution.\r\n\r\nLeveraging domain knowledge and experience gained over the last 20 years, FSS has developed extensive skills in the niche online payments segment. FSS 24/7 Global Helpdesk Support services located out of India provides outsourced helpdesk and technical support to domestic and overseas clients. The service is hosted out of FSS\' Tier 3 standard Data Centre and managed by well-trained workforce with extensive background in delivery channels such as ATM, POS, interchanges, host authorization systems, data management systems and popular database applications.\r\n\r\nWith extensive documented process flow and proven expertise in payment switching and data management technologies, FSS has a long track record in providing helpdesk support to domestic and international clients.\r\n\r\nFSS\' cost effective remote technical support has helped several clients lower support costs while maintaining high quality in technology services thereby increasing operational efficiency and business performance.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>FSS Global Helpdesk is managed by trained resources at multiple levels, with advanced training in communication, soft skills, and documentation.</li>\r\n <li>Capable of handling the following Level 1, Level 2 and Level 3 tasks:\r\n<ul>\r\n <li><strong>L1</strong> - Handling product feature-based queries, support, licensing, clarifications, status provision on orders, spares and shipment.</li>\r\n <li><strong>L2</strong> - Problem analysis and replication, problem resolution via work-around or escalation.</li>\r\n <li><strong>L3</strong> - Fixing bugs, customer interaction. Highly skilled resources with over 10 years of experience provide rapid resolution of complex issues.</li>\r\n</ul>\r\n</li>\r\n <li>Organized skill levels deployed for managing a range of applications including databases, data replication products, applications and payment processing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS has a long track record in providing helpdesk support for major switch application vendors and leading data management application providers.</li>\r\n <li>FSS has proven experience and demonstrable success rate in delivering superior helpdesk support service for overseas and domestic products and services.</li>\r\n <li>FSS leverages industry-leading solutions and tools to deliver consistent, integrated and adaptable service in a cost-effective way.</li>\r\n</ul>','24/7 Global Helpdesk Support','','inherit','open','open','','81-revision-v1','','','2014-03-06 07:12:27','2014-03-06 07:12:27','',81,'http://039719c.netsolhost.com/ltest/fss/81-revision-v1/',0,'revision','',0),(616,1,'2014-03-06 07:16:10','2014-03-06 07:16:10','','fss-processing','','inherit','open','open','','fss-processing','','','2014-03-06 07:16:10','2014-03-06 07:16:10','',29,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing.jpg',0,'attachment','image/jpeg',0),(617,1,'2014-03-06 07:22:56','2014-03-06 07:22:56','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing.jpg\"><img class=\"alignleft size-full wp-image-616\" alt=\"fss-processing\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\n\n \n\n \n\n \n\n \n\n[separator headline=\"h4\" title=\"Processing & Hosted Services\"]\n\nFSSNeT, the hosted payment services arm of FSS fulfills the requirements of banks and financial institutions seeking to outsource their payments infrastructure requirements to an established and proven entity.\n\nWith over 20 years of experience and expertise in the online payments domain, FSS offers cost effective, robust and comprehensive processing and hosted services suite. FSS hosted payment transaction processing services drive a wide range of retail delivery channels such as ATMs, POS, Internet and Mobile, providing flexible authorization options through a connection to the bank hosts, domestic and international interchanges.\n\nPayment support services include integrated Internet payment gateway, mobile payment systems, and value added payments. Card issuance and management services, Electronic ATM journal pull, comprehensive reconciliation and merchant management services enabling clients to offer a complete spectrum of retail payment services to their customers.\n\nSeveral premium banks also have outsourced their ATM deployment and management, and ATM managed services to FSS.\n\nFSS is one of the largest independent payments processors and <a href=\"http://www.fsstech.com/ATM-services.aspx\">ATM deployment and management companies in India</a>. Over <b>32 banks</b> have benefited from the shared payment services and retail infrastructure managed services from FSS.','Processing Services','','inherit','open','open','','29-autosave-v1','','','2014-03-06 07:22:56','2014-03-06 07:22:56','',29,'http://039719c.netsolhost.com/ltest/fss/29-autosave-v1/',0,'revision','',0),(618,1,'2014-03-06 07:19:51','2014-03-06 07:19:51','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing.jpg\"><img class=\"alignleft size-full wp-image-616\" alt=\"fss-processing\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]','Processing Services','','inherit','open','open','','29-revision-v1','','','2014-03-06 07:19:51','2014-03-06 07:19:51','',29,'http://039719c.netsolhost.com/ltest/fss/29-revision-v1/',0,'revision','',0),(619,1,'2014-03-06 07:23:17','2014-03-06 07:23:17','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing.jpg\"><img class=\"alignleft size-full wp-image-616\" alt=\"fss-processing\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[separator headline=\"h4\" title=\"Processing & Hosted Services\"]\r\n\r\nFSSNeT, the hosted payment services arm of FSS fulfills the requirements of banks and financial institutions seeking to outsource their payments infrastructure requirements to an established and proven entity.\r\n\r\nWith over 20 years of experience and expertise in the online payments domain, FSS offers cost effective, robust and comprehensive processing and hosted services suite. FSS hosted payment transaction processing services drive a wide range of retail delivery channels such as ATMs, POS, Internet and Mobile, providing flexible authorization options through a connection to the bank hosts, domestic and international interchanges.\r\n\r\nPayment support services include integrated Internet payment gateway, mobile payment systems, and value added payments. Card issuance and management services, Electronic ATM journal pull, comprehensive reconciliation and merchant management services enabling clients to offer a complete spectrum of retail payment services to their customers.\r\n\r\nSeveral premium banks also have outsourced their ATM deployment and management, and ATM managed services to FSS.\r\n\r\nFSS is one of the largest independent payments processors and ATM deployment and management companies in India. Over 32 banks have benefited from the shared payment services and retail infrastructure managed services from FSS.','Processing Services','','inherit','open','open','','29-revision-v1','','','2014-03-06 07:23:17','2014-03-06 07:23:17','',29,'http://039719c.netsolhost.com/ltest/fss/29-revision-v1/',0,'revision','',0),(620,1,'2014-03-06 07:23:44','2014-03-06 07:23:44','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing.jpg\"><img class=\"alignleft size-full wp-image-616\" alt=\"fss-processing\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\r\n\r\n \r\n\r\n[separator headline=\"h4\" title=\"Processing & Hosted Services\"]\r\n\r\nFSSNeT, the hosted payment services arm of FSS fulfills the requirements of banks and financial institutions seeking to outsource their payments infrastructure requirements to an established and proven entity.\r\n\r\nWith over 20 years of experience and expertise in the online payments domain, FSS offers cost effective, robust and comprehensive processing and hosted services suite. FSS hosted payment transaction processing services drive a wide range of retail delivery channels such as ATMs, POS, Internet and Mobile, providing flexible authorization options through a connection to the bank hosts, domestic and international interchanges.\r\n\r\nPayment support services include integrated Internet payment gateway, mobile payment systems, and value added payments. Card issuance and management services, Electronic ATM journal pull, comprehensive reconciliation and merchant management services enabling clients to offer a complete spectrum of retail payment services to their customers.\r\n\r\nSeveral premium banks also have outsourced their ATM deployment and management, and ATM managed services to FSS.\r\n\r\nFSS is one of the largest independent payments processors and ATM deployment and management companies in India. Over 32 banks have benefited from the shared payment services and retail infrastructure managed services from FSS.','Processing Services','','inherit','open','open','','29-revision-v1','','','2014-03-06 07:23:44','2014-03-06 07:23:44','',29,'http://039719c.netsolhost.com/ltest/fss/29-revision-v1/',0,'revision','',0),(621,1,'2014-03-06 07:24:07','2014-03-06 07:24:07','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing.jpg\"><img class=\"alignleft size-full wp-image-616\" alt=\"fss-processing\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Processing & Hosted Services\"]\r\n\r\nFSSNeT, the hosted payment services arm of FSS fulfills the requirements of banks and financial institutions seeking to outsource their payments infrastructure requirements to an established and proven entity.\r\n\r\nWith over 20 years of experience and expertise in the online payments domain, FSS offers cost effective, robust and comprehensive processing and hosted services suite. FSS hosted payment transaction processing services drive a wide range of retail delivery channels such as ATMs, POS, Internet and Mobile, providing flexible authorization options through a connection to the bank hosts, domestic and international interchanges.\r\n\r\nPayment support services include integrated Internet payment gateway, mobile payment systems, and value added payments. Card issuance and management services, Electronic ATM journal pull, comprehensive reconciliation and merchant management services enabling clients to offer a complete spectrum of retail payment services to their customers.\r\n\r\nSeveral premium banks also have outsourced their ATM deployment and management, and ATM managed services to FSS.\r\n\r\nFSS is one of the largest independent payments processors and ATM deployment and management companies in India. Over 32 banks have benefited from the shared payment services and retail infrastructure managed services from FSS.','Processing Services','','inherit','open','open','','29-revision-v1','','','2014-03-06 07:24:07','2014-03-06 07:24:07','',29,'http://039719c.netsolhost.com/ltest/fss/29-revision-v1/',0,'revision','',0),(622,1,'2014-03-06 07:25:03','2014-03-06 07:25:03','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing.jpg\"><img class=\"alignleft size-full wp-image-616\" alt=\"fss-processing\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Processing & Hosted Services\"]\r\n\r\nFSSNeT, the hosted payment services arm of FSS fulfills the requirements of banks and financial institutions seeking to outsource their payments infrastructure requirements to an established and proven entity.\r\n\r\nWith over 20 years of experience and expertise in the online payments domain, FSS offers cost effective, robust and comprehensive processing and hosted services suite. FSS hosted payment transaction processing services drive a wide range of retail delivery channels such as ATMs, POS, Internet and Mobile, providing flexible authorization options through a connection to the bank hosts, domestic and international interchanges.\r\n\r\nPayment support services include <strong>integrated Internet payment gateway, mobile payment systems, and value added payments. Card issuance and management services, Electronic ATM journal pull, comprehensive reconciliation and merchant management services</strong> enabling clients to offer a complete spectrum of retail payment services to their customers.\r\n\r\nSeveral premium banks also have outsourced their ATM deployment and management, and ATM managed services to FSS.\r\n\r\nFSS is one of the largest independent payments processors and ATM deployment and management companies in India. Over 32 banks have benefited from the shared payment services and retail infrastructure managed services from FSS.','Processing Services','','inherit','open','open','','29-revision-v1','','','2014-03-06 07:25:03','2014-03-06 07:25:03','',29,'http://039719c.netsolhost.com/ltest/fss/29-revision-v1/',0,'revision','',0),(623,1,'2014-03-06 07:32:35','2014-03-06 07:32:35','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing.jpg\"><img class=\"alignleft size-full wp-image-616\" alt=\"fss-processing\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\r\n\r\n \r\n\r\nFSSNeT, the hosted payment services arm of FSS fulfills the requirements of banks and financial institutions seeking to outsource their payments infrastructure requirements to an established and proven entity.\r\n\r\nWith over 20 years of experience and expertise in the online payments domain, FSS offers cost effective, robust and comprehensive processing and hosted services suite. FSS hosted payment transaction processing services drive a wide range of retail delivery channels such as ATMs, POS, Internet and Mobile, providing flexible authorization options through a connection to the bank hosts, domestic and international interchanges.\r\n\r\nPayment support services include <strong>integrated Internet payment gateway, mobile payment systems, and value added payments. Card issuance and management services, Electronic ATM journal pull, comprehensive reconciliation and merchant management services</strong> enabling clients to offer a complete spectrum of retail payment services to their customers.\r\n\r\nSeveral premium banks also have outsourced their ATM deployment and management, and ATM managed services to FSS.\r\n\r\nFSS is one of the largest independent payments processors and ATM deployment and management companies in India. Over 32 banks have benefited from the shared payment services and retail infrastructure managed services from FSS.','Processing & Hosted Services','','inherit','open','open','','29-revision-v1','','','2014-03-06 07:32:35','2014-03-06 07:32:35','',29,'http://039719c.netsolhost.com/ltest/fss/29-revision-v1/',0,'revision','',0),(624,1,'2014-03-06 07:33:12','2014-03-06 07:33:12','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing.jpg\"><img class=\"alignleft size-full wp-image-616\" alt=\"fss-processing\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\r\n\r\nFSSNeT, the hosted payment services arm of FSS fulfills the requirements of banks and financial institutions seeking to outsource their payments infrastructure requirements to an established and proven entity.\r\n\r\nWith over 20 years of experience and expertise in the online payments domain, FSS offers cost effective, robust and comprehensive processing and hosted services suite. FSS hosted payment transaction processing services drive a wide range of retail delivery channels such as ATMs, POS, Internet and Mobile, providing flexible authorization options through a connection to the bank hosts, domestic and international interchanges.\r\n\r\nPayment support services include <strong>integrated Internet payment gateway, mobile payment systems, and value added payments. Card issuance and management services, Electronic ATM journal pull, comprehensive reconciliation and merchant management services</strong> enabling clients to offer a complete spectrum of retail payment services to their customers.\r\n\r\nSeveral premium banks also have outsourced their ATM deployment and management, and ATM managed services to FSS.\r\n\r\nFSS is one of the largest independent payments processors and ATM deployment and management companies in India. Over 32 banks have benefited from the shared payment services and retail infrastructure managed services from FSS.','Processing & Hosted Services','','inherit','open','open','','29-revision-v1','','','2014-03-06 07:33:12','2014-03-06 07:33:12','',29,'http://039719c.netsolhost.com/ltest/fss/29-revision-v1/',0,'revision','',0),(625,1,'2014-03-06 08:39:34','2014-03-06 08:39:34','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-transaction-switching-interchange.jpg\"><img class=\"alignleft size-full wp-image-626\" alt=\"fss-transaction-switching-interchange\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-transaction-switching-interchange.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\n\n[separator headline=\"h4\" title=\"Transaction Switching & Interchange\"]\n\n<strong>Proven, reliable electronic financial transaction-processing and switching services delivered on a hosted model, with ability to perform card pre-authorization, transaction logging and routing to hosts, interchanges and other networks.</strong>\nFSSNeT shared switch offers banks a comprehensive outsourced platform for implementing and managing Electronic Fund Transfer (EFT) Switching Infrastructure.\n\nFSS has implemented a high end transaction processing switching infrastructure supporting multiple institutions, delivering a wide range of services. The switch drives all the industry standard front-end devices such as ATMs, POS, cash-in systems, and provides transaction authorization by connecting to hosts, interchanges and co-networks. Integrated with new generation payment channels, such as internet payment gateway and mobile payment systems, <b>the FSSNeT Switching Infrastructure is one of the largest integrated payment solutions in India</b>.\n\nHosted in a Tier 3 standard Data Centre, FSS has qualified technical support personnel to monitor and operate the payment systems 24x7. A like-to-like DR switch located in a different geography, with online data replication ensures continuity of service in events of contingency.\n\nSupport services include card issuance and management systems, integrated reconciliation, ATM deployment and management, ATM managed services and EJ management services that fulfill the requirement of banks seeking to outsource the electronic retail infrastructure. The FSSNeT services are ISO 9001:2008 certified; and the Payment Gateway services are PCI DSS 2.0 certified.\n\nOver <b>22 banks and financial institutions</b> trust FSSNeT services for their payment processing and support services.\n\n[mini-icon icon=\"list-alt\"]Highlights\n<ul>\n <li>Highly available and scalable switch with online DR system - guarantees quality service levels.</li>\n <li>Supports wide range of front-end devices, payment channels, card types.</li>\n <li>Qualified and trained staff for 24x7 service delivery and technical support.</li>\n <li>Flexible authorization and routing - online, online/offline, host, interchanges.</li>\n <li>Standard, and custom financial/non-financial transaction support.</li>\n <li>High speed redundant data links with multiple service providers.</li>\n</ul>\n[mini-icon icon=\"check\"]Advantage FSS\n<ul>\n <li>FSSNeT is one of the largest hosted payment services provider in Indian subcontinent, with over 22 customers.</li>\n <li>Ready-to-use and highly matured, comprehensive online payment services.</li>\n <li>Ability to scale up vertically and horizontally as per customers business requirement.</li>\n <li>Housed in Tier 3 standard Data Centre with multiple power sources.</li>\n <li>Readily available support services including card issuance and management, EJ management, reconciliation, merchant management.</li>\n <li></li>\n</ul>\nVendors could also benefit from FSS System Integration and Onsite Technical Support for implementing and managing their products at customer locations.','Transaction Switching & Interchange','','inherit','open','open','','91-autosave-v1','','','2014-03-06 08:39:34','2014-03-06 08:39:34','',91,'http://039719c.netsolhost.com/ltest/fss/91-autosave-v1/',0,'revision','',0),(626,1,'2014-03-06 08:31:50','2014-03-06 08:31:50','','fss-transaction-switching-interchange','','inherit','open','open','','fss-transaction-switching-interchange','','','2014-03-06 08:31:50','2014-03-06 08:31:50','',91,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-transaction-switching-interchange.jpg',0,'attachment','image/jpeg',0),(627,1,'2014-03-06 08:39:55','2014-03-06 08:39:55','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-transaction-switching-interchange.jpg\"><img class=\"alignleft size-full wp-image-626\" alt=\"fss-transaction-switching-interchange\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-transaction-switching-interchange.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Transaction Switching & Interchange\"]\r\n\r\n<strong>Proven, reliable electronic financial transaction-processing and switching services delivered on a hosted model, with ability to perform card pre-authorization, transaction logging and routing to hosts, interchanges and other networks.</strong>\r\nFSSNeT shared switch offers banks a comprehensive outsourced platform for implementing and managing Electronic Fund Transfer (EFT) Switching Infrastructure.\r\n\r\nFSS has implemented a high end transaction processing switching infrastructure supporting multiple institutions, delivering a wide range of services. The switch drives all the industry standard front-end devices such as ATMs, POS, cash-in systems, and provides transaction authorization by connecting to hosts, interchanges and co-networks. Integrated with new generation payment channels, such as internet payment gateway and mobile payment systems, <b>the FSSNeT Switching Infrastructure is one of the largest integrated payment solutions in India</b>.\r\n\r\nHosted in a Tier 3 standard Data Centre, FSS has qualified technical support personnel to monitor and operate the payment systems 24x7. A like-to-like DR switch located in a different geography, with online data replication ensures continuity of service in events of contingency.\r\n\r\nSupport services include card issuance and management systems, integrated reconciliation, ATM deployment and management, ATM managed services and EJ management services that fulfill the requirement of banks seeking to outsource the electronic retail infrastructure. The FSSNeT services are ISO 9001:2008 certified; and the Payment Gateway services are PCI DSS 2.0 certified.\r\n\r\nOver <b>22 banks and financial institutions</b> trust FSSNeT services for their payment processing and support services.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Highly available and scalable switch with online DR system - guarantees quality service levels.</li>\r\n <li>Supports wide range of front-end devices, payment channels, card types.</li>\r\n <li>Qualified and trained staff for 24x7 service delivery and technical support.</li>\r\n <li>Flexible authorization and routing - online, online/offline, host, interchanges.</li>\r\n <li>Standard, and custom financial/non-financial transaction support.</li>\r\n <li>High speed redundant data links with multiple service providers.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSSNeT is one of the largest hosted payment services provider in Indian subcontinent, with over 22 customers.</li>\r\n <li>Ready-to-use and highly matured, comprehensive online payment services.</li>\r\n <li>Ability to scale up vertically and horizontally as per customers business requirement.</li>\r\n <li>Housed in Tier 3 standard Data Centre with multiple power sources.</li>\r\n <li>Readily available support services including card issuance and management, EJ management, reconciliation, merchant management.</li>\r\n <li>Continuous upgrades that meet industry norms and trends.</li>\r\n <li>Long term commitment to the industry by substantial investments into infrastructure.</li>\r\n</ul>','Transaction Switching & Interchange','','inherit','open','open','','91-revision-v1','','','2014-03-06 08:39:55','2014-03-06 08:39:55','',91,'http://039719c.netsolhost.com/ltest/fss/91-revision-v1/',0,'revision','',0),(628,1,'2014-05-14 11:09:40','2014-05-14 11:09:40','[responsive]<img class=\"alignleft size-full wp-image-629\" alt=\"fss-processing-card-issuance-management-system\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-card-issuance-management-system.jpg\" width=\"657\" height=\"135\" />[/responsive]\n\n[separator headline=\"h4\" title=\"Card Issuance & Management\"]\n\n<strong>A cost-effective, reliable and end-to-end card issuance and life cycle management services</strong>.\nFSS offers <b>hosted card issuance and management services </b>including card embossing and switch file generation, PIN generation, PIN printing, card plastic and stationery procurement, card personalization, welcome kit preparation and dispatch management. Customers have the choice of international / regional / private label card brands, with flexible numbering and issuance methods.\n\nFSS also offers post-issuance functions like card support functions (hot listing, de-hot listing, account linking and de-linking, card re-issuance, renewals, PIN re-generation, account closure), loyalty and redemption management, fees and charges, inventory management and a comprehensive MIS and reporting.\n\nThe infrastructure is hosted in a Tier 3 Data Center, with strong access controls and camera surveillance.\n\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\n<ul>\n <li>One-Stop-Shop for all card issuance and life cycle management requirements, with direct input from popular bank hosts.</li>\n <li>Personalized, non-personalized, ATM / debit / prepaid cards.</li>\n <li>In-house secure, hardware (HSM) based PIN generation and printing.</li>\n <li>Card/PIN dispatch tracking and return logistics handling.</li>\n <li>Solution benchmarked to issue over 150,000 cards in a single day.</li>\n <li>Comprehensive MIS and reporting.</li>\n</ul>\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\n<ul>\n <li>FSS Card Issuance and Management services has been trusted by over 20 banks/ institutions to issue over 200 million cards.</li>\n <li>Proven, scalable service - Has supported issuance of over 90 million cards for a large bank.</li>\n <li>Issued over 25 million cards on the end-to-end issuance model.</li>\n <li>The services are hosted in a Tier 3 standard Data Center.</li>\n <li>Issuance supported with 3D Secure registration and authentication.</li>\n</ul>','Card Issuance & Management','','inherit','open','open','','93-autosave-v1','','','2014-05-14 11:09:40','2014-05-14 11:09:40','',93,'http://039719c.netsolhost.com/ltest/fss/93-autosave-v1/',0,'revision','',0),(629,1,'2014-03-06 08:42:06','2014-03-06 08:42:06','','fss-processing-card-issuance-management-system','','inherit','open','open','','fss-processing-card-issuance-management-system','','','2014-03-06 08:42:06','2014-03-06 08:42:06','',93,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-card-issuance-management-system.jpg',0,'attachment','image/jpeg',0),(630,1,'2014-03-06 08:47:33','2014-03-06 08:47:33','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-card-issuance-management-system.jpg\"><img class=\"alignleft size-full wp-image-629\" alt=\"fss-processing-card-issuance-management-system\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-card-issuance-management-system.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Card Issuance & Management\"]\r\n\r\n<strong>A cost-effective, reliable and end-to-end card issuance and life cycle management services</strong>.\r\nFSS offers <b>hosted card issuance and management services </b>including card embossing and switch file generation, PIN generation, PIN printing, card plastic and stationery procurement, card personalization, welcome kit preparation and dispatch management. Customers have the choice of international / regional / private label card brands, with flexible numbering and issuance methods.\r\n\r\nFSS also offers post-issuance functions like card support functions (hot listing, de-hot listing, account linking and de-linking, card re-issuance, renewals, PIN re-generation, account closure), loyalty and redemption management, fees and charges, inventory management and a comprehensive MIS and reporting.\r\n\r\nThe infrastructure is hosted in a Tier 3 Data Center, with strong access controls and camera surveillance.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>One-Stop-Shop for all card issuance and life cycle management requirements, with direct input from popular bank hosts.</li>\r\n <li>Personalized, non-personalized, ATM / debit / prepaid cards.</li>\r\n <li>In-house secure, hardware (HSM) based PIN generation and printing.</li>\r\n <li>Card/PIN dispatch tracking and return logistics handling.</li>\r\n <li>Solution benchmarked to issue over 150,000 cards in a single day.</li>\r\n <li>Comprehensive MIS and reporting.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS Card Issuance and Management services has been trusted by over 20 banks/ institutions to issue over 200 million cards.</li>\r\n <li>Proven, scalable service - Has supported issuance of over 90 million cards for a large bank.</li>\r\n <li>Issued over 25 million cards on the end-to-end issuance model.</li>\r\n <li>The services are hosted in a Tier 3 standard Data Center.</li>\r\n <li>Issuance supported with 3D Secure registration and authentication.</li>\r\n</ul>','Card Issuance & Management','','inherit','open','open','','93-revision-v1','','','2014-03-06 08:47:33','2014-03-06 08:47:33','',93,'http://039719c.netsolhost.com/ltest/fss/93-revision-v1/',0,'revision','',0),(631,1,'2014-03-06 08:49:16','2014-03-06 08:49:16','','fss-process-merchant-management','','inherit','open','open','','fss-process-merchant-management','','','2014-03-06 08:49:16','2014-03-06 08:49:16','',95,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-process-merchant-management.jpg',0,'attachment','image/jpeg',0),(632,1,'2014-05-14 11:10:47','2014-05-14 11:10:47','[responsive]<img class=\"alignleft size-full wp-image-631\" alt=\"fss-process-merchant-management\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-process-merchant-management.jpg\" width=\"657\" height=\"135\" />[/responsive]\n\n[separator headline=\"h4\" title=\"A comprehensive, reliable, and flexible managed service for Merchant Acquirers.\"]\n\nFSS Merchant Management services enable acquiring banks to manage the entire gamut of merchant related activities in an integrated way. Acquirers can enroll merchants, query transaction history, manage fees, track terminal inventory, assess risks and generate settlements.\n\nConvenient, browser based front-end makes the system readily accessible, securely over Internet / Intranet. The application is highly configurable, process driven, and is customizable as per requirements.\n\nAutomated processes are setup for batch posting of transactions from the host and interchanges; settlement reports/data could be extracted in custom formats and transmitted securely to pre-designated mail ids. Dispute handling, charge-back generation, risk evaluation, terminal inventory reporting are standard features.\n\nFSS provides 24X7 technical support through a dedicated and trained technical team.\n\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\n<ul>\n <li>End-to-end merchant acquiring and service management- from enrollment to settlement.</li>\n <li>Supports multi-currency, exchange rates, and flexible currency conversion.</li>\n <li>Risk assessment during merchant registrations, as also ongoing continuous risk assessment.</li>\n <li>Merchant performance metrics.</li>\n <li>Terminal inventory management.</li>\n <li>Dispute management, charge-backs.</li>\n <li>Merchant settlement, statements.</li>\n <li>Flexible workflow management for transactions meeting risk criteria.</li>\n <li>Accounting and reconciliation functions.</li>\n</ul>\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\n<ul>\n <li>Service can be rolled out quickly.</li>\n <li>Highly available system hosted in a Tier 3 Data Center.</li>\n <li>Modular design.</li>\n <li>Allows Data inputs through GUI as well as batch file uploads.</li>\n <li>Highly configurable process flow.</li>\n <li>Can be Customized for specific requirements.</li>\n <li>Supported by a team of professionals with a collective experience of 100+ man years in the payments domain.</li>\n <li>24x7 helpdesk support.</li>\n</ul>','Merchant Management','','inherit','open','open','','95-autosave-v1','','','2014-05-14 11:10:47','2014-05-14 11:10:47','',95,'http://039719c.netsolhost.com/ltest/fss/95-autosave-v1/',0,'revision','',0),(633,1,'2014-03-06 08:54:08','2014-03-06 08:54:08','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-process-merchant-management.jpg\"><img class=\"alignleft size-full wp-image-631\" alt=\"fss-process-merchant-management\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-process-merchant-management.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Merchant Management\"]\r\n\r\n<strong>A comprehensive, reliable, and flexible managed service for Merchant Acquirers. </strong>\r\nFSS Merchant Management services enable acquiring banks to manage the entire gamut of merchant related activities in an integrated way. Acquirers can enroll merchants, query transaction history, manage fees, track terminal inventory, assess risks and generate settlements.\r\n\r\nConvenient, browser based front-end makes the system readily accessible, securely over Internet / Intranet. The application is highly configurable, process driven, and is customizable as per requirements.\r\n\r\nAutomated processes are setup for batch posting of transactions from the host and interchanges; settlement reports/data could be extracted in custom formats and transmitted securely to pre-designated mail ids. Dispute handling, charge-back generation, risk evaluation, terminal inventory reporting are standard features.\r\n\r\nFSS provides 24X7 technical support through a dedicated and trained technical team.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>End-to-end merchant acquiring and service management- from enrollment to settlement.</li>\r\n <li>Supports multi-currency, exchange rates, and flexible currency conversion.</li>\r\n <li>Risk assessment during merchant registrations, as also ongoing continuous risk assessment.</li>\r\n <li>Merchant performance metrics.</li>\r\n <li>Terminal inventory management.</li>\r\n <li>Dispute management, charge-backs.</li>\r\n <li>Merchant settlement, statements.</li>\r\n <li>Flexible workflow management for transactions meeting risk criteria.</li>\r\n <li>Accounting and reconciliation functions.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Service can be rolled out quickly.</li>\r\n <li>Highly available system hosted in a Tier 3 Data Center.</li>\r\n <li>Modular design.</li>\r\n <li>Allows Data inputs through GUI as well as batch file uploads.</li>\r\n <li>Highly configurable process flow.</li>\r\n <li>Can be Customized for specific requirements.</li>\r\n <li>Supported by a team of professionals with a collective experience of 100+ man years in the payments domain.</li>\r\n <li>24x7 helpdesk support.</li>\r\n</ul>','Merchant Management','','inherit','open','open','','95-revision-v1','','','2014-03-06 08:54:08','2014-03-06 08:54:08','',95,'http://039719c.netsolhost.com/ltest/fss/95-revision-v1/',0,'revision','',0),(634,1,'2014-03-06 08:56:58','2014-03-06 08:56:58','','fss-processing-integrated-reconciliation','','inherit','open','open','','fss-processing-integrated-reconciliation','','','2014-03-06 08:56:58','2014-03-06 08:56:58','',97,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-integrated-reconciliation.jpg',0,'attachment','image/jpeg',0),(635,1,'2014-03-06 09:11:17','2014-03-06 09:11:17','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-integrated-reconciliation.jpg\"><img class=\"alignleft size-full wp-image-634\" alt=\"fss-processing-integrated-reconciliation\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-integrated-reconciliation.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\n\n[separator headline=\"h4\" title=\"Integrated Reconciliation]\n\n<strong>A well integrated data reconciliation platform that performs end-to-end reconciliation of electronic transactions between host, switch, interchanges and electronic journal logs</strong>\nIn an electronic financial transaction processing environment, transactions get logged at various entities, such as acquirers, issuers, interchanges, hosts, ATMs. Reconciliation of these transactions involves processing and matching of data emanating from different systems, often in different formats.\n\nFSS has developed a comprehensive multi-institution reconciliation application system that helps simplify the reconciliation process. Depending on the need, banks can choose two- or three-way reconciliation.\n\nFSS Integrated Reconciliation services are trusted by over <b>20 banks</b> (licensing and processing model), supporting over <b>20 million transactions</b> in a single day.\n\n[mini-icon icon=\"list-alt\"]Highlights\n<ul>\n <li>\n<div></div>\nReconciliation of all card transactions under a single system providing a unified view to the bank or institution objectives.</li>\n <li>Multi-level reconciliation - supports multiple international and domestic networks, across multiple delivery channels with support for multiple host formats.</li>\n <li>Automated scheduling of reconciliation activity.</li>\n <li>Secure transmission of bank\'s data over a variety of channels - leased line, VPN etc.</li>\n <li>Track daily transactions from entities, and generate alerts in the event of any abnormalities.</li>\n <li>User defined rules - to generate alerts on chargeback and retrieval request, response.</li>\n <li>Force match option, to manually settle un-reconciled entries.</li>\n <li>Configurable fee surcharging - transaction fee and surcharge can be additionally included.</li>\n</ul>\n[mini-icon icon=\"check\"]Advantage FSS\n<ul>\n <li>FSS Reconciliation services are currently deployment and functional at over 20+ banks/ institutions in India and world over (including licensing & processing model).</li>\n <li>A proven, scalable service that supports reconciliation of over 20 million transactions in a single day.</li>\n <li>A comprehensive reconciliation service perfected over 10 years, backed by a 20 year experience in the payments domain.</li>\n <li>Superior state of art reconciliation infrastructure.</li>\n <li>Service managed by experienced teams.</li>\n <li>Hosted in secure Tier 3 standard Data Centre.</li>\n</ul>\nVendors could also benefit from FSS System Integration and Onsite Technical Support for implementing and managing their products at customer locations.','Integrated Reconciliation','','inherit','open','open','','97-autosave-v1','','','2014-03-06 09:11:17','2014-03-06 09:11:17','',97,'http://039719c.netsolhost.com/ltest/fss/97-autosave-v1/',0,'revision','',0),(636,1,'2014-03-06 09:11:22','2014-03-06 09:11:22','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-integrated-reconciliation.jpg\"><img class=\"alignleft size-full wp-image-634\" alt=\"fss-processing-integrated-reconciliation\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-integrated-reconciliation.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Integrated Reconciliation]\r\n\r\n<strong>A well integrated data reconciliation platform that performs end-to-end reconciliation of electronic transactions between host, switch, interchanges and electronic journal logs</strong>\r\nIn an electronic financial transaction processing environment, transactions get logged at various entities, such as acquirers, issuers, interchanges, hosts, ATMs. Reconciliation of these transactions involves processing and matching of data emanating from different systems, often in different formats.\r\n\r\nFSS has developed a comprehensive multi-institution reconciliation application system that helps simplify the reconciliation process. Depending on the need, banks can choose two- or three-way reconciliation.\r\n\r\nFSS Integrated Reconciliation services are trusted by over <b>20 banks</b> (licensing and processing model), supporting over <b>20 million transactions</b> in a single day.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>\r\n<div></div>\r\nReconciliation of all card transactions under a single system providing a unified view to the bank or institution objectives.</li>\r\n <li>Multi-level reconciliation - supports multiple international and domestic networks, across multiple delivery channels with support for multiple host formats.</li>\r\n <li>Automated scheduling of reconciliation activity.</li>\r\n <li>Secure transmission of bank\'s data over a variety of channels - leased line, VPN etc.</li>\r\n <li>Track daily transactions from entities, and generate alerts in the event of any abnormalities.</li>\r\n <li>User defined rules - to generate alerts on chargeback and retrieval request, response.</li>\r\n <li>Force match option, to manually settle un-reconciled entries.</li>\r\n <li>Configurable fee surcharging - transaction fee and surcharge can be additionally included.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS Reconciliation services are currently deployment and functional at over 20+ banks/ institutions in India and world over (including licensing & processing model).</li>\r\n <li>A proven, scalable service that supports reconciliation of over 20 million transactions in a single day.</li>\r\n <li>A comprehensive reconciliation service perfected over 10 years, backed by a 20 year experience in the payments domain.</li>\r\n <li>Superior state of art reconciliation infrastructure.</li>\r\n <li>Service managed by experienced teams.</li>\r\n <li>Hosted in secure Tier 3 standard Data Centre.</li>\r\n</ul>','Integrated Reconciliation','','inherit','open','open','','97-revision-v1','','','2014-03-06 09:11:22','2014-03-06 09:11:22','',97,'http://039719c.netsolhost.com/ltest/fss/97-revision-v1/',0,'revision','',0),(637,1,'2014-03-06 09:12:22','2014-03-06 09:12:22','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-integrated-reconciliation.jpg\"><img class=\"alignleft size-full wp-image-634\" alt=\"fss-processing-integrated-reconciliation\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-integrated-reconciliation.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Integrated Reconciliation]\r\n\r\n<strong>A well integrated data reconciliation platform that performs end-to-end reconciliation of electronic transactions between host, switch, interchanges and electronic journal logs</strong>\r\nIn an electronic financial transaction processing environment, transactions get logged at various entities, such as acquirers, issuers, interchanges, hosts, ATMs. Reconciliation of these transactions involves processing and matching of data emanating from different systems, often in different formats.\r\n\r\nFSS has developed a comprehensive multi-institution reconciliation application system that helps simplify the reconciliation process. Depending on the need, banks can choose two- or three-way reconciliation.\r\n\r\nFSS Integrated Reconciliation services are trusted by over <b>20 banks</b> (licensing and processing model), supporting over <b>20 million transactions</b> in a single day.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>\r\n<div><span style=\"line-height: 1.5em;\">Reconciliation of all card transactions under a single system providing a unified view to the bank or institution objectives.</span></div></li>\r\n <li>Multi-level reconciliation - supports multiple international and domestic networks, across multiple delivery channels with support for multiple host formats.</li>\r\n <li>Automated scheduling of reconciliation activity.</li>\r\n <li>Secure transmission of bank\'s data over a variety of channels - leased line, VPN etc.</li>\r\n <li>Track daily transactions from entities, and generate alerts in the event of any abnormalities.</li>\r\n <li>User defined rules - to generate alerts on chargeback and retrieval request, response.</li>\r\n <li>Force match option, to manually settle un-reconciled entries.</li>\r\n <li>Configurable fee surcharging - transaction fee and surcharge can be additionally included.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS Reconciliation services are currently deployment and functional at over 20+ banks/ institutions in India and world over (including licensing & processing model).</li>\r\n <li>A proven, scalable service that supports reconciliation of over 20 million transactions in a single day.</li>\r\n <li>A comprehensive reconciliation service perfected over 10 years, backed by a 20 year experience in the payments domain.</li>\r\n <li>Superior state of art reconciliation infrastructure.</li>\r\n <li>Service managed by experienced teams.</li>\r\n <li>Hosted in secure Tier 3 standard Data Centre.</li>\r\n</ul>','Integrated Reconciliation','','inherit','open','open','','97-revision-v1','','','2014-03-06 09:12:22','2014-03-06 09:12:22','',97,'http://039719c.netsolhost.com/ltest/fss/97-revision-v1/',0,'revision','',0),(638,1,'2014-03-06 09:12:34','2014-03-06 09:12:34','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-integrated-reconciliation.jpg\"><img class=\"alignleft size-full wp-image-634\" alt=\"fss-processing-integrated-reconciliation\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-integrated-reconciliation.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Integrated Reconciliation\"]\r\n\r\n<strong>A well integrated data reconciliation platform that performs end-to-end reconciliation of electronic transactions between host, switch, interchanges and electronic journal logs</strong>\r\nIn an electronic financial transaction processing environment, transactions get logged at various entities, such as acquirers, issuers, interchanges, hosts, ATMs. Reconciliation of these transactions involves processing and matching of data emanating from different systems, often in different formats.\r\n\r\nFSS has developed a comprehensive multi-institution reconciliation application system that helps simplify the reconciliation process. Depending on the need, banks can choose two- or three-way reconciliation.\r\n\r\nFSS Integrated Reconciliation services are trusted by over <b>20 banks</b> (licensing and processing model), supporting over <b>20 million transactions</b> in a single day.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>\r\n<div><span style=\"line-height: 1.5em;\">Reconciliation of all card transactions under a single system providing a unified view to the bank or institution objectives.</span></div></li>\r\n <li>Multi-level reconciliation - supports multiple international and domestic networks, across multiple delivery channels with support for multiple host formats.</li>\r\n <li>Automated scheduling of reconciliation activity.</li>\r\n <li>Secure transmission of bank\'s data over a variety of channels - leased line, VPN etc.</li>\r\n <li>Track daily transactions from entities, and generate alerts in the event of any abnormalities.</li>\r\n <li>User defined rules - to generate alerts on chargeback and retrieval request, response.</li>\r\n <li>Force match option, to manually settle un-reconciled entries.</li>\r\n <li>Configurable fee surcharging - transaction fee and surcharge can be additionally included.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS Reconciliation services are currently deployment and functional at over 20+ banks/ institutions in India and world over (including licensing & processing model).</li>\r\n <li>A proven, scalable service that supports reconciliation of over 20 million transactions in a single day.</li>\r\n <li>A comprehensive reconciliation service perfected over 10 years, backed by a 20 year experience in the payments domain.</li>\r\n <li>Superior state of art reconciliation infrastructure.</li>\r\n <li>Service managed by experienced teams.</li>\r\n <li>Hosted in secure Tier 3 standard Data Centre.</li>\r\n</ul>','Integrated Reconciliation','','inherit','open','open','','97-revision-v1','','','2014-03-06 09:12:34','2014-03-06 09:12:34','',97,'http://039719c.netsolhost.com/ltest/fss/97-revision-v1/',0,'revision','',0),(639,1,'2014-03-06 09:14:26','2014-03-06 09:14:26','','fss-processing-internet-pay','','inherit','open','open','','fss-processing-internet-pay','','','2014-03-06 09:14:26','2014-03-06 09:14:26','',99,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-internet-pay.jpg',0,'attachment','image/jpeg',0),(640,1,'2014-05-14 11:11:45','2014-05-14 11:11:45','[responsive]<img class=\"alignleft size-full wp-image-639\" alt=\"fss-processing-internet-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-internet-pay.jpg\" width=\"657\" height=\"135\" />[/responsive]\n\n[separator headline=\"h4\" title=\"Internet Payment Gateway\"]\n\n<b>FSS Internet Payment Gateway </b>(IPG) services provide banks with secure electronic payment services over Internet, in line with major card association mandates, and are certified for PCI DSS.\n\nHoused in FSS Tier standard 3 Data Center, the IPG infrastructure is architected for high-availability and security. High-speed connections to the Internet with redundant links ensure system availability for sudden surge in customer demands. 24x7 teams monitor the performance and provide technical support.\n\nMerchant integration is quick and simple; certified and proven plug-ins suitable for implementation on a wide variety of merchant server platforms (Java, PHP, ASP.NET, PERL, and Ruby) can readily be installed.\n\nFSS IPG supports hosted page and transaction portal based payment methods for merchants. Configurable merchant risk profiling ensures adequate control. Secure log-ins for merchants and the bank administrators allow online monitoring of transactions and settlement functions.\n\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\n<ul>\n <li>Capable of handling large number of merchants and transaction volumes.</li>\n <li>Dependable, Scalable and flexible solution, running on high available systems.</li>\n <li>Established and Tenured over the past 6 years.</li>\n <li>Designed to suit customer specific requirements.</li>\n <li>Can be accessed through Java and BREW enabled phones (CDMA), GPRS service, USSD service, WAP service, IVR service, plain text SMS.</li>\n <li>Integrated Transaction Switch ensures consistent transaction delivery.</li>\n <li>Closed User Group (CUG) acceptance program supporting multiple user authentication options:\n<ul>\n <li>Direct ACS authentication</li>\n <li>ATM PIN authentication</li>\n <li>Date of Birth authentication</li>\n</ul>\n</li>\n <li>Provision for integration with multiple channels.</li>\n <li>In-house solution design and support teams.</li>\n</ul>\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\n<ul>\n <li>FSS Internet Payment Gateway services is currently Live at 8 <b>premium banks</b>.</li>\n <li>A cost-effective, pay-by-use service delivery model.</li>\n <li>Simple and quick merchant interface, rapid roll out of services.</li>\n <li>Interchange certified systems and services.</li>\n <li>PCI DSS certified.</li>\n <li>Professional 3rd party integrity and security audited.</li>\n <li>Hosted in a Tier 3 standard Data Center.</li>\n <li>Proven, Dependable, 24x7 services, in service for over six years.</li>\n</ul>','Internet Payment Gateway','','inherit','open','open','','99-autosave-v1','','','2014-05-14 11:11:45','2014-05-14 11:11:45','',99,'http://039719c.netsolhost.com/ltest/fss/99-autosave-v1/',0,'revision','',0),(641,1,'2014-03-06 09:20:11','2014-03-06 09:20:11','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-internet-pay.jpg\"><img class=\"alignleft size-full wp-image-639\" alt=\"fss-processing-internet-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-internet-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Internet Payment Gateway\"]\r\n\r\n<strong>Comprehensive, cost effective and versatile Internet Payment Gateway platform that supports all forms of payment transactions on channels such as internet and IVR.</strong>\r\n<b>FSS Internet Payment Gateway </b>(IPG) services provide banks with secure electronic payment services over Internet, in line with major card association mandates, and are certified for PCI DSS.\r\n\r\nHoused in FSS Tier standard 3 Data Center, the IPG infrastructure is architected for high-availability and security. High-speed connections to the Internet with redundant links ensure system availability for sudden surge in customer demands. 24x7 teams monitor the performance and provide technical support.\r\n\r\nMerchant integration is quick and simple; certified and proven plug-ins suitable for implementation on a wide variety of merchant server platforms (Java, PHP, ASP.NET, PERL, and Ruby) can readily be installed.\r\n\r\nFSS IPG supports hosted page and transaction portal based payment methods for merchants. Configurable merchant risk profiling ensures adequate control. Secure log-ins for merchants and the bank administrators allow online monitoring of transactions and settlement functions.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Capable of handling large number of merchants and transaction volumes.</li>\r\n <li>Dependable, Scalable and flexible solution, running on high available systems.</li>\r\n <li>Established and Tenured over the past 6 years.</li>\r\n <li>Designed to suit customer specific requirements.</li>\r\n <li>Can be accessed through Java and BREW enabled phones (CDMA), GPRS service, USSD service, WAP service, IVR service, plain text SMS.</li>\r\n <li>Integrated Transaction Switch ensures consistent transaction delivery.</li>\r\n <li>Closed User Group (CUG) acceptance program supporting multiple user authentication options:</li>\r\n<ul>\r\n <li>Direct ACS authentication</li>\r\n <li>ATM PIN authentication</li>\r\n <li>Date of Birth authentication</li>\r\n\r\n</ul>\r\n\r\n\r\n <li>Provision for integration with multiple channels.</li>\r\n <li>In-house solution design and support teams.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS Internet Payment Gateway services is currently Live at 8 <b>premium banks</b>.</li>\r\n <li>A cost-effective, pay-by-use service delivery model.</li>\r\n <li>Simple and quick merchant interface, rapid roll out of services.</li>\r\n <li>Interchange certified systems and services.</li>\r\n <li>PCI DSS certified.</li>\r\n <li>Professional 3rd party integrity and security audited.</li>\r\n <li>Hosted in a Tier 3 standard Data Center.</li>\r\n <li>Proven, Dependable, 24x7 services, in service for over six years.</li>\r\n</ul>','Internet Payment Gateway','','inherit','open','open','','99-revision-v1','','','2014-03-06 09:20:11','2014-03-06 09:20:11','',99,'http://039719c.netsolhost.com/ltest/fss/99-revision-v1/',0,'revision','',0),(642,1,'2014-03-06 09:22:02','2014-03-06 09:22:02','','fss-processing-mobile-payments','','inherit','open','open','','fss-processing-mobile-payments','','','2014-03-06 09:22:02','2014-03-06 09:22:02','',101,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-mobile-payments.jpg',0,'attachment','image/jpeg',0),(643,1,'2014-03-06 09:25:35','2014-03-06 09:25:35','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-mobile-payments.jpg\"><img class=\"alignleft size-full wp-image-642\" alt=\"fss-processing-mobile-payments\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-mobile-payments.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\n\n[separator headline=\"h4\" title=\"Mobile Payments\"]\n\n<strong>Fully managed, comprehensive and cost effective, mobile banking, mobile payment, mobile commerce and mobile wallet services, on a pay-per-use model.</strong>\n\nFSS Mobile Pay services can quickly and cost-effectively enable banks to launch and scale mobile based solutions to their customers. This includes mobile banking, mobile payment, mobile commerce and mobile wallet services. Leveraging on the extensive knowledge gained in the payments domain and the mobile technologies, FSS has set up a mobile payment infrastructure in its Tier 3 standard Data Center.\n\nA variety of customer registrations options are available for linking the mobile number with accounts/cards. Customers can do a simple download of the application on their mobile handsets and quickly enable the handset for doing transactions.\n\nFSS Mobile Payment services are trusted by over 12 banks (licensing and processing model).\n\n[mini-icon icon=\"list-alt\"]Highlights\n<ul>\n <li>Mobile Banking - Enables banking services over the mobile phone.</li>\n <li>Mobile Payments - Enables payment solution over the mobile phone.</li>\n <li>Mobile Commerce - Enables mobile phone to handle transactions at the point of sale.</li>\n <li>Mobile Wallet - Connects to one of the largest ecosystem, that includes over 3000 online & 10,000 physical retail merchants.</li>\n <li>Bank integration either through the bank\'s core banking system or through the bank\'s switch.</li>\n <li>Supports Java enabled mobile phones and Brew enabled phones (CDMA), GPRS service, USSD service, WAP service, plain text SMS.</li>\n <li>Allows intra and inter-bank financial transaction exchange.</li>\n <li>IMPS (Inter-bank Mobile Payment Services) enabled, for mobile to mobile financial transfers in India.</li>\n <li>Compliant with regulator\'s (RBI) mandates and prevailing security standards.</li>\n <li>A web based portal is provided which will enable the bank to administer their services.</li>\n <li>The portal also offers comprehensive MIS and reporting.</li>\n</ul>\n[mini-icon icon=\"check\"]Advantage FSS\n<ul>\n <li>FSS Mobile Payments are currently live at 12 banks (licensing and processing model).</li>\n <li>Vast payments domain expertise & technical skill sets, spanning a wide range of platforms and applications.</li>\n <li>Strong processes and commitment to deliveries validated by major vendors.</li>\n <li>Strong network of alliance partners help accelerate and collaborate on new products roll out quickly.</li>\n</ul>\nVendors could also benefit from FSS System Integration and Onsite Technical Support for implementing and managing their products at customer locations.','Mobile Payments','','inherit','open','open','','101-autosave-v1','','','2014-03-06 09:25:35','2014-03-06 09:25:35','',101,'http://039719c.netsolhost.com/ltest/fss/101-autosave-v1/',0,'revision','',0),(644,1,'2014-03-06 09:26:13','2014-03-06 09:26:13','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-mobile-payments.jpg\"><img class=\"alignleft size-full wp-image-642\" alt=\"fss-processing-mobile-payments\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-mobile-payments.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Mobile Payments\"]\r\n\r\n<strong>Fully managed, comprehensive and cost effective, mobile banking, mobile payment, mobile commerce and mobile wallet services, on a pay-per-use model.</strong>\r\n\r\nFSS Mobile Pay services can quickly and cost-effectively enable banks to launch and scale mobile based solutions to their customers. This includes mobile banking, mobile payment, mobile commerce and mobile wallet services. Leveraging on the extensive knowledge gained in the payments domain and the mobile technologies, FSS has set up a mobile payment infrastructure in its Tier 3 standard Data Center.\r\n\r\nA variety of customer registrations options are available for linking the mobile number with accounts/cards. Customers can do a simple download of the application on their mobile handsets and quickly enable the handset for doing transactions.\r\n\r\nFSS Mobile Payment services are trusted by over 12 banks (licensing and processing model).\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Mobile Banking - Enables banking services over the mobile phone.</li>\r\n <li>Mobile Payments - Enables payment solution over the mobile phone.</li>\r\n <li>Mobile Commerce - Enables mobile phone to handle transactions at the point of sale.</li>\r\n <li>Mobile Wallet - Connects to one of the largest ecosystem, that includes over 3000 online & 10,000 physical retail merchants.</li>\r\n <li>Bank integration either through the bank\'s core banking system or through the bank\'s switch.</li>\r\n <li>Supports Java enabled mobile phones and Brew enabled phones (CDMA), GPRS service, USSD service, WAP service, plain text SMS.</li>\r\n <li>Allows intra and inter-bank financial transaction exchange.</li>\r\n <li>IMPS (Inter-bank Mobile Payment Services) enabled, for mobile to mobile financial transfers in India.</li>\r\n <li>Compliant with regulator\'s (RBI) mandates and prevailing security standards.</li>\r\n <li>A web based portal is provided which will enable the bank to administer their services.</li>\r\n <li>The portal also offers comprehensive MIS and reporting.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS Mobile Payments are currently live at 12 banks (licensing and processing model).</li>\r\n <li>FSS supports clients to define and optimize their mobile strategy, products and business model.</li>\r\n <li>Leverages existing bank\'s technology infrastructure & systems.</li>\r\n <li>Seamlessly plug-in with the external interfaces of mobile network operators and business partners.</li>\r\n <li>Bank branded, white label solution.</li>\r\n <li>Cost-effective, pay-per-use model.</li>\r\n</ul>','Mobile Payments','','inherit','open','open','','101-revision-v1','','','2014-03-06 09:26:13','2014-03-06 09:26:13','',101,'http://039719c.netsolhost.com/ltest/fss/101-revision-v1/',0,'revision','',0),(645,1,'2014-03-06 09:28:13','2014-03-06 09:28:13','','fss-remittance','','inherit','open','open','','fss-remittance','','','2014-03-06 09:28:13','2014-03-06 09:28:13','',103,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-remittance.jpg',0,'attachment','image/jpeg',0),(646,1,'2014-03-06 09:33:57','2014-03-06 09:33:57','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-remittance.jpg\"><img class=\"alignleft size-full wp-image-645\" alt=\"fss-remittance\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-remittance.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\n\n[separator headline=\"h4\" title=\"Remittances\"]\n\n<strong>Secure, cost-effective online cross border remittance service</strong>\n\nEvery month millions of expatriates perform international money transfers to their homeland. Banks, foreign exchange companies, Money Transfer Service Scheme (MTSS) normally handle these transfers. While purchase of demand drafts and mailing to recipient overseas is time consuming, private money transfer services are mostly expensive.\n\nFSS Remittance service enables banks with branches abroad, exchange houses, partner banks, aggregators, and even MTSS\' to perform online remittances to their beneficiary customers in India. The solution enables registration of remitters\' and beneficiaries\' details by exchange houses. Once registered, a remitter can transfer funds to beneficiaries electronically by a wide range of delivery channels such as ATM, POS, Payment Gateway, IVR and Mobile telephones. Existing FSSNeT connectivity to all major banks in India could be leveraged for low cost of transaction processing.\n\nThe system tracks all transactions and provides detailed and summary reports. Electronic files can be extracted for reconciliation and settlement.\n\n[mini-icon icon=\"list-alt\"]Highlights\n<ul>\n <li>24/7 multi-channel remittance facility.</li>\n <li>Secure system with integration capabilities with the bank\'s core system or authorization system.</li>\n <li>Multi-currency support for acquiring and beneficiary transaction.</li>\n <li>Ability to setup OFAC filters, and generate AML compliance reports.</li>\n <li>Customer driven channel support like ATM, internet and others.</li>\n <li>Multi-lingual support.</li>\n <li>Online reporting features, including AML reports and validations.</li>\n <li>Helpdesk and issue resolution support.</li>\n <li>Interchange facility with the Visa/ MasterCard.</li>\n</ul>\n[mini-icon icon=\"check\"]Advantage FSS\n<ul>\n <li>Cost effective service, leveraging on multiple, premium banks connectivity in India.</li>\n <li>Can be interfaced with FSS Prepaid card services, to enable issuance of salary cards with top-up facility.</li>\n <li>Strong processes and commitment to deliveries validated by major vendors.</li>\n <li>Strong network of alliance partners help accelerate and collaborate on new products roll out quickly.</li>\n</ul>\nVendors could also benefit from FSS System Integration and Onsite Technical Support for implementing and managing their products at customer locations.','Remittances','','inherit','open','open','','103-autosave-v1','','','2014-03-06 09:33:57','2014-03-06 09:33:57','',103,'http://039719c.netsolhost.com/ltest/fss/103-autosave-v1/',0,'revision','',0),(647,1,'2014-03-06 09:34:15','2014-03-06 09:34:15','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-remittance.jpg\"><img class=\"alignleft size-full wp-image-645\" alt=\"fss-remittance\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-remittance.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Remittances\"]\r\n\r\n<strong>Secure, cost-effective online cross border remittance service</strong>\r\n\r\nEvery month millions of expatriates perform international money transfers to their homeland. Banks, foreign exchange companies, Money Transfer Service Scheme (MTSS) normally handle these transfers. While purchase of demand drafts and mailing to recipient overseas is time consuming, private money transfer services are mostly expensive.\r\n\r\nFSS Remittance service enables banks with branches abroad, exchange houses, partner banks, aggregators, and even MTSS\' to perform online remittances to their beneficiary customers in India. The solution enables registration of remitters\' and beneficiaries\' details by exchange houses. Once registered, a remitter can transfer funds to beneficiaries electronically by a wide range of delivery channels such as ATM, POS, Payment Gateway, IVR and Mobile telephones. Existing FSSNeT connectivity to all major banks in India could be leveraged for low cost of transaction processing.\r\n\r\nThe system tracks all transactions and provides detailed and summary reports. Electronic files can be extracted for reconciliation and settlement.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>24/7 multi-channel remittance facility.</li>\r\n <li>Secure system with integration capabilities with the bank\'s core system or authorization system.</li>\r\n <li>Multi-currency support for acquiring and beneficiary transaction.</li>\r\n <li>Ability to setup OFAC filters, and generate AML compliance reports.</li>\r\n <li>Customer driven channel support like ATM, internet and others.</li>\r\n <li>Multi-lingual support.</li>\r\n <li>Online reporting features, including AML reports and validations.</li>\r\n <li>Helpdesk and issue resolution support.</li>\r\n <li>Interchange facility with the Visa/ MasterCard.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Cost effective service, leveraging on multiple, premium banks connectivity in India.</li>\r\n <li>Can be interfaced with FSS Prepaid card services, to enable issuance of salary cards with top-up facility.</li>\r\n <li>Quick roll out of service, with minor changes on the existing payment systems.</li>\r\n</ul>','Remittances','','inherit','open','open','','103-revision-v1','','','2014-03-06 09:34:15','2014-03-06 09:34:15','',103,'http://039719c.netsolhost.com/ltest/fss/103-revision-v1/',0,'revision','',0),(648,1,'2014-03-06 09:35:39','2014-03-06 09:35:39','','fss-processing-financial-inclusion','','inherit','open','open','','fss-processing-financial-inclusion','','','2014-03-06 09:35:39','2014-03-06 09:35:39','',105,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-financial-inclusion.jpg',0,'attachment','image/jpeg',0),(649,1,'2014-05-14 11:13:47','2014-05-14 11:13:47','[responsive]<img class=\"alignleft size-full wp-image-648\" alt=\"fss-processing-financial-inclusion\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-financial-inclusion.jpg\" width=\"657\" height=\"135\" />[/responsive]\n\n[separator headline=\"h4\" title=\"An end-to-end Financial Inclusion hosted service that enables banks to deliver mainstream banking services to rural and priority sector customers, efficiently and at low costs.\"]\n\nFSS Financial Inclusion services enables banks and financial institutions to offer inclusive banking and financial services to the un-banked and under-banked sector. The comprehensive application suite supports online and offline transaction processing, with biometric authentication on ATM and handheld terminals. FSS FI supports card issuance, hierarchical definition of business correspondents / agents, registration, accounting and management functions.\n\nFSS liaises with the banks technology team to interface FSS infrastructure with the bank\'s retail network and the core-banking host, for launching the FI services.\n\n<strong>[mini-icon icon=\"list-alt\"] <span style=\"text-decoration: underline;\">Highlights</span></strong>\n<ul>\n <li>End-to-end biometric or PIN enabled comprehensive service.</li>\n <li>On-line and off-line transaction processing.</li>\n <li>Supports multi-lingual and voice-enabled services at ATM & POS delivery channels.</li>\n <li>Flexible card schemes- Magnetic stripe, Contact-less and contact-based smart cards and virtual cards.</li>\n <li>Capable of enabling and supporting new microfinance transactions.</li>\n <li>Provides risk management and controls.</li>\n <li>Modular design - Teller application, document management system, transaction processing engine, merchant/agent management system and card management system.</li>\n <li>A wide range of delivery channels - Handheld Terminals, ATMs, Kiosks and Mobiles.</li>\n <li>Multiple protocol options like VSAT, CDMA, GPRS, PSTN, IP.</li>\n <li>Flexible Customer Enrolment - PC / Laptop / Handheld Terminal having work flow automation templates.</li>\n</ul>\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\n<ul>\n <li>Successfully implemented for leading banks in India.</li>\n <li>Rapid deployment, leverages existing retail infrastructure.</li>\n <li>Flexible solution - Online/offline authorization, PIN / biometric verification.</li>\n <li>Comprehensive process flow management - registration, verification, authorization & settlement.</li>\n <li>Readily extensible to other channels - mobile phones, IVR systems.</li>\n</ul>','Financial Inclusion','','inherit','open','open','','105-autosave-v1','','','2014-05-14 11:13:47','2014-05-14 11:13:47','',105,'http://039719c.netsolhost.com/ltest/fss/105-autosave-v1/',0,'revision','',0),(650,1,'2014-03-06 09:40:07','2014-03-06 09:40:07','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-financial-inclusion.jpg\"><img class=\"alignleft size-full wp-image-648\" alt=\"fss-processing-financial-inclusion\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-financial-inclusion.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Financial Inclusion (FI)\"]\r\n\r\n<strong>An end-to-end Financial Inclusion hosted service that enables banks to deliver mainstream banking services to rural and priority sector customers, efficiently and at low costs.</strong>\r\n\r\nFSS Financial Inclusion services enables banks and financial institutions to offer inclusive banking and financial services to the un-banked and under-banked sector. The comprehensive application suite supports online and offline transaction processing, with biometric authentication on ATM and handheld terminals. FSS FI supports card issuance, hierarchical definition of business correspondents / agents, registration, accounting and management functions.\r\n\r\nFSS liaises with the banks technology team to interface FSS infrastructure with the bank\'s retail network and the core-banking host, for launching the FI services.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>End-to-end biometric or PIN enabled comprehensive service.</li>\r\n <li>On-line and off-line transaction processing.</li>\r\n <li>Supports multi-lingual and voice-enabled services at ATM & POS delivery channels.</li>\r\n <li>Flexible card schemes- Magnetic stripe, Contact-less and contact-based smart cards and virtual cards.</li>\r\n <li>Capable of enabling and supporting new microfinance transactions.</li>\r\n <li>Provides risk management and controls.</li>\r\n <li>Modular design - Teller application, document management system, transaction processing engine, merchant/agent management system and card management system.</li>\r\n <li>A wide range of delivery channels - Handheld Terminals, ATMs, Kiosks and Mobiles.</li>\r\n <li>Multiple protocol options like VSAT, CDMA, GPRS, PSTN, IP.</li>\r\n <li>Flexible Customer Enrolment - PC / Laptop / Handheld Terminal having work flow automation templates.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Successfully implemented for leading banks in India.</li>\r\n <li>Rapid deployment, leverages existing retail infrastructure.</li>\r\n <li>Flexible solution - Online/offline authorization, PIN / biometric verification.</li>\r\n <li>Comprehensive process flow management - registration, verification, authorization & settlement.</li>\r\n <li>Readily extensible to other channels - mobile phones, IVR systems.</li>\r\n</ul>','Financial Inclusion','','inherit','open','open','','105-revision-v1','','','2014-03-06 09:40:07','2014-03-06 09:40:07','',105,'http://039719c.netsolhost.com/ltest/fss/105-revision-v1/',0,'revision','',0),(651,1,'2014-03-06 09:42:09','2014-03-06 09:42:09','','fss-processing-value-added-services','','inherit','open','open','','fss-processing-value-added-services','','','2014-03-06 09:42:09','2014-03-06 09:42:09','',107,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-value-added-services.jpg',0,'attachment','image/jpeg',0),(652,1,'2014-03-06 09:51:48','2014-03-06 09:51:48','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-value-added-services.jpg\"><img class=\"alignleft size-full wp-image-651\" alt=\"fss-processing-value-added-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-value-added-services.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\n\n[separator headline=\"h4\" title=\"Value Added Services (VAS)\"]\n\n<strong>Bill payment and presentment service across a range of delivery channels, such as ATM, Payment Gateway, IVRS, Mobile Banking and POS terminal from a large ecosystem of aggregators </strong>\n\nFSS has built the ecosystem of merchant aggregators, enabling banks to offer their debit card customers the convenience of transacting with a wide range of billers and merchants. FSS VAS offers convenient methods of bill payment and presentment service over ATM, payment gateway, mobile phones, IVR, kiosks and hand-held terminals. Offered on a revenue share model to the banks, FSS VAS can build a sustainable revenue stream from such transactions.\n\n[mini-icon icon=\"list-alt\"]Highlights\n<ul>\n <li>Corporate payment services:\n<ul>\n <li>Inter-bank fund transfer service through NEFT/ RTGS</li>\n <li>Delivery channel agnostic business model</li>\n <li>Allows intra-bank fund transfer service</li>\n</ul>\n</li>\n <li>Retail payment services:\n<ul>\n <li>Utilities & Bill Payments Service\n<ul>\n <li>Electricity, Gas, DTH, telephone, water</li>\n <li>Insurance premium payments</li>\n <li>Mutual Funds</li>\n <li>Government & Municipality Tax payments</li>\n <li>Government & Municipality Tax payments</li>\n</ul>\n</li>\n <li>Institution fee payment\n<ul style=\"list-style:circle\">\n <li>Institution fee payment</li>\n</ul>\n</li>\n <li>Term/hostel fees payment in Schools, Colleges, Universities</li>\n <li>Charities and Donations</li>\n <li>Mobile recharge and DTH subscription\n<ul>\n <li>Post paid bill payment</li>\n <li>Prepaid top up</li>\n</ul>\n</li>\n</ul>\n</li>\n <li>Travel and ticketing.</li>\n</ul>\n[mini-icon icon=\"check\"]Advantage FSS\n<ul>\n <li>12 banks trust FSS for enabling various value added services across multiple channels.</li>\n <li>Merchant aggregator, agnostic business model.</li>\n <li>Infrastructure hosted in Tier 3 standard Data Center.</li>\n <li>Configurable work flow.</li>\n <li>Allows enablement of single set of billers and merchants across the delivery channels.</li>\n</ul>','Value Added Services','','inherit','open','open','','107-autosave-v1','','','2014-03-06 09:51:48','2014-03-06 09:51:48','',107,'http://039719c.netsolhost.com/ltest/fss/107-autosave-v1/',0,'revision','',0),(653,1,'2014-03-06 09:50:43','2014-03-06 09:50:43','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-value-added-services.jpg\"><img class=\"alignleft size-full wp-image-651\" alt=\"fss-processing-value-added-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-value-added-services.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Value Added Services (VAS)\"]\r\n\r\n<strong>Bill payment and presentment service across a range of delivery channels, such as ATM, Payment Gateway, IVRS, Mobile Banking and POS terminal from a large ecosystem of aggregators </strong>\r\n\r\nFSS has built the ecosystem of merchant aggregators, enabling banks to offer their debit card customers the convenience of transacting with a wide range of billers and merchants. FSS VAS offers convenient methods of bill payment and presentment service over ATM, payment gateway, mobile phones, IVR, kiosks and hand-held terminals. Offered on a revenue share model to the banks, FSS VAS can build a sustainable revenue stream from such transactions.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Corporate payment services:\r\n<ul>\r\n <li>Inter-bank fund transfer service through NEFT/ RTGS</li>\r\n <li>Delivery channel agnostic business model</li>\r\n <li>Allows intra-bank fund transfer service</li>\r\n</ul>\r\n</li>\r\n <li>Retail payment services:\r\n<ul>\r\n <li>Utilities & Bill Payments Service\r\n<ul>\r\n <li>Electricity, Gas, DTH, telephone, water</li>\r\n <li>Insurance premium payments</li>\r\n <li>Mutual Funds</li>\r\n <li>Government & Municipality Tax payments</li>\r\n <li>Government & Municipality Tax payments</li>\r\n</ul>\r\n</li>\r\n <li>Institution fee payment\r\n<ul>\r\n <li>Institution fee payment</li>\r\n</ul>\r\n</li>\r\n <li>Term/hostel fees payment in Schools, Colleges, Universities</li>\r\n <li>Charities and Donations</li>\r\n <li>Mobile recharge and DTH subscription\r\n<ul>\r\n <li>Post paid bill payment</li>\r\n <li>Prepaid top up</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Travel and ticketing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>12 banks trust FSS for enabling various value added services across multiple channels.</li>\r\n <li>Merchant aggregator, agnostic business model.</li>\r\n <li>Infrastructure hosted in Tier 3 standard Data Center.</li>\r\n <li>Configurable work flow.</li>\r\n <li>Allows enablement of single set of billers and merchants across the delivery channels.</li>\r\n</ul>','Value Added Services','','inherit','open','open','','107-revision-v1','','','2014-03-06 09:50:43','2014-03-06 09:50:43','',107,'http://039719c.netsolhost.com/ltest/fss/107-revision-v1/',0,'revision','',0),(654,1,'2014-03-06 09:51:58','2014-03-06 09:51:58','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-value-added-services.jpg\"><img class=\"alignleft size-full wp-image-651\" alt=\"fss-processing-value-added-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-value-added-services.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Value Added Services (VAS)\"]\r\n\r\n<strong>Bill payment and presentment service across a range of delivery channels, such as ATM, Payment Gateway, IVRS, Mobile Banking and POS terminal from a large ecosystem of aggregators </strong>\r\n\r\nFSS has built the ecosystem of merchant aggregators, enabling banks to offer their debit card customers the convenience of transacting with a wide range of billers and merchants. FSS VAS offers convenient methods of bill payment and presentment service over ATM, payment gateway, mobile phones, IVR, kiosks and hand-held terminals. Offered on a revenue share model to the banks, FSS VAS can build a sustainable revenue stream from such transactions.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Corporate payment services:\r\n<ul>\r\n <li>Inter-bank fund transfer service through NEFT/ RTGS</li>\r\n <li>Delivery channel agnostic business model</li>\r\n <li>Allows intra-bank fund transfer service</li>\r\n</ul>\r\n</li>\r\n <li>Retail payment services:\r\n<ul>\r\n <li>Utilities & Bill Payments Service\r\n<ul style=\"list-style: circle;\">\r\n <li>Electricity, Gas, DTH, telephone, water</li>\r\n <li>Insurance premium payments</li>\r\n <li>Mutual Funds</li>\r\n <li>Government & Municipality Tax payments</li>\r\n <li>Government & Municipality Tax payments</li>\r\n</ul>\r\n</li>\r\n <li>Institution fee payment\r\n<ul style=\"list-style: circle;\">\r\n <li>Institution fee payment</li>\r\n</ul>\r\n</li>\r\n <li>Term/hostel fees payment in Schools, Colleges, Universities</li>\r\n <li>Charities and Donations</li>\r\n <li>Mobile recharge and DTH subscription\r\n<ul style=\"list-style: circle;\">\r\n <li>Post paid bill payment</li>\r\n <li>Prepaid top up</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Travel and ticketing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>12 banks trust FSS for enabling various value added services across multiple channels.</li>\r\n <li>Merchant aggregator, agnostic business model.</li>\r\n <li>Infrastructure hosted in Tier 3 standard Data Center.</li>\r\n <li>Configurable work flow.</li>\r\n <li>Allows enablement of single set of billers and merchants across the delivery channels.</li>\r\n</ul>','Value Added Services','','inherit','open','open','','107-revision-v1','','','2014-03-06 09:51:58','2014-03-06 09:51:58','',107,'http://039719c.netsolhost.com/ltest/fss/107-revision-v1/',0,'revision','',0),(655,1,'2014-03-06 09:54:02','2014-03-06 09:54:02','','fss-processing-electronic-journal','','inherit','open','open','','fss-processing-electronic-journal','','','2014-03-06 09:54:02','2014-03-06 09:54:02','',109,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-electronic-journal.jpg',0,'attachment','image/jpeg',0),(656,1,'2014-05-14 11:14:52','2014-05-14 11:14:52','[responsive]<img class=\"alignleft size-full wp-image-655\" alt=\"fss-processing-electronic-journal\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-electronic-journal.jpg\" width=\"657\" height=\"135\" />[/responsive]\n\n[separator headline=\"h4\" title=\"A comprehensive service that helps streamline the EJ file-transfer operations to and from the ATM network on a daily or on demand basis, and upload it at a central location.\"]\n\nWith increased ATM deployments throughout India, monitoring their performance and auditing the transactions at the device level poses several challenges. Customer complaints on failed transactions have to be resolved in a time-bound manner as mandated by regulatory authorities.\n\nFor banks and ATM deployers, <b>FSS EJ Management</b> service enables high degree of collection of transaction logs of every ATM transaction done by cardholders to a central repository. The stored data can be accessed on-demand, 24x7 through an application or as daily reports, for any reconciliation purpose. Scheduled, automated processes pick up data during lean hours, resulting in high ATM availability for online customer transactions.\n\nLoading of a client application in ATMs is simplified. FSS file exchange agent can be installed by FSS trained personnel on all industry standard ATMs.\n\nDaily reports are generated on the status of EJ files downloaded from the ATMs. Optional PKI based encryption ensures security of data right from the ATM to storage in the server.\n\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\n<ul>\n <li>Automated, scheduled collection of EJ files.</li>\n <li>Ability to schedule EJ pull in batches of ATMs, optimizing network utilization.</li>\n <li>Automatic restart in the event of failure during data transmission.</li>\n <li>Comprehensive MIS and reporting.</li>\n <li>No manual EJ data extraction required.</li>\n <li>The centralized storage of EJ files for easy tracking of customer disputes on ATM network and quick resolution.</li>\n <li>Automated download process ensuring the ATM is never down due to full hard drive.</li>\n <li>EJ storage and archival as per the requirement of the bank.</li>\n</ul>\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\n\nFSS has been in the forefront of providing EJ Pulling and Content distribution services, called \"FileX Services\".\n<ul>\n <li>Over 17 private and public sector banks depend on FSS FileX service to pull EJ\'s from over 21,000 ATMs.</li>\n <li>Robust, vendor agnostic solution supporting ATMs of all industry standard makes and models. A single, comprehensive solution for the diverse ATM network.</li>\n <li>Secured EJ pulling with encryption feature using industry standard algorithm, for allowing only designated bank officials access to critical transaction data.</li>\n <li>Tools for compression & decompressing multiple EJ files, thus reducing bandwidth utilization during file uploads.</li>\n <li>In-house development capability for support and maintenance of agent software capable of integrating with new ATM models.</li>\n <li>Software tool for generating public-private key pair for EJ file encryption.</li>\n</ul>','Electronic Journal Management','','inherit','open','open','','109-autosave-v1','','','2014-05-14 11:14:52','2014-05-14 11:14:52','',109,'http://039719c.netsolhost.com/ltest/fss/109-autosave-v1/',0,'revision','',0),(657,1,'2014-03-06 09:58:15','2014-03-06 09:58:15','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-electronic-journal.jpg\"><img class=\"alignleft size-full wp-image-655\" alt=\"fss-processing-electronic-journal\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-electronic-journal.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Electronic Journal (EJ) Management \"]\r\n\r\n<strong>A comprehensive service that helps streamline the EJ file-transfer operations to and from the ATM network on a daily or on demand basis, and upload it at a central location. </strong>\r\n\r\nWith increased ATM deployments throughout India, monitoring their performance and auditing the transactions at the device level poses several challenges. Customer complaints on failed transactions have to be resolved in a time-bound manner as mandated by regulatory authorities.\r\n\r\nFor banks and ATM deployers, <b>FSS EJ Management</b> service enables high degree of collection of transaction logs of every ATM transaction done by cardholders to a central repository. The stored data can be accessed on-demand, 24x7 through an application or as daily reports, for any reconciliation purpose. Scheduled, automated processes pick up data during lean hours, resulting in high ATM availability for online customer transactions.\r\n\r\nLoading of a client application in ATMs is simplified. FSS file exchange agent can be installed by FSS trained personnel on all industry standard ATMs.\r\n\r\nDaily reports are generated on the status of EJ files downloaded from the ATMs. Optional PKI based encryption ensures security of data right from the ATM to storage in the server.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Automated, scheduled collection of EJ files.</li>\r\n <li>Ability to schedule EJ pull in batches of ATMs, optimizing network utilization.</li>\r\n <li>Automatic restart in the event of failure during data transmission.</li>\r\n <li>Comprehensive MIS and reporting.</li>\r\n <li>No manual EJ data extraction required.</li>\r\n <li>The centralized storage of EJ files for easy tracking of customer disputes on ATM network and quick resolution.</li>\r\n <li>Automated download process ensuring the ATM is never down due to full hard drive.</li>\r\n <li>EJ storage and archival as per the requirement of the bank.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n\r\nFSS has been in the forefront of providing EJ Pulling and Content distribution services, called \"FileX Services\".\r\n<ul>\r\n <li>Over 17 private and public sector banks depend on FSS FileX service to pull EJ\'s from over 21,000 ATMs.</li>\r\n <li>Robust, vendor agnostic solution supporting ATMs of all industry standard makes and models. A single, comprehensive solution for the diverse ATM network.</li>\r\n <li>Secured EJ pulling with encryption feature using industry standard algorithm, for allowing only designated bank officials access to critical transaction data.</li>\r\n <li>Tools for compression & decompressing multiple EJ files, thus reducing bandwidth utilization during file uploads.</li>\r\n <li>In-house development capability for support and maintenance of agent software capable of integrating with new ATM models.</li>\r\n <li>Software tool for generating public-private key pair for EJ file encryption.</li>\r\n</ul>','Electronic Journal Management','','inherit','open','open','','109-revision-v1','','','2014-03-06 09:58:15','2014-03-06 09:58:15','',109,'http://039719c.netsolhost.com/ltest/fss/109-revision-v1/',0,'revision','',0),(658,1,'2014-03-06 10:00:38','2014-03-06 10:00:38','','fss-native currency-convertion','','inherit','open','open','','fss-native-currency-convertion','','','2014-03-06 10:00:38','2014-03-06 10:00:38','',111,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-native-currency-convertion.jpg',0,'attachment','image/jpeg',0),(659,1,'2014-05-14 11:15:51','2014-05-14 11:15:51','[responsive]<img class=\"alignleft size-full wp-image-658\" alt=\"fss-native currency-convertion\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-native-currency-convertion.jpg\" width=\"657\" height=\"135\" />[/responsive]\n\n[separator headline=\"h4\" title=\"A comprehensive, secure and flexible service that allows merchants to provide their international card customers the choice of paying for goods or services by accepting payments in their native currency at their point of sale (POS) terminals.\"]\n\nTraditionally, international customers using credit or debit cards do not get the choice to make card payment in the currency where the card has been issued. Further, they have to wait for their monthly card or bank statement to find out the actual transactions value in their native currency which is always different from the transacted value due to interchange (conversion) rate, bank markups, service fee mark ups or other charges.\n\nFSS\' Native Currency Conversion service allows international customers enjoy the confidence and convenience of paying for their purchase in the currency they understand best - their own. FSS\' NCC service offers a personalized experience for valued visitors with no surprises - the amount on their bill matches with their charge slip and finally the card or bank account statement when they return home, while merchants benefit from the convenience in payments and reporting in their local currency.\n\nBanks and ATM deployers enjoy the benefit of offering significant value to merchants, by attracting high net worth customers.\n\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\n<ul>\n <li>Supports standard POS transaction payments in local as well as in the native currency of the cardholder.</li>\n <li>Deployed on a scalable, secure and robust infrastructure.</li>\n <li>Trained, experienced team to design, implement and manage the program.</li>\n <li>Capability of development and implementation of personalized solutions.</li>\n <li>User friendly application to ensure smoother access by counter staff.</li>\n <li>Designed to ensure quick turnaround and response time for transaction processing.</li>\n <li>Supports conversion in any number of currencies</li>\n <li>Service network support on PSTN, Ethernet, GPRS, CDMA and VSAT platforms.</li>\n <li>Technology and services support for acceptance of magnetic stripe and EMV card.</li>\n <li>All encompassing service including deployment of EDC terminals, cash registers or kiosks and routing these transactions to the desired host.</li>\n</ul>\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FS</span></strong><span style=\"text-decoration: underline;\">S</span>\n<ul>\n <li>Quick roll out of services with bank\'s existing infrastructure.</li>\n <li>Hosted out of Tier 3 standard Data Center.</li>\n <li>Cost-effective, world-class technology, network, transaction switch, POS terminal technology and its related applications.</li>\n <li>Proven experience in market rollout of this solution for major acquirers in the Indian market.</li>\n <li>Patented solution ensures service continuity.</li>\n <li>Hosted service which is free from all dependencies on third parties.</li>\n <li>Capable and dependable service partners to manage field service support.</li>\n</ul>','Native Currency Conversion','','inherit','open','open','','111-autosave-v1','','','2014-05-14 11:15:51','2014-05-14 11:15:51','',111,'http://039719c.netsolhost.com/ltest/fss/111-autosave-v1/',0,'revision','',0),(863,1,'2014-05-14 11:15:55','2014-05-14 11:15:55','[responsive]<img class=\"alignleft size-full wp-image-658\" alt=\"fss-native currency-convertion\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-native-currency-convertion.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, secure and flexible service that allows merchants to provide their international card customers the choice of paying for goods or services by accepting payments in their native currency at their point of sale (POS) terminals.\"]\r\n\r\nTraditionally, international customers using credit or debit cards do not get the choice to make card payment in the currency where the card has been issued. Further, they have to wait for their monthly card or bank statement to find out the actual transactions value in their native currency which is always different from the transacted value due to interchange (conversion) rate, bank markups, service fee mark ups or other charges.\r\n\r\nFSS\' Native Currency Conversion service allows international customers enjoy the confidence and convenience of paying for their purchase in the currency they understand best - their own. FSS\' NCC service offers a personalized experience for valued visitors with no surprises - the amount on their bill matches with their charge slip and finally the card or bank account statement when they return home, while merchants benefit from the convenience in payments and reporting in their local currency.\r\n\r\nBanks and ATM deployers enjoy the benefit of offering significant value to merchants, by attracting high net worth customers.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Supports standard POS transaction payments in local as well as in the native currency of the cardholder.</li>\r\n <li>Deployed on a scalable, secure and robust infrastructure.</li>\r\n <li>Trained, experienced team to design, implement and manage the program.</li>\r\n <li>Capability of development and implementation of personalized solutions.</li>\r\n <li>User friendly application to ensure smoother access by counter staff.</li>\r\n <li>Designed to ensure quick turnaround and response time for transaction processing.</li>\r\n <li>Supports conversion in any number of currencies</li>\r\n <li>Service network support on PSTN, Ethernet, GPRS, CDMA and VSAT platforms.</li>\r\n <li>Technology and services support for acceptance of magnetic stripe and EMV card.</li>\r\n <li>All encompassing service including deployment of EDC terminals, cash registers or kiosks and routing these transactions to the desired host.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FS</span></strong><span style=\"text-decoration: underline;\">S</span>\r\n<ul>\r\n <li>Quick roll out of services with bank\'s existing infrastructure.</li>\r\n <li>Hosted out of Tier 3 standard Data Center.</li>\r\n <li>Cost-effective, world-class technology, network, transaction switch, POS terminal technology and its related applications.</li>\r\n <li>Proven experience in market rollout of this solution for major acquirers in the Indian market.</li>\r\n <li>Patented solution ensures service continuity.</li>\r\n <li>Hosted service which is free from all dependencies on third parties.</li>\r\n <li>Capable and dependable service partners to manage field service support.</li>\r\n</ul>','Native Currency Conversion','','inherit','open','open','','111-revision-v1','','','2014-05-14 11:15:55','2014-05-14 11:15:55','',111,'http://039719c.netsolhost.com/ltest/fss/111-revision-v1/',0,'revision','',0),(660,1,'2014-03-06 10:04:28','2014-03-06 10:04:28','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-native-currency-convertion.jpg\"><img class=\"alignleft size-full wp-image-658\" alt=\"fss-native currency-convertion\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-native-currency-convertion.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Native Currency Conversion (NCC)\"]\r\n\r\n<strong>A comprehensive, secure and flexible service that allows merchants to provide their international card customers the choice of paying for goods or services by accepting payments in their native currency at their point of sale (POS) terminals. </strong>\r\n\r\nTraditionally, international customers using credit or debit cards do not get the choice to make card payment in the currency where the card has been issued. Further, they have to wait for their monthly card or bank statement to find out the actual transactions value in their native currency which is always different from the transacted value due to interchange (conversion) rate, bank markups, service fee mark ups or other charges.\r\n\r\nFSS\' Native Currency Conversion service allows international customers enjoy the confidence and convenience of paying for their purchase in the currency they understand best - their own. FSS\' NCC service offers a personalized experience for valued visitors with no surprises - the amount on their bill matches with their charge slip and finally the card or bank account statement when they return home, while merchants benefit from the convenience in payments and reporting in their local currency.\r\n\r\nBanks and ATM deployers enjoy the benefit of offering significant value to merchants, by attracting high net worth customers.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Supports standard POS transaction payments in local as well as in the native currency of the cardholder.</li>\r\n <li>Deployed on a scalable, secure and robust infrastructure.</li>\r\n <li>Trained, experienced team to design, implement and manage the program.</li>\r\n <li>Capability of development and implementation of personalized solutions.</li>\r\n <li>User friendly application to ensure smoother access by counter staff.</li>\r\n <li>Designed to ensure quick turnaround and response time for transaction processing.</li>\r\n <li>Supports conversion in any number of currencies</li>\r\n <li>Service network support on PSTN, Ethernet, GPRS, CDMA and VSAT platforms.</li>\r\n <li>Technology and services support for acceptance of magnetic stripe and EMV card.</li>\r\n <li>All encompassing service including deployment of EDC terminals, cash registers or kiosks and routing these transactions to the desired host.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Quick roll out of services with bank\'s existing infrastructure.</li>\r\n <li>Hosted out of Tier 3 standard Data Center.</li>\r\n <li>Cost-effective, world-class technology, network, transaction switch, POS terminal technology and its related applications.</li>\r\n <li>Proven experience in market rollout of this solution for major acquirers in the Indian market.</li>\r\n <li>Patented solution ensures service continuity.</li>\r\n <li>Hosted service which is free from all dependencies on third parties.</li>\r\n <li>Capable and dependable service partners to manage field service support.</li>\r\n</ul>','Native Currency Conversion','','inherit','open','open','','111-revision-v1','','','2014-03-06 10:04:28','2014-03-06 10:04:28','',111,'http://039719c.netsolhost.com/ltest/fss/111-revision-v1/',0,'revision','',0),(661,1,'2014-03-06 10:08:59','2014-03-06 10:08:59','','fss-independent-atm-deployment','','inherit','open','open','','fss-independent-atm-deployment','','','2014-03-06 10:08:59','2014-03-06 10:08:59','',128,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment.jpg',0,'attachment','image/jpeg',0),(662,1,'2014-03-06 10:11:44','2014-03-06 10:11:44','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment.jpg\"><img class=\"alignleft size-full wp-image-661\" alt=\"fss-independent-atm-deployment\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\n\n[separator headline=\"h4\" title=\"ATM Deployment and Management\"]\n\n<strong>An end-to-end installation and management of ATM network including site selection & preparation, ATM procurement and installation, data networking, commissioning, guard and house-keeping services.</strong>\n\nBanks are increasingly outsourcing ATM deployment and management, to third party vendors, helping them focus on their core business initiatives. Several business models have evolved in the last decade that includes structured, tenured ownership of ATM infrastructure and transaction based pricing. Activities related to deployment and commissioning of ATMs are quite complex that involve site selection, ATM brand selection, site setup, data networking, cash management and technical support.\n\nFSS has successfully deployed over 4,000 ATMs and cash dispensers for over 10 leading public and private banks in India, on pan-India geography. Strong relationships with ATM vendors, network service providers, cash-in-transit management companies and house-keeping agencies, enables FSS to provide a single point of contact to banks for all their ATM deployment and management requirements. In addition, these services can readily be combined with <a href=\"http://www.fsstech.com/atm-managed-services.aspx\"> <b>FSS ATM managed services</b></a>, for ensuring high availability of ATM services, resulting in revenue from an acquiring stand point.\n\n[mini-icon icon=\"list-alt\"]Highlights\n<ul>\n <li>Ability to select and deploy ATMs / CDs / kiosks as per clients requirements, from all leading vendors</li>\n <li>Experienced team dedicated in site selection and location, through analytical reports.</li>\n <li>Provides variety of network connectivity like leased line, CDMA, VSAT, ISDN dial back-up.</li>\n <li>High quality site preparation, custom lit up displays.</li>\n <li>Choice of armed /un-armed guards, house-keeping services.</li>\n <li>Cash management and loading services.</li>\n <li>Customer training for administration functions.</li>\n</ul>\n[mini-icon icon=\"check\"]Advantage FSS\n<ul>\n <li>FSS ATM Services are trusted by over 10 public and private sector banks</li>\n <li>Vast payments domain expertise & technical skill sets, spanning a wide range of platforms and applications.</li>\n <li>Strong processes and commitment to deliveries validated by major vendors.</li>\n <li>Strong network of alliance partners help accelerate and collaborate on new products roll out quickly.</li>\n</ul>\nVendors could also benefit from FSS System Integration and Onsite Technical Support for implementing and managing their products at customer locations.','Deployment & Management','','inherit','open','open','','128-autosave-v1','','','2014-03-06 10:11:44','2014-03-06 10:11:44','',128,'http://039719c.netsolhost.com/ltest/fss/128-autosave-v1/',0,'revision','',0),(663,1,'2014-03-06 10:12:29','2014-03-06 10:12:29','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment.jpg\"><img class=\"alignleft size-full wp-image-661\" alt=\"fss-independent-atm-deployment\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"ATM Deployment and Management\"]\r\n\r\n<strong>An end-to-end installation and management of ATM network including site selection & preparation, ATM procurement and installation, data networking, commissioning, guard and house-keeping services.</strong>\r\n\r\nBanks are increasingly outsourcing ATM deployment and management, to third party vendors, helping them focus on their core business initiatives. Several business models have evolved in the last decade that includes structured, tenured ownership of ATM infrastructure and transaction based pricing. Activities related to deployment and commissioning of ATMs are quite complex that involve site selection, ATM brand selection, site setup, data networking, cash management and technical support.\r\n\r\nFSS has successfully deployed over 4,000 ATMs and cash dispensers for over 10 leading public and private banks in India, on pan-India geography. Strong relationships with ATM vendors, network service providers, cash-in-transit management companies and house-keeping agencies, enables FSS to provide a single point of contact to banks for all their ATM deployment and management requirements. In addition, these services can readily be combined with <a href=\"http://www.fsstech.com/atm-managed-services.aspx\"> <b>FSS ATM managed services</b></a>, for ensuring high availability of ATM services, resulting in revenue from an acquiring stand point.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Ability to select and deploy ATMs / CDs / kiosks as per clients requirements, from all leading vendors</li>\r\n <li>Experienced team dedicated in site selection and location, through analytical reports.</li>\r\n <li>Provides variety of network connectivity like leased line, CDMA, VSAT, ISDN dial back-up.</li>\r\n <li>High quality site preparation, custom lit up displays.</li>\r\n <li>Choice of armed /un-armed guards, house-keeping services.</li>\r\n <li>Cash management and loading services.</li>\r\n <li>Customer training for administration functions.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS ATM Services are trusted by over 10 public and private sector banks</li>\r\n <li>Comprehensive ATM deployment and management service providing single point accountability for banks.</li>\r\n <li>Dedicated team of professionals to manage the deployment and commissioning activities.</li>\r\n <li>Specialized team of analysts focused on selecting strategic locations for deployment of ATMs and providing insightful analytical MIS to help maximize transaction counts at each ATM location.</li>\r\n <li>Cost-effective services, customized as per clients requirements.</li>\r\n <li>FSS has over 20 years of experience in deploying and managing ATM network.</li>\r\n</ul>','Deployment & Management','','inherit','open','open','','128-revision-v1','','','2014-03-06 10:12:29','2014-03-06 10:12:29','',128,'http://039719c.netsolhost.com/ltest/fss/128-revision-v1/',0,'revision','',0),(664,1,'2014-05-14 11:23:43','2014-05-14 11:23:43','[responsive]<img class=\"alignleft size-full wp-image-665\" alt=\"fss-atm-managed-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-managed-services.jpg\" width=\"657\" height=\"135\" />[/responsive]\n\n[separator headline=\"h4\" title=\"Comprehensive monitoring and management of ATM networks, by ensuring high availability, improved customer satisfaction and increased Return On Investment (ROI)\"]\n\nIn today\'s competitive business environment, banks and financial institutions are striving to enhance customer satisfaction, reduce costs, generate incremental revenue and improve efficiency of their self-service channel.\n\nThe phenomenal growth in usage of debit and credit cards at retail delivery channels has set high customer expectations in performing transactions where and when they need. High ATM availability means high level of customer satisfaction and large acquiring opportunities for deployers, transforming into revenues. Monitoring and timely servicing of ATMs assumes paramount importance.\n\n<b>FSS ATM Managed Services</b> provides banks with comprehensive ATM monitoring, trouble-ticketing, first /second level management, cash management and support services. A round-the-clock facility with competent management team ensures high ATM availability with committed Service Level Agreements (SLA).\n\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\n<ul>\n <li>Large, state of the art ATM Managed Services center.</li>\n <li>Application hosted out of servers with high-availability that exceeds 99.9%.</li>\n <li>Offers efficient cash management services.</li>\n <li>Large, trained field service executives for uninterrupted service.</li>\n <li>Tenured and skilled operations team supporting from multiple locations.</li>\n <li>Automated trouble-ticket application with escalation levels.</li>\n <li>Multi-vendor arrangements for optimum ATM services and cash loading.</li>\n</ul>\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\n<ul>\n <li>Over 13 banks trust FSS ATM Managed Services for managing over 15,000 ATMs.</li>\n <li>24x7 ATM monitoring of all industry standard products from popular vendors.</li>\n <li>Strong PAN India presence that clients can count on while planning for ATM network expansion.</li>\n <li>Single-point accountability with committed service levels.</li>\n <li>Incident reporting and tracking of issues for resolution.</li>\n <li>ATM Vendor management.</li>\n <li>Online, real-time access of ATM information from FSS Web portal.</li>\n <li>Centralized 24x7 help desk (in-bound & out-bound calls).</li>\n</ul>','Managed Services','','inherit','open','open','','126-autosave-v1','','','2014-05-14 11:23:43','2014-05-14 11:23:43','',126,'http://039719c.netsolhost.com/ltest/fss/126-autosave-v1/',0,'revision','',0),(665,1,'2014-03-06 10:17:47','2014-03-06 10:17:47','','fss-atm-managed-services','','inherit','open','open','','fss-atm-managed-services','','','2014-03-06 10:17:47','2014-03-06 10:17:47','',126,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-managed-services.jpg',0,'attachment','image/jpeg',0),(666,1,'2014-03-06 10:21:59','2014-03-06 10:21:59','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-managed-services.jpg\"><img class=\"alignleft size-full wp-image-665\" alt=\"fss-atm-managed-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-managed-services.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"ATM Managed Services\"]\r\n\r\n<strong>Comprehensive monitoring and management of ATM networks, by ensuring high availability, improved customer satisfaction and increased Return On Investment (ROI)</strong>.\r\n\r\nIn today\'s competitive business environment, banks and financial institutions are striving to enhance customer satisfaction, reduce costs, generate incremental revenue and improve efficiency of their self-service channel.\r\n\r\nThe phenomenal growth in usage of debit and credit cards at retail delivery channels has set high customer expectations in performing transactions where and when they need. High ATM availability means high level of customer satisfaction and large acquiring opportunities for deployers, transforming into revenues. Monitoring and timely servicing of ATMs assumes paramount importance.\r\n\r\n<b>FSS ATM Managed Services</b> provides banks with comprehensive ATM monitoring, trouble-ticketing, first /second level management, cash management and support services. A round-the-clock facility with competent management team ensures high ATM availability with committed Service Level Agreements (SLA).\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Large, state of the art ATM Managed Services center.</li>\r\n <li>Application hosted out of servers with high-availability that exceeds 99.9%.</li>\r\n <li>Offers efficient cash management services.</li>\r\n <li>Large, trained field service executives for uninterrupted service.</li>\r\n <li>Tenured and skilled operations team supporting from multiple locations.</li>\r\n <li>Automated trouble-ticket application with escalation levels.</li>\r\n <li>Multi-vendor arrangements for optimum ATM services and cash loading.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Over 13 banks trust FSS ATM Managed Services for managing over 15,000 ATMs.</li>\r\n <li>24x7 ATM monitoring of all industry standard products from popular vendors.</li>\r\n <li>Strong PAN India presence that clients can count on while planning for ATM network expansion.</li>\r\n <li>Single-point accountability with committed service levels.</li>\r\n <li>Incident reporting and tracking of issues for resolution.</li>\r\n <li>ATM Vendor management.</li>\r\n <li>Online, real-time access of ATM information from FSS Web portal.</li>\r\n <li>Centralized 24x7 help desk (in-bound & out-bound calls).</li>\r\n</ul>','Managed Services','','inherit','open','open','','126-revision-v1','','','2014-03-06 10:21:59','2014-03-06 10:21:59','',126,'http://039719c.netsolhost.com/ltest/fss/126-revision-v1/',0,'revision','',0),(668,1,'2014-03-07 09:10:28','2014-03-07 09:10:28','','logo','','inherit','open','open','','logo','','','2014-03-07 09:10:28','2014-03-07 09:10:28','',10,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/logo.jpg',0,'attachment','image/jpeg',0),(671,1,'2014-03-08 13:16:15','2014-03-08 13:16:15','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\"><img class=\"alignnone size-full wp-image-256\" alt=\"fss-debit\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>An integrated, secure and robust system that manages issuance & entire life cycle of debit cards.</strong></span>\r\nBanks continually seek to promote electronic banking for their customers, with a view to increase customer convenience, at lower operating costs. Opportunities for growth lie in differentiating the card products and services, while core features are increasingly becoming commoditized.\r\n\r\nTo capitalise on this opportunity, FSS Debit offers a complete card lifecycle management solution that enable banks to offer innovative, quick-to-market card products while serving customers more efficiently, securely and profitably. FSS Debit supports issuance of popular international card brands and private label debit cards that conform to industry standards. Built in post-issuance functions provide convenient management of customers and card related information.\r\n\r\n<span style=\"text-decoration: underline;\"><strong> [mini-icon icon=\"asterisk\"]Highlights</strong></span>\r\n<ul>\r\n <li>Multi-institution support – Supports the needs of subsidiaries and group entities.</li>\r\n <li>Highly parameterized – Quick to market and roll-out of new products.</li>\r\n <li>Multi-level secure workflow – Maker~Checker~Authorizer facility ensures control, minimizes human errors and operational risk.</li>\r\n <li>Multiple platform support – Windows/ IBM AIX/ Solaris, Web logic/ Pramati/ JRun.</li>\r\n <li>Multi-card support – Supports issuance of ATM/ debit/ private-label cards, personalized/ non-personalized cards, photo/ non-photo cards.</li>\r\n <li>Secure PIN generation – Supports hardware (HSM) based PIN generation.</li>\r\n <li>Comprehensive MIS and Reporting – Over 50 standard reports.</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong> <strong>[mini-icon icon=\"check\"]</strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS Debit solution has been used by over <strong>20 banks/ institutions</strong> to issue over <strong>200 million cards</strong>.</li>\r\n <li>Proven, scalable solution – Has supported issuance of over 90 million cards for a large bank.</li>\r\n <li>Benchmarked to issue over 150,000 cards in a single day for a large bank.</li>\r\n <li>A comprehensive solution built on deep knowledge and experience in the payments domain for over 20 years.</li>\r\n</ul>\r\n[toggle title=\"Toggle Title\" open=\"false\" icon=\"star\"][contact-form-7 id=\"14\" title=\"Product Brochure Request\"][/toggle]','FSS Debit','','inherit','open','open','','246-revision-v1','','','2014-03-08 13:16:15','2014-03-08 13:16:15','',246,'http://039719c.netsolhost.com/ltest/fss/246-revision-v1/',0,'revision','',0),(672,1,'2014-03-08 13:19:26','2014-03-08 13:19:26','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\"><img class=\"alignnone size-full wp-image-256\" alt=\"fss-debit\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>An integrated, secure and robust system that manages issuance & entire life cycle of debit cards.</strong></span>\r\nBanks continually seek to promote electronic banking for their customers, with a view to increase customer convenience, at lower operating costs. Opportunities for growth lie in differentiating the card products and services, while core features are increasingly becoming commoditized.\r\n\r\nTo capitalise on this opportunity, FSS Debit offers a complete card lifecycle management solution that enable banks to offer innovative, quick-to-market card products while serving customers more efficiently, securely and profitably. FSS Debit supports issuance of popular international card brands and private label debit cards that conform to industry standards. Built in post-issuance functions provide convenient management of customers and card related information.\r\n\r\n<span style=\"text-decoration: underline;\"><strong> [mini-icon icon=\"asterisk\"]Highlights</strong></span>\r\n<ul>\r\n <li>Multi-institution support – Supports the needs of subsidiaries and group entities.</li>\r\n <li>Highly parameterized – Quick to market and roll-out of new products.</li>\r\n <li>Multi-level secure workflow – Maker~Checker~Authorizer facility ensures control, minimizes human errors and operational risk.</li>\r\n <li>Multiple platform support – Windows/ IBM AIX/ Solaris, Web logic/ Pramati/ JRun.</li>\r\n <li>Multi-card support – Supports issuance of ATM/ debit/ private-label cards, personalized/ non-personalized cards, photo/ non-photo cards.</li>\r\n <li>Secure PIN generation – Supports hardware (HSM) based PIN generation.</li>\r\n <li>Comprehensive MIS and Reporting – Over 50 standard reports.</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong> <strong>[mini-icon icon=\"check\"]</strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS Debit solution has been used by over <strong>20 banks/ institutions</strong> to issue over <strong>200 million cards</strong>.</li>\r\n <li>Proven, scalable solution – Has supported issuance of over 90 million cards for a large bank.</li>\r\n <li>Benchmarked to issue over 150,000 cards in a single day for a large bank.</li>\r\n <li>A comprehensive solution built on deep knowledge and experience in the payments domain for over 20 years.</li>\r\n</ul>\r\n[toggle title=\"Product Brochure\" open=\"false\" icon=\"star\"][contact-form-7 id=\"14\" title=\"Product Brochure Request\"][/toggle]','FSS Debit','','inherit','open','open','','246-revision-v1','','','2014-03-08 13:19:26','2014-03-08 13:19:26','',246,'http://039719c.netsolhost.com/ltest/fss/246-revision-v1/',0,'revision','',0),(673,1,'2014-03-10 06:26:54','2014-03-10 06:26:54','<p>Full Name (required)<br />\r\n [text* your-name] </p>\r\n\r\n<p>Company Name (required)<br />\r\n [text* text-782]</p>\r\n\r\n<p>Business Email (required)<br />\r\n [email* your-email] </p>\r\n\r\n<p>Phone Number (required)<br />\r\n [tel* tel-761 /12]</p>\r\n\r\n<p>Designation (required)<br />\r\n [text* text-885] </p>\r\n\r\n<p>Company Size (required)<br />\r\n [select* menu-581 include_blank \"Below 50\" \"50 to 100\" \"100 to 200\" \"200 to 500\" \"500 to 1000\" \"Above 1000\"]</p>\r\n\r\n<p>Interested in (required)<br />\r\n[select* menu-77 include_blank \"FSS Debit\" \"FSS Smart Chip\"]</p>\r\n\r\n<p>Comments<br />\r\n[textarea textarea-303 x5]</p>\r\n\r\n<p>[submit \"Send\"]</p>\nEnquiry Form\n[your-name]<[your-email]>\nName : [your-name]\r\nCompany Name : [text-782]\r\nBusiness Email : [your-email]\r\nPhone Number : [tel-761]\r\nDesignation : [text-885]\r\nCompany Size : [menu-581]\r\nInterested in : [menu-77]\r\nComments : [textarea-303]\nsmanoj.rs@gmail.com\n\n\n\n\n\n\n\n\n\n\n\nYour message was sent successfully. Thanks.\nFailed to send your message. Please try later or contact the administrator by another method.\nValidation errors occurred. Please confirm the fields and submit it again.\nFailed to send your message. Please try later or contact the administrator by another method.\nPlease accept the terms to proceed.\nPlease fill the required field.\nYour entered code is incorrect.\nNumber format seems invalid.\nThis number is too small.\nThis number is too large.\nEmail address seems invalid.\nURL seems invalid.\nTelephone number seems invalid.\nYour answer is not correct.\nDate format seems invalid.\nThis date is too early.\nThis date is too late.\nFailed to upload file.\nThis file type is not allowed.\nThis file is too large.\nFailed to upload file. Error occurred.','Enquiry Form','','publish','open','open','','enquiry-form','','','2014-05-29 05:06:30','2014-05-29 05:06:30','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=wpcf7_contact_form&p=673',0,'wpcf7_contact_form','',0),(674,1,'2014-03-10 06:43:25','2014-03-10 06:43:25','[responsive]<img class=\"alignnone size-full wp-image-675\" alt=\"fss-contact-us\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/03/fss-contact-us.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nThank you for your interest in FSS’ solutions. Please provide the following information about your business needs to help us serve you better. This information will enable us to route your request to the appropriate person. You should receive a response within 48 hours.\r\n\r\n[contact-form-7 id=\"673\" title=\"Enquiry Form\"]\r\n\r\n ','Enquiry Form','','publish','open','open','','enquiry-form','','','2014-03-10 13:17:55','2014-03-10 13:17:55','',0,'http://039719c.netsolhost.com/ltest/fss/?page_id=674',0,'page','',0),(675,1,'2014-03-10 06:41:11','2014-03-10 06:41:11','','fss-contact-us','','inherit','open','open','','fss-contact-us','','','2014-03-10 06:41:11','2014-03-10 06:41:11','',674,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/03/fss-contact-us.jpg',0,'attachment','image/jpeg',0),(676,1,'2014-03-10 06:43:25','2014-03-10 06:43:25','[responsive]<img class=\"alignnone size-full wp-image-675\" alt=\"fss-contact-us\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/03/fss-contact-us.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nThank you for your interest in FSS’ solutions. Please provide the following information about your business needs to help us serve you better. This information will enable us to route your request to the appropriate person. You should receive a response within 48 hours.\r\n\r\n[contact-form-7 id=\"673\" title=\"Enquiry Form\"]','Enquiry Form','','inherit','open','open','','674-revision-v1','','','2014-03-10 06:43:25','2014-03-10 06:43:25','',674,'http://039719c.netsolhost.com/ltest/fss/674-revision-v1/',0,'revision','',0),(677,1,'2014-03-10 09:24:14','2014-03-10 09:24:14','[responsive]<img class=\"alignnone size-full wp-image-675\" alt=\"fss-contact-us\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/03/fss-contact-us.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nThank you for your interest in FSS’ solutions. Please provide the following information about your business needs to help us serve you better. This information will enable us to route your request to the appropriate person. You should receive a response within 48 hours.\r\n\r\n[contact-form-7 id=\"673\" title=\"Enquiry Form\"]\r\n\r\n \r\n\r\n \r\n\r\n[custom_table style=\"1\"]Insert Table here[/custom_table]','Enquiry Form','','inherit','open','open','','674-revision-v1','','','2014-03-10 09:24:14','2014-03-10 09:24:14','',674,'http://039719c.netsolhost.com/ltest/fss/674-revision-v1/',0,'revision','',0),(678,1,'2014-03-10 10:08:35','2014-03-10 10:08:35','[responsive]<img class=\"alignnone size-full wp-image-675\" alt=\"fss-contact-us\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/03/fss-contact-us.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nThank you for your interest in FSS’ solutions. Please provide the following information about your business needs to help us serve you better. This information will enable us to route your request to the appropriate person. You should receive a response within 48 hours.\r\n\r\n[contact-form-7 id=\"673\" title=\"Enquiry Form\"]','Enquiry Form','','inherit','open','open','','674-revision-v1','','','2014-03-10 10:08:35','2014-03-10 10:08:35','',674,'http://039719c.netsolhost.com/ltest/fss/674-revision-v1/',0,'revision','',0),(679,1,'2014-03-10 10:31:08','2014-03-10 10:31:08',' ','','','publish','open','open','','679','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',0,'http://039719c.netsolhost.com/ltest/fss/?p=679',15,'nav_menu_item','',0),(680,1,'2014-03-10 10:36:27','2014-03-10 10:36:27','[separator headline=\"h3\" title=\"FSS Reconciliation\"]\r\n\r\n[responsive]\r\n<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-recon.jpg\"><img alt=\"fss-recon\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-recon.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<strong>A comprehensive data analysis platform that addresses complete reconciliation needs of banks and financial institutions.</strong>\r\n\r\nIn an electronic financial transaction processing environment, transactions get logged at various entities, such as acquirers, issuers and interchanges from various time zones. The differences in the cut-over timings between host/switch and interchanges may not allow for complete reconciliation of a business day\'s transactions. FSS has built a robust and efficient reconciliation suite that would help simplify the reconciliation process.\r\n\r\nFSS Recon is trusted by over <strong>20 banks</strong> (licensing and processing model), supporting over <strong>20 million transactions</strong> in a single day.\r\n\r\n[mini-icon icon=\"list-alt\"]Highlights\r\n<ul>\r\n <li>Modular architecture - Implements modules as required thereby optimizing investment in line with business objectives.</li>\r\n <li>User defined rules to generate alerts on chargeback, retrieval request and response.</li>\r\n <li>Automated scheduling of reconciliation activity.</li>\r\n <li>Force match option facility to manually settle un-reconciled entries.</li>\r\n <li>Multi-level reconciliation that supports international & domestic networks across multiple delivery channels.</li>\r\n <li>Applicable transaction fee and surcharge can be configured.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>FSS Recon is currently deployed and functional at over 20 banks/ institutions in India and world over.</li>\r\n <li>A proven, scalable solution that supports reconciliation of over 20 million transactions in a single day.</li>\r\n <li>Reconciliation of all card transactions is processed under a single system that provides an unified view to bank/financial institution.</li>\r\n <li>A comprehensive solution perfected over a period of 20 years from the pioneers in the payments domain.</li>\r\n</ul>\r\n ','Reconciliation & Settlement','','inherit','open','open','','52-revision-v1','','','2014-03-10 10:36:27','2014-03-10 10:36:27','',52,'http://039719c.netsolhost.com/ltest/fss/52-revision-v1/',0,'revision','',0),(681,1,'2014-03-10 10:49:35','2014-03-10 10:49:35','<p>This is the first paragraph of your landing page where you want to draw the viewer in and quickly explain your value proposition.</p><p><strong>Use Bullet Points to:</strong><ul><li>Explain why they should fill out the form</li><li>What they will learn if they download</li><li>A problem this form will solve for them</li></ul></p><p>Short ending paragraph reiterating the value behind the form</p>','A/B Testing Landing Page Example','','publish','closed','open','','ab-testing-landing-page-example','','','2014-03-10 10:49:35','2014-03-10 10:49:35','',0,'http://039719c.netsolhost.com/ltest/fss/ab-testing-landing-page-example/',0,'landing-page','',0),(683,1,'2014-03-10 11:44:16','2014-03-10 11:44:16','[inbound_forms id=\"684\" name=\"samp form\"]','tet','','publish','closed','closed','','tet','','','2014-03-10 11:44:16','2014-03-10 11:44:16','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=landing-page&p=683',0,'landing-page','',0),(684,1,'2014-03-10 11:43:30','2014-03-10 11:43:30','','samp form','','publish','open','open','','samp-form','','','2014-03-10 11:43:30','2014-03-10 11:43:30','',0,'http://039719c.netsolhost.com/ltest/fss/inbound-forms/samp-form/',0,'inbound-forms','',0),(685,1,'2014-03-10 11:45:52','2014-03-10 11:45:52','[responsive]<img class=\"alignnone size-full wp-image-675\" alt=\"fss-contact-us\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/03/fss-contact-us.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nThank you for your interest in FSS’ solutions. Please provide the following information about your business needs to help us serve you better. This information will enable us to route your request to the appropriate person. You should receive a response within 48 hours.\r\n\r\n[button font_size=\"20\" color=\"#c8232b\" text_color=\"#ffffff\" url=\"lp link\" target=\"_self\"]lp page[/button]\r\n\r\n[contact-form-7 id=\"673\" title=\"Enquiry Form\"]','Enquiry Form','','inherit','open','open','','674-revision-v1','','','2014-03-10 11:45:52','2014-03-10 11:45:52','',674,'http://039719c.netsolhost.com/ltest/fss/674-revision-v1/',0,'revision','',0),(686,1,'2014-03-10 11:47:08','2014-03-10 11:47:08','[responsive]<img class=\"alignnone size-full wp-image-675\" alt=\"fss-contact-us\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/03/fss-contact-us.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nThank you for your interest in FSS’ solutions. Please provide the following information about your business needs to help us serve you better. This information will enable us to route your request to the appropriate person. You should receive a response within 48 hours.\r\n\r\n[button font_size=\"20\" color=\"#c8232b\" text_color=\"#ffffff\" url=\"http://039719c.netsolhost.com/ltest/fss/enquiry-form\" target=\"_self\"]lp page[/button]\r\n\r\n[contact-form-7 id=\"673\" title=\"Enquiry Form\"]','Enquiry Form','','inherit','open','open','','674-revision-v1','','','2014-03-10 11:47:08','2014-03-10 11:47:08','',674,'http://039719c.netsolhost.com/ltest/fss/674-revision-v1/',0,'revision','',0),(687,1,'2014-03-10 11:47:58','2014-03-10 11:47:58','[responsive]<img class=\"alignnone size-full wp-image-675\" alt=\"fss-contact-us\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/03/fss-contact-us.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nThank you for your interest in FSS’ solutions. Please provide the following information about your business needs to help us serve you better. This information will enable us to route your request to the appropriate person. You should receive a response within 48 hours.\r\n\r\n[button font_size=\"20\" color=\"#c8232b\" text_color=\"#ffffff\" url=\"http://039719c.netsolhost.com/ltest/fss/enquiry-form\" target=\"_self\"]lpp[/button]\r\n\r\n[contact-form-7 id=\"673\" title=\"Enquiry Form\"]','Enquiry Form','','inherit','open','open','','674-revision-v1','','','2014-03-10 11:47:58','2014-03-10 11:47:58','',674,'http://039719c.netsolhost.com/ltest/fss/674-revision-v1/',0,'revision','',0),(688,1,'2014-03-10 13:17:55','2014-03-10 13:17:55','[responsive]<img class=\"alignnone size-full wp-image-675\" alt=\"fss-contact-us\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/03/fss-contact-us.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nThank you for your interest in FSS’ solutions. Please provide the following information about your business needs to help us serve you better. This information will enable us to route your request to the appropriate person. You should receive a response within 48 hours.\r\n\r\n[contact-form-7 id=\"673\" title=\"Enquiry Form\"]\r\n\r\n ','Enquiry Form','','inherit','open','open','','674-revision-v1','','','2014-03-10 13:17:55','2014-03-10 13:17:55','',674,'http://039719c.netsolhost.com/ltest/fss/674-revision-v1/',0,'revision','',0),(689,1,'2014-03-10 13:19:35','2014-03-10 13:19:35','<strong>Advance your career at one of the fastest-growing companies in the payments domain</strong>\r\n\r\nFSS (Financial Software and Systems) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. FSS has earned the status of being a payment systems leader by providing a well-established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>FSS is a company of diverse, talented people with a passion for pursuing excellence in the payments domain.</strong>\r\n\r\nFSS has over 1,500 professionals who are creating the future of payments that are trusted by more than 100 clients across the globe. Led by a team of ex-bankers and technocrats from the banking and financial services industry, FSS has combined the experience of its management team and the dexterity of its employees into a success formula to forge ahead in the sphere of e-payments.\r\n\r\nFSS provides employees an energizing, challenging yet enjoyable and rewarding working environment making it a preferred work place for future leaders.\r\n\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"Head - Legal\"] <strong>Job Description</strong>\r\n<pre>[custom_table style=\"1\"]\r\n<table width=\"100%\">\r\n <thead>\r\n <tr>\r\n <th>Column 1</th>\r\n <th>Column 2</th>\r\n <th>Column 3</th>\r\n <th>Column 4</th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>Item #1</td>\r\n <td>Description</td>\r\n <td>Subtotal:</td>\r\n <td>$1.00</td>\r\n </tr>\r\n <tr>\r\n <td>Item #2</td>\r\n <td>Description</td>\r\n <td>Discount:</td>\r\n <td>$2.00</td>\r\n </tr>\r\n <tr>\r\n <td>Item #3</td>\r\n <td>Description</td>\r\n <td>Shipping:</td>\r\n <td>$3.00</td>\r\n </tr>\r\n <tr>\r\n <td>Item #4</td>\r\n <td>Description</td>\r\n <td>Tax:</td>\r\n <td>$4.00</td>\r\n </tr>\r\n <tr>\r\n <td><strong>All Items</strong></td>\r\n <td><strong>Description</strong></td>\r\n <td><strong>Your Total:</strong></td>\r\n <td><strong>$10.00</strong></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n[/custom_table]</pre>\r\n<ul>\r\n <li>The person will be responsible for managing the whole of legal systems & processes and company secretary role for FSS</li>\r\n <li>The person shall be responsible for management and administration of contracts</li>\r\n <li>The person will identify potential risks in contracts and provide recommendations and alternatives</li>\r\n <li>The person will represent the company before statutory authorities for various legal matters</li>\r\n</ul>\r\n[/accordion-item]\r\n[accordion-item title=\"Business Development Manager - Delhi\"]<strong>Job Description</strong>\r\n\r\nA. Objective\r\n\r\nLead and direct the Business Development, Sales efforts of FSS’s services/products for assigned accounts in ATM business, India\r\nBe responsible for top line and bottom line for the same\r\n\r\nB. Role and Responsibility\r\n\r\nFinancial:\r\n<ul>\r\n <li>Chart & achieve clear revenue targets for new business from the assigned accounts</li>\r\n <li>Achieve agreed margins for new business</li>\r\n <li>Achieve agreed numbers w.r.to conversion ratio of prospects / clients</li>\r\n</ul>\r\nStrategic:\r\n<ul>\r\n <li>Be responsible for tracking and presenting competitive intelligence as per the agreed milestones</li>\r\n <li>Be responsible for tracking and presenting business intelligence(analysis and reports) as per the agreed milestones</li>\r\n <li>Sustain unique selling proposition and brand equity</li>\r\n</ul>\r\nCustomer satisfaction:\r\n<ul>\r\n <li>Create and manage customer database. Provide better information w.r.to customer contacts</li>\r\n <li>Anticipate customer evolution, i.e., to receive, discuss and anticipate new requirements from/with customers and propose ‘lowest effort’ solutions or workarounds</li>\r\n <li>Maintain and build strong relationships with customers to increase customer satisfaction.</li>\r\n</ul>\r\n[/accordion-item]\r\n[/accordion]','Careers','','inherit','open','open','','228-revision-v1','','','2014-03-10 13:19:35','2014-03-10 13:19:35','',228,'http://039719c.netsolhost.com/ltest/fss/228-revision-v1/',0,'revision','',0),(690,1,'2014-03-10 13:20:13','2014-03-10 13:20:13','<strong>Advance your career at one of the fastest-growing companies in the payments domain</strong>\r\n\r\nFSS (Financial Software and Systems) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. FSS has earned the status of being a payment systems leader by providing a well-established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>FSS is a company of diverse, talented people with a passion for pursuing excellence in the payments domain.</strong>\r\n\r\nFSS has over 1,500 professionals who are creating the future of payments that are trusted by more than 100 clients across the globe. Led by a team of ex-bankers and technocrats from the banking and financial services industry, FSS has combined the experience of its management team and the dexterity of its employees into a success formula to forge ahead in the sphere of e-payments.\r\n\r\nFSS provides employees an energizing, challenging yet enjoyable and rewarding working environment making it a preferred work place for future leaders.\r\n\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"Head - Legal\"] <strong>Job Description</strong>\r\n[custom_table style=\"1\"]\r\n<table width=\"100%\">\r\n <thead>\r\n <tr>\r\n <th>Column 1</th>\r\n <th>Column 2</th>\r\n <th>Column 3</th>\r\n <th>Column 4</th>\r\n </tr>\r\n </thead>\r\n <tbody>\r\n <tr>\r\n <td>Item #1</td>\r\n <td>Description</td>\r\n <td>Subtotal:</td>\r\n <td>$1.00</td>\r\n </tr>\r\n <tr>\r\n <td>Item #2</td>\r\n <td>Description</td>\r\n <td>Discount:</td>\r\n <td>$2.00</td>\r\n </tr>\r\n <tr>\r\n <td>Item #3</td>\r\n <td>Description</td>\r\n <td>Shipping:</td>\r\n <td>$3.00</td>\r\n </tr>\r\n <tr>\r\n <td>Item #4</td>\r\n <td>Description</td>\r\n <td>Tax:</td>\r\n <td>$4.00</td>\r\n </tr>\r\n <tr>\r\n <td><strong>All Items</strong></td>\r\n <td><strong>Description</strong></td>\r\n <td><strong>Your Total:</strong></td>\r\n <td><strong>$10.00</strong></td>\r\n </tr>\r\n </tbody>\r\n</table>\r\n[/custom_table]\r\n<ul>\r\n <li>The person will be responsible for managing the whole of legal systems & processes and company secretary role for FSS</li>\r\n <li>The person shall be responsible for management and administration of contracts</li>\r\n <li>The person will identify potential risks in contracts and provide recommendations and alternatives</li>\r\n <li>The person will represent the company before statutory authorities for various legal matters</li>\r\n</ul>\r\n[/accordion-item]\r\n[accordion-item title=\"Business Development Manager - Delhi\"]<strong>Job Description</strong>\r\n\r\nA. Objective\r\n\r\nLead and direct the Business Development, Sales efforts of FSS’s services/products for assigned accounts in ATM business, India\r\nBe responsible for top line and bottom line for the same\r\n\r\nB. Role and Responsibility\r\n\r\nFinancial:\r\n<ul>\r\n <li>Chart & achieve clear revenue targets for new business from the assigned accounts</li>\r\n <li>Achieve agreed margins for new business</li>\r\n <li>Achieve agreed numbers w.r.to conversion ratio of prospects / clients</li>\r\n</ul>\r\nStrategic:\r\n<ul>\r\n <li>Be responsible for tracking and presenting competitive intelligence as per the agreed milestones</li>\r\n <li>Be responsible for tracking and presenting business intelligence(analysis and reports) as per the agreed milestones</li>\r\n <li>Sustain unique selling proposition and brand equity</li>\r\n</ul>\r\nCustomer satisfaction:\r\n<ul>\r\n <li>Create and manage customer database. Provide better information w.r.to customer contacts</li>\r\n <li>Anticipate customer evolution, i.e., to receive, discuss and anticipate new requirements from/with customers and propose ‘lowest effort’ solutions or workarounds</li>\r\n <li>Maintain and build strong relationships with customers to increase customer satisfaction.</li>\r\n</ul>\r\n[/accordion-item]\r\n[/accordion]','Careers','','inherit','open','open','','228-revision-v1','','','2014-03-10 13:20:13','2014-03-10 13:20:13','',228,'http://039719c.netsolhost.com/ltest/fss/228-revision-v1/',0,'revision','',0),(691,1,'2014-03-10 13:22:22','2014-03-10 13:22:22','<strong>Advance your career at one of the fastest-growing companies in the payments domain</strong>\r\n\r\nFSS (Financial Software and Systems) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. FSS has earned the status of being a payment systems leader by providing a well-established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>FSS is a company of diverse, talented people with a passion for pursuing excellence in the payments domain.</strong>\r\n\r\nFSS has over 1,500 professionals who are creating the future of payments that are trusted by more than 100 clients across the globe. Led by a team of ex-bankers and technocrats from the banking and financial services industry, FSS has combined the experience of its management team and the dexterity of its employees into a success formula to forge ahead in the sphere of e-payments.\r\n\r\nFSS provides employees an energizing, challenging yet enjoyable and rewarding working environment making it a preferred work place for future leaders.\r\n\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"Head - Legal\"] <strong>Job Description</strong>\r\n[custom_table style=\"1\"]\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td>JOB ID</td>\r\n<td>Description</td>\r\n<td>Subtotal:</td>\r\n<td>$1.00</td>\r\n</tr>\r\n<tr>\r\n<td>Item #2</td>\r\n<td>Description</td>\r\n<td>Discount:</td>\r\n<td>$2.00</td>\r\n</tr>\r\n<tr>\r\n<td>Item #3</td>\r\n<td>Description</td>\r\n<td>Shipping:</td>\r\n<td>$3.00</td>\r\n</tr>\r\n<tr>\r\n<td>Item #4</td>\r\n<td>Description</td>\r\n<td>Tax:</td>\r\n<td>$4.00</td>\r\n</tr>\r\n<tr>\r\n<td><strong>All Items</strong></td>\r\n<td><strong>Description</strong></td>\r\n<td><strong>Your Total:</strong></td>\r\n<td><strong>$10.00</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/custom_table]\r\n<ul>\r\n <li>The person will be responsible for managing the whole of legal systems & processes and company secretary role for FSS</li>\r\n <li>The person shall be responsible for management and administration of contracts</li>\r\n <li>The person will identify potential risks in contracts and provide recommendations and alternatives</li>\r\n <li>The person will represent the company before statutory authorities for various legal matters</li>\r\n</ul>\r\n[/accordion-item]\r\n[accordion-item title=\"Business Development Manager - Delhi\"]<strong>Job Description</strong>\r\n\r\nA. Objective\r\n\r\nLead and direct the Business Development, Sales efforts of FSS’s services/products for assigned accounts in ATM business, India\r\nBe responsible for top line and bottom line for the same\r\n\r\nB. Role and Responsibility\r\n\r\nFinancial:\r\n<ul>\r\n <li>Chart & achieve clear revenue targets for new business from the assigned accounts</li>\r\n <li>Achieve agreed margins for new business</li>\r\n <li>Achieve agreed numbers w.r.to conversion ratio of prospects / clients</li>\r\n</ul>\r\nStrategic:\r\n<ul>\r\n <li>Be responsible for tracking and presenting competitive intelligence as per the agreed milestones</li>\r\n <li>Be responsible for tracking and presenting business intelligence(analysis and reports) as per the agreed milestones</li>\r\n <li>Sustain unique selling proposition and brand equity</li>\r\n</ul>\r\nCustomer satisfaction:\r\n<ul>\r\n <li>Create and manage customer database. Provide better information w.r.to customer contacts</li>\r\n <li>Anticipate customer evolution, i.e., to receive, discuss and anticipate new requirements from/with customers and propose ‘lowest effort’ solutions or workarounds</li>\r\n <li>Maintain and build strong relationships with customers to increase customer satisfaction.</li>\r\n</ul>\r\n[/accordion-item]\r\n[/accordion]','Careers','','inherit','open','open','','228-revision-v1','','','2014-03-10 13:22:22','2014-03-10 13:22:22','',228,'http://039719c.netsolhost.com/ltest/fss/228-revision-v1/',0,'revision','',0),(692,1,'2014-03-10 13:27:09','2014-03-10 13:27:09','<strong>Advance your career at one of the fastest-growing companies in the payments domain</strong>\r\n\r\nFSS (Financial Software and Systems) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. FSS has earned the status of being a payment systems leader by providing a well-established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>FSS is a company of diverse, talented people with a passion for pursuing excellence in the payments domain.</strong>\r\n\r\nFSS has over 1,500 professionals who are creating the future of payments that are trusted by more than 100 clients across the globe. Led by a team of ex-bankers and technocrats from the banking and financial services industry, FSS has combined the experience of its management team and the dexterity of its employees into a success formula to forge ahead in the sphere of e-payments.\r\n\r\nFSS provides employees an energizing, challenging yet enjoyable and rewarding working environment making it a preferred work place for future leaders.\r\n\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"Head - Legal\"] <strong>Job Description</strong>\r\n[custom_table style=\"1\"]\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td>JOB ID</td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td>JOB TITLE/DESIGNATION</td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td>JOB TYPE</td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td>JOB DESCRIPTION</td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td>KEYWORDS</td>\r\n<td><strong>Description</strong></td>\r\n</tr>\r\n<tr>\r\n<td>WORK EXPERIENCE</td>\r\n<td><strong>Description</strong></td>\r\n</tr>\r\n<tr>\r\n<td>LOCATION</td>\r\n<td><strong>Description</strong></td>\r\n</tr>\r\n<tr>\r\n<td>FUNCTIONAL AREA</td>\r\n<td><strong>Description</strong></td>\r\n</tr>\r\n<tr>\r\n<td>DESIRED CANDIDATE PROFILE</td>\r\n<td><strong>Description</strong></td>\r\n</tr>\r\n<tr>\r\n<td>QULAIFICATION</td>\r\n<td><strong>Description</strong></td>\r\n</tr>\r\n<tr>\r\n<td>VALID UPTO</td>\r\n<td><strong>Description</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CONTACT NUMBER (EXTN)</td>\r\n<td><strong>Description</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/custom_table]\r\n<ul>\r\n <li>The person will be responsible for managing the whole of legal systems & processes and company secretary role for FSS</li>\r\n <li>The person shall be responsible for management and administration of contracts</li>\r\n <li>The person will identify potential risks in contracts and provide recommendations and alternatives</li>\r\n <li>The person will represent the company before statutory authorities for various legal matters</li>\r\n</ul>\r\n[/accordion-item]\r\n[accordion-item title=\"Business Development Manager - Delhi\"]<strong>Job Description</strong>\r\n\r\nA. Objective\r\n\r\nLead and direct the Business Development, Sales efforts of FSS’s services/products for assigned accounts in ATM business, India\r\nBe responsible for top line and bottom line for the same\r\n\r\nB. Role and Responsibility\r\n\r\nFinancial:\r\n<ul>\r\n <li>Chart & achieve clear revenue targets for new business from the assigned accounts</li>\r\n <li>Achieve agreed margins for new business</li>\r\n <li>Achieve agreed numbers w.r.to conversion ratio of prospects / clients</li>\r\n</ul>\r\nStrategic:\r\n<ul>\r\n <li>Be responsible for tracking and presenting competitive intelligence as per the agreed milestones</li>\r\n <li>Be responsible for tracking and presenting business intelligence(analysis and reports) as per the agreed milestones</li>\r\n <li>Sustain unique selling proposition and brand equity</li>\r\n</ul>\r\nCustomer satisfaction:\r\n<ul>\r\n <li>Create and manage customer database. Provide better information w.r.to customer contacts</li>\r\n <li>Anticipate customer evolution, i.e., to receive, discuss and anticipate new requirements from/with customers and propose ‘lowest effort’ solutions or workarounds</li>\r\n <li>Maintain and build strong relationships with customers to increase customer satisfaction.</li>\r\n</ul>\r\n[/accordion-item]\r\n[/accordion]','Careers','','inherit','open','open','','228-revision-v1','','','2014-03-10 13:27:09','2014-03-10 13:27:09','',228,'http://039719c.netsolhost.com/ltest/fss/228-revision-v1/',0,'revision','',0),(693,1,'2014-03-10 13:29:42','2014-03-10 13:29:42','<strong>Advance your career at one of the fastest-growing companies in the payments domain</strong>\r\n\r\nFSS (Financial Software and Systems) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. FSS has earned the status of being a payment systems leader by providing a well-established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>FSS is a company of diverse, talented people with a passion for pursuing excellence in the payments domain.</strong>\r\n\r\nFSS has over 1,500 professionals who are creating the future of payments that are trusted by more than 100 clients across the globe. Led by a team of ex-bankers and technocrats from the banking and financial services industry, FSS has combined the experience of its management team and the dexterity of its employees into a success formula to forge ahead in the sphere of e-payments.\r\n\r\nFSS provides employees an energizing, challenging yet enjoyable and rewarding working environment making it a preferred work place for future leaders.\r\n\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"Head - Legal\"] <strong>Job Description</strong>\r\n[custom_table style=\"1\"]\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td>JOB ID</td>\r\n<td>FSS23456</td>\r\n</tr>\r\n<tr>\r\n<td>JOB TITLE/DESIGNATION</td>\r\n<td>Java Programmer</td>\r\n</tr>\r\n<tr>\r\n<td>JOB TYPE</td>\r\n<td>Permanent</td>\r\n</tr>\r\n<tr>\r\n<td>JOB DESCRIPTION</td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td>KEYWORDS</td>\r\n<td><strong>java</strong></td>\r\n</tr>\r\n<tr>\r\n<td>WORK EXPERIENCE</td>\r\n<td><strong>2+ Exp</strong></td>\r\n</tr>\r\n<tr>\r\n<td>LOCATION</td>\r\n<td><strong>Chennai</strong></td>\r\n</tr>\r\n<tr>\r\n<td>FUNCTIONAL AREA</td>\r\n<td><strong>IT</strong></td>\r\n</tr>\r\n<tr>\r\n<td>DESIRED CANDIDATE PROFILE</td>\r\n<td><strong>Description</strong></td>\r\n</tr>\r\n<tr>\r\n<td>QULAIFICATION</td>\r\n<td><strong>Btech</strong></td>\r\n</tr>\r\n<tr>\r\n<td>VALID UPTO</td>\r\n<td><strong>Description</strong></td>\r\n</tr>\r\n<tr>\r\n<td>CONTACT NUMBER (EXTN)</td>\r\n<td><strong>number</strong></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/custom_table]\r\n<ul>\r\n <li>The person will be responsible for managing the whole of legal systems & processes and company secretary role for FSS</li>\r\n <li>The person shall be responsible for management and administration of contracts</li>\r\n <li>The person will identify potential risks in contracts and provide recommendations and alternatives</li>\r\n <li>The person will represent the company before statutory authorities for various legal matters</li>\r\n</ul>\r\n[/accordion-item]\r\n[accordion-item title=\"Business Development Manager - Delhi\"]<strong>Job Description</strong>\r\n\r\nA. Objective\r\n\r\nLead and direct the Business Development, Sales efforts of FSS’s services/products for assigned accounts in ATM business, India\r\nBe responsible for top line and bottom line for the same\r\n\r\nB. Role and Responsibility\r\n\r\nFinancial:\r\n<ul>\r\n <li>Chart & achieve clear revenue targets for new business from the assigned accounts</li>\r\n <li>Achieve agreed margins for new business</li>\r\n <li>Achieve agreed numbers w.r.to conversion ratio of prospects / clients</li>\r\n</ul>\r\nStrategic:\r\n<ul>\r\n <li>Be responsible for tracking and presenting competitive intelligence as per the agreed milestones</li>\r\n <li>Be responsible for tracking and presenting business intelligence(analysis and reports) as per the agreed milestones</li>\r\n <li>Sustain unique selling proposition and brand equity</li>\r\n</ul>\r\nCustomer satisfaction:\r\n<ul>\r\n <li>Create and manage customer database. Provide better information w.r.to customer contacts</li>\r\n <li>Anticipate customer evolution, i.e., to receive, discuss and anticipate new requirements from/with customers and propose ‘lowest effort’ solutions or workarounds</li>\r\n <li>Maintain and build strong relationships with customers to increase customer satisfaction.</li>\r\n</ul>\r\n[/accordion-item]\r\n[/accordion]','Careers','','inherit','open','open','','228-revision-v1','','','2014-03-10 13:29:42','2014-03-10 13:29:42','',228,'http://039719c.netsolhost.com/ltest/fss/228-revision-v1/',0,'revision','',0),(694,1,'2014-03-10 13:32:29','2014-03-10 13:32:29','<strong>Advance your career at one of the fastest-growing companies in the payments domain</strong>\r\n\r\nFSS (Financial Software and Systems) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. FSS has earned the status of being a payment systems leader by providing a well-established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>FSS is a company of diverse, talented people with a passion for pursuing excellence in the payments domain.</strong>\r\n\r\nFSS has over 1,500 professionals who are creating the future of payments that are trusted by more than 100 clients across the globe. Led by a team of ex-bankers and technocrats from the banking and financial services industry, FSS has combined the experience of its management team and the dexterity of its employees into a success formula to forge ahead in the sphere of e-payments.\r\n\r\nFSS provides employees an energizing, challenging yet enjoyable and rewarding working environment making it a preferred work place for future leaders.\r\n\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"Head - Legal\"] <strong>Job Description</strong>\r\n[custom_table style=\"1\"]\r\n<table width=\"100%\">\r\n<tbody>\r\n<tr>\r\n<td><strong>JOB ID</strong></td>\r\n<td>FSS23456</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TITLE/DESIGNATION</strong></td>\r\n<td>Java Programmer</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TYPE</strong></td>\r\n<td>Permanent</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB DESCRIPTION</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>KEYWORDS</strong></td>\r\n<td>java</td>\r\n</tr>\r\n<tr>\r\n<td><strong>WORK EXPERIENCE</strong></td>\r\n<td>2+ Exp</td>\r\n</tr>\r\n<tr>\r\n<td><strong>LOCATION</strong></td>\r\n<td>Chennai</td>\r\n</tr>\r\n<tr>\r\n<td><strong>FUNCTIONAL AREA</strong></td>\r\n<td>IT</td>\r\n</tr>\r\n<tr>\r\n<td><strong>DESIRED CANDIDATE PROFILE</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>QULAIFICATION</strong></td>\r\n<td>Btech</td>\r\n</tr>\r\n<tr>\r\n<td><strong>VALID UPTO</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>CONTACT NUMBER (EXTN)</strong></td>\r\n<td>number</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/custom_table]\r\n<ul>\r\n <li>The person will be responsible for managing the whole of legal systems & processes and company secretary role for FSS</li>\r\n <li>The person shall be responsible for management and administration of contracts</li>\r\n <li>The person will identify potential risks in contracts and provide recommendations and alternatives</li>\r\n <li>The person will represent the company before statutory authorities for various legal matters</li>\r\n</ul>\r\n[/accordion-item]\r\n[accordion-item title=\"Business Development Manager - Delhi\"]<strong>Job Description</strong>\r\n\r\nA. Objective\r\n\r\nLead and direct the Business Development, Sales efforts of FSS’s services/products for assigned accounts in ATM business, India\r\nBe responsible for top line and bottom line for the same\r\n\r\nB. Role and Responsibility\r\n\r\nFinancial:\r\n<ul>\r\n <li>Chart & achieve clear revenue targets for new business from the assigned accounts</li>\r\n <li>Achieve agreed margins for new business</li>\r\n <li>Achieve agreed numbers w.r.to conversion ratio of prospects / clients</li>\r\n</ul>\r\nStrategic:\r\n<ul>\r\n <li>Be responsible for tracking and presenting competitive intelligence as per the agreed milestones</li>\r\n <li>Be responsible for tracking and presenting business intelligence(analysis and reports) as per the agreed milestones</li>\r\n <li>Sustain unique selling proposition and brand equity</li>\r\n</ul>\r\nCustomer satisfaction:\r\n<ul>\r\n <li>Create and manage customer database. Provide better information w.r.to customer contacts</li>\r\n <li>Anticipate customer evolution, i.e., to receive, discuss and anticipate new requirements from/with customers and propose ‘lowest effort’ solutions or workarounds</li>\r\n <li>Maintain and build strong relationships with customers to increase customer satisfaction.</li>\r\n</ul>\r\n[/accordion-item]\r\n[/accordion]','Careers','','inherit','open','open','','228-revision-v1','','','2014-03-10 13:32:29','2014-03-10 13:32:29','',228,'http://039719c.netsolhost.com/ltest/fss/228-revision-v1/',0,'revision','',0),(695,1,'2014-03-10 13:35:37','2014-03-10 13:35:37','<strong>Advance your career at one of the fastest-growing companies in the payments domain</strong>\r\n\r\nFSS (Financial Software and Systems) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. FSS has earned the status of being a payment systems leader by providing a well-established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>FSS is a company of diverse, talented people with a passion for pursuing excellence in the payments domain.</strong>\r\n\r\nFSS has over 1,500 professionals who are creating the future of payments that are trusted by more than 100 clients across the globe. Led by a team of ex-bankers and technocrats from the banking and financial services industry, FSS has combined the experience of its management team and the dexterity of its employees into a success formula to forge ahead in the sphere of e-payments.\r\n\r\nFSS provides employees an energizing, challenging yet enjoyable and rewarding working environment making it a preferred work place for future leaders.\r\n\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"Head - Legal\"] \r\n[custom_table style=\"1\"]\r\n<table width=\"100%\">\r\n<thead>\r\n <tr>\r\n <th colspan=\'2\'><strong>Job Description</strong></th>\r\n </tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><strong>JOB ID</strong></td>\r\n<td>FSS23456</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TITLE/DESIGNATION</strong></td>\r\n<td>Java Programmer</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TYPE</strong></td>\r\n<td>Permanent</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB DESCRIPTION</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>KEYWORDS</strong></td>\r\n<td>java</td>\r\n</tr>\r\n<tr>\r\n<td><strong>WORK EXPERIENCE</strong></td>\r\n<td>2+ Exp</td>\r\n</tr>\r\n<tr>\r\n<td><strong>LOCATION</strong></td>\r\n<td>Chennai</td>\r\n</tr>\r\n<tr>\r\n<td><strong>FUNCTIONAL AREA</strong></td>\r\n<td>IT</td>\r\n</tr>\r\n<tr>\r\n<td><strong>DESIRED CANDIDATE PROFILE</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>QULAIFICATION</strong></td>\r\n<td>Btech</td>\r\n</tr>\r\n<tr>\r\n<td><strong>VALID UPTO</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>CONTACT NUMBER (EXTN)</strong></td>\r\n<td>number</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/custom_table]\r\n<ul>\r\n <li>The person will be responsible for managing the whole of legal systems & processes and company secretary role for FSS</li>\r\n <li>The person shall be responsible for management and administration of contracts</li>\r\n <li>The person will identify potential risks in contracts and provide recommendations and alternatives</li>\r\n <li>The person will represent the company before statutory authorities for various legal matters</li>\r\n</ul>\r\n[/accordion-item]\r\n[accordion-item title=\"Business Development Manager - Delhi\"]<strong>Job Description</strong>\r\n\r\nA. Objective\r\n\r\nLead and direct the Business Development, Sales efforts of FSS’s services/products for assigned accounts in ATM business, India\r\nBe responsible for top line and bottom line for the same\r\n\r\nB. Role and Responsibility\r\n\r\nFinancial:\r\n<ul>\r\n <li>Chart & achieve clear revenue targets for new business from the assigned accounts</li>\r\n <li>Achieve agreed margins for new business</li>\r\n <li>Achieve agreed numbers w.r.to conversion ratio of prospects / clients</li>\r\n</ul>\r\nStrategic:\r\n<ul>\r\n <li>Be responsible for tracking and presenting competitive intelligence as per the agreed milestones</li>\r\n <li>Be responsible for tracking and presenting business intelligence(analysis and reports) as per the agreed milestones</li>\r\n <li>Sustain unique selling proposition and brand equity</li>\r\n</ul>\r\nCustomer satisfaction:\r\n<ul>\r\n <li>Create and manage customer database. Provide better information w.r.to customer contacts</li>\r\n <li>Anticipate customer evolution, i.e., to receive, discuss and anticipate new requirements from/with customers and propose ‘lowest effort’ solutions or workarounds</li>\r\n <li>Maintain and build strong relationships with customers to increase customer satisfaction.</li>\r\n</ul>\r\n[/accordion-item]\r\n[/accordion]','Careers','','inherit','open','open','','228-revision-v1','','','2014-03-10 13:35:37','2014-03-10 13:35:37','',228,'http://039719c.netsolhost.com/ltest/fss/228-revision-v1/',0,'revision','',0),(696,1,'2014-03-10 13:40:36','2014-03-10 13:40:36','<strong>Advance your career at one of the fastest-growing companies in the payments domain</strong>\r\n\r\nFSS (Financial Software and Systems) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. FSS has earned the status of being a payment systems leader by providing a well-established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>FSS is a company of diverse, talented people with a passion for pursuing excellence in the payments domain.</strong>\r\n\r\nFSS has over 1,500 professionals who are creating the future of payments that are trusted by more than 100 clients across the globe. Led by a team of ex-bankers and technocrats from the banking and financial services industry, FSS has combined the experience of its management team and the dexterity of its employees into a success formula to forge ahead in the sphere of e-payments.\r\n\r\nFSS provides employees an energizing, challenging yet enjoyable and rewarding working environment making it a preferred work place for future leaders.\r\n\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"Head - Legal\"]\r\n\r\n[teaserbox title=\"Your Title\" button=\"Buttontext\" link=\"http://www.google.com\" buttonsize=\"small\" buttoncolor=\"red\" target=\"_blank or _self\"]Your Content[/teaserbox]\r\n[custom_table style=\"1\"]\r\n<table width=\"100%\">\r\n<thead>\r\n<tr>\r\n<th colspan=\"2\"><strong>Job Description</strong></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><strong>JOB ID</strong></td>\r\n<td>FSS23456</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TITLE/DESIGNATION</strong></td>\r\n<td>Java Programmer</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TYPE</strong></td>\r\n<td>Permanent</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB DESCRIPTION</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>KEYWORDS</strong></td>\r\n<td>java</td>\r\n</tr>\r\n<tr>\r\n<td><strong>WORK EXPERIENCE</strong></td>\r\n<td>2+ Exp</td>\r\n</tr>\r\n<tr>\r\n<td><strong>LOCATION</strong></td>\r\n<td>Chennai</td>\r\n</tr>\r\n<tr>\r\n<td><strong>FUNCTIONAL AREA</strong></td>\r\n<td>IT</td>\r\n</tr>\r\n<tr>\r\n<td><strong>DESIRED CANDIDATE PROFILE</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>QULAIFICATION</strong></td>\r\n<td>Btech</td>\r\n</tr>\r\n<tr>\r\n<td><strong>VALID UPTO</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>CONTACT NUMBER (EXTN)</strong></td>\r\n<td>number</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/custom_table]\r\n<ul>\r\n <li>The person will be responsible for managing the whole of legal systems & processes and company secretary role for FSS</li>\r\n <li>The person shall be responsible for management and administration of contracts</li>\r\n <li>The person will identify potential risks in contracts and provide recommendations and alternatives</li>\r\n <li>The person will represent the company before statutory authorities for various legal matters</li>\r\n</ul>\r\n[/accordion-item]\r\n[accordion-item title=\"Business Development Manager - Delhi\"]<strong>Job Description</strong>\r\n\r\nA. Objective\r\n\r\nLead and direct the Business Development, Sales efforts of FSS’s services/products for assigned accounts in ATM business, India\r\nBe responsible for top line and bottom line for the same\r\n\r\nB. Role and Responsibility\r\n\r\nFinancial:\r\n<ul>\r\n <li>Chart & achieve clear revenue targets for new business from the assigned accounts</li>\r\n <li>Achieve agreed margins for new business</li>\r\n <li>Achieve agreed numbers w.r.to conversion ratio of prospects / clients</li>\r\n</ul>\r\nStrategic:\r\n<ul>\r\n <li>Be responsible for tracking and presenting competitive intelligence as per the agreed milestones</li>\r\n <li>Be responsible for tracking and presenting business intelligence(analysis and reports) as per the agreed milestones</li>\r\n <li>Sustain unique selling proposition and brand equity</li>\r\n</ul>\r\nCustomer satisfaction:\r\n<ul>\r\n <li>Create and manage customer database. Provide better information w.r.to customer contacts</li>\r\n <li>Anticipate customer evolution, i.e., to receive, discuss and anticipate new requirements from/with customers and propose ‘lowest effort’ solutions or workarounds</li>\r\n <li>Maintain and build strong relationships with customers to increase customer satisfaction.</li>\r\n</ul>\r\n[/accordion-item]\r\n[/accordion]','Careers','','inherit','open','open','','228-revision-v1','','','2014-03-10 13:40:36','2014-03-10 13:40:36','',228,'http://039719c.netsolhost.com/ltest/fss/228-revision-v1/',0,'revision','',0),(697,1,'2014-03-10 13:42:00','2014-03-10 13:42:00','<strong>Advance your career at one of the fastest-growing companies in the payments domain</strong>\r\n\r\nFSS (Financial Software and Systems) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. FSS has earned the status of being a payment systems leader by providing a well-established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>FSS is a company of diverse, talented people with a passion for pursuing excellence in the payments domain.</strong>\r\n\r\nFSS has over 1,500 professionals who are creating the future of payments that are trusted by more than 100 clients across the globe. Led by a team of ex-bankers and technocrats from the banking and financial services industry, FSS has combined the experience of its management team and the dexterity of its employees into a success formula to forge ahead in the sphere of e-payments.\r\n\r\nFSS provides employees an energizing, challenging yet enjoyable and rewarding working environment making it a preferred work place for future leaders.\r\n\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"Head - Legal\"]\r\n\r\n[box style=\"1\"]Your Content...[/box]\r\n\r\n[custom_table style=\"1\"]\r\n<table width=\"100%\">\r\n<thead>\r\n<tr>\r\n<th colspan=\"2\"><strong>Job Description</strong></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><strong>JOB ID</strong></td>\r\n<td>FSS23456</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TITLE/DESIGNATION</strong></td>\r\n<td>Java Programmer</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TYPE</strong></td>\r\n<td>Permanent</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB DESCRIPTION</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>KEYWORDS</strong></td>\r\n<td>java</td>\r\n</tr>\r\n<tr>\r\n<td><strong>WORK EXPERIENCE</strong></td>\r\n<td>2+ Exp</td>\r\n</tr>\r\n<tr>\r\n<td><strong>LOCATION</strong></td>\r\n<td>Chennai</td>\r\n</tr>\r\n<tr>\r\n<td><strong>FUNCTIONAL AREA</strong></td>\r\n<td>IT</td>\r\n</tr>\r\n<tr>\r\n<td><strong>DESIRED CANDIDATE PROFILE</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>QULAIFICATION</strong></td>\r\n<td>Btech</td>\r\n</tr>\r\n<tr>\r\n<td><strong>VALID UPTO</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>CONTACT NUMBER (EXTN)</strong></td>\r\n<td>number</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/custom_table]\r\n<ul>\r\n <li>The person will be responsible for managing the whole of legal systems & processes and company secretary role for FSS</li>\r\n <li>The person shall be responsible for management and administration of contracts</li>\r\n <li>The person will identify potential risks in contracts and provide recommendations and alternatives</li>\r\n <li>The person will represent the company before statutory authorities for various legal matters</li>\r\n</ul>\r\n[/accordion-item]\r\n[accordion-item title=\"Business Development Manager - Delhi\"]<strong>Job Description</strong>\r\n\r\nA. Objective\r\n\r\nLead and direct the Business Development, Sales efforts of FSS’s services/products for assigned accounts in ATM business, India\r\nBe responsible for top line and bottom line for the same\r\n\r\nB. Role and Responsibility\r\n\r\nFinancial:\r\n<ul>\r\n <li>Chart & achieve clear revenue targets for new business from the assigned accounts</li>\r\n <li>Achieve agreed margins for new business</li>\r\n <li>Achieve agreed numbers w.r.to conversion ratio of prospects / clients</li>\r\n</ul>\r\nStrategic:\r\n<ul>\r\n <li>Be responsible for tracking and presenting competitive intelligence as per the agreed milestones</li>\r\n <li>Be responsible for tracking and presenting business intelligence(analysis and reports) as per the agreed milestones</li>\r\n <li>Sustain unique selling proposition and brand equity</li>\r\n</ul>\r\nCustomer satisfaction:\r\n<ul>\r\n <li>Create and manage customer database. Provide better information w.r.to customer contacts</li>\r\n <li>Anticipate customer evolution, i.e., to receive, discuss and anticipate new requirements from/with customers and propose ‘lowest effort’ solutions or workarounds</li>\r\n <li>Maintain and build strong relationships with customers to increase customer satisfaction.</li>\r\n</ul>\r\n[/accordion-item]\r\n[/accordion]','Careers','','inherit','open','open','','228-revision-v1','','','2014-03-10 13:42:00','2014-03-10 13:42:00','',228,'http://039719c.netsolhost.com/ltest/fss/228-revision-v1/',0,'revision','',0),(698,1,'2014-03-10 13:42:16','2014-03-10 13:42:16','<strong>Advance your career at one of the fastest-growing companies in the payments domain</strong>\r\n\r\nFSS (Financial Software and Systems) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. FSS has earned the status of being a payment systems leader by providing a well-established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>FSS is a company of diverse, talented people with a passion for pursuing excellence in the payments domain.</strong>\r\n\r\nFSS has over 1,500 professionals who are creating the future of payments that are trusted by more than 100 clients across the globe. Led by a team of ex-bankers and technocrats from the banking and financial services industry, FSS has combined the experience of its management team and the dexterity of its employees into a success formula to forge ahead in the sphere of e-payments.\r\n\r\nFSS provides employees an energizing, challenging yet enjoyable and rewarding working environment making it a preferred work place for future leaders.\r\n\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"Head - Legal\"]\r\n\r\n[box style=\"2\"]Your Content...[/box]\r\n\r\n[custom_table style=\"1\"]\r\n<table width=\"100%\">\r\n<thead>\r\n<tr>\r\n<th colspan=\"2\"><strong>Job Description</strong></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><strong>JOB ID</strong></td>\r\n<td>FSS23456</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TITLE/DESIGNATION</strong></td>\r\n<td>Java Programmer</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TYPE</strong></td>\r\n<td>Permanent</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB DESCRIPTION</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>KEYWORDS</strong></td>\r\n<td>java</td>\r\n</tr>\r\n<tr>\r\n<td><strong>WORK EXPERIENCE</strong></td>\r\n<td>2+ Exp</td>\r\n</tr>\r\n<tr>\r\n<td><strong>LOCATION</strong></td>\r\n<td>Chennai</td>\r\n</tr>\r\n<tr>\r\n<td><strong>FUNCTIONAL AREA</strong></td>\r\n<td>IT</td>\r\n</tr>\r\n<tr>\r\n<td><strong>DESIRED CANDIDATE PROFILE</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>QULAIFICATION</strong></td>\r\n<td>Btech</td>\r\n</tr>\r\n<tr>\r\n<td><strong>VALID UPTO</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>CONTACT NUMBER (EXTN)</strong></td>\r\n<td>number</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/custom_table]\r\n<ul>\r\n <li>The person will be responsible for managing the whole of legal systems & processes and company secretary role for FSS</li>\r\n <li>The person shall be responsible for management and administration of contracts</li>\r\n <li>The person will identify potential risks in contracts and provide recommendations and alternatives</li>\r\n <li>The person will represent the company before statutory authorities for various legal matters</li>\r\n</ul>\r\n[/accordion-item]\r\n[accordion-item title=\"Business Development Manager - Delhi\"]<strong>Job Description</strong>\r\n\r\nA. Objective\r\n\r\nLead and direct the Business Development, Sales efforts of FSS’s services/products for assigned accounts in ATM business, India\r\nBe responsible for top line and bottom line for the same\r\n\r\nB. Role and Responsibility\r\n\r\nFinancial:\r\n<ul>\r\n <li>Chart & achieve clear revenue targets for new business from the assigned accounts</li>\r\n <li>Achieve agreed margins for new business</li>\r\n <li>Achieve agreed numbers w.r.to conversion ratio of prospects / clients</li>\r\n</ul>\r\nStrategic:\r\n<ul>\r\n <li>Be responsible for tracking and presenting competitive intelligence as per the agreed milestones</li>\r\n <li>Be responsible for tracking and presenting business intelligence(analysis and reports) as per the agreed milestones</li>\r\n <li>Sustain unique selling proposition and brand equity</li>\r\n</ul>\r\nCustomer satisfaction:\r\n<ul>\r\n <li>Create and manage customer database. Provide better information w.r.to customer contacts</li>\r\n <li>Anticipate customer evolution, i.e., to receive, discuss and anticipate new requirements from/with customers and propose ‘lowest effort’ solutions or workarounds</li>\r\n <li>Maintain and build strong relationships with customers to increase customer satisfaction.</li>\r\n</ul>\r\n[/accordion-item]\r\n[/accordion]','Careers','','inherit','open','open','','228-revision-v1','','','2014-03-10 13:42:16','2014-03-10 13:42:16','',228,'http://039719c.netsolhost.com/ltest/fss/228-revision-v1/',0,'revision','',0),(699,1,'2014-03-10 13:43:38','2014-03-10 13:43:38','<strong>Advance your career at one of the fastest-growing companies in the payments domain</strong>\r\n\r\nFSS (Financial Software and Systems) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. FSS has earned the status of being a payment systems leader by providing a well-established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>FSS is a company of diverse, talented people with a passion for pursuing excellence in the payments domain.</strong>\r\n\r\nFSS has over 1,500 professionals who are creating the future of payments that are trusted by more than 100 clients across the globe. Led by a team of ex-bankers and technocrats from the banking and financial services industry, FSS has combined the experience of its management team and the dexterity of its employees into a success formula to forge ahead in the sphere of e-payments.\r\n\r\nFSS provides employees an energizing, challenging yet enjoyable and rewarding working environment making it a preferred work place for future leaders.\r\n\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"Head - Legal\"]\r\n\r\n[pricing-table col=\"2\"]\r\n[plan name=\"Starter Edition\" link=\"http://www.google.de\" linkname=\"Sign Up\" price=\"19$\" per=\"per year\" color=\"#83b732\" featured=\"Best Price\"]\r\n<ul>\r\n <li>Item 1</li>\r\n</ul>\r\n[/plan]\r\n[plan name=\"Starter Edition\" link=\"http://www.google.de\" linkname=\"Sign Up\" price=\"49$\" per=\"per month\" color=\"#999999\"]\r\n<ul>\r\n <li>Item 1</li>\r\n</ul>\r\n[/plan]\r\n[/pricing-table]\r\n\r\n[custom_table style=\"1\"]\r\n<table width=\"100%\">\r\n<thead>\r\n<tr>\r\n<th colspan=\"2\"><strong>Job Description</strong></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><strong>JOB ID</strong></td>\r\n<td>FSS23456</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TITLE/DESIGNATION</strong></td>\r\n<td>Java Programmer</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TYPE</strong></td>\r\n<td>Permanent</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB DESCRIPTION</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>KEYWORDS</strong></td>\r\n<td>java</td>\r\n</tr>\r\n<tr>\r\n<td><strong>WORK EXPERIENCE</strong></td>\r\n<td>2+ Exp</td>\r\n</tr>\r\n<tr>\r\n<td><strong>LOCATION</strong></td>\r\n<td>Chennai</td>\r\n</tr>\r\n<tr>\r\n<td><strong>FUNCTIONAL AREA</strong></td>\r\n<td>IT</td>\r\n</tr>\r\n<tr>\r\n<td><strong>DESIRED CANDIDATE PROFILE</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>QULAIFICATION</strong></td>\r\n<td>Btech</td>\r\n</tr>\r\n<tr>\r\n<td><strong>VALID UPTO</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>CONTACT NUMBER (EXTN)</strong></td>\r\n<td>number</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/custom_table]\r\n<ul>\r\n <li>The person will be responsible for managing the whole of legal systems & processes and company secretary role for FSS</li>\r\n <li>The person shall be responsible for management and administration of contracts</li>\r\n <li>The person will identify potential risks in contracts and provide recommendations and alternatives</li>\r\n <li>The person will represent the company before statutory authorities for various legal matters</li>\r\n</ul>\r\n[/accordion-item]\r\n[accordion-item title=\"Business Development Manager - Delhi\"]<strong>Job Description</strong>\r\n\r\nA. Objective\r\n\r\nLead and direct the Business Development, Sales efforts of FSS’s services/products for assigned accounts in ATM business, India\r\nBe responsible for top line and bottom line for the same\r\n\r\nB. Role and Responsibility\r\n\r\nFinancial:\r\n<ul>\r\n <li>Chart & achieve clear revenue targets for new business from the assigned accounts</li>\r\n <li>Achieve agreed margins for new business</li>\r\n <li>Achieve agreed numbers w.r.to conversion ratio of prospects / clients</li>\r\n</ul>\r\nStrategic:\r\n<ul>\r\n <li>Be responsible for tracking and presenting competitive intelligence as per the agreed milestones</li>\r\n <li>Be responsible for tracking and presenting business intelligence(analysis and reports) as per the agreed milestones</li>\r\n <li>Sustain unique selling proposition and brand equity</li>\r\n</ul>\r\nCustomer satisfaction:\r\n<ul>\r\n <li>Create and manage customer database. Provide better information w.r.to customer contacts</li>\r\n <li>Anticipate customer evolution, i.e., to receive, discuss and anticipate new requirements from/with customers and propose ‘lowest effort’ solutions or workarounds</li>\r\n <li>Maintain and build strong relationships with customers to increase customer satisfaction.</li>\r\n</ul>\r\n[/accordion-item]\r\n[/accordion]','Careers','','inherit','open','open','','228-revision-v1','','','2014-03-10 13:43:38','2014-03-10 13:43:38','',228,'http://039719c.netsolhost.com/ltest/fss/228-revision-v1/',0,'revision','',0),(700,1,'2014-03-10 13:45:13','2014-03-10 13:45:13','<strong>Advance your career at one of the fastest-growing companies in the payments domain</strong>\r\n\r\nFSS (Financial Software and Systems) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. FSS has earned the status of being a payment systems leader by providing a well-established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>FSS is a company of diverse, talented people with a passion for pursuing excellence in the payments domain.</strong>\r\n\r\nFSS has over 1,500 professionals who are creating the future of payments that are trusted by more than 100 clients across the globe. Led by a team of ex-bankers and technocrats from the banking and financial services industry, FSS has combined the experience of its management team and the dexterity of its employees into a success formula to forge ahead in the sphere of e-payments.\r\n\r\nFSS provides employees an energizing, challenging yet enjoyable and rewarding working environment making it a preferred work place for future leaders.\r\n\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"Head - Legal\"]\r\n\r\n[dropcap style=\" book\"]R[/dropcap]\r\n\r\n[custom_table style=\"1\"]\r\n<table width=\"100%\">\r\n<thead>\r\n<tr>\r\n<th colspan=\"2\"><strong>Job Description</strong></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><strong>JOB ID</strong></td>\r\n<td>FSS23456</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TITLE/DESIGNATION</strong></td>\r\n<td>Java Programmer</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TYPE</strong></td>\r\n<td>Permanent</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB DESCRIPTION</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>KEYWORDS</strong></td>\r\n<td>java</td>\r\n</tr>\r\n<tr>\r\n<td><strong>WORK EXPERIENCE</strong></td>\r\n<td>2+ Exp</td>\r\n</tr>\r\n<tr>\r\n<td><strong>LOCATION</strong></td>\r\n<td>Chennai</td>\r\n</tr>\r\n<tr>\r\n<td><strong>FUNCTIONAL AREA</strong></td>\r\n<td>IT</td>\r\n</tr>\r\n<tr>\r\n<td><strong>DESIRED CANDIDATE PROFILE</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>QULAIFICATION</strong></td>\r\n<td>Btech</td>\r\n</tr>\r\n<tr>\r\n<td><strong>VALID UPTO</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>CONTACT NUMBER (EXTN)</strong></td>\r\n<td>number</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/custom_table]\r\n<ul>\r\n <li>The person will be responsible for managing the whole of legal systems & processes and company secretary role for FSS</li>\r\n <li>The person shall be responsible for management and administration of contracts</li>\r\n <li>The person will identify potential risks in contracts and provide recommendations and alternatives</li>\r\n <li>The person will represent the company before statutory authorities for various legal matters</li>\r\n</ul>\r\n[/accordion-item]\r\n[accordion-item title=\"Business Development Manager - Delhi\"]<strong>Job Description</strong>\r\n\r\nA. Objective\r\n\r\nLead and direct the Business Development, Sales efforts of FSS’s services/products for assigned accounts in ATM business, India\r\nBe responsible for top line and bottom line for the same\r\n\r\nB. Role and Responsibility\r\n\r\nFinancial:\r\n<ul>\r\n <li>Chart & achieve clear revenue targets for new business from the assigned accounts</li>\r\n <li>Achieve agreed margins for new business</li>\r\n <li>Achieve agreed numbers w.r.to conversion ratio of prospects / clients</li>\r\n</ul>\r\nStrategic:\r\n<ul>\r\n <li>Be responsible for tracking and presenting competitive intelligence as per the agreed milestones</li>\r\n <li>Be responsible for tracking and presenting business intelligence(analysis and reports) as per the agreed milestones</li>\r\n <li>Sustain unique selling proposition and brand equity</li>\r\n</ul>\r\nCustomer satisfaction:\r\n<ul>\r\n <li>Create and manage customer database. Provide better information w.r.to customer contacts</li>\r\n <li>Anticipate customer evolution, i.e., to receive, discuss and anticipate new requirements from/with customers and propose ‘lowest effort’ solutions or workarounds</li>\r\n <li>Maintain and build strong relationships with customers to increase customer satisfaction.</li>\r\n</ul>\r\n[/accordion-item]\r\n[/accordion]','Careers','','inherit','open','open','','228-revision-v1','','','2014-03-10 13:45:13','2014-03-10 13:45:13','',228,'http://039719c.netsolhost.com/ltest/fss/228-revision-v1/',0,'revision','',0),(701,1,'2014-03-10 13:45:37','2014-03-10 13:45:37','<strong>Advance your career at one of the fastest-growing companies in the payments domain</strong>\r\n\r\nFSS (Financial Software and Systems) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. FSS has earned the status of being a payment systems leader by providing a well-established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>FSS is a company of diverse, talented people with a passion for pursuing excellence in the payments domain.</strong>\r\n\r\nFSS has over 1,500 professionals who are creating the future of payments that are trusted by more than 100 clients across the globe. Led by a team of ex-bankers and technocrats from the banking and financial services industry, FSS has combined the experience of its management team and the dexterity of its employees into a success formula to forge ahead in the sphere of e-payments.\r\n\r\nFSS provides employees an energizing, challenging yet enjoyable and rewarding working environment making it a preferred work place for future leaders.\r\n\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"Head - Legal\"]\r\n\r\n[dropcap style=\" box\"]R[/dropcap]\r\n\r\n[custom_table style=\"1\"]\r\n<table width=\"100%\">\r\n<thead>\r\n<tr>\r\n<th colspan=\"2\"><strong>Job Description</strong></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><strong>JOB ID</strong></td>\r\n<td>FSS23456</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TITLE/DESIGNATION</strong></td>\r\n<td>Java Programmer</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TYPE</strong></td>\r\n<td>Permanent</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB DESCRIPTION</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>KEYWORDS</strong></td>\r\n<td>java</td>\r\n</tr>\r\n<tr>\r\n<td><strong>WORK EXPERIENCE</strong></td>\r\n<td>2+ Exp</td>\r\n</tr>\r\n<tr>\r\n<td><strong>LOCATION</strong></td>\r\n<td>Chennai</td>\r\n</tr>\r\n<tr>\r\n<td><strong>FUNCTIONAL AREA</strong></td>\r\n<td>IT</td>\r\n</tr>\r\n<tr>\r\n<td><strong>DESIRED CANDIDATE PROFILE</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>QULAIFICATION</strong></td>\r\n<td>Btech</td>\r\n</tr>\r\n<tr>\r\n<td><strong>VALID UPTO</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>CONTACT NUMBER (EXTN)</strong></td>\r\n<td>number</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/custom_table]\r\n<ul>\r\n <li>The person will be responsible for managing the whole of legal systems & processes and company secretary role for FSS</li>\r\n <li>The person shall be responsible for management and administration of contracts</li>\r\n <li>The person will identify potential risks in contracts and provide recommendations and alternatives</li>\r\n <li>The person will represent the company before statutory authorities for various legal matters</li>\r\n</ul>\r\n[/accordion-item]\r\n[accordion-item title=\"Business Development Manager - Delhi\"]<strong>Job Description</strong>\r\n\r\nA. Objective\r\n\r\nLead and direct the Business Development, Sales efforts of FSS’s services/products for assigned accounts in ATM business, India\r\nBe responsible for top line and bottom line for the same\r\n\r\nB. Role and Responsibility\r\n\r\nFinancial:\r\n<ul>\r\n <li>Chart & achieve clear revenue targets for new business from the assigned accounts</li>\r\n <li>Achieve agreed margins for new business</li>\r\n <li>Achieve agreed numbers w.r.to conversion ratio of prospects / clients</li>\r\n</ul>\r\nStrategic:\r\n<ul>\r\n <li>Be responsible for tracking and presenting competitive intelligence as per the agreed milestones</li>\r\n <li>Be responsible for tracking and presenting business intelligence(analysis and reports) as per the agreed milestones</li>\r\n <li>Sustain unique selling proposition and brand equity</li>\r\n</ul>\r\nCustomer satisfaction:\r\n<ul>\r\n <li>Create and manage customer database. Provide better information w.r.to customer contacts</li>\r\n <li>Anticipate customer evolution, i.e., to receive, discuss and anticipate new requirements from/with customers and propose ‘lowest effort’ solutions or workarounds</li>\r\n <li>Maintain and build strong relationships with customers to increase customer satisfaction.</li>\r\n</ul>\r\n[/accordion-item]\r\n[/accordion]','Careers','','inherit','open','open','','228-revision-v1','','','2014-03-10 13:45:37','2014-03-10 13:45:37','',228,'http://039719c.netsolhost.com/ltest/fss/228-revision-v1/',0,'revision','',0),(702,1,'2014-03-10 13:46:13','2014-03-10 13:46:13','<strong>Advance your career at one of the fastest-growing companies in the payments domain</strong>\r\n\r\nFSS (Financial Software and Systems) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. FSS has earned the status of being a payment systems leader by providing a well-established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>FSS is a company of diverse, talented people with a passion for pursuing excellence in the payments domain.</strong>\r\n\r\nFSS has over 1,500 professionals who are creating the future of payments that are trusted by more than 100 clients across the globe. Led by a team of ex-bankers and technocrats from the banking and financial services industry, FSS has combined the experience of its management team and the dexterity of its employees into a success formula to forge ahead in the sphere of e-payments.\r\n\r\nFSS provides employees an energizing, challenging yet enjoyable and rewarding working environment making it a preferred work place for future leaders.\r\n\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"Head - Legal\"]\r\n[alert type=\"notice\" close=\"true\"]Your Message[/alert]\r\n\r\n[custom_table style=\"1\"]\r\n<table width=\"100%\">\r\n<thead>\r\n<tr>\r\n<th colspan=\"2\"><strong>Job Description</strong></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><strong>JOB ID</strong></td>\r\n<td>FSS23456</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TITLE/DESIGNATION</strong></td>\r\n<td>Java Programmer</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TYPE</strong></td>\r\n<td>Permanent</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB DESCRIPTION</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>KEYWORDS</strong></td>\r\n<td>java</td>\r\n</tr>\r\n<tr>\r\n<td><strong>WORK EXPERIENCE</strong></td>\r\n<td>2+ Exp</td>\r\n</tr>\r\n<tr>\r\n<td><strong>LOCATION</strong></td>\r\n<td>Chennai</td>\r\n</tr>\r\n<tr>\r\n<td><strong>FUNCTIONAL AREA</strong></td>\r\n<td>IT</td>\r\n</tr>\r\n<tr>\r\n<td><strong>DESIRED CANDIDATE PROFILE</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>QULAIFICATION</strong></td>\r\n<td>Btech</td>\r\n</tr>\r\n<tr>\r\n<td><strong>VALID UPTO</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>CONTACT NUMBER (EXTN)</strong></td>\r\n<td>number</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/custom_table]\r\n<ul>\r\n <li>The person will be responsible for managing the whole of legal systems & processes and company secretary role for FSS</li>\r\n <li>The person shall be responsible for management and administration of contracts</li>\r\n <li>The person will identify potential risks in contracts and provide recommendations and alternatives</li>\r\n <li>The person will represent the company before statutory authorities for various legal matters</li>\r\n</ul>\r\n[/accordion-item]\r\n[accordion-item title=\"Business Development Manager - Delhi\"]<strong>Job Description</strong>\r\n\r\nA. Objective\r\n\r\nLead and direct the Business Development, Sales efforts of FSS’s services/products for assigned accounts in ATM business, India\r\nBe responsible for top line and bottom line for the same\r\n\r\nB. Role and Responsibility\r\n\r\nFinancial:\r\n<ul>\r\n <li>Chart & achieve clear revenue targets for new business from the assigned accounts</li>\r\n <li>Achieve agreed margins for new business</li>\r\n <li>Achieve agreed numbers w.r.to conversion ratio of prospects / clients</li>\r\n</ul>\r\nStrategic:\r\n<ul>\r\n <li>Be responsible for tracking and presenting competitive intelligence as per the agreed milestones</li>\r\n <li>Be responsible for tracking and presenting business intelligence(analysis and reports) as per the agreed milestones</li>\r\n <li>Sustain unique selling proposition and brand equity</li>\r\n</ul>\r\nCustomer satisfaction:\r\n<ul>\r\n <li>Create and manage customer database. Provide better information w.r.to customer contacts</li>\r\n <li>Anticipate customer evolution, i.e., to receive, discuss and anticipate new requirements from/with customers and propose ‘lowest effort’ solutions or workarounds</li>\r\n <li>Maintain and build strong relationships with customers to increase customer satisfaction.</li>\r\n</ul>\r\n[/accordion-item]\r\n[/accordion]','Careers','','inherit','open','open','','228-revision-v1','','','2014-03-10 13:46:13','2014-03-10 13:46:13','',228,'http://039719c.netsolhost.com/ltest/fss/228-revision-v1/',0,'revision','',0),(703,1,'2014-03-10 13:46:39','2014-03-10 13:46:39','<strong>Advance your career at one of the fastest-growing companies in the payments domain</strong>\r\n\r\nFSS (Financial Software and Systems) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. FSS has earned the status of being a payment systems leader by providing a well-established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>FSS is a company of diverse, talented people with a passion for pursuing excellence in the payments domain.</strong>\r\n\r\nFSS has over 1,500 professionals who are creating the future of payments that are trusted by more than 100 clients across the globe. Led by a team of ex-bankers and technocrats from the banking and financial services industry, FSS has combined the experience of its management team and the dexterity of its employees into a success formula to forge ahead in the sphere of e-payments.\r\n\r\nFSS provides employees an energizing, challenging yet enjoyable and rewarding working environment making it a preferred work place for future leaders.\r\n\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"Head - Legal\"]\r\n[alert type=\"warning\" close=\"true\"]Your Message[/alert]\r\n\r\n[custom_table style=\"1\"]\r\n<table width=\"100%\">\r\n<thead>\r\n<tr>\r\n<th colspan=\"2\"><strong>Job Description</strong></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><strong>JOB ID</strong></td>\r\n<td>FSS23456</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TITLE/DESIGNATION</strong></td>\r\n<td>Java Programmer</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TYPE</strong></td>\r\n<td>Permanent</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB DESCRIPTION</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>KEYWORDS</strong></td>\r\n<td>java</td>\r\n</tr>\r\n<tr>\r\n<td><strong>WORK EXPERIENCE</strong></td>\r\n<td>2+ Exp</td>\r\n</tr>\r\n<tr>\r\n<td><strong>LOCATION</strong></td>\r\n<td>Chennai</td>\r\n</tr>\r\n<tr>\r\n<td><strong>FUNCTIONAL AREA</strong></td>\r\n<td>IT</td>\r\n</tr>\r\n<tr>\r\n<td><strong>DESIRED CANDIDATE PROFILE</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>QULAIFICATION</strong></td>\r\n<td>Btech</td>\r\n</tr>\r\n<tr>\r\n<td><strong>VALID UPTO</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>CONTACT NUMBER (EXTN)</strong></td>\r\n<td>number</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/custom_table]\r\n<ul>\r\n <li>The person will be responsible for managing the whole of legal systems & processes and company secretary role for FSS</li>\r\n <li>The person shall be responsible for management and administration of contracts</li>\r\n <li>The person will identify potential risks in contracts and provide recommendations and alternatives</li>\r\n <li>The person will represent the company before statutory authorities for various legal matters</li>\r\n</ul>\r\n[/accordion-item]\r\n[accordion-item title=\"Business Development Manager - Delhi\"]<strong>Job Description</strong>\r\n\r\nA. Objective\r\n\r\nLead and direct the Business Development, Sales efforts of FSS’s services/products for assigned accounts in ATM business, India\r\nBe responsible for top line and bottom line for the same\r\n\r\nB. Role and Responsibility\r\n\r\nFinancial:\r\n<ul>\r\n <li>Chart & achieve clear revenue targets for new business from the assigned accounts</li>\r\n <li>Achieve agreed margins for new business</li>\r\n <li>Achieve agreed numbers w.r.to conversion ratio of prospects / clients</li>\r\n</ul>\r\nStrategic:\r\n<ul>\r\n <li>Be responsible for tracking and presenting competitive intelligence as per the agreed milestones</li>\r\n <li>Be responsible for tracking and presenting business intelligence(analysis and reports) as per the agreed milestones</li>\r\n <li>Sustain unique selling proposition and brand equity</li>\r\n</ul>\r\nCustomer satisfaction:\r\n<ul>\r\n <li>Create and manage customer database. Provide better information w.r.to customer contacts</li>\r\n <li>Anticipate customer evolution, i.e., to receive, discuss and anticipate new requirements from/with customers and propose ‘lowest effort’ solutions or workarounds</li>\r\n <li>Maintain and build strong relationships with customers to increase customer satisfaction.</li>\r\n</ul>\r\n[/accordion-item]\r\n[/accordion]','Careers','','inherit','open','open','','228-revision-v1','','','2014-03-10 13:46:39','2014-03-10 13:46:39','',228,'http://039719c.netsolhost.com/ltest/fss/228-revision-v1/',0,'revision','',0),(704,1,'2014-03-10 13:47:14','2014-03-10 13:47:14','<strong>Advance your career at one of the fastest-growing companies in the payments domain</strong>\r\n\r\nFSS (Financial Software and Systems) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. FSS has earned the status of being a payment systems leader by providing a well-established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>FSS is a company of diverse, talented people with a passion for pursuing excellence in the payments domain.</strong>\r\n\r\nFSS has over 1,500 professionals who are creating the future of payments that are trusted by more than 100 clients across the globe. Led by a team of ex-bankers and technocrats from the banking and financial services industry, FSS has combined the experience of its management team and the dexterity of its employees into a success formula to forge ahead in the sphere of e-payments.\r\n\r\nFSS provides employees an energizing, challenging yet enjoyable and rewarding working environment making it a preferred work place for future leaders.\r\n\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"Head - Legal\"]\r\n\r\n[custom_table style=\"1\"]\r\n<table width=\"100%\">\r\n<thead>\r\n<tr>\r\n<th colspan=\"2\"><strong>Job Description</strong></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><strong>JOB ID</strong></td>\r\n<td>FSS23456</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TITLE/DESIGNATION</strong></td>\r\n<td>Java Programmer</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TYPE</strong></td>\r\n<td>Permanent</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB DESCRIPTION</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>KEYWORDS</strong></td>\r\n<td>java</td>\r\n</tr>\r\n<tr>\r\n<td><strong>WORK EXPERIENCE</strong></td>\r\n<td>2+ Exp</td>\r\n</tr>\r\n<tr>\r\n<td><strong>LOCATION</strong></td>\r\n<td>Chennai</td>\r\n</tr>\r\n<tr>\r\n<td><strong>FUNCTIONAL AREA</strong></td>\r\n<td>IT</td>\r\n</tr>\r\n<tr>\r\n<td><strong>DESIRED CANDIDATE PROFILE</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>QULAIFICATION</strong></td>\r\n<td>Btech</td>\r\n</tr>\r\n<tr>\r\n<td><strong>VALID UPTO</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>CONTACT NUMBER (EXTN)</strong></td>\r\n<td>number</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/custom_table]\r\n<ul>\r\n <li>The person will be responsible for managing the whole of legal systems & processes and company secretary role for FSS</li>\r\n <li>The person shall be responsible for management and administration of contracts</li>\r\n <li>The person will identify potential risks in contracts and provide recommendations and alternatives</li>\r\n <li>The person will represent the company before statutory authorities for various legal matters</li>\r\n</ul>\r\n[/accordion-item]\r\n[accordion-item title=\"Business Development Manager - Delhi\"]<strong>Job Description</strong>\r\n\r\nA. Objective\r\n\r\nLead and direct the Business Development, Sales efforts of FSS’s services/products for assigned accounts in ATM business, India\r\nBe responsible for top line and bottom line for the same\r\n\r\nB. Role and Responsibility\r\n\r\nFinancial:\r\n<ul>\r\n <li>Chart & achieve clear revenue targets for new business from the assigned accounts</li>\r\n <li>Achieve agreed margins for new business</li>\r\n <li>Achieve agreed numbers w.r.to conversion ratio of prospects / clients</li>\r\n</ul>\r\nStrategic:\r\n<ul>\r\n <li>Be responsible for tracking and presenting competitive intelligence as per the agreed milestones</li>\r\n <li>Be responsible for tracking and presenting business intelligence(analysis and reports) as per the agreed milestones</li>\r\n <li>Sustain unique selling proposition and brand equity</li>\r\n</ul>\r\nCustomer satisfaction:\r\n<ul>\r\n <li>Create and manage customer database. Provide better information w.r.to customer contacts</li>\r\n <li>Anticipate customer evolution, i.e., to receive, discuss and anticipate new requirements from/with customers and propose ‘lowest effort’ solutions or workarounds</li>\r\n <li>Maintain and build strong relationships with customers to increase customer satisfaction.</li>\r\n</ul>\r\n[/accordion-item]\r\n[/accordion]','Careers','','inherit','open','open','','228-revision-v1','','','2014-03-10 13:47:14','2014-03-10 13:47:14','',228,'http://039719c.netsolhost.com/ltest/fss/228-revision-v1/',0,'revision','',0),(705,1,'2014-03-10 13:54:48','2014-03-10 13:54:48','[section bgcolor=\"#f9f9f9\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][two_third][allbrochures][/two_third] [one_third_last][separator headline=\"h3\" title=\"Login\"][lwa][/one_third_last][/section]','Brochures','','publish','open','open','','all-brochures','','','2014-05-07 13:16:18','2014-05-07 13:16:18','',0,'http://039719c.netsolhost.com/ltest/fss/?page_id=705',0,'page','',0),(706,1,'2014-03-10 13:54:48','2014-03-10 13:54:48','[allbrochures]','Brochures','','inherit','open','open','','705-revision-v1','','','2014-03-10 13:54:48','2014-03-10 13:54:48','',705,'http://039719c.netsolhost.com/ltest/fss/705-revision-v1/',0,'revision','',0),(707,1,'2014-03-10 13:57:39','2014-03-10 13:57:39','','Brochures','','publish','closed','closed','','acf_brochures','','','2014-03-10 13:57:39','2014-03-10 13:57:39','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=acf&p=707',0,'acf','',0),(708,1,'2014-03-10 13:58:49','2014-03-10 13:58:49','','Dummy text','','publish','closed','closed','','dummy-text','','','2014-03-10 14:00:07','2014-03-10 14:00:07','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=brochures&p=708',0,'brochures','',0),(709,1,'2014-03-10 13:59:34','2014-03-10 13:59:34','[section bgcolor=\"#f9f9f9\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][two_third][allbrochures][/two_third] [one_third_last][separator headline=\"h3\" title=\"Login\"][lwa][/one_third_last][/section]','Brochures','','inherit','open','open','','705-revision-v1','','','2014-03-10 13:59:34','2014-03-10 13:59:34','',705,'http://039719c.netsolhost.com/ltest/fss/705-revision-v1/',0,'revision','',0),(710,1,'2014-03-10 14:01:38','2014-03-10 14:01:38',' ','','','publish','open','open','','710','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',0,'http://039719c.netsolhost.com/ltest/fss/?p=710',10,'nav_menu_item','',0),(711,1,'2014-03-10 14:11:08','2014-03-10 14:11:08','[section bgcolor=\"#f9f9f9\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][two_third][allbrochures][/two_third] [one_third_last][separator headline=\"h3\" title=\"Login\"][lwa][/one_third_last][/section][mini-icon icon=\'folder-close\']','Brochures','','inherit','open','open','','705-revision-v1','','','2014-03-10 14:11:08','2014-03-10 14:11:08','',705,'http://039719c.netsolhost.com/ltest/fss/705-revision-v1/',0,'revision','',0),(712,1,'2014-03-10 14:11:41','2014-03-10 14:11:41','[section bgcolor=\"#f9f9f9\" parallax=\"true\" padding=\"40px 0\" border=\"1px solid #ececec\"][two_third][allbrochures][/two_third] [one_third_last][separator headline=\"h3\" title=\"Login\"][lwa][/one_third_last][/section]','Brochures','','inherit','open','open','','705-revision-v1','','','2014-03-10 14:11:41','2014-03-10 14:11:41','',705,'http://039719c.netsolhost.com/ltest/fss/705-revision-v1/',0,'revision','',0),(715,1,'2014-04-10 11:12:19','2014-04-10 11:12:19','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]FSS with over 20 years of technological and operational expertise in the payments domain has developed a comprehensive set of ATM services.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Fully managed, comprehensive and cost effective, mobile banking, mobile payment, mobile commerce and mobile wallet services, on a pay-per-use model..[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]FSS provides flexible, configurable solutions that support all card types including magnetic-stripe, EMV™ chip and virtual cards.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][gap height=\"15\"][whitepapers][/one_half] [one_half_last][separator headline=\"h3\" title=\"Recent News\"][recentnews][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][one_half][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half] [one_half_last][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half_last][/section][section bgcolor=\"#D71920\" padding=\"15px 0\" ][tips][/section]','Home','','inherit','open','open','','2-revision-v1','','','2014-04-10 11:12:19','2014-04-10 11:12:19','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(716,1,'2014-04-10 11:12:35','2014-04-10 11:12:35','[section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"none\"][one_third][retinaiconbox icon=\"file-alt\" color=\"#999999\" background=\"transparent\" title=\"ATM Services\"]FSS with over 20 years of technological and operational expertise in the payments domain has developed a comprehensive set of ATM services.[gap height=\"10\"] <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/\">Read More →</a>[/retinaiconbox][/one_third] [one_third][retinaiconbox icon=\"hdd\" color=\"#999999\" background=\"transparent\" title=\"Mobile Payments\"]Fully managed, comprehensive and cost effective, mobile banking, mobile payment, mobile commerce and mobile wallet services, on a pay-per-use model.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/mobile-payments/\">Read More →</a>[/retinaiconbox][/one_third] [one_third_last][retinaiconbox icon=\"comment-alt\" color=\"#999999\" background=\"transparent\" title=\"Card Management\"]FSS provides flexible, configurable solutions that support all card types including magnetic-stripe, EMV™ chip and virtual cards.[gap height=\"10\"]<a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Read More →</a> [/retinaiconbox][/one_third_last][/section][section bgcolor=\"#f9f9f9\" parallax=\"false\" padding=\"30px 0 0\" border=\"1px solid #ececec\"][one_half][separator headline=\"h3\" title=\"Resources\"][casestudies][gap height=\"15\"][whitepapers][/one_half] [one_half_last][separator headline=\"h3\" title=\"Recent News\"][recentnews][/one_half_last][/section][section bgcolor=\"#ffffff\" parallax=\"false\" padding=\"30px 0\" border=\"1px solid #ececec\"][separator headline=\"h3\" title=\"What client says\"][one_half][testimonial author=\"Alex John, Clasticon solution pvt ltd.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half] [one_half_last][testimonial author=\"John Doe, Company Inc.\"]Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.[/testimonial][/one_half_last][/section][section bgcolor=\"#D71920\" padding=\"15px 0\" ][tips][/section]','Home','','inherit','open','open','','2-revision-v1','','','2014-04-10 11:12:35','2014-04-10 11:12:35','',2,'http://039719c.netsolhost.com/ltest/fss/2-revision-v1/',0,'revision','',0),(726,1,'2014-04-21 12:36:55','2014-04-21 12:36:55','FSS has successfully deployed over 6,000 ATMs and cash dispensers for over 23 leading public and private banks in India, on pan-India geography. Strong relationships with ATM vendors, network service providers, cash-in-transit management companies and house-keeping agencies, enables FSS to provide a single point of contact to banks for all their ATM deployment and management requirements. In addition, these services can readily be combined with <a href=\"http://phpserver/phplive/fss/atm-services/managed-services/\">FSS ATM managed services</a>, for ensuring high availability of ATM services, resulting in revenue from an acquiring stand point.\r\n\r\nServices includes real estate, deployment, installation of infrastructure and network connectivity, site décor, branding, selection of security and housekeeping vendors, deployment of stationery, printer cash management, training of administrative staff and so on.\r\n\r\n<b>FSS ATM Deployment Services – Unique capabilities</b>\r\n<ul>\r\n <li>Ability to select and deploy ATMs / CDs / kiosks as per clients requirements, from all leading vendors</li>\r\n <li>Experienced team dedicated to site selection through analytical reports.</li>\r\n <li>Provides variety of network connectivity like leased line, CDMA, VSAT, ISDN dial back-up.</li>\r\n <li>High quality site preparation, custom lit up displays.</li>\r\n <li>Choice of armed /un-armed guards, house-keeping services.</li>\r\n <li>Cash management and loading services.</li>\r\n <li>Customer training for administration functions.</li>\r\n</ul>','ATM Deployment','','inherit','open','open','','130-revision-v1','','','2014-04-21 12:36:55','2014-04-21 12:36:55','',130,'http://039719c.netsolhost.com/ltest/fss/130-revision-v1/',0,'revision','',0),(724,3,'2014-04-16 05:57:31','2014-04-16 05:57:31','','case study 4','','publish','closed','closed','','case-study-4','','','2014-04-16 05:57:31','2014-04-16 05:57:31','',0,'http://039719c.netsolhost.com/ltest/fss/?post_type=studies&p=724',0,'studies','',0),(727,1,'2014-04-21 12:37:33','2014-04-21 12:37:33','FSS provides end to end portfolio management of ATM networks with helps banks and financial organizations by ensuring high availability, improved customer satisfaction and increased Return on Investment (ROI).\r\n\r\nFSS ATM Managed Services portfolio includes ATM monitoring, trouble-ticketing, first /second level management, cash management and support services. A round-the-clock facility with competent management team ensures high ATM availability with committed Service Level Agreements (SLA).\r\n\r\n<b>[mini-icon icon=\"list-alt\"] Lifecycle support</b>\r\n\r\n<sup>FSS provides integrated and end-to-end solutions for any phase of ATM network’s life cycle that ensures optimal network performance and cost management. </sup><sup>End to end lifecycle services include monitoring, trouble-ticketing, first /second level management, cash management and support services. A round-the-clock facility with competent management team ensures high ATM availability with committed Service Level Agreements (SLA)</sup>\r\n\r\n<b>[mini-icon icon=\"list-alt\"] Cash Management</b>\r\n\r\n<sup>FSS ensures lowest rate of cash-outs and maximum ATM uptime for ATM networks. Our 24x7 monitoring and tracking systems guarantees that the business critical metrics of ATM downtime and cash outs are resolved instantly, guaranteeing over 99% or more uptime rate.</sup>\r\n\r\n<b>[mini-icon icon=\"list-alt\"] Monitoring</b>\r\n\r\n<sup>FSS has a dedicated 24x7 monitoring team for ensuring all ATMs and devices inside the kiosk are functioning smoothly and without disruption. The team uses sophisticated software, developed in-house by FSS experts, to track various aspects such as cash status, performance of various devices, payment status of bills, tracking of vendor support services that enable fast and timely resolution and closure of issues.</sup>\r\n\r\n<b>[mini-icon icon=\"list-alt\"] Content Management</b>\r\n\r\nFSS supports Content Management Services including ATM screen customization, advertising and electronic journal management.\r\n<ul>\r\n <li>Screen Content Management: FSS supports Banks emerging requirements where ATM screens have to be customized to facilitate publicity of new products, branding campaigns, issue of important notifications thru ATM screens etc.</li>\r\n <li>Electronic Journal Management: FSS EJ Management service enables high degree of collection of transaction logs of every ATM transaction done by cardholders to a central repository. The stored data can be accessed on-demand, 24x7 through an application or as daily reports, for any reconciliation purpose. Scheduled, automated processes pick up data during lean hours, resulting in high ATM availability for online customer transactions.</li>\r\n</ul>\r\n<b>[mini-icon icon=\"list-alt\"] FSS Portfolio Management Services – Unique Service Capabilities</b>\r\n<ul>\r\n <li>Large, state of the art ATM Managed Services center.</li>\r\n <li>Application hosted out of servers with high-availability that exceeds 99.9%</li>\r\n <li>Large, trained field service executives for uninterrupted service.</li>\r\n <li>Tenured and skilled operations team supporting from multiple locations.</li>\r\n <li>Automated trouble-ticket application with escalation levels</li>\r\n <li>Multi-vendor arrangements for optimum ATM services and cash loading</li>\r\n <li>24x7 ATM monitoring of all industry standard products from popular vendors</li>\r\n <li>Online, real-time access of ATM information from FSS Web portal.</li>\r\n <li>Centralized 24x7 help desk (in-bound & out-bound calls)</li>\r\n</ul>','ATM Portfolio Management','','inherit','open','open','','132-revision-v1','','','2014-04-21 12:37:33','2014-04-21 12:37:33','',132,'http://039719c.netsolhost.com/ltest/fss/132-revision-v1/',0,'revision','',0),(728,1,'2014-04-21 12:39:17','2014-04-21 12:39:17',' ','','','publish','open','open','','728','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',31,'http://039719c.netsolhost.com/ltest/fss/?p=728',31,'nav_menu_item','',0),(729,1,'2014-04-21 12:39:17','2014-04-21 12:39:17',' ','','','publish','open','open','','729','','','2014-05-14 07:34:47','2014-05-14 07:34:47','',31,'http://039719c.netsolhost.com/ltest/fss/?p=729',32,'nav_menu_item','',0),(948,1,'2014-05-26 09:36:35','2014-05-26 09:36:35','','fss-careers','','inherit','open','open','','fss-careers','','','2014-05-26 09:36:35','2014-05-26 09:36:35','',228,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-careers.jpg',0,'attachment','image/jpeg',0),(731,1,'2014-04-21 12:41:19','2014-04-21 12:41:19',' ','','','publish','open','open','','731','','','2014-04-21 12:41:19','2014-04-21 12:41:19','',31,'http://039719c.netsolhost.com/ltest/fss/?p=731',3,'nav_menu_item','',0),(864,1,'2014-05-14 11:19:34','2014-05-14 11:19:34','[responsive]<img class=\"alignnone size-full wp-image-240\" alt=\"fss-atm-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-services.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nATM is the most important customer touch point, providing an opportunity for banks and financial institutions to generate incremental revenue as well as attract new customers. FSS, the pioneer and the largest provider of ATM portfolio management and managed services, partners with banks and financial institutions in their high growth, high potential ATM initiatives.\r\n\r\nFSS enables banks and financial enterprises to increase their top line and bottom line revenues by optimizing operational efficiency, decreasing cost, generating incremental revenue and expanding customer base. With over 20+ years of experience, FSS offers end to end solutions from switching to deployment to managed services. A combination of in-house technology tools and dedicated and experienced resources help banks ensure maximum availability and customer satisfaction. FSS has also built a reliable network of highly professional partners and vendors across the spectrum of ATM services including cash management, stationery and logistics management, housekeeping and so on.\r\n\r\nFSS today manages over 25000 ATMs for over 22 leading public and private banks across India. FSS also has over 10,000+ own ATMs which deployed for various banks.\r\n\r\nOur growing customer base is a testament to the benefits we deliver to our customers – cost saving, operational efficiency, maximum availability and increased customer satisfaction.','ATM Services','','inherit','open','open','','31-revision-v1','','','2014-05-14 11:19:34','2014-05-14 11:19:34','',31,'http://039719c.netsolhost.com/ltest/fss/31-revision-v1/',0,'revision','',0),(733,1,'2014-04-21 12:51:55','2014-04-21 12:51:55','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-services.jpg\"><img class=\"alignnone size-full wp-image-240\" alt=\"fss-atm-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-services.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\r\n\r\nATM is the most important customer touch point, providing an opportunity for banks and financial institutions to generate incremental revenue as well as attract new customers. FSS, the pioneer and the largest provider of ATM portfolio management and managed services, partners with banks and financial institutions in their high growth, high potential ATM initiatives.\r\n\r\nFSS enables banks and financial enterprises to increase their top line and bottom line revenues by optimizing operational efficiency, decreasing cost, generating incremental revenue and expanding customer base. With over 20+ years of experience, FSS offers end to end solutions from switching to deployment to managed services. A combination of in-house technology tools and dedicated and experienced resources help banks ensure maximum availability and customer satisfaction. FSS has also built a reliable network of highly professional partners and vendors across the spectrum of ATM services including cash management, stationery and logistics management, housekeeping and so on.\r\n\r\nFSS today manages over 25000 ATMs for over 22 leading public and private banks across India. FSS also has over 10,000+ own ATMs which deployed for various banks.\r\n\r\nOur growing customer base is a testament to the benefits we deliver to our customers – cost saving, operational efficiency, maximum availability and increased customer satisfaction.\r\n\r\n ','ATM Services','','inherit','open','open','','31-revision-v1','','','2014-04-21 12:51:55','2014-04-21 12:51:55','',31,'http://039719c.netsolhost.com/ltest/fss/31-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (734,1,'2014-04-21 12:52:34','2014-04-21 12:52:34','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-services.jpg\"><img class=\"alignnone size-full wp-image-240\" alt=\"fss-atm-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-services.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\r\n\r\nATM is the most important customer touch point, providing an opportunity for banks and financial institutions to generate incremental revenue as well as attract new customers. FSS, the pioneer and the largest provider of ATM portfolio management and managed services, partners with banks and financial institutions in their high growth, high potential ATM initiatives.\r\n\r\nFSS enables banks and financial enterprises to increase their top line and bottom line revenues by optimizing operational efficiency, decreasing cost, generating incremental revenue and expanding customer base. With over 20+ years of experience, FSS offers end to end solutions from switching to deployment to managed services. A combination of in-house technology tools and dedicated and experienced resources help banks ensure maximum availability and customer satisfaction. FSS has also built a reliable network of highly professional partners and vendors across the spectrum of ATM services including cash management, stationery and logistics management, housekeeping and so on.\r\n\r\nFSS today manages over 25000 ATMs for over 22 leading public and private banks across India. FSS also has over 10,000+ own ATMs which deployed for various banks.\r\n\r\nOur growing customer base is a testament to the benefits we deliver to our customers – cost saving, operational efficiency, maximum availability and increased customer satisfaction.','ATM Services','','inherit','open','open','','31-revision-v1','','','2014-04-21 12:52:34','2014-04-21 12:52:34','',31,'http://039719c.netsolhost.com/ltest/fss/31-revision-v1/',0,'revision','',0),(736,1,'2014-04-28 10:36:31','2014-04-28 10:36:31','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-prepaid.jpg\"><img class=\"alignnone size-full wp-image-260\" alt=\"fss-prepaid\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-prepaid.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>A comprehensive application for issuance and complete management of prepaid cards</strong></span>\r\n\r\nPrepaid cards, by virtue of their limited liability in the event of loss, are gaining popularity in the market. The precise, known top-up amount make them ideal for gift cards, travel cards, salary cards, meal cards, among many others.\r\n\r\nFSS Prepaid card management system allows a variety of prepaid card products to be defined, including usage in open-loop and closed-loop programs, and on magnetic stripe and EMV™ chip card platforms. FSS provides fixed or re-loadable value options on prepaid cards. The application tracks issuance and activation of cards, authorizes transactions online, defines applicable fee and charges and provides reconciliation and settlement. The suite also facilitates issuance of virtual cards.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>[mini-icon icon=\"list-alt\"]Highlights</strong></span>\r\n<ul>\r\n <li>Flexible issuance options, account enrollment and management.</li>\r\n <li>Elaborate and configurable rule engine for transaction processing.</li>\r\n <li>Funds and fees management.</li>\r\n <li>Supports issuance of:\r\n<div>\r\n<ul>\r\n <li>Gift cards</li>\r\n <li>Pension cards</li>\r\n <li>Payroll cards</li>\r\n <li>Travel cards and more</li>\r\n</ul>\r\n</div></li>\r\n</ul>\r\n<ul>\r\n <li>Card inventory management.</li>\r\n <li>Supports loyalty programs.</li>\r\n <li>Reconciliation and Settlement.</li>\r\n <li>Web-access for corporates, call centers and card holders.</li>\r\n <li>Multi-currency and Multi-lingual.</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong>[mini-icon icon=\"check\"]Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS has leveraged its proven experience in issuance and management of debit cards to support prepaid card solution suite.</li>\r\n <li>The solution is PA~DSS compliant, thereby providing data security and process controls.</li>\r\n <li>Modular design allows activation of customized product features and work-flow that are best suited to the client\'s requirements.</li>\r\n</ul>','FSS Prepaid','','inherit','open','open','','248-revision-v1','','','2014-04-28 10:36:31','2014-04-28 10:36:31','',248,'http://039719c.netsolhost.com/ltest/fss/248-revision-v1/',0,'revision','',0),(737,1,'2014-04-28 10:36:33','2014-04-28 10:36:33','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\"><img class=\"alignnone size-full wp-image-256\" alt=\"fss-debit\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>An integrated, secure and robust system that manages issuance & entire life cycle of debit cards.</strong></span>\r\nBanks continually seek to promote electronic banking for their customers, with a view to increase customer convenience, at lower operating costs. Opportunities for growth lie in differentiating the card products and services, while core features are increasingly becoming commoditized.\r\n\r\nTo capitalise on this opportunity, FSS Debit offers a complete card lifecycle management solution that enable banks to offer innovative, quick-to-market card products while serving customers more efficiently, securely and profitably. FSS Debit supports issuance of popular international card brands and private label debit cards that conform to industry standards. Built in post-issuance functions provide convenient management of customers and card related information.\r\n\r\n<span style=\"text-decoration: underline;\"><strong> [mini-icon icon=\"list-alt\"]Highlights</strong></span>\r\n<ul>\r\n <li>Multi-institution support – Supports the needs of subsidiaries and group entities.</li>\r\n <li>Highly parameterized – Quick to market and roll-out of new products.</li>\r\n <li>Multi-level secure workflow – Maker~Checker~Authorizer facility ensures control, minimizes human errors and operational risk.</li>\r\n <li>Multiple platform support – Windows/ IBM AIX/ Solaris, Web logic/ Pramati/ JRun.</li>\r\n <li>Multi-card support – Supports issuance of ATM/ debit/ private-label cards, personalized/ non-personalized cards, photo/ non-photo cards.</li>\r\n <li>Secure PIN generation – Supports hardware (HSM) based PIN generation.</li>\r\n <li>Comprehensive MIS and Reporting – Over 50 standard reports.</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong> <strong>[mini-icon icon=\"check\"]</strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS Debit solution has been used by over <strong>20 banks/ institutions</strong> to issue over <strong>200 million cards</strong>.</li>\r\n <li>Proven, scalable solution – Has supported issuance of over 90 million cards for a large bank.</li>\r\n <li>Benchmarked to issue over 150,000 cards in a single day for a large bank.</li>\r\n <li>A comprehensive solution built on deep knowledge and experience in the payments domain for over 20 years.</li>\r\n</ul>\r\n[toggle title=\"Product Brochure\" open=\"false\" icon=\"star\"][contact-form-7 id=\"14\" title=\"Product Brochure Request\"][/toggle]','FSS Debit','','inherit','open','open','','246-revision-v1','','','2014-04-28 10:36:33','2014-04-28 10:36:33','',246,'http://039719c.netsolhost.com/ltest/fss/246-revision-v1/',0,'revision','',0),(738,1,'2014-04-28 10:39:00','2014-04-28 10:39:00','[gap height=\"30\"][responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\"><img class=\"alignnone size-full wp-image-263\" alt=\"fss-smart-chip\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>A comprehensive, secure and pro-active smart card management system that includes the life cycle management of applications, chip and product.</strong></span>\r\n\r\nThe exponential growth in the retail payments business has significantly increased the challenges faced by organizations in managing and containing card fraud and financial losses. FSS Smart Chip with its secured authentication features and multiple security mechanisms helps contain such fraud leading to cost-savings and increased security of transactions.\r\n\r\nFSS Smart Chip is a well integrated and quick-to-deploy solution for managing the complete lifecycle of smart cards and post-issuance support. It supports issuance of EMV™ / Non-EMV-based smart cards for debit, credit, prepaid, biometric, transit and more.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>[mini-icon icon=\"list-alt\"]Highlights</strong></span>\r\n<div>\r\n<div>\r\n<div> [mini-icon icon=\"ok\"] Supports the entire card life cycle management, which includes:</div>\r\n<ul>\r\n <li>Card issuance</li>\r\n <li>Re-issuance in case of damage or loss</li>\r\n <li>Re-initialization of user profile</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"ok\"] Support for EMV™ / Non-EMV based Smart Cards for:\r\n<ul>\r\n <li>Debit</li>\r\n <li>Credit</li>\r\n <li>Prepaid</li>\r\n <li>Biometric</li>\r\n <li>Transit</li>\r\n <li>Other card types as needed</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"ok\"] Provides smart card PIN management module.</div>\r\n<div>[mini-icon icon=\"ok\"] Facilitates blocking and unblocking of smart card for damage, loss or incorrect PIN entry.</div>\r\n<div>[mini-icon icon=\"ok\"] Supports loyalty management.</div>\r\n<div>[mini-icon icon=\"ok\"] Provides post issuance management support.</div>\r\n<div>[mini-icon icon=\"ok\"] Uses multiple security mechanisms to contain the risk of fraudulent card issuance and misuse.</div>\r\n<div>[mini-icon icon=\"ok\"] Defines fees and charges.</div>\r\n<div></div>\r\n<div>[gap height=\"20\"]</div>\r\n<div><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span></div>\r\n<div>\r\n\r\n[mini-icon icon=\"ok\"] Integrated web interface based system that can be implemented on industry standard computer platforms.\r\n[mini-icon icon=\"ok\"] Proven capability in providing technology based end-to-end payment solutions.\r\n[mini-icon icon=\"ok\"] Supports multiple products and applications.\r\n[mini-icon icon=\"ok\"] Modular design allows online authorization and transaction processing.\r\n[mini-icon icon=\"ok\"] Already deployed at a major public sector bank in India.\r\n\r\n</div>\r\n</div>','FSS Smart Chip','','inherit','open','open','','250-revision-v1','','','2014-04-28 10:39:00','2014-04-28 10:39:00','',250,'http://039719c.netsolhost.com/ltest/fss/250-revision-v1/',0,'revision','',0),(739,1,'2014-04-28 10:43:43','2014-04-28 10:43:43','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-merchant.jpg\"><img class=\"alignleft size-full wp-image-478\" alt=\"fss-merchant\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-merchant.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h2\" title=\"FSS Merchant \"]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pa-dss-logo.jpg\"><img class=\"size-full wp-image-476 alignright\" alt=\"pa-dss-logo\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pa-dss-logo.jpg\" width=\"162\" height=\"32\" /></a>\r\n\r\n \r\n\r\n<strong>A well integrated, secure and browser based end-to-end cards acquiring and merchant management solution.</strong>\r\nToday\'s fast-paced lifestyle and advancement in technology has transformed the purchase and payment behavior of customers. Regulators are also constantly on the lookout to make the payment process safe and secure. Leveraging its proven experience in both the issuance and acquiring platforms, FSS has developed FSS Merchant, a completely functional merchant life cycle management system built on a robust technology platform. FSS Merchant is a comprehensive and integrated solution that offers processing of a wide variety of acquiring transactions.\r\n\r\nIt enables the acquirers to manage the entire spectrum of merchant acquiring business which includes:\r\n<ul>\r\n <li>Merchant setup including stores and terminals</li>\r\n <li>Transaction processing</li>\r\n <li>Terminal inventory management</li>\r\n <li>Fees, rentals and other charges</li>\r\n <li>Exchange rates</li>\r\n <li>Merchant payments & statements</li>\r\n <li>Scheme settlement</li>\r\n <li>Chargeback management</li>\r\n <li>Help-Desk facility</li>\r\n <li>Sales agent management</li>\r\n <li>Risk & fraud controls</li>\r\n <li>Accounting & reconciliation</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"list-alt\"]</strong>Highlights\r\n<ul>\r\n <li>Product supports PCI-DSS compliance.</li>\r\n <li>Allows hosting data for multiple financial institutions using a single FSS Merchant application.</li>\r\n <li>Offers flexible options that best meet specific business and pricing needs.</li>\r\n <li>Automatic electronic deposits to the merchant account for all payment types.</li>\r\n <li>Transaction fee management facility.</li>\r\n <li>Supports multi-currency conversion.</li>\r\n <li>Risk management programs to minimize exposure to fraud and losses.</li>\r\n <li>100+ online reporting features.</li>\r\n <li>Browser based, multi user, menu driven, scalable solutions.</li>\r\n</ul>\r\n[mini-icon=\"check\"]Advantage FSS\r\n<ul>\r\n <li>Successfully deployed at some of the well known banks, helping them build a sustainable competitive advantage.</li>\r\n <li>Can support compliance processes to make transaction processing efficient and secure.</li>\r\n <li>Supports multiple settlement cycles in a day.</li>\r\n <li>In-line with major international card brands.</li>\r\n <li>Near real time switch update.</li>\r\n</ul>','Merchant Management','','inherit','open','open','','48-revision-v1','','','2014-04-28 10:43:43','2014-04-28 10:43:43','',48,'http://039719c.netsolhost.com/ltest/fss/48-revision-v1/',0,'revision','',0),(824,1,'2014-05-14 09:52:32','2014-05-14 09:52:32','[responsive]\r\n<img alt=\"fss-recon\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-recon.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive data analysis platform that addresses complete reconciliation needs of banks and financial institutions.\"]\r\n\r\nIn an electronic financial transaction processing environment, transactions get logged at various entities, such as acquirers, issuers and interchanges from various time zones. The differences in the cut-over timings between host/switch and interchanges may not allow for complete reconciliation of a business day\'s transactions. FSS has built a robust and efficient reconciliation suite that would help simplify the reconciliation process.\r\n\r\nFSS Recon is trusted by over <strong>20 banks</strong> (licensing and processing model), supporting over <strong>20 million transactions</strong> in a single day.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong><strong> </strong></strong><span style=\"text-decoration: underline;\"><strong><strong>Highlights</strong></strong></span>\r\n<ul>\r\n <li>Modular architecture - Implements modules as required thereby optimizing investment in line with business objectives.</li>\r\n <li>User defined rules to generate alerts on chargeback, retrieval request and response.</li>\r\n <li>Automated scheduling of reconciliation activity.</li>\r\n <li>Force match option facility to manually settle un-reconciled entries.</li>\r\n <li>Multi-level reconciliation that supports international & domestic networks across multiple delivery channels.</li>\r\n <li>Applicable transaction fee and surcharge can be configured.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"] <span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS Recon is currently deployed and functional at over 20 banks/ institutions in India and world over.</li>\r\n <li>A proven, scalable solution that supports reconciliation of over 20 million transactions in a single day.</li>\r\n <li>Reconciliation of all card transactions is processed under a single system that provides an unified view to bank/financial institution.</li>\r\n <li>A comprehensive solution perfected over a period of 20 years from the pioneers in the payments domain.</li>\r\n</ul>','Reconciliation & Settlement','','inherit','open','open','','52-revision-v1','','','2014-05-14 09:52:32','2014-05-14 09:52:32','',52,'http://039719c.netsolhost.com/ltest/fss/52-revision-v1/',0,'revision','',0),(740,1,'2014-04-28 10:51:26','2014-04-28 10:51:26','[separator headline=\"h3\" title=\"FSS Reconciliation\"]\r\n\r\n[responsive]\r\n<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-recon.jpg\"><img alt=\"fss-recon\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-recon.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<strong>A comprehensive data analysis platform that addresses complete reconciliation needs of banks and financial institutions.</strong>\r\n\r\nIn an electronic financial transaction processing environment, transactions get logged at various entities, such as acquirers, issuers and interchanges from various time zones. The differences in the cut-over timings between host/switch and interchanges may not allow for complete reconciliation of a business day\'s transactions. FSS has built a robust and efficient reconciliation suite that would help simplify the reconciliation process.\r\n\r\nFSS Recon is trusted by over <strong>20 banks</strong> (licensing and processing model), supporting over <strong>20 million transactions</strong> in a single day.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Modular architecture - Implements modules as required thereby optimizing investment in line with business objectives.</li>\r\n <li>User defined rules to generate alerts on chargeback, retrieval request and response.</li>\r\n <li>Automated scheduling of reconciliation activity.</li>\r\n <li>Force match option facility to manually settle un-reconciled entries.</li>\r\n <li>Multi-level reconciliation that supports international & domestic networks across multiple delivery channels.</li>\r\n <li>Applicable transaction fee and surcharge can be configured.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>FSS Recon is currently deployed and functional at over 20 banks/ institutions in India and world over.</li>\r\n <li>A proven, scalable solution that supports reconciliation of over 20 million transactions in a single day.</li>\r\n <li>Reconciliation of all card transactions is processed under a single system that provides an unified view to bank/financial institution.</li>\r\n <li>A comprehensive solution perfected over a period of 20 years from the pioneers in the payments domain.</li>\r\n</ul>\r\n ','Reconciliation & Settlement','','inherit','open','open','','52-revision-v1','','','2014-04-28 10:51:26','2014-04-28 10:51:26','',52,'http://039719c.netsolhost.com/ltest/fss/52-revision-v1/',0,'revision','',0),(741,1,'2014-04-28 10:57:04','2014-04-28 10:57:04','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-mobile-pay.jpg\"><img class=\"alignleft size-full wp-image-492\" alt=\"fss-mobile-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-mobile-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS Mobile Pay\"]\r\n\r\n<strong>Unparalleled mobile banking, mobile payment, mobile commerce and mobile wallet experience with FSS Mobile Pay</strong>\r\nToday\'s competitive market requires banks and financial institutions to create cost-effective, revenue-generating channels which would not only minimize operational and infrastructure costs, but would also enable in reaching out to a large number of customers quickly. The robust and integrated FSS Mobile Pay application enables mobile banking and payments through mobile handsets that can help banks and financial institutions meet their business objectives. The solution can be installed on multiple platforms, which minimize operational risks and operate at low transaction costs.\r\n\r\nTrusted by over 12 banks (licensing and processing model), FSS Mobile Pay solution can quickly and cost-effectively enable businesses to launch and scale mobile based solutions.\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>FSS Mobile Pay services include:</li>\r\n <li>Mobile Banking - Enables banking services over the mobile phone</li>\r\n <li>Mobile Payments - Enables payment solution over the mobile phone</li>\r\n <li>Mobile Commerce - Enables mobile phone to handle transactions at the point of sale</li>\r\n <li>Mobile Wallet - Connects to one of the largest ecosystem, that includes over 3000 online & 10,000 physical retail merchants</li>\r\n <li>Supports Java enabled mobile phones and Brew enabled phones (CDMA), GPRS service, USSD service, WAP service and plain text SMS.</li>\r\n <li>A web-based portal enables banks to administer the mobile delivery services.</li>\r\n <li>The portal offers comprehensive MIS and reporting for bank\'s requirements.</li>\r\n <li>IMPS (Inter-bank Mobile Payment Services) enabled, for mobile to mobile payment transfers in India.</li>\r\n <li>Compliant with regulator\'s (RBI) mandates and prevailing security standards.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>FSS Mobile Pay solution is currently \'live\' at <strong>12 banks</strong> (licensing and processing model).</li>\r\n <li>FSS supports clients to define and optimize their mobile strategy, products and business model.</li>\r\n <li>FSS customizes and deploys the solution, and integrates it with the existing banking infrastructure (if required).</li>\r\n <li>Capability to seamlessly plug-in with the external interfaces of mobile network operators and business partners.</li>\r\n <li>Provides continuous support to meet mandates, and also new models, platforms.</li>\r\n</ul>\r\n[button link=\"http://mobile.fssnet.co.in/mpayweb/\" size=\"small\" target=\"_blank \" icon=\"cog\" color=\"red\" lightbox=\"true \"]more[/button]','Mobile Payments','','inherit','open','open','','54-revision-v1','','','2014-04-28 10:57:04','2014-04-28 10:57:04','',54,'http://039719c.netsolhost.com/ltest/fss/54-revision-v1/',0,'revision','',0),(795,1,'2014-05-07 11:30:25','2014-05-07 11:30:25','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-mobile-pay.jpg\"><img class=\"alignleft size-full wp-image-492\" alt=\"fss-mobile-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-mobile-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS Mobile Pay\"]\r\n\r\n<strong>Unparalleled mobile banking, mobile payment, mobile commerce and mobile wallet experience with FSS Mobile Pay</strong>\r\nToday\'s competitive market requires banks and financial institutions to create cost-effective, revenue-generating channels which would not only minimize operational and infrastructure costs, but would also enable in reaching out to a large number of customers quickly. The robust and integrated FSS Mobile Pay application enables mobile banking and payments through mobile handsets that can help banks and financial institutions meet their business objectives. The solution can be installed on multiple platforms, which minimize operational risks and operate at low transaction costs.\r\n\r\nTrusted by over 12 banks (licensing and processing model), FSS Mobile Pay solution can quickly and cost-effectively enable businesses to launch and scale mobile based solutions.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>FSS Mobile Pay services include:</li>\r\n <li>Mobile Banking - Enables banking services over the mobile phone</li>\r\n <li>Mobile Payments - Enables payment solution over the mobile phone</li>\r\n <li>Mobile Commerce - Enables mobile phone to handle transactions at the point of sale</li>\r\n <li>Mobile Wallet - Connects to one of the largest ecosystem, that includes over 3000 online & 10,000 physical retail merchants</li>\r\n <li>Supports Java enabled mobile phones and Brew enabled phones (CDMA), GPRS service, USSD service, WAP service and plain text SMS.</li>\r\n <li>A web-based portal enables banks to administer the mobile delivery services.</li>\r\n <li>The portal offers comprehensive MIS and reporting for bank\'s requirements.</li>\r\n <li>IMPS (Inter-bank Mobile Payment Services) enabled, for mobile to mobile payment transfers in India.</li>\r\n <li>Compliant with regulator\'s (RBI) mandates and prevailing security standards.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>FSS Mobile Pay solution is currently \'live\' at <strong>12 banks</strong> (licensing and processing model).</li>\r\n <li>FSS supports clients to define and optimize their mobile strategy, products and business model.</li>\r\n <li>FSS customizes and deploys the solution, and integrates it with the existing banking infrastructure (if required).</li>\r\n <li>Capability to seamlessly plug-in with the external interfaces of mobile network operators and business partners.</li>\r\n <li>Provides continuous support to meet mandates, and also new models, platforms.</li>\r\n</ul>\r\n[button link=\"http://mobile.fssnet.co.in/mpayweb/\" size=\"small\" target=\"_blank \" icon=\"cog\" color=\"red\" lightbox=\"true \"]more[/button]','Mobile Payments','','inherit','open','open','','54-revision-v1','','','2014-05-07 11:30:25','2014-05-07 11:30:25','',54,'http://039719c.netsolhost.com/ltest/fss/54-revision-v1/',0,'revision','',0),(742,1,'2014-04-28 10:58:12','2014-04-28 10:58:12','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-mobile-pay.jpg\"><img class=\"alignleft size-full wp-image-492\" alt=\"fss-mobile-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-mobile-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS Mobile Pay\"]\r\n\r\n<strong>Unparalleled mobile banking, mobile payment, mobile commerce and mobile wallet experience with FSS Mobile Pay</strong>\r\nToday\'s competitive market requires banks and financial institutions to create cost-effective, revenue-generating channels which would not only minimize operational and infrastructure costs, but would also enable in reaching out to a large number of customers quickly. The robust and integrated FSS Mobile Pay application enables mobile banking and payments through mobile handsets that can help banks and financial institutions meet their business objectives. The solution can be installed on multiple platforms, which minimize operational risks and operate at low transaction costs.\r\n\r\nTrusted by over 12 banks (licensing and processing model), FSS Mobile Pay solution can quickly and cost-effectively enable businesses to launch and scale mobile based solutions.<br>\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>FSS Mobile Pay services include:</li>\r\n <li>Mobile Banking - Enables banking services over the mobile phone</li>\r\n <li>Mobile Payments - Enables payment solution over the mobile phone</li>\r\n <li>Mobile Commerce - Enables mobile phone to handle transactions at the point of sale</li>\r\n <li>Mobile Wallet - Connects to one of the largest ecosystem, that includes over 3000 online & 10,000 physical retail merchants</li>\r\n <li>Supports Java enabled mobile phones and Brew enabled phones (CDMA), GPRS service, USSD service, WAP service and plain text SMS.</li>\r\n <li>A web-based portal enables banks to administer the mobile delivery services.</li>\r\n <li>The portal offers comprehensive MIS and reporting for bank\'s requirements.</li>\r\n <li>IMPS (Inter-bank Mobile Payment Services) enabled, for mobile to mobile payment transfers in India.</li>\r\n <li>Compliant with regulator\'s (RBI) mandates and prevailing security standards.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>FSS Mobile Pay solution is currently \'live\' at <strong>12 banks</strong> (licensing and processing model).</li>\r\n <li>FSS supports clients to define and optimize their mobile strategy, products and business model.</li>\r\n <li>FSS customizes and deploys the solution, and integrates it with the existing banking infrastructure (if required).</li>\r\n <li>Capability to seamlessly plug-in with the external interfaces of mobile network operators and business partners.</li>\r\n <li>Provides continuous support to meet mandates, and also new models, platforms.</li>\r\n</ul>\r\n[button link=\"http://mobile.fssnet.co.in/mpayweb/\" size=\"small\" target=\"_blank \" icon=\"cog\" color=\"red\" lightbox=\"true \"]more[/button]','Mobile Payments','','inherit','open','open','','54-revision-v1','','','2014-04-28 10:58:12','2014-04-28 10:58:12','',54,'http://039719c.netsolhost.com/ltest/fss/54-revision-v1/',0,'revision','',0),(743,1,'2014-04-28 10:58:52','2014-04-28 10:58:52','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-mobile-pay.jpg\"><img class=\"alignleft size-full wp-image-492\" alt=\"fss-mobile-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-mobile-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS Mobile Pay\"]\r\n\r\n<strong>Unparalleled mobile banking, mobile payment, mobile commerce and mobile wallet experience with FSS Mobile Pay</strong>\r\nToday\'s competitive market requires banks and financial institutions to create cost-effective, revenue-generating channels which would not only minimize operational and infrastructure costs, but would also enable in reaching out to a large number of customers quickly. The robust and integrated FSS Mobile Pay application enables mobile banking and payments through mobile handsets that can help banks and financial institutions meet their business objectives. The solution can be installed on multiple platforms, which minimize operational risks and operate at low transaction costs.\r\n\r\nTrusted by over 12 banks (licensing and processing model), FSS Mobile Pay solution can quickly and cost-effectively enable businesses to launch and scale mobile based solutions.<br><br>\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>FSS Mobile Pay services include:</li>\r\n <li>Mobile Banking - Enables banking services over the mobile phone</li>\r\n <li>Mobile Payments - Enables payment solution over the mobile phone</li>\r\n <li>Mobile Commerce - Enables mobile phone to handle transactions at the point of sale</li>\r\n <li>Mobile Wallet - Connects to one of the largest ecosystem, that includes over 3000 online & 10,000 physical retail merchants</li>\r\n <li>Supports Java enabled mobile phones and Brew enabled phones (CDMA), GPRS service, USSD service, WAP service and plain text SMS.</li>\r\n <li>A web-based portal enables banks to administer the mobile delivery services.</li>\r\n <li>The portal offers comprehensive MIS and reporting for bank\'s requirements.</li>\r\n <li>IMPS (Inter-bank Mobile Payment Services) enabled, for mobile to mobile payment transfers in India.</li>\r\n <li>Compliant with regulator\'s (RBI) mandates and prevailing security standards.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>FSS Mobile Pay solution is currently \'live\' at <strong>12 banks</strong> (licensing and processing model).</li>\r\n <li>FSS supports clients to define and optimize their mobile strategy, products and business model.</li>\r\n <li>FSS customizes and deploys the solution, and integrates it with the existing banking infrastructure (if required).</li>\r\n <li>Capability to seamlessly plug-in with the external interfaces of mobile network operators and business partners.</li>\r\n <li>Provides continuous support to meet mandates, and also new models, platforms.</li>\r\n</ul>\r\n[button link=\"http://mobile.fssnet.co.in/mpayweb/\" size=\"small\" target=\"_blank \" icon=\"cog\" color=\"red\" lightbox=\"true \"]more[/button]','Mobile Payments','','inherit','open','open','','54-revision-v1','','','2014-04-28 10:58:52','2014-04-28 10:58:52','',54,'http://039719c.netsolhost.com/ltest/fss/54-revision-v1/',0,'revision','',0),(744,1,'2014-04-28 11:05:39','2014-04-28 11:05:39','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-micro-pay.jpg\"><img class=\"alignleft size-full wp-image-503\" alt=\"fss-micro-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-micro-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n[separator headline=\"h4\" title=\"FSS Micro Pay\"]\r\n\r\n<strong>A well integrated solution enabling banks and financial institutions to provide financial inclusion services to the unbanked sectors by supporting online and offline transaction processing and card issuance.</strong>\r\n\r\nAs part of the <strong>Financial Inclusion program</strong>, the Government of Indian had launched the Unique Identification Authority of India (UIDAI) project which would act as a centralized receptacle for citizen identification by storing, managing and authenticating citizens using their biometric features.\r\n\r\nIn anticipation to support this program, FSS has developed FSS Micro Pay solution that enables banking and financial institutions to provide banking and financial services to the unbanked sector. It supports online and offline transaction processing on ATMs and hand-held terminals using biometric authentication. The solution also supports card issuance, hierarchical definition of business correspondents/ agents, registration, accounting, management functions and smart cards with biometric authorization.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Supports customer enrollment on personal computer, laptop or handheld terminal.</li>\r\n <li>Facilitates card issuance on any of the selected card platforms; magnetic stripe cards, smart cards, combo cards or virtual cards.</li>\r\n <li>Terminal agnostic – Biometric ATMs, biometric kiosks, micro ATMs or mobile phones.</li>\r\n <li>Supports on-line, real-time and off-line transaction processing.</li>\r\n <li>Supports magnetic, contact less, smart cards and virtual cards.</li>\r\n <li>Provides for risk management and controls.</li>\r\n <li>Supports teller application, document management system, transaction processing engine, merchant/agent and card management system.</li>\r\n <li>Support cardless transactions.</li>\r\n <li>Supports various network protocol like CDMA, GPRS, PSTN, IP.</li>\r\n <li>Supports select remittance transactions.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>FSS has extensive and proven experience in integrating and managing multiple retail channels.</li>\r\n <li>Proven capability of FSS in providing technology based end-to-end payment solutions.</li>\r\n <li>In-house solution design team using robust technology platform.</li>\r\n <li>The solution complies with regulatory mandates from IMG, IDRBT, RBI and UIDAI.</li>\r\n</ul>','FSS MICRO PAY','','inherit','open','open','','499-revision-v1','','','2014-04-28 11:05:39','2014-04-28 11:05:39','',499,'http://039719c.netsolhost.com/ltest/fss/499-revision-v1/',0,'revision','',0),(745,1,'2014-04-28 11:09:14','2014-04-28 11:09:14','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-biometric.jpg\"><img class=\"alignleft size-full wp-image-507\" alt=\"fss-biometric\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-biometric.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n[separator headline=\"h4\" title=\"FSS Biometrics\"]\r\n<strong>A secure, robust and feature-rich biometric authorization solution for banks & financial institutions</strong>\r\nTraditionally, <strong>PIN-based authentication</strong> has been the basic method of authenticating cardholders across all delivery channels. Recent advances in technology allow alternate methods of authentication including usage of <strong>bio-metric</strong> features such as finger-prints. Biometric authentication obviates the need for generation of PIN, distribution, secure storage (by the card holder), and secure authentication. The complexity at a self-service terminal also is simplified, with the help of voice guidance services.\r\n\r\nFSS Biometrics solution enables banks and financial institutions to securely capture, store and authenticate finger-prints that can be used as an alternate or an additional authorization method. The application can also act as an enabler for inclusive banking to the unbanked segments. The entire process is standardized, and works across multiple delivery channels and devices such as ATM, POS, Kiosks and Laptops.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Supports an integrated PIN/biometric based authentication process.</li>\r\n <li>Supports POS, kiosks and PC-based teller applications.</li>\r\n <li>Centralized monitoring and control of biometric enabled delivery channels.</li>\r\n <li>Provides configurable GUI based biometric server setup options.</li>\r\n <li>Allows all EDC channels to communicate via switch which ensures better integration and control.</li>\r\n <li>Offers 24X7 online, real-time synchronized transaction support.</li>\r\n <li>Allows encrypted fingerprint data capture, storage and encrypted fingerprint data transmission from an ATM to a switch.</li>\r\n <li>Built in alerts for any hardware failures, and other exceptions.</li>\r\n <li>Centralized authorization, enables usage across wide geographic areas.</li>\r\n <li><strong>Integrate with all makes and types of ATMs.</strong></li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>FSS has partnered with leading ATM manufacturers for successful deployment with several large banks in India.</li>\r\n <li>The solution is device-agnostic, as the message formats and the finger-print templates are standardized.</li>\r\n <li>The solution enables safe and secure authentication process which works with multiple EFT switches.</li>\r\n <li>The design of the system enforces proper workflow, mitigating transaction, non repudiation and avoiding possible fraud at the time of registration.</li>\r\n</ul>','FSS Biometrics','','inherit','open','open','','506-revision-v1','','','2014-04-28 11:09:14','2014-04-28 11:09:14','',506,'http://039719c.netsolhost.com/ltest/fss/506-revision-v1/',0,'revision','',0),(746,1,'2014-04-28 11:11:38','2014-04-28 11:11:38','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\"><img class=\"alignleft size-full wp-image-510\" alt=\"fss-connect\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n<strong>A comprehensive, secure and synchronous messaging middleware solution.\r\n</strong>\r\nFSS Connect integrates disparate applications such as Enterprise Application Integration (EAI) and Business-to-business (B2B) exchanges. LANs, WANs and the Internet have allowed not just the users, but also the applications to be distributed across the networks. FSS Connect allows each application through a single connection into the \"messaging cloud\". The \"<strong>fire-and-forget</strong>\" architecture of FSS Connect allows applications to continue processing while the middleware continues to delivers the messages. The messaging infrastructure helps improve the delivery significantly that is both real-time and fault-tolerant. This process is transparent to the communicating applications.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Robust and platform independent.</li>\r\n <li>Message queuing feature enables guaranteed delivery of messages.</li>\r\n <li>Non-stop messaging with audit and trace.</li>\r\n <li>The serial and TCP/IP ports can be scaled up to handle large infrastructure requirement.</li>\r\n <li>Robust and scalable product that ensures exceptional availability and reliability in inter-system messaging.</li>\r\n <li>Built-in load balancer and network management.</li>\r\n <li>Provides database connector.</li>\r\n <li>Unambiguous APIs.</li>\r\n <li>Built in tools to debug applications and tune the system for better performance.</li>\r\n <li>One-to-one, many-to-one and one-to-many and many-to-many messaging.</li>\r\n <li>Event initiator.</li>\r\n <li>Displays graphical status of configured client/host stations and status.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>An established product, developed with FSS\' extensive experience in managing the diverse payment systems and applications.</li>\r\n <li>The solution is trusted and successfully deployed at several banks.</li>\r\n <li>Assure high security and data integrity in transferring messages across applications.</li>\r\n <li>Flexible solution that interfaces with all legacy systems, switches and hosts.</li>\r\n <li>Auto balances the load and keeps track of each message that is received and delivered.</li>\r\n <li>Concurrent transaction processing for quick response.</li>\r\n</ul>','Messaging Middleware','','inherit','open','open','','60-revision-v1','','','2014-04-28 11:11:38','2014-04-28 11:11:38','',60,'http://039719c.netsolhost.com/ltest/fss/60-revision-v1/',0,'revision','',0),(747,1,'2014-04-28 11:14:07','2014-04-28 11:14:07','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\"><img class=\"alignleft size-full wp-image-510\" alt=\"fss-connect\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n<strong><p style=\"font-size:26px;\">A comprehensive, secure and synchronous messaging middleware solution.</p>\r\n</strong>\r\nFSS Connect integrates disparate applications such as Enterprise Application Integration (EAI) and Business-to-business (B2B) exchanges. LANs, WANs and the Internet have allowed not just the users, but also the applications to be distributed across the networks. FSS Connect allows each application through a single connection into the \"messaging cloud\". The \"<strong>fire-and-forget</strong>\" architecture of FSS Connect allows applications to continue processing while the middleware continues to delivers the messages. The messaging infrastructure helps improve the delivery significantly that is both real-time and fault-tolerant. This process is transparent to the communicating applications.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Robust and platform independent.</li>\r\n <li>Message queuing feature enables guaranteed delivery of messages.</li>\r\n <li>Non-stop messaging with audit and trace.</li>\r\n <li>The serial and TCP/IP ports can be scaled up to handle large infrastructure requirement.</li>\r\n <li>Robust and scalable product that ensures exceptional availability and reliability in inter-system messaging.</li>\r\n <li>Built-in load balancer and network management.</li>\r\n <li>Provides database connector.</li>\r\n <li>Unambiguous APIs.</li>\r\n <li>Built in tools to debug applications and tune the system for better performance.</li>\r\n <li>One-to-one, many-to-one and one-to-many and many-to-many messaging.</li>\r\n <li>Event initiator.</li>\r\n <li>Displays graphical status of configured client/host stations and status.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>An established product, developed with FSS\' extensive experience in managing the diverse payment systems and applications.</li>\r\n <li>The solution is trusted and successfully deployed at several banks.</li>\r\n <li>Assure high security and data integrity in transferring messages across applications.</li>\r\n <li>Flexible solution that interfaces with all legacy systems, switches and hosts.</li>\r\n <li>Auto balances the load and keeps track of each message that is received and delivered.</li>\r\n <li>Concurrent transaction processing for quick response.</li>\r\n</ul>','Messaging Middleware','','inherit','open','open','','60-revision-v1','','','2014-04-28 11:14:07','2014-04-28 11:14:07','',60,'http://039719c.netsolhost.com/ltest/fss/60-revision-v1/',0,'revision','',0),(748,1,'2014-04-28 11:14:36','2014-04-28 11:14:36','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\"><img class=\"alignleft size-full wp-image-510\" alt=\"fss-connect\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n<strong><p style=\"font-size:18px;\">A comprehensive, secure and synchronous messaging middleware solution.</p>\r\n</strong>\r\nFSS Connect integrates disparate applications such as Enterprise Application Integration (EAI) and Business-to-business (B2B) exchanges. LANs, WANs and the Internet have allowed not just the users, but also the applications to be distributed across the networks. FSS Connect allows each application through a single connection into the \"messaging cloud\". The \"<strong>fire-and-forget</strong>\" architecture of FSS Connect allows applications to continue processing while the middleware continues to delivers the messages. The messaging infrastructure helps improve the delivery significantly that is both real-time and fault-tolerant. This process is transparent to the communicating applications.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Robust and platform independent.</li>\r\n <li>Message queuing feature enables guaranteed delivery of messages.</li>\r\n <li>Non-stop messaging with audit and trace.</li>\r\n <li>The serial and TCP/IP ports can be scaled up to handle large infrastructure requirement.</li>\r\n <li>Robust and scalable product that ensures exceptional availability and reliability in inter-system messaging.</li>\r\n <li>Built-in load balancer and network management.</li>\r\n <li>Provides database connector.</li>\r\n <li>Unambiguous APIs.</li>\r\n <li>Built in tools to debug applications and tune the system for better performance.</li>\r\n <li>One-to-one, many-to-one and one-to-many and many-to-many messaging.</li>\r\n <li>Event initiator.</li>\r\n <li>Displays graphical status of configured client/host stations and status.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>An established product, developed with FSS\' extensive experience in managing the diverse payment systems and applications.</li>\r\n <li>The solution is trusted and successfully deployed at several banks.</li>\r\n <li>Assure high security and data integrity in transferring messages across applications.</li>\r\n <li>Flexible solution that interfaces with all legacy systems, switches and hosts.</li>\r\n <li>Auto balances the load and keeps track of each message that is received and delivered.</li>\r\n <li>Concurrent transaction processing for quick response.</li>\r\n</ul>','Messaging Middleware','','inherit','open','open','','60-revision-v1','','','2014-04-28 11:14:36','2014-04-28 11:14:36','',60,'http://039719c.netsolhost.com/ltest/fss/60-revision-v1/',0,'revision','',0),(799,1,'2014-05-07 11:49:02','2014-05-07 11:49:02','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\"><img class=\"alignnone size-full wp-image-510\" alt=\"fss-connect\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]<strong>[separator headline=\"h3\" title=\"A comprehensive, secure and synchronous messaging middleware solution.\"]</strong>\r\n\r\nFSS Connect integrates disparate applications such as Enterprise Application Integration (EAI) and Business-to-business (B2B) exchanges. LANs, WANs and the Internet have allowed not just the users, but also the applications to be distributed across the networks. FSS Connect allows each application through a single connection into the \"messaging cloud\". The \"<strong>fire-and-forget</strong>\" architecture of FSS Connect allows applications to continue processing while the middleware continues to delivers the messages. The messaging infrastructure helps improve the delivery significantly that is both real-time and fault-tolerant. This process is transparent to the communicating applications.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Robust and platform independent.</li>\r\n <li>Message queuing feature enables guaranteed delivery of messages.</li>\r\n <li>Non-stop messaging with audit and trace.</li>\r\n <li>The serial and TCP/IP ports can be scaled up to handle large infrastructure requirement.</li>\r\n <li>Robust and scalable product that ensures exceptional availability and reliability in inter-system messaging.</li>\r\n <li>Built-in load balancer and network management.</li>\r\n <li>Provides database connector.</li>\r\n <li>Unambiguous APIs.</li>\r\n <li>Built in tools to debug applications and tune the system for better performance.</li>\r\n <li>One-to-one, many-to-one and one-to-many and many-to-many messaging.</li>\r\n <li>Event initiator.</li>\r\n <li>Displays graphical status of configured client/host stations and status.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>An established product, developed with FSS\' extensive experience in managing the diverse payment systems and applications.</li>\r\n <li>The solution is trusted and successfully deployed at several banks.</li>\r\n <li>Assure high security and data integrity in transferring messages across applications.</li>\r\n <li>Flexible solution that interfaces with all legacy systems, switches and hosts.</li>\r\n <li>Auto balances the load and keeps track of each message that is received and delivered.</li>\r\n <li>Concurrent transaction processing for quick response.</li>\r\n</ul>','Messaging Middleware','','inherit','open','open','','60-revision-v1','','','2014-05-07 11:49:02','2014-05-07 11:49:02','',60,'http://039719c.netsolhost.com/ltest/fss/60-revision-v1/',0,'revision','',0),(749,1,'2014-04-28 11:15:01','2014-04-28 11:15:01','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\"><img class=\"alignleft size-full wp-image-510\" alt=\"fss-connect\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n<strong><span style=\"font-size:18px;\">A comprehensive, secure and synchronous messaging middleware solution.</span>\r\n</strong>\r\nFSS Connect integrates disparate applications such as Enterprise Application Integration (EAI) and Business-to-business (B2B) exchanges. LANs, WANs and the Internet have allowed not just the users, but also the applications to be distributed across the networks. FSS Connect allows each application through a single connection into the \"messaging cloud\". The \"<strong>fire-and-forget</strong>\" architecture of FSS Connect allows applications to continue processing while the middleware continues to delivers the messages. The messaging infrastructure helps improve the delivery significantly that is both real-time and fault-tolerant. This process is transparent to the communicating applications.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Robust and platform independent.</li>\r\n <li>Message queuing feature enables guaranteed delivery of messages.</li>\r\n <li>Non-stop messaging with audit and trace.</li>\r\n <li>The serial and TCP/IP ports can be scaled up to handle large infrastructure requirement.</li>\r\n <li>Robust and scalable product that ensures exceptional availability and reliability in inter-system messaging.</li>\r\n <li>Built-in load balancer and network management.</li>\r\n <li>Provides database connector.</li>\r\n <li>Unambiguous APIs.</li>\r\n <li>Built in tools to debug applications and tune the system for better performance.</li>\r\n <li>One-to-one, many-to-one and one-to-many and many-to-many messaging.</li>\r\n <li>Event initiator.</li>\r\n <li>Displays graphical status of configured client/host stations and status.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>An established product, developed with FSS\' extensive experience in managing the diverse payment systems and applications.</li>\r\n <li>The solution is trusted and successfully deployed at several banks.</li>\r\n <li>Assure high security and data integrity in transferring messages across applications.</li>\r\n <li>Flexible solution that interfaces with all legacy systems, switches and hosts.</li>\r\n <li>Auto balances the load and keeps track of each message that is received and delivered.</li>\r\n <li>Concurrent transaction processing for quick response.</li>\r\n</ul>','Messaging Middleware','','inherit','open','open','','60-revision-v1','','','2014-04-28 11:15:01','2014-04-28 11:15:01','',60,'http://039719c.netsolhost.com/ltest/fss/60-revision-v1/',0,'revision','',0),(861,1,'2014-05-14 11:14:35','2014-05-14 11:14:35','[responsive]<img class=\"alignleft size-full wp-image-651\" alt=\"fss-processing-value-added-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-value-added-services.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Bill payment and presentment service across a range of delivery channels, such as ATM, Payment Gateway, IVRS, Mobile Banking and POS terminal from a large ecosystem of aggregators\"]\r\n\r\nFSS has built the ecosystem of merchant aggregators, enabling banks to offer their debit card customers the convenience of transacting with a wide range of billers and merchants. FSS VAS offers convenient methods of bill payment and presentment service over ATM, payment gateway, mobile phones, IVR, kiosks and hand-held terminals. Offered on a revenue share model to the banks, FSS VAS can build a sustainable revenue stream from such transactions.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Corporate payment services:\r\n<ul>\r\n <li>Inter-bank fund transfer service through NEFT/ RTGS</li>\r\n <li>Delivery channel agnostic business model</li>\r\n <li>Allows intra-bank fund transfer service</li>\r\n</ul>\r\n</li>\r\n <li>Retail payment services:\r\n<ul>\r\n <li>Utilities & Bill Payments Service\r\n<ul style=\"list-style: circle;\">\r\n <li>Electricity, Gas, DTH, telephone, water</li>\r\n <li>Insurance premium payments</li>\r\n <li>Mutual Funds</li>\r\n <li>Government & Municipality Tax payments</li>\r\n <li>Government & Municipality Tax payments</li>\r\n</ul>\r\n</li>\r\n <li>Institution fee payment\r\n<ul style=\"list-style: circle;\">\r\n <li>Institution fee payment</li>\r\n</ul>\r\n</li>\r\n <li>Term/hostel fees payment in Schools, Colleges, Universities</li>\r\n <li>Charities and Donations</li>\r\n <li>Mobile recharge and DTH subscription\r\n<ul style=\"list-style: circle;\">\r\n <li>Post paid bill payment</li>\r\n <li>Prepaid top up</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Travel and ticketing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>12 banks trust FSS for enabling various value added services across multiple channels.</li>\r\n <li>Merchant aggregator, agnostic business model.</li>\r\n <li>Infrastructure hosted in Tier 3 standard Data Center.</li>\r\n <li>Configurable work flow.</li>\r\n <li>Allows enablement of single set of billers and merchants across the delivery channels.</li>\r\n</ul>','Value Added Services','','inherit','open','open','','107-revision-v1','','','2014-05-14 11:14:35','2014-05-14 11:14:35','',107,'http://039719c.netsolhost.com/ltest/fss/107-revision-v1/',0,'revision','',0),(750,1,'2014-04-28 11:23:08','2014-04-28 11:23:08','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-value-added-services.jpg\"><img class=\"alignleft size-full wp-image-651\" alt=\"fss-processing-value-added-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-value-added-services.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Value Added Services (VAS)\"]\r\n\r\n<strong>Bill payment and presentment service across a range of delivery channels, such as ATM, Payment Gateway, IVRS, Mobile Banking and POS terminal from a large ecosystem of aggregators </strong>\r\n\r\nFSS has built the ecosystem of merchant aggregators, enabling banks to offer their debit card customers the convenience of transacting with a wide range of billers and merchants. FSS VAS offers convenient methods of bill payment and presentment service over ATM, payment gateway, mobile phones, IVR, kiosks and hand-held terminals. Offered on a revenue share model to the banks, FSS VAS can build a sustainable revenue stream from such transactions.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Corporate payment services:\r\n<ul>\r\n <li>Inter-bank fund transfer service through NEFT/ RTGS</li>\r\n <li>Delivery channel agnostic business model</li>\r\n <li>Allows intra-bank fund transfer service</li>\r\n</ul>\r\n</li>\r\n <li>Retail payment services:\r\n<ul>\r\n <li>Utilities & Bill Payments Service\r\n<ul style=\"list-style: circle;\">\r\n <li>Electricity, Gas, DTH, telephone, water</li>\r\n <li>Insurance premium payments</li>\r\n <li>Mutual Funds</li>\r\n <li>Government & Municipality Tax payments</li>\r\n <li>Government & Municipality Tax payments</li>\r\n</ul>\r\n</li>\r\n <li>Institution fee payment\r\n<ul style=\"list-style: circle;\">\r\n <li>Institution fee payment</li>\r\n</ul>\r\n</li>\r\n <li>Term/hostel fees payment in Schools, Colleges, Universities</li>\r\n <li>Charities and Donations</li>\r\n <li>Mobile recharge and DTH subscription\r\n<ul style=\"list-style: circle;\">\r\n <li>Post paid bill payment</li>\r\n <li>Prepaid top up</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n</li>\r\n <li>Travel and ticketing.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>12 banks trust FSS for enabling various value added services across multiple channels.</li>\r\n <li>Merchant aggregator, agnostic business model.</li>\r\n <li>Infrastructure hosted in Tier 3 standard Data Center.</li>\r\n <li>Configurable work flow.</li>\r\n <li>Allows enablement of single set of billers and merchants across the delivery channels.</li>\r\n</ul>','Value Added Services','','inherit','open','open','','107-revision-v1','','','2014-04-28 11:23:08','2014-04-28 11:23:08','',107,'http://039719c.netsolhost.com/ltest/fss/107-revision-v1/',0,'revision','',0),(751,1,'2014-04-28 11:35:42','2014-04-28 11:35:42','<strong>[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\"><img class=\"alignleft size-full wp-image-517\" alt=\"fss-bill-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n</strong>\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n<strong><span style=\"font-size: 18px;\">A comprehensive, multi-channel electronic bill presentment and payment solution.</span>\r\n</strong>\r\n\r\nIn today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -\r\n<ul>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n</ul>\r\n</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS BILL PAY','','inherit','open','open','','520-revision-v1','','','2014-04-28 11:35:42','2014-04-28 11:35:42','',520,'http://039719c.netsolhost.com/ltest/fss/520-revision-v1/',0,'revision','',0),(836,1,'2014-05-14 10:21:28','2014-05-14 10:21:28','[responsive]<img class=\"alignleft size-full wp-image-523\" alt=\"fss-product-cross-sell\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-product-cross-sell.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n[separator headline=\"h4\" title=\"A modular solution that enables banks to cross sell their products and services across their ATM and Internet banking channels\"]\r\nBanks constantly endeavor to find cost effective ways of selling their products to their customers. Increase in the usage of self-service terminals and internet banking channel by customers provides banks with interactive media options for displaying new products. Enabled through ATMs and internet banking channels, FSS Product Cross Sell solution provides enhanced opportunities for banks to acquire and retain customer relationships by cross selling their existing products and service.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Easy configurability and manageability, reduces time-to-market thereby enabling banks to roll out the services to its customers quickly.</li>\r\n <li>Allows banks to appropriately schedule their marketing campaigns based on customer profile.</li>\r\n <li>Generates exhaustive product-wise and customer-wise reports to ascertain the leads generated.</li>\r\n <li>Creates marketing and customer database over a period of time.</li>\r\n <li>Works seamlessly with all brands of ATMs and internet banking site/portal of the banks</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Trusted by some of the leading banks in India for over 4 years.</li>\r\n <li>Has a proven track record of improving the Return on Investment (ROI).</li>\r\n <li>Increases customers convenience for availing a wide range of bank\' products in a centralized mode.</li>\r\n <li>Maintains and manages centralized marketing campaigns on its ATM & net banking channels.</li>\r\n</ul>','FSS Product Cross Sell','','inherit','open','open','','522-revision-v1','','','2014-05-14 10:21:28','2014-05-14 10:21:28','',522,'http://039719c.netsolhost.com/ltest/fss/522-revision-v1/',0,'revision','',0),(752,1,'2014-04-28 11:40:30','2014-04-28 11:40:30','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-product-cross-sell.jpg\"><img class=\"alignleft size-full wp-image-523\" alt=\"fss-product-cross-sell\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-product-cross-sell.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n[separator headline=\"h4\" title=\"FSS Product Cross Sell (PCS)\"]\r\n<strong>A modular solution that enables banks to cross sell their products and services across their ATM and Internet banking channels</strong>\r\nBanks constantly endeavor to find cost effective ways of selling their products to their customers. Increase in the usage of self-service terminals and internet banking channel by customers provides banks with interactive media options for displaying new products. Enabled through ATMs and internet banking channels, FSS Product Cross Sell solution provides enhanced opportunities for banks to acquire and retain customer relationships by cross selling their existing products and service.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Easy configurability and manageability, reduces time-to-market thereby enabling banks to roll out the services to its customers quickly.</li>\r\n <li>Allows banks to appropriately schedule their marketing campaigns based on customer profile.</li>\r\n <li>Generates exhaustive product-wise and customer-wise reports to ascertain the leads generated.</li>\r\n <li>Creates marketing and customer database over a period of time.</li>\r\n <li>Works seamlessly with all brands of ATMs and internet banking site/portal of the banks</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>Trusted by some of the leading banks in India for over 4 years.</li>\r\n <li>Has a proven track record of improving the Return on Investment (ROI).</li>\r\n <li>Increases customers convenience for availing a wide range of bank\' products in a centralized mode.</li>\r\n <li>Maintains and manages centralized marketing campaigns on its ATM & net banking channels.</li>\r\n</ul>','FSS PRODUCT CROSS SELL','','inherit','open','open','','522-revision-v1','','','2014-04-28 11:40:30','2014-04-28 11:40:30','',522,'http://039719c.netsolhost.com/ltest/fss/522-revision-v1/',0,'revision','',0),(837,1,'2014-05-14 10:24:44','2014-05-14 10:24:44','[responsive]<img class=\"alignleft size-full wp-image-533\" alt=\"fss-green-pin\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-green-pin.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A well integrated green solution that helps card issuers avoid the usage of paper-based PIN\"]\r\nBanks and card issuers are increasingly adopting various paper-less methods to communicate to their customers that save time, money and maximize convenience and productivity. One such activity is sending PIN mailers to cardholders. FSS Green PIN is a paper-less PIN generation and forwarding solution that enables banks to securely transmit card PINs in electronic form through multiple delivery channels to their cardholders.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Avoids usage of expensive PIN mailer stationery, and simplifying dispatch logistics.</li>\r\n <li>Two tier validation - During pass code generation and during ATM PIN generation.</li>\r\n <li>Secured information - PIN\'s once generated, are not stored.</li>\r\n <li>Secondary level secured information are stored in hashed/masked format.</li>\r\n <li>Compliant with all the global security standards:</li>\r\n <li>PCI standards</li>\r\n <li>PABP standards</li>\r\n <li>PADSS standards</li>\r\n <li>OWASP standards</li>\r\n <li>VISA and MasterCard recommendations on PIN transmission</li>\r\n <li>Centralized system prevents data redundancy.</li>\r\n <li>User friendly interface for convenient administration.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Saves costs towards PIN mailer stationery, printing and dispatch.</li>\r\n <li>Eco friendly - Avoids usage of paper.</li>\r\n <li>Helps banks to seamlessly transmit PINs through multiple delivery channels:\r\n<ul style=\"list-style: circle;\">\r\n <li>Mobile</li>\r\n <li>Internet-Email</li>\r\n <li>IVR</li>\r\n <li>ATM</li>\r\n</ul>\r\n</li>\r\n <li>Helps enhance the brand image of banks by offering the latest technology based service.</li>\r\n <li>Provides the card issuer with a new channel of communication with the cardholder.</li>\r\n <li>Reduces the number of customer call on re-issuance/forgot PIN.</li>\r\n <li>Already deployed at some of the major Indian banks.</li>\r\n</ul>','FSS Green PIN','','inherit','open','open','','532-revision-v1','','','2014-05-14 10:24:44','2014-05-14 10:24:44','',532,'http://039719c.netsolhost.com/ltest/fss/532-revision-v1/',0,'revision','',0),(753,1,'2014-04-28 11:43:34','2014-04-28 11:43:34','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-green-pin.jpg\"><img class=\"alignleft size-full wp-image-533\" alt=\"fss-green-pin\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-green-pin.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS Green PIN\"]\r\n<strong>A well integrated green solution that helps card issuers avoid the usage of paper-based PIN</strong>\r\nBanks and card issuers are increasingly adopting various paper-less methods to communicate to their customers that save time, money and maximize convenience and productivity. One such activity is sending PIN mailers to cardholders. FSS Green PIN is a paper-less PIN generation and forwarding solution that enables banks to securely transmit card PINs in electronic form through multiple delivery channels to their cardholders.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Avoids usage of expensive PIN mailer stationery, and simplifying dispatch logistics.</li>\r\n <li>Two tier validation - During pass code generation and during ATM PIN generation.</li>\r\n <li>Secured information - PIN\'s once generated, are not stored.</li>\r\n <li>Secondary level secured information are stored in hashed/masked format.</li>\r\n <li>Compliant with all the global security standards:</li>\r\n <li>PCI standards</li>\r\n <li>PABP standards</li>\r\n <li>PADSS standards</li>\r\n <li>OWASP standards</li>\r\n <li>VISA and MasterCard recommendations on PIN transmission</li>\r\n <li>Centralized system prevents data redundancy.</li>\r\n <li>User friendly interface for convenient administration.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>Saves costs towards PIN mailer stationery, printing and dispatch.</li>\r\n <li>Eco friendly - Avoids usage of paper.</li>\r\n <li>Helps banks to seamlessly transmit PINs through multiple delivery channels:\r\n<ul style=\"list-style: circle;\">\r\n <li>Mobile</li>\r\n <li>Internet-Email</li>\r\n <li>IVR</li>\r\n <li>ATM</li>\r\n</ul>\r\n</li>\r\n <li>Helps enhance the brand image of banks by offering the latest technology based service.</li>\r\n <li>Provides the card issuer with a new channel of communication with the cardholder.</li>\r\n <li>Reduces the number of customer call on re-issuance/forgot PIN.</li>\r\n <li>Already deployed at some of the major Indian banks.</li>\r\n</ul>','FSS GREEN PIN','','inherit','open','open','','532-revision-v1','','','2014-04-28 11:43:34','2014-04-28 11:43:34','',532,'http://039719c.netsolhost.com/ltest/fss/532-revision-v1/',0,'revision','',0),(838,1,'2014-05-14 10:27:52','2014-05-14 10:27:52','[responsive]<img class=\"alignleft size-full wp-image-536\" alt=\"Loyalty-Manager\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/Loyalty-Manager.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"An interactive, intuitive and customizable Loyalty Management System that allows financial institutions to create single or coalition loyalty programs for their merchant and customer base.\"]\r\nWith retail business becoming increasingly competitive, banks and merchants strive constantly to retain their customer base. Merchants would like their customers to return to them for additional purchase of goods/services, while banks would like to encourage their customers to use their cards to improve customer retention.\r\n\r\n<strong>FSS Loyalty Manager</strong> has been developed leveraging extensive knowledge in the payments domain and in merchant operations. It is a comprehensive and dynamic solution that supports financial institutions to create custom loyalty programs for their existing merchant and customer base in order to generate more transactions and incremental revenues at lower costs. From creating a marketing campaign to redeeming reward points, from providing business intelligence and analytical data to gauging the success of a marketing campaign, FSS Loyalty Manager delivers it all.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Creates interactive web portals for institutions, merchants and customers.</li>\r\n <li>Supports card-less loyalty program.</li>\r\n <li>Provides instant registration facility and redemption options through multiple delivery channels.</li>\r\n <li>Provides cutting-edge analytical features to help identify the appropriate target audience for building marketing campaigns.</li>\r\n <li>Facilitates the rewarding process based on transaction volumes for a particular period.</li>\r\n <li>Facilitates the process of earning reward points from repeat purchases done during a product campaign.</li>\r\n <li>Provides real-time customer feedback to develop sales strategies.</li>\r\n <li>Analyses customer feedback to allocate appropriate resources.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Calculates critical customer loyalty metrics to understand customer purchase behavior.</li>\r\n <li>Allows selection and creating the right marketing campaigns and loyalty programs to achieve customer retention and incremental revenue.</li>\r\n <li>Secure system, with tamper-resistant encryption and decryption.</li>\r\n <li>Facilitates faster time-to-market product campaigns and loyalty programs for greater return on investment (ROI).</li>\r\n</ul>','FSS Loyalty Manager','','inherit','open','open','','535-revision-v1','','','2014-05-14 10:27:52','2014-05-14 10:27:52','',535,'http://039719c.netsolhost.com/ltest/fss/535-revision-v1/',0,'revision','',0),(754,1,'2014-04-28 11:46:30','2014-04-28 11:46:30','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/Loyalty-Manager.jpg\"><img class=\"alignleft size-full wp-image-536\" alt=\"Loyalty-Manager\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/Loyalty-Manager.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS Loyalty Manager\"]\r\n<strong>An interactive, intuitive and customizable Loyalty Management System that allows financial institutions to create single or coalition loyalty programs for their merchant and customer base.</strong>\r\nWith retail business becoming increasingly competitive, banks and merchants strive constantly to retain their customer base. Merchants would like their customers to return to them for additional purchase of goods/services, while banks would like to encourage their customers to use their cards to improve customer retention.\r\n\r\n<strong>FSS Loyalty Manager</strong> has been developed leveraging extensive knowledge in the payments domain and in merchant operations. It is a comprehensive and dynamic solution that supports financial institutions to create custom loyalty programs for their existing merchant and customer base in order to generate more transactions and incremental revenues at lower costs. From creating a marketing campaign to redeeming reward points, from providing business intelligence and analytical data to gauging the success of a marketing campaign, FSS Loyalty Manager delivers it all.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Creates interactive web portals for institutions, merchants and customers.</li>\r\n <li>Supports card-less loyalty program.</li>\r\n <li>Provides instant registration facility and redemption options through multiple delivery channels.</li>\r\n <li>Provides cutting-edge analytical features to help identify the appropriate target audience for building marketing campaigns.</li>\r\n <li>Facilitates the rewarding process based on transaction volumes for a particular period.</li>\r\n <li>Facilitates the process of earning reward points from repeat purchases done during a product campaign.</li>\r\n <li>Provides real-time customer feedback to develop sales strategies.</li>\r\n <li>Analyses customer feedback to allocate appropriate resources.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>Calculates critical customer loyalty metrics to understand customer purchase behavior.</li>\r\n <li>Allows selection and creating the right marketing campaigns and loyalty programs to achieve customer retention and incremental revenue.</li>\r\n <li>Secure system, with tamper-resistant encryption and decryption.</li>\r\n <li>Facilitates faster time-to-market product campaigns and loyalty programs for greater return on investment (ROI).</li>\r\n</ul>','FSS LOYALTY MANAGER','','inherit','open','open','','535-revision-v1','','','2014-04-28 11:46:30','2014-04-28 11:46:30','',535,'http://039719c.netsolhost.com/ltest/fss/535-revision-v1/',0,'revision','',0),(755,1,'2014-04-28 11:50:03','2014-04-28 11:50:03','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-currency-convert.jpg\"><img class=\"alignleft size-full wp-image-539\" alt=\"fss-currency-convert\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-currency-convert.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS Currency Convert\"]\r\n<strong>A comprehensive, secure and dynamic solution that allows merchants to offer international card customers, the choice of paying for goods/services in their native currencies.</strong>\r\nTraditionally, <strong>international customers</strong> using credit or debit cards to transact on POS terminals at overseas locations are billed in local currencies. Further, they have to wait for their monthly card or bank statement to find out the actual transactions value in their own native currency which is always different from the transacted value due to interchange (conversion) rates, bank markups, service fee mark ups or other charges.\r\n\r\nFSS Currency Convert is a patented solution that lets international customers enjoy the benefit and convenience of paying for their purchase, stay or meal in the currency they understand best - their own. The solution offers a personalized experience for cardholders with no surprises - the amount on their bill matches with the charge slip and their card account statement when they return home, while merchants continue to benefit from the ease of payments and reporting in their local currency.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Supports standard POS transactions in the local currency as well as in the native currency of cardholder.</li>\r\n <li>Minimal or no variance in the transaction value and the billed value in the cardholder statement.</li>\r\n <li>Supports conversion in any number of currencies.</li>\r\n <li>Service network support on PSTN, Ethernet, GPRS, CDMA and VSAT platforms.</li>\r\n <li>Technology and services support for acceptance of magnetic stripe and EMV card.</li>\r\n <li>User friendly application, ensuring convenient access by counter staff.</li>\r\n <li>Trained and experienced team to design, implement and manage the program.</li>\r\n <li>Ability to develop and implement personalized solutions.</li>\r\n <li>Designed to ensure quick turnaround and response time for transaction processing.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>Rapid solution deployment capability thereby reducing time to market.</li>\r\n <li>Multiple device support - EDC terminals, cash registers and kiosks for routing transactions to the desired host.</li>\r\n <li>Experience in successfully rolling out the solution for major acquirers in the Indian market.</li>\r\n</ul>','FSS CURRENCY CONVERT','','inherit','open','open','','538-revision-v1','','','2014-04-28 11:50:03','2014-04-28 11:50:03','',538,'http://039719c.netsolhost.com/ltest/fss/538-revision-v1/',0,'revision','',0),(839,1,'2014-05-14 10:29:53','2014-05-14 10:29:53','[responsive]<img class=\"alignleft size-full wp-image-539\" alt=\"fss-currency-convert\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-currency-convert.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, secure and dynamic solution that allows merchants to offer international card customers, the choice of paying for goods/services in their native currencies.\"]\r\n\r\nTraditionally, <strong>international customers</strong> using credit or debit cards to transact on POS terminals at overseas locations are billed in local currencies. Further, they have to wait for their monthly card or bank statement to find out the actual transactions value in their own native currency which is always different from the transacted value due to interchange (conversion) rates, bank markups, service fee mark ups or other charges.\r\n\r\nFSS Currency Convert is a patented solution that lets international customers enjoy the benefit and convenience of paying for their purchase, stay or meal in the currency they understand best - their own. The solution offers a personalized experience for cardholders with no surprises - the amount on their bill matches with the charge slip and their card account statement when they return home, while merchants continue to benefit from the ease of payments and reporting in their local currency.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Supports standard POS transactions in the local currency as well as in the native currency of cardholder.</li>\r\n <li>Minimal or no variance in the transaction value and the billed value in the cardholder statement.</li>\r\n <li>Supports conversion in any number of currencies.</li>\r\n <li>Service network support on PSTN, Ethernet, GPRS, CDMA and VSAT platforms.</li>\r\n <li>Technology and services support for acceptance of magnetic stripe and EMV card.</li>\r\n <li>User friendly application, ensuring convenient access by counter staff.</li>\r\n <li>Trained and experienced team to design, implement and manage the program.</li>\r\n <li>Ability to develop and implement personalized solutions.</li>\r\n <li>Designed to ensure quick turnaround and response time for transaction processing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Rapid solution deployment capability thereby reducing time to market.</li>\r\n <li>Multiple device support - EDC terminals, cash registers and kiosks for routing transactions to the desired host.</li>\r\n <li>Experience in successfully rolling out the solution for major acquirers in the Indian market.</li>\r\n</ul>','FSS Currency Convert','','inherit','open','open','','538-revision-v1','','','2014-05-14 10:29:53','2014-05-14 10:29:53','',538,'http://039719c.netsolhost.com/ltest/fss/538-revision-v1/',0,'revision','',0),(840,1,'2014-05-14 10:32:10','2014-05-14 10:32:10','[responsive]<img class=\"alignleft size-full wp-image-543\" alt=\"fss-adm\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-adm.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A scalable, secure and reliable 24/7 ATM monitoring solution.\"]\r\n\r\nCustomers depend on the ATM network to grant them 24/7 access to their money. Monitoring the availability of ATM services is vital for customer satisfaction, and also for generation of revenue opportunities from an acquiring point of view. With FSS Active Device Manager (ADM), ATM related issues can be quickly identified and addressed. Round-the-clock ATM monitoring solution from FSS provides an accurate failure analysis and quick and efficient resolution of issues. This helps reduce operating costs and allows for better management of the ATM network.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Supports monitoring of XFS / SNMP based ATMs.</li>\r\n <li>Switch agnostic interfacing solution.</li>\r\n <li>Easy to use and flexible monitoring web interface enables banks to monitor the device, transactions, ticket and cash.</li>\r\n <li>Faults in the ATM network are translated into tickets and assigned to service provider agents for end-to-end tracking and closure.</li>\r\n <li>Allows the ticket to be tracked as per the SLA defined with each vendor/ATM.</li>\r\n <li>Integrates with popular Internet based geographical maps application for quick identification of the location of the faulty ATMs.</li>\r\n <li>Allows monitoring of cash positions online.</li>\r\n <li>Real-time and historical displays of ATM network efficiency.</li>\r\n <li>Provides service provider/vendor performance management reports.</li>\r\n <li>Business intelligence module helps provide in-depth analysis of transaction data.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Single point of contact for event monitoring and call management resulting in cost reduction and maximizing availability of ATM services.</li>\r\n <li>Proactive and predictive monitoring delivers improved reliability and customer service standards.</li>\r\n <li>Automated notification and escalation for quicker and more accurate response to issues.</li>\r\n <li>Flexible and scalable solution that can support continuously growing network of ATMs.</li>\r\n</ul>','FSS Active Device Manager','','inherit','open','open','','542-revision-v1','','','2014-05-14 10:32:10','2014-05-14 10:32:10','',542,'http://039719c.netsolhost.com/ltest/fss/542-revision-v1/',0,'revision','',0),(756,1,'2014-04-28 11:53:50','2014-04-28 11:53:50','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-adm.jpg\"><img class=\"alignleft size-full wp-image-543\" alt=\"fss-adm\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-adm.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"FSS ACTIVE DEVICE MANAGER\"]\r\n<strong>A scalable, secure and reliable 24/7 ATM monitoring solution.</strong>\r\n\r\nCustomers depend on the ATM network to grant them 24/7 access to their money. Monitoring the availability of ATM services is vital for customer satisfaction, and also for generation of revenue opportunities from an acquiring point of view. With FSS Active Device Manager (ADM), ATM related issues can be quickly identified and addressed. Round-the-clock ATM monitoring solution from FSS provides an accurate failure analysis and quick and efficient resolution of issues. This helps reduce operating costs and allows for better management of the ATM network.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Supports monitoring of XFS / SNMP based ATMs.</li>\r\n <li>Switch agnostic interfacing solution.</li>\r\n <li>Easy to use and flexible monitoring web interface enables banks to monitor the device, transactions, ticket and cash.</li>\r\n <li>Faults in the ATM network are translated into tickets and assigned to service provider agents for end-to-end tracking and closure.</li>\r\n <li>Allows the ticket to be tracked as per the SLA defined with each vendor/ATM.</li>\r\n <li>Integrates with popular Internet based geographical maps application for quick identification of the location of the faulty ATMs.</li>\r\n <li>Allows monitoring of cash positions online.</li>\r\n <li>Real-time and historical displays of ATM network efficiency.</li>\r\n <li>Provides service provider/vendor performance management reports.</li>\r\n <li>Business intelligence module helps provide in-depth analysis of transaction data.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>Single point of contact for event monitoring and call management resulting in cost reduction and maximizing availability of ATM services.</li>\r\n <li>Proactive and predictive monitoring delivers improved reliability and customer service standards.</li>\r\n <li>Automated notification and escalation for quicker and more accurate response to issues.</li>\r\n <li>Flexible and scalable solution that can support continuously growing network of ATMs.</li>\r\n</ul>','FSS ACTIVE DEVICE MANAGER','','inherit','open','open','','542-revision-v1','','','2014-04-28 11:53:50','2014-04-28 11:53:50','',542,'http://039719c.netsolhost.com/ltest/fss/542-revision-v1/',0,'revision','',0),(843,1,'2014-05-14 10:39:44','2014-05-14 10:39:44','[responsive]<img class=\"alignleft size-full wp-image-552\" alt=\"fss-system-integration\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-system-integration.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"An end-to-end onsite system integration services in the payment domain, including switch, ATM/POS/mobile channels, interchanges, card systems, payment gateway, value added services\"]\r\n\r\nMergers, acquisitions, migration or periodic product upgrades in the payments domain could lead to IT consolidation and systems integration. Financial organizations seeking to deploy (or enhance existing) electronic payment systems may face several challenges in integrating delivery channels, interchanges and host systems. Implementing new generation retail channels such as mobile payments, internet payment gateways, and interactive voice response systems could also be a complex task.\r\n\r\nLeveraging on extensive experience and deep knowledge in the payments domain for over 20 years, FSS integrates payment products, solutions and services into a comprehensive eco-system. FSS System Integration services have helped over 50 financial organizations worldwide to upgrade to newer systems, and/or add hundreds of products and services. FSS has acquired specialized skill sets including knowledge of legacy systems, interchange mandates, standards and operational methods of payment products, security and industry interfaces.\r\n\r\nFSS partners with leading software and hardware vendors in the payments industry and constantly updates its knowledge base. FSS\' creative approach to solutions, together with its suite of products has assisted several premium banks and payment processors in interfacing legacy products with the new generation systems. All these factors have enabled FSS to become a trusted and preferred end-to-end payments system integrator in the business.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Integrating multiple payments IT systems, platforms and channels that cater to different functions and stages in the product lifecycle.</li>\r\n <li>Interfacing a wide range of retail channels of different makes and brands of ATM, POS, and new generation payment channels, such as mobile, IVR, internet payment gateway with the payment switch.</li>\r\n <li>International and regional card brand, card acquiring and issuing testing and certification.</li>\r\n <li>Magnetic Stripe & EMV chip card acquiring and issuing support.</li>\r\n <li>Integrating mobile phones with NFC capability, for financial transaction processing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS stands committed in delivering value for more than 20 years in the payments domain, with over 100 large customers across the globe.</li>\r\n <li>System integration and implementation services provided to over 50 premium customers including banks, financial institutions and large retailers.</li>\r\n <li>Large pool of skilled resources with project management, integration, testing and certification capabilities.</li>\r\n <li>Knowledge of all industry standard platforms as well as legacy systems.</li>\r\n <li>Cost-effective service delivery, with a combination of on-site/off-shore services.</li>\r\n</ul>','Systems Integration','','inherit','open','open','','66-revision-v1','','','2014-05-14 10:39:44','2014-05-14 10:39:44','',66,'http://039719c.netsolhost.com/ltest/fss/66-revision-v1/',0,'revision','',0),(757,1,'2014-04-28 12:03:46','2014-04-28 12:03:46','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-system-integration.jpg\"><img class=\"alignleft size-full wp-image-552\" alt=\"fss-system-integration\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-system-integration.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Systems Integration\"]\r\n<strong>An end-to-end onsite system integration services in the payment domain, including switch, ATM/POS/mobile channels, interchanges, card systems, payment gateway, value added services</strong>.\r\n\r\nMergers, acquisitions, migration or periodic product upgrades in the payments domain could lead to IT consolidation and systems integration. Financial organizations seeking to deploy (or enhance existing) electronic payment systems may face several challenges in integrating delivery channels, interchanges and host systems. Implementing new generation retail channels such as mobile payments, internet payment gateways, and interactive voice response systems could also be a complex task.\r\n\r\nLeveraging on extensive experience and deep knowledge in the payments domain for over 20 years, FSS integrates payment products, solutions and services into a comprehensive eco-system. FSS System Integration services have helped over 50 financial organizations worldwide to upgrade to newer systems, and/or add hundreds of products and services. FSS has acquired specialized skill sets including knowledge of legacy systems, interchange mandates, standards and operational methods of payment products, security and industry interfaces.\r\n\r\nFSS partners with leading software and hardware vendors in the payments industry and constantly updates its knowledge base. FSS\' creative approach to solutions, together with its suite of products has assisted several premium banks and payment processors in interfacing legacy products with the new generation systems. All these factors have enabled FSS to become a trusted and preferred end-to-end payments system integrator in the business.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Integrating multiple payments IT systems, platforms and channels that cater to different functions and stages in the product lifecycle.</li>\r\n <li>Interfacing a wide range of retail channels of different makes and brands of ATM, POS, and new generation payment channels, such as mobile, IVR, internet payment gateway with the payment switch.</li>\r\n <li>International and regional card brand, card acquiring and issuing testing and certification.</li>\r\n <li>Magnetic Stripe & EMV chip card acquiring and issuing support.</li>\r\n <li>Integrating mobile phones with NFC capability, for financial transaction processing.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>FSS stands committed in delivering value for more than 20 years in the payments domain, with over 100 large customers across the globe.</li>\r\n <li>System integration and implementation services provided to over 50 premium customers including banks, financial institutions and large retailers.</li>\r\n <li>Large pool of skilled resources with project management, integration, testing and certification capabilities.</li>\r\n <li>Knowledge of all industry standard platforms as well as legacy systems.</li>\r\n <li>Cost-effective service delivery, with a combination of on-site/off-shore services.</li>\r\n</ul>','Systems Integration','','inherit','open','open','','66-revision-v1','','','2014-04-28 12:03:46','2014-04-28 12:03:46','',66,'http://039719c.netsolhost.com/ltest/fss/66-revision-v1/',0,'revision','',0),(758,1,'2014-04-28 12:07:57','2014-04-28 12:07:57','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-offshore-product-development1.jpg\"><img class=\"alignleft size-full wp-image-591\" alt=\"fss-offshore-product-development\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-offshore-product-development1.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Offshore Development\"]\r\n\r\n<strong>High quality offshore development and sustenance services.</strong>\r\n\r\nAs part of long-term growth strategy, software product companies constantly innovate and reinvent their products to sustain and lead in the competitive market. As products mature and market acceptance increases, they also need to maintain and support their products for their customers.\r\n\r\nWith knowledge gained in payments domain over two decades, FSS maintains, supports and customizes software products of leading software vendors. FSS engineers can manage a product company\'s non-core activities such as product release management, feature enhancement, bug fixing, product testing and issue resolution.\r\n\r\nServices range from managing mature products with several releases into the market, to \"sunset\" products that are at the end of their feature development. FSS\' proven delivery and interaction model include rigorous processes complete with definitions of roles and responsibilities, documentation and reporting, incident management, issue resolution support and assistance in continuous product improvement.\r\n\r\nWith FSS product sustenance services, companies are able to focus on enhancements, re-engineering and future-proofing their products.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Skilled resources in niche domain provide technical support, bug fixing, testing and maintenance services.</li>\r\n <li>Documented processes for product management and incident management at multiple levels.</li>\r\n <li>Ability to extend support to customers using vendors products.</li>\r\n <li>FSS onsite technical support teams can enhance product offerings by managing them at the site.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>Over 1,000 man years of offshore development support extended to premium international product companies.</li>\r\n <li>Vast payments domain expertise & technical skill sets, spanning a wide range of platforms and applications.</li>\r\n <li>Strong processes and commitment to deliveries validated by major vendors.</li>\r\n <li>Strong network of alliance partners help accelerate and collaborate on new products roll out quickly.</li>\r\n</ul>\r\nVendors could also benefit from FSS System Integration and Onsite Technical Support for implementing and managing their products at customer locations.','Offshore Development','','inherit','open','open','','69-revision-v1','','','2014-04-28 12:07:57','2014-04-28 12:07:57','',69,'http://039719c.netsolhost.com/ltest/fss/69-revision-v1/',0,'revision','',0),(844,1,'2014-05-14 10:40:24','2014-05-14 10:40:24','[responsive]<img class=\"alignleft size-full wp-image-591\" alt=\"fss-offshore-product-development\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-offshore-product-development1.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"High quality offshore development and sustenance services.\"]\r\nAs part of long-term growth strategy, software product companies constantly innovate and reinvent their products to sustain and lead in the competitive market. As products mature and market acceptance increases, they also need to maintain and support their products for their customers.\r\n\r\nWith knowledge gained in payments domain over two decades, FSS maintains, supports and customizes software products of leading software vendors. FSS engineers can manage a product company\'s non-core activities such as product release management, feature enhancement, bug fixing, product testing and issue resolution.\r\n\r\nServices range from managing mature products with several releases into the market, to \"sunset\" products that are at the end of their feature development. FSS\' proven delivery and interaction model include rigorous processes complete with definitions of roles and responsibilities, documentation and reporting, incident management, issue resolution support and assistance in continuous product improvement.\r\n\r\nWith FSS product sustenance services, companies are able to focus on enhancements, re-engineering and future-proofing their products.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Skilled resources in niche domain provide technical support, bug fixing, testing and maintenance services.</li>\r\n <li>Documented processes for product management and incident management at multiple levels.</li>\r\n <li>Ability to extend support to customers using vendors products.</li>\r\n <li>FSS onsite technical support teams can enhance product offerings by managing them at the site.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Over 1,000 man years of offshore development support extended to premium international product companies.</li>\r\n <li>Vast payments domain expertise & technical skill sets, spanning a wide range of platforms and applications.</li>\r\n <li>Strong processes and commitment to deliveries validated by major vendors.</li>\r\n <li>Strong network of alliance partners help accelerate and collaborate on new products roll out quickly.</li>\r\n</ul>\r\nVendors could also benefit from FSS<a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/systems-integration/\"> System Integration</a> and <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/onsite-technical-support/\">Onsite Technical Support</a> for implementing and managing their products at customer locations.','Offshore Development','','inherit','open','open','','69-revision-v1','','','2014-05-14 10:40:24','2014-05-14 10:40:24','',69,'http://039719c.netsolhost.com/ltest/fss/69-revision-v1/',0,'revision','',0),(759,1,'2014-04-28 12:10:25','2014-04-28 12:10:25','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-offshore-product-development1.jpg\"><img class=\"alignleft size-full wp-image-591\" alt=\"fss-offshore-product-development\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-offshore-product-development1.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Offshore Development\"]\r\n\r\n<strong>High quality offshore development and sustenance services.</strong>\r\n\r\nAs part of long-term growth strategy, software product companies constantly innovate and reinvent their products to sustain and lead in the competitive market. As products mature and market acceptance increases, they also need to maintain and support their products for their customers.\r\n\r\nWith knowledge gained in payments domain over two decades, FSS maintains, supports and customizes software products of leading software vendors. FSS engineers can manage a product company\'s non-core activities such as product release management, feature enhancement, bug fixing, product testing and issue resolution.\r\n\r\nServices range from managing mature products with several releases into the market, to \"sunset\" products that are at the end of their feature development. FSS\' proven delivery and interaction model include rigorous processes complete with definitions of roles and responsibilities, documentation and reporting, incident management, issue resolution support and assistance in continuous product improvement.\r\n\r\nWith FSS product sustenance services, companies are able to focus on enhancements, re-engineering and future-proofing their products.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Skilled resources in niche domain provide technical support, bug fixing, testing and maintenance services.</li>\r\n <li>Documented processes for product management and incident management at multiple levels.</li>\r\n <li>Ability to extend support to customers using vendors products.</li>\r\n <li>FSS onsite technical support teams can enhance product offerings by managing them at the site.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>Over 1,000 man years of offshore development support extended to premium international product companies.</li>\r\n <li>Vast payments domain expertise & technical skill sets, spanning a wide range of platforms and applications.</li>\r\n <li>Strong processes and commitment to deliveries validated by major vendors.</li>\r\n <li>Strong network of alliance partners help accelerate and collaborate on new products roll out quickly.</li>\r\n</ul>\r\nVendors could also benefit from FSS<a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/systems-integration/\"> System Integration</a> and <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/onsite-technical-support/\">Onsite Technical Support</a> for implementing and managing their products at customer locations.','Offshore Development','','inherit','open','open','','69-revision-v1','','','2014-04-28 12:10:25','2014-04-28 12:10:25','',69,'http://039719c.netsolhost.com/ltest/fss/69-revision-v1/',0,'revision','',0),(760,1,'2014-04-28 12:13:39','2014-04-28 12:13:39','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-project-management.jpg\"><img class=\"alignleft size-full wp-image-597\" alt=\"fss-project-management\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-project-management.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Project Management & Implementation\"]\r\n\r\n<strong>Helps organizations to manage project portfolios efficiently, for successful execution of any payments system integration or implementing a strategic technology package</strong>\r\n\r\nPayments business divisions continually work on improving profitability, as well as customer experiences. Market dynamics force them to release upgraded or innovative products and services, keeping the costs low. The complex nature of payment systems demand sophisticated project management skills in delivering services on time, at controlled costs. While choosing the right package to fit an organization\'s needs can be a tough task, equally vexing is the implementation that can be expensive and time-consuming.\r\n\r\nFSS has been focused in payment systems implementation, upgrades, migration and support, and hosted services for over 20 years. The deep domain knowledge gained in 40+ switch implementation and migration, integrating with a variety of banking hosts, retail channels, international and domestic interchanges, has resulted in highly experienced pool of experts. FSS handles the project implementation of advanced IT solutions in the financial services arena with ease and within committed time frames.\r\n\r\nWith proven project management techniques, and vast knowledge of popular industry packages, FSS provides substantial value to its clients by quality project management and implementation of complex solutions.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li><strong>Project Design and Mobilization:</strong> Identifying, planning and organizing business activities.</li>\r\n <li><strong>Project Management and Delivery:</strong> Delivering business advantage and competitive edge by deploying the appropriate, trained skill sets.</li>\r\n <li><strong>Assessment of existing Projects:</strong> based on payments domain global best practices.</li>\r\n <li>Project transformation through process design, strategy implementation, and training mentoring.</li>\r\n <li>Designing a common structure and framework for managing projects, including detailing the functions to be executed, key roles and responsibilities and metrics to be adopted.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>Over 50 leading banks and financial institutions in India and world over continue to benefit from the timely roll out of complex payment systems and services by FSS\' project management team.</li>\r\n <li>Contemporary knowledge of new generation devices, and interchange mandates makes launching of new services and upgrades, cost effective and quick.</li>\r\n <li>FSS puts strategies into action, by assigning a team of collaborative professionals having the right skill sets in the payments business who provide a powerful mix of intellectual agility and hands-on delivery.</li>\r\n</ul>\r\nFSS has helped several clients derive additional benefits from the Onsite Technical Support, Migration and Upgrade services, and 24x7 Global Help Desk support services.','Project Management & Implementation','','inherit','open','open','','71-revision-v1','','','2014-04-28 12:13:39','2014-04-28 12:13:39','',71,'http://039719c.netsolhost.com/ltest/fss/71-revision-v1/',0,'revision','',0),(845,1,'2014-05-14 10:41:01','2014-05-14 10:41:01','[responsive]<img class=\"alignleft size-full wp-image-597\" alt=\"fss-project-management\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-project-management.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Helps organizations to manage project portfolios efficiently, for successful execution of any payments system integration or implementing a strategic technology package\"]\r\n\r\nPayments business divisions continually work on improving profitability, as well as customer experiences. Market dynamics force them to release upgraded or innovative products and services, keeping the costs low. The complex nature of payment systems demand sophisticated project management skills in delivering services on time, at controlled costs. While choosing the right package to fit an organization\'s needs can be a tough task, equally vexing is the implementation that can be expensive and time-consuming.\r\n\r\nFSS has been focused in payment systems implementation, upgrades, migration and support, and hosted services for over 20 years. The deep domain knowledge gained in 40+ switch implementation and migration, integrating with a variety of banking hosts, retail channels, international and domestic interchanges, has resulted in highly experienced pool of experts. FSS handles the project implementation of advanced IT solutions in the financial services arena with ease and within committed time frames.\r\n\r\nWith proven project management techniques, and vast knowledge of popular industry packages, FSS provides substantial value to its clients by quality project management and implementation of complex solutions.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li><strong>Project Design and Mobilization:</strong> Identifying, planning and organizing business activities.</li>\r\n <li><strong>Project Management and Delivery:</strong> Delivering business advantage and competitive edge by deploying the appropriate, trained skill sets.</li>\r\n <li><strong>Assessment of existing Projects:</strong> based on payments domain global best practices.</li>\r\n <li>Project transformation through process design, strategy implementation, and training mentoring.</li>\r\n <li>Designing a common structure and framework for managing projects, including detailing the functions to be executed, key roles and responsibilities and metrics to be adopted.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Over 50 leading banks and financial institutions in India and world over continue to benefit from the timely roll out of complex payment systems and services by FSS\' project management team.</li>\r\n <li>Contemporary knowledge of new generation devices, and interchange mandates makes launching of new services and upgrades, cost effective and quick.</li>\r\n <li>FSS puts strategies into action, by assigning a team of collaborative professionals having the right skill sets in the payments business who provide a powerful mix of intellectual agility and hands-on delivery.</li>\r\n</ul>\r\nFSS has helped several clients derive additional benefits from the <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/onsite-technical-support/\">Onsite Technical Support</a>, <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/migration-upgrade-services/\">Migration and Upgrade services</a>, and <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/247-global-helpdesk-support/\">24x7 Global Help Desk support services</a>.','Project Management & Implementation','','inherit','open','open','','71-revision-v1','','','2014-05-14 10:41:01','2014-05-14 10:41:01','',71,'http://039719c.netsolhost.com/ltest/fss/71-revision-v1/',0,'revision','',0),(761,1,'2014-04-28 12:16:09','2014-04-28 12:16:09','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-project-management.jpg\"><img class=\"alignleft size-full wp-image-597\" alt=\"fss-project-management\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-project-management.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Project Management & Implementation\"]\r\n\r\n<strong>Helps organizations to manage project portfolios efficiently, for successful execution of any payments system integration or implementing a strategic technology package</strong>\r\n\r\nPayments business divisions continually work on improving profitability, as well as customer experiences. Market dynamics force them to release upgraded or innovative products and services, keeping the costs low. The complex nature of payment systems demand sophisticated project management skills in delivering services on time, at controlled costs. While choosing the right package to fit an organization\'s needs can be a tough task, equally vexing is the implementation that can be expensive and time-consuming.\r\n\r\nFSS has been focused in payment systems implementation, upgrades, migration and support, and hosted services for over 20 years. The deep domain knowledge gained in 40+ switch implementation and migration, integrating with a variety of banking hosts, retail channels, international and domestic interchanges, has resulted in highly experienced pool of experts. FSS handles the project implementation of advanced IT solutions in the financial services arena with ease and within committed time frames.\r\n\r\nWith proven project management techniques, and vast knowledge of popular industry packages, FSS provides substantial value to its clients by quality project management and implementation of complex solutions.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li><strong>Project Design and Mobilization:</strong> Identifying, planning and organizing business activities.</li>\r\n <li><strong>Project Management and Delivery:</strong> Delivering business advantage and competitive edge by deploying the appropriate, trained skill sets.</li>\r\n <li><strong>Assessment of existing Projects:</strong> based on payments domain global best practices.</li>\r\n <li>Project transformation through process design, strategy implementation, and training mentoring.</li>\r\n <li>Designing a common structure and framework for managing projects, including detailing the functions to be executed, key roles and responsibilities and metrics to be adopted.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>Over 50 leading banks and financial institutions in India and world over continue to benefit from the timely roll out of complex payment systems and services by FSS\' project management team.</li>\r\n <li>Contemporary knowledge of new generation devices, and interchange mandates makes launching of new services and upgrades, cost effective and quick.</li>\r\n <li>FSS puts strategies into action, by assigning a team of collaborative professionals having the right skill sets in the payments business who provide a powerful mix of intellectual agility and hands-on delivery.</li>\r\n</ul>\r\nFSS has helped several clients derive additional benefits from the <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/onsite-technical-support/\">Onsite Technical Support</a>, <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/migration-upgrade-services/\">Migration and Upgrade services</a>, and <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/247-global-helpdesk-support/\">24x7 Global Help Desk support services</a>.','Project Management & Implementation','','inherit','open','open','','71-revision-v1','','','2014-04-28 12:16:09','2014-04-28 12:16:09','',71,'http://039719c.netsolhost.com/ltest/fss/71-revision-v1/',0,'revision','',0),(846,1,'2014-05-14 10:41:46','2014-05-14 10:41:46','[responsive]<img class=\"alignleft size-full wp-image-601\" alt=\"fss-upgrade-and-migration-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-upgrade-and-migration-services.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n<span style=\"line-height: 1.5em;\">[separator headline=\"h4\" title=\"Comprehensive platform migration and product upgrade services in the payments domain\"]</span>\r\n\r\nBusiness demands, statutory requirements and technology advances create a need to migrate an existing payment application to a new platform, or upgrading an existing application. These activities pose several challenges like thorough evaluation and understanding of the new IT environment, documented processes of all the activities, careful analysis of risks, testing and certifications at different levels, compliance with various entities, and ensuring continual customer services post migration.\r\n\r\nFSS Migration and Upgrade Services focus on enabling banks to upgrade the hardware and software platforms of their payment applications with minimal or no disruption to the customer service. FSS upgrade services draw credibility from the experience in successful implementation of payments technology solution, and managing several migrations of \'live\' payment environments to a new platform. FSS teams have <b>carried out over 100 successful migrations</b> and upgrade exercises for over <b>50 Indian and global clients</b>. These include seamless switch migration from distributed to core banking solutions, critical switch and cardholder data migration, payment systems consolidation during mergers and acquisitions, switch application version upgrades, and over 10 switch migrations - from legacy systems to new generation.\r\n\r\nFSS\' payments industry expertise and best practices help banks capitalize on proven deployment principles identifying the optimal IT strategy, and make key technology choices. Led by specialized and dedicated team of experts, FSS migration and upgrade services ensure effective application transformation, with optimal business outcome.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Comprehensive project management and reporting.</li>\r\n <li>Documentation of all processes with impacts, risks, and fall back methods.</li>\r\n <li>Continuous review of processes at all stages during execution.</li>\r\n <li>Assistance to host / interchange developers.</li>\r\n <li>Application support during unit, integration and system testing phases.</li>\r\n <li>Certification with major card brand interchanges.</li>\r\n <li>Performance monitoring post migration/upgrade.</li>\r\n <li>Customer education and training.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Experience in managing over 100 successful migrations, upgrades, and consolidations for over 50 customers.</li>\r\n <li>Knowledgeable in legacy/contemporary payment systems, host systems. interchanges, mandates, certification processes.</li>\r\n <li>Consulting services during mergers and acquisitions.</li>\r\n <li>Post-migration support to assist the bank stabilizes operations on the new technology platform .</li>\r\n</ul>\r\nCustomers also have derived value from FSS <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/project-management-implementation/\">Project Management & Implementation services</a> for managing specific <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/migration-upgrade-services/\">migration / upgrade activities</a>, and also <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/onsite-technical-support/\">Onsite Technical Support services</a> for post migration support.','Migration & Upgrade Services','','inherit','open','open','','73-revision-v1','','','2014-05-14 10:41:46','2014-05-14 10:41:46','',73,'http://039719c.netsolhost.com/ltest/fss/73-revision-v1/',0,'revision','',0),(762,1,'2014-04-28 12:21:05','2014-04-28 12:21:05','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-upgrade-and-migration-services.jpg\"><img class=\"alignleft size-full wp-image-601\" alt=\"fss-upgrade-and-migration-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-upgrade-and-migration-services.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<span style=\"line-height: 1.5em;\">[separator headline=\"h4\" title=\"Migration & Upgrade Services\"]</span>\r\n\r\n<strong>Comprehensive platform migration and product upgrade services in the payments domain</strong>\r\n\r\nBusiness demands, statutory requirements and technology advances create a need to migrate an existing payment application to a new platform, or upgrading an existing application. These activities pose several challenges like thorough evaluation and understanding of the new IT environment, documented processes of all the activities, careful analysis of risks, testing and certifications at different levels, compliance with various entities, and ensuring continual customer services post migration.\r\n\r\nFSS Migration and Upgrade Services focus on enabling banks to upgrade the hardware and software platforms of their payment applications with minimal or no disruption to the customer service. FSS upgrade services draw credibility from the experience in successful implementation of payments technology solution, and managing several migrations of \'live\' payment environments to a new platform. FSS teams have <b>carried out over 100 successful migrations</b> and upgrade exercises for over <b>50 Indian and global clients</b>. These include seamless switch migration from distributed to core banking solutions, critical switch and cardholder data migration, payment systems consolidation during mergers and acquisitions, switch application version upgrades, and over 10 switch migrations - from legacy systems to new generation.\r\n\r\nFSS\' payments industry expertise and best practices help banks capitalize on proven deployment principles identifying the optimal IT strategy, and make key technology choices. Led by specialized and dedicated team of experts, FSS migration and upgrade services ensure effective application transformation, with optimal business outcome.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Comprehensive project management and reporting.</li>\r\n <li>Documentation of all processes with impacts, risks, and fall back methods.</li>\r\n <li>Continuous review of processes at all stages during execution.</li>\r\n <li>Assistance to host / interchange developers.</li>\r\n <li>Application support during unit, integration and system testing phases.</li>\r\n <li>Certification with major card brand interchanges.</li>\r\n <li>Performance monitoring post migration/upgrade.</li>\r\n <li>Customer education and training.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>Experience in managing over 100 successful migrations, upgrades, and consolidations for over 50 customers.</li>\r\n <li>Knowledgeable in legacy/contemporary payment systems, host systems. interchanges, mandates, certification processes.</li>\r\n <li>Consulting services during mergers and acquisitions.</li>\r\n <li>Post-migration support to assist the bank stabilizes operations on the new technology platform .</li>\r\n</ul>\r\nCustomers also have derived value from FSS <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/project-management-implementation/\">Project Management & Implementation services</a> for managing specific <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/migration-upgrade-services/\">migration / upgrade activities</a>, and also <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/onsite-technical-support/\">Onsite Technical Support services</a> for post migration support.','Migration & Upgrade Services','','inherit','open','open','','73-revision-v1','','','2014-04-28 12:21:05','2014-04-28 12:21:05','',73,'http://039719c.netsolhost.com/ltest/fss/73-revision-v1/',0,'revision','',0),(847,1,'2014-05-14 10:42:30','2014-05-14 10:42:30','[responsive]<img class=\"alignleft size-full wp-image-604\" alt=\"fss-Testing-Certification-Services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-Testing-Certification-Services.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive range of systematic, independent testing and certification services for financial institutions and software vendors that deliver great value and quality for their testing needs.\"]\r\n\r\nInnovations in retail delivery channels, payment systems and methods give rise to new products and methods. Retail systems, financial institutions and banks would want to ensure that new (or upgraded) products comply with existing systems as also industry standards.\r\n\r\nFSS offers a comprehensive range of systematic and independent testing and certification services to financial institutions and product vendors to confirm conformance with existing specifications, industry norms or regulatory standards.\r\n\r\nFSS has invested into a state-of-the-art ATM & POS testing laboratory, along with a pool of multi-skilled experienced, product testing resources that provide timely delivery of quality testing services for a wide range of payment products.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Comprehensive testing of retail systems such as ATM, POS, kiosk, cash depository machines, biometric ATMs.</li>\r\n <li>Special purpose systems interface such as automatic fuel dispensers and multiple POS integration systems.</li>\r\n <li>End-to-end switch application testing.</li>\r\n <li>Certification of switch with the mandates of domestic and international Interchanges.</li>\r\n <li>Consultancy and debugging support during testing.</li>\r\n <li>Compliance report and certification document.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Several domestic and overseas ATM, POS, kiosk vendors, and special purpose payment product vendors continue to avail FSS Testing and Certification services.</li>\r\n <li>FSS\' commitment and focus on maintaining High Quality Standards has benefitted new product developers in rapid market roll out.</li>\r\n <li>Cost effective testing services, with state-of-art lab facility.</li>\r\n <li>Large payment infrastructure, with dedicated test networks setup exclusively for testing.</li>\r\n</ul>','Testing & Certification Services','','inherit','open','open','','75-revision-v1','','','2014-05-14 10:42:30','2014-05-14 10:42:30','',75,'http://039719c.netsolhost.com/ltest/fss/75-revision-v1/',0,'revision','',0),(763,1,'2014-04-28 12:24:48','2014-04-28 12:24:48','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-Testing-Certification-Services.jpg\"><img class=\"alignleft size-full wp-image-604\" alt=\"fss-Testing-Certification-Services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-Testing-Certification-Services.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Testing & Certification Services\"]\r\n\r\n<strong>A comprehensive range of systematic, independent testing and certification services for financial institutions and software vendors that deliver great value and quality for their testing needs.</strong>\r\n\r\nInnovations in retail delivery channels, payment systems and methods give rise to new products and methods. Retail systems, financial institutions and banks would want to ensure that new (or upgraded) products comply with existing systems as also industry standards.\r\n\r\nFSS offers a comprehensive range of systematic and independent testing and certification services to financial institutions and product vendors to confirm conformance with existing specifications, industry norms or regulatory standards.\r\n\r\nFSS has invested into a state-of-the-art ATM & POS testing laboratory, along with a pool of multi-skilled experienced, product testing resources that provide timely delivery of quality testing services for a wide range of payment products.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Comprehensive testing of retail systems such as ATM, POS, kiosk, cash depository machines, biometric ATMs.</li>\r\n <li>Special purpose systems interface such as automatic fuel dispensers and multiple POS integration systems.</li>\r\n <li>End-to-end switch application testing.</li>\r\n <li>Certification of switch with the mandates of domestic and international Interchanges.</li>\r\n <li>Consultancy and debugging support during testing.</li>\r\n <li>Compliance report and certification document.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>Several domestic and overseas ATM, POS, kiosk vendors, and special purpose payment product vendors continue to avail FSS Testing and Certification services.</li>\r\n <li>FSS\' commitment and focus on maintaining High Quality Standards has benefitted new product developers in rapid market roll out.</li>\r\n <li>Cost effective testing services, with state-of-art lab facility.</li>\r\n <li>Large payment infrastructure, with dedicated test networks setup exclusively for testing.</li>\r\n</ul>','Testing & Certification Services','','inherit','open','open','','75-revision-v1','','','2014-04-28 12:24:48','2014-04-28 12:24:48','',75,'http://039719c.netsolhost.com/ltest/fss/75-revision-v1/',0,'revision','',0),(764,1,'2014-04-28 12:29:55','2014-04-28 12:29:55','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-application-testing-service.jpg\"><img class=\"alignleft size-full wp-image-607\" alt=\"fss-application-testing-service\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-application-testing-service.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Application Testing Services\"]\r\n\r\n<strong>An end-to-end Application Testing Service that includes testing strategy, testing automation and performance measurement</strong>\r\n\r\nFSS strongly believes that the quality of an application should be maintained throughout its development lifecycle. The maintenance activity must be planned, analyzed, designed, developed and tested into the application and cannot be \"tested in\" at the end of the lifecycle. <b>FSS Application Testing Services</b> drives quality throughout the application development lifecycle. FSS collaborates with clients to optimize upstream activities, such as Requirements Management, Release Management and Software Configuration Management, and further validates the design, functionality and performance of the application. This is done through test execution that can maximize value from their IT investments.\r\n\r\nSome of the leading global financial organizations have trusted FSS to support them with the Application Testing Service.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li><b>Testing Strategy & Assessment:</b> Assists clients with end-to-end testing and quality assessment process, from planning to final recommendations.</li>\r\n <li><b>Expertise and knowledge in methods of testing:</b> FSS trained resources can perform:\r\n<ul>\r\n <li>Black-box testing - confirming functionality of application.</li>\r\n <li>White-box testing - rigorous testing at individual module levels and at the overall system level.</li>\r\n</ul>\r\n</li>\r\n <li><b>Testing Automation:</b> With a robust set of tools and assets to consistently support the entire spectrum of automation-related testing activities.</li>\r\n <li><b>Performance Testing:</b> A wide range of strategic and tactical performance test services.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>Providing offshore development and testing services for more than a decade.</li>\r\n <li>FSS team stands ready to help build and refine testing skills, functionality and achieve efficiencies.</li>\r\n <li>FSS leverages extensive knowledge in the payments domain, technology and processes to assist clients in developing holistic testing strategies.</li>\r\n <li>FSS is skilled in multiple terminals, modules and in the depth and breadth of testing i.e. hardware, new channel testing, migration testing, new product implementation and switch testing.</li>\r\n <li>FSS provides clients the right skills at the right time in the right place and at the right price.</li>\r\n <li>Upon completion of testing, clients can benefit from <a href=\"http://fss.co.in/onsite-technical-support.aspx\">FSS Onsite Technical Support</a> services for managing their products.</li>\r\n</ul>','Application Testing Services','','inherit','open','open','','77-revision-v1','','','2014-04-28 12:29:55','2014-04-28 12:29:55','',77,'http://039719c.netsolhost.com/ltest/fss/77-revision-v1/',0,'revision','',0),(851,1,'2014-05-14 10:45:07','2014-05-14 10:45:07','[responsive]<img class=\"alignleft size-full wp-image-613\" alt=\"fss-help-desk\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-help-desk.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Round-the-clock professional Helpdesk and technical support services for global and domestic software products and systems\"]\r\n\r\nAdvancements in payment systems worldwide have resulted in increasing client expectations in terms of systems availability and timely service support. Banks, financial institutions and retailers are increasingly looking out for high quality technical support with speedy incident resolution.\r\n\r\nLeveraging domain knowledge and experience gained over the last 20 years, FSS has developed extensive skills in the niche online payments segment. FSS 24/7 Global Helpdesk Support services located out of India provides outsourced helpdesk and technical support to domestic and overseas clients. The service is hosted out of FSS\' Tier 3 standard Data Centre and managed by well-trained workforce with extensive background in delivery channels such as ATM, POS, interchanges, host authorization systems, data management systems and popular database applications.\r\n\r\nWith extensive documented process flow and proven expertise in payment switching and data management technologies, FSS has a long track record in providing helpdesk support to domestic and international clients.\r\n\r\nFSS\' cost effective remote technical support has helped several clients lower support costs while maintaining high quality in technology services thereby increasing operational efficiency and business performance.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>FSS Global Helpdesk is managed by trained resources at multiple levels, with advanced training in communication, soft skills, and documentation.</li>\r\n <li>Capable of handling the following Level 1, Level 2 and Level 3 tasks:\r\n<ul>\r\n <li><strong>L1</strong> - Handling product feature-based queries, support, licensing, clarifications, status provision on orders, spares and shipment.</li>\r\n <li><strong>L2</strong> - Problem analysis and replication, problem resolution via work-around or escalation.</li>\r\n <li><strong>L3</strong> - Fixing bugs, customer interaction. Highly skilled resources with over 10 years of experience provide rapid resolution of complex issues.</li>\r\n</ul>\r\n</li>\r\n <li>Organized skill levels deployed for managing a range of applications including databases, data replication products, applications and payment processing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS has a long track record in providing helpdesk support for major switch application vendors and leading data management application providers.</li>\r\n <li>FSS has proven experience and demonstrable success rate in delivering superior helpdesk support service for overseas and domestic products and services.</li>\r\n <li>FSS leverages industry-leading solutions and tools to deliver consistent, integrated and adaptable service in a cost-effective way.</li>\r\n</ul>','24/7 Global Helpdesk Support','','inherit','open','open','','81-revision-v1','','','2014-05-14 10:45:07','2014-05-14 10:45:07','',81,'http://039719c.netsolhost.com/ltest/fss/81-revision-v1/',0,'revision','',0),(766,1,'2014-04-28 12:37:42','2014-04-28 12:37:42','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-help-desk.jpg\"><img class=\"alignleft size-full wp-image-613\" alt=\"fss-help-desk\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-help-desk.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"24/7 Global Helpdesk Support\"]\r\n\r\n<strong>Round-the-clock professional Helpdesk and technical support services for global and domestic software products and systems </strong>\r\n\r\nAdvancements in payment systems worldwide have resulted in increasing client expectations in terms of systems availability and timely service support. Banks, financial institutions and retailers are increasingly looking out for high quality technical support with speedy incident resolution.\r\n\r\nLeveraging domain knowledge and experience gained over the last 20 years, FSS has developed extensive skills in the niche online payments segment. FSS 24/7 Global Helpdesk Support services located out of India provides outsourced helpdesk and technical support to domestic and overseas clients. The service is hosted out of FSS\' Tier 3 standard Data Centre and managed by well-trained workforce with extensive background in delivery channels such as ATM, POS, interchanges, host authorization systems, data management systems and popular database applications.\r\n\r\nWith extensive documented process flow and proven expertise in payment switching and data management technologies, FSS has a long track record in providing helpdesk support to domestic and international clients.\r\n\r\nFSS\' cost effective remote technical support has helped several clients lower support costs while maintaining high quality in technology services thereby increasing operational efficiency and business performance.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>FSS Global Helpdesk is managed by trained resources at multiple levels, with advanced training in communication, soft skills, and documentation.</li>\r\n <li>Capable of handling the following Level 1, Level 2 and Level 3 tasks:\r\n<ul>\r\n <li><strong>L1</strong> - Handling product feature-based queries, support, licensing, clarifications, status provision on orders, spares and shipment.</li>\r\n <li><strong>L2</strong> - Problem analysis and replication, problem resolution via work-around or escalation.</li>\r\n <li><strong>L3</strong> - Fixing bugs, customer interaction. Highly skilled resources with over 10 years of experience provide rapid resolution of complex issues.</li>\r\n</ul>\r\n</li>\r\n <li>Organized skill levels deployed for managing a range of applications including databases, data replication products, applications and payment processing.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>FSS has a long track record in providing helpdesk support for major switch application vendors and leading data management application providers.</li>\r\n <li>FSS has proven experience and demonstrable success rate in delivering superior helpdesk support service for overseas and domestic products and services.</li>\r\n <li>FSS leverages industry-leading solutions and tools to deliver consistent, integrated and adaptable service in a cost-effective way.</li>\r\n</ul>','24/7 Global Helpdesk Support','','inherit','open','open','','81-revision-v1','','','2014-04-28 12:37:42','2014-04-28 12:37:42','',81,'http://039719c.netsolhost.com/ltest/fss/81-revision-v1/',0,'revision','',0),(853,1,'2014-05-14 11:09:31','2014-05-14 11:09:31','[responsive]<img class=\"alignleft size-full wp-image-626\" alt=\"fss-transaction-switching-interchange\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-transaction-switching-interchange.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Proven, reliable electronic financial transaction-processing and switching services delivered on a hosted model, with ability to perform card pre-authorization, transaction logging and routing to hosts, interchanges and other networks.\"]\r\n\r\nFSSNeT shared switch offers banks a comprehensive outsourced platform for implementing and managing Electronic Fund Transfer (EFT) Switching Infrastructure.\r\n\r\nFSS has implemented a high end transaction processing switching infrastructure supporting multiple institutions, delivering a wide range of services. The switch drives all the industry standard front-end devices such as ATMs, POS, cash-in systems, and provides transaction authorization by connecting to hosts, interchanges and co-networks. Integrated with new generation payment channels, such as internet payment gateway and mobile payment systems, <b>the FSSNeT Switching Infrastructure is one of the largest integrated payment solutions in India</b>.\r\n\r\nHosted in a Tier 3 standard Data Centre, FSS has qualified technical support personnel to monitor and operate the payment systems 24x7. A like-to-like DR switch located in a different geography, with online data replication ensures continuity of service in events of contingency.\r\n\r\nSupport services include card issuance and management systems, integrated reconciliation, ATM deployment and management, ATM managed services and EJ management services that fulfill the requirement of banks seeking to outsource the electronic retail infrastructure. The FSSNeT services are ISO 9001:2008 certified; and the Payment Gateway services are PCI DSS 2.0 certified.\r\n\r\nOver <b>22 banks and financial institutions</b> trust FSSNeT services for their payment processing and support services.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Highly available and scalable switch with online DR system - guarantees quality service levels.</li>\r\n <li>Supports wide range of front-end devices, payment channels, card types.</li>\r\n <li>Qualified and trained staff for 24x7 service delivery and technical support.</li>\r\n <li>Flexible authorization and routing - online, online/offline, host, interchanges.</li>\r\n <li>Standard, and custom financial/non-financial transaction support.</li>\r\n <li>High speed redundant data links with multiple service providers.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSSNeT is one of the largest hosted payment services provider in Indian subcontinent, with over 22 customers.</li>\r\n <li>Ready-to-use and highly matured, comprehensive online payment services.</li>\r\n <li>Ability to scale up vertically and horizontally as per customers business requirement.</li>\r\n <li>Housed in Tier 3 standard Data Centre with multiple power sources.</li>\r\n <li>Readily available support services including card issuance and management, EJ management, reconciliation, merchant management.</li>\r\n <li>Continuous upgrades that meet industry norms and trends.</li>\r\n <li>Long term commitment to the industry by substantial investments into infrastructure.</li>\r\n</ul>','Transaction Switching & Interchange','','inherit','open','open','','91-revision-v1','','','2014-05-14 11:09:31','2014-05-14 11:09:31','',91,'http://039719c.netsolhost.com/ltest/fss/91-revision-v1/',0,'revision','',0),(767,1,'2014-04-28 12:42:35','2014-04-28 12:42:35','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-transaction-switching-interchange.jpg\"><img class=\"alignleft size-full wp-image-626\" alt=\"fss-transaction-switching-interchange\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-transaction-switching-interchange.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Transaction Switching & Interchange\"]\r\n\r\n<strong>Proven, reliable electronic financial transaction-processing and switching services delivered on a hosted model, with ability to perform card pre-authorization, transaction logging and routing to hosts, interchanges and other networks.</strong>\r\n\r\nFSSNeT shared switch offers banks a comprehensive outsourced platform for implementing and managing Electronic Fund Transfer (EFT) Switching Infrastructure.\r\n\r\nFSS has implemented a high end transaction processing switching infrastructure supporting multiple institutions, delivering a wide range of services. The switch drives all the industry standard front-end devices such as ATMs, POS, cash-in systems, and provides transaction authorization by connecting to hosts, interchanges and co-networks. Integrated with new generation payment channels, such as internet payment gateway and mobile payment systems, <b>the FSSNeT Switching Infrastructure is one of the largest integrated payment solutions in India</b>.\r\n\r\nHosted in a Tier 3 standard Data Centre, FSS has qualified technical support personnel to monitor and operate the payment systems 24x7. A like-to-like DR switch located in a different geography, with online data replication ensures continuity of service in events of contingency.\r\n\r\nSupport services include card issuance and management systems, integrated reconciliation, ATM deployment and management, ATM managed services and EJ management services that fulfill the requirement of banks seeking to outsource the electronic retail infrastructure. The FSSNeT services are ISO 9001:2008 certified; and the Payment Gateway services are PCI DSS 2.0 certified.\r\n\r\nOver <b>22 banks and financial institutions</b> trust FSSNeT services for their payment processing and support services.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Highly available and scalable switch with online DR system - guarantees quality service levels.</li>\r\n <li>Supports wide range of front-end devices, payment channels, card types.</li>\r\n <li>Qualified and trained staff for 24x7 service delivery and technical support.</li>\r\n <li>Flexible authorization and routing - online, online/offline, host, interchanges.</li>\r\n <li>Standard, and custom financial/non-financial transaction support.</li>\r\n <li>High speed redundant data links with multiple service providers.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>FSSNeT is one of the largest hosted payment services provider in Indian subcontinent, with over 22 customers.</li>\r\n <li>Ready-to-use and highly matured, comprehensive online payment services.</li>\r\n <li>Ability to scale up vertically and horizontally as per customers business requirement.</li>\r\n <li>Housed in Tier 3 standard Data Centre with multiple power sources.</li>\r\n <li>Readily available support services including card issuance and management, EJ management, reconciliation, merchant management.</li>\r\n <li>Continuous upgrades that meet industry norms and trends.</li>\r\n <li>Long term commitment to the industry by substantial investments into infrastructure.</li>\r\n</ul>','Transaction Switching & Interchange','','inherit','open','open','','91-revision-v1','','','2014-04-28 12:42:35','2014-04-28 12:42:35','',91,'http://039719c.netsolhost.com/ltest/fss/91-revision-v1/',0,'revision','',0),(854,1,'2014-05-14 11:10:13','2014-05-14 11:10:13','[responsive]<img class=\"alignleft size-full wp-image-629\" alt=\"fss-processing-card-issuance-management-system\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-card-issuance-management-system.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A cost-effective, reliable and end-to-end card issuance and life cycle management services\"]\r\n\r\nFSS offers <b>hosted card issuance and management services </b>including card embossing and switch file generation, PIN generation, PIN printing, card plastic and stationery procurement, card personalization, welcome kit preparation and dispatch management. Customers have the choice of international / regional / private label card brands, with flexible numbering and issuance methods.\r\n\r\nFSS also offers post-issuance functions like card support functions (hot listing, de-hot listing, account linking and de-linking, card re-issuance, renewals, PIN re-generation, account closure), loyalty and redemption management, fees and charges, inventory management and a comprehensive MIS and reporting.\r\n\r\nThe infrastructure is hosted in a Tier 3 Data Center, with strong access controls and camera surveillance.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>One-Stop-Shop for all card issuance and life cycle management requirements, with direct input from popular bank hosts.</li>\r\n <li>Personalized, non-personalized, ATM / debit / prepaid cards.</li>\r\n <li>In-house secure, hardware (HSM) based PIN generation and printing.</li>\r\n <li>Card/PIN dispatch tracking and return logistics handling.</li>\r\n <li>Solution benchmarked to issue over 150,000 cards in a single day.</li>\r\n <li>Comprehensive MIS and reporting.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS Card Issuance and Management services has been trusted by over 20 banks/ institutions to issue over 200 million cards.</li>\r\n <li>Proven, scalable service - Has supported issuance of over 90 million cards for a large bank.</li>\r\n <li>Issued over 25 million cards on the end-to-end issuance model.</li>\r\n <li>The services are hosted in a Tier 3 standard Data Center.</li>\r\n <li>Issuance supported with 3D Secure registration and authentication.</li>\r\n</ul>','Card Issuance & Management','','inherit','open','open','','93-revision-v1','','','2014-05-14 11:10:13','2014-05-14 11:10:13','',93,'http://039719c.netsolhost.com/ltest/fss/93-revision-v1/',0,'revision','',0),(768,1,'2014-04-28 12:51:45','2014-04-28 12:51:45','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-card-issuance-management-system.jpg\"><img class=\"alignleft size-full wp-image-629\" alt=\"fss-processing-card-issuance-management-system\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-card-issuance-management-system.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Card Issuance & Management\"]\r\n\r\n<strong>A cost-effective, reliable and end-to-end card issuance and life cycle management services</strong>.\r\nFSS offers <b>hosted card issuance and management services </b>including card embossing and switch file generation, PIN generation, PIN printing, card plastic and stationery procurement, card personalization, welcome kit preparation and dispatch management. Customers have the choice of international / regional / private label card brands, with flexible numbering and issuance methods.\r\n\r\nFSS also offers post-issuance functions like card support functions (hot listing, de-hot listing, account linking and de-linking, card re-issuance, renewals, PIN re-generation, account closure), loyalty and redemption management, fees and charges, inventory management and a comprehensive MIS and reporting.\r\n\r\nThe infrastructure is hosted in a Tier 3 Data Center, with strong access controls and camera surveillance.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>One-Stop-Shop for all card issuance and life cycle management requirements, with direct input from popular bank hosts.</li>\r\n <li>Personalized, non-personalized, ATM / debit / prepaid cards.</li>\r\n <li>In-house secure, hardware (HSM) based PIN generation and printing.</li>\r\n <li>Card/PIN dispatch tracking and return logistics handling.</li>\r\n <li>Solution benchmarked to issue over 150,000 cards in a single day.</li>\r\n <li>Comprehensive MIS and reporting.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>FSS Card Issuance and Management services has been trusted by over 20 banks/ institutions to issue over 200 million cards.</li>\r\n <li>Proven, scalable service - Has supported issuance of over 90 million cards for a large bank.</li>\r\n <li>Issued over 25 million cards on the end-to-end issuance model.</li>\r\n <li>The services are hosted in a Tier 3 standard Data Center.</li>\r\n <li>Issuance supported with 3D Secure registration and authentication.</li>\r\n</ul>','Card Issuance & Management','','inherit','open','open','','93-revision-v1','','','2014-04-28 12:51:45','2014-04-28 12:51:45','',93,'http://039719c.netsolhost.com/ltest/fss/93-revision-v1/',0,'revision','',0),(855,1,'2014-05-14 11:10:49','2014-05-14 11:10:49','[responsive]<img class=\"alignleft size-full wp-image-631\" alt=\"fss-process-merchant-management\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-process-merchant-management.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, reliable, and flexible managed service for Merchant Acquirers.\"]\r\n\r\nFSS Merchant Management services enable acquiring banks to manage the entire gamut of merchant related activities in an integrated way. Acquirers can enroll merchants, query transaction history, manage fees, track terminal inventory, assess risks and generate settlements.\r\n\r\nConvenient, browser based front-end makes the system readily accessible, securely over Internet / Intranet. The application is highly configurable, process driven, and is customizable as per requirements.\r\n\r\nAutomated processes are setup for batch posting of transactions from the host and interchanges; settlement reports/data could be extracted in custom formats and transmitted securely to pre-designated mail ids. Dispute handling, charge-back generation, risk evaluation, terminal inventory reporting are standard features.\r\n\r\nFSS provides 24X7 technical support through a dedicated and trained technical team.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>End-to-end merchant acquiring and service management- from enrollment to settlement.</li>\r\n <li>Supports multi-currency, exchange rates, and flexible currency conversion.</li>\r\n <li>Risk assessment during merchant registrations, as also ongoing continuous risk assessment.</li>\r\n <li>Merchant performance metrics.</li>\r\n <li>Terminal inventory management.</li>\r\n <li>Dispute management, charge-backs.</li>\r\n <li>Merchant settlement, statements.</li>\r\n <li>Flexible workflow management for transactions meeting risk criteria.</li>\r\n <li>Accounting and reconciliation functions.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Service can be rolled out quickly.</li>\r\n <li>Highly available system hosted in a Tier 3 Data Center.</li>\r\n <li>Modular design.</li>\r\n <li>Allows Data inputs through GUI as well as batch file uploads.</li>\r\n <li>Highly configurable process flow.</li>\r\n <li>Can be Customized for specific requirements.</li>\r\n <li>Supported by a team of professionals with a collective experience of 100+ man years in the payments domain.</li>\r\n <li>24x7 helpdesk support.</li>\r\n</ul>','Merchant Management','','inherit','open','open','','95-revision-v1','','','2014-05-14 11:10:49','2014-05-14 11:10:49','',95,'http://039719c.netsolhost.com/ltest/fss/95-revision-v1/',0,'revision','',0),(769,1,'2014-04-28 12:53:55','2014-04-28 12:53:55','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-process-merchant-management.jpg\"><img class=\"alignleft size-full wp-image-631\" alt=\"fss-process-merchant-management\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-process-merchant-management.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Merchant Management\"]\r\n\r\n<strong>A comprehensive, reliable, and flexible managed service for Merchant Acquirers. </strong>\r\n\r\nFSS Merchant Management services enable acquiring banks to manage the entire gamut of merchant related activities in an integrated way. Acquirers can enroll merchants, query transaction history, manage fees, track terminal inventory, assess risks and generate settlements.\r\n\r\nConvenient, browser based front-end makes the system readily accessible, securely over Internet / Intranet. The application is highly configurable, process driven, and is customizable as per requirements.\r\n\r\nAutomated processes are setup for batch posting of transactions from the host and interchanges; settlement reports/data could be extracted in custom formats and transmitted securely to pre-designated mail ids. Dispute handling, charge-back generation, risk evaluation, terminal inventory reporting are standard features.\r\n\r\nFSS provides 24X7 technical support through a dedicated and trained technical team.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>End-to-end merchant acquiring and service management- from enrollment to settlement.</li>\r\n <li>Supports multi-currency, exchange rates, and flexible currency conversion.</li>\r\n <li>Risk assessment during merchant registrations, as also ongoing continuous risk assessment.</li>\r\n <li>Merchant performance metrics.</li>\r\n <li>Terminal inventory management.</li>\r\n <li>Dispute management, charge-backs.</li>\r\n <li>Merchant settlement, statements.</li>\r\n <li>Flexible workflow management for transactions meeting risk criteria.</li>\r\n <li>Accounting and reconciliation functions.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>Service can be rolled out quickly.</li>\r\n <li>Highly available system hosted in a Tier 3 Data Center.</li>\r\n <li>Modular design.</li>\r\n <li>Allows Data inputs through GUI as well as batch file uploads.</li>\r\n <li>Highly configurable process flow.</li>\r\n <li>Can be Customized for specific requirements.</li>\r\n <li>Supported by a team of professionals with a collective experience of 100+ man years in the payments domain.</li>\r\n <li>24x7 helpdesk support.</li>\r\n</ul>','Merchant Management','','inherit','open','open','','95-revision-v1','','','2014-04-28 12:53:55','2014-04-28 12:53:55','',95,'http://039719c.netsolhost.com/ltest/fss/95-revision-v1/',0,'revision','',0),(856,1,'2014-05-14 11:11:28','2014-05-14 11:11:28','[responsive]<img class=\"alignleft size-full wp-image-634\" alt=\"fss-processing-integrated-reconciliation\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-integrated-reconciliation.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A well integrated data reconciliation platform that performs end-to-end reconciliation of electronic transactions between host, switch, interchanges and electronic journal logs\"]\r\n\r\nIn an electronic financial transaction processing environment, transactions get logged at various entities, such as acquirers, issuers, interchanges, hosts, ATMs. Reconciliation of these transactions involves processing and matching of data emanating from different systems, often in different formats.\r\n\r\nFSS has developed a comprehensive multi-institution reconciliation application system that helps simplify the reconciliation process. Depending on the need, banks can choose two- or three-way reconciliation.\r\n\r\nFSS Integrated Reconciliation services are trusted by over <b>20 banks</b> (licensing and processing model), supporting over <b>20 million transactions</b> in a single day.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>\r\n<div><span style=\"line-height: 1.5em;\">Reconciliation of all card transactions under a single system providing a unified view to the bank or institution objectives.</span></div></li>\r\n <li>Multi-level reconciliation - supports multiple international and domestic networks, across multiple delivery channels with support for multiple host formats.</li>\r\n <li>Automated scheduling of reconciliation activity.</li>\r\n <li>Secure transmission of bank\'s data over a variety of channels - leased line, VPN etc.</li>\r\n <li>Track daily transactions from entities, and generate alerts in the event of any abnormalities.</li>\r\n <li>User defined rules - to generate alerts on chargeback and retrieval request, response.</li>\r\n <li>Force match option, to manually settle un-reconciled entries.</li>\r\n <li>Configurable fee surcharging - transaction fee and surcharge can be additionally included.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS Reconciliation services are currently deployment and functional at over 20+ banks/ institutions in India and world over (including licensing & processing model).</li>\r\n <li>A proven, scalable service that supports reconciliation of over 20 million transactions in a single day.</li>\r\n <li>A comprehensive reconciliation service perfected over 10 years, backed by a 20 year experience in the payments domain.</li>\r\n <li>Superior state of art reconciliation infrastructure.</li>\r\n <li>Service managed by experienced teams.</li>\r\n <li>Hosted in secure Tier 3 standard Data Centre.</li>\r\n</ul>','Integrated Reconciliation','','inherit','open','open','','97-revision-v1','','','2014-05-14 11:11:28','2014-05-14 11:11:28','',97,'http://039719c.netsolhost.com/ltest/fss/97-revision-v1/',0,'revision','',0),(770,1,'2014-04-28 12:56:30','2014-04-28 12:56:30','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-integrated-reconciliation.jpg\"><img class=\"alignleft size-full wp-image-634\" alt=\"fss-processing-integrated-reconciliation\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-integrated-reconciliation.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Integrated Reconciliation\"]\r\n\r\n<strong>A well integrated data reconciliation platform that performs end-to-end reconciliation of electronic transactions between host, switch, interchanges and electronic journal logs</strong>\r\n\r\nIn an electronic financial transaction processing environment, transactions get logged at various entities, such as acquirers, issuers, interchanges, hosts, ATMs. Reconciliation of these transactions involves processing and matching of data emanating from different systems, often in different formats.\r\n\r\nFSS has developed a comprehensive multi-institution reconciliation application system that helps simplify the reconciliation process. Depending on the need, banks can choose two- or three-way reconciliation.\r\n\r\nFSS Integrated Reconciliation services are trusted by over <b>20 banks</b> (licensing and processing model), supporting over <b>20 million transactions</b> in a single day.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>\r\n<div><span style=\"line-height: 1.5em;\">Reconciliation of all card transactions under a single system providing a unified view to the bank or institution objectives.</span></div></li>\r\n <li>Multi-level reconciliation - supports multiple international and domestic networks, across multiple delivery channels with support for multiple host formats.</li>\r\n <li>Automated scheduling of reconciliation activity.</li>\r\n <li>Secure transmission of bank\'s data over a variety of channels - leased line, VPN etc.</li>\r\n <li>Track daily transactions from entities, and generate alerts in the event of any abnormalities.</li>\r\n <li>User defined rules - to generate alerts on chargeback and retrieval request, response.</li>\r\n <li>Force match option, to manually settle un-reconciled entries.</li>\r\n <li>Configurable fee surcharging - transaction fee and surcharge can be additionally included.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>FSS Reconciliation services are currently deployment and functional at over 20+ banks/ institutions in India and world over (including licensing & processing model).</li>\r\n <li>A proven, scalable service that supports reconciliation of over 20 million transactions in a single day.</li>\r\n <li>A comprehensive reconciliation service perfected over 10 years, backed by a 20 year experience in the payments domain.</li>\r\n <li>Superior state of art reconciliation infrastructure.</li>\r\n <li>Service managed by experienced teams.</li>\r\n <li>Hosted in secure Tier 3 standard Data Centre.</li>\r\n</ul>','Integrated Reconciliation','','inherit','open','open','','97-revision-v1','','','2014-04-28 12:56:30','2014-04-28 12:56:30','',97,'http://039719c.netsolhost.com/ltest/fss/97-revision-v1/',0,'revision','',0),(857,1,'2014-05-14 11:12:05','2014-05-14 11:12:05','[responsive]<img class=\"alignleft size-full wp-image-639\" alt=\"fss-processing-internet-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-internet-pay.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Comprehensive, cost effective and versatile Internet Payment Gateway platform that supports all forms of payment transactions on channels such as internet and IVR.\"]\r\n\r\n<b>FSS Internet Payment Gateway </b>(IPG) services provide banks with secure electronic payment services over Internet, in line with major card association mandates, and are certified for PCI DSS.\r\n\r\nHoused in FSS Tier standard 3 Data Center, the IPG infrastructure is architected for high-availability and security. High-speed connections to the Internet with redundant links ensure system availability for sudden surge in customer demands. 24x7 teams monitor the performance and provide technical support.\r\n\r\nMerchant integration is quick and simple; certified and proven plug-ins suitable for implementation on a wide variety of merchant server platforms (Java, PHP, ASP.NET, PERL, and Ruby) can readily be installed.\r\n\r\nFSS IPG supports hosted page and transaction portal based payment methods for merchants. Configurable merchant risk profiling ensures adequate control. Secure log-ins for merchants and the bank administrators allow online monitoring of transactions and settlement functions.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Capable of handling large number of merchants and transaction volumes.</li>\r\n <li>Dependable, Scalable and flexible solution, running on high available systems.</li>\r\n <li>Established and Tenured over the past 6 years.</li>\r\n <li>Designed to suit customer specific requirements.</li>\r\n <li>Can be accessed through Java and BREW enabled phones (CDMA), GPRS service, USSD service, WAP service, IVR service, plain text SMS.</li>\r\n <li>Integrated Transaction Switch ensures consistent transaction delivery.</li>\r\n <li>Closed User Group (CUG) acceptance program supporting multiple user authentication options:\r\n<ul>\r\n <li>Direct ACS authentication</li>\r\n <li>ATM PIN authentication</li>\r\n <li>Date of Birth authentication</li>\r\n</ul>\r\n</li>\r\n <li>Provision for integration with multiple channels.</li>\r\n <li>In-house solution design and support teams.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS Internet Payment Gateway services is currently Live at 8 <b>premium banks</b>.</li>\r\n <li>A cost-effective, pay-by-use service delivery model.</li>\r\n <li>Simple and quick merchant interface, rapid roll out of services.</li>\r\n <li>Interchange certified systems and services.</li>\r\n <li>PCI DSS certified.</li>\r\n <li>Professional 3rd party integrity and security audited.</li>\r\n <li>Hosted in a Tier 3 standard Data Center.</li>\r\n <li>Proven, Dependable, 24x7 services, in service for over six years.</li>\r\n</ul>','Internet Payment Gateway','','inherit','open','open','','99-revision-v1','','','2014-05-14 11:12:05','2014-05-14 11:12:05','',99,'http://039719c.netsolhost.com/ltest/fss/99-revision-v1/',0,'revision','',0),(771,1,'2014-04-28 12:58:22','2014-04-28 12:58:22','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-internet-pay.jpg\"><img class=\"alignleft size-full wp-image-639\" alt=\"fss-processing-internet-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-internet-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Internet Payment Gateway\"]\r\n\r\n<strong>Comprehensive, cost effective and versatile Internet Payment Gateway platform that supports all forms of payment transactions on channels such as internet and IVR.</strong>\r\n\r\n<b>FSS Internet Payment Gateway </b>(IPG) services provide banks with secure electronic payment services over Internet, in line with major card association mandates, and are certified for PCI DSS.\r\n\r\nHoused in FSS Tier standard 3 Data Center, the IPG infrastructure is architected for high-availability and security. High-speed connections to the Internet with redundant links ensure system availability for sudden surge in customer demands. 24x7 teams monitor the performance and provide technical support.\r\n\r\nMerchant integration is quick and simple; certified and proven plug-ins suitable for implementation on a wide variety of merchant server platforms (Java, PHP, ASP.NET, PERL, and Ruby) can readily be installed.\r\n\r\nFSS IPG supports hosted page and transaction portal based payment methods for merchants. Configurable merchant risk profiling ensures adequate control. Secure log-ins for merchants and the bank administrators allow online monitoring of transactions and settlement functions.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Capable of handling large number of merchants and transaction volumes.</li>\r\n <li>Dependable, Scalable and flexible solution, running on high available systems.</li>\r\n <li>Established and Tenured over the past 6 years.</li>\r\n <li>Designed to suit customer specific requirements.</li>\r\n <li>Can be accessed through Java and BREW enabled phones (CDMA), GPRS service, USSD service, WAP service, IVR service, plain text SMS.</li>\r\n <li>Integrated Transaction Switch ensures consistent transaction delivery.</li>\r\n <li>Closed User Group (CUG) acceptance program supporting multiple user authentication options:\r\n<ul>\r\n <li>Direct ACS authentication</li>\r\n <li>ATM PIN authentication</li>\r\n <li>Date of Birth authentication</li>\r\n</ul>\r\n</li>\r\n <li>Provision for integration with multiple channels.</li>\r\n <li>In-house solution design and support teams.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>FSS Internet Payment Gateway services is currently Live at 8 <b>premium banks</b>.</li>\r\n <li>A cost-effective, pay-by-use service delivery model.</li>\r\n <li>Simple and quick merchant interface, rapid roll out of services.</li>\r\n <li>Interchange certified systems and services.</li>\r\n <li>PCI DSS certified.</li>\r\n <li>Professional 3rd party integrity and security audited.</li>\r\n <li>Hosted in a Tier 3 standard Data Center.</li>\r\n <li>Proven, Dependable, 24x7 services, in service for over six years.</li>\r\n</ul>','Internet Payment Gateway','','inherit','open','open','','99-revision-v1','','','2014-04-28 12:58:22','2014-04-28 12:58:22','',99,'http://039719c.netsolhost.com/ltest/fss/99-revision-v1/',0,'revision','',0),(858,1,'2014-05-14 11:12:41','2014-05-14 11:12:41','[responsive]<img class=\"alignleft size-full wp-image-642\" alt=\"fss-processing-mobile-payments\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-mobile-payments.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Fully managed, comprehensive and cost effective, mobile banking, mobile payment, mobile commerce and mobile wallet services, on a pay-per-use model.\"]\r\n\r\nFSS Mobile Pay services can quickly and cost-effectively enable banks to launch and scale mobile based solutions to their customers. This includes mobile banking, mobile payment, mobile commerce and mobile wallet services. Leveraging on the extensive knowledge gained in the payments domain and the mobile technologies, FSS has set up a mobile payment infrastructure in its Tier 3 standard Data Center.\r\n\r\nA variety of customer registrations options are available for linking the mobile number with accounts/cards. Customers can do a simple download of the application on their mobile handsets and quickly enable the handset for doing transactions.\r\n\r\nFSS Mobile Payment services are trusted by over 12 banks (licensing and processing model).\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Mobile Banking - Enables banking services over the mobile phone.</li>\r\n <li>Mobile Payments - Enables payment solution over the mobile phone.</li>\r\n <li>Mobile Commerce - Enables mobile phone to handle transactions at the point of sale.</li>\r\n <li>Mobile Wallet - Connects to one of the largest ecosystem, that includes over 3000 online & 10,000 physical retail merchants.</li>\r\n <li>Bank integration either through the bank\'s core banking system or through the bank\'s switch.</li>\r\n <li>Supports Java enabled mobile phones and Brew enabled phones (CDMA), GPRS service, USSD service, WAP service, plain text SMS.</li>\r\n <li>Allows intra and inter-bank financial transaction exchange.</li>\r\n <li>IMPS (Inter-bank Mobile Payment Services) enabled, for mobile to mobile financial transfers in India.</li>\r\n <li>Compliant with regulator\'s (RBI) mandates and prevailing security standards.</li>\r\n <li>A web based portal is provided which will enable the bank to administer their services.</li>\r\n <li>The portal also offers comprehensive MIS and reporting.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS Mobile Payments are currently live at 12 banks (licensing and processing model).</li>\r\n <li>FSS supports clients to define and optimize their mobile strategy, products and business model.</li>\r\n <li>Leverages existing bank\'s technology infrastructure & systems.</li>\r\n <li>Seamlessly plug-in with the external interfaces of mobile network operators and business partners.</li>\r\n <li>Bank branded, white label solution.</li>\r\n <li>Cost-effective, pay-per-use model.</li>\r\n</ul>','Mobile Payments','','inherit','open','open','','101-revision-v1','','','2014-05-14 11:12:41','2014-05-14 11:12:41','',101,'http://039719c.netsolhost.com/ltest/fss/101-revision-v1/',0,'revision','',0),(772,1,'2014-04-28 13:00:45','2014-04-28 13:00:45','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-mobile-payments.jpg\"><img class=\"alignleft size-full wp-image-642\" alt=\"fss-processing-mobile-payments\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-mobile-payments.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Mobile Payments\"]\r\n\r\n<strong>Fully managed, comprehensive and cost effective, mobile banking, mobile payment, mobile commerce and mobile wallet services, on a pay-per-use model.</strong>\r\n\r\nFSS Mobile Pay services can quickly and cost-effectively enable banks to launch and scale mobile based solutions to their customers. This includes mobile banking, mobile payment, mobile commerce and mobile wallet services. Leveraging on the extensive knowledge gained in the payments domain and the mobile technologies, FSS has set up a mobile payment infrastructure in its Tier 3 standard Data Center.\r\n\r\nA variety of customer registrations options are available for linking the mobile number with accounts/cards. Customers can do a simple download of the application on their mobile handsets and quickly enable the handset for doing transactions.\r\n\r\nFSS Mobile Payment services are trusted by over 12 banks (licensing and processing model).\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Mobile Banking - Enables banking services over the mobile phone.</li>\r\n <li>Mobile Payments - Enables payment solution over the mobile phone.</li>\r\n <li>Mobile Commerce - Enables mobile phone to handle transactions at the point of sale.</li>\r\n <li>Mobile Wallet - Connects to one of the largest ecosystem, that includes over 3000 online & 10,000 physical retail merchants.</li>\r\n <li>Bank integration either through the bank\'s core banking system or through the bank\'s switch.</li>\r\n <li>Supports Java enabled mobile phones and Brew enabled phones (CDMA), GPRS service, USSD service, WAP service, plain text SMS.</li>\r\n <li>Allows intra and inter-bank financial transaction exchange.</li>\r\n <li>IMPS (Inter-bank Mobile Payment Services) enabled, for mobile to mobile financial transfers in India.</li>\r\n <li>Compliant with regulator\'s (RBI) mandates and prevailing security standards.</li>\r\n <li>A web based portal is provided which will enable the bank to administer their services.</li>\r\n <li>The portal also offers comprehensive MIS and reporting.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>FSS Mobile Payments are currently live at 12 banks (licensing and processing model).</li>\r\n <li>FSS supports clients to define and optimize their mobile strategy, products and business model.</li>\r\n <li>Leverages existing bank\'s technology infrastructure & systems.</li>\r\n <li>Seamlessly plug-in with the external interfaces of mobile network operators and business partners.</li>\r\n <li>Bank branded, white label solution.</li>\r\n <li>Cost-effective, pay-per-use model.</li>\r\n</ul>','Mobile Payments','','inherit','open','open','','101-revision-v1','','','2014-04-28 13:00:45','2014-04-28 13:00:45','',101,'http://039719c.netsolhost.com/ltest/fss/101-revision-v1/',0,'revision','',0),(859,1,'2014-05-14 11:13:20','2014-05-14 11:13:20','[responsive]<img class=\"alignleft size-full wp-image-645\" alt=\"fss-remittance\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-remittance.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Secure, cost-effective online cross border remittance service\"]\r\n\r\nEvery month millions of expatriates perform international money transfers to their homeland. Banks, foreign exchange companies, Money Transfer Service Scheme (MTSS) normally handle these transfers. While purchase of demand drafts and mailing to recipient overseas is time consuming, private money transfer services are mostly expensive.\r\n\r\nFSS Remittance service enables banks with branches abroad, exchange houses, partner banks, aggregators, and even MTSS\' to perform online remittances to their beneficiary customers in India. The solution enables registration of remitters\' and beneficiaries\' details by exchange houses. Once registered, a remitter can transfer funds to beneficiaries electronically by a wide range of delivery channels such as ATM, POS, Payment Gateway, IVR and Mobile telephones. Existing FSSNeT connectivity to all major banks in India could be leveraged for low cost of transaction processing.\r\n\r\nThe system tracks all transactions and provides detailed and summary reports. Electronic files can be extracted for reconciliation and settlement.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>24/7 multi-channel remittance facility.</li>\r\n <li>Secure system with integration capabilities with the bank\'s core system or authorization system.</li>\r\n <li>Multi-currency support for acquiring and beneficiary transaction.</li>\r\n <li>Ability to setup OFAC filters, and generate AML compliance reports.</li>\r\n <li>Customer driven channel support like ATM, internet and others.</li>\r\n <li>Multi-lingual support.</li>\r\n <li>Online reporting features, including AML reports and validations.</li>\r\n <li>Helpdesk and issue resolution support.</li>\r\n <li>Interchange facility with the Visa/ MasterCard.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Cost effective service, leveraging on multiple, premium banks connectivity in India.</li>\r\n <li>Can be interfaced with FSS Prepaid card services, to enable issuance of salary cards with top-up facility.</li>\r\n <li>Quick roll out of service, with minor changes on the existing payment systems.</li>\r\n</ul>','Remittances','','inherit','open','open','','103-revision-v1','','','2014-05-14 11:13:20','2014-05-14 11:13:20','',103,'http://039719c.netsolhost.com/ltest/fss/103-revision-v1/',0,'revision','',0),(773,1,'2014-04-28 13:02:37','2014-04-28 13:02:37','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-remittance.jpg\"><img class=\"alignleft size-full wp-image-645\" alt=\"fss-remittance\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-remittance.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Remittances\"]\r\n\r\n<strong>Secure, cost-effective online cross border remittance service</strong>\r\n\r\nEvery month millions of expatriates perform international money transfers to their homeland. Banks, foreign exchange companies, Money Transfer Service Scheme (MTSS) normally handle these transfers. While purchase of demand drafts and mailing to recipient overseas is time consuming, private money transfer services are mostly expensive.\r\n\r\nFSS Remittance service enables banks with branches abroad, exchange houses, partner banks, aggregators, and even MTSS\' to perform online remittances to their beneficiary customers in India. The solution enables registration of remitters\' and beneficiaries\' details by exchange houses. Once registered, a remitter can transfer funds to beneficiaries electronically by a wide range of delivery channels such as ATM, POS, Payment Gateway, IVR and Mobile telephones. Existing FSSNeT connectivity to all major banks in India could be leveraged for low cost of transaction processing.\r\n\r\nThe system tracks all transactions and provides detailed and summary reports. Electronic files can be extracted for reconciliation and settlement.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>24/7 multi-channel remittance facility.</li>\r\n <li>Secure system with integration capabilities with the bank\'s core system or authorization system.</li>\r\n <li>Multi-currency support for acquiring and beneficiary transaction.</li>\r\n <li>Ability to setup OFAC filters, and generate AML compliance reports.</li>\r\n <li>Customer driven channel support like ATM, internet and others.</li>\r\n <li>Multi-lingual support.</li>\r\n <li>Online reporting features, including AML reports and validations.</li>\r\n <li>Helpdesk and issue resolution support.</li>\r\n <li>Interchange facility with the Visa/ MasterCard.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>Cost effective service, leveraging on multiple, premium banks connectivity in India.</li>\r\n <li>Can be interfaced with FSS Prepaid card services, to enable issuance of salary cards with top-up facility.</li>\r\n <li>Quick roll out of service, with minor changes on the existing payment systems.</li>\r\n</ul>','Remittances','','inherit','open','open','','103-revision-v1','','','2014-04-28 13:02:37','2014-04-28 13:02:37','',103,'http://039719c.netsolhost.com/ltest/fss/103-revision-v1/',0,'revision','',0),(860,1,'2014-05-14 11:13:59','2014-05-14 11:13:59','[responsive]<img class=\"alignleft size-full wp-image-648\" alt=\"fss-processing-financial-inclusion\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-financial-inclusion.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"An end-to-end Financial Inclusion hosted service that enables banks to deliver mainstream banking services to rural and priority sector customers, efficiently and at low costs.\"]\r\n\r\nFSS Financial Inclusion services enables banks and financial institutions to offer inclusive banking and financial services to the un-banked and under-banked sector. The comprehensive application suite supports online and offline transaction processing, with biometric authentication on ATM and handheld terminals. FSS FI supports card issuance, hierarchical definition of business correspondents / agents, registration, accounting and management functions.\r\n\r\nFSS liaises with the banks technology team to interface FSS infrastructure with the bank\'s retail network and the core-banking host, for launching the FI services.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>End-to-end biometric or PIN enabled comprehensive service.</li>\r\n <li>On-line and off-line transaction processing.</li>\r\n <li>Supports multi-lingual and voice-enabled services at ATM & POS delivery channels.</li>\r\n <li>Flexible card schemes- Magnetic stripe, Contact-less and contact-based smart cards and virtual cards.</li>\r\n <li>Capable of enabling and supporting new microfinance transactions.</li>\r\n <li>Provides risk management and controls.</li>\r\n <li>Modular design - Teller application, document management system, transaction processing engine, merchant/agent management system and card management system.</li>\r\n <li>A wide range of delivery channels - Handheld Terminals, ATMs, Kiosks and Mobiles.</li>\r\n <li>Multiple protocol options like VSAT, CDMA, GPRS, PSTN, IP.</li>\r\n <li>Flexible Customer Enrolment - PC / Laptop / Handheld Terminal having work flow automation templates.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Successfully implemented for leading banks in India.</li>\r\n <li>Rapid deployment, leverages existing retail infrastructure.</li>\r\n <li>Flexible solution - Online/offline authorization, PIN / biometric verification.</li>\r\n <li>Comprehensive process flow management - registration, verification, authorization & settlement.</li>\r\n <li>Readily extensible to other channels - mobile phones, IVR systems.</li>\r\n</ul>','Financial Inclusion','','inherit','open','open','','105-revision-v1','','','2014-05-14 11:13:59','2014-05-14 11:13:59','',105,'http://039719c.netsolhost.com/ltest/fss/105-revision-v1/',0,'revision','',0),(774,1,'2014-04-28 13:04:31','2014-04-28 13:04:31','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-financial-inclusion.jpg\"><img class=\"alignleft size-full wp-image-648\" alt=\"fss-processing-financial-inclusion\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-financial-inclusion.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Financial Inclusion (FI)\"]\r\n\r\n<strong>An end-to-end Financial Inclusion hosted service that enables banks to deliver mainstream banking services to rural and priority sector customers, efficiently and at low costs.</strong>\r\n\r\nFSS Financial Inclusion services enables banks and financial institutions to offer inclusive banking and financial services to the un-banked and under-banked sector. The comprehensive application suite supports online and offline transaction processing, with biometric authentication on ATM and handheld terminals. FSS FI supports card issuance, hierarchical definition of business correspondents / agents, registration, accounting and management functions.\r\n\r\nFSS liaises with the banks technology team to interface FSS infrastructure with the bank\'s retail network and the core-banking host, for launching the FI services.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>End-to-end biometric or PIN enabled comprehensive service.</li>\r\n <li>On-line and off-line transaction processing.</li>\r\n <li>Supports multi-lingual and voice-enabled services at ATM & POS delivery channels.</li>\r\n <li>Flexible card schemes- Magnetic stripe, Contact-less and contact-based smart cards and virtual cards.</li>\r\n <li>Capable of enabling and supporting new microfinance transactions.</li>\r\n <li>Provides risk management and controls.</li>\r\n <li>Modular design - Teller application, document management system, transaction processing engine, merchant/agent management system and card management system.</li>\r\n <li>A wide range of delivery channels - Handheld Terminals, ATMs, Kiosks and Mobiles.</li>\r\n <li>Multiple protocol options like VSAT, CDMA, GPRS, PSTN, IP.</li>\r\n <li>Flexible Customer Enrolment - PC / Laptop / Handheld Terminal having work flow automation templates.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>Successfully implemented for leading banks in India.</li>\r\n <li>Rapid deployment, leverages existing retail infrastructure.</li>\r\n <li>Flexible solution - Online/offline authorization, PIN / biometric verification.</li>\r\n <li>Comprehensive process flow management - registration, verification, authorization & settlement.</li>\r\n <li>Readily extensible to other channels - mobile phones, IVR systems.</li>\r\n</ul>','Financial Inclusion','','inherit','open','open','','105-revision-v1','','','2014-04-28 13:04:31','2014-04-28 13:04:31','',105,'http://039719c.netsolhost.com/ltest/fss/105-revision-v1/',0,'revision','',0),(862,1,'2014-05-14 11:15:11','2014-05-14 11:15:11','[responsive]<img class=\"alignleft size-full wp-image-655\" alt=\"fss-processing-electronic-journal\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-electronic-journal.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive service that helps streamline the EJ file-transfer operations to and from the ATM network on a daily or on demand basis, and upload it at a central location.\"]\r\n\r\nWith increased ATM deployments throughout India, monitoring their performance and auditing the transactions at the device level poses several challenges. Customer complaints on failed transactions have to be resolved in a time-bound manner as mandated by regulatory authorities.\r\n\r\nFor banks and ATM deployers, <b>FSS EJ Management</b> service enables high degree of collection of transaction logs of every ATM transaction done by cardholders to a central repository. The stored data can be accessed on-demand, 24x7 through an application or as daily reports, for any reconciliation purpose. Scheduled, automated processes pick up data during lean hours, resulting in high ATM availability for online customer transactions.\r\n\r\nLoading of a client application in ATMs is simplified. FSS file exchange agent can be installed by FSS trained personnel on all industry standard ATMs.\r\n\r\nDaily reports are generated on the status of EJ files downloaded from the ATMs. Optional PKI based encryption ensures security of data right from the ATM to storage in the server.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Automated, scheduled collection of EJ files.</li>\r\n <li>Ability to schedule EJ pull in batches of ATMs, optimizing network utilization.</li>\r\n <li>Automatic restart in the event of failure during data transmission.</li>\r\n <li>Comprehensive MIS and reporting.</li>\r\n <li>No manual EJ data extraction required.</li>\r\n <li>The centralized storage of EJ files for easy tracking of customer disputes on ATM network and quick resolution.</li>\r\n <li>Automated download process ensuring the ATM is never down due to full hard drive.</li>\r\n <li>EJ storage and archival as per the requirement of the bank.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n\r\nFSS has been in the forefront of providing EJ Pulling and Content distribution services, called \"FileX Services\".\r\n<ul>\r\n <li>Over 17 private and public sector banks depend on FSS FileX service to pull EJ\'s from over 21,000 ATMs.</li>\r\n <li>Robust, vendor agnostic solution supporting ATMs of all industry standard makes and models. A single, comprehensive solution for the diverse ATM network.</li>\r\n <li>Secured EJ pulling with encryption feature using industry standard algorithm, for allowing only designated bank officials access to critical transaction data.</li>\r\n <li>Tools for compression & decompressing multiple EJ files, thus reducing bandwidth utilization during file uploads.</li>\r\n <li>In-house development capability for support and maintenance of agent software capable of integrating with new ATM models.</li>\r\n <li>Software tool for generating public-private key pair for EJ file encryption.</li>\r\n</ul>','Electronic Journal Management','','inherit','open','open','','109-revision-v1','','','2014-05-14 11:15:11','2014-05-14 11:15:11','',109,'http://039719c.netsolhost.com/ltest/fss/109-revision-v1/',0,'revision','',0),(775,1,'2014-04-28 13:07:56','2014-04-28 13:07:56','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-electronic-journal.jpg\"><img class=\"alignleft size-full wp-image-655\" alt=\"fss-processing-electronic-journal\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-processing-electronic-journal.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Electronic Journal (EJ) Management \"]\r\n\r\n<strong>A comprehensive service that helps streamline the EJ file-transfer operations to and from the ATM network on a daily or on demand basis, and upload it at a central location. </strong>\r\n\r\nWith increased ATM deployments throughout India, monitoring their performance and auditing the transactions at the device level poses several challenges. Customer complaints on failed transactions have to be resolved in a time-bound manner as mandated by regulatory authorities.\r\n\r\nFor banks and ATM deployers, <b>FSS EJ Management</b> service enables high degree of collection of transaction logs of every ATM transaction done by cardholders to a central repository. The stored data can be accessed on-demand, 24x7 through an application or as daily reports, for any reconciliation purpose. Scheduled, automated processes pick up data during lean hours, resulting in high ATM availability for online customer transactions.\r\n\r\nLoading of a client application in ATMs is simplified. FSS file exchange agent can be installed by FSS trained personnel on all industry standard ATMs.\r\n\r\nDaily reports are generated on the status of EJ files downloaded from the ATMs. Optional PKI based encryption ensures security of data right from the ATM to storage in the server.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Automated, scheduled collection of EJ files.</li>\r\n <li>Ability to schedule EJ pull in batches of ATMs, optimizing network utilization.</li>\r\n <li>Automatic restart in the event of failure during data transmission.</li>\r\n <li>Comprehensive MIS and reporting.</li>\r\n <li>No manual EJ data extraction required.</li>\r\n <li>The centralized storage of EJ files for easy tracking of customer disputes on ATM network and quick resolution.</li>\r\n <li>Automated download process ensuring the ATM is never down due to full hard drive.</li>\r\n <li>EJ storage and archival as per the requirement of the bank.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n\r\nFSS has been in the forefront of providing EJ Pulling and Content distribution services, called \"FileX Services\".\r\n<ul>\r\n <li>Over 17 private and public sector banks depend on FSS FileX service to pull EJ\'s from over 21,000 ATMs.</li>\r\n <li>Robust, vendor agnostic solution supporting ATMs of all industry standard makes and models. A single, comprehensive solution for the diverse ATM network.</li>\r\n <li>Secured EJ pulling with encryption feature using industry standard algorithm, for allowing only designated bank officials access to critical transaction data.</li>\r\n <li>Tools for compression & decompressing multiple EJ files, thus reducing bandwidth utilization during file uploads.</li>\r\n <li>In-house development capability for support and maintenance of agent software capable of integrating with new ATM models.</li>\r\n <li>Software tool for generating public-private key pair for EJ file encryption.</li>\r\n</ul>','Electronic Journal Management','','inherit','open','open','','109-revision-v1','','','2014-04-28 13:07:56','2014-04-28 13:07:56','',109,'http://039719c.netsolhost.com/ltest/fss/109-revision-v1/',0,'revision','',0),(776,1,'2014-04-28 13:09:44','2014-04-28 13:09:44','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-native-currency-convertion.jpg\"><img class=\"alignleft size-full wp-image-658\" alt=\"fss-native currency-convertion\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-native-currency-convertion.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Native Currency Conversion (NCC)\"]\r\n\r\n<strong>A comprehensive, secure and flexible service that allows merchants to provide their international card customers the choice of paying for goods or services by accepting payments in their native currency at their point of sale (POS) terminals. </strong>\r\n\r\nTraditionally, international customers using credit or debit cards do not get the choice to make card payment in the currency where the card has been issued. Further, they have to wait for their monthly card or bank statement to find out the actual transactions value in their native currency which is always different from the transacted value due to interchange (conversion) rate, bank markups, service fee mark ups or other charges.\r\n\r\nFSS\' Native Currency Conversion service allows international customers enjoy the confidence and convenience of paying for their purchase in the currency they understand best - their own. FSS\' NCC service offers a personalized experience for valued visitors with no surprises - the amount on their bill matches with their charge slip and finally the card or bank account statement when they return home, while merchants benefit from the convenience in payments and reporting in their local currency.\r\n\r\nBanks and ATM deployers enjoy the benefit of offering significant value to merchants, by attracting high net worth customers.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Supports standard POS transaction payments in local as well as in the native currency of the cardholder.</li>\r\n <li>Deployed on a scalable, secure and robust infrastructure.</li>\r\n <li>Trained, experienced team to design, implement and manage the program.</li>\r\n <li>Capability of development and implementation of personalized solutions.</li>\r\n <li>User friendly application to ensure smoother access by counter staff.</li>\r\n <li>Designed to ensure quick turnaround and response time for transaction processing.</li>\r\n <li>Supports conversion in any number of currencies</li>\r\n <li>Service network support on PSTN, Ethernet, GPRS, CDMA and VSAT platforms.</li>\r\n <li>Technology and services support for acceptance of magnetic stripe and EMV card.</li>\r\n <li>All encompassing service including deployment of EDC terminals, cash registers or kiosks and routing these transactions to the desired host.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FS</strong>S\r\n<ul>\r\n <li>Quick roll out of services with bank\'s existing infrastructure.</li>\r\n <li>Hosted out of Tier 3 standard Data Center.</li>\r\n <li>Cost-effective, world-class technology, network, transaction switch, POS terminal technology and its related applications.</li>\r\n <li>Proven experience in market rollout of this solution for major acquirers in the Indian market.</li>\r\n <li>Patented solution ensures service continuity.</li>\r\n <li>Hosted service which is free from all dependencies on third parties.</li>\r\n <li>Capable and dependable service partners to manage field service support.</li>\r\n</ul>','Native Currency Conversion','','inherit','open','open','','111-revision-v1','','','2014-04-28 13:09:44','2014-04-28 13:09:44','',111,'http://039719c.netsolhost.com/ltest/fss/111-revision-v1/',0,'revision','',0),(867,1,'2014-05-14 11:24:38','2014-05-14 11:24:38','[responsive]<img class=\"alignleft size-full wp-image-661\" alt=\"fss-independent-atm-deployment\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"An end-to-end installation and management of ATM network including site selection & preparation, ATM procurement and installation, data networking, commissioning, guard and house-keeping services.\"]\r\n\r\nBanks are increasingly outsourcing ATM deployment and management, to third party vendors, helping them focus on their core business initiatives. Several business models have evolved in the last decade that includes structured, tenured ownership of ATM infrastructure and transaction based pricing. Activities related to deployment and commissioning of ATMs are quite complex that involve site selection, ATM brand selection, site setup, data networking, cash management and technical support.\r\n\r\nFSS has successfully deployed over 4,000 ATMs and cash dispensers for over 10 leading public and private banks in India, on pan-India geography. Strong relationships with ATM vendors, network service providers, cash-in-transit management companies and house-keeping agencies, enables FSS to provide a single point of contact to banks for all their ATM deployment and management requirements. In addition, these services can readily be combined with <a href=\"http://www.fsstech.com/atm-managed-services.aspx\"> <b>FSS ATM managed services</b></a>, for ensuring high availability of ATM services, resulting in revenue from an acquiring stand point.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Ability to select and deploy ATMs / CDs / kiosks as per clients requirements, from all leading vendors</li>\r\n <li>Experienced team dedicated in site selection and location, through analytical reports.</li>\r\n <li>Provides variety of network connectivity like leased line, CDMA, VSAT, ISDN dial back-up.</li>\r\n <li>High quality site preparation, custom lit up displays.</li>\r\n <li>Choice of armed /un-armed guards, house-keeping services.</li>\r\n <li>Cash management and loading services.</li>\r\n <li>Customer training for administration functions.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS ATM Services are trusted by over 10 public and private sector banks</li>\r\n <li>Comprehensive ATM deployment and management service providing single point accountability for banks.</li>\r\n <li>Dedicated team of professionals to manage the deployment and commissioning activities.</li>\r\n <li>Specialized team of analysts focused on selecting strategic locations for deployment of ATMs and providing insightful analytical MIS to help maximize transaction counts at each ATM location.</li>\r\n <li>Cost-effective services, customized as per clients requirements.</li>\r\n <li>FSS has over 20 years of experience in deploying and managing ATM network.</li>\r\n</ul>','Deployment & Management','','inherit','open','open','','128-revision-v1','','','2014-05-14 11:24:38','2014-05-14 11:24:38','',128,'http://039719c.netsolhost.com/ltest/fss/128-revision-v1/',0,'revision','',0),(777,1,'2014-04-28 13:12:05','2014-04-28 13:12:05','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment.jpg\"><img class=\"alignleft size-full wp-image-661\" alt=\"fss-independent-atm-deployment\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"ATM Deployment and Management\"]\r\n\r\n<strong>An end-to-end installation and management of ATM network including site selection & preparation, ATM procurement and installation, data networking, commissioning, guard and house-keeping services.</strong>\r\n\r\nBanks are increasingly outsourcing ATM deployment and management, to third party vendors, helping them focus on their core business initiatives. Several business models have evolved in the last decade that includes structured, tenured ownership of ATM infrastructure and transaction based pricing. Activities related to deployment and commissioning of ATMs are quite complex that involve site selection, ATM brand selection, site setup, data networking, cash management and technical support.\r\n\r\nFSS has successfully deployed over 4,000 ATMs and cash dispensers for over 10 leading public and private banks in India, on pan-India geography. Strong relationships with ATM vendors, network service providers, cash-in-transit management companies and house-keeping agencies, enables FSS to provide a single point of contact to banks for all their ATM deployment and management requirements. In addition, these services can readily be combined with <a href=\"http://www.fsstech.com/atm-managed-services.aspx\"> <b>FSS ATM managed services</b></a>, for ensuring high availability of ATM services, resulting in revenue from an acquiring stand point.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Ability to select and deploy ATMs / CDs / kiosks as per clients requirements, from all leading vendors</li>\r\n <li>Experienced team dedicated in site selection and location, through analytical reports.</li>\r\n <li>Provides variety of network connectivity like leased line, CDMA, VSAT, ISDN dial back-up.</li>\r\n <li>High quality site preparation, custom lit up displays.</li>\r\n <li>Choice of armed /un-armed guards, house-keeping services.</li>\r\n <li>Cash management and loading services.</li>\r\n <li>Customer training for administration functions.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>FSS ATM Services are trusted by over 10 public and private sector banks</li>\r\n <li>Comprehensive ATM deployment and management service providing single point accountability for banks.</li>\r\n <li>Dedicated team of professionals to manage the deployment and commissioning activities.</li>\r\n <li>Specialized team of analysts focused on selecting strategic locations for deployment of ATMs and providing insightful analytical MIS to help maximize transaction counts at each ATM location.</li>\r\n <li>Cost-effective services, customized as per clients requirements.</li>\r\n <li>FSS has over 20 years of experience in deploying and managing ATM network.</li>\r\n</ul>','Deployment & Management','','inherit','open','open','','128-revision-v1','','','2014-04-28 13:12:05','2014-04-28 13:12:05','',128,'http://039719c.netsolhost.com/ltest/fss/128-revision-v1/',0,'revision','',0),(866,1,'2014-05-14 11:24:01','2014-05-14 11:24:01','[responsive]<img class=\"alignleft size-full wp-image-665\" alt=\"fss-atm-managed-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-managed-services.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Comprehensive monitoring and management of ATM networks, by ensuring high availability, improved customer satisfaction and increased Return On Investment (ROI)\"]\r\n\r\nIn today\'s competitive business environment, banks and financial institutions are striving to enhance customer satisfaction, reduce costs, generate incremental revenue and improve efficiency of their self-service channel.\r\n\r\nThe phenomenal growth in usage of debit and credit cards at retail delivery channels has set high customer expectations in performing transactions where and when they need. High ATM availability means high level of customer satisfaction and large acquiring opportunities for deployers, transforming into revenues. Monitoring and timely servicing of ATMs assumes paramount importance.\r\n\r\n<b>FSS ATM Managed Services</b> provides banks with comprehensive ATM monitoring, trouble-ticketing, first /second level management, cash management and support services. A round-the-clock facility with competent management team ensures high ATM availability with committed Service Level Agreements (SLA).\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Large, state of the art ATM Managed Services center.</li>\r\n <li>Application hosted out of servers with high-availability that exceeds 99.9%.</li>\r\n <li>Offers efficient cash management services.</li>\r\n <li>Large, trained field service executives for uninterrupted service.</li>\r\n <li>Tenured and skilled operations team supporting from multiple locations.</li>\r\n <li>Automated trouble-ticket application with escalation levels.</li>\r\n <li>Multi-vendor arrangements for optimum ATM services and cash loading.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Over 13 banks trust FSS ATM Managed Services for managing over 15,000 ATMs.</li>\r\n <li>24x7 ATM monitoring of all industry standard products from popular vendors.</li>\r\n <li>Strong PAN India presence that clients can count on while planning for ATM network expansion.</li>\r\n <li>Single-point accountability with committed service levels.</li>\r\n <li>Incident reporting and tracking of issues for resolution.</li>\r\n <li>ATM Vendor management.</li>\r\n <li>Online, real-time access of ATM information from FSS Web portal.</li>\r\n <li>Centralized 24x7 help desk (in-bound & out-bound calls).</li>\r\n</ul>','Managed Services','','inherit','open','open','','126-revision-v1','','','2014-05-14 11:24:01','2014-05-14 11:24:01','',126,'http://039719c.netsolhost.com/ltest/fss/126-revision-v1/',0,'revision','',0),(778,1,'2014-04-28 13:13:48','2014-04-28 13:13:48','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-managed-services.jpg\"><img class=\"alignleft size-full wp-image-665\" alt=\"fss-atm-managed-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-managed-services.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"ATM Managed Services\"]\r\n\r\n<strong>Comprehensive monitoring and management of ATM networks, by ensuring high availability, improved customer satisfaction and increased Return On Investment (ROI)</strong>.\r\n\r\nIn today\'s competitive business environment, banks and financial institutions are striving to enhance customer satisfaction, reduce costs, generate incremental revenue and improve efficiency of their self-service channel.\r\n\r\nThe phenomenal growth in usage of debit and credit cards at retail delivery channels has set high customer expectations in performing transactions where and when they need. High ATM availability means high level of customer satisfaction and large acquiring opportunities for deployers, transforming into revenues. Monitoring and timely servicing of ATMs assumes paramount importance.\r\n\r\n<b>FSS ATM Managed Services</b> provides banks with comprehensive ATM monitoring, trouble-ticketing, first /second level management, cash management and support services. A round-the-clock facility with competent management team ensures high ATM availability with committed Service Level Agreements (SLA).\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Large, state of the art ATM Managed Services center.</li>\r\n <li>Application hosted out of servers with high-availability that exceeds 99.9%.</li>\r\n <li>Offers efficient cash management services.</li>\r\n <li>Large, trained field service executives for uninterrupted service.</li>\r\n <li>Tenured and skilled operations team supporting from multiple locations.</li>\r\n <li>Automated trouble-ticket application with escalation levels.</li>\r\n <li>Multi-vendor arrangements for optimum ATM services and cash loading.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>Over 13 banks trust FSS ATM Managed Services for managing over 15,000 ATMs.</li>\r\n <li>24x7 ATM monitoring of all industry standard products from popular vendors.</li>\r\n <li>Strong PAN India presence that clients can count on while planning for ATM network expansion.</li>\r\n <li>Single-point accountability with committed service levels.</li>\r\n <li>Incident reporting and tracking of issues for resolution.</li>\r\n <li>ATM Vendor management.</li>\r\n <li>Online, real-time access of ATM information from FSS Web portal.</li>\r\n <li>Centralized 24x7 help desk (in-bound & out-bound calls).</li>\r\n</ul>','Managed Services','','inherit','open','open','','126-revision-v1','','','2014-04-28 13:13:48','2014-04-28 13:13:48','',126,'http://039719c.netsolhost.com/ltest/fss/126-revision-v1/',0,'revision','',0),(779,1,'2014-04-29 04:49:23','2014-04-29 04:49:23','Financial Institutions need to optimize IT infrastructure costs in the face of a toughening economic environment and rapidly increasing energy costs. They need a reliable and experienced partner to manage their IT infrastructure, help improve their service efficiencies and economies of scale. FSS combines in-depth payments experience, domain understanding and unique payments Infrastructure to support clients to meet their business objectives.\n\nFSS has created a robust payments infrastructure consisting of end-to-end Payment Processing components hosted in a Tier 3 standard Data Centre located at Chennai and a Disaster Recovery Infrastructure in a separate location. FSS online payment services, <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/managed-services/\">ATM Managed Services</a>, <a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/internet-payment-gateway/\">Payment Gateway services</a>, <a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Card Management</a> and Reconciliation services, Disaster Recovery are hosted on the FSS Payments Infrastructure that provide support to over 40 customers.\n\nFSS has multi-layered network Infrastructure with segregated product testing, Proof of Concept (POC) and production environment. The 24/7 helpdesk and operations support services follows stringent quality processes as defined by ITIL and ISO 9001 QMS guidelines, ensuring client satisfaction. FSS Infrastructure is supported with highly skilled, certified professionals specialising in multi-platform and relevant technology certifications to provide high end technical support.','Infrastructure','','inherit','open','open','','226-autosave-v1','','','2014-04-29 04:49:23','2014-04-29 04:49:23','',226,'http://039719c.netsolhost.com/ltest/fss/226-autosave-v1/',0,'revision','',0),(780,1,'2014-04-29 04:50:04','2014-04-29 04:50:04','Financial Institutions need to optimize IT infrastructure costs in the face of a toughening economic environment and rapidly increasing energy costs. They need a reliable and experienced partner to manage their IT infrastructure, help improve their service efficiencies and economies of scale. FSS combines in-depth payments experience, domain understanding and unique payments Infrastructure to support clients to meet their business objectives.\r\n\r\nFSS has created a robust payments infrastructure consisting of end-to-end Payment Processing components hosted in a Tier 3 standard Data Centre located at Chennai and a Disaster Recovery Infrastructure in a separate location. FSS online payment services, <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/managed-services/\">ATM Managed Services</a>, <a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/internet-payment-gateway/\">Payment Gateway services</a>, <a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Card Management</a> and <a href=\"http://039719c.netsolhost.com/ltest/fss/products/reconciliation-settlement/\">Reconciliation services</a>, Disaster Recovery are hosted on the FSS Payments Infrastructure that provide support to over 40 customers.\r\n\r\nFSS has multi-layered network Infrastructure with segregated product testing, Proof of Concept (POC) and production environment. The <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/247-global-helpdesk-support/\">24/7 helpdesk and operations support services</a> follows stringent quality processes as defined by ITIL and ISO 9001 QMS guidelines, ensuring client satisfaction. FSS Infrastructure is supported with highly skilled, certified professionals specialising in multi-platform and relevant technology certifications to provide high end technical support.','Infrastructure','','inherit','open','open','','226-revision-v1','','','2014-04-29 04:50:04','2014-04-29 04:50:04','',226,'http://039719c.netsolhost.com/ltest/fss/226-revision-v1/',0,'revision','',0),(848,1,'2014-05-14 10:43:53','2014-05-14 10:43:53','[responsive]<img class=\"alignleft size-full wp-image-607\" alt=\"fss-application-testing-service\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-application-testing-service.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"An end-to-end Application Testing Service that includes testing strategy, testing automation and performance measurement\"]\r\n\r\nFSS strongly believes that the quality of an application should be maintained throughout its development lifecycle. The maintenance activity must be planned, analyzed, designed, developed and tested into the application and cannot be \"tested in\" at the end of the lifecycle. <b>FSS Application Testing Services</b> drives quality throughout the application development lifecycle. FSS collaborates with clients to optimize upstream activities, such as Requirements Management, Release Management and Software Configuration Management, and further validates the design, functionality and performance of the application. This is done through test execution that can maximize value from their IT investments.\r\n\r\nSome of the leading global financial organizations have trusted FSS to support them with the Application Testing Service.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li><b>Testing Strategy & Assessment:</b> Assists clients with end-to-end testing and quality assessment process, from planning to final recommendations.</li>\r\n <li><b>Expertise and knowledge in methods of testing:</b> FSS trained resources can perform:\r\n<ul>\r\n <li>Black-box testing - confirming functionality of application.</li>\r\n <li>White-box testing - rigorous testing at individual module levels and at the overall system level.</li>\r\n</ul>\r\n</li>\r\n <li><b>Testing Automation:</b> With a robust set of tools and assets to consistently support the entire spectrum of automation-related testing activities.</li>\r\n <li><b>Performance Testing:</b> A wide range of strategic and tactical performance test services.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Providing offshore development and testing services for more than a decade.</li>\r\n <li>FSS team stands ready to help build and refine testing skills, functionality and achieve efficiencies.</li>\r\n <li>FSS leverages extensive knowledge in the payments domain, technology and processes to assist clients in developing holistic testing strategies.</li>\r\n <li>FSS is skilled in multiple terminals, modules and in the depth and breadth of testing i.e. hardware, new channel testing, migration testing, new product implementation and switch testing.</li>\r\n <li>FSS provides clients the right skills at the right time in the right place and at the right price.</li>\r\n <li>Upon completion of testing, clients can benefit from <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/onsite-technical-support/\">FSS Onsite Technical Support</a> services for managing their products.</li>\r\n</ul>','Application Testing Services','','inherit','open','open','','77-revision-v1','','','2014-05-14 10:43:53','2014-05-14 10:43:53','',77,'http://039719c.netsolhost.com/ltest/fss/77-revision-v1/',0,'revision','',0),(781,1,'2014-04-29 05:16:11','2014-04-29 05:16:11','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-application-testing-service.jpg\"><img class=\"alignleft size-full wp-image-607\" alt=\"fss-application-testing-service\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-application-testing-service.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Application Testing Services\"]\r\n\r\n<strong>An end-to-end Application Testing Service that includes testing strategy, testing automation and performance measurement</strong>\r\n\r\nFSS strongly believes that the quality of an application should be maintained throughout its development lifecycle. The maintenance activity must be planned, analyzed, designed, developed and tested into the application and cannot be \"tested in\" at the end of the lifecycle. <b>FSS Application Testing Services</b> drives quality throughout the application development lifecycle. FSS collaborates with clients to optimize upstream activities, such as Requirements Management, Release Management and Software Configuration Management, and further validates the design, functionality and performance of the application. This is done through test execution that can maximize value from their IT investments.\r\n\r\nSome of the leading global financial organizations have trusted FSS to support them with the Application Testing Service.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li><b>Testing Strategy & Assessment:</b> Assists clients with end-to-end testing and quality assessment process, from planning to final recommendations.</li>\r\n <li><b>Expertise and knowledge in methods of testing:</b> FSS trained resources can perform:\r\n<ul>\r\n <li>Black-box testing - confirming functionality of application.</li>\r\n <li>White-box testing - rigorous testing at individual module levels and at the overall system level.</li>\r\n</ul>\r\n</li>\r\n <li><b>Testing Automation:</b> With a robust set of tools and assets to consistently support the entire spectrum of automation-related testing activities.</li>\r\n <li><b>Performance Testing:</b> A wide range of strategic and tactical performance test services.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>Providing offshore development and testing services for more than a decade.</li>\r\n <li>FSS team stands ready to help build and refine testing skills, functionality and achieve efficiencies.</li>\r\n <li>FSS leverages extensive knowledge in the payments domain, technology and processes to assist clients in developing holistic testing strategies.</li>\r\n <li>FSS is skilled in multiple terminals, modules and in the depth and breadth of testing i.e. hardware, new channel testing, migration testing, new product implementation and switch testing.</li>\r\n <li>FSS provides clients the right skills at the right time in the right place and at the right price.</li>\r\n <li>Upon completion of testing, clients can benefit from <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/onsite-technical-support/\">FSS Onsite Technical Support</a> services for managing their products.</li>\r\n</ul>','Application Testing Services','','inherit','open','open','','77-revision-v1','','','2014-04-29 05:16:11','2014-04-29 05:16:11','',77,'http://039719c.netsolhost.com/ltest/fss/77-revision-v1/',0,'revision','',0),(784,1,'2014-05-07 05:06:07','2014-05-07 05:06:07',' ','','','publish','open','open','','784','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',0,'http://039719c.netsolhost.com/ltest/fss/?p=784',23,'nav_menu_item','',0),(785,1,'2014-05-07 06:47:17','2014-05-07 06:47:17',' ','','','publish','open','open','','785','','','2014-05-14 07:09:42','2014-05-14 07:09:42','',215,'http://039719c.netsolhost.com/ltest/fss/?p=785',13,'nav_menu_item','',0),(787,1,'2014-05-07 09:00:54','2014-05-07 09:00:54','','Terms of use','','inherit','open','open','','786-revision-v1','','','2014-05-07 09:00:54','2014-05-07 09:00:54','',786,'http://039719c.netsolhost.com/ltest/fss/786-revision-v1/',0,'revision','',0),(788,1,'2014-05-07 09:04:00','2014-05-07 09:04:00','','Privacy Statement','','publish','open','open','','privacy-statement','','','2014-05-07 09:04:00','2014-05-07 09:04:00','',0,'http://039719c.netsolhost.com/ltest/fss/?page_id=788',0,'page','',0),(789,1,'2014-05-07 09:04:00','2014-05-07 09:04:00','','Privacy Statement','','inherit','open','open','','788-revision-v1','','','2014-05-07 09:04:00','2014-05-07 09:04:00','',788,'http://039719c.netsolhost.com/ltest/fss/788-revision-v1/',0,'revision','',0),(877,1,'2014-05-14 13:28:30','2014-05-14 13:28:30','[accordion open=\"1\"]\r\n[accordion-item title=\"FSS India Offices\"]\r\n\r\n[one_half]<strong>CORPORATE OFFICE</strong>\r\n\r\n<strong>Financial Software & Systems (P) Ltd</strong>\r\nG 4, 1st Cross Street\r\nSIPCOT IT Park\r\nRajiv Gandhi Salai (OMR)\r\nSiruseri, Navalur,\r\nChennai, TN - 603 103\r\nIndia\r\nTel: +91 44 4741 5600\r\nFax: +91 44 4741 5601\r\nE-mail: <a href=\"mailto:info@fss.co.in\">info@fss.co.in</a>[/one_half] [one_half_last]\r\n\r\n \r\n\r\n<strong>Financial Software & Systems (P) Ltd\r\n</strong>701-702, 7th Floor\r\nTower-A, 247 Park\r\nHincon House\r\nLBS Marg, Vikhroli (W)\r\nMumbai - 400 083\r\nIndia\r\nTel: +91 22 4241 5000\r\nFax: +91 22 4241 5001\r\nE-mail: <a href=\"mailto:info@fss.co.in\">info@fss.co.in</a>[/one_half_last]\r\n\r\n[/accordion-item][/accordion][accordion open=\"2\"]\r\n[accordion-item title=\"FSS Worldwide Offices\"][one_half]<strong>FSS Technologies (Australia) Pty Ltd</strong>\r\nLevel 9, 440 Collins Street\r\nMelbourne, VIC 3000\r\nTel: +61 3 9607 1306\r\nFax: +61 3 9607 1307\r\nE-mail: <a href=\"mailto:sales-au@fsstech.com\">sales-au@fsstech.com</a>[/one_half] [one_half_last]<strong>FSS Technologies (Australia) Pty Ltd</strong>\r\nLevel 9, 440 Collins Street\r\nMelbourne, VIC 3000\r\nTel: +61 3 9607 1306\r\nFax: +61 3 9607 1307\r\nE-mail: <a href=\"mailto:sales-au@fsstech.com\">sales-au@fsstech.com</a>[/one_half_last][one_half]<strong>FSS Technologies, FZE</strong>\r\nSAIF ZONE\r\nExecutive Suite Y1-040\r\nP.O.Box No.9413\r\nSharjah, UAE\r\nTel: +971 6 5575 963\r\nFax: +971 6 5575 964\r\nE-mail: <a href=\"mailto:sales-me@fsstech.com\">sales-me@fsstech.com</a>[/one_half] [one_half_last]<strong>FSS Technologies (UK) limited</strong>\r\nIveco House, Station Road\r\nWatford, WD17 IDL,\r\nUK\r\nTel: +44 (0) 1923 884 241\r\nFax: +44 (0) 1923 381058\r\nE-mail: <a href=\"mailto:sales-eu@fsstech.com\">sales-eu@fsstech.com</a>[/one_half_last][one_half]<strong>FSS Technologies Canada Inc</strong>\r\n21 St. Clair Ave E.\r\nSuite 401\r\nToronto, Ontario M4T 1L9\r\nTel: (415) 380-9287\r\nE-mail: <a href=\"mailto:sales-ca@fsstech.com\">sales-ca@fsstech.com</a>[/one_half] [one_half_last]<strong>FSS Technologies (Singapore) Pte Ltd</strong>\r\n3, Temasek Avenue\r\n#34-00, Centennial Tower\r\nSingapore (039 190)\r\nTel: +65-6549 9709\r\nE-mail:<a href=\"mailto:sales-asean@fsstech.com\">sales-asean@fsstech.com</a>[/one_half_last][one_half]<strong>FSS Technologies USA Inc</strong>\r\n24044 Cinco Village Center Blvd.\r\nSuite 100\r\nKaty, TX 77494\r\nTel: (281) 712-1035\r\nE-mail: <a href=\"mailto:sales-usa@fsstech.com\">sales-usa@fsstech.com</a>[/one_half][/accordion-item]\r\n[/accordion]','Contact Us','','inherit','open','open','','462-revision-v1','','','2014-05-14 13:28:30','2014-05-14 13:28:30','',462,'http://039719c.netsolhost.com/ltest/fss/462-revision-v1/',0,'revision','',0),(791,1,'2014-05-07 09:51:12','2014-05-07 09:51:12','[accordion open=\"1\"]\r\n[accordion-item title=\"FSS India Offices\"][one_half]<strong>CORPORATE OFFICE</strong>\r\n\r\n[map w=\"400\" h=\"230\" style=\"full\" z=\"16\" marker=\"yes\" infowindow=\"FSS\" infowindowdefault=\"yes\" maptype=\"TERRAIN\" hidecontrols=\"false\" address=\"Financial Software & Systems (P) Ltd,Navalur,Chennai\"][/one_half] [one_half_last]\r\n\r\n \r\n\r\n<strong>Financial Software & Systems (P) Ltd</strong>\r\nG 4, 1st Cross Street\r\nSIPCOT IT Park\r\nRajiv Gandhi Salai (OMR)\r\nSiruseri, Navalur,\r\nChennai, TN - 603 103\r\nIndia\r\nTel: +91 44 4741 5600\r\nFax: +91 44 4741 5601\r\nE-mail: <a href=\"mailto:info@fss.co.in\">info@fss.co.in</a>\r\n\r\n[/one_half_last]\r\n\r\n[one_half][map w=\"400\" h=\"230\" style=\"full\" z=\"16\" marker=\"yes\" infowindow=\"FSS\" infowindowdefault=\"yes \" maptype=\"SATELLITE\" hidecontrols=\"false\" address=\"Financial Software & Systems (P) Ltd,Mumbai\"][/one_half] [one_half_last]\r\n\r\n<strong>Financial Software & Systems (P) Ltd</strong>\r\n701-702, 7th Floor\r\nTower-A, 247 Park\r\nHincon House\r\nLBS Marg, Vikhroli (W)\r\nMumbai - 400 083\r\nIndia\r\nTel: +91 22 4241 5000\r\nFax: +91 22 4241 5001\r\nE-mail: <a href=\"mailto:info@fss.co.in\">info@fss.co.in</a>\r\n\r\n[/one_half_last]\r\n\r\n[/accordion-item]\r\n\r\n[accordion-item title=\"FSS Worldwide Offices\"][one_half][map w=\"400\" h=\"230\" style=\"full\" z=\"16\" marker=\"yes\" infowindow=\"FSS\" infowindowdefault=\"yes \" maptype=\"SATELLITE\" hidecontrols=\"false\" address=\"Financial Software & Systems (P) Ltd,Mumbai\"][/one_half] [one_half_last]\r\n\r\n<strong>FSS Technologies (Australia) Pty Ltd</strong>\r\nLevel 9, 440 Collins Street\r\nMelbourne, VIC 3000\r\nTel: +61 3 9607 1306\r\nFax: +61 3 9607 1307\r\nE-mail: <a href=\"mailto:sales-au@fsstech.com\">sales-au@fsstech.com</a>\r\n\r\n[/one_half_last][one_half][map w=\"400\" h=\"230\" style=\"full\" z=\"16\" marker=\"yes\" infowindow=\"FSS\" infowindowdefault=\"yes \" maptype=\"SATELLITE\" hidecontrols=\"false\" address=\"Financial Software & Systems (P) Ltd,Mumbai\"][/one_half] [one_half_last]\r\n\r\n<strong>FSS Technologies, FZE</strong>\r\nSAIF ZONE\r\nExecutive Suite Y1-040\r\nP.O.Box No.9413\r\nSharjah, UAE\r\nTel: +971 6 5575 963\r\nFax: +971 6 5575 964\r\nE-mail: <a href=\"mailto:sales-me@fsstech.com\">sales-me@fsstech.com</a>\r\n\r\n[/one_half_last][one_half][map w=\"400\" h=\"230\" style=\"full\" z=\"16\" marker=\"yes\" infowindow=\"FSS\" infowindowdefault=\"yes \" maptype=\"SATELLITE\" hidecontrols=\"false\" address=\"Financial Software & Systems (P) Ltd,Mumbai\"][/one_half] [one_half_last]\r\n\r\n<strong>FSS Technologies (UK) limited</strong>\r\nIveco House, Station Road\r\nWatford, WD17 IDL,\r\nUK\r\nTel: +44 (0) 1923 884 241\r\nFax: +44 (0) 1923 381058\r\nE-mail: <a href=\"mailto:sales-eu@fsstech.com\">sales-eu@fsstech.com</a>\r\n\r\n[/one_half_last][one_half][map w=\"400\" h=\"230\" style=\"full\" z=\"16\" marker=\"yes\" infowindow=\"FSS\" infowindowdefault=\"yes \" maptype=\"SATELLITE\" hidecontrols=\"false\" address=\"Financial Software & Systems (P) Ltd,Mumbai\"][/one_half] [one_half_last]\r\n\r\n<strong>FSS Technologies Canada Inc</strong>\r\n21 St. Clair Ave E.\r\nSuite 401\r\nToronto, Ontario M4T 1L9\r\nTel: (415) 380-9287\r\nE-mail: <a href=\"mailto:sales-ca@fsstech.com\">sales-ca@fsstech.com</a>\r\n\r\n[/one_half_last][one_half][map w=\"400\" h=\"230\" style=\"full\" z=\"16\" marker=\"yes\" infowindow=\"FSS\" infowindowdefault=\"yes \" maptype=\"SATELLITE\" hidecontrols=\"false\" address=\"Financial Software & Systems (P) Ltd,Mumbai\"][/one_half] [one_half_last]\r\n\r\n<strong>FSS Technologies (Singapore) Pte Ltd</strong>\r\n3, Temasek Avenue\r\n#34-00, Centennial Tower\r\nSingapore (039 190)\r\nTel: +65-6549 9709\r\nE-mail:<a href=\"mailto:sales-asean@fsstech.com\">sales-asean@fsstech.com</a>\r\n\r\n[/one_half_last][one_half][map w=\"400\" h=\"230\" style=\"full\" z=\"16\" marker=\"yes\" infowindow=\"FSS\" infowindowdefault=\"yes \" maptype=\"SATELLITE\" hidecontrols=\"false\" address=\"Financial Software & Systems (P) Ltd,Mumbai\"][/one_half] [one_half_last]\r\n\r\n<strong>FSS Technologies USA Inc</strong>\r\n24044 Cinco Village Center Blvd.\r\nSuite 100\r\nKaty, TX 77494\r\nTel: (281) 712-1035\r\nE-mail: <a href=\"mailto:sales-usa@fsstech.com\">sales-usa@fsstech.com</a>\r\n\r\n[/one_half_last][/accordion-item]\r\n[/accordion]','Contact Us','','inherit','open','open','','462-revision-v1','','','2014-05-07 09:51:12','2014-05-07 09:51:12','',462,'http://039719c.netsolhost.com/ltest/fss/462-revision-v1/',0,'revision','',0),(886,1,'2014-05-22 11:13:47','2014-05-22 11:13:47','[responsive]<img class=\"alignnone size-full wp-image-263\" alt=\"fss-smart-chip\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, secure and pro-active smart card management system that includes the life cycle management of applications, chip and product.\"]\r\n\r\nThe exponential growth in the retail payments business has significantly increased the challenges faced by organizations in managing and containing card fraud and financial losses. FSS Smart Chip with its secured authentication features and multiple security mechanisms helps contain such fraud leading to cost-savings and increased security of transactions.\r\n\r\nFSS Smart Chip is a well integrated and quick-to-deploy solution for managing the complete lifecycle of smart cards and post-issuance support. It supports issuance of EMV™ / Non-EMV-based smart cards for debit, credit, prepaid, biometric, transit and more.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<div>\r\n<div>\r\n<div>[mini-icon icon=\"plus-sign\"] Supports the entire card life cycle management, which includes:</div>\r\n<ul>\r\n <li>Card issuance</li>\r\n <li>Re-issuance in case of damage or loss</li>\r\n <li>Re-initialization of user profile</li>\r\n</ul>\r\n</div>\r\n<div>\r\n<div>[mini-icon icon=\"plus-sign\"] Support for EMV™ / Non-EMV based Smart Cards for:</div>\r\n<ul>\r\n <li>Debit</li>\r\n <li>Credit</li>\r\n <li>Prepaid</li>\r\n <li>Biometric</li>\r\n <li>Transit</li>\r\n <li>Other card types as needed</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Provides smart card PIN management module.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Facilitates blocking and unblocking of smart card for damage, loss or incorrect PIN entry.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Supports loyalty management.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Provides post issuance management support.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Uses multiple security mechanisms to contain the risk of fraudulent card issuance and misuse.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Defines fees and charges.</div>\r\n<div></div>\r\n<div>[gap height=\"20\"]</div>\r\n<div><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span></div>\r\n<div>\r\n\r\n[mini-icon icon=\"plus-sign\"] Integrated web interface based system that can be implemented on industry standard computer platforms.\r\n[mini-icon icon=\"plus-sign\"] Proven capability in providing technology based end-to-end payment solutions.\r\n[mini-icon icon=\"plus-sign\"] Supports multiple products and applications.\r\n[mini-icon icon=\"plus-sign\"] Modular design allows online authorization and transaction processing.\r\n[mini-icon icon=\"plus-sign\"] Already deployed at a major public sector bank in India.\r\n\r\n</div>\r\n</div>','FSS Smart Chip','','inherit','open','open','','250-revision-v1','','','2014-05-22 11:13:47','2014-05-22 11:13:47','',250,'http://039719c.netsolhost.com/ltest/fss/250-revision-v1/',0,'revision','',0),(819,1,'2014-05-14 09:26:52','2014-05-14 09:26:52','[responsive]<img class=\"alignnone size-full wp-image-263\" alt=\"fss-smart-chip\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, secure and pro-active smart card management system that includes the life cycle management of applications, chip and product.\"]\r\n\r\nThe exponential growth in the retail payments business has significantly increased the challenges faced by organizations in managing and containing card fraud and financial losses. FSS Smart Chip with its secured authentication features and multiple security mechanisms helps contain such fraud leading to cost-savings and increased security of transactions.\r\n\r\nFSS Smart Chip is a well integrated and quick-to-deploy solution for managing the complete lifecycle of smart cards and post-issuance support. It supports issuance of EMV™ / Non-EMV-based smart cards for debit, credit, prepaid, biometric, transit and more.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<div>\r\n<div>\r\n<div> [mini-icon icon=\"arrow-right\"] Supports the entire card life cycle management, which includes:</div>\r\n<ul>\r\n <li>Card issuance</li>\r\n <li>Re-issuance in case of damage or loss</li>\r\n <li>Re-initialization of user profile</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Support for EMV™ / Non-EMV based Smart Cards for:\r\n<ul>\r\n <li>Debit</li>\r\n <li>Credit</li>\r\n <li>Prepaid</li>\r\n <li>Biometric</li>\r\n <li>Transit</li>\r\n <li>Other card types as needed</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Provides smart card PIN management module.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Facilitates blocking and unblocking of smart card for damage, loss or incorrect PIN entry.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Supports loyalty management.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Provides post issuance management support.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Uses multiple security mechanisms to contain the risk of fraudulent card issuance and misuse.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Defines fees and charges.</div>\r\n<div></div>\r\n<div>[gap height=\"20\"]</div>\r\n<div><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span></div>\r\n<div>\r\n\r\n[mini-icon icon=\"arrow-right\"] Integrated web interface based system that can be implemented on industry standard computer platforms.\r\n[mini-icon icon=\"arrow-right\"] Proven capability in providing technology based end-to-end payment solutions.\r\n[mini-icon icon=\"arrow-right\"] Supports multiple products and applications.\r\n[mini-icon icon=\"arrow-right\"] Modular design allows online authorization and transaction processing.\r\n[mini-icon icon=\"arrow-right\"] Already deployed at a major public sector bank in India.\r\n\r\n</div>\r\n</div>','FSS Smart Chip','','inherit','open','open','','250-revision-v1','','','2014-05-14 09:26:52','2014-05-14 09:26:52','',250,'http://039719c.netsolhost.com/ltest/fss/250-revision-v1/',0,'revision','',0),(792,1,'2014-05-07 11:07:53','2014-05-07 11:07:53','[gap height=\"30\"][responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\"><img class=\"alignnone size-full wp-image-263\" alt=\"fss-smart-chip\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<span style=\"text-decoration: underline;\"><strong>A comprehensive, secure and pro-active smart card management system that includes the life cycle management of applications, chip and product.</strong></span>\r\n\r\nThe exponential growth in the retail payments business has significantly increased the challenges faced by organizations in managing and containing card fraud and financial losses. FSS Smart Chip with its secured authentication features and multiple security mechanisms helps contain such fraud leading to cost-savings and increased security of transactions.\r\n\r\nFSS Smart Chip is a well integrated and quick-to-deploy solution for managing the complete lifecycle of smart cards and post-issuance support. It supports issuance of EMV™ / Non-EMV-based smart cards for debit, credit, prepaid, biometric, transit and more.\r\n\r\n<span style=\"text-decoration: underline;\"><strong>[mini-icon icon=\"list-alt\"]Highlights</strong></span>\r\n<div>\r\n<div>\r\n<div> [mini-icon icon=\"arrow-right\"] Supports the entire card life cycle management, which includes:</div>\r\n<ul>\r\n <li>Card issuance</li>\r\n <li>Re-issuance in case of damage or loss</li>\r\n <li>Re-initialization of user profile</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Support for EMV™ / Non-EMV based Smart Cards for:\r\n<ul>\r\n <li>Debit</li>\r\n <li>Credit</li>\r\n <li>Prepaid</li>\r\n <li>Biometric</li>\r\n <li>Transit</li>\r\n <li>Other card types as needed</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Provides smart card PIN management module.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Facilitates blocking and unblocking of smart card for damage, loss or incorrect PIN entry.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Supports loyalty management.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Provides post issuance management support.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Uses multiple security mechanisms to contain the risk of fraudulent card issuance and misuse.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Defines fees and charges.</div>\r\n<div></div>\r\n<div>[gap height=\"20\"]</div>\r\n<div><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span></div>\r\n<div>\r\n\r\n[mini-icon icon=\"arrow-right\"] Integrated web interface based system that can be implemented on industry standard computer platforms.\r\n[mini-icon icon=\"arrow-right\"] Proven capability in providing technology based end-to-end payment solutions.\r\n[mini-icon icon=\"arrow-right\"] Supports multiple products and applications.\r\n[mini-icon icon=\"arrow-right\"] Modular design allows online authorization and transaction processing.\r\n[mini-icon icon=\"arrow-right\"] Already deployed at a major public sector bank in India.\r\n\r\n</div>\r\n</div>','FSS Smart Chip','','inherit','open','open','','250-revision-v1','','','2014-05-07 11:07:53','2014-05-07 11:07:53','',250,'http://039719c.netsolhost.com/ltest/fss/250-revision-v1/',0,'revision','',0),(793,1,'2014-05-07 11:15:31','2014-05-07 11:15:31','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-merchant.jpg\"><img class=\"alignleft size-full wp-image-478\" alt=\"fss-merchant\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-merchant.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h2\" title=\"FSS Merchant \"]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pa-dss-logo.jpg\"><img class=\"size-full wp-image-476 alignright\" alt=\"pa-dss-logo\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pa-dss-logo.jpg\" width=\"162\" height=\"32\" /></a>\r\n\r\n \r\n\r\n<strong>A well integrated, secure and browser based end-to-end cards acquiring and merchant management solution.</strong>\r\nToday\'s fast-paced lifestyle and advancement in technology has transformed the purchase and payment behavior of customers. Regulators are also constantly on the lookout to make the payment process safe and secure. Leveraging its proven experience in both the issuance and acquiring platforms, FSS has developed FSS Merchant, a completely functional merchant life cycle management system built on a robust technology platform. FSS Merchant is a comprehensive and integrated solution that offers processing of a wide variety of acquiring transactions.\r\n\r\nIt enables the acquirers to manage the entire spectrum of merchant acquiring business which includes:\r\n<ul>\r\n <li>Merchant setup including stores and terminals</li>\r\n <li>Transaction processing</li>\r\n <li>Terminal inventory management</li>\r\n <li>Fees, rentals and other charges</li>\r\n <li>Exchange rates</li>\r\n <li>Merchant payments & statements</li>\r\n <li>Scheme settlement</li>\r\n <li>Chargeback management</li>\r\n <li>Help-Desk facility</li>\r\n <li>Sales agent management</li>\r\n <li>Risk & fraud controls</li>\r\n <li>Accounting & reconciliation</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"list-alt\"]</strong>Highlights\r\n<ul>\r\n <li>Product supports PCI-DSS compliance.</li>\r\n <li>Allows hosting data for multiple financial institutions using a single FSS Merchant application.</li>\r\n <li>Offers flexible options that best meet specific business and pricing needs.</li>\r\n <li>Automatic electronic deposits to the merchant account for all payment types.</li>\r\n <li>Transaction fee management facility.</li>\r\n <li>Supports multi-currency conversion.</li>\r\n <li>Risk management programs to minimize exposure to fraud and losses.</li>\r\n <li>100+ online reporting features.</li>\r\n <li>Browser based, multi user, menu driven, scalable solutions.</li>\r\n</ul>\r\n[mini-icon=\"arrow-right\"]Advantage FSS\r\n<ul>\r\n <li>Successfully deployed at some of the well known banks, helping them build a sustainable competitive advantage.</li>\r\n <li>Can support compliance processes to make transaction processing efficient and secure.</li>\r\n <li>Supports multiple settlement cycles in a day.</li>\r\n <li>In-line with major international card brands.</li>\r\n <li>Near real time switch update.</li>\r\n</ul>','Merchant Management','','inherit','open','open','','48-revision-v1','','','2014-05-07 11:15:31','2014-05-07 11:15:31','',48,'http://039719c.netsolhost.com/ltest/fss/48-revision-v1/',0,'revision','',0),(823,1,'2014-05-14 09:49:13','2014-05-14 09:49:13','[responsive]<img class=\"alignleft size-full wp-image-478\" alt=\"fss-merchant\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-merchant.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n<img class=\"size-full wp-image-476 alignright\" alt=\"pa-dss-logo\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pa-dss-logo.jpg\" width=\"162\" height=\"32\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[separator headline=\"h4\" title=\"A well integrated, secure and browser based end-to-end cards acquiring and merchant management solution.\"]\r\n\r\nToday\'s fast-paced lifestyle and advancement in technology has transformed the purchase and payment behavior of customers. Regulators are also constantly on the lookout to make the payment process safe and secure. Leveraging its proven experience in both the issuance and acquiring platforms, FSS has developed FSS Merchant, a completely functional merchant life cycle management system built on a robust technology platform. FSS Merchant is a comprehensive and integrated solution that offers processing of a wide variety of acquiring transactions.\r\n\r\nIt enables the acquirers to manage the entire spectrum of merchant acquiring business which includes:\r\n<ul>\r\n <li>Merchant setup including stores and terminals</li>\r\n <li>Transaction processing</li>\r\n <li>Terminal inventory management</li>\r\n <li>Fees, rentals and other charges</li>\r\n <li>Exchange rates</li>\r\n <li>Merchant payments & statements</li>\r\n <li>Scheme settlement</li>\r\n <li>Chargeback management</li>\r\n <li>Help-Desk facility</li>\r\n <li>Sales agent management</li>\r\n <li>Risk & fraud controls</li>\r\n <li>Accounting & reconciliation</li>\r\n</ul>\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Product supports PCI-DSS compliance.</li>\r\n <li>Allows hosting data for multiple financial institutions using a single FSS Merchant application.</li>\r\n <li>Offers flexible options that best meet specific business and pricing needs.</li>\r\n <li>Automatic electronic deposits to the merchant account for all payment types.</li>\r\n <li>Transaction fee management facility.</li>\r\n <li>Supports multi-currency conversion.</li>\r\n <li>Risk management programs to minimize exposure to fraud and losses.</li>\r\n <li>100+ online reporting features.</li>\r\n <li>Browser based, multi user, menu driven, scalable solutions.</li>\r\n</ul>\r\n[mini-icon icon=\"arrow-right\"] <span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>Successfully deployed at some of the well known banks, helping them build a sustainable competitive advantage.</li>\r\n <li>Can support compliance processes to make transaction processing efficient and secure.</li>\r\n <li>Supports multiple settlement cycles in a day.</li>\r\n <li>In-line with major international card brands.</li>\r\n <li>Near real time switch update.</li>\r\n</ul>','Merchant Management','','inherit','open','open','','48-revision-v1','','','2014-05-14 09:49:13','2014-05-14 09:49:13','',48,'http://039719c.netsolhost.com/ltest/fss/48-revision-v1/',0,'revision','',0),(794,1,'2014-05-07 11:25:48','2014-05-07 11:25:48','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-merchant.jpg\"><img class=\"alignleft size-full wp-image-478\" alt=\"fss-merchant\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-merchant.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h2\" title=\"FSS Merchant \"]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pa-dss-logo.jpg\"><img class=\"size-full wp-image-476 alignright\" alt=\"pa-dss-logo\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pa-dss-logo.jpg\" width=\"162\" height=\"32\" /></a>\r\n\r\n \r\n\r\n<strong>A well integrated, secure and browser based end-to-end cards acquiring and merchant management solution.</strong>\r\nToday\'s fast-paced lifestyle and advancement in technology has transformed the purchase and payment behavior of customers. Regulators are also constantly on the lookout to make the payment process safe and secure. Leveraging its proven experience in both the issuance and acquiring platforms, FSS has developed FSS Merchant, a completely functional merchant life cycle management system built on a robust technology platform. FSS Merchant is a comprehensive and integrated solution that offers processing of a wide variety of acquiring transactions.\r\n\r\nIt enables the acquirers to manage the entire spectrum of merchant acquiring business which includes:\r\n<ul>\r\n <li>Merchant setup including stores and terminals</li>\r\n <li>Transaction processing</li>\r\n <li>Terminal inventory management</li>\r\n <li>Fees, rentals and other charges</li>\r\n <li>Exchange rates</li>\r\n <li>Merchant payments & statements</li>\r\n <li>Scheme settlement</li>\r\n <li>Chargeback management</li>\r\n <li>Help-Desk facility</li>\r\n <li>Sales agent management</li>\r\n <li>Risk & fraud controls</li>\r\n <li>Accounting & reconciliation</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"list-alt\"]</strong>Highlights\r\n<ul>\r\n <li>Product supports PCI-DSS compliance.</li>\r\n <li>Allows hosting data for multiple financial institutions using a single FSS Merchant application.</li>\r\n <li>Offers flexible options that best meet specific business and pricing needs.</li>\r\n <li>Automatic electronic deposits to the merchant account for all payment types.</li>\r\n <li>Transaction fee management facility.</li>\r\n <li>Supports multi-currency conversion.</li>\r\n <li>Risk management programs to minimize exposure to fraud and losses.</li>\r\n <li>100+ online reporting features.</li>\r\n <li>Browser based, multi user, menu driven, scalable solutions.</li>\r\n</ul>\r\n[mini-icon icon=\"arrow-right\"]Advantage FSS\r\n<ul>\r\n <li>Successfully deployed at some of the well known banks, helping them build a sustainable competitive advantage.</li>\r\n <li>Can support compliance processes to make transaction processing efficient and secure.</li>\r\n <li>Supports multiple settlement cycles in a day.</li>\r\n <li>In-line with major international card brands.</li>\r\n <li>Near real time switch update.</li>\r\n</ul>','Merchant Management','','inherit','open','open','','48-revision-v1','','','2014-05-07 11:25:48','2014-05-07 11:25:48','',48,'http://039719c.netsolhost.com/ltest/fss/48-revision-v1/',0,'revision','',0),(796,1,'2014-05-07 11:42:20','2014-05-07 11:42:20','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\"><img class=\"alignleft size-full wp-image-510\" alt=\"fss-connect\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n<strong><span style=\"font-size: 18px;\">A comprehensive, secure and synchronous messaging middleware solution.</span>\r\n</strong>\r\nFSS Connect integrates disparate applications such as Enterprise Application Integration (EAI) and Business-to-business (B2B) exchanges. LANs, WANs and the Internet have allowed not just the users, but also the applications to be distributed across the networks. FSS Connect allows each application through a single connection into the \"messaging cloud\". The \"<strong>fire-and-forget</strong>\" architecture of FSS Connect allows applications to continue processing while the middleware continues to delivers the messages. The messaging infrastructure helps improve the delivery significantly that is both real-time and fault-tolerant. This process is transparent to the communicating applications.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Robust and platform independent.</li>\r\n <li>Message queuing feature enables guaranteed delivery of messages.</li>\r\n <li>Non-stop messaging with audit and trace.</li>\r\n <li>The serial and TCP/IP ports can be scaled up to handle large infrastructure requirement.</li>\r\n <li>Robust and scalable product that ensures exceptional availability and reliability in inter-system messaging.</li>\r\n <li>Built-in load balancer and network management.</li>\r\n <li>Provides database connector.</li>\r\n <li>Unambiguous APIs.</li>\r\n <li>Built in tools to debug applications and tune the system for better performance.</li>\r\n <li>One-to-one, many-to-one and one-to-many and many-to-many messaging.</li>\r\n <li>Event initiator.</li>\r\n <li>Displays graphical status of configured client/host stations and status.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>An established product, developed with FSS\' extensive experience in managing the diverse payment systems and applications.</li>\r\n <li>The solution is trusted and successfully deployed at several banks.</li>\r\n <li>Assure high security and data integrity in transferring messages across applications.</li>\r\n <li>Flexible solution that interfaces with all legacy systems, switches and hosts.</li>\r\n <li>Auto balances the load and keeps track of each message that is received and delivered.</li>\r\n <li>Concurrent transaction processing for quick response.</li>\r\n</ul>','Messaging Middleware','','inherit','open','open','','60-revision-v1','','','2014-05-07 11:42:20','2014-05-07 11:42:20','',60,'http://039719c.netsolhost.com/ltest/fss/60-revision-v1/',0,'revision','',0),(797,1,'2014-05-07 11:46:27','2014-05-07 11:46:27','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\"><img class=\"alignnone size-full wp-image-510\" alt=\"fss-connect\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<strong><span style=\"font-size: 18px;\">A comprehensive, secure and synchronous messaging middleware solution.</span>\r\n</strong>\r\nFSS Connect integrates disparate applications such as Enterprise Application Integration (EAI) and Business-to-business (B2B) exchanges. LANs, WANs and the Internet have allowed not just the users, but also the applications to be distributed across the networks. FSS Connect allows each application through a single connection into the \"messaging cloud\". The \"<strong>fire-and-forget</strong>\" architecture of FSS Connect allows applications to continue processing while the middleware continues to delivers the messages. The messaging infrastructure helps improve the delivery significantly that is both real-time and fault-tolerant. This process is transparent to the communicating applications.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Robust and platform independent.</li>\r\n <li>Message queuing feature enables guaranteed delivery of messages.</li>\r\n <li>Non-stop messaging with audit and trace.</li>\r\n <li>The serial and TCP/IP ports can be scaled up to handle large infrastructure requirement.</li>\r\n <li>Robust and scalable product that ensures exceptional availability and reliability in inter-system messaging.</li>\r\n <li>Built-in load balancer and network management.</li>\r\n <li>Provides database connector.</li>\r\n <li>Unambiguous APIs.</li>\r\n <li>Built in tools to debug applications and tune the system for better performance.</li>\r\n <li>One-to-one, many-to-one and one-to-many and many-to-many messaging.</li>\r\n <li>Event initiator.</li>\r\n <li>Displays graphical status of configured client/host stations and status.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>An established product, developed with FSS\' extensive experience in managing the diverse payment systems and applications.</li>\r\n <li>The solution is trusted and successfully deployed at several banks.</li>\r\n <li>Assure high security and data integrity in transferring messages across applications.</li>\r\n <li>Flexible solution that interfaces with all legacy systems, switches and hosts.</li>\r\n <li>Auto balances the load and keeps track of each message that is received and delivered.</li>\r\n <li>Concurrent transaction processing for quick response.</li>\r\n</ul>','Messaging Middleware','','inherit','open','open','','60-revision-v1','','','2014-05-07 11:46:27','2014-05-07 11:46:27','',60,'http://039719c.netsolhost.com/ltest/fss/60-revision-v1/',0,'revision','',0),(798,1,'2014-05-07 11:47:59','2014-05-07 11:47:59','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\"><img class=\"alignnone size-full wp-image-510\" alt=\"fss-connect\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n<strong>[separator headline=\"h3\" title=\"A comprehensive, secure and synchronous messaging middleware solution.\"]\r\n</strong>\r\nFSS Connect integrates disparate applications such as Enterprise Application Integration (EAI) and Business-to-business (B2B) exchanges. LANs, WANs and the Internet have allowed not just the users, but also the applications to be distributed across the networks. FSS Connect allows each application through a single connection into the \"messaging cloud\". The \"<strong>fire-and-forget</strong>\" architecture of FSS Connect allows applications to continue processing while the middleware continues to delivers the messages. The messaging infrastructure helps improve the delivery significantly that is both real-time and fault-tolerant. This process is transparent to the communicating applications.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Robust and platform independent.</li>\r\n <li>Message queuing feature enables guaranteed delivery of messages.</li>\r\n <li>Non-stop messaging with audit and trace.</li>\r\n <li>The serial and TCP/IP ports can be scaled up to handle large infrastructure requirement.</li>\r\n <li>Robust and scalable product that ensures exceptional availability and reliability in inter-system messaging.</li>\r\n <li>Built-in load balancer and network management.</li>\r\n <li>Provides database connector.</li>\r\n <li>Unambiguous APIs.</li>\r\n <li>Built in tools to debug applications and tune the system for better performance.</li>\r\n <li>One-to-one, many-to-one and one-to-many and many-to-many messaging.</li>\r\n <li>Event initiator.</li>\r\n <li>Displays graphical status of configured client/host stations and status.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>An established product, developed with FSS\' extensive experience in managing the diverse payment systems and applications.</li>\r\n <li>The solution is trusted and successfully deployed at several banks.</li>\r\n <li>Assure high security and data integrity in transferring messages across applications.</li>\r\n <li>Flexible solution that interfaces with all legacy systems, switches and hosts.</li>\r\n <li>Auto balances the load and keeps track of each message that is received and delivered.</li>\r\n <li>Concurrent transaction processing for quick response.</li>\r\n</ul>','Messaging Middleware','','inherit','open','open','','60-revision-v1','','','2014-05-07 11:47:59','2014-05-07 11:47:59','',60,'http://039719c.netsolhost.com/ltest/fss/60-revision-v1/',0,'revision','',0),(800,1,'2014-05-07 11:51:04','2014-05-07 11:51:04','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\"><img class=\"alignnone size-full wp-image-510\" alt=\"fss-connect\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\" width=\"657\" height=\"135\" /></a>[/responsive][separator headline=\"h3\" title=\"A comprehensive, secure and synchronous messaging middleware solution.\"]\r\n\r\nFSS Connect integrates disparate applications such as Enterprise Application Integration (EAI) and Business-to-business (B2B) exchanges. LANs, WANs and the Internet have allowed not just the users, but also the applications to be distributed across the networks. FSS Connect allows each application through a single connection into the \"messaging cloud\". The \"<strong>fire-and-forget</strong>\" architecture of FSS Connect allows applications to continue processing while the middleware continues to delivers the messages. The messaging infrastructure helps improve the delivery significantly that is both real-time and fault-tolerant. This process is transparent to the communicating applications.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Robust and platform independent.</li>\r\n <li>Message queuing feature enables guaranteed delivery of messages.</li>\r\n <li>Non-stop messaging with audit and trace.</li>\r\n <li>The serial and TCP/IP ports can be scaled up to handle large infrastructure requirement.</li>\r\n <li>Robust and scalable product that ensures exceptional availability and reliability in inter-system messaging.</li>\r\n <li>Built-in load balancer and network management.</li>\r\n <li>Provides database connector.</li>\r\n <li>Unambiguous APIs.</li>\r\n <li>Built in tools to debug applications and tune the system for better performance.</li>\r\n <li>One-to-one, many-to-one and one-to-many and many-to-many messaging.</li>\r\n <li>Event initiator.</li>\r\n <li>Displays graphical status of configured client/host stations and status.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>An established product, developed with FSS\' extensive experience in managing the diverse payment systems and applications.</li>\r\n <li>The solution is trusted and successfully deployed at several banks.</li>\r\n <li>Assure high security and data integrity in transferring messages across applications.</li>\r\n <li>Flexible solution that interfaces with all legacy systems, switches and hosts.</li>\r\n <li>Auto balances the load and keeps track of each message that is received and delivered.</li>\r\n <li>Concurrent transaction processing for quick response.</li>\r\n</ul>','Messaging Middleware','','inherit','open','open','','60-revision-v1','','','2014-05-07 11:51:04','2014-05-07 11:51:04','',60,'http://039719c.netsolhost.com/ltest/fss/60-revision-v1/',0,'revision','',0),(801,1,'2014-05-07 11:55:00','2014-05-07 11:55:00','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\"><img class=\"alignnone size-full wp-image-510\" alt=\"fss-connect\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h3\" title=\"A comprehensive, secure and synchronous messaging middleware solution.\"]\r\n\r\nFSS Connect integrates disparate applications such as Enterprise Application Integration (EAI) and Business-to-business (B2B) exchanges. LANs, WANs and the Internet have allowed not just the users, but also the applications to be distributed across the networks. FSS Connect allows each application through a single connection into the \"messaging cloud\". The \"<strong>fire-and-forget</strong>\" architecture of FSS Connect allows applications to continue processing while the middleware continues to delivers the messages. The messaging infrastructure helps improve the delivery significantly that is both real-time and fault-tolerant. This process is transparent to the communicating applications.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Robust and platform independent.</li>\r\n <li>Message queuing feature enables guaranteed delivery of messages.</li>\r\n <li>Non-stop messaging with audit and trace.</li>\r\n <li>The serial and TCP/IP ports can be scaled up to handle large infrastructure requirement.</li>\r\n <li>Robust and scalable product that ensures exceptional availability and reliability in inter-system messaging.</li>\r\n <li>Built-in load balancer and network management.</li>\r\n <li>Provides database connector.</li>\r\n <li>Unambiguous APIs.</li>\r\n <li>Built in tools to debug applications and tune the system for better performance.</li>\r\n <li>One-to-one, many-to-one and one-to-many and many-to-many messaging.</li>\r\n <li>Event initiator.</li>\r\n <li>Displays graphical status of configured client/host stations and status.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>An established product, developed with FSS\' extensive experience in managing the diverse payment systems and applications.</li>\r\n <li>The solution is trusted and successfully deployed at several banks.</li>\r\n <li>Assure high security and data integrity in transferring messages across applications.</li>\r\n <li>Flexible solution that interfaces with all legacy systems, switches and hosts.</li>\r\n <li>Auto balances the load and keeps track of each message that is received and delivered.</li>\r\n <li>Concurrent transaction processing for quick response.</li>\r\n</ul>','Messaging Middleware','','inherit','open','open','','60-revision-v1','','','2014-05-07 11:55:00','2014-05-07 11:55:00','',60,'http://039719c.netsolhost.com/ltest/fss/60-revision-v1/',0,'revision','',0),(802,1,'2014-05-07 11:58:09','2014-05-07 11:58:09','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-micro-pay.jpg\"><img class=\"alignleft size-full wp-image-503\" alt=\"fss-micro-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-micro-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n[separator headline=\"h4\" title=\"FSS Micro Pay\"]\r\n\r\n<strong>A well integrated solution enabling banks and financial institutions to provide financial inclusion services to the unbanked sectors by supporting online and offline transaction processing and card issuance.</strong>\r\n\r\nAs part of the <strong>Financial Inclusion program</strong>, the Government of Indian had launched the Unique Identification Authority of India (UIDAI) project which would act as a centralized receptacle for citizen identification by storing, managing and authenticating citizens using their biometric features.\r\n\r\nIn anticipation to support this program, FSS has developed FSS Micro Pay solution that enables banking and financial institutions to provide banking and financial services to the unbanked sector. It supports online and offline transaction processing on ATMs and hand-held terminals using biometric authentication. The solution also supports card issuance, hierarchical definition of business correspondents/ agents, registration, accounting, management functions and smart cards with biometric authorization.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Supports customer enrollment on personal computer, laptop or handheld terminal.</li>\r\n <li>Facilitates card issuance on any of the selected card platforms; magnetic stripe cards, smart cards, combo cards or virtual cards.</li>\r\n <li>Terminal agnostic – Biometric ATMs, biometric kiosks, micro ATMs or mobile phones.</li>\r\n <li>Supports on-line, real-time and off-line transaction processing.</li>\r\n <li>Supports magnetic, contact less, smart cards and virtual cards.</li>\r\n <li>Provides for risk management and controls.</li>\r\n <li>Supports teller application, document management system, transaction processing engine, merchant/agent and card management system.</li>\r\n <li>Support cardless transactions.</li>\r\n <li>Supports various network protocol like CDMA, GPRS, PSTN, IP.</li>\r\n <li>Supports select remittance transactions.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>FSS has extensive and proven experience in integrating and managing multiple retail channels.</li>\r\n <li>Proven capability of FSS in providing technology based end-to-end payment solutions.</li>\r\n <li>In-house solution design team using robust technology platform.</li>\r\n <li>The solution complies with regulatory mandates from IMG, IDRBT, RBI and UIDAI.</li>\r\n</ul>','FSS Micro Pay','','inherit','open','open','','499-revision-v1','','','2014-05-07 11:58:09','2014-05-07 11:58:09','',499,'http://039719c.netsolhost.com/ltest/fss/499-revision-v1/',0,'revision','',0),(804,1,'2014-05-07 12:09:05','2014-05-07 12:09:05','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\"><img class=\"alignnone size-full wp-image-517\" alt=\"fss-bill-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, multi-channel electronic bill presentment and payment solution.\"]\r\n\r\n<span style=\"line-height: 1.5em;\">In today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.</span>\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -\r\n<ul>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n</ul>\r\n</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS BILL PAY','','inherit','open','open','','520-revision-v1','','','2014-05-07 12:09:05','2014-05-07 12:09:05','',520,'http://039719c.netsolhost.com/ltest/fss/520-revision-v1/',0,'revision','',0),(805,1,'2014-05-07 12:56:10','2014-05-07 12:56:10','update soon','Transaction Processing','','inherit','open','open','','124-revision-v1','','','2014-05-07 12:56:10','2014-05-07 12:56:10','',124,'http://039719c.netsolhost.com/ltest/fss/124-revision-v1/',0,'revision','',0),(812,1,'2014-05-14 09:13:58','2014-05-14 09:13:58','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\"><img class=\"alignnone size-full wp-image-256\" alt=\"fss-debit\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"An integrated, secure and robust system that manages issuance & entire life cycle of debit cards.\"]\r\n\r\nBanks continually seek to promote electronic banking for their customers, with a view to increase customer convenience, at lower operating costs. Opportunities for growth lie in differentiating the card products and services, while core features are increasingly becoming commoditized.\r\n\r\nTo capitalise on this opportunity, FSS Debit offers a complete card lifecycle management solution that enable banks to offer innovative, quick-to-market card products while serving customers more efficiently, securely and profitably. FSS Debit supports issuance of popular international card brands and private label debit cards that conform to industry standards. Built in post-issuance functions provide convenient management of customers and card related information.\r\n\r\n<span style=\"text-decoration: underline;\"><strong> [mini-icon icon=\"list-alt\"] Highlights</strong></span>\r\n<ul>\r\n <li>Multi-institution support – Supports the needs of subsidiaries and group entities.</li>\r\n <li>Highly parameterized – Quick to market and roll-out of new products.</li>\r\n <li>Multi-level secure workflow – Maker~Checker~Authorizer facility ensures control, minimizes human errors and operational risk.</li>\r\n <li>Multiple platform support – Windows/ IBM AIX/ Solaris, Web logic/ Pramati/ JRun.</li>\r\n <li>Multi-card support – Supports issuance of ATM/ debit/ private-label cards, personalized/ non-personalized cards, photo/ non-photo cards.</li>\r\n <li>Secure PIN generation – Supports hardware (HSM) based PIN generation.</li>\r\n <li>Comprehensive MIS and Reporting – Over 50 standard reports.</li>\r\n</ul>\r\n<span style=\"text-decoration: underline;\"><strong> <strong>[mini-icon icon=\"check\"] </strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS Debit solution has been used by over <strong>20 banks/ institutions</strong> to issue over <strong>200 million cards</strong>.</li>\r\n <li>Proven, scalable solution – Has supported issuance of over 90 million cards for a large bank.</li>\r\n <li>Benchmarked to issue over 150,000 cards in a single day for a large bank.</li>\r\n <li>A comprehensive solution built on deep knowledge and experience in the payments domain for over 20 years.</li>\r\n</ul>\r\n[toggle title=\"Product Brochure\" open=\"false\" icon=\"star\"][contact-form-7 id=\"14\" title=\"Product Brochure Request\"][/toggle]','FSS Debit','','inherit','open','open','','246-revision-v1','','','2014-05-14 09:13:58','2014-05-14 09:13:58','',246,'http://039719c.netsolhost.com/ltest/fss/246-revision-v1/',0,'revision','',0),(814,1,'2014-05-14 09:16:52','2014-05-14 09:16:52','[responsive]<img class=\"alignnone size-full wp-image-256\" alt=\"fss-debit\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"An integrated, secure and robust system that manages issuance & entire life cycle of debit cards.\"]\r\n\r\nBanks continually seek to promote electronic banking for their customers, with a view to increase customer convenience, at lower operating costs. Opportunities for growth lie in differentiating the card products and services, while core features are increasingly becoming commoditized.\r\n\r\nTo capitalise on this opportunity, FSS Debit offers a complete card lifecycle management solution that enable banks to offer innovative, quick-to-market card products while serving customers more efficiently, securely and profitably. FSS Debit supports issuance of popular international card brands and private label debit cards that conform to industry standards. Built in post-issuance functions provide convenient management of customers and card related information.\r\n\r\n<strong> </strong><strong>[mini-icon icon=\"list-alt\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<ul>\r\n <li>Multi-institution support – Supports the needs of subsidiaries and group entities.</li>\r\n <li>Highly parameterized – Quick to market and roll-out of new products.</li>\r\n <li>Multi-level secure workflow – Maker~Checker~Authorizer facility ensures control, minimizes human errors and operational risk.</li>\r\n <li>Multiple platform support – Windows/ IBM AIX/ Solaris, Web logic/ Pramati/ JRun.</li>\r\n <li>Multi-card support – Supports issuance of ATM/ debit/ private-label cards, personalized/ non-personalized cards, photo/ non-photo cards.</li>\r\n <li>Secure PIN generation – Supports hardware (HSM) based PIN generation.</li>\r\n <li>Comprehensive MIS and Reporting – Over 50 standard reports.</li>\r\n</ul>\r\n<strong> </strong><strong><strong>[mini-icon icon=\"check\"] </strong></strong><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS Debit solution has been used by over <strong>20 banks/ institutions</strong> to issue over <strong>200 million cards</strong>.</li>\r\n <li>Proven, scalable solution – Has supported issuance of over 90 million cards for a large bank.</li>\r\n <li>Benchmarked to issue over 150,000 cards in a single day for a large bank.</li>\r\n <li>A comprehensive solution built on deep knowledge and experience in the payments domain for over 20 years.</li>\r\n</ul>\r\n[toggle title=\"Product Brochure\" open=\"false\" icon=\"star\"][contact-form-7 id=\"14\" title=\"Product Brochure Request\"][/toggle]','FSS Debit','','inherit','open','open','','246-revision-v1','','','2014-05-14 09:16:52','2014-05-14 09:16:52','',246,'http://039719c.netsolhost.com/ltest/fss/246-revision-v1/',0,'revision','',0),(813,1,'2014-05-14 09:16:02','2014-05-14 09:16:02','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\"><img class=\"alignnone size-full wp-image-256\" alt=\"fss-debit\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"An integrated, secure and robust system that manages issuance & entire life cycle of debit cards.\"]\r\n\r\nBanks continually seek to promote electronic banking for their customers, with a view to increase customer convenience, at lower operating costs. Opportunities for growth lie in differentiating the card products and services, while core features are increasingly becoming commoditized.\r\n\r\nTo capitalise on this opportunity, FSS Debit offers a complete card lifecycle management solution that enable banks to offer innovative, quick-to-market card products while serving customers more efficiently, securely and profitably. FSS Debit supports issuance of popular international card brands and private label debit cards that conform to industry standards. Built in post-issuance functions provide convenient management of customers and card related information.\r\n\r\n<strong> </strong><strong>[mini-icon icon=\"list-alt\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<ul>\r\n <li>Multi-institution support – Supports the needs of subsidiaries and group entities.</li>\r\n <li>Highly parameterized – Quick to market and roll-out of new products.</li>\r\n <li>Multi-level secure workflow – Maker~Checker~Authorizer facility ensures control, minimizes human errors and operational risk.</li>\r\n <li>Multiple platform support – Windows/ IBM AIX/ Solaris, Web logic/ Pramati/ JRun.</li>\r\n <li>Multi-card support – Supports issuance of ATM/ debit/ private-label cards, personalized/ non-personalized cards, photo/ non-photo cards.</li>\r\n <li>Secure PIN generation – Supports hardware (HSM) based PIN generation.</li>\r\n <li>Comprehensive MIS and Reporting – Over 50 standard reports.</li>\r\n</ul>\r\n<strong> </strong><strong><strong>[mini-icon icon=\"check\"] </strong></strong><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS Debit solution has been used by over <strong>20 banks/ institutions</strong> to issue over <strong>200 million cards</strong>.</li>\r\n <li>Proven, scalable solution – Has supported issuance of over 90 million cards for a large bank.</li>\r\n <li>Benchmarked to issue over 150,000 cards in a single day for a large bank.</li>\r\n <li>A comprehensive solution built on deep knowledge and experience in the payments domain for over 20 years.</li>\r\n</ul>\r\n[toggle title=\"Product Brochure\" open=\"false\" icon=\"star\"][contact-form-7 id=\"14\" title=\"Product Brochure Request\"][/toggle]','FSS Debit','','inherit','open','open','','246-revision-v1','','','2014-05-14 09:16:02','2014-05-14 09:16:02','',246,'http://039719c.netsolhost.com/ltest/fss/246-revision-v1/',0,'revision','',0),(818,1,'2014-05-14 09:25:43','2014-05-14 09:25:43','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\"><img class=\"alignnone size-full wp-image-263\" alt=\"fss-smart-chip\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, secure and pro-active smart card management system that includes the life cycle management of applications, chip and product.\"]\r\n\r\nThe exponential growth in the retail payments business has significantly increased the challenges faced by organizations in managing and containing card fraud and financial losses. FSS Smart Chip with its secured authentication features and multiple security mechanisms helps contain such fraud leading to cost-savings and increased security of transactions.\r\n\r\nFSS Smart Chip is a well integrated and quick-to-deploy solution for managing the complete lifecycle of smart cards and post-issuance support. It supports issuance of EMV™ / Non-EMV-based smart cards for debit, credit, prepaid, biometric, transit and more.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<div>\r\n<div>\r\n<div> [mini-icon icon=\"arrow-right\"] Supports the entire card life cycle management, which includes:</div>\r\n<ul>\r\n <li>Card issuance</li>\r\n <li>Re-issuance in case of damage or loss</li>\r\n <li>Re-initialization of user profile</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Support for EMV™ / Non-EMV based Smart Cards for:\r\n<ul>\r\n <li>Debit</li>\r\n <li>Credit</li>\r\n <li>Prepaid</li>\r\n <li>Biometric</li>\r\n <li>Transit</li>\r\n <li>Other card types as needed</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Provides smart card PIN management module.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Facilitates blocking and unblocking of smart card for damage, loss or incorrect PIN entry.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Supports loyalty management.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Provides post issuance management support.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Uses multiple security mechanisms to contain the risk of fraudulent card issuance and misuse.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Defines fees and charges.</div>\r\n<div></div>\r\n<div>[gap height=\"20\"]</div>\r\n<div><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span></div>\r\n<div>\r\n\r\n[mini-icon icon=\"arrow-right\"] Integrated web interface based system that can be implemented on industry standard computer platforms.\r\n[mini-icon icon=\"arrow-right\"] Proven capability in providing technology based end-to-end payment solutions.\r\n[mini-icon icon=\"arrow-right\"] Supports multiple products and applications.\r\n[mini-icon icon=\"arrow-right\"] Modular design allows online authorization and transaction processing.\r\n[mini-icon icon=\"arrow-right\"] Already deployed at a major public sector bank in India.\r\n\r\n</div>\r\n</div>','FSS Smart Chip','','inherit','open','open','','250-revision-v1','','','2014-05-14 09:25:43','2014-05-14 09:25:43','',250,'http://039719c.netsolhost.com/ltest/fss/250-revision-v1/',0,'revision','',0),(820,1,'2014-05-14 09:40:24','2014-05-14 09:40:24','[responsive]<img class=\"alignnone size-full wp-image-263\" alt=\"fss-smart-chip\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, secure and pro-active smart card management system that includes the life cycle management of applications, chip and product.\"]\r\n\r\nThe exponential growth in the retail payments business has significantly increased the challenges faced by organizations in managing and containing card fraud and financial losses. FSS Smart Chip with its secured authentication features and multiple security mechanisms helps contain such fraud leading to cost-savings and increased security of transactions.\r\n\r\nFSS Smart Chip is a well integrated and quick-to-deploy solution for managing the complete lifecycle of smart cards and post-issuance support. It supports issuance of EMV™ / Non-EMV-based smart cards for debit, credit, prepaid, biometric, transit and more.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<div>\r\n<div>\r\n<div> [mini-icon icon=\"arrow-right\"] Supports the entire card life cycle management, which includes:</div>\r\n<ul>\r\n <li>Card issuance</li>\r\n <li>Re-issuance in case of damage or loss</li>\r\n <li>Re-initialization of user profile</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Support for EMV™ / Non-EMV based Smart Cards for:</div>\r\n<ul>\r\n <li>Debit</li>\r\n <li>Credit</li>\r\n <li>Prepaid</li>\r\n <li>Biometric</li>\r\n <li>Transit</li>\r\n <li>Other card types as needed</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Provides smart card PIN management module.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Facilitates blocking and unblocking of smart card for damage, loss or incorrect PIN entry.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Supports loyalty management.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Provides post issuance management support.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Uses multiple security mechanisms to contain the risk of fraudulent card issuance and misuse.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Defines fees and charges.</div>\r\n<div></div>\r\n<div>[gap height=\"20\"]</div>\r\n<div><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span></div>\r\n<div>\r\n\r\n[mini-icon icon=\"arrow-right\"] Integrated web interface based system that can be implemented on industry standard computer platforms.\r\n[mini-icon icon=\"arrow-right\"] Proven capability in providing technology based end-to-end payment solutions.\r\n[mini-icon icon=\"arrow-right\"] Supports multiple products and applications.\r\n[mini-icon icon=\"arrow-right\"] Modular design allows online authorization and transaction processing.\r\n[mini-icon icon=\"arrow-right\"] Already deployed at a major public sector bank in India.\r\n\r\n</div>\r\n</div>','FSS Smart Chip','','inherit','open','open','','250-revision-v1','','','2014-05-14 09:40:24','2014-05-14 09:40:24','',250,'http://039719c.netsolhost.com/ltest/fss/250-revision-v1/',0,'revision','',0),(821,1,'2014-05-14 09:41:21','2014-05-14 09:41:21','[responsive]<img class=\"alignnone size-full wp-image-263\" alt=\"fss-smart-chip\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, secure and pro-active smart card management system that includes the life cycle management of applications, chip and product.\"]\r\n\r\nThe exponential growth in the retail payments business has significantly increased the challenges faced by organizations in managing and containing card fraud and financial losses. FSS Smart Chip with its secured authentication features and multiple security mechanisms helps contain such fraud leading to cost-savings and increased security of transactions.\r\n\r\nFSS Smart Chip is a well integrated and quick-to-deploy solution for managing the complete lifecycle of smart cards and post-issuance support. It supports issuance of EMV™ / Non-EMV-based smart cards for debit, credit, prepaid, biometric, transit and more.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<div>\r\n<div>\r\n<div> [mini-icon icon=\"arrow-right\"] Supports the entire card life cycle management, which includes:</div>\r\n<ul>\r\n <li>Card issuance</li>\r\n <li>Re-issuance in case of damage or loss</li>\r\n <li>Re-initialization of user profile</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Support for EMV™ / Non-EMV based Smart Cards for:</div>\r\n<ul>\r\n <li>Debit</li>\r\n <li>Credit</li>\r\n <li>Prepaid</li>\r\n <li>Biometric</li>\r\n <li>Transit</li>\r\n <li>Other card types as needed</li>\r\n</ul>\r\n<div>[mini-icon icon=\"arrow-right\"] Provides smart card PIN management module.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Facilitates blocking and unblocking of smart card for damage, loss or incorrect PIN entry.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Supports loyalty management.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Provides post issuance management support.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Uses multiple security mechanisms to contain the risk of fraudulent card issuance and misuse.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Defines fees and charges.</div>\r\n<div></div>\r\n<div>[gap height=\"20\"]</div>\r\n<div><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span></div>\r\n<div>\r\n\r\n[mini-icon icon=\"arrow-right\"] Integrated web interface based system that can be implemented on industry standard computer platforms.\r\n[mini-icon icon=\"arrow-right\"] Proven capability in providing technology based end-to-end payment solutions.\r\n[mini-icon icon=\"arrow-right\"] Supports multiple products and applications.\r\n[mini-icon icon=\"arrow-right\"] Modular design allows online authorization and transaction processing.\r\n[mini-icon icon=\"arrow-right\"] Already deployed at a major public sector bank in India.\r\n\r\n</div>\r\n</div>','FSS Smart Chip','','inherit','open','open','','250-revision-v1','','','2014-05-14 09:41:21','2014-05-14 09:41:21','',250,'http://039719c.netsolhost.com/ltest/fss/250-revision-v1/',0,'revision','',0),(822,1,'2014-05-14 09:41:50','2014-05-14 09:41:50','[responsive]<img class=\"alignnone size-full wp-image-263\" alt=\"fss-smart-chip\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, secure and pro-active smart card management system that includes the life cycle management of applications, chip and product.\"]\r\n\r\nThe exponential growth in the retail payments business has significantly increased the challenges faced by organizations in managing and containing card fraud and financial losses. FSS Smart Chip with its secured authentication features and multiple security mechanisms helps contain such fraud leading to cost-savings and increased security of transactions.\r\n\r\nFSS Smart Chip is a well integrated and quick-to-deploy solution for managing the complete lifecycle of smart cards and post-issuance support. It supports issuance of EMV™ / Non-EMV-based smart cards for debit, credit, prepaid, biometric, transit and more.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<div>\r\n<div>\r\n<div>[mini-icon icon=\"arrow-right\"] Supports the entire card life cycle management, which includes:</div>\r\n<ul>\r\n <li>Card issuance</li>\r\n <li>Re-issuance in case of damage or loss</li>\r\n <li>Re-initialization of user profile</li>\r\n</ul>\r\n</div>\r\n<div>\r\n<div>[mini-icon icon=\"arrow-right\"] Support for EMV™ / Non-EMV based Smart Cards for:</div>\r\n<ul>\r\n <li>Debit</li>\r\n <li>Credit</li>\r\n <li>Prepaid</li>\r\n <li>Biometric</li>\r\n <li>Transit</li>\r\n <li>Other card types as needed</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Provides smart card PIN management module.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Facilitates blocking and unblocking of smart card for damage, loss or incorrect PIN entry.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Supports loyalty management.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Provides post issuance management support.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Uses multiple security mechanisms to contain the risk of fraudulent card issuance and misuse.</div>\r\n<div>[mini-icon icon=\"arrow-right\"] Defines fees and charges.</div>\r\n<div></div>\r\n<div>[gap height=\"20\"]</div>\r\n<div><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span></div>\r\n<div>\r\n\r\n[mini-icon icon=\"arrow-right\"] Integrated web interface based system that can be implemented on industry standard computer platforms.\r\n[mini-icon icon=\"arrow-right\"] Proven capability in providing technology based end-to-end payment solutions.\r\n[mini-icon icon=\"arrow-right\"] Supports multiple products and applications.\r\n[mini-icon icon=\"arrow-right\"] Modular design allows online authorization and transaction processing.\r\n[mini-icon icon=\"arrow-right\"] Already deployed at a major public sector bank in India.\r\n\r\n</div>\r\n</div>','FSS Smart Chip','','inherit','open','open','','250-revision-v1','','','2014-05-14 09:41:50','2014-05-14 09:41:50','',250,'http://039719c.netsolhost.com/ltest/fss/250-revision-v1/',0,'revision','',0),(825,1,'2014-05-14 09:55:09','2014-05-14 09:55:09','[responsive]<img class=\"alignleft size-full wp-image-492\" alt=\"fss-mobile-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-mobile-pay.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[separator headline=\"h4\" title=\"Unparalleled mobile banking, mobile payment, mobile commerce and mobile wallet experience with FSS Mobile Pay\"]\r\n\r\nToday\'s competitive market requires banks and financial institutions to create cost-effective, revenue-generating channels which would not only minimize operational and infrastructure costs, but would also enable in reaching out to a large number of customers quickly. The robust and integrated FSS Mobile Pay application enables mobile banking and payments through mobile handsets that can help banks and financial institutions meet their business objectives. The solution can be installed on multiple platforms, which minimize operational risks and operate at low transaction costs.\r\n\r\nTrusted by over 12 banks (licensing and processing model), FSS Mobile Pay solution can quickly and cost-effectively enable businesses to launch and scale mobile based solutions.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<ul>\r\n <li>FSS Mobile Pay services include:</li>\r\n <li>Mobile Banking - Enables banking services over the mobile phone</li>\r\n <li>Mobile Payments - Enables payment solution over the mobile phone</li>\r\n <li>Mobile Commerce - Enables mobile phone to handle transactions at the point of sale</li>\r\n <li>Mobile Wallet - Connects to one of the largest ecosystem, that includes over 3000 online & 10,000 physical retail merchants</li>\r\n <li>Supports Java enabled mobile phones and Brew enabled phones (CDMA), GPRS service, USSD service, WAP service and plain text SMS.</li>\r\n <li>A web-based portal enables banks to administer the mobile delivery services.</li>\r\n <li>The portal offers comprehensive MIS and reporting for bank\'s requirements.</li>\r\n <li>IMPS (Inter-bank Mobile Payment Services) enabled, for mobile to mobile payment transfers in India.</li>\r\n <li>Compliant with regulator\'s (RBI) mandates and prevailing security standards.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS Mobile Pay solution is currently \'live\' at <strong>12 banks</strong> (licensing and processing model).</li>\r\n <li>FSS supports clients to define and optimize their mobile strategy, products and business model.</li>\r\n <li>FSS customizes and deploys the solution, and integrates it with the existing banking infrastructure (if required).</li>\r\n <li>Capability to seamlessly plug-in with the external interfaces of mobile network operators and business partners.</li>\r\n <li>Provides continuous support to meet mandates, and also new models, platforms.</li>\r\n</ul>\r\n[button link=\"http://mobile.fssnet.co.in/mpayweb/\" size=\"small\" target=\"_blank \" icon=\"cog\" color=\"red\" lightbox=\"true \"]more[/button]','Mobile Payments','','inherit','open','open','','54-revision-v1','','','2014-05-14 09:55:09','2014-05-14 09:55:09','',54,'http://039719c.netsolhost.com/ltest/fss/54-revision-v1/',0,'revision','',0),(827,1,'2014-05-14 10:06:14','2014-05-14 10:06:14','[responsive]<img class=\"alignleft size-full wp-image-503\" alt=\"fss-micro-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-micro-pay.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n[separator headline=\"h4\" title=\"A well integrated solution enabling banks and financial institutions to provide financial inclusion services to the unbanked sectors by supporting online and offline transaction processing and card issuance.\"]\r\n\r\nAs part of the <strong>Financial Inclusion program</strong>, the Government of Indian had launched the Unique Identification Authority of India (UIDAI) project which would act as a centralized receptacle for citizen identification by storing, managing and authenticating citizens using their biometric features.\r\n\r\nIn anticipation to support this program, FSS has developed FSS Micro Pay solution that enables banking and financial institutions to provide banking and financial services to the unbanked sector. It supports online and offline transaction processing on ATMs and hand-held terminals using biometric authentication. The solution also supports card issuance, hierarchical definition of business correspondents/ agents, registration, accounting, management functions and smart cards with biometric authorization.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<ul>\r\n <li>Supports customer enrollment on personal computer, laptop or handheld terminal.</li>\r\n <li>Facilitates card issuance on any of the selected card platforms; magnetic stripe cards, smart cards, combo cards or virtual cards.</li>\r\n <li>Terminal agnostic – Biometric ATMs, biometric kiosks, micro ATMs or mobile phones.</li>\r\n <li>Supports on-line, real-time and off-line transaction processing.</li>\r\n <li>Supports magnetic, contact less, smart cards and virtual cards.</li>\r\n <li>Provides for risk management and controls.</li>\r\n <li>Supports teller application, document management system, transaction processing engine, merchant/agent and card management system.</li>\r\n <li>Support cardless transactions.</li>\r\n <li>Supports various network protocol like CDMA, GPRS, PSTN, IP.</li>\r\n <li>Supports select remittance transactions.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> </strong><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS has extensive and proven experience in integrating and managing multiple retail channels.</li>\r\n <li>Proven capability of FSS in providing technology based end-to-end payment solutions.</li>\r\n <li>In-house solution design team using robust technology platform.</li>\r\n <li>The solution complies with regulatory mandates from IMG, IDRBT, RBI and UIDAI.</li>\r\n</ul>','FSS Micro Pay','','inherit','open','open','','499-revision-v1','','','2014-05-14 10:06:14','2014-05-14 10:06:14','',499,'http://039719c.netsolhost.com/ltest/fss/499-revision-v1/',0,'revision','',0),(828,1,'2014-05-14 10:08:16','2014-05-14 10:08:16','[responsive]<img class=\"alignleft size-full wp-image-507\" alt=\"fss-biometric\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-biometric.jpg\" width=\"657\" height=\"135\" />[/responsive]\n[separator headline=\"h4\" title=\"A secure, robust and feature-rich biometric authorization solution for banks & financial institutions\"]\nTraditionally, <strong>PIN-based authentication</strong> has been the basic method of authenticating cardholders across all delivery channels. Recent advances in technology allow alternate methods of authentication including usage of <strong>bio-metric</strong> features such as finger-prints. Biometric authentication obviates the need for generation of PIN, distribution, secure storage (by the card holder), and secure authentication. The complexity at a self-service terminal also is simplified, with the help of voice guidance services.\n\nFSS Biometrics solution enables banks and financial institutions to securely capture, store and authenticate finger-prints that can be used as an alternate or an additional authorization method. The application can also act as an enabler for inclusive banking to the unbanked segments. The entire process is standardized, and works across multiple delivery channels and devices such as ATM, POS, Kiosks and Laptops.\n\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\n<ul>\n <li>Supports an integrated PIN/biometric based authentication process.</li>\n <li>Supports POS, kiosks and PC-based teller applications.</li>\n <li>Centralized monitoring and control of biometric enabled delivery channels.</li>\n <li>Provides configurable GUI based biometric server setup options.</li>\n <li>Allows all EDC channels to communicate via switch which ensures better integration and control.</li>\n <li>Offers 24X7 online, real-time synchronized transaction support.</li>\n <li>Allows encrypted fingerprint data capture, storage and encrypted fingerprint data transmission from an ATM to a switch.</li>\n <li>Built in alerts for any hardware failures, and other exceptions.</li>\n <li>Centralized authorization, enables usage across wide geographic areas.</li>\n <li><strong>Integrate with all makes and types of ATMs.</strong></li>\n</ul>\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\n<ul>\n <li>FSS has partnered with leading ATM manufacturers for successful deployment with several large banks in India.</li>\n <li>The solution is device-agnostic, as the message formats and the finger-print templates are standardized.</li>\n <li>The solution enables safe and secure authentication process which works with multiple EFT switches.</li>\n <li>The design of the system enforces proper workflow, mitigating transaction, non repudiation and avoiding possible fraud at the time of registration.</li>\n</ul>','FSS Biometrics','','inherit','open','open','','506-autosave-v1','','','2014-05-14 10:08:16','2014-05-14 10:08:16','',506,'http://039719c.netsolhost.com/ltest/fss/506-autosave-v1/',0,'revision','',0),(829,1,'2014-05-14 10:08:36','2014-05-14 10:08:36','[responsive]<img class=\"alignleft size-full wp-image-507\" alt=\"fss-biometric\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-biometric.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n[separator headline=\"h4\" title=\"A secure, robust and feature-rich biometric authorization solution for banks & financial institutions\"]\r\nTraditionally, <strong>PIN-based authentication</strong> has been the basic method of authenticating cardholders across all delivery channels. Recent advances in technology allow alternate methods of authentication including usage of <strong>bio-metric</strong> features such as finger-prints. Biometric authentication obviates the need for generation of PIN, distribution, secure storage (by the card holder), and secure authentication. The complexity at a self-service terminal also is simplified, with the help of voice guidance services.\r\n\r\nFSS Biometrics solution enables banks and financial institutions to securely capture, store and authenticate finger-prints that can be used as an alternate or an additional authorization method. The application can also act as an enabler for inclusive banking to the unbanked segments. The entire process is standardized, and works across multiple delivery channels and devices such as ATM, POS, Kiosks and Laptops.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Supports an integrated PIN/biometric based authentication process.</li>\r\n <li>Supports POS, kiosks and PC-based teller applications.</li>\r\n <li>Centralized monitoring and control of biometric enabled delivery channels.</li>\r\n <li>Provides configurable GUI based biometric server setup options.</li>\r\n <li>Allows all EDC channels to communicate via switch which ensures better integration and control.</li>\r\n <li>Offers 24X7 online, real-time synchronized transaction support.</li>\r\n <li>Allows encrypted fingerprint data capture, storage and encrypted fingerprint data transmission from an ATM to a switch.</li>\r\n <li>Built in alerts for any hardware failures, and other exceptions.</li>\r\n <li>Centralized authorization, enables usage across wide geographic areas.</li>\r\n <li><strong>Integrate with all makes and types of ATMs.</strong></li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS has partnered with leading ATM manufacturers for successful deployment with several large banks in India.</li>\r\n <li>The solution is device-agnostic, as the message formats and the finger-print templates are standardized.</li>\r\n <li>The solution enables safe and secure authentication process which works with multiple EFT switches.</li>\r\n <li>The design of the system enforces proper workflow, mitigating transaction, non repudiation and avoiding possible fraud at the time of registration.</li>\r\n</ul>','FSS Biometrics','','inherit','open','open','','506-revision-v1','','','2014-05-14 10:08:36','2014-05-14 10:08:36','',506,'http://039719c.netsolhost.com/ltest/fss/506-revision-v1/',0,'revision','',0),(830,1,'2014-05-14 10:13:49','2014-05-14 10:13:49','[responsive]<img class=\"alignnone size-full wp-image-510\" alt=\"fss-connect\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h3\" title=\"A comprehensive, secure and synchronous messaging middleware solution.\"]\r\n\r\nFSS Connect integrates disparate applications such as Enterprise Application Integration (EAI) and Business-to-business (B2B) exchanges. LANs, WANs and the Internet have allowed not just the users, but also the applications to be distributed across the networks. FSS Connect allows each application through a single connection into the \"messaging cloud\". The \"<strong>fire-and-forget</strong>\" architecture of FSS Connect allows applications to continue processing while the middleware continues to delivers the messages. The messaging infrastructure helps improve the delivery significantly that is both real-time and fault-tolerant. This process is transparent to the communicating applications.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<ul>\r\n <li>Robust and platform independent.</li>\r\n <li>Message queuing feature enables guaranteed delivery of messages.</li>\r\n <li>Non-stop messaging with audit and trace.</li>\r\n <li>The serial and TCP/IP ports can be scaled up to handle large infrastructure requirement.</li>\r\n <li>Robust and scalable product that ensures exceptional availability and reliability in inter-system messaging.</li>\r\n <li>Built-in load balancer and network management.</li>\r\n <li>Provides database connector.</li>\r\n <li>Unambiguous APIs.</li>\r\n <li>Built in tools to debug applications and tune the system for better performance.</li>\r\n <li>One-to-one, many-to-one and one-to-many and many-to-many messaging.</li>\r\n <li>Event initiator.</li>\r\n <li>Displays graphical status of configured client/host stations and status.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> </strong><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>An established product, developed with FSS\' extensive experience in managing the diverse payment systems and applications.</li>\r\n <li>The solution is trusted and successfully deployed at several banks.</li>\r\n <li>Assure high security and data integrity in transferring messages across applications.</li>\r\n <li>Flexible solution that interfaces with all legacy systems, switches and hosts.</li>\r\n <li>Auto balances the load and keeps track of each message that is received and delivered.</li>\r\n <li>Concurrent transaction processing for quick response.</li>\r\n</ul>','Messaging Middleware','','inherit','open','open','','60-revision-v1','','','2014-05-14 10:13:49','2014-05-14 10:13:49','',60,'http://039719c.netsolhost.com/ltest/fss/60-revision-v1/',0,'revision','',0),(831,1,'2014-05-14 10:14:17','2014-05-14 10:14:17','[responsive]<img class=\"alignnone size-full wp-image-510\" alt=\"fss-connect\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-connect.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, secure and synchronous messaging middleware solution.\"]\r\n\r\nFSS Connect integrates disparate applications such as Enterprise Application Integration (EAI) and Business-to-business (B2B) exchanges. LANs, WANs and the Internet have allowed not just the users, but also the applications to be distributed across the networks. FSS Connect allows each application through a single connection into the \"messaging cloud\". The \"<strong>fire-and-forget</strong>\" architecture of FSS Connect allows applications to continue processing while the middleware continues to delivers the messages. The messaging infrastructure helps improve the delivery significantly that is both real-time and fault-tolerant. This process is transparent to the communicating applications.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<ul>\r\n <li>Robust and platform independent.</li>\r\n <li>Message queuing feature enables guaranteed delivery of messages.</li>\r\n <li>Non-stop messaging with audit and trace.</li>\r\n <li>The serial and TCP/IP ports can be scaled up to handle large infrastructure requirement.</li>\r\n <li>Robust and scalable product that ensures exceptional availability and reliability in inter-system messaging.</li>\r\n <li>Built-in load balancer and network management.</li>\r\n <li>Provides database connector.</li>\r\n <li>Unambiguous APIs.</li>\r\n <li>Built in tools to debug applications and tune the system for better performance.</li>\r\n <li>One-to-one, many-to-one and one-to-many and many-to-many messaging.</li>\r\n <li>Event initiator.</li>\r\n <li>Displays graphical status of configured client/host stations and status.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> </strong><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>An established product, developed with FSS\' extensive experience in managing the diverse payment systems and applications.</li>\r\n <li>The solution is trusted and successfully deployed at several banks.</li>\r\n <li>Assure high security and data integrity in transferring messages across applications.</li>\r\n <li>Flexible solution that interfaces with all legacy systems, switches and hosts.</li>\r\n <li>Auto balances the load and keeps track of each message that is received and delivered.</li>\r\n <li>Concurrent transaction processing for quick response.</li>\r\n</ul>','Messaging Middleware','','inherit','open','open','','60-revision-v1','','','2014-05-14 10:14:17','2014-05-14 10:14:17','',60,'http://039719c.netsolhost.com/ltest/fss/60-revision-v1/',0,'revision','',0),(833,1,'2014-05-14 10:18:02','2014-05-14 10:18:02','[responsive]<img class=\"alignnone size-full wp-image-517\" alt=\"fss-bill-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, multi-channel electronic bill presentment and payment solution.\"]\r\n\r\n<span style=\"line-height: 1.5em;\">In today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.</span>\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -\r\n<ul>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n</ul>\r\n</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS BILL PAY','','inherit','open','open','','520-revision-v1','','','2014-05-14 10:18:02','2014-05-14 10:18:02','',520,'http://039719c.netsolhost.com/ltest/fss/520-revision-v1/',0,'revision','',0),(834,1,'2014-05-14 10:18:38','2014-05-14 10:18:38','[responsive]<img class=\"alignnone size-full wp-image-517\" alt=\"fss-bill-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, multi-channel electronic bill presentment and payment solution.\"]\r\n\r\n<span style=\"line-height: 1.5em;\">In today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.</span>\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -\r\n<ul>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n</ul>\r\n</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS Bill Pay','','inherit','open','open','','520-revision-v1','','','2014-05-14 10:18:38','2014-05-14 10:18:38','',520,'http://039719c.netsolhost.com/ltest/fss/520-revision-v1/',0,'revision','',0),(835,1,'2014-05-23 12:21:10','2014-05-23 12:21:10','[responsive]<img class=\"alignleft size-full wp-image-523\" alt=\"fss-product-cross-sell\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-product-cross-sell.jpg\" width=\"657\" height=\"135\" />[/responsive]\n[separator headline=\"h4\" title=\"A modular solution that enables banks to cross sell their products and services across their ATM and Internet banking channels\"]\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_cross_sell.jpg\"><img class=\"alignnone size-full wp-image-916\" alt=\"fss_cross_sell\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_cross_sell.jpg\" width=\"250\" height=\"100\" /></a>[/responsive]Banks constantly endeavor to find cost effective ways of selling their products to their customers. Increase in the usage of self-service terminals and internet banking channel by customers provides banks with interactive media options for displaying new products. Enabled through ATMs and internet banking channels, FSS Product Cross Sell solution provides enhanced opportunities for banks to acquire and retain customer relationships by cross selling their existing products and service.\n\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\n<ul>\n <li>Easy configurability and manageability, reduces time-to-market thereby enabling banks to roll out the services to its customers quickly.</li>\n <li>Allows banks to appropriately schedule their marketing campaigns based on customer profile.</li>\n <li>Generates exhaustive product-wise and customer-wise reports to ascertain the leads generated.</li>\n <li>Creates marketing and customer database over a period of time.</li>\n <li>Works seamlessly with all brands of ATMs and internet banking site/portal of the banks</li>\n</ul>\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\n<ul>\n <li>Trusted by some of the leading banks in India for over 4 years.</li>\n <li>Has a proven track record of improving the Return on Investment (ROI).</li>\n <li>Increases customers convenience for availing a wide range of bank\' products in a centralized mode.</li>\n <li>Maintains and manages centralized marketing campaigns on its ATM & net banking channels.</li>\n</ul>','FSS Product Cross Sell','','inherit','open','open','','522-autosave-v1','','','2014-05-23 12:21:10','2014-05-23 12:21:10','',522,'http://039719c.netsolhost.com/ltest/fss/522-autosave-v1/',0,'revision','',0),(849,1,'2014-05-14 10:43:59','2014-05-14 10:43:59','[responsive]<img class=\"alignleft size-full wp-image-610\" alt=\"fss-online-technical-support\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-online-technical-support.jpg\" width=\"657\" height=\"135\" />[/responsive]\n\n[separator headline=\"h4\" title=\"Onsite Technical Support\"]\n\n<strong>High-quality management of complex payment infrastructure, by tenured personnel with specialized skill sets </strong>\n\nBanks and electronic payment processors understand the criticality of operational support and infrastructure management. They often strive to provide high-quality services to their customers by ensuring continuous delivery of services.\n\nAs systems get more sophisticated and automated, timely onsite technical support gains importance. Managing a large, complex payment environment requires considerable knowledge of the domain, technologies and processes.\n\nFSS global Onsite Technical Support integrates people, products and processes for quality 24x7 service delivery, speedy incident resolution, and improved end-user productivity. A unique blend of technology and financial industry expertise enables FSS to provide the ideal mix of skilled resources to help clients set up and maintain payments infrastructure that is in tune with their business needs. FSS technical resources are deployed worldwide to help various financial institutions manage their payments infrastructure.\n\nOver <b>50 banks</b> and financial institutions in India and overseas have availed <b>2,500 man-years</b> of FSS onsite support services.\n\n<strong>[mini-icon icon=\"list-alt\"]Highlights</strong>\n<ul>\n <li>Operational support to payment system processing including documented processes, periodic reporting, data management and housekeeping, such as backup/restore and many more.</li>\n <li>Incident management including Level 1, Level 2 reporting and management, assistance in Level 3 management.</li>\n <li>Customer communications management, internal / external escalations.</li>\n <li>Manage complex IT infrastructures - including servers, databases, applications and networks.</li>\n <li>Participate in internal and external audits of infrastructure and services.</li>\n <li>Knowledge in service deliveries, mandates, systems and processes.</li>\n</ul>\n<strong>[mini-icon icon=\"check\"]Advantage FSS</strong>\n<ul>\n <li>For over 10 years, FSS has been managing the payment switch and related payment infrastructure for over 50 banks in India and overseas, with more than 250+ onsite technical support personnel, on a 24x7 basis.</li>\n <li>FSS has a team of tenured, skilled resources committed to delivering and managing of services, which conform to global standards.</li>\n <li>Proven track record and demonstrable success rate in delivering superior onsite technical support services in a cost-effective way.</li>\n <li>Onsite support personnel are re-trained periodically, to be commensurate with industry standards and practices.</li>\n</ul>','Onsite Technical Support','','inherit','open','open','','79-autosave-v1','','','2014-05-14 10:43:59','2014-05-14 10:43:59','',79,'http://039719c.netsolhost.com/ltest/fss/79-autosave-v1/',0,'revision','',0),(865,1,'2014-05-14 11:23:24','2014-05-14 11:23:24','FSS provides end to end portfolio management of ATM networks with helps banks and financial organizations by ensuring high availability, improved customer satisfaction and increased Return on Investment (ROI).\r\n\r\nFSS ATM Managed Services portfolio includes ATM monitoring, trouble-ticketing, first /second level management, cash management and support services. A round-the-clock facility with competent management team ensures high ATM availability with committed Service Level Agreements (SLA).\r\n\r\n[mini-icon icon=\"list-alt\"] <span style=\"text-decoration: underline;\"><strong>Lifecycle support</strong></span>\r\n\r\n<sup>FSS provides integrated and end-to-end solutions for any phase of ATM network’s life cycle that ensures optimal network performance and cost management. </sup><sup>End to end lifecycle services include monitoring, trouble-ticketing, first /second level management, cash management and support services. A round-the-clock facility with competent management team ensures high ATM availability with committed Service Level Agreements (SLA)</sup>\r\n\r\n[mini-icon icon=\"list-alt\"]<b> <span style=\"text-decoration: underline;\">Cash Management</span></b>\r\n\r\n<sup>FSS ensures lowest rate of cash-outs and maximum ATM uptime for ATM networks. Our 24x7 monitoring and tracking systems guarantees that the business critical metrics of ATM downtime and cash outs are resolved instantly, guaranteeing over 99% or more uptime rate.</sup>\r\n\r\n[mini-icon icon=\"list-alt\"]<b> <span style=\"text-decoration: underline;\">Monitoring</span></b>\r\n\r\n<sup>FSS has a dedicated 24x7 monitoring team for ensuring all ATMs and devices inside the kiosk are functioning smoothly and without disruption. The team uses sophisticated software, developed in-house by FSS experts, to track various aspects such as cash status, performance of various devices, payment status of bills, tracking of vendor support services that enable fast and timely resolution and closure of issues.</sup>\r\n\r\n[mini-icon icon=\"list-alt\"]<b> <span style=\"text-decoration: underline;\">Content Management</span></b>\r\n\r\nFSS supports Content Management Services including ATM screen customization, advertising and electronic journal management.\r\n<ul>\r\n <li>Screen Content Management: FSS supports Banks emerging requirements where ATM screens have to be customized to facilitate publicity of new products, branding campaigns, issue of important notifications thru ATM screens etc.</li>\r\n <li>Electronic Journal Management: FSS EJ Management service enables high degree of collection of transaction logs of every ATM transaction done by cardholders to a central repository. The stored data can be accessed on-demand, 24x7 through an application or as daily reports, for any reconciliation purpose. Scheduled, automated processes pick up data during lean hours, resulting in high ATM availability for online customer transactions.</li>\r\n</ul>\r\n[mini-icon icon=\"list-alt\"]<b> <span style=\"text-decoration: underline;\">FSS Portfolio Management Services – Unique Service Capabilities</span></b>\r\n<ul>\r\n <li>Large, state of the art ATM Managed Services center.</li>\r\n <li>Application hosted out of servers with high-availability that exceeds 99.9%</li>\r\n <li>Large, trained field service executives for uninterrupted service.</li>\r\n <li>Tenured and skilled operations team supporting from multiple locations.</li>\r\n <li>Automated trouble-ticket application with escalation levels</li>\r\n <li>Multi-vendor arrangements for optimum ATM services and cash loading</li>\r\n <li>24x7 ATM monitoring of all industry standard products from popular vendors</li>\r\n <li>Online, real-time access of ATM information from FSS Web portal.</li>\r\n <li>Centralized 24x7 help desk (in-bound & out-bound calls)</li>\r\n</ul>','ATM Portfolio Management','','inherit','open','open','','132-revision-v1','','','2014-05-14 11:23:24','2014-05-14 11:23:24','',132,'http://039719c.netsolhost.com/ltest/fss/132-revision-v1/',0,'revision','',0),(868,1,'2014-05-14 12:49:42','2014-05-14 12:49:42','[responsive]<img class=\"alignnone size-full wp-image-869\" alt=\"fss-data-centre\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/05/fss-data-centre.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Tier 3 standards Data Centre ensuring high availability of hosted payment infrastructure services.\"]\r\n\r\nFSS combines over two decades of payments expertise, unique domain skills and successful global delivery capabilities, to invest in a 10,000 sq. ft Data Center built as per stringent Tier 3 specifications to help financial organizations address their infrastructure needs. Located in a seismically stable zone with multiple layers of physical and electronic security, FSS Data Center is extremely secure. FSS Data Centre helps optimize the delivery of a payments IT infrastructure and usher in a new era of payments environment aligned with business exigencies.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Five-zone security using multiple access control mechanism including proximity cards and biometric access control.</li>\r\n <li>Highly-available electric power infrastructure using N+1 UPS backed up with DG set, providing 99.95 % uptime.</li>\r\n <li>Integrated building management system with control systems for precision air-conditioning, water-leakage detection, video surveillance, fire suppression, VESDA based early fire detection system, and FM2000 gas-based fire suppression system.</li>\r\n <li>Carrier-neutral communication infrastructure with connectivity to major telecom service providers.</li>\r\n <li>Systems and Storage management activities that are performed to monitor and manage the server and storage infrastructure in a data center.</li>\r\n <li>Hosting capabilities for clients seeking to benefit from a co-location space for the infrastructure components which include provisioning of hardware (servers, storage and network), bandwidth and security infrastructure.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS owns a 10, 000 sq. ft, state-of-the-art Tier 3 standards Data Centre facility located at Chennai and Disaster Recovery (DR) facility at Mumbai.</li>\r\n <li>Next-generation payments IT platform that provide security, physical environment, and networking capability which is needed to support mission-critical and complex applications.</li>\r\n <li>Data integrity monitoring for production servers as malware detection control.</li>\r\n <li>Payment Gateway services infrastructure is PCI DSS certified.</li>\r\n <li>Hosts a wide-range of payment systems, handling complex workloads of large volumes with a mix of On-Line Transaction Processing (OLTP) systems and batch processing systems handling millions of transactions per day.</li>\r\n <li>Lays the foundation for SaaS and IT service provisioning and management.</li>\r\n <li>Uses state-of-the-art, robust and scalable payments processing infrastructure having best-of-breed payment environments.</li>\r\n <li>Payment processing infrastructure backed by an online real-time contingency system.</li>\r\n</ul>','Data Centre','','publish','open','open','','data-centre','','','2014-05-14 13:05:55','2014-05-14 13:05:55','',226,'http://039719c.netsolhost.com/ltest/fss/?page_id=868',1,'page','',0),(869,1,'2014-05-14 12:48:46','2014-05-14 12:48:46','','fss-data-centre','','inherit','open','open','','fss-data-centre','','','2014-05-14 12:48:46','2014-05-14 12:48:46','',868,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/05/fss-data-centre.jpg',0,'attachment','image/jpeg',0),(870,1,'2014-05-14 12:48:48','2014-05-14 12:48:48','','fss-disaster-recovery','','inherit','open','open','','fss-disaster-recovery','','','2014-05-14 12:48:48','2014-05-14 12:48:48','',868,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/05/fss-disaster-recovery.jpg',0,'attachment','image/jpeg',0),(871,1,'2014-05-14 12:49:42','2014-05-14 12:49:42','[responsive]<img class=\"alignnone size-full wp-image-869\" alt=\"fss-data-centre\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/05/fss-data-centre.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Tier 3 standards Data Centre ensuring high availability of hosted payment infrastructure services.\"]\r\n\r\nFSS combines over two decades of payments expertise, unique domain skills and successful global delivery capabilities, to invest in a 10,000 sq. ft Data Center built as per stringent Tier 3 specifications to help financial organizations address their infrastructure needs. Located in a seismically stable zone with multiple layers of physical and electronic security, FSS Data Center is extremely secure. FSS Data Centre helps optimize the delivery of a payments IT infrastructure and usher in a new era of payments environment aligned with business exigencies.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> Highlights</strong>\r\n<ul>\r\n <li>Five-zone security using multiple access control mechanism including proximity cards and biometric access control.</li>\r\n <li>Highly-available electric power infrastructure using N+1 UPS backed up with DG set, providing 99.95 % uptime.</li>\r\n <li>Integrated building management system with control systems for precision air-conditioning, water-leakage detection, video surveillance, fire suppression, VESDA based early fire detection system, and FM2000 gas-based fire suppression system.</li>\r\n <li>Carrier-neutral communication infrastructure with connectivity to major telecom service providers.</li>\r\n <li>Systems and Storage management activities that are performed to monitor and manage the server and storage infrastructure in a data center.</li>\r\n <li>Hosting capabilities for clients seeking to benefit from a co-location space for the infrastructure components which include provisioning of hardware (servers, storage and network), bandwidth and security infrastructure.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> Advantage FSS</strong>\r\n<ul>\r\n <li>FSS owns a 10, 000 sq. ft, state-of-the-art Tier 3 standards Data Centre facility located at Chennai and Disaster Recovery (DR) facility at Mumbai.</li>\r\n <li>Next-generation payments IT platform that provide security, physical environment, and networking capability which is needed to support mission-critical and complex applications.</li>\r\n <li>Data integrity monitoring for production servers as malware detection control.</li>\r\n <li>Payment Gateway services infrastructure is PCI DSS certified.</li>\r\n <li>Hosts a wide-range of payment systems, handling complex workloads of large volumes with a mix of On-Line Transaction Processing (OLTP) systems and batch processing systems handling millions of transactions per day.</li>\r\n <li>Lays the foundation for SaaS and IT service provisioning and management.</li>\r\n <li>Uses state-of-the-art, robust and scalable payments processing infrastructure having best-of-breed payment environments.</li>\r\n <li>Payment processing infrastructure backed by an online real-time contingency system.</li>\r\n</ul>','Data Centre','','inherit','open','open','','868-revision-v1','','','2014-05-14 12:49:42','2014-05-14 12:49:42','',868,'http://039719c.netsolhost.com/ltest/fss/868-revision-v1/',0,'revision','',0),(872,1,'2014-05-14 12:51:35','2014-05-14 12:51:35','[responsive]<img class=\"alignnone size-full wp-image-870\" alt=\"fss-disaster-recovery\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/05/fss-disaster-recovery.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Cost effective and robust DR infrastructure that is built on Information Security Management (ISO 27001) best practices and guidelines prescribed by BS 25999 standards.\"]\r\n\r\nFinancial organizations world-wide are facing increasing regulatory and legal requirements for protecting and retaining data for auditing purposes. To comply with these demands, they need a robust DR infrastructure which would not only ensure business continuity but would also optimize their DR investment.\r\n\r\nThe FSS Disaster Recovery infrastructure provides a world class payments platform that includes manpower, process and technology components to efficiently handle a contingency scenario by facilitating recovery to normal services and continue processing millions of transaction everyday.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Helps clients to recover infrastructure and continue business as usual.</li>\r\n <li>Click-and-Recover readiness in a Tier-3 highly available Data Centre.</li>\r\n <li>Customized DR solution can be created to suit RPO/RTO expectations.</li>\r\n <li>Periodic DR drills conducted as per the standards and regulatory guidelines.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>High availability of business critical applications in DR mode.</li>\r\n <li>Single-point ownership for the DR environment.</li>\r\n <li>Built on the best practices of ISO 27001 standards and adapts the guidelines prescribed by BS 25999 standards.</li>\r\n <li>FSS DR is not only cost-effective, but also reduces the burden of managing the DR infrastructure.</li>\r\n <li>Supported by a large pool of skilled and certified professionals in the payments industry.</li>\r\n</ul>','Disaster Recovery','','publish','open','open','','disaster-recovery','','','2014-05-14 13:06:01','2014-05-14 13:06:01','',226,'http://039719c.netsolhost.com/ltest/fss/?page_id=872',2,'page','',0),(873,1,'2014-05-14 12:51:35','2014-05-14 12:51:35','[responsive]<img class=\"alignnone size-full wp-image-870\" alt=\"fss-disaster-recovery\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/05/fss-disaster-recovery.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Cost effective and robust DR infrastructure that is built on Information Security Management (ISO 27001) best practices and guidelines prescribed by BS 25999 standards.\"]\r\n\r\nFinancial organizations world-wide are facing increasing regulatory and legal requirements for protecting and retaining data for auditing purposes. To comply with these demands, they need a robust DR infrastructure which would not only ensure business continuity but would also optimize their DR investment.\r\n\r\nThe FSS Disaster Recovery infrastructure provides a world class payments platform that includes manpower, process and technology components to efficiently handle a contingency scenario by facilitating recovery to normal services and continue processing millions of transaction everyday.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> Highlights</strong>\r\n<ul>\r\n <li>Helps clients to recover infrastructure and continue business as usual.</li>\r\n <li>Click-and-Recover readiness in a Tier-3 highly available Data Centre.</li>\r\n <li>Customized DR solution can be created to suit RPO/RTO expectations.</li>\r\n <li>Periodic DR drills conducted as per the standards and regulatory guidelines.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> Advantage FSS</strong>\r\n<ul>\r\n <li>High availability of business critical applications in DR mode.</li>\r\n <li>Single-point ownership for the DR environment.</li>\r\n <li>Built on the best practices of ISO 27001 standards and adapts the guidelines prescribed by BS 25999 standards.</li>\r\n <li>FSS DR is not only cost-effective, but also reduces the burden of managing the DR infrastructure.</li>\r\n <li>Supported by a large pool of skilled and certified professionals in the payments industry.</li>\r\n</ul>','Disaster Recovery','','inherit','open','open','','872-revision-v1','','','2014-05-14 12:51:35','2014-05-14 12:51:35','',872,'http://039719c.netsolhost.com/ltest/fss/872-revision-v1/',0,'revision','',0),(874,1,'2014-05-14 13:03:33','2014-05-14 13:03:33','[responsive]<img class=\"alignnone size-full wp-image-869\" alt=\"fss-data-centre\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/05/fss-data-centre.jpg\" width=\"657\" height=\"135\" />[/responsive]\n\n[separator headline=\"h4\" title=\"Tier 3 standards Data Centre ensuring high availability of hosted payment infrastructure services.\"]\n\nFSS combines over two decades of payments expertise, unique domain skills and successful global delivery capabilities, to invest in a 10,000 sq. ft Data Center built as per stringent Tier 3 specifications to help financial organizations address their infrastructure needs. Located in a seismically stable zone with multiple layers of physical and electronic security, FSS Data Center is extremely secure. FSS Data Centre helps optimize the delivery of a payments IT infrastructure and usher in a new era of payments environment aligned with business exigencies.\n\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\n<ul>\n <li>Five-zone security using multiple access control mechanism including proximity cards and biometric access control.</li>\n <li>Highly-available electric power infrastructure using N+1 UPS backed up with DG set, providing 99.95 % uptime.</li>\n <li>Integrated building management system with control systems for precision air-conditioning, water-leakage detection, video surveillance, fire suppression, VESDA based early fire detection system, and FM2000 gas-based fire suppression system.</li>\n <li>Carrier-neutral communication infrastructure with connectivity to major telecom service providers.</li>\n <li>Systems and Storage management activities that are performed to monitor and manage the server and storage infrastructure in a data center.</li>\n <li>Hosting capabilities for clients seeking to benefit from a co-location space for the infrastructure components which include provisioning of hardware (servers, storage and network), bandwidth and security infrastructure.</li>\n</ul>\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\n<ul>\n <li>FSS owns a 10, 000 sq. ft, state-of-the-art Tier 3 standards Data Centre facility located at Chennai and Disaster Recovery (DR) facility at Mumbai.</li>\n <li>Next-generation payments IT platform that provide security, physical environment, and networking capability which is needed to support mission-critical and complex applications.</li>\n <li>Data integrity monitoring for production servers as malware detection control.</li>\n <li>Payment Gateway services infrastructure is PCI DSS certified.</li>\n <li>Hosts a wide-range of payment systems, handling complex workloads of large volumes with a mix of On-Line Transaction Processing (OLTP) systems and batch processing systems handling millions of transactions per day.</li>\n <li>Lays the foundation for SaaS and IT service provisioning and management.</li>\n <li>Uses state-of-the-art, robust and scalable payments processing infrastructure having best-of-breed payment environments.</li>\n <li>Payment processing infrastructure backed by an online real-time contingency system.</li>\n</ul>','Data Centre','','inherit','open','open','','868-autosave-v1','','','2014-05-14 13:03:33','2014-05-14 13:03:33','',868,'http://039719c.netsolhost.com/ltest/fss/868-autosave-v1/',0,'revision','',0),(875,1,'2014-05-14 13:03:38','2014-05-14 13:03:38','[responsive]<img class=\"alignnone size-full wp-image-869\" alt=\"fss-data-centre\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/05/fss-data-centre.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Tier 3 standards Data Centre ensuring high availability of hosted payment infrastructure services.\"]\r\n\r\nFSS combines over two decades of payments expertise, unique domain skills and successful global delivery capabilities, to invest in a 10,000 sq. ft Data Center built as per stringent Tier 3 specifications to help financial organizations address their infrastructure needs. Located in a seismically stable zone with multiple layers of physical and electronic security, FSS Data Center is extremely secure. FSS Data Centre helps optimize the delivery of a payments IT infrastructure and usher in a new era of payments environment aligned with business exigencies.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Five-zone security using multiple access control mechanism including proximity cards and biometric access control.</li>\r\n <li>Highly-available electric power infrastructure using N+1 UPS backed up with DG set, providing 99.95 % uptime.</li>\r\n <li>Integrated building management system with control systems for precision air-conditioning, water-leakage detection, video surveillance, fire suppression, VESDA based early fire detection system, and FM2000 gas-based fire suppression system.</li>\r\n <li>Carrier-neutral communication infrastructure with connectivity to major telecom service providers.</li>\r\n <li>Systems and Storage management activities that are performed to monitor and manage the server and storage infrastructure in a data center.</li>\r\n <li>Hosting capabilities for clients seeking to benefit from a co-location space for the infrastructure components which include provisioning of hardware (servers, storage and network), bandwidth and security infrastructure.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS owns a 10, 000 sq. ft, state-of-the-art Tier 3 standards Data Centre facility located at Chennai and Disaster Recovery (DR) facility at Mumbai.</li>\r\n <li>Next-generation payments IT platform that provide security, physical environment, and networking capability which is needed to support mission-critical and complex applications.</li>\r\n <li>Data integrity monitoring for production servers as malware detection control.</li>\r\n <li>Payment Gateway services infrastructure is PCI DSS certified.</li>\r\n <li>Hosts a wide-range of payment systems, handling complex workloads of large volumes with a mix of On-Line Transaction Processing (OLTP) systems and batch processing systems handling millions of transactions per day.</li>\r\n <li>Lays the foundation for SaaS and IT service provisioning and management.</li>\r\n <li>Uses state-of-the-art, robust and scalable payments processing infrastructure having best-of-breed payment environments.</li>\r\n <li>Payment processing infrastructure backed by an online real-time contingency system.</li>\r\n</ul>','Data Centre','','inherit','open','open','','868-revision-v1','','','2014-05-14 13:03:38','2014-05-14 13:03:38','',868,'http://039719c.netsolhost.com/ltest/fss/868-revision-v1/',0,'revision','',0),(876,1,'2014-05-14 13:03:51','2014-05-14 13:03:51','[responsive]<img class=\"alignnone size-full wp-image-870\" alt=\"fss-disaster-recovery\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/05/fss-disaster-recovery.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"Cost effective and robust DR infrastructure that is built on Information Security Management (ISO 27001) best practices and guidelines prescribed by BS 25999 standards.\"]\r\n\r\nFinancial organizations world-wide are facing increasing regulatory and legal requirements for protecting and retaining data for auditing purposes. To comply with these demands, they need a robust DR infrastructure which would not only ensure business continuity but would also optimize their DR investment.\r\n\r\nThe FSS Disaster Recovery infrastructure provides a world class payments platform that includes manpower, process and technology components to efficiently handle a contingency scenario by facilitating recovery to normal services and continue processing millions of transaction everyday.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Helps clients to recover infrastructure and continue business as usual.</li>\r\n <li>Click-and-Recover readiness in a Tier-3 highly available Data Centre.</li>\r\n <li>Customized DR solution can be created to suit RPO/RTO expectations.</li>\r\n <li>Periodic DR drills conducted as per the standards and regulatory guidelines.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>High availability of business critical applications in DR mode.</li>\r\n <li>Single-point ownership for the DR environment.</li>\r\n <li>Built on the best practices of ISO 27001 standards and adapts the guidelines prescribed by BS 25999 standards.</li>\r\n <li>FSS DR is not only cost-effective, but also reduces the burden of managing the DR infrastructure.</li>\r\n <li>Supported by a large pool of skilled and certified professionals in the payments industry.</li>\r\n</ul>','Disaster Recovery','','inherit','open','open','','872-revision-v1','','','2014-05-14 13:03:51','2014-05-14 13:03:51','',872,'http://039719c.netsolhost.com/ltest/fss/872-revision-v1/',0,'revision','',0),(878,1,'2014-05-15 05:17:16','2014-05-15 05:17:16','','new-logo','','inherit','open','open','','new-logo','','','2014-05-15 05:17:16','2014-05-15 05:17:16','',10,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/new-logo.jpg',0,'attachment','image/jpeg',0),(881,1,'2014-05-22 10:39:32','2014-05-22 10:39:32','','pci','','inherit','open','open','','pci','','','2014-05-22 10:39:32','2014-05-22 10:39:32','',46,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pci.jpg',0,'attachment','image/jpeg',0),(882,1,'2014-05-22 10:39:38','2014-05-22 10:39:38','[responsive]<img class=\"alignnone size-full wp-image-252\" alt=\"card-management\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/card-management.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nAs Issuers seek to capture a greater share of the cards market in the midst of fierce competition, they are also striving harder to increase profit while keeping costs under control. FSS’ robust card management platform provides complete card life cycle management solutions for debit, prepaid and smart chip cards that are trusted by over 20 banks.\r\n\r\nFSS provides flexible, configurable solutions that support all card types including magnetic-stripe, EMV™ chip and virtual cards. Applications can quickly be installed on all popular industry computer platforms; browser-enabled front-end allows convenient, secure access to centralized application suite.\r\n\r\nWith FSS card management suite, innovative card products can quickly be rolled out to customers efficiently at low cost of total ownership.\r\n\r\nFSS Card Management offerings are available on Licensing and <a href=\"http://www.fss.co.in/Card-Issuance-mang.aspx\" target=\"_blank\">Services</a> models.\r\n\r\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pci.jpg\"><img class=\"alignnone size-full wp-image-881\" alt=\"pci\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pci.jpg\" width=\"128\" height=\"78\" /></a>[/responsive][responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/iso-9001-2008.jpg\"><img class=\"alignnone size-full wp-image-880\" alt=\"iso-9001-2008\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/iso-9001-2008.jpg\" width=\"144\" height=\"78\" /></a>[/responsive]','Card Management','','inherit','open','open','','46-revision-v1','','','2014-05-22 10:39:38','2014-05-22 10:39:38','',46,'http://039719c.netsolhost.com/ltest/fss/46-revision-v1/',0,'revision','',0),(883,1,'2014-05-22 10:41:17','2014-05-22 10:41:17','[responsive]<img class=\"alignnone size-full wp-image-252\" alt=\"card-management\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/card-management.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nAs Issuers seek to capture a greater share of the cards market in the midst of fierce competition, they are also striving harder to increase profit while keeping costs under control. FSS’ robust card management platform provides complete card life cycle management solutions for debit, prepaid and smart chip cards that are trusted by over 20 banks.\r\n\r\nFSS provides flexible, configurable solutions that support all card types including magnetic-stripe, EMV™ chip and virtual cards. Applications can quickly be installed on all popular industry computer platforms; browser-enabled front-end allows convenient, secure access to centralized application suite.\r\n\r\nWith FSS card management suite, innovative card products can quickly be rolled out to customers efficiently at low cost of total ownership.\r\n\r\nFSS Card Management offerings are available on Licensing and <a href=\"http://www.fss.co.in/Card-Issuance-mang.aspx\" target=\"_blank\">Services</a> models.\r\n\r\n[one_half][responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pci.jpg\"><img alt=\"pci\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pci.jpg\" width=\"128\" height=\"78\" /></a>[/responsive][/one_half] [one_half_last][responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/iso-9001-2008.jpg\"><img alt=\"iso-9001-2008\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/iso-9001-2008.jpg\" width=\"144\" height=\"78\" /></a>[/responsive][/one_half_last]\r\n\r\n ','Card Management','','inherit','open','open','','46-revision-v1','','','2014-05-22 10:41:17','2014-05-22 10:41:17','',46,'http://039719c.netsolhost.com/ltest/fss/46-revision-v1/',0,'revision','',0),(884,1,'2014-05-22 10:48:28','2014-05-22 10:48:28','[responsive]<img class=\"alignnone size-full wp-image-252\" alt=\"card-management\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/card-management.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nAs Issuers seek to capture a greater share of the cards market in the midst of fierce competition, they are also striving harder to increase profit while keeping costs under control. FSS’ robust card management platform provides complete card life cycle management solutions for debit, prepaid and smart chip cards that are trusted by over 20 banks.\r\n\r\nFSS provides flexible, configurable solutions that support all card types including magnetic-stripe, EMV™ chip and virtual cards. Applications can quickly be installed on all popular industry computer platforms; browser-enabled front-end allows convenient, secure access to centralized application suite.\r\n\r\nWith FSS card management suite, innovative card products can quickly be rolled out to customers efficiently at low cost of total ownership.\r\n\r\nFSS Card Management offerings are available on Licensing and <a href=\"http://www.fss.co.in/Card-Issuance-mang.aspx\" target=\"_blank\">Services</a> models.\r\n\r\n \r\n\r\n[one_fifth]Content here.[/one_fifth] [one_fifth]Content here.[/one_fifth] [one_fifth]Content here.[/one_fifth] [one_fifth][responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pci.jpg\"><img alt=\"pci\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pci.jpg\" width=\"128\" height=\"78\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/iso-9001-2008.jpg\"><img alt=\"iso-9001-2008\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/iso-9001-2008.jpg\" width=\"144\" height=\"78\" /></a>[/responsive][/one_fifth_last]\r\n\r\n ','Card Management','','inherit','open','open','','46-revision-v1','','','2014-05-22 10:48:28','2014-05-22 10:48:28','',46,'http://039719c.netsolhost.com/ltest/fss/46-revision-v1/',0,'revision','',0),(885,1,'2014-05-22 10:51:47','2014-05-22 10:51:47','[responsive]<img class=\"alignnone size-full wp-image-252\" alt=\"card-management\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/card-management.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nAs Issuers seek to capture a greater share of the cards market in the midst of fierce competition, they are also striving harder to increase profit while keeping costs under control. FSS’ robust card management platform provides complete card life cycle management solutions for debit, prepaid and smart chip cards that are trusted by over 20 banks.\r\n\r\nFSS provides flexible, configurable solutions that support all card types including magnetic-stripe, EMV™ chip and virtual cards. Applications can quickly be installed on all popular industry computer platforms; browser-enabled front-end allows convenient, secure access to centralized application suite.\r\n\r\nWith FSS card management suite, innovative card products can quickly be rolled out to customers efficiently at low cost of total ownership.\r\n\r\nFSS Card Management offerings are available on Licensing and <a href=\"http://www.fss.co.in/Card-Issuance-mang.aspx\" target=\"_blank\">Services</a> models.\r\n\r\n \r\n\r\n[one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth] [/one_fifth] [one_fifth][responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pci.jpg\"><img alt=\"pci\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pci.jpg\" width=\"128\" height=\"78\" /></a>[/responsive][/one_fifth] [one_fifth_last][responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/iso-9001-2008.jpg\"><img alt=\"iso-9001-2008\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/iso-9001-2008.jpg\" width=\"144\" height=\"78\" /></a>[/responsive][/one_fifth_last]\r\n\r\n ','Card Management','','inherit','open','open','','46-revision-v1','','','2014-05-22 10:51:47','2014-05-22 10:51:47','',46,'http://039719c.netsolhost.com/ltest/fss/46-revision-v1/',0,'revision','',0),(887,1,'2014-05-22 11:16:23','2014-05-22 11:16:23','[responsive]<img class=\"alignnone size-full wp-image-263\" alt=\"fss-smart-chip\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, secure and pro-active smart card management system that includes the life cycle management of applications, chip and product.\"]\r\n\r\nThe exponential growth in the retail payments business has significantly increased the challenges faced by organizations in managing and containing card fraud and financial losses. FSS Smart Chip with its secured authentication features and multiple security mechanisms helps contain such fraud leading to cost-savings and increased security of transactions.\r\n\r\nFSS Smart Chip is a well integrated and quick-to-deploy solution for managing the complete lifecycle of smart cards and post-issuance support. It supports issuance of EMV™ / Non-EMV-based smart cards for debit, credit, prepaid, biometric, transit and more.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<div>\r\n<div>\r\n<div>[mini-icon icon=\"plus-sign\"] Supports the entire card life cycle management, which includes:</div>\r\n<ul>\r\n <li>Card issuance</li>\r\n <li>Re-issuance in case of damage or loss</li>\r\n <li>Re-initialization of user profile</li>\r\n</ul>\r\n</div>\r\n<div>\r\n<div>[mini-icon icon=\"plus-sign\"] Support for EMV™ / Non-EMV based Smart Cards for:</div>\r\n<ul>\r\n <li>Debit</li>\r\n <li>Credit</li>\r\n <li>Prepaid</li>\r\n <li>Biometric</li>\r\n <li>Transit</li>\r\n <li>Other card types as needed</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Provides smart card PIN management module.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Facilitates blocking and unblocking of smart card for damage, loss or incorrect PIN entry.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Supports loyalty management.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Provides post issuance management support.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Uses multiple security mechanisms to contain the risk of fraudulent card issuance and misuse.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Defines fees and charges.</div>\r\n<div></div>\r\n<div>[gap height=\"20\"]</div>\r\n<div><span style=\"text-decoration: underline;\"><strong><strong>[mini-icon icon=\"<strong>thumbs-up</strong>\"]</strong><strong> </strong>Advantage FSS</strong></span></div>\r\n<div>\r\n\r\n[mini-icon icon=\"plus-sign\"] Integrated web interface based system that can be implemented on industry standard computer platforms.\r\n[mini-icon icon=\"plus-sign\"] Proven capability in providing technology based end-to-end payment solutions.\r\n[mini-icon icon=\"plus-sign\"] Supports multiple products and applications.\r\n[mini-icon icon=\"plus-sign\"] Modular design allows online authorization and transaction processing.\r\n[mini-icon icon=\"plus-sign\"] Already deployed at a major public sector bank in India.\r\n\r\n</div>\r\n</div>','FSS Smart Chip','','inherit','open','open','','250-revision-v1','','','2014-05-22 11:16:23','2014-05-22 11:16:23','',250,'http://039719c.netsolhost.com/ltest/fss/250-revision-v1/',0,'revision','',0),(888,1,'2014-05-22 11:23:26','2014-05-22 11:23:26','[responsive]<img class=\"alignnone size-full wp-image-263\" alt=\"fss-smart-chip\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, secure and pro-active smart card management system that includes the life cycle management of applications, chip and product.\"]\r\n\r\nThe exponential growth in the retail payments business has significantly increased the challenges faced by organizations in managing and containing card fraud and financial losses. FSS Smart Chip with its secured authentication features and multiple security mechanisms helps contain such fraud leading to cost-savings and increased security of transactions.\r\n\r\nFSS Smart Chip is a well integrated and quick-to-deploy solution for managing the complete lifecycle of smart cards and post-issuance support. It supports issuance of EMV™ / Non-EMV-based smart cards for debit, credit, prepaid, biometric, transit and more.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<div>\r\n<div>\r\n<div>[mini-icon icon=\"plus-sign\"] Supports the entire card life cycle management, which includes:</div>\r\n<ul>\r\n <li>Card issuance</li>\r\n <li>Re-issuance in case of damage or loss</li>\r\n <li>Re-initialization of user profile</li>\r\n</ul>\r\n</div>\r\n<div>\r\n<div>[mini-icon icon=\"plus-sign\"] Support for EMV™ / Non-EMV based Smart Cards for:</div>\r\n<ul>\r\n <li>Debit</li>\r\n <li>Credit</li>\r\n <li>Prepaid</li>\r\n <li>Biometric</li>\r\n <li>Transit</li>\r\n <li>Other card types as needed</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Provides smart card PIN management module.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Facilitates blocking and unblocking of smart card for damage, loss or incorrect PIN entry.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Supports loyalty management.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Provides post issuance management support.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Uses multiple security mechanisms to contain the risk of fraudulent card issuance and misuse.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Defines fees and charges.</div>\r\n<div></div>\r\n<div>[gap height=\"20\"]</div>\r\n[mini-icon icon=\"thumbs-up\"]\r\n<div><span style=\"text-decoration: underline;\"> <strong><strong> </strong>Advantage FSS</strong></span></div>\r\n<div>\r\n\r\n[mini-icon icon=\"plus-sign\"] Integrated web interface based system that can be implemented on industry standard computer platforms.\r\n[mini-icon icon=\"plus-sign\"] Proven capability in providing technology based end-to-end payment solutions.\r\n[mini-icon icon=\"plus-sign\"] Supports multiple products and applications.\r\n[mini-icon icon=\"plus-sign\"] Modular design allows online authorization and transaction processing.\r\n[mini-icon icon=\"plus-sign\"] Already deployed at a major public sector bank in India.\r\n\r\n</div>\r\n</div>','FSS Smart Chip','','inherit','open','open','','250-revision-v1','','','2014-05-22 11:23:26','2014-05-22 11:23:26','',250,'http://039719c.netsolhost.com/ltest/fss/250-revision-v1/',0,'revision','',0),(889,1,'2014-05-22 11:24:38','2014-05-22 11:24:38','[responsive]<img class=\"alignnone size-full wp-image-263\" alt=\"fss-smart-chip\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, secure and pro-active smart card management system that includes the life cycle management of applications, chip and product.\"]\r\n\r\nThe exponential growth in the retail payments business has significantly increased the challenges faced by organizations in managing and containing card fraud and financial losses. FSS Smart Chip with its secured authentication features and multiple security mechanisms helps contain such fraud leading to cost-savings and increased security of transactions.\r\n\r\nFSS Smart Chip is a well integrated and quick-to-deploy solution for managing the complete lifecycle of smart cards and post-issuance support. It supports issuance of EMV™ / Non-EMV-based smart cards for debit, credit, prepaid, biometric, transit and more.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<div>\r\n<div>\r\n<div>[mini-icon icon=\"plus-sign\"] Supports the entire card life cycle management, which includes:</div>\r\n<ul>\r\n <li>Card issuance</li>\r\n <li>Re-issuance in case of damage or loss</li>\r\n <li>Re-initialization of user profile</li>\r\n</ul>\r\n</div>\r\n<div>\r\n<div>[mini-icon icon=\"plus-sign\"] Support for EMV™ / Non-EMV based Smart Cards for:</div>\r\n<ul>\r\n <li>Debit</li>\r\n <li>Credit</li>\r\n <li>Prepaid</li>\r\n <li>Biometric</li>\r\n <li>Transit</li>\r\n <li>Other card types as needed</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Provides smart card PIN management module.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Facilitates blocking and unblocking of smart card for damage, loss or incorrect PIN entry.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Supports loyalty management.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Provides post issuance management support.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Uses multiple security mechanisms to contain the risk of fraudulent card issuance and misuse.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Defines fees and charges.</div>\r\n<div></div>\r\n<div>[gap height=\"20\"]</div>\r\n\r\n<div>[mini-icon icon=\"thumbs-up\"]<span style=\"text-decoration: underline;\"> <strong><strong> </strong>Advantage FSS</strong></span></div>\r\n<div>\r\n\r\n[mini-icon icon=\"plus-sign\"] Integrated web interface based system that can be implemented on industry standard computer platforms.\r\n[mini-icon icon=\"plus-sign\"] Proven capability in providing technology based end-to-end payment solutions.\r\n[mini-icon icon=\"plus-sign\"] Supports multiple products and applications.\r\n[mini-icon icon=\"plus-sign\"] Modular design allows online authorization and transaction processing.\r\n[mini-icon icon=\"plus-sign\"] Already deployed at a major public sector bank in India.\r\n\r\n</div>\r\n</div>','FSS Smart Chip','','inherit','open','open','','250-revision-v1','','','2014-05-22 11:24:38','2014-05-22 11:24:38','',250,'http://039719c.netsolhost.com/ltest/fss/250-revision-v1/',0,'revision','',0),(890,1,'2014-05-22 11:26:27','2014-05-22 11:26:27','[responsive]<img class=\"alignnone size-full wp-image-263\" alt=\"fss-smart-chip\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, secure and pro-active smart card management system that includes the life cycle management of applications, chip and product.\"]\r\n\r\nThe exponential growth in the retail payments business has significantly increased the challenges faced by organizations in managing and containing card fraud and financial losses. FSS Smart Chip with its secured authentication features and multiple security mechanisms helps contain such fraud leading to cost-savings and increased security of transactions.\r\n\r\nFSS Smart Chip is a well integrated and quick-to-deploy solution for managing the complete lifecycle of smart cards and post-issuance support. It supports issuance of EMV™ / Non-EMV-based smart cards for debit, credit, prepaid, biometric, transit and more.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<div>\r\n<div>\r\n<div>[mini-icon icon=\"plus-sign\"] Supports the entire card life cycle management, which includes:</div>\r\n<ul>\r\n <li>Card issuance</li>\r\n <li>Re-issuance in case of damage or loss</li>\r\n <li>Re-initialization of user profile</li>\r\n</ul>\r\n</div>\r\n<div>\r\n<div>[mini-icon icon=\"plus-sign\"] Support for EMV™ / Non-EMV based Smart Cards for:</div>\r\n<ul>\r\n <li>Debit</li>\r\n <li>Credit</li>\r\n <li>Prepaid</li>\r\n <li>Biometric</li>\r\n <li>Transit</li>\r\n <li>Other card types as needed</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Provides smart card PIN management module.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Facilitates blocking and unblocking of smart card for damage, loss or incorrect PIN entry.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Supports loyalty management.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Provides post issuance management support.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Uses multiple security mechanisms to contain the risk of fraudulent card issuance and misuse.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Defines fees and charges.</div>\r\n<div></div>\r\n<div>[gap height=\"20\"]</div>\r\n<div>[mini-icon icon=\"thumbs-up\"] <span style=\"text-decoration: underline;\"><strong><strong></strong> Advantage FSS</strong></span></div>\r\n<div>\r\n\r\n[mini-icon icon=\"plus-sign\"] Integrated web interface based system that can be implemented on industry standard computer platforms.\r\n[mini-icon icon=\"plus-sign\"] Proven capability in providing technology based end-to-end payment solutions.\r\n[mini-icon icon=\"plus-sign\"] Supports multiple products and applications.\r\n[mini-icon icon=\"plus-sign\"] Modular design allows online authorization and transaction processing.\r\n[mini-icon icon=\"plus-sign\"] Already deployed at a major public sector bank in India.\r\n\r\n</div>\r\n</div>','FSS Smart Chip','','inherit','open','open','','250-revision-v1','','','2014-05-22 11:26:27','2014-05-22 11:26:27','',250,'http://039719c.netsolhost.com/ltest/fss/250-revision-v1/',0,'revision','',0),(891,1,'2014-05-22 11:40:43','2014-05-22 11:40:43','[responsive]<img class=\"alignleft size-full wp-image-631\" alt=\"fss-process-merchant-management\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-process-merchant-management.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, reliable, and flexible managed service for Merchant Acquirers.\"]\r\n\r\nFSS Merchant Management services enable acquiring banks to manage the entire gamut of merchant related activities in an integrated way. Acquirers can enroll merchants, query transaction history, manage fees, track terminal inventory, assess risks and generate settlements.\r\n\r\nConvenient, browser based front-end makes the system readily accessible, securely over Internet / Intranet. The application is highly configurable, process driven, and is customizable as per requirements.\r\n\r\nAutomated processes are setup for batch posting of transactions from the host and interchanges; settlement reports/data could be extracted in custom formats and transmitted securely to pre-designated mail ids. Dispute handling, charge-back generation, risk evaluation, terminal inventory reporting are standard features.\r\n\r\nFSS provides 24X7 technical support through a dedicated and trained technical team.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>End-to-end merchant acquiring and service management- from enrollment to settlement.</li>\r\n <li>Supports multi-currency, exchange rates, and flexible currency conversion.</li>\r\n <li>Risk assessment during merchant registrations, as also ongoing continuous risk assessment.</li>\r\n <li>Merchant performance metrics.</li>\r\n <li>Terminal inventory management.</li>\r\n <li>Dispute management, charge-backs.</li>\r\n <li>Merchant settlement, statements.</li>\r\n <li>Flexible workflow management for transactions meeting risk criteria.</li>\r\n <li>Accounting and reconciliation functions.</li>\r\n</ul>\r\n[mini-icon icon=\"thumbs-up\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Service can be rolled out quickly.</li>\r\n <li>Highly available system hosted in a Tier 3 Data Center.</li>\r\n <li>Modular design.</li>\r\n <li>Allows Data inputs through GUI as well as batch file uploads.</li>\r\n <li>Highly configurable process flow.</li>\r\n <li>Can be Customized for specific requirements.</li>\r\n <li>Supported by a team of professionals with a collective experience of 100+ man years in the payments domain.</li>\r\n <li>24x7 helpdesk support.</li>\r\n</ul>','Merchant Management','','inherit','open','open','','95-revision-v1','','','2014-05-22 11:40:43','2014-05-22 11:40:43','',95,'http://039719c.netsolhost.com/ltest/fss/95-revision-v1/',0,'revision','',0),(892,1,'2014-05-22 11:41:30','2014-05-22 11:41:30','[responsive]<img class=\"alignleft size-full wp-image-478\" alt=\"fss-merchant\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-merchant.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n<img class=\"size-full wp-image-476 alignright\" alt=\"pa-dss-logo\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pa-dss-logo.jpg\" width=\"162\" height=\"32\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[separator headline=\"h4\" title=\"A well integrated, secure and browser based end-to-end cards acquiring and merchant management solution.\"]\r\n\r\nToday\'s fast-paced lifestyle and advancement in technology has transformed the purchase and payment behavior of customers. Regulators are also constantly on the lookout to make the payment process safe and secure. Leveraging its proven experience in both the issuance and acquiring platforms, FSS has developed FSS Merchant, a completely functional merchant life cycle management system built on a robust technology platform. FSS Merchant is a comprehensive and integrated solution that offers processing of a wide variety of acquiring transactions.\r\n\r\nIt enables the acquirers to manage the entire spectrum of merchant acquiring business which includes:\r\n<ul>\r\n <li>Merchant setup including stores and terminals</li>\r\n <li>Transaction processing</li>\r\n <li>Terminal inventory management</li>\r\n <li>Fees, rentals and other charges</li>\r\n <li>Exchange rates</li>\r\n <li>Merchant payments & statements</li>\r\n <li>Scheme settlement</li>\r\n <li>Chargeback management</li>\r\n <li>Help-Desk facility</li>\r\n <li>Sales agent management</li>\r\n <li>Risk & fraud controls</li>\r\n <li>Accounting & reconciliation</li>\r\n</ul>\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Product supports PCI-DSS compliance.</li>\r\n <li>Allows hosting data for multiple financial institutions using a single FSS Merchant application.</li>\r\n <li>Offers flexible options that best meet specific business and pricing needs.</li>\r\n <li>Automatic electronic deposits to the merchant account for all payment types.</li>\r\n <li>Transaction fee management facility.</li>\r\n <li>Supports multi-currency conversion.</li>\r\n <li>Risk management programs to minimize exposure to fraud and losses.</li>\r\n <li>100+ online reporting features.</li>\r\n <li>Browser based, multi user, menu driven, scalable solutions.</li>\r\n</ul>\r\n[mini-icon icon=\"thumbs-up\"] <span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>Successfully deployed at some of the well known banks, helping them build a sustainable competitive advantage.</li>\r\n <li>Can support compliance processes to make transaction processing efficient and secure.</li>\r\n <li>Supports multiple settlement cycles in a day.</li>\r\n <li>In-line with major international card brands.</li>\r\n <li>Near real time switch update.</li>\r\n</ul>','Merchant Management','','inherit','open','open','','48-revision-v1','','','2014-05-22 11:41:30','2014-05-22 11:41:30','',48,'http://039719c.netsolhost.com/ltest/fss/48-revision-v1/',0,'revision','',0),(893,1,'2014-05-22 12:12:09','2014-05-22 12:12:09','','Board-of-Directors','','inherit','open','open','','board-of-directors','','','2014-05-22 12:12:09','2014-05-22 12:12:09','',221,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/Board-of-Directors.jpg',0,'attachment','image/jpeg',0),(894,1,'2014-05-22 12:13:23','2014-05-22 12:13:23','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/Board-of-Directors.jpg\"><img class=\"alignnone size-full wp-image-893\" alt=\"Board-of-Directors\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/Board-of-Directors.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]\r\n<h3>Board of Directors</h3>\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"Mr. Nagaraj V. Mylandla - Founder & Managing Director\"]\r\nMr. Nagaraj Mylandla is the founder and Managing Director of FSS.\r\n\r\nA banker turned entrepreneur, Mr. Mylandla is known for his expertise and vision for the Indian payments industry. He has pioneered and spearheaded the marketing and support of retail and wholesale payment solutions in India. He is credited with the implementation of transaction processing and switching solutions for over 35 banks and financial institutions in India and over 30 clients worldwide.\r\n\r\nPrior to founding FSS, Mr. Mylandla worked with the Indian banking industry and has a CAIIB to his credit. He also had a stint with FDC in the USA and ACI in Omaha, USA.\r\n\r\nIn anticipation of the phenomenal growth and transformation of the Indian payments industry, Mr. Mylandla founded FSS in 1991.\r\n\r\nToday FSS, under Mr. Mylandla’s visionary leadership, is the leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. The company is the preferred technology partner and co-innovator for several leading banks in India and global financial giants. Mr. Mylandla established FSS-ASP network FSSNeT, to provide a pan-India shared ATM network. Today, FSSNeT is one of the largest independent shared payment service providers in the region.\r\n\r\nWith over two decades of experience in the payments industry, Mr. Mylandla is focused on strengthening strategic partnerships with clients, increasing client relevance and evolving the company’s business model towards achieving strategic objectives of FSS. He also steers the global initiatives of FSS while heading the organization.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Mr. Rudhraapathy J - Director\"]\r\nMr. Rudhraapathy J (Rudhraa) is a whole time Director at FSS. With over 22 years of management and technical experience in Banking, Securities, IT and the Payment industry, Mr. Rudhraa has been instrumental in building and scaling many of FSS\' business initiatives successfully. He has a passion for excellence and rigor in execution.\r\n\r\nBefore joining FSS, Mr. Rudhraa served as Vice President in India Switch Company (ISC) and prior to that he worked with Indian Bank and has over a decade of experience in banking and Information Technology. He has been an integral part of the Transaction Processing & Switching industry right from its nascent stages and was actively involved in Indian Bank\'s ATM initiative in 1988 and the switch initiative in 1991.\r\n\r\nMr. Rudhraa joined FSS in 1997 and took the responsibility of building the business base for FSS by acquiring new accounts. He has been instrumental in turning around various business initiatives that he has spearheaded within FSS. Simultaneously, he initiated and oversaw the creation of FSS Development Centre, Mumbai and turned the business around to achieve market leadership in India. He has been actively involved with initiatives related to banks switch and shoulders the organizational responsibility. Presently, he is responsible for overall business development and strategic alliances.\r\n\r\nMr. Rudhraa is an applied science graduate from Madras University, and has a CAIIB to his credit.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Ms. Sharada Mylandla - Director\"]\r\nMs. Sharada is a graduate in applied arts from the Mumbai University. She is a graphic designer by profession, and has been a creative consultant to numerous reputed advertising agencies including Ogilvy & Mather, Mudra, Rediffusion DY&R, Euro RSCG, and many others.\r\n\r\nAs a Director, Ms Sharada actively participates in Corporate Communications and directs advertising, PR, and Event management initiatives at FSS.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Ms. Bala Deshpande - Director\"]\r\nMs. Bala Deshpande is the Senior Managing Director of New Enterprise Associates (India) Pvt. Ltd based in Mumbai and is responsible for creating and building the India platform for NEA.\r\n\r\nBefore joining NEA, she served as a Senior Director of Investments at ICICI Venture where she used her operational experience to identify opportunities for investment and played a strategic role in shaping the future of investee companies.\r\n\r\nMs Bala was a Director in several companies including Pantaloon Retail, Air Deccan, Nagarjuna Construction, Welspun, TechProcess Solutions, Info Edge etc. Her private equity experience has seen the full cycle from nurturing young companies to executing multiple exits including IPOs, buy-backs, strategic sales, and capital market divestments.\r\n\r\nIn addition, Ms. Bala has worked with leading multinational companies such as Bestfoods, Cadburys, and ICI. At Bestfoods, she was part of the Strategic Planning Team and was nominated for the Women Leadership Forum held at Bestfoods, New York.\r\n\r\nMs. Bala has a master’s degree in Economics and Business Administration from Jamnalal Bajaj, Mumbai.\r\n\r\n[/accordion-item]\r\n[accordion-item title=\"Mr. Srinivas Chidambaram - Director\"]\r\n\r\nMr. Chidambaram is the Managing Director of Jacob Ballas Capital India Pvt Ltd. (JBC) and is responsible for Fund investments, day to day operations of the company and supervising the management team.\r\n\r\nMr. Chidambaram joined JBC in 2005. He has 21 years of financial services and industry experience, including 13 years of private equity experience in India. From 2001 to 2003, Mr Chidambaram worked with HSBC Private Equity (Asia) Ltd, Hong Kong, responsible for private equity investments in India and South East Asia; previously, he served with its affiliate in India for six years, based in New Delhi. From October 2003 until March 2005, he served with HCL Technologies Ltd, a leading Indian IT services company, in the USA and in India, responsible for financial institution relationships and strategic alliances in the investment banking technology and operations division.\r\n\r\nMr Chidambaram commenced his career with SRF Finance Ltd. (since acquired by GE Capital) where he was responsible for Corporate Finance and Investment Banking, based in Bombay. Mr. Chidambaram holds a Bachelor of Commerce degree from the University of Kerala and is a qualified Chartered Accountant.\r\n\r\n[/accordion-item]\r\n[/accordion]','Management Team','','inherit','open','open','','221-revision-v1','','','2014-05-22 12:13:23','2014-05-22 12:13:23','',221,'http://039719c.netsolhost.com/ltest/fss/221-revision-v1/',0,'revision','',0),(895,1,'2014-05-22 12:14:19','2014-05-22 12:14:19','','Investors','','inherit','open','open','','investors-2','','','2014-05-22 12:14:19','2014-05-22 12:14:19','',223,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/Investors.jpg',0,'attachment','image/jpeg',0),(896,1,'2014-05-22 12:14:29','2014-05-22 12:14:29','<h3 style=\"text-align: left;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-weight: normal;\">[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/Investors.jpg\"><img class=\"alignnone size-full wp-image-895\" alt=\"Investors\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/Investors.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]</span></h3>\r\n<h3 style=\"text-align: left;\"><span class=\"Apple-style-span\" style=\"font-size: 14px; font-weight: normal;\">[separator headline=\"h3\" title=\"Jacob Ballas Capital India Private Limited.\"]</span></h3>\r\n<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\"><img class=\"alignleft size-full wp-image-426\" style=\"margin: 0 5px -3px 0;\" alt=\"fss-jacob-ballas\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-jacob-ballas.png\" width=\"177\" height=\"82\" /></a>\r\n\r\nJacob Ballas Capital India Private Limited or JBC is a non - banking finance company focused on private equity advisory services.\r\n\r\nNew York Life Investment Management India (NYLIM) Jacob Ballas Funds have completed 20 growth capital investments in India since 2000, typically minority stake investments in privately held growth oriented \"blue-chip\" Indian companies, usually leadership platforms in fast growing, fragmented industries. Based in New Delhi, India, JBC currently serves as the Advisor to three private equity funds namely the New York Life International India Fund (\"Fund I\"), New York Life Investment Management India Fund (\"Fund II\") and NYLIM Jacob Ballas India Fund III (\"Fund III\")\r\n\r\nJBC has a strong track record of assisting portfolio companies in areas such as business strategy, business development & strategic alliances, talent attraction, M&A initiatives, and IPO preparation.\r\n\r\nFor additional information, visit, <a href=\"http://www.jbindia.co.in\">www.jbindia.co.in</a>\r\n\r\n[separator headline=\"h3\" title=\"New Enterprise Associates, Inc.\"]\r\n<h3><a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\"><img class=\"alignleft size-full wp-image-432\" style=\"margin: 0 5px -3px 0;\" alt=\"fss-nea\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-nea.png\" width=\"177\" height=\"82\" /></a></h3>\r\nNew Enterprise Associates, Inc. (NEA) is a leading venture capital and growth equity firm focused on helping entrepreneurs build transformational businesses across multiple stages and sectors.\r\n\r\nSince the firm\'s founding in 1978, NEA\'s experienced management team has invested in over 650 companies, of which more than 170 have gone public and more than 290 have been acquired. With approximately $11 billion in committed capital, NEA has invested in information technology, healthcare and energy technology companies at all stages in a company\'s lifecycle, from seed stage through IPO. The company has offices in USA (Washington DC and California), India (in Bangalore and Mumbai), and China (Beijing and Shanghai).\r\n\r\nFor additional information, visit, <a href=\"http://www.nea.com\">www.nea.com</a>','Investors','','inherit','open','open','','223-revision-v1','','','2014-05-22 12:14:29','2014-05-22 12:14:29','',223,'http://039719c.netsolhost.com/ltest/fss/223-revision-v1/',0,'revision','',0),(897,1,'2014-05-23 11:44:53','2014-05-23 11:44:53','','fss_atm_monitor','','inherit','open','open','','fss_atm_monitor','','','2014-05-23 11:44:53','2014-05-23 11:44:53','',130,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_atm_monitor.jpg',0,'attachment','image/jpeg',0),(898,1,'2014-05-23 11:45:05','2014-05-23 11:45:05','<span style=\"line-height: 1.5em;\">[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_atm_monitor.jpg\"><img class=\"alignnone size-full wp-image-897\" alt=\"fss_atm_monitor\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_atm_monitor.jpg\" width=\"250\" height=\"100\" /></a>[/responsive]FSS has successfully deployed over 6,000 ATMs and cash dispensers for over 23 leading public and private banks in India, on pan-India geography. Strong relationships with ATM vendors, network service providers, cash-in-transit management companies and house-keeping agencies, enables FSS to provide a single point of contact to banks for all their ATM deployment and management requirements. In addition, these services can readily be combined with </span><a style=\"line-height: 1.5em;\" href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/managed-services/\">FSS ATM managed services</a><span style=\"line-height: 1.5em;\">, for ensuring high availability of ATM services, resulting in revenue from an acquiring stand point.</span>\r\n\r\nServices includes real estate, deployment, installation of infrastructure and network connectivity, site décor, branding, selection of security and housekeeping vendors, deployment of stationery, printer cash management, training of administrative staff and so on.\r\n\r\n<b>FSS ATM Deployment Services – Unique capabilities</b>\r\n<ul>\r\n <li>Ability to select and deploy ATMs / CDs / kiosks as per clients requirements, from all leading vendors</li>\r\n <li>Experienced team dedicated to site selection through analytical reports.</li>\r\n <li>Provides variety of network connectivity like leased line, CDMA, VSAT, ISDN dial back-up.</li>\r\n <li>High quality site preparation, custom lit up displays.</li>\r\n <li>Choice of armed /un-armed guards, house-keeping services.</li>\r\n <li>Cash management and loading services.</li>\r\n <li>Customer training for administration functions.</li>\r\n</ul>','ATM Deployment','','inherit','open','open','','130-revision-v1','','','2014-05-23 11:45:05','2014-05-23 11:45:05','',130,'http://039719c.netsolhost.com/ltest/fss/130-revision-v1/',0,'revision','',0),(899,1,'2014-05-23 11:49:06','2014-05-23 11:49:06','<span style=\"line-height: 1.5em;\">[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment1.jpg\"><img class=\"alignnone size-full wp-image-900\" alt=\"fss-independent-atm-deployment\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment1.jpg\" width=\"657\" height=\"135\" /></a>[/responsive][responsive]IMAGE HERE[/responsive]</span>\n\n<span style=\"line-height: 1.5em;\">FSS has successfully deployed over 6,000 ATMs and cash dispensers for over 23 leading public and private banks in India, on pan-India geography. Strong relationships with ATM vendors, network service providers, cash-in-transit management companies and house-keeping agencies, enables FSS to provide a single point of contact to banks for all their ATM deployment and management requirements. In addition, these services can readily be combined with </span><a style=\"line-height: 1.5em;\" href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/managed-services/\">FSS ATM managed services</a><span style=\"line-height: 1.5em;\">, for ensuring high availability of ATM services, resulting in revenue from an acquiring stand point.</span>\n\nServices includes real estate, deployment, installation of infrastructure and network connectivity, site décor, branding, selection of security and housekeeping vendors, deployment of stationery, printer cash management, training of administrative staff and so on.\n\n<b>FSS ATM Deployment Services – Unique capabilities</b>\n<ul>\n <li>Ability to select and deploy ATMs / CDs / kiosks as per clients requirements, from all leading vendors</li>\n <li>Experienced team dedicated to site selection through analytical reports.</li>\n <li>Provides variety of network connectivity like leased line, CDMA, VSAT, ISDN dial back-up.</li>\n <li>High quality site preparation, custom lit up displays.</li>\n <li>Choice of armed /un-armed guards, house-keeping services.</li>\n <li>Cash management and loading services.</li>\n <li>Customer training for administration functions.</li>\n</ul>','ATM Deployment','','inherit','open','open','','130-autosave-v1','','','2014-05-23 11:49:06','2014-05-23 11:49:06','',130,'http://039719c.netsolhost.com/ltest/fss/130-autosave-v1/',0,'revision','',0),(900,1,'2014-05-23 11:47:23','2014-05-23 11:47:23','','fss-independent-atm-deployment','','inherit','open','open','','fss-independent-atm-deployment-2','','','2014-05-23 11:47:23','2014-05-23 11:47:23','',130,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment1.jpg',0,'attachment','image/jpeg',0),(942,1,'2014-05-23 13:12:54','2014-05-23 13:12:54','<span style=\"line-height: 1.5em;\">[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment1.jpg\"><img class=\"alignnone size-full wp-image-900\" alt=\"fss-independent-atm-deployment\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment1.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]</span>\r\n\r\n<span style=\"line-height: 1.5em;\">FSS has successfully deployed over 6,000 ATMs and cash dispensers for over 23 leading public and private banks in India, on pan-India geography. Strong relationships with ATM vendors, network service providers, cash-in-transit management companies and house-keeping agencies, enables FSS to provide a single point of contact to banks for all their ATM deployment and management requirements. In addition, these services can readily be combined with </span><a style=\"line-height: 1.5em;\" href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/managed-services/\">FSS ATM managed services</a><span style=\"line-height: 1.5em;\">, for ensuring high availability of ATM services, resulting in revenue from an acquiring stand point.</span>\r\n\r\nServices includes real estate, deployment, installation of infrastructure and network connectivity, site décor, branding, selection of security and housekeeping vendors, deployment of stationery, printer cash management, training of administrative staff and so on.\r\n\r\n<b>FSS ATM Deployment Services – Unique capabilities</b>\r\n<ul>\r\n <li>Ability to select and deploy ATMs / CDs / kiosks as per clients requirements, from all leading vendors</li>\r\n <li>Experienced team dedicated to site selection through analytical reports.</li>\r\n <li>Provides variety of network connectivity like leased line, CDMA, VSAT, ISDN dial back-up.</li>\r\n <li>High quality site preparation, custom lit up displays.</li>\r\n <li>Choice of armed /un-armed guards, house-keeping services.</li>\r\n <li>Cash management and loading services.</li>\r\n <li>Customer training for administration functions.</li>\r\n</ul>','ATM Deployment','','inherit','open','open','','130-revision-v1','','','2014-05-23 13:12:54','2014-05-23 13:12:54','',130,'http://039719c.netsolhost.com/ltest/fss/130-revision-v1/',0,'revision','',0),(901,1,'2014-05-23 11:47:28','2014-05-23 11:47:28','<span style=\"line-height: 1.5em;\">[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment1.jpg\"><img class=\"alignnone size-full wp-image-900\" alt=\"fss-independent-atm-deployment\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment1.jpg\" width=\"657\" height=\"135\" /></a>[/responsive][res</span>\r\n\r\n<span style=\"line-height: 1.5em;\">ponsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_atm_monitor.jpg\"><img class=\"alignnone size-full wp-image-897\" alt=\"fss_atm_monitor\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_atm_monitor.jpg\" width=\"250\" height=\"100\" /></a>[/responsive]FSS has successfully deployed over 6,000 ATMs and cash dispensers for over 23 leading public and private banks in India, on pan-India geography. Strong relationships with ATM vendors, network service providers, cash-in-transit management companies and house-keeping agencies, enables FSS to provide a single point of contact to banks for all their ATM deployment and management requirements. In addition, these services can readily be combined with </span><a style=\"line-height: 1.5em;\" href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/managed-services/\">FSS ATM managed services</a><span style=\"line-height: 1.5em;\">, for ensuring high availability of ATM services, resulting in revenue from an acquiring stand point.</span>\r\n\r\nServices includes real estate, deployment, installation of infrastructure and network connectivity, site décor, branding, selection of security and housekeeping vendors, deployment of stationery, printer cash management, training of administrative staff and so on.\r\n\r\n<b>FSS ATM Deployment Services – Unique capabilities</b>\r\n<ul>\r\n <li>Ability to select and deploy ATMs / CDs / kiosks as per clients requirements, from all leading vendors</li>\r\n <li>Experienced team dedicated to site selection through analytical reports.</li>\r\n <li>Provides variety of network connectivity like leased line, CDMA, VSAT, ISDN dial back-up.</li>\r\n <li>High quality site preparation, custom lit up displays.</li>\r\n <li>Choice of armed /un-armed guards, house-keeping services.</li>\r\n <li>Cash management and loading services.</li>\r\n <li>Customer training for administration functions.</li>\r\n</ul>','ATM Deployment','','inherit','open','open','','130-revision-v1','','','2014-05-23 11:47:28','2014-05-23 11:47:28','',130,'http://039719c.netsolhost.com/ltest/fss/130-revision-v1/',0,'revision','',0),(902,1,'2014-05-23 11:48:02','2014-05-23 11:48:02','<span style=\"line-height: 1.5em;\">[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment1.jpg\"><img class=\"alignnone size-full wp-image-900\" alt=\"fss-independent-atm-deployment\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment1.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]</span>\r\n\r\n<span style=\"line-height: 1.5em;\"><a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_atm_monitor.jpg\"><img class=\"alignnone size-full wp-image-897\" alt=\"fss_atm_monitor\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_atm_monitor.jpg\" width=\"250\" height=\"100\" /></a>[/responsive]FSS has successfully deployed over 6,000 ATMs and cash dispensers for over 23 leading public and private banks in India, on pan-India geography. Strong relationships with ATM vendors, network service providers, cash-in-transit management companies and house-keeping agencies, enables FSS to provide a single point of contact to banks for all their ATM deployment and management requirements. In addition, these services can readily be combined with </span><a style=\"line-height: 1.5em;\" href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/managed-services/\">FSS ATM managed services</a><span style=\"line-height: 1.5em;\">, for ensuring high availability of ATM services, resulting in revenue from an acquiring stand point.</span>\r\n\r\nServices includes real estate, deployment, installation of infrastructure and network connectivity, site décor, branding, selection of security and housekeeping vendors, deployment of stationery, printer cash management, training of administrative staff and so on.\r\n\r\n<b>FSS ATM Deployment Services – Unique capabilities</b>\r\n<ul>\r\n <li>Ability to select and deploy ATMs / CDs / kiosks as per clients requirements, from all leading vendors</li>\r\n <li>Experienced team dedicated to site selection through analytical reports.</li>\r\n <li>Provides variety of network connectivity like leased line, CDMA, VSAT, ISDN dial back-up.</li>\r\n <li>High quality site preparation, custom lit up displays.</li>\r\n <li>Choice of armed /un-armed guards, house-keeping services.</li>\r\n <li>Cash management and loading services.</li>\r\n <li>Customer training for administration functions.</li>\r\n</ul>','ATM Deployment','','inherit','open','open','','130-revision-v1','','','2014-05-23 11:48:02','2014-05-23 11:48:02','',130,'http://039719c.netsolhost.com/ltest/fss/130-revision-v1/',0,'revision','',0),(903,1,'2014-05-23 11:49:09','2014-05-23 11:49:09','','fss_atm_monitor','','inherit','open','open','','fss_atm_monitor-2','','','2014-05-23 11:49:09','2014-05-23 11:49:09','',130,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_atm_monitor1.jpg',0,'attachment','image/jpeg',0),(905,1,'2014-05-23 11:53:12','2014-05-23 11:53:12','<span style=\"line-height: 1.5em;\">[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment1.jpg\"><img class=\"alignnone size-full wp-image-900\" alt=\"fss-independent-atm-deployment\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment1.jpg\" width=\"657\" height=\"135\" /></a>[/responsive][responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_atm_monitor1.jpg\"><img class=\"alignnone size-full wp-image-903\" alt=\"fss_atm_monitor\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_atm_monitor1.jpg\" width=\"250\" height=\"100\" /></a>[/responsive]FSS has successfully deployed over 6,000 ATMs and cash dispensers for over 23 leading public and private banks in India, on pan-India geography. Strong relationships with ATM vendors, network service providers, cash-in-transit management companies and house-keeping agencies, enables FSS to provide a single point of contact to banks for all their ATM deployment and management requirements. In addition, these services can readily be combined with </span><a style=\"line-height: 1.5em;\" href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/managed-services/\">FSS ATM managed services</a><span style=\"line-height: 1.5em;\">, for ensuring high availability of ATM services, resulting in revenue from an acquiring stand point.</span>\r\n\r\nServices includes real estate, deployment, installation of infrastructure and network connectivity, site décor, branding, selection of security and housekeeping vendors, deployment of stationery, printer cash management, training of administrative staff and so on.\r\n\r\n<b>FSS ATM Deployment Services – Unique capabilities</b>\r\n<ul>\r\n <li>Ability to select and deploy ATMs / CDs / kiosks as per clients requirements, from all leading vendors</li>\r\n <li>Experienced team dedicated to site selection through analytical reports.</li>\r\n <li>Provides variety of network connectivity like leased line, CDMA, VSAT, ISDN dial back-up.</li>\r\n <li>High quality site preparation, custom lit up displays.</li>\r\n <li>Choice of armed /un-armed guards, house-keeping services.</li>\r\n <li>Cash management and loading services.</li>\r\n <li>Customer training for administration functions.</li>\r\n</ul>','ATM Deployment','','inherit','open','open','','130-revision-v1','','','2014-05-23 11:53:12','2014-05-23 11:53:12','',130,'http://039719c.netsolhost.com/ltest/fss/130-revision-v1/',0,'revision','',0),(904,1,'2014-05-23 11:49:16','2014-05-23 11:49:16','<span style=\"line-height: 1.5em;\">[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment1.jpg\"><img class=\"alignnone size-full wp-image-900\" alt=\"fss-independent-atm-deployment\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-independent-atm-deployment1.jpg\" width=\"657\" height=\"135\" /></a>[/responsive][responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_atm_monitor1.jpg\"><img class=\"alignnone size-full wp-image-903\" alt=\"fss_atm_monitor\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_atm_monitor1.jpg\" width=\"250\" height=\"100\" /></a>[/responsive]</span>\r\n\r\n<span style=\"line-height: 1.5em;\">FSS has successfully deployed over 6,000 ATMs and cash dispensers for over 23 leading public and private banks in India, on pan-India geography. Strong relationships with ATM vendors, network service providers, cash-in-transit management companies and house-keeping agencies, enables FSS to provide a single point of contact to banks for all their ATM deployment and management requirements. In addition, these services can readily be combined with </span><a style=\"line-height: 1.5em;\" href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/managed-services/\">FSS ATM managed services</a><span style=\"line-height: 1.5em;\">, for ensuring high availability of ATM services, resulting in revenue from an acquiring stand point.</span>\r\n\r\nServices includes real estate, deployment, installation of infrastructure and network connectivity, site décor, branding, selection of security and housekeeping vendors, deployment of stationery, printer cash management, training of administrative staff and so on.\r\n\r\n<b>FSS ATM Deployment Services – Unique capabilities</b>\r\n<ul>\r\n <li>Ability to select and deploy ATMs / CDs / kiosks as per clients requirements, from all leading vendors</li>\r\n <li>Experienced team dedicated to site selection through analytical reports.</li>\r\n <li>Provides variety of network connectivity like leased line, CDMA, VSAT, ISDN dial back-up.</li>\r\n <li>High quality site preparation, custom lit up displays.</li>\r\n <li>Choice of armed /un-armed guards, house-keeping services.</li>\r\n <li>Cash management and loading services.</li>\r\n <li>Customer training for administration functions.</li>\r\n</ul>','ATM Deployment','','inherit','open','open','','130-revision-v1','','','2014-05-23 11:49:16','2014-05-23 11:49:16','',130,'http://039719c.netsolhost.com/ltest/fss/130-revision-v1/',0,'revision','',0),(906,1,'2014-05-23 11:56:39','2014-05-23 11:56:39','','fss_bill_pay','','inherit','open','open','','fss_bill_pay','','','2014-05-23 11:56:39','2014-05-23 11:56:39','',520,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_bill_pay.jpg',0,'attachment','image/jpeg',0),(907,1,'2014-05-23 11:56:44','2014-05-23 11:56:44','[responsive]<img class=\"alignnone size-full wp-image-517\" alt=\"fss-bill-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\" width=\"657\" height=\"135\" />[/responsive][responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_bill_pay.jpg\"><img class=\"alignnone size-full wp-image-906\" alt=\"fss_bill_pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_bill_pay.jpg\" width=\"250\" height=\"100\" /></a>[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, multi-channel electronic bill presentment and payment solution.\"]\r\n\r\n<span style=\"line-height: 1.5em;\">In today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.</span>\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -\r\n<ul>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n</ul>\r\n</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS Bill Pay','','inherit','open','open','','520-revision-v1','','','2014-05-23 11:56:44','2014-05-23 11:56:44','',520,'http://039719c.netsolhost.com/ltest/fss/520-revision-v1/',0,'revision','',0),(908,1,'2014-05-23 11:58:09','2014-05-23 11:58:09','[responsive]<img class=\"alignnone size-full wp-image-517\" alt=\"fss-bill-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\" width=\"657\" height=\"135\" />[/responsive][responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_bill_pay.jpg\"><img class=\"alignnone size-full wp-image-906\" alt=\"fss_bill_pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_bill_pay.jpg\" width=\"250\" height=\"100\" /></a>[/responsive][separator headline=\"h4\" title=\"A comprehensive, multi-channel electronic bill presentment and payment solution.\"]\r\n\r\n<span style=\"line-height: 1.5em;\">In today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.</span>\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -\r\n<ul>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n</ul>\r\n</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS Bill Pay','','inherit','open','open','','520-revision-v1','','','2014-05-23 11:58:09','2014-05-23 11:58:09','',520,'http://039719c.netsolhost.com/ltest/fss/520-revision-v1/',0,'revision','',0),(909,1,'2014-05-23 11:59:36','2014-05-23 11:59:36','','fss_bill_pay','','inherit','open','open','','fss_bill_pay-2','','','2014-05-23 11:59:36','2014-05-23 11:59:36','',520,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_bill_pay1.jpg',0,'attachment','image/jpeg',0),(914,1,'2014-05-23 12:12:59','2014-05-23 12:12:59','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\"><img class=\"alignnone size-full wp-image-517\" alt=\"fss-bill-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive][separator headline=\"h4\" title=\"A comprehensive, multi-channel electronic bill presentment and payment solution.\"]\r\n\r\n<span style=\"line-height: 1.5em;\">[responsive]<img class=\"alignleft\" alt=\"fss_bill_pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_bill_pay.jpg\" width=\"250\" height=\"100\" />[/responsive]In today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.</span>\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -\r\n<ul>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n</ul>\r\n</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS Bill Pay','','inherit','open','open','','520-revision-v1','','','2014-05-23 12:12:59','2014-05-23 12:12:59','',520,'http://039719c.netsolhost.com/ltest/fss/520-revision-v1/',0,'revision','',0),(910,1,'2014-05-23 11:59:41','2014-05-23 11:59:41','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\"><img class=\"alignnone size-full wp-image-517\" alt=\"fss-bill-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive][responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_bill_pay1.jpg\"><img class=\"alignnone size-full wp-image-909\" alt=\"fss_bill_pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_bill_pay1.jpg\" width=\"250\" height=\"100\" /></a>[/responsive][separator headline=\"h4\" title=\"A comprehensive, multi-channel electronic bill presentment and payment solution.\"]\r\n\r\n<span style=\"line-height: 1.5em;\">In today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.</span>\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -\r\n<ul>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n</ul>\r\n</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS Bill Pay','','inherit','open','open','','520-revision-v1','','','2014-05-23 11:59:41','2014-05-23 11:59:41','',520,'http://039719c.netsolhost.com/ltest/fss/520-revision-v1/',0,'revision','',0),(911,1,'2014-05-23 12:01:11','2014-05-23 12:01:11','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\"><img class=\"alignnone size-full wp-image-517\" alt=\"fss-bill-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive][responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_bill_pay.jpg\"><img class=\"alignnone size-full wp-image-906\" alt=\"fss_bill_pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_bill_pay.jpg\" width=\"250\" height=\"100\" /></a>[/responsive][separator headline=\"h4\" title=\"A comprehensive, multi-channel electronic bill presentment and payment solution.\"]\r\n\r\n<span style=\"line-height: 1.5em;\">In today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.</span>\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -\r\n<ul>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n</ul>\r\n</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS Bill Pay','','inherit','open','open','','520-revision-v1','','','2014-05-23 12:01:11','2014-05-23 12:01:11','',520,'http://039719c.netsolhost.com/ltest/fss/520-revision-v1/',0,'revision','',0),(912,1,'2014-05-23 12:08:04','2014-05-23 12:08:04','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\"><img class=\"alignnone size-full wp-image-517\" alt=\"fss-bill-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive][separator headline=\"h4\" title=\"A comprehensive, multi-channel electronic bill presentment and payment solution.\"]\r\n\r\n<span style=\"line-height: 1.5em;\">[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_bill_pay.jpg\"><img alt=\"fss_bill_pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_bill_pay.jpg\" width=\"250\" height=\"100\" /></a>[/responsive]In today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.</span>\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -\r\n<ul>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n</ul>\r\n</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS Bill Pay','','inherit','open','open','','520-revision-v1','','','2014-05-23 12:08:04','2014-05-23 12:08:04','',520,'http://039719c.netsolhost.com/ltest/fss/520-revision-v1/',0,'revision','',0),(913,1,'2014-05-23 12:10:15','2014-05-23 12:10:15','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\"><img class=\"alignnone size-full wp-image-517\" alt=\"fss-bill-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive][separator headline=\"h4\" title=\"A comprehensive, multi-channel electronic bill presentment and payment solution.\"]\r\n\r\n<span style=\"line-height: 1.5em;\">[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_bill_pay.jpg\"><img class=\"alignleft\" alt=\"fss_bill_pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_bill_pay.jpg\" width=\"250\" height=\"100\" /></a>[/responsive]In today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.</span>\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -\r\n<ul>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n</ul>\r\n</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS Bill Pay','','inherit','open','open','','520-revision-v1','','','2014-05-23 12:10:15','2014-05-23 12:10:15','',520,'http://039719c.netsolhost.com/ltest/fss/520-revision-v1/',0,'revision','',0),(915,1,'2014-05-23 12:14:36','2014-05-23 12:14:36','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\"><img class=\"alignnone size-full wp-image-517\" alt=\"fss-bill-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-bill-pay.jpg\" width=\"657\" height=\"135\" /></a>[/responsive][separator headline=\"h4\" title=\"A comprehensive, multi-channel electronic bill presentment and payment solution.\"]\r\n\r\n<span style=\"line-height: 1.5em;\">[responsive]<img class=\"alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_bill_pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_bill_pay.jpg\" width=\"250\" height=\"100\" />[/responsive]In today’s fast changing retail payments landscape, customers are looking for convenience in electronic payments over multiple channels of their choice. FSS Bill Pay solution leverages on retail infrastructure to provide a fast and secure way for bill presentment and payments over ATMs, kiosks, mobile and internet payment gateway channels. The application helps the billers in timely collection of payments in a consolidated account. The presentation of bills on all delivery channels is easily accessible to customers. FSS Bill Pay system also supports file interfaces for billers who do not have an online bill hosting facility.</span>\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Aggregator and delivery channel agnostic business model.</li>\r\n <li>Offers varied modes of operation -\r\n<ul>\r\n <li>Static data from utilities,</li>\r\n <li>Online linkage to the utilities for getting current payment dues</li>\r\n <li>Direct payment (without bill presentment)</li>\r\n</ul>\r\n</li>\r\n <li>Easy integration with utility companies, financial transaction switches, delivery channels and payment partners.</li>\r\n <li>Interfaces with several types of external systems using varied message formats.</li>\r\n <li>Extensive audit and tracking capabilities.</li>\r\n <li>Complete re-creation of paper-based billing.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS has been enabling innovative value-added solutions over multiple delivery channels such as ATMs, POS and Internet for over 10 years.</li>\r\n <li>Several banks and cardholders in India have derived immense benefits from FSS\' ATM based institution fee payments and bill payments.</li>\r\n <li>FSS offers a readymade platform for banks to encourage their cardholders to make online payments towards their utility bills, using FSS Bill Pay solution.</li>\r\n <li>Besides customer convenience, banks get a better return on retail infrastructure, with possible revenue sharing opportunities.</li>\r\n <li>FSS has tied up with leading merchant aggregators in India to acquire a wide range of merchants in the utilities and bill payments domain.</li>\r\n</ul>','FSS Bill Pay','','inherit','open','open','','520-revision-v1','','','2014-05-23 12:14:36','2014-05-23 12:14:36','',520,'http://039719c.netsolhost.com/ltest/fss/520-revision-v1/',0,'revision','',0),(916,1,'2014-05-23 12:20:49','2014-05-23 12:20:49','','fss_cross_sell','','inherit','open','open','','fss_cross_sell','','','2014-05-23 12:20:49','2014-05-23 12:20:49','',522,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_cross_sell.jpg',0,'attachment','image/jpeg',0),(917,1,'2014-05-23 12:21:22','2014-05-23 12:21:22','[responsive]<img class=\"alignleft size-full wp-image-523\" alt=\"fss-product-cross-sell\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-product-cross-sell.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n[separator headline=\"h4\" title=\"A modular solution that enables banks to cross sell their products and services across their ATM and Internet banking channels\"]\r\n[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_cross_sell.jpg\"><img class=\"size-full wp-image-916 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_cross_sell\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_cross_sell.jpg\" width=\"250\" height=\"100\" /></a>[/responsive]Banks constantly endeavor to find cost effective ways of selling their products to their customers. Increase in the usage of self-service terminals and internet banking channel by customers provides banks with interactive media options for displaying new products. Enabled through ATMs and internet banking channels, FSS Product Cross Sell solution provides enhanced opportunities for banks to acquire and retain customer relationships by cross selling their existing products and service.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Easy configurability and manageability, reduces time-to-market thereby enabling banks to roll out the services to its customers quickly.</li>\r\n <li>Allows banks to appropriately schedule their marketing campaigns based on customer profile.</li>\r\n <li>Generates exhaustive product-wise and customer-wise reports to ascertain the leads generated.</li>\r\n <li>Creates marketing and customer database over a period of time.</li>\r\n <li>Works seamlessly with all brands of ATMs and internet banking site/portal of the banks</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Trusted by some of the leading banks in India for over 4 years.</li>\r\n <li>Has a proven track record of improving the Return on Investment (ROI).</li>\r\n <li>Increases customers convenience for availing a wide range of bank\' products in a centralized mode.</li>\r\n <li>Maintains and manages centralized marketing campaigns on its ATM & net banking channels.</li>\r\n</ul>','FSS Product Cross Sell','','inherit','open','open','','522-revision-v1','','','2014-05-23 12:21:22','2014-05-23 12:21:22','',522,'http://039719c.netsolhost.com/ltest/fss/522-revision-v1/',0,'revision','',0),(918,1,'2014-05-23 12:25:11','2014-05-23 12:25:11','','fss_green_pin','','inherit','open','open','','fss_green_pin','','','2014-05-23 12:25:11','2014-05-23 12:25:11','',532,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_green_pin.jpg',0,'attachment','image/jpeg',0),(919,1,'2014-05-23 12:25:30','2014-05-23 12:25:30','[responsive]<img class=\"alignleft size-full wp-image-533\" alt=\"fss-green-pin\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-green-pin.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A well integrated green solution that helps card issuers avoid the usage of paper-based PIN\"]\r\n[responsive]<img class=\"size-full wp-image-918 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_green_pin\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_green_pin.jpg\" width=\"250\" height=\"100\" />[/responsive]Banks and card issuers are increasingly adopting various paper-less methods to communicate to their customers that save time, money and maximize convenience and productivity. One such activity is sending PIN mailers to cardholders. FSS Green PIN is a paper-less PIN generation and forwarding solution that enables banks to securely transmit card PINs in electronic form through multiple delivery channels to their cardholders.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Avoids usage of expensive PIN mailer stationery, and simplifying dispatch logistics.</li>\r\n <li>Two tier validation - During pass code generation and during ATM PIN generation.</li>\r\n <li>Secured information - PIN\'s once generated, are not stored.</li>\r\n <li>Secondary level secured information are stored in hashed/masked format.</li>\r\n <li>Compliant with all the global security standards:</li>\r\n <li>PCI standards</li>\r\n <li>PABP standards</li>\r\n <li>PADSS standards</li>\r\n <li>OWASP standards</li>\r\n <li>VISA and MasterCard recommendations on PIN transmission</li>\r\n <li>Centralized system prevents data redundancy.</li>\r\n <li>User friendly interface for convenient administration.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Saves costs towards PIN mailer stationery, printing and dispatch.</li>\r\n <li>Eco friendly - Avoids usage of paper.</li>\r\n <li>Helps banks to seamlessly transmit PINs through multiple delivery channels:\r\n<ul style=\"list-style: circle;\">\r\n <li>Mobile</li>\r\n <li>Internet-Email</li>\r\n <li>IVR</li>\r\n <li>ATM</li>\r\n</ul>\r\n</li>\r\n <li>Helps enhance the brand image of banks by offering the latest technology based service.</li>\r\n <li>Provides the card issuer with a new channel of communication with the cardholder.</li>\r\n <li>Reduces the number of customer call on re-issuance/forgot PIN.</li>\r\n <li>Already deployed at some of the major Indian banks.</li>\r\n</ul>','FSS Green PIN','','inherit','open','open','','532-revision-v1','','','2014-05-23 12:25:30','2014-05-23 12:25:30','',532,'http://039719c.netsolhost.com/ltest/fss/532-revision-v1/',0,'revision','',0),(920,1,'2014-05-23 12:28:14','2014-05-23 12:28:14','','fss_loyalty','','inherit','open','open','','fss_loyalty','','','2014-05-23 12:28:14','2014-05-23 12:28:14','',535,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_loyalty.jpg',0,'attachment','image/jpeg',0),(921,1,'2014-05-23 12:28:29','2014-05-23 12:28:29','[responsive]<img class=\"alignleft size-full wp-image-536\" alt=\"Loyalty-Manager\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/Loyalty-Manager.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"An interactive, intuitive and customizable Loyalty Management System that allows financial institutions to create single or coalition loyalty programs for their merchant and customer base.\"]\r\n[responsive]<img class=\"size-full wp-image-920 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_loyalty\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_loyalty.jpg\" width=\"250\" height=\"100\" />[/responsive]With retail business becoming increasingly competitive, banks and merchants strive constantly to retain their customer base. Merchants would like their customers to return to them for additional purchase of goods/services, while banks would like to encourage their customers to use their cards to improve customer retention.\r\n\r\n<strong>FSS Loyalty Manager</strong> has been developed leveraging extensive knowledge in the payments domain and in merchant operations. It is a comprehensive and dynamic solution that supports financial institutions to create custom loyalty programs for their existing merchant and customer base in order to generate more transactions and incremental revenues at lower costs. From creating a marketing campaign to redeeming reward points, from providing business intelligence and analytical data to gauging the success of a marketing campaign, FSS Loyalty Manager delivers it all.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Creates interactive web portals for institutions, merchants and customers.</li>\r\n <li>Supports card-less loyalty program.</li>\r\n <li>Provides instant registration facility and redemption options through multiple delivery channels.</li>\r\n <li>Provides cutting-edge analytical features to help identify the appropriate target audience for building marketing campaigns.</li>\r\n <li>Facilitates the rewarding process based on transaction volumes for a particular period.</li>\r\n <li>Facilitates the process of earning reward points from repeat purchases done during a product campaign.</li>\r\n <li>Provides real-time customer feedback to develop sales strategies.</li>\r\n <li>Analyses customer feedback to allocate appropriate resources.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Calculates critical customer loyalty metrics to understand customer purchase behavior.</li>\r\n <li>Allows selection and creating the right marketing campaigns and loyalty programs to achieve customer retention and incremental revenue.</li>\r\n <li>Secure system, with tamper-resistant encryption and decryption.</li>\r\n <li>Facilitates faster time-to-market product campaigns and loyalty programs for greater return on investment (ROI).</li>\r\n</ul>','FSS Loyalty Manager','','inherit','open','open','','535-revision-v1','','','2014-05-23 12:28:29','2014-05-23 12:28:29','',535,'http://039719c.netsolhost.com/ltest/fss/535-revision-v1/',0,'revision','',0),(922,1,'2014-05-23 12:32:36','2014-05-23 12:32:36','','fss_biometrics','','inherit','open','open','','fss_biometrics','','','2014-05-23 12:32:36','2014-05-23 12:32:36','',506,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_biometrics.jpg',0,'attachment','image/jpeg',0),(923,1,'2014-05-23 12:32:57','2014-05-23 12:32:57','[responsive]<img class=\"alignleft size-full wp-image-507\" alt=\"fss-biometric\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-biometric.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n[separator headline=\"h4\" title=\"A secure, robust and feature-rich biometric authorization solution for banks & financial institutions\"]\r\n[responsive]<img class=\"size-full wp-image-922 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_biometrics\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_biometrics.jpg\" width=\"250\" height=\"100\" />[/responsive]Traditionally, <strong>PIN-based authentication</strong> has been the basic method of authenticating cardholders across all delivery channels. Recent advances in technology allow alternate methods of authentication including usage of <strong>bio-metric</strong> features such as finger-prints. Biometric authentication obviates the need for generation of PIN, distribution, secure storage (by the card holder), and secure authentication. The complexity at a self-service terminal also is simplified, with the help of voice guidance services.\r\n\r\nFSS Biometrics solution enables banks and financial institutions to securely capture, store and authenticate finger-prints that can be used as an alternate or an additional authorization method. The application can also act as an enabler for inclusive banking to the unbanked segments. The entire process is standardized, and works across multiple delivery channels and devices such as ATM, POS, Kiosks and Laptops.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Supports an integrated PIN/biometric based authentication process.</li>\r\n <li>Supports POS, kiosks and PC-based teller applications.</li>\r\n <li>Centralized monitoring and control of biometric enabled delivery channels.</li>\r\n <li>Provides configurable GUI based biometric server setup options.</li>\r\n <li>Allows all EDC channels to communicate via switch which ensures better integration and control.</li>\r\n <li>Offers 24X7 online, real-time synchronized transaction support.</li>\r\n <li>Allows encrypted fingerprint data capture, storage and encrypted fingerprint data transmission from an ATM to a switch.</li>\r\n <li>Built in alerts for any hardware failures, and other exceptions.</li>\r\n <li>Centralized authorization, enables usage across wide geographic areas.</li>\r\n <li><strong>Integrate with all makes and types of ATMs.</strong></li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS has partnered with leading ATM manufacturers for successful deployment with several large banks in India.</li>\r\n <li>The solution is device-agnostic, as the message formats and the finger-print templates are standardized.</li>\r\n <li>The solution enables safe and secure authentication process which works with multiple EFT switches.</li>\r\n <li>The design of the system enforces proper workflow, mitigating transaction, non repudiation and avoiding possible fraud at the time of registration.</li>\r\n</ul>','FSS Biometrics','','inherit','open','open','','506-revision-v1','','','2014-05-23 12:32:57','2014-05-23 12:32:57','',506,'http://039719c.netsolhost.com/ltest/fss/506-revision-v1/',0,'revision','',0),(924,1,'2014-05-23 12:35:28','2014-05-23 12:35:28','','fss_debit','','inherit','open','open','','fss_debit','','','2014-05-23 12:35:28','2014-05-23 12:35:28','',246,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_debit.jpg',0,'attachment','image/jpeg',0),(925,1,'2014-05-23 12:35:49','2014-05-23 12:35:49','[responsive]<img class=\"alignnone size-full wp-image-256\" alt=\"fss-debit\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-debit.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"An integrated, secure and robust system that manages issuance & entire life cycle of debit cards.\"]\r\n\r\n[responsive]<img class=\"size-full wp-image-924 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_debit\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_debit.jpg\" width=\"250\" height=\"100\" />[/responsive]Banks continually seek to promote electronic banking for their customers, with a view to increase customer convenience, at lower operating costs. Opportunities for growth lie in differentiating the card products and services, while core features are increasingly becoming commoditized.\r\n\r\nTo capitalise on this opportunity, FSS Debit offers a complete card lifecycle management solution that enable banks to offer innovative, quick-to-market card products while serving customers more efficiently, securely and profitably. FSS Debit supports issuance of popular international card brands and private label debit cards that conform to industry standards. Built in post-issuance functions provide convenient management of customers and card related information.\r\n\r\n<strong> </strong><strong>[mini-icon icon=\"list-alt\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<ul>\r\n <li>Multi-institution support – Supports the needs of subsidiaries and group entities.</li>\r\n <li>Highly parameterized – Quick to market and roll-out of new products.</li>\r\n <li>Multi-level secure workflow – Maker~Checker~Authorizer facility ensures control, minimizes human errors and operational risk.</li>\r\n <li>Multiple platform support – Windows/ IBM AIX/ Solaris, Web logic/ Pramati/ JRun.</li>\r\n <li>Multi-card support – Supports issuance of ATM/ debit/ private-label cards, personalized/ non-personalized cards, photo/ non-photo cards.</li>\r\n <li>Secure PIN generation – Supports hardware (HSM) based PIN generation.</li>\r\n <li>Comprehensive MIS and Reporting – Over 50 standard reports.</li>\r\n</ul>\r\n<strong> </strong><strong><strong>[mini-icon icon=\"check\"] </strong></strong><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS Debit solution has been used by over <strong>20 banks/ institutions</strong> to issue over <strong>200 million cards</strong>.</li>\r\n <li>Proven, scalable solution – Has supported issuance of over 90 million cards for a large bank.</li>\r\n <li>Benchmarked to issue over 150,000 cards in a single day for a large bank.</li>\r\n <li>A comprehensive solution built on deep knowledge and experience in the payments domain for over 20 years.</li>\r\n</ul>\r\n[toggle title=\"Product Brochure\" open=\"false\" icon=\"star\"][contact-form-7 id=\"14\" title=\"Product Brochure Request\"][/toggle]','FSS Debit','','inherit','open','open','','246-revision-v1','','','2014-05-23 12:35:49','2014-05-23 12:35:49','',246,'http://039719c.netsolhost.com/ltest/fss/246-revision-v1/',0,'revision','',0),(926,1,'2014-05-23 12:37:38','2014-05-23 12:37:38','','fss_prepaid','','inherit','open','open','','fss_prepaid','','','2014-05-23 12:37:38','2014-05-23 12:37:38','',248,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_prepaid.jpg',0,'attachment','image/jpeg',0),(927,1,'2014-05-23 12:37:53','2014-05-23 12:37:53','[responsive]<img class=\"alignnone size-full wp-image-260\" alt=\"fss-prepaid\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-prepaid.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive application for issuance and complete management of prepaid cards\"]\r\n\r\n[responsive]<img class=\"size-full wp-image-926 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_prepaid\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_prepaid.jpg\" width=\"250\" height=\"100\" />[/responsive]Prepaid cards, by virtue of their limited liability in the event of loss, are gaining popularity in the market. The precise, known top-up amount make them ideal for gift cards, travel cards, salary cards, meal cards, among many others.\r\n\r\nFSS Prepaid card management system allows a variety of prepaid card products to be defined, including usage in open-loop and closed-loop programs, and on magnetic stripe and EMV™ chip card platforms. FSS provides fixed or re-loadable value options on prepaid cards. The application tracks issuance and activation of cards, authorizes transactions online, defines applicable fee and charges and provides reconciliation and settlement. The suite also facilitates issuance of virtual cards.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<ul>\r\n <li>Flexible issuance options, account enrollment and management.</li>\r\n <li>Elaborate and configurable rule engine for transaction processing.</li>\r\n <li>Funds and fees management.</li>\r\n <li>Supports issuance of:\r\n<div>\r\n<ul>\r\n <li>Gift cards</li>\r\n <li>Pension cards</li>\r\n <li>Payroll cards</li>\r\n <li>Travel cards and more</li>\r\n</ul>\r\n</div></li>\r\n</ul>\r\n<ul>\r\n <li>Card inventory management.</li>\r\n <li>Supports loyalty programs.</li>\r\n <li>Reconciliation and Settlement.</li>\r\n <li>Web-access for corporates, call centers and card holders.</li>\r\n <li>Multi-currency and Multi-lingual.</li>\r\n</ul>\r\n<strong>[mini-icon icon=\"check\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS has leveraged its proven experience in issuance and management of debit cards to support prepaid card solution suite.</li>\r\n <li>The solution is PA~DSS compliant, thereby providing data security and process controls.</li>\r\n <li>Modular design allows activation of customized product features and work-flow that are best suited to the client\'s requirements.</li>\r\n</ul>','FSS Prepaid','','inherit','open','open','','248-revision-v1','','','2014-05-23 12:37:53','2014-05-23 12:37:53','',248,'http://039719c.netsolhost.com/ltest/fss/248-revision-v1/',0,'revision','',0),(928,1,'2014-05-23 12:39:23','2014-05-23 12:39:23','','smart_chipjpg','','inherit','open','open','','smart_chipjpg','','','2014-05-23 12:39:23','2014-05-23 12:39:23','',250,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/smart_chipjpg.jpg',0,'attachment','image/jpeg',0),(929,1,'2014-05-23 12:39:38','2014-05-23 12:39:38','[responsive]<img class=\"alignnone size-full wp-image-263\" alt=\"fss-smart-chip\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-smart-chip.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive, secure and pro-active smart card management system that includes the life cycle management of applications, chip and product.\"]\r\n\r\n[responsive]<img class=\"size-full wp-image-928 alignleft\" style=\"margin-bottom: 0px;\" alt=\"smart_chipjpg\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/smart_chipjpg.jpg\" width=\"250\" height=\"100\" />[/responsive]The exponential growth in the retail payments business has significantly increased the challenges faced by organizations in managing and containing card fraud and financial losses. FSS Smart Chip with its secured authentication features and multiple security mechanisms helps contain such fraud leading to cost-savings and increased security of transactions.\r\n\r\nFSS Smart Chip is a well integrated and quick-to-deploy solution for managing the complete lifecycle of smart cards and post-issuance support. It supports issuance of EMV™ / Non-EMV-based smart cards for debit, credit, prepaid, biometric, transit and more.\r\n\r\n<strong>[mini-icon icon=\"list-alt\"]</strong><strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<div>\r\n<div>\r\n<div>[mini-icon icon=\"plus-sign\"] Supports the entire card life cycle management, which includes:</div>\r\n<ul>\r\n <li>Card issuance</li>\r\n <li>Re-issuance in case of damage or loss</li>\r\n <li>Re-initialization of user profile</li>\r\n</ul>\r\n</div>\r\n<div>\r\n<div>[mini-icon icon=\"plus-sign\"] Support for EMV™ / Non-EMV based Smart Cards for:</div>\r\n<ul>\r\n <li>Debit</li>\r\n <li>Credit</li>\r\n <li>Prepaid</li>\r\n <li>Biometric</li>\r\n <li>Transit</li>\r\n <li>Other card types as needed</li>\r\n</ul>\r\n</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Provides smart card PIN management module.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Facilitates blocking and unblocking of smart card for damage, loss or incorrect PIN entry.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Supports loyalty management.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Provides post issuance management support.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Uses multiple security mechanisms to contain the risk of fraudulent card issuance and misuse.</div>\r\n<div>[mini-icon icon=\"plus-sign\"] Defines fees and charges.</div>\r\n<div></div>\r\n<div>[gap height=\"20\"]</div>\r\n<div>[mini-icon icon=\"thumbs-up\"] <span style=\"text-decoration: underline;\"><strong><strong></strong> Advantage FSS</strong></span></div>\r\n<div>\r\n\r\n[mini-icon icon=\"plus-sign\"] Integrated web interface based system that can be implemented on industry standard computer platforms.\r\n[mini-icon icon=\"plus-sign\"] Proven capability in providing technology based end-to-end payment solutions.\r\n[mini-icon icon=\"plus-sign\"] Supports multiple products and applications.\r\n[mini-icon icon=\"plus-sign\"] Modular design allows online authorization and transaction processing.\r\n[mini-icon icon=\"plus-sign\"] Already deployed at a major public sector bank in India.\r\n\r\n</div>\r\n</div>','FSS Smart Chip','','inherit','open','open','','250-revision-v1','','','2014-05-23 12:39:38','2014-05-23 12:39:38','',250,'http://039719c.netsolhost.com/ltest/fss/250-revision-v1/',0,'revision','',0),(930,1,'2014-05-23 12:41:30','2014-05-23 12:41:30','','fss_merchant','','inherit','open','open','','fss_merchant','','','2014-05-23 12:41:30','2014-05-23 12:41:30','',48,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_merchant.jpg',0,'attachment','image/jpeg',0),(931,1,'2014-05-23 12:41:44','2014-05-23 12:41:44','[responsive]<img class=\"alignleft size-full wp-image-478\" alt=\"fss-merchant\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-merchant.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n<img class=\"size-full wp-image-476 alignright\" alt=\"pa-dss-logo\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/pa-dss-logo.jpg\" width=\"162\" height=\"32\" />\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[separator headline=\"h4\" title=\"A well integrated, secure and browser based end-to-end cards acquiring and merchant management solution.\"]\r\n\r\n[responsive]<img class=\"size-full wp-image-930 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_merchant\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_merchant.jpg\" width=\"250\" height=\"100\" />[/responsive]Today\'s fast-paced lifestyle and advancement in technology has transformed the purchase and payment behavior of customers. Regulators are also constantly on the lookout to make the payment process safe and secure. Leveraging its proven experience in both the issuance and acquiring platforms, FSS has developed FSS Merchant, a completely functional merchant life cycle management system built on a robust technology platform. FSS Merchant is a comprehensive and integrated solution that offers processing of a wide variety of acquiring transactions.\r\n\r\nIt enables the acquirers to manage the entire spectrum of merchant acquiring business which includes:\r\n<ul>\r\n <li>Merchant setup including stores and terminals</li>\r\n <li>Transaction processing</li>\r\n <li>Terminal inventory management</li>\r\n <li>Fees, rentals and other charges</li>\r\n <li>Exchange rates</li>\r\n <li>Merchant payments & statements</li>\r\n <li>Scheme settlement</li>\r\n <li>Chargeback management</li>\r\n <li>Help-Desk facility</li>\r\n <li>Sales agent management</li>\r\n <li>Risk & fraud controls</li>\r\n <li>Accounting & reconciliation</li>\r\n</ul>\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Product supports PCI-DSS compliance.</li>\r\n <li>Allows hosting data for multiple financial institutions using a single FSS Merchant application.</li>\r\n <li>Offers flexible options that best meet specific business and pricing needs.</li>\r\n <li>Automatic electronic deposits to the merchant account for all payment types.</li>\r\n <li>Transaction fee management facility.</li>\r\n <li>Supports multi-currency conversion.</li>\r\n <li>Risk management programs to minimize exposure to fraud and losses.</li>\r\n <li>100+ online reporting features.</li>\r\n <li>Browser based, multi user, menu driven, scalable solutions.</li>\r\n</ul>\r\n[mini-icon icon=\"thumbs-up\"] <span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>Successfully deployed at some of the well known banks, helping them build a sustainable competitive advantage.</li>\r\n <li>Can support compliance processes to make transaction processing efficient and secure.</li>\r\n <li>Supports multiple settlement cycles in a day.</li>\r\n <li>In-line with major international card brands.</li>\r\n <li>Near real time switch update.</li>\r\n</ul>','Merchant Management','','inherit','open','open','','48-revision-v1','','','2014-05-23 12:41:44','2014-05-23 12:41:44','',48,'http://039719c.netsolhost.com/ltest/fss/48-revision-v1/',0,'revision','',0),(932,1,'2014-05-23 12:43:41','2014-05-23 12:43:41','','fss_recon','','inherit','open','open','','fss_recon','','','2014-05-23 12:43:41','2014-05-23 12:43:41','',52,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_recon.jpg',0,'attachment','image/jpeg',0),(933,1,'2014-05-23 12:44:04','2014-05-23 12:44:04','[responsive]\r\n<img alt=\"fss-recon\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-recon.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A comprehensive data analysis platform that addresses complete reconciliation needs of banks and financial institutions.\"]\r\n\r\n[responsive]<img class=\"size-full wp-image-932 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_recon\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_recon.jpg\" width=\"250\" height=\"100\" />[/responsive]In an electronic financial transaction processing environment, transactions get logged at various entities, such as acquirers, issuers and interchanges from various time zones. The differences in the cut-over timings between host/switch and interchanges may not allow for complete reconciliation of a business day\'s transactions. FSS has built a robust and efficient reconciliation suite that would help simplify the reconciliation process.\r\n\r\nFSS Recon is trusted by over <strong>20 banks</strong> (licensing and processing model), supporting over <strong>20 million transactions</strong> in a single day.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong><strong> </strong></strong><span style=\"text-decoration: underline;\"><strong><strong>Highlights</strong></strong></span>\r\n<ul>\r\n <li>Modular architecture - Implements modules as required thereby optimizing investment in line with business objectives.</li>\r\n <li>User defined rules to generate alerts on chargeback, retrieval request and response.</li>\r\n <li>Automated scheduling of reconciliation activity.</li>\r\n <li>Force match option facility to manually settle un-reconciled entries.</li>\r\n <li>Multi-level reconciliation that supports international & domestic networks across multiple delivery channels.</li>\r\n <li>Applicable transaction fee and surcharge can be configured.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"] <span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS Recon is currently deployed and functional at over 20 banks/ institutions in India and world over.</li>\r\n <li>A proven, scalable solution that supports reconciliation of over 20 million transactions in a single day.</li>\r\n <li>Reconciliation of all card transactions is processed under a single system that provides an unified view to bank/financial institution.</li>\r\n <li>A comprehensive solution perfected over a period of 20 years from the pioneers in the payments domain.</li>\r\n</ul>','Reconciliation & Settlement','','inherit','open','open','','52-revision-v1','','','2014-05-23 12:44:04','2014-05-23 12:44:04','',52,'http://039719c.netsolhost.com/ltest/fss/52-revision-v1/',0,'revision','',0),(934,1,'2014-05-23 12:47:19','2014-05-23 12:47:19','','fss_mobile_pay','','inherit','open','open','','fss_mobile_pay','','','2014-05-23 12:47:19','2014-05-23 12:47:19','',54,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_mobile_pay.jpg',0,'attachment','image/jpeg',0),(935,1,'2014-05-23 12:47:51','2014-05-23 12:47:51','[responsive]<img class=\"alignleft size-full wp-image-492\" alt=\"fss-mobile-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-mobile-pay.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[separator headline=\"h4\" title=\"Unparalleled mobile banking, mobile payment, mobile commerce and mobile wallet experience with FSS Mobile Pay\"]\r\n\r\n[responsive]<img class=\"size-full wp-image-934 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_mobile_pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss_mobile_pay.jpg\" width=\"250\" height=\"100\" />[/responsive]Today\'s competitive market requires banks and financial institutions to create cost-effective, revenue-generating channels which would not only minimize operational and infrastructure costs, but would also enable in reaching out to a large number of customers quickly. The robust and integrated FSS Mobile Pay application enables mobile banking and payments through mobile handsets that can help banks and financial institutions meet their business objectives. The solution can be installed on multiple platforms, which minimize operational risks and operate at low transaction costs.\r\n\r\nTrusted by over 12 banks (licensing and processing model), FSS Mobile Pay solution can quickly and cost-effectively enable businesses to launch and scale mobile based solutions.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<ul>\r\n <li>FSS Mobile Pay services include:</li>\r\n <li>Mobile Banking - Enables banking services over the mobile phone</li>\r\n <li>Mobile Payments - Enables payment solution over the mobile phone</li>\r\n <li>Mobile Commerce - Enables mobile phone to handle transactions at the point of sale</li>\r\n <li>Mobile Wallet - Connects to one of the largest ecosystem, that includes over 3000 online & 10,000 physical retail merchants</li>\r\n <li>Supports Java enabled mobile phones and Brew enabled phones (CDMA), GPRS service, USSD service, WAP service and plain text SMS.</li>\r\n <li>A web-based portal enables banks to administer the mobile delivery services.</li>\r\n <li>The portal offers comprehensive MIS and reporting for bank\'s requirements.</li>\r\n <li>IMPS (Inter-bank Mobile Payment Services) enabled, for mobile to mobile payment transfers in India.</li>\r\n <li>Compliant with regulator\'s (RBI) mandates and prevailing security standards.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>FSS Mobile Pay solution is currently \'live\' at <strong>12 banks</strong> (licensing and processing model).</li>\r\n <li>FSS supports clients to define and optimize their mobile strategy, products and business model.</li>\r\n <li>FSS customizes and deploys the solution, and integrates it with the existing banking infrastructure (if required).</li>\r\n <li>Capability to seamlessly plug-in with the external interfaces of mobile network operators and business partners.</li>\r\n <li>Provides continuous support to meet mandates, and also new models, platforms.</li>\r\n</ul>\r\n[button link=\"http://mobile.fssnet.co.in/mpayweb/\" size=\"small\" target=\"_blank \" icon=\"cog\" color=\"red\" lightbox=\"true \"]more[/button]','Mobile Payments','','inherit','open','open','','54-revision-v1','','','2014-05-23 12:47:51','2014-05-23 12:47:51','',54,'http://039719c.netsolhost.com/ltest/fss/54-revision-v1/',0,'revision','',0),(936,1,'2014-05-23 13:03:06','2014-05-23 13:03:06','','fss_connect','','inherit','open','open','','fss_connect','','','2014-05-23 13:03:06','2014-05-23 13:03:06','',538,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_connect.jpg',0,'attachment','image/jpeg',0),(938,1,'2014-05-23 13:05:13','2014-05-23 13:05:13','','fss_atm_monitor','','inherit','open','open','','fss_atm_monitor-3','','','2014-05-23 13:05:13','2014-05-23 13:05:13','',542,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_atm_monitor.jpg',0,'attachment','image/jpeg',0),(939,1,'2014-05-23 13:05:28','2014-05-23 13:05:28','[responsive]<img class=\"alignleft size-full wp-image-543\" alt=\"fss-adm\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-adm.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n\r\n[separator headline=\"h4\" title=\"A scalable, secure and reliable 24/7 ATM monitoring solution.\"]\r\n\r\n[responsive]<img class=\"size-full wp-image-938 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_atm_monitor\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_atm_monitor.jpg\" width=\"250\" height=\"100\" />[/responsive]Customers depend on the ATM network to grant them 24/7 access to their money. Monitoring the availability of ATM services is vital for customer satisfaction, and also for generation of revenue opportunities from an acquiring point of view. With FSS Active Device Manager (ADM), ATM related issues can be quickly identified and addressed. Round-the-clock ATM monitoring solution from FSS provides an accurate failure analysis and quick and efficient resolution of issues. This helps reduce operating costs and allows for better management of the ATM network.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> <span style=\"text-decoration: underline;\">Highlights</span></strong>\r\n<ul>\r\n <li>Supports monitoring of XFS / SNMP based ATMs.</li>\r\n <li>Switch agnostic interfacing solution.</li>\r\n <li>Easy to use and flexible monitoring web interface enables banks to monitor the device, transactions, ticket and cash.</li>\r\n <li>Faults in the ATM network are translated into tickets and assigned to service provider agents for end-to-end tracking and closure.</li>\r\n <li>Allows the ticket to be tracked as per the SLA defined with each vendor/ATM.</li>\r\n <li>Integrates with popular Internet based geographical maps application for quick identification of the location of the faulty ATMs.</li>\r\n <li>Allows monitoring of cash positions online.</li>\r\n <li>Real-time and historical displays of ATM network efficiency.</li>\r\n <li>Provides service provider/vendor performance management reports.</li>\r\n <li>Business intelligence module helps provide in-depth analysis of transaction data.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> <span style=\"text-decoration: underline;\">Advantage FSS</span></strong>\r\n<ul>\r\n <li>Single point of contact for event monitoring and call management resulting in cost reduction and maximizing availability of ATM services.</li>\r\n <li>Proactive and predictive monitoring delivers improved reliability and customer service standards.</li>\r\n <li>Automated notification and escalation for quicker and more accurate response to issues.</li>\r\n <li>Flexible and scalable solution that can support continuously growing network of ATMs.</li>\r\n</ul>','FSS Active Device Manager','','inherit','open','open','','542-revision-v1','','','2014-05-23 13:05:28','2014-05-23 13:05:28','',542,'http://039719c.netsolhost.com/ltest/fss/542-revision-v1/',0,'revision','',0),(940,1,'2014-05-23 13:09:52','2014-05-23 13:09:52','','fss_ecash','','inherit','open','open','','fss_ecash','','','2014-05-23 13:09:52','2014-05-23 13:09:52','',499,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_ecash.jpg',0,'attachment','image/jpeg',0),(941,1,'2014-05-23 13:10:23','2014-05-23 13:10:23','[responsive]<img class=\"alignleft size-full wp-image-503\" alt=\"fss-micro-pay\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-micro-pay.jpg\" width=\"657\" height=\"135\" />[/responsive]\r\n[separator headline=\"h4\" title=\"A well integrated solution enabling banks and financial institutions to provide financial inclusion services to the unbanked sectors by supporting online and offline transaction processing and card issuance.\"]\r\n\r\n[responsive]<img class=\"size-full wp-image-940 alignleft\" style=\"margin-bottom: 0px;\" alt=\"fss_ecash\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss_ecash.jpg\" width=\"250\" height=\"100\" />[/responsive]As part of the <strong>Financial Inclusion program</strong>, the Government of Indian had launched the Unique Identification Authority of India (UIDAI) project which would act as a centralized receptacle for citizen identification by storing, managing and authenticating citizens using their biometric features.\r\n\r\nIn anticipation to support this program, FSS has developed FSS Micro Pay solution that enables banking and financial institutions to provide banking and financial services to the unbanked sector. It supports online and offline transaction processing on ATMs and hand-held terminals using biometric authentication. The solution also supports card issuance, hierarchical definition of business correspondents/ agents, registration, accounting, management functions and smart cards with biometric authorization.\r\n\r\n[mini-icon icon=\"list-alt\"]<strong> </strong><span style=\"text-decoration: underline;\"><strong>Highlights</strong></span>\r\n<ul>\r\n <li>Supports customer enrollment on personal computer, laptop or handheld terminal.</li>\r\n <li>Facilitates card issuance on any of the selected card platforms; magnetic stripe cards, smart cards, combo cards or virtual cards.</li>\r\n <li>Terminal agnostic – Biometric ATMs, biometric kiosks, micro ATMs or mobile phones.</li>\r\n <li>Supports on-line, real-time and off-line transaction processing.</li>\r\n <li>Supports magnetic, contact less, smart cards and virtual cards.</li>\r\n <li>Provides for risk management and controls.</li>\r\n <li>Supports teller application, document management system, transaction processing engine, merchant/agent and card management system.</li>\r\n <li>Support cardless transactions.</li>\r\n <li>Supports various network protocol like CDMA, GPRS, PSTN, IP.</li>\r\n <li>Supports select remittance transactions.</li>\r\n</ul>\r\n[mini-icon icon=\"check\"]<strong> </strong><span style=\"text-decoration: underline;\"><strong>Advantage FSS</strong></span>\r\n<ul>\r\n <li>FSS has extensive and proven experience in integrating and managing multiple retail channels.</li>\r\n <li>Proven capability of FSS in providing technology based end-to-end payment solutions.</li>\r\n <li>In-house solution design team using robust technology platform.</li>\r\n <li>The solution complies with regulatory mandates from IMG, IDRBT, RBI and UIDAI.</li>\r\n</ul>','FSS Micro Pay','','inherit','open','open','','499-revision-v1','','','2014-05-23 13:10:23','2014-05-23 13:10:23','',499,'http://039719c.netsolhost.com/ltest/fss/499-revision-v1/',0,'revision','',0),(943,1,'2014-05-23 13:19:00','2014-05-23 13:19:00','[responsive]IMAGE HERE[/responsive]FSS provides end to end portfolio management of ATM networks with helps banks and financial organizations by ensuring high availability, improved customer satisfaction and increased Return on Investment (ROI).\n\nFSS ATM Managed Services portfolio includes ATM monitoring, trouble-ticketing, first /second level management, cash management and support services. A round-the-clock facility with competent management team ensures high ATM availability with committed Service Level Agreements (SLA).\n\n[mini-icon icon=\"list-alt\"] <span style=\"text-decoration: underline;\"><strong>Lifecycle support</strong></span>\n\n<sup>FSS provides integrated and end-to-end solutions for any phase of ATM network’s life cycle that ensures optimal network performance and cost management. </sup><sup>End to end lifecycle services include monitoring, trouble-ticketing, first /second level management, cash management and support services. A round-the-clock facility with competent management team ensures high ATM availability with committed Service Level Agreements (SLA)</sup>\n\n[mini-icon icon=\"list-alt\"]<b> <span style=\"text-decoration: underline;\">Cash Management</span></b>\n\n<sup>FSS ensures lowest rate of cash-outs and maximum ATM uptime for ATM networks. Our 24x7 monitoring and tracking systems guarantees that the business critical metrics of ATM downtime and cash outs are resolved instantly, guaranteeing over 99% or more uptime rate.</sup>\n\n[mini-icon icon=\"list-alt\"]<b> <span style=\"text-decoration: underline;\">Monitoring</span></b>\n\n<sup>FSS has a dedicated 24x7 monitoring team for ensuring all ATMs and devices inside the kiosk are functioning smoothly and without disruption. The team uses sophisticated software, developed in-house by FSS experts, to track various aspects such as cash status, performance of various devices, payment status of bills, tracking of vendor support services that enable fast and timely resolution and closure of issues.</sup>\n\n[mini-icon icon=\"list-alt\"]<b> <span style=\"text-decoration: underline;\">Content Management</span></b>\n\nFSS supports Content Management Services including ATM screen customization, advertising and electronic journal management.\n<ul>\n <li>Screen Content Management: FSS supports Banks emerging requirements where ATM screens have to be customized to facilitate publicity of new products, branding campaigns, issue of important notifications thru ATM screens etc.</li>\n <li>Electronic Journal Management: FSS EJ Management service enables high degree of collection of transaction logs of every ATM transaction done by cardholders to a central repository. The stored data can be accessed on-demand, 24x7 through an application or as daily reports, for any reconciliation purpose. Scheduled, automated processes pick up data during lean hours, resulting in high ATM availability for online customer transactions.</li>\n</ul>\n[mini-icon icon=\"list-alt\"]<b> <span style=\"text-decoration: underline;\">FSS Portfolio Management Services – Unique Service Capabilities</span></b>\n<ul>\n <li>Large, state of the art ATM Managed Services center.</li>\n <li>Application hosted out of servers with high-availability that exceeds 99.9%</li>\n <li>Large, trained field service executives for uninterrupted service.</li>\n <li>Tenured and skilled operations team supporting from multiple locations.</li>\n <li>Automated trouble-ticket application with escalation levels</li>\n <li>Multi-vendor arrangements for optimum ATM services and cash loading</li>\n <li>24x7 ATM monitoring of all industry standard products from popular vendors</li>\n <li>Online, real-time access of ATM information from FSS Web portal.</li>\n <li>Centralized 24x7 help desk (in-bound & out-bound calls)</li>\n</ul>','ATM Portfolio Management','','inherit','open','open','','132-autosave-v1','','','2014-05-23 13:19:00','2014-05-23 13:19:00','',132,'http://039719c.netsolhost.com/ltest/fss/132-autosave-v1/',0,'revision','',0),(944,1,'2014-05-23 13:19:05','2014-05-23 13:19:05','','fss-atm-managed-services','','inherit','open','open','','fss-atm-managed-services-2','','','2014-05-23 13:19:05','2014-05-23 13:19:05','',132,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-managed-services1.jpg',0,'attachment','image/jpeg',0),(945,1,'2014-05-23 13:19:15','2014-05-23 13:19:15','[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-managed-services1.jpg\"><img class=\"alignnone size-full wp-image-944\" alt=\"fss-atm-managed-services\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-atm-managed-services1.jpg\" width=\"657\" height=\"135\" /></a>[/responsive]\r\n\r\nFSS provides end to end portfolio management of ATM networks with helps banks and financial organizations by ensuring high availability, improved customer satisfaction and increased Return on Investment (ROI).\r\n\r\nFSS ATM Managed Services portfolio includes ATM monitoring, trouble-ticketing, first /second level management, cash management and support services. A round-the-clock facility with competent management team ensures high ATM availability with committed Service Level Agreements (SLA).\r\n\r\n[mini-icon icon=\"list-alt\"] <span style=\"text-decoration: underline;\"><strong>Lifecycle support</strong></span>\r\n\r\n<sup>FSS provides integrated and end-to-end solutions for any phase of ATM network’s life cycle that ensures optimal network performance and cost management. </sup><sup>End to end lifecycle services include monitoring, trouble-ticketing, first /second level management, cash management and support services. A round-the-clock facility with competent management team ensures high ATM availability with committed Service Level Agreements (SLA)</sup>\r\n\r\n[mini-icon icon=\"list-alt\"]<b> <span style=\"text-decoration: underline;\">Cash Management</span></b>\r\n\r\n<sup>FSS ensures lowest rate of cash-outs and maximum ATM uptime for ATM networks. Our 24x7 monitoring and tracking systems guarantees that the business critical metrics of ATM downtime and cash outs are resolved instantly, guaranteeing over 99% or more uptime rate.</sup>\r\n\r\n[mini-icon icon=\"list-alt\"]<b> <span style=\"text-decoration: underline;\">Monitoring</span></b>\r\n\r\n<sup>FSS has a dedicated 24x7 monitoring team for ensuring all ATMs and devices inside the kiosk are functioning smoothly and without disruption. The team uses sophisticated software, developed in-house by FSS experts, to track various aspects such as cash status, performance of various devices, payment status of bills, tracking of vendor support services that enable fast and timely resolution and closure of issues.</sup>\r\n\r\n[mini-icon icon=\"list-alt\"]<b> <span style=\"text-decoration: underline;\">Content Management</span></b>\r\n\r\nFSS supports Content Management Services including ATM screen customization, advertising and electronic journal management.\r\n<ul>\r\n <li>Screen Content Management: FSS supports Banks emerging requirements where ATM screens have to be customized to facilitate publicity of new products, branding campaigns, issue of important notifications thru ATM screens etc.</li>\r\n <li>Electronic Journal Management: FSS EJ Management service enables high degree of collection of transaction logs of every ATM transaction done by cardholders to a central repository. The stored data can be accessed on-demand, 24x7 through an application or as daily reports, for any reconciliation purpose. Scheduled, automated processes pick up data during lean hours, resulting in high ATM availability for online customer transactions.</li>\r\n</ul>\r\n[mini-icon icon=\"list-alt\"]<b> <span style=\"text-decoration: underline;\">FSS Portfolio Management Services – Unique Service Capabilities</span></b>\r\n<ul>\r\n <li>Large, state of the art ATM Managed Services center.</li>\r\n <li>Application hosted out of servers with high-availability that exceeds 99.9%</li>\r\n <li>Large, trained field service executives for uninterrupted service.</li>\r\n <li>Tenured and skilled operations team supporting from multiple locations.</li>\r\n <li>Automated trouble-ticket application with escalation levels</li>\r\n <li>Multi-vendor arrangements for optimum ATM services and cash loading</li>\r\n <li>24x7 ATM monitoring of all industry standard products from popular vendors</li>\r\n <li>Online, real-time access of ATM information from FSS Web portal.</li>\r\n <li>Centralized 24x7 help desk (in-bound & out-bound calls)</li>\r\n</ul>','ATM Portfolio Management','','inherit','open','open','','132-revision-v1','','','2014-05-23 13:19:15','2014-05-23 13:19:15','',132,'http://039719c.netsolhost.com/ltest/fss/132-revision-v1/',0,'revision','',0),(946,1,'2014-05-26 09:06:03','2014-05-26 09:06:03','','fss-company-overview','','inherit','open','open','','fss-company-overview','','','2014-05-26 09:06:03','2014-05-26 09:06:03','',217,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-company-overview.jpg',0,'attachment','image/jpeg',0),(947,1,'2014-05-26 09:06:07','2014-05-26 09:06:07','<h3>[responsive]<a href=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-company-overview.jpg\"><img class=\"alignnone size-full wp-image-946\" alt=\"fss-company-overview\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-company-overview.jpg\" width=\"940\" height=\"133\" /></a>[/responsive]</h3>\r\n<h3>Company Overview<span style=\"color: #ffffff;\">FSS - Committed to building robust Payment Systems</span></h3>\r\n<strong>Financial Software and Systems (FSS)</strong> is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. The company has earned the status of being a payment systems leader through a combination of established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>Employees - Powering the success of FSS</strong>\r\nFSS employs over 1,500 professionals, delivering an entire spectrum of payment systems and services that are trusted by more than 100 companies worldwide, including some of the world\' largest public and private sector banks, financial institutions and payment processors.\r\n\r\n<strong>Integrated payment processing leader</strong>\r\nAs one of the largest independent payments processor in India, FSS\' hosted services enable over 30 banks and financial organizations to process millions of transactions every day, securely and efficiently. The company\'s products and services have an integrated perspective of the payments domain and help provide complete solutions to clients across the globe. The company has made significant investments in building state-of-the-art infrastructure including a Tier 3 standard Data Centre, and a strong pool of specialized resources with skill sets in the spectrum of payments. For clients, this translates into trust, commitment and stability they can count on.\r\n\r\nFSS delivers the complete spectrum of offerings through its two business divisions:\r\n<ul>\r\n <li><span style=\"color: #ff0000;\"><strong>FSSTechnologies</strong></span>- providing clients with a single-window view of solutions and services to meet all requirements within the payments framework. This covers a wide range of services which includes systems integration, offshore development, product sustenance, project management and implementation, upgrade and migration services, product testing and certification, application testing, onsite technical support and 24/7 global helpdesk support.</li>\r\n <li><span style=\"color: #ff0000;\"><strong>FSSNeT</strong></span>- offering hosted payment processing services across all delivery channels including ATMs, POS, Internet and Mobile with authorization by Bank hosts, Interchanges and co-networks. The services include card management, merchant management, internet payment gateway, mobile banking & mobile payment, reconciliation & settlement, financial inclusion, a bouquet of value added services and ATM management services on a pay-per-use model including leasing ATM and site management.</li>\r\n</ul>\r\nWith large acceptance and steady initiatives in the emerging payments environment, FSS is committed to making a difference to the payments industry, setting industry benchmarks and continuing its strong growth trajectory.\r\n\r\nPlease contact us for any specific information you are looking for in the payments domain, and we will get in touch with you at the earliest.','Overview','','inherit','open','open','','217-revision-v1','','','2014-05-26 09:06:07','2014-05-26 09:06:07','',217,'http://039719c.netsolhost.com/ltest/fss/217-revision-v1/',0,'revision','',0),(949,1,'2014-05-26 09:36:47','2014-05-26 09:36:47','[responsive]<img class=\"alignnone size-full wp-image-948\" alt=\"fss-careers\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-careers.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\n<strong>Advance your career at one of the fastest-growing companies in the payments domain</strong>\r\n\r\nFSS (Financial Software and Systems) is a leading global payment systems company, offering business value in the areas of electronic payment, financial transaction processing solutions and services. FSS has earned the status of being a payment systems leader by providing a well-established portfolio of technology solutions, state-of-the-art infrastructure and 20 years of experience in the payments domain. Headquartered in Chennai, India, FSS has established a global footprint in Australia, Canada, Europe, Middle East, Singapore and the United States of America.\r\n\r\n<strong>FSS is a company of diverse, talented people with a passion for pursuing excellence in the payments domain.</strong>\r\n\r\nFSS has over 1,500 professionals who are creating the future of payments that are trusted by more than 100 clients across the globe. Led by a team of ex-bankers and technocrats from the banking and financial services industry, FSS has combined the experience of its management team and the dexterity of its employees into a success formula to forge ahead in the sphere of e-payments.\r\n\r\nFSS provides employees an energizing, challenging yet enjoyable and rewarding working environment making it a preferred work place for future leaders.\r\n\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"Head - Legal\"]\r\n\r\n[custom_table style=\"1\"]\r\n<table width=\"100%\">\r\n<thead>\r\n<tr>\r\n<th colspan=\"2\"><strong>Job Description</strong></th>\r\n</tr>\r\n</thead>\r\n<tbody>\r\n<tr>\r\n<td><strong>JOB ID</strong></td>\r\n<td>FSS23456</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TITLE/DESIGNATION</strong></td>\r\n<td>Java Programmer</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB TYPE</strong></td>\r\n<td>Permanent</td>\r\n</tr>\r\n<tr>\r\n<td><strong>JOB DESCRIPTION</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>KEYWORDS</strong></td>\r\n<td>java</td>\r\n</tr>\r\n<tr>\r\n<td><strong>WORK EXPERIENCE</strong></td>\r\n<td>2+ Exp</td>\r\n</tr>\r\n<tr>\r\n<td><strong>LOCATION</strong></td>\r\n<td>Chennai</td>\r\n</tr>\r\n<tr>\r\n<td><strong>FUNCTIONAL AREA</strong></td>\r\n<td>IT</td>\r\n</tr>\r\n<tr>\r\n<td><strong>DESIRED CANDIDATE PROFILE</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>QULAIFICATION</strong></td>\r\n<td>Btech</td>\r\n</tr>\r\n<tr>\r\n<td><strong>VALID UPTO</strong></td>\r\n<td>Description</td>\r\n</tr>\r\n<tr>\r\n<td><strong>CONTACT NUMBER (EXTN)</strong></td>\r\n<td>number</td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n[/custom_table]\r\n<ul>\r\n <li>The person will be responsible for managing the whole of legal systems & processes and company secretary role for FSS</li>\r\n <li>The person shall be responsible for management and administration of contracts</li>\r\n <li>The person will identify potential risks in contracts and provide recommendations and alternatives</li>\r\n <li>The person will represent the company before statutory authorities for various legal matters</li>\r\n</ul>\r\n[/accordion-item]\r\n[accordion-item title=\"Business Development Manager - Delhi\"]<strong>Job Description</strong>\r\n\r\nA. Objective\r\n\r\nLead and direct the Business Development, Sales efforts of FSS’s services/products for assigned accounts in ATM business, India\r\nBe responsible for top line and bottom line for the same\r\n\r\nB. Role and Responsibility\r\n\r\nFinancial:\r\n<ul>\r\n <li>Chart & achieve clear revenue targets for new business from the assigned accounts</li>\r\n <li>Achieve agreed margins for new business</li>\r\n <li>Achieve agreed numbers w.r.to conversion ratio of prospects / clients</li>\r\n</ul>\r\nStrategic:\r\n<ul>\r\n <li>Be responsible for tracking and presenting competitive intelligence as per the agreed milestones</li>\r\n <li>Be responsible for tracking and presenting business intelligence(analysis and reports) as per the agreed milestones</li>\r\n <li>Sustain unique selling proposition and brand equity</li>\r\n</ul>\r\nCustomer satisfaction:\r\n<ul>\r\n <li>Create and manage customer database. Provide better information w.r.to customer contacts</li>\r\n <li>Anticipate customer evolution, i.e., to receive, discuss and anticipate new requirements from/with customers and propose ‘lowest effort’ solutions or workarounds</li>\r\n <li>Maintain and build strong relationships with customers to increase customer satisfaction.</li>\r\n</ul>\r\n[/accordion-item]\r\n[/accordion]','Careers','','inherit','open','open','','228-revision-v1','','','2014-05-26 09:36:47','2014-05-26 09:36:47','',228,'http://039719c.netsolhost.com/ltest/fss/228-revision-v1/',0,'revision','',0),(950,1,'2014-05-26 09:39:30','2014-05-26 09:39:30','','fss-contact-us','','inherit','open','open','','fss-contact-us-2','','','2014-05-26 09:39:30','2014-05-26 09:39:30','',462,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-contact-us.jpg',0,'attachment','image/jpeg',0),(951,1,'2014-05-26 09:39:43','2014-05-26 09:39:43','[responsive]<img class=\"alignnone size-full wp-image-950\" alt=\"fss-contact-us\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2014/02/fss-contact-us.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\n[accordion open=\"1\"]\r\n[accordion-item title=\"FSS India Offices\"]\r\n\r\n[one_half]<strong>CORPORATE OFFICE</strong>\r\n\r\n<strong>Financial Software & Systems (P) Ltd</strong>\r\nG 4, 1st Cross Street\r\nSIPCOT IT Park\r\nRajiv Gandhi Salai (OMR)\r\nSiruseri, Navalur,\r\nChennai, TN - 603 103\r\nIndia\r\nTel: +91 44 4741 5600\r\nFax: +91 44 4741 5601\r\nE-mail: <a href=\"mailto:info@fss.co.in\">info@fss.co.in</a>[/one_half] [one_half_last]\r\n\r\n \r\n\r\n<strong>Financial Software & Systems (P) Ltd\r\n</strong>701-702, 7th Floor\r\nTower-A, 247 Park\r\nHincon House\r\nLBS Marg, Vikhroli (W)\r\nMumbai - 400 083\r\nIndia\r\nTel: +91 22 4241 5000\r\nFax: +91 22 4241 5001\r\nE-mail: <a href=\"mailto:info@fss.co.in\">info@fss.co.in</a>[/one_half_last]\r\n\r\n[/accordion-item][/accordion][accordion open=\"2\"]\r\n[accordion-item title=\"FSS Worldwide Offices\"][one_half]<strong>FSS Technologies (Australia) Pty Ltd</strong>\r\nLevel 9, 440 Collins Street\r\nMelbourne, VIC 3000\r\nTel: +61 3 9607 1306\r\nFax: +61 3 9607 1307\r\nE-mail: <a href=\"mailto:sales-au@fsstech.com\">sales-au@fsstech.com</a>[/one_half] [one_half_last]<strong>FSS Technologies (Australia) Pty Ltd</strong>\r\nLevel 9, 440 Collins Street\r\nMelbourne, VIC 3000\r\nTel: +61 3 9607 1306\r\nFax: +61 3 9607 1307\r\nE-mail: <a href=\"mailto:sales-au@fsstech.com\">sales-au@fsstech.com</a>[/one_half_last][one_half]<strong>FSS Technologies, FZE</strong>\r\nSAIF ZONE\r\nExecutive Suite Y1-040\r\nP.O.Box No.9413\r\nSharjah, UAE\r\nTel: +971 6 5575 963\r\nFax: +971 6 5575 964\r\nE-mail: <a href=\"mailto:sales-me@fsstech.com\">sales-me@fsstech.com</a>[/one_half] [one_half_last]<strong>FSS Technologies (UK) limited</strong>\r\nIveco House, Station Road\r\nWatford, WD17 IDL,\r\nUK\r\nTel: +44 (0) 1923 884 241\r\nFax: +44 (0) 1923 381058\r\nE-mail: <a href=\"mailto:sales-eu@fsstech.com\">sales-eu@fsstech.com</a>[/one_half_last][one_half]<strong>FSS Technologies Canada Inc</strong>\r\n21 St. Clair Ave E.\r\nSuite 401\r\nToronto, Ontario M4T 1L9\r\nTel: (415) 380-9287\r\nE-mail: <a href=\"mailto:sales-ca@fsstech.com\">sales-ca@fsstech.com</a>[/one_half] [one_half_last]<strong>FSS Technologies (Singapore) Pte Ltd</strong>\r\n3, Temasek Avenue\r\n#34-00, Centennial Tower\r\nSingapore (039 190)\r\nTel: +65-6549 9709\r\nE-mail:<a href=\"mailto:sales-asean@fsstech.com\">sales-asean@fsstech.com</a>[/one_half_last][one_half]<strong>FSS Technologies USA Inc</strong>\r\n24044 Cinco Village Center Blvd.\r\nSuite 100\r\nKaty, TX 77494\r\nTel: (281) 712-1035\r\nE-mail: <a href=\"mailto:sales-usa@fsstech.com\">sales-usa@fsstech.com</a>[/one_half][/accordion-item]\r\n[/accordion]','Contact Us','','inherit','open','open','','462-revision-v1','','','2014-05-26 09:39:43','2014-05-26 09:39:43','',462,'http://039719c.netsolhost.com/ltest/fss/462-revision-v1/',0,'revision','',0),(952,1,'2014-05-26 09:49:53','2014-05-26 09:49:53','','fss-infrastructure','','inherit','open','open','','fss-infrastructure','','','2014-05-26 09:49:53','2014-05-26 09:49:53','',226,'http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-infrastructure.jpg',0,'attachment','image/jpeg',0),(953,1,'2014-05-26 09:50:06','2014-05-26 09:50:06','[responsive]<img class=\"alignnone size-full wp-image-952\" alt=\"fss-infrastructure\" src=\"http://039719c.netsolhost.com/ltest/fss/wp-content/uploads/2013/12/fss-infrastructure.jpg\" width=\"940\" height=\"133\" />[/responsive]\r\n\r\nFinancial Institutions need to optimize IT infrastructure costs in the face of a toughening economic environment and rapidly increasing energy costs. They need a reliable and experienced partner to manage their IT infrastructure, help improve their service efficiencies and economies of scale. FSS combines in-depth payments experience, domain understanding and unique payments Infrastructure to support clients to meet their business objectives.\r\n\r\nFSS has created a robust payments infrastructure consisting of end-to-end Payment Processing components hosted in a Tier 3 standard Data Centre located at Chennai and a Disaster Recovery Infrastructure in a separate location. FSS online payment services, <a href=\"http://039719c.netsolhost.com/ltest/fss/atm-services/managed-services/\">ATM Managed Services</a>, <a href=\"http://039719c.netsolhost.com/ltest/fss/processing-services/internet-payment-gateway/\">Payment Gateway services</a>, <a href=\"http://039719c.netsolhost.com/ltest/fss/products/card-management/\">Card Management</a> and <a href=\"http://039719c.netsolhost.com/ltest/fss/products/reconciliation-settlement/\">Reconciliation services</a>, Disaster Recovery are hosted on the FSS Payments Infrastructure that provide support to over 40 customers.\r\n\r\nFSS has multi-layered network Infrastructure with segregated product testing, Proof of Concept (POC) and production environment. The <a href=\"http://039719c.netsolhost.com/ltest/fss/software-services/247-global-helpdesk-support/\">24/7 helpdesk and operations support services</a> follows stringent quality processes as defined by ITIL and ISO 9001 QMS guidelines, ensuring client satisfaction. FSS Infrastructure is supported with highly skilled, certified professionals specialising in multi-platform and relevant technology certifications to provide high end technical support.','Infrastructure','','inherit','open','open','','226-revision-v1','','','2014-05-26 09:50:06','2014-05-26 09:50:06','',226,'http://039719c.netsolhost.com/ltest/fss/226-revision-v1/',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_settings` -- DROP TABLE IF EXISTS `wp_revslider_settings`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_revslider_settings` ( `id` int(9) NOT NULL auto_increment, `general` text NOT NULL, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_revslider_settings` -- LOCK TABLES `wp_revslider_settings` WRITE; /*!40000 ALTER TABLE `wp_revslider_settings` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_revslider_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_sliders` -- DROP TABLE IF EXISTS `wp_revslider_sliders`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_revslider_sliders` ( `id` int(9) NOT NULL auto_increment, `title` tinytext NOT NULL, `alias` tinytext, `params` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_revslider_sliders` -- LOCK TABLES `wp_revslider_sliders` WRITE; /*!40000 ALTER TABLE `wp_revslider_sliders` DISABLE KEYS */; INSERT INTO `wp_revslider_sliders` VALUES (1,'Home slider','slider1','{\"title\":\"Home slider\",\"alias\":\"slider1\",\"shortcode\":\"[rev_slider slider1]\",\"slider_type\":\"responsitive\",\"fullscreen_offset_container\":\"\",\"width\":\"960\",\"height\":\"350\",\"responsitive_w1\":\"940\",\"responsitive_sw1\":\"770\",\"responsitive_w2\":\"780\",\"responsitive_sw2\":\"500\",\"responsitive_w3\":\"510\",\"responsitive_sw3\":\"310\",\"responsitive_w4\":\"\",\"responsitive_sw4\":\"\",\"responsitive_w5\":\"\",\"responsitive_sw5\":\"\",\"responsitive_w6\":\"\",\"responsitive_sw6\":\"\",\"delay\":\"9000\",\"shuffle\":\"off\",\"lazy_load\":\"off\",\"use_wpml\":\"off\",\"load_googlefont\":\"false\",\"google_font\":\"PT+Sans+Narrow:400,700\",\"stop_slider\":\"off\",\"stop_after_loops\":\"0\",\"stop_at_slide\":\"2\",\"position\":\"center\",\"margin_top\":\"0\",\"margin_bottom\":\"0\",\"margin_left\":\"0\",\"margin_right\":\"0\",\"shadow_type\":\"3\",\"show_timerbar\":\"hide\",\"background_color\":\"#E9E9E9\",\"padding\":\"0\",\"show_background_image\":\"false\",\"background_image\":\"\",\"touchenabled\":\"on\",\"stop_on_hover\":\"on\",\"navigaion_type\":\"bullet\",\"navigation_arrows\":\"solo\",\"navigation_style\":\"round\",\"navigaion_always_on\":\"false\",\"hide_thumbs\":\"200\",\"navigaion_align_hor\":\"center\",\"navigaion_align_vert\":\"bottom\",\"navigaion_offset_hor\":\"0\",\"navigaion_offset_vert\":\"20\",\"leftarrow_align_hor\":\"left\",\"leftarrow_align_vert\":\"center\",\"leftarrow_offset_hor\":\"0\",\"leftarrow_offset_vert\":\"0\",\"rightarrow_align_hor\":\"right\",\"rightarrow_align_vert\":\"center\",\"rightarrow_offset_hor\":\"0\",\"rightarrow_offset_vert\":\"0\",\"thumb_width\":\"100\",\"thumb_height\":\"50\",\"thumb_amount\":\"5\",\"hide_slider_under\":\"0\",\"hide_defined_layers_under\":\"0\",\"hide_all_layers_under\":\"0\",\"start_with_slide\":\"1\",\"first_transition_type\":\"fade\",\"first_transition_duration\":\"300\",\"first_transition_slot_amount\":\"7\",\"jquery_noconflict\":\"on\",\"js_to_body\":\"false\",\"output_type\":\"none\"}'); /*!40000 ALTER TABLE `wp_revslider_sliders` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_revslider_slides` -- DROP TABLE IF EXISTS `wp_revslider_slides`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_revslider_slides` ( `id` int(9) NOT NULL auto_increment, `slider_id` int(9) NOT NULL, `slide_order` int(11) NOT NULL, `params` text NOT NULL, `layers` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_revslider_slides` -- LOCK TABLES `wp_revslider_slides` WRITE; /*!40000 ALTER TABLE `wp_revslider_slides` DISABLE KEYS */; INSERT INTO `wp_revslider_slides` VALUES (1,1,1,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/039719c.netsolhost.com\\/ltest\\/fss\\/wp-content\\/uploads\\/2013\\/12\\/home-page-banner-1.jpg\",\"image_id\":\"286\",\"title\":\"Slide\",\"state\":\"published\",\"slide_transition\":\"random\",\"0\":\"Choose Image\",\"slot_amount\":\"7\",\"transition_rotation\":\"0\",\"transition_duration\":\"300\",\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"fullwidth_centering\":\"true\",\"date_from\":\"\",\"date_to\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"0\":\"Choose Image\"}','[]'),(2,1,3,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/039719c.netsolhost.com\\/ltest\\/fss\\/wp-content\\/uploads\\/2013\\/12\\/home-page-banner-3.jpg\",\"image_id\":\"288\",\"title\":\"Slide\",\"state\":\"published\",\"slide_transition\":\"random\",\"0\":\"Choose Image\",\"slot_amount\":\"7\",\"transition_rotation\":\"0\",\"transition_duration\":\"300\",\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"fullwidth_centering\":\"true\",\"date_from\":\"\",\"date_to\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"0\":\"Choose Image\"}','[]'),(5,1,2,'{\"background_type\":\"image\",\"image\":\"http:\\/\\/039719c.netsolhost.com\\/ltest\\/fss\\/wp-content\\/uploads\\/2013\\/12\\/home-page-banner-2.jpg\",\"image_id\":\"287\",\"title\":\"Slide\",\"state\":\"published\",\"slide_transition\":\"random\",\"0\":\"Choose Image\",\"slot_amount\":\"7\",\"transition_rotation\":\"0\",\"transition_duration\":\"300\",\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"fullwidth_centering\":\"true\",\"date_from\":\"\",\"date_to\":\"\",\"slide_bg_color\":\"#E7E7E7\",\"0\":\"Choose Image\"}','[]'),(6,1,4,'{\"background_type\":\"image\",\"title\":\"Slide\",\"state\":\"published\",\"slide_transition\":\"random\",\"0\":\"Choose Image\",\"slot_amount\":\"7\",\"transition_rotation\":\"0\",\"transition_duration\":\"300\",\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"fullwidth_centering\":\"true\",\"date_from\":\"\",\"date_to\":\"\",\"image_id\":\"289\",\"slide_bg_color\":\"#E7E7E7\",\"image\":\"http:\\/\\/039719c.netsolhost.com\\/ltest\\/fss\\/wp-content\\/uploads\\/2013\\/12\\/home-page-banner-4.jpg\",\"0\":\"Choose Image\"}','[]'),(7,1,5,'{\"background_type\":\"image\",\"title\":\"Slide\",\"state\":\"published\",\"slide_transition\":\"random\",\"0\":\"Choose Image\",\"slot_amount\":\"7\",\"transition_rotation\":\"0\",\"transition_duration\":\"300\",\"delay\":\"\",\"enable_link\":\"false\",\"link_type\":\"regular\",\"link\":\"\",\"link_open_in\":\"same\",\"slide_link\":\"nothing\",\"link_pos\":\"front\",\"slide_thumb\":\"\",\"fullwidth_centering\":\"false\",\"date_from\":\"\",\"date_to\":\"\",\"image_id\":\"290\",\"slide_bg_color\":\"#E7E7E7\",\"image\":\"http:\\/\\/039719c.netsolhost.com\\/ltest\\/fss\\/wp-content\\/uploads\\/2013\\/12\\/home-page-banner-5.jpg\"}','[]'); /*!40000 ALTER TABLE `wp_revslider_slides` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_signups` -- DROP TABLE IF EXISTS `wp_signups`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `wp_signups` ( `domain` varchar(200) NOT NULL default '', `path` varchar(100) NOT NULL default '', `title` longtext NOT NULL, `user_login` varchar(60) NOT NULL default '', `user_email` varchar(100) NOT NULL default '', `registered` datetime NOT NULL default '0000-00-00 00:00:00', `activated` datetime NOT NULL default '0000-00-00 00:00:00', `active` tinyint(1) NOT NULL default '0', `activation_key` varchar(50) NOT NULL default '', `meta` longtext, KEY `activation_key` (`activation_key`), KEY `domain` (`domain`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `wp_signups` -- LOCK TABLES `wp_signups` WRITE; /*!40000 ALTER TABLE `wp_signups` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_signups` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; SET @saved_cs_client = @@character_set_client; 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; 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,1,0),(36,2,0),(37,2,0),(38,2,0),(39,2,0),(50,2,0),(51,2,0),(62,2,0),(63,2,0),(64,2,0),(65,2,0),(83,2,0),(84,2,0),(85,2,0),(86,2,0),(87,2,0),(88,2,0),(89,2,0),(90,2,0),(113,2,0),(114,2,0),(115,2,0),(116,2,0),(117,2,0),(118,2,0),(119,2,0),(120,2,0),(121,2,0),(122,2,0),(123,2,0),(729,2,0),(728,2,0),(138,2,0),(197,1,0),(214,3,0),(232,3,0),(233,3,0),(234,3,0),(235,3,0),(236,3,0),(268,3,0),(269,3,0),(273,3,0),(278,3,0),(279,3,0),(280,3,0),(281,3,0),(282,3,0),(283,3,0),(284,3,0),(285,3,0),(296,4,0),(297,4,0),(306,5,0),(307,5,0),(784,3,0),(309,5,0),(310,5,0),(312,6,0),(313,6,0),(447,3,0),(473,3,0),(512,2,0),(679,3,0),(710,3,0),(731,5,0),(785,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`; SET @saved_cs_client = @@character_set_client; 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=7 DEFAULT CHARSET=utf8; 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,2),(2,2,'nav_menu','',0,33),(3,3,'nav_menu','',0,23),(4,4,'nav_menu','',0,2),(5,5,'nav_menu','',0,5),(6,6,'nav_menu','',0,2); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; SET @saved_cs_client = @@character_set_client; 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=7 DEFAULT CHARSET=utf8; 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,'Main Menu','main-menu',0),(3,'Top Menu','top-menu',0),(4,'Infobar Menu1','infobar-menu1',0),(5,'Infobar Menu2','infobar-menu2',0),(6,'Infobar Menu3','infobar-menu3',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; SET @saved_cs_client = @@character_set_client; 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=85 DEFAULT CHARSET=utf8; 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','administrator'),(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,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(11,1,'wp_user_level','10'),(12,1,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),(13,1,'show_welcome_panel','1'),(14,1,'wp_dashboard_quick_press_last_post_id','879'),(15,1,'closedpostboxes_page','a:0:{}'),(16,1,'metaboxhidden_page','a:9:{i:0;s:7:\"acf_707\";i:1;s:7:\"acf_397\";i:2;s:7:\"acf_331\";i:3;s:7:\"acf_328\";i:4;s:10:\"postcustom\";i:5;s:16:\"commentstatusdiv\";i:6;s:11:\"commentsdiv\";i:7;s:7:\"slugdiv\";i:8;s:9:\"authordiv\";}'),(17,1,'wp_user-settings','libraryContent=browse&imgsize=full&hidetb=0&wplink=1&editor=tinymce&align=none&urlbutton=none&mfold=o'),(18,1,'wp_user-settings-time','1401341875'),(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:6:{i:0;s:8:\"add-post\";i:1;s:13:\"add-portfolio\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";i:4;s:20:\"add-portfolio_filter\";i:5;s:14:\"add-slide-page\";}'),(21,1,'nav_menu_recently_edited','3'),(22,1,'closedpostboxes_studies','a:0:{}'),(23,1,'metaboxhidden_studies','a:1:{i:0;s:7:\"slugdiv\";}'),(24,1,'closedpostboxes_newsevents','a:0:{}'),(25,1,'metaboxhidden_newsevents','a:3:{i:0;s:7:\"acf_331\";i:1;s:7:\"acf_328\";i:2;s:7:\"slugdiv\";}'),(26,1,'edit_page_per_page','60'),(27,2,'first_name',''),(28,2,'last_name',''),(29,2,'nickname','alex'),(30,2,'description',''),(31,2,'rich_editing','true'),(32,2,'comment_shortcuts','false'),(33,2,'admin_color','fresh'),(34,2,'use_ssl','0'),(35,2,'show_admin_bar_front','true'),(36,2,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(37,2,'wp_user_level','0'),(38,2,'default_password_nag',''),(39,1,'users_per_page','20'),(40,1,'rpr_mobile_number','9003156001'),(41,1,'rpr_designation','Web Developer'),(42,1,'rpr_company','Clasticon'),(43,1,'closedpostboxes_dashboard','a:0:{}'),(44,1,'metaboxhidden_dashboard','a:0:{}'),(45,1,'tgmpa_dismissed_notice','1'),(46,1,'inbound_shortcode_ignore','true'),(47,3,'first_name',''),(48,3,'last_name',''),(49,3,'nickname','editor'),(50,3,'description',''),(51,3,'rich_editing','true'),(52,3,'comment_shortcuts','false'),(53,3,'admin_color','fresh'),(54,3,'use_ssl','0'),(55,3,'show_admin_bar_front','true'),(56,3,'wp_capabilities','a:1:{s:6:\"editor\";b:1;}'),(57,3,'wp_user_level','7'),(58,3,'dismissed_wp_pointers','wp330_toolbar,wp330_saving_widgets,wp340_choose_image_from_library,wp340_customize_current_theme_link,wp350_media,wp360_revisions,wp360_locks'),(59,3,'wp_dashboard_quick_press_last_post_id','717'),(60,3,'nav_menu_recently_edited','5'),(61,3,'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\";}'),(62,3,'metaboxhidden_nav-menus','a:13:{i:0;s:8:\"add-post\";i:1;s:8:\"add-news\";i:2;s:13:\"add-portfolio\";i:3;s:11:\"add-studies\";i:4;s:10:\"add-papers\";i:5;s:13:\"add-brochures\";i:6;s:8:\"add-tips\";i:7;s:12:\"add-post_tag\";i:8;s:15:\"add-post_format\";i:9;s:20:\"add-portfolio_filter\";i:10;s:17:\"add-news-category\";i:11;s:12:\"add-news-tag\";i:12;s:14:\"add-slide-page\";}'),(63,4,'first_name',''),(64,4,'last_name',''),(65,4,'nickname','suresh'),(66,4,'description',''),(67,4,'rich_editing','true'),(68,4,'comment_shortcuts','false'),(69,4,'admin_color','fresh'),(70,4,'use_ssl','0'),(71,4,'show_admin_bar_front','true'),(72,4,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),(73,4,'wp_user_level','0'),(74,4,'rpr_mobile_number','9840380190'),(75,4,'rpr_designation','analyst'),(76,4,'rpr_company','fss'),(77,4,'default_password_nag','1'),(78,4,'dismissed_wp_pointers','wp330_toolbar'),(79,4,'closedpostboxes_dashboard','a:0:{}'),(80,4,'metaboxhidden_dashboard','a:0:{}'),(81,3,'wp_user-settings','editor=tinymce&libraryContent=browse'),(82,3,'wp_user-settings-time','1397627343'),(83,1,'meta-box-order_page','a:5:{s:15:\"acf_after_title\";s:0:\"\";s:4:\"side\";s:44:\"submitdiv,pageparentdiv,postimagediv,styling\";s:6:\"normal\";s:83:\"revisionsdiv,postcustom,pagesettings,commentstatusdiv,commentsdiv,slugdiv,authordiv\";s:3:\"sbg\";s:7:\"sbg_box\";s:8:\"advanced\";s:0:\"\";}'),(84,1,'screen_layout_page','2'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; SET @saved_cs_client = @@character_set_client; 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=5 DEFAULT CHARSET=utf8; 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,'administrator','$P$BGLpTNhbIPPvrU5kZc19qApgrmz2620','administrator','manoj@clasticon.com','','2013-12-18 04:52:54','',0,'administrator'),(2,'alex','$P$BxM8DaQ2KKgsLbUuBcQJCRlPl1KUnh1','alex','alex@clasticon.com','','2014-02-27 09:01:50','',0,'alex'),(3,'editor','$P$BRJ/9rZ5SfUrQZ5lwl0J0i6ualqBCw/','editor','jalexanderjohn@gmail.com','','2014-04-10 11:20:06','',0,'editor'),(4,'suresh','$P$BH.KeDNkqPLAwR2abPb5wG.uQtsUVp1','suresh','sureshbabus@fss.co.in','','2014-04-10 12:00:33','',0,'suresh'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Dumping routines for database 'test_fss_db' -- DELIMITER ;; DELIMITER ; /*!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 2018-05-22 9:52:52